D: [iurt_root_command] chroot Building target platforms: noarch Building for target noarch Installing /home/pterjan/rpmbuild/SRPMS/rust-dotenv-0.15.0-2.mga10.src.rpm Executing(%mkbuilddir): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.BSJSIc Executing(%prep): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.SYPSkd + umask 022 + cd /home/pterjan/rpmbuild/BUILD/rust-dotenv-0.15.0-build + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + cd /home/pterjan/rpmbuild/BUILD/rust-dotenv-0.15.0-build + rm -rf dotenv-0.15.0 + /usr/lib/rpm/rpmuncompress -x /home/pterjan/rpmbuild/SOURCES/dotenv-0.15.0.crate + STATUS=0 + '[' 0 -ne 0 ']' + cd dotenv-0.15.0 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + /usr/lib/rpm/rpmuncompress /home/pterjan/rpmbuild/SOURCES/dotenv-fix-metadata.diff + /usr/bin/patch -p1 -s --fuzz=0 --no-backup-if-mismatch -f + set -euo pipefail + /usr/bin/mkdir -p target/rpm + /usr/bin/ln -s rpm target/release + /usr/bin/rm -rf .cargo/ + /usr/bin/mkdir -p .cargo + cat + cat + /usr/bin/rm -f Cargo.lock + /usr/bin/rm -f Cargo.toml.orig + cp -pav /home/pterjan/rpmbuild/SOURCES/LICENSE.md . '/home/pterjan/rpmbuild/SOURCES/LICENSE.md' -> './LICENSE.md' + RPM_EC=0 ++ jobs -p + exit 0 Executing(%generate_buildrequires): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.iifyJC + umask 022 + cd /home/pterjan/rpmbuild/BUILD/rust-dotenv-0.15.0-build + cd dotenv-0.15.0 + /usr/bin/cargo2rpm --path Cargo.toml buildrequires --with-check + RPM_EC=0 ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.FPfnhR + umask 022 + cd /home/pterjan/rpmbuild/BUILD/rust-dotenv-0.15.0-build + CFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full' + export CFLAGS + CXXFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full' + export CXXFLAGS + FFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full ' + export FFLAGS + FCFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full ' + export FCFLAGS + VALAFLAGS=-g + export VALAFLAGS + RUSTFLAGS='-Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn' + export RUSTFLAGS + LDFLAGS='-Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-z,now -Wl,-O1 -Wl,--build-id=sha1 -Wl,--enable-new-dtags -specs=/usr/lib/rpm/redhat/redhat-hardened-ld' + export LDFLAGS + LT_SYS_LIBRARY_PATH=/usr/lib: + export LT_SYS_LIBRARY_PATH + CC=gcc + export CC + CXX=g++ + export CXX + cd dotenv-0.15.0 + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + /usr/bin/env CARGO_HOME=.cargo RUSTC_BOOTSTRAP=1 'RUSTFLAGS=-Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn' /usr/bin/cargo build -j16 -Z avoid-dev-deps --profile rpm Compiling dotenv v0.15.0 (/home/pterjan/rpmbuild/BUILD/rust-dotenv-0.15.0-build/dotenv-0.15.0) Running `/usr/bin/rustc --crate-name dotenv --edition=2018 src/lib.rs --error-format=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=1 -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=219df33d2bad1078 -C extra-filename=-7b796a291863cd9a --out-dir /home/pterjan/rpmbuild/BUILD/rust-dotenv-0.15.0-build/dotenv-0.15.0/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-dotenv-0.15.0-build/dotenv-0.15.0/target/rpm/deps -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` warning: use of deprecated constant `std::sync::ONCE_INIT`: the `Once::new()` function is now preferred --> src/lib.rs:17:23 | 17 | use std::sync::{Once, ONCE_INIT}; | ^^^^^^^^^ | = note: `#[warn(deprecated)]` on by default warning: use of deprecated constant `std::sync::ONCE_INIT`: the `Once::new()` function is now preferred --> src/lib.rs:23:22 | 23 | static START: Once = ONCE_INIT; | ^^^^^^^^^ | help: replace the use of the deprecated constant | 23 - static START: Once = ONCE_INIT; 23 + static START: Once = Once::new(); | warning: `dotenv` (lib) generated 2 warnings (run `cargo fix --lib -p dotenv` to apply 1 suggestion) Finished `rpm` profile [optimized + debuginfo] target(s) in 1.38s + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.YcyuML + umask 022 + cd /home/pterjan/rpmbuild/BUILD/rust-dotenv-0.15.0-build + '[' 1 -eq 1 ']' + '[' /home/pterjan/rpmbuild/BUILD/rust-dotenv-0.15.0-build/BUILDROOT '!=' / ']' + rm -rf /home/pterjan/rpmbuild/BUILD/rust-dotenv-0.15.0-build/BUILDROOT ++ dirname /home/pterjan/rpmbuild/BUILD/rust-dotenv-0.15.0-build/BUILDROOT + mkdir -p /home/pterjan/rpmbuild/BUILD/rust-dotenv-0.15.0-build + mkdir /home/pterjan/rpmbuild/BUILD/rust-dotenv-0.15.0-build/BUILDROOT + CFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full' + export CFLAGS + CXXFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full' + export CXXFLAGS + FFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full ' + export FFLAGS + FCFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full ' + export FCFLAGS + VALAFLAGS=-g + export VALAFLAGS + RUSTFLAGS='-Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn' + export RUSTFLAGS + LDFLAGS='-Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-z,now -Wl,-O1 -Wl,--build-id=sha1 -Wl,--enable-new-dtags -specs=/usr/lib/rpm/redhat/redhat-hardened-ld' + export LDFLAGS + LT_SYS_LIBRARY_PATH=/usr/lib: + export LT_SYS_LIBRARY_PATH + CC=gcc + export CC + CXX=g++ + export CXX + cd dotenv-0.15.0 + '[' 1 -eq 1 ']' + set -euo pipefail ++ /usr/bin/cargo2rpm --path Cargo.toml is-lib + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' ++ /usr/bin/cargo2rpm --path Cargo.toml name + CRATE_NAME=dotenv ++ /usr/bin/cargo2rpm --path Cargo.toml version + CRATE_VERSION=0.15.0 + REG_DIR=/home/pterjan/rpmbuild/BUILD/rust-dotenv-0.15.0-build/BUILDROOT/usr/share/cargo/registry/dotenv-0.15.0 + /usr/bin/mkdir -p /home/pterjan/rpmbuild/BUILD/rust-dotenv-0.15.0-build/BUILDROOT/usr/share/cargo/registry/dotenv-0.15.0 + /usr/bin/awk -i inplace -v INPLACE_SUFFIX=.deps '/^\[((.+\.)?((dev|build)-)?dependencies|features)/{f=1;next} /^\[/{f=0}; !f' Cargo.toml + /usr/bin/env CARGO_HOME=.cargo RUSTC_BOOTSTRAP=1 'RUSTFLAGS=-Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn' /usr/bin/cargo package -l + grep -w -E -v 'Cargo.(lock|toml.orig)' + xargs -d '\n' /usr/bin/cp --parents -a -t /home/pterjan/rpmbuild/BUILD/rust-dotenv-0.15.0-build/BUILDROOT/usr/share/cargo/registry/dotenv-0.15.0 warning: no (git) VCS found for `/home/pterjan/rpmbuild/BUILD/rust-dotenv-0.15.0-build/dotenv-0.15.0` + /usr/bin/mv Cargo.toml.deps Cargo.toml + /usr/bin/cp -a Cargo.toml /home/pterjan/rpmbuild/BUILD/rust-dotenv-0.15.0-build/BUILDROOT/usr/share/cargo/registry/dotenv-0.15.0/Cargo.toml + /usr/bin/rm -f /home/pterjan/rpmbuild/BUILD/rust-dotenv-0.15.0-build/BUILDROOT/usr/share/cargo/registry/dotenv-0.15.0/Cargo.toml.deps + echo '{"files":{},"package":""}' ++ /usr/bin/cargo2rpm --path Cargo.toml is-bin + '[' 0 -eq 1 ']' + /usr/lib/rpm/check-buildroot + '[' -n '' ']' + /usr/share/spec-helper/clean_files + '[' -n '' ']' + /usr/share/spec-helper/compress_files .xz + '[' -n '' ']' + /usr/share/spec-helper/relink_symlinks + '[' -n '' ']' + /usr/share/spec-helper/clean_perl + '[' -n '' ']' + /usr/share/spec-helper/lib_symlinks + '[' -n '' ']' + /usr/share/spec-helper/gprintify + '[' -n '' ']' + /usr/share/spec-helper/fix_mo + '[' -n '' ']' + /usr/share/spec-helper/fix_pamd + '[' -n '' ']' + /usr/share/spec-helper/remove_info_dir + '[' -n '' ']' + /usr/share/spec-helper/fix_eol + '[' -n '' ']' + /usr/share/spec-helper/check_desktop_files + '[' -n '' ']' + /usr/share/spec-helper/check_elf_files + /usr/lib/rpm/brp-strip /usr/bin/strip + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/check-rpaths + /usr/lib/rpm/brp-remove-la-files + /usr/lib/rpm/redhat/brp-mangle-shebangs + env -u SOURCE_DATE_EPOCH /usr/lib/rpm/redhat/brp-python-bytecompile '' 1 0 -j16 + /usr/lib/rpm/redhat/brp-python-hardlink Executing(%check): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.keQuQT + umask 022 + cd /home/pterjan/rpmbuild/BUILD/rust-dotenv-0.15.0-build + CFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full' + export CFLAGS + CXXFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full' + export CXXFLAGS + FFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full ' + export FFLAGS + FCFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full ' + export FCFLAGS + VALAFLAGS=-g + export VALAFLAGS + RUSTFLAGS='-Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn' + export RUSTFLAGS + LDFLAGS='-Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-z,now -Wl,-O1 -Wl,--build-id=sha1 -Wl,--enable-new-dtags -specs=/usr/lib/rpm/redhat/redhat-hardened-ld' + export LDFLAGS + LT_SYS_LIBRARY_PATH=/usr/lib: + export LT_SYS_LIBRARY_PATH + CC=gcc + export CC + CXX=g++ + export CXX + cd dotenv-0.15.0 + '[' 1 -eq 1 ']' + /usr/bin/env CARGO_HOME=.cargo RUSTC_BOOTSTRAP=1 'RUSTFLAGS=-Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn' /usr/bin/cargo test -j16 -Z avoid-dev-deps --profile rpm --no-fail-fast Compiling libc v0.2.177 Compiling rustix v1.1.2 Running `/usr/bin/rustc --crate-name build_script_build --edition=2021 /usr/share/cargo/registry/libc-0.2.177/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::used_underscore_binding' --allow=unused_qualifications '--warn=clippy::unnecessary_semicolon' '--allow=clippy::unnecessary_cast' '--allow=clippy::uninlined_format_args' '--warn=clippy::ptr_as_ptr' '--allow=clippy::non_minimal_cfg' '--allow=clippy::missing_safety_doc' '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--allow=clippy::identity_op' '--warn=clippy::explicit_iter_loop' '--allow=clippy::expl_impl_clone_on_copy' -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("align", "const-extern-fn", "default", "extra_traits", "rustc-dep-of-std", "rustc-std-workspace-core", "std", "use_std"))' -C metadata=7c69aeef3111cf2b -C extra-filename=-87d6f412400d82c7 --out-dir /home/pterjan/rpmbuild/BUILD/rust-dotenv-0.15.0-build/dotenv-0.15.0/target/rpm/build/libc-87d6f412400d82c7 -L dependency=/home/pterjan/rpmbuild/BUILD/rust-dotenv-0.15.0-build/dotenv-0.15.0/target/rpm/deps --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Compiling getrandom v0.3.4 Compiling cfg-if v1.0.4 Compiling bitflags v2.10.0 Compiling linux-raw-sys v0.11.0 Compiling fastrand v2.3.0 Compiling once_cell v1.21.3 warning: use of deprecated constant `std::sync::ONCE_INIT`: the `Once::new()` function is now preferred --> src/lib.rs:17:23 | 17 | use std::sync::{Once, ONCE_INIT}; | ^^^^^^^^^ | = note: `#[warn(deprecated)]` on by default warning: use of deprecated constant `std::sync::ONCE_INIT`: the `Once::new()` function is now preferred --> src/lib.rs:23:22 | 23 | static START: Once = ONCE_INIT; | ^^^^^^^^^ | help: replace the use of the deprecated constant | 23 - static START: Once = ONCE_INIT; 23 + static START: Once = Once::new(); | Running `/usr/bin/rustc --crate-name build_script_build --edition=2021 /usr/share/cargo/registry/rustix-1.1.2/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(error_in_core)' --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(linux_raw_dep)' --check-cfg 'cfg(lower_upper_exp_for_non_zero)' --check-cfg 'cfg(netbsdlike)' --check-cfg 'cfg(rustc_attrs)' --check-cfg 'cfg(rustc_diagnostics)' --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(wasip2)' --check-cfg 'cfg(target_arch, values("xtensa"))' --check-cfg 'cfg(target_os, values("cygwin"))' -C debug-assertions=off --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all-apis", "alloc", "default", "event", "fs", "io_uring", "libc", "libc_errno", "linux_4_11", "linux_5_1", "linux_5_11", "linux_latest", "mm", "mount", "net", "param", "pipe", "process", "pty", "rand", "runtime", "shm", "std", "stdio", "system", "termios", "thread", "time", "try_close", "use-explicitly-provided-auxv", "use-libc", "use-libc-auxv"))' -C metadata=7aa575db8ffc71f1 -C extra-filename=-6160b92b7b253cf0 --out-dir /home/pterjan/rpmbuild/BUILD/rust-dotenv-0.15.0-build/dotenv-0.15.0/target/rpm/build/rustix-6160b92b7b253cf0 -L dependency=/home/pterjan/rpmbuild/BUILD/rust-dotenv-0.15.0-build/dotenv-0.15.0/target/rpm/deps --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Running `/usr/bin/rustc --crate-name bitflags --edition=2021 /usr/share/cargo/registry/bitflags-2.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 -C codegen-units=1 -C debuginfo=2 --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "bytemuck", "example_generated", "serde", "serde_core", "std"))' -C metadata=16fbcfd0cedd0eb8 -C extra-filename=-0c3d03fcad8fc5e6 --out-dir /home/pterjan/rpmbuild/BUILD/rust-dotenv-0.15.0-build/dotenv-0.15.0/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-dotenv-0.15.0-build/dotenv-0.15.0/target/rpm/deps --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Running `/usr/bin/rustc --crate-name cfg_if --edition=2018 /usr/share/cargo/registry/cfg-if-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 -C codegen-units=1 -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("core", "rustc-dep-of-std"))' -C metadata=08b529e5e0e8f31d -C extra-filename=-882b1cd97dcfd39c --out-dir /home/pterjan/rpmbuild/BUILD/rust-dotenv-0.15.0-build/dotenv-0.15.0/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-dotenv-0.15.0-build/dotenv-0.15.0/target/rpm/deps --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Running `/usr/bin/rustc --crate-name build_script_build --edition=2021 /usr/share/cargo/registry/getrandom-0.3.4/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(getrandom_backend, values("custom", "efi_rng", "rdrand", "rndr", "linux_getrandom", "linux_raw", "wasm_js", "windows_legacy", "unsupported"))' --check-cfg 'cfg(getrandom_msan)' --check-cfg 'cfg(getrandom_test_linux_fallback)' --check-cfg 'cfg(getrandom_test_linux_without_fallback)' --check-cfg 'cfg(getrandom_test_netbsd_fallback)' --check-cfg 'cfg(target_os, values("cygwin"))' -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("std"))' -C metadata=e9cf39c92eb416ba -C extra-filename=-10dffb3503a4b841 --out-dir /home/pterjan/rpmbuild/BUILD/rust-dotenv-0.15.0-build/dotenv-0.15.0/target/rpm/build/getrandom-10dffb3503a4b841 -L dependency=/home/pterjan/rpmbuild/BUILD/rust-dotenv-0.15.0-build/dotenv-0.15.0/target/rpm/deps --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Running `/usr/bin/rustc --crate-name linux_raw_sys --edition=2021 /usr/share/cargo/registry/linux-raw-sys-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 -C codegen-units=1 -C debuginfo=2 --warn=unexpected_cfgs --check-cfg 'cfg(target_arch, values("xtensa"))' --cfg 'feature="auxvec"' --cfg 'feature="elf"' --cfg 'feature="errno"' --cfg 'feature="general"' --cfg 'feature="ioctl"' --cfg 'feature="no_std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("auxvec", "bootparam", "btrfs", "core", "default", "elf", "elf_uapi", "errno", "general", "if_arp", "if_ether", "if_packet", "image", "io_uring", "ioctl", "landlock", "loop_device", "mempolicy", "net", "netlink", "no_std", "prctl", "ptrace", "rustc-dep-of-std", "std", "system", "xdp"))' -C metadata=5317d21571472e57 -C extra-filename=-cab3d0581d964862 --out-dir /home/pterjan/rpmbuild/BUILD/rust-dotenv-0.15.0-build/dotenv-0.15.0/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-dotenv-0.15.0-build/dotenv-0.15.0/target/rpm/deps --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Running `/usr/bin/rustc --crate-name fastrand --edition=2018 /usr/share/cargo/registry/fastrand-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 -C codegen-units=1 -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=157f72edf53aaf13 -C extra-filename=-bff68224de12f64a --out-dir /home/pterjan/rpmbuild/BUILD/rust-dotenv-0.15.0-build/dotenv-0.15.0/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-dotenv-0.15.0-build/dotenv-0.15.0/target/rpm/deps --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Running `/usr/bin/rustc --crate-name once_cell --edition=2021 /usr/share/cargo/registry/once_cell-1.21.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 -C codegen-units=1 -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="race"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "atomic-polyfill", "critical-section", "default", "parking_lot", "portable-atomic", "race", "std", "unstable"))' -C metadata=eaf4f7267ba8c5f5 -C extra-filename=-0c81559b51215464 --out-dir /home/pterjan/rpmbuild/BUILD/rust-dotenv-0.15.0-build/dotenv-0.15.0/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-dotenv-0.15.0-build/dotenv-0.15.0/target/rpm/deps --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` warning: `dotenv` (lib) generated 2 warnings (run `cargo fix --lib -p dotenv` to apply 1 suggestion) Running `/home/pterjan/rpmbuild/BUILD/rust-dotenv-0.15.0-build/dotenv-0.15.0/target/rpm/build/rustix-6160b92b7b253cf0/build-script-build` Running `/home/pterjan/rpmbuild/BUILD/rust-dotenv-0.15.0-build/dotenv-0.15.0/target/rpm/build/getrandom-10dffb3503a4b841/build-script-build` Running `/home/pterjan/rpmbuild/BUILD/rust-dotenv-0.15.0-build/dotenv-0.15.0/target/rpm/build/libc-87d6f412400d82c7/build-script-build` Running `/usr/bin/rustc --crate-name libc --edition=2021 /usr/share/cargo/registry/libc-0.2.177/src/lib.rs --error-format=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=1 -C debuginfo=2 '--allow=clippy::used_underscore_binding' --allow=unused_qualifications '--warn=clippy::unnecessary_semicolon' '--allow=clippy::unnecessary_cast' '--allow=clippy::uninlined_format_args' '--warn=clippy::ptr_as_ptr' '--allow=clippy::non_minimal_cfg' '--allow=clippy::missing_safety_doc' '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--allow=clippy::identity_op' '--warn=clippy::explicit_iter_loop' '--allow=clippy::expl_impl_clone_on_copy' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("align", "const-extern-fn", "default", "extra_traits", "rustc-dep-of-std", "rustc-std-workspace-core", "std", "use_std"))' -C metadata=34e2034c7ccd6dd1 -C extra-filename=-fc8cc4ba72b4ebba --out-dir /home/pterjan/rpmbuild/BUILD/rust-dotenv-0.15.0-build/dotenv-0.15.0/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-dotenv-0.15.0-build/dotenv-0.15.0/target/rpm/deps --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn --cfg freebsd12 --check-cfg 'cfg(emscripten_old_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(gnu_file_offset_bits64)' --check-cfg 'cfg(gnu_time_bits64)' --check-cfg 'cfg(libc_deny_warnings)' --check-cfg 'cfg(libc_thread_local)' --check-cfg 'cfg(linux_time_bits64)' --check-cfg 'cfg(musl_v1_2_3)' --check-cfg 'cfg(target_os,values("switch","aix","ohos","hurd","rtems","visionos","nuttx","cygwin"))' --check-cfg 'cfg(target_env,values("illumos","wasi","aix","ohos","nto71_iosock","nto80"))' --check-cfg 'cfg(target_arch,values("loongarch64","mips32r6","mips64r6","csky"))'` Running `/usr/bin/rustc --crate-name rustix --edition=2021 /usr/share/cargo/registry/rustix-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 -C codegen-units=1 -C debuginfo=2 --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(error_in_core)' --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(linux_raw_dep)' --check-cfg 'cfg(lower_upper_exp_for_non_zero)' --check-cfg 'cfg(netbsdlike)' --check-cfg 'cfg(rustc_attrs)' --check-cfg 'cfg(rustc_diagnostics)' --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(wasip2)' --check-cfg 'cfg(target_arch, values("xtensa"))' --check-cfg 'cfg(target_os, values("cygwin"))' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all-apis", "alloc", "default", "event", "fs", "io_uring", "libc", "libc_errno", "linux_4_11", "linux_5_1", "linux_5_11", "linux_latest", "mm", "mount", "net", "param", "pipe", "process", "pty", "rand", "runtime", "shm", "std", "stdio", "system", "termios", "thread", "time", "try_close", "use-explicitly-provided-auxv", "use-libc", "use-libc-auxv"))' -C metadata=11260102ba12d0d5 -C extra-filename=-a6f8684bffffd266 --out-dir /home/pterjan/rpmbuild/BUILD/rust-dotenv-0.15.0-build/dotenv-0.15.0/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-dotenv-0.15.0-build/dotenv-0.15.0/target/rpm/deps --extern bitflags=/home/pterjan/rpmbuild/BUILD/rust-dotenv-0.15.0-build/dotenv-0.15.0/target/rpm/deps/libbitflags-0c3d03fcad8fc5e6.rmeta --extern linux_raw_sys=/home/pterjan/rpmbuild/BUILD/rust-dotenv-0.15.0-build/dotenv-0.15.0/target/rpm/deps/liblinux_raw_sys-cab3d0581d964862.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn --cfg static_assertions --cfg lower_upper_exp_for_non_zero --cfg rustc_diagnostics --cfg linux_raw_dep --cfg linux_raw --cfg linux_like --cfg linux_kernel` Running `/usr/bin/rustc --crate-name getrandom --edition=2021 /usr/share/cargo/registry/getrandom-0.3.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 -C codegen-units=1 -C debuginfo=2 --warn=unexpected_cfgs --check-cfg 'cfg(getrandom_backend, values("custom", "efi_rng", "rdrand", "rndr", "linux_getrandom", "linux_raw", "wasm_js", "windows_legacy", "unsupported"))' --check-cfg 'cfg(getrandom_msan)' --check-cfg 'cfg(getrandom_test_linux_fallback)' --check-cfg 'cfg(getrandom_test_linux_without_fallback)' --check-cfg 'cfg(getrandom_test_netbsd_fallback)' --check-cfg 'cfg(target_os, values("cygwin"))' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("std"))' -C metadata=7fa016ed82b95b90 -C extra-filename=-ebabf6049263e2f8 --out-dir /home/pterjan/rpmbuild/BUILD/rust-dotenv-0.15.0-build/dotenv-0.15.0/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-dotenv-0.15.0-build/dotenv-0.15.0/target/rpm/deps --extern cfg_if=/home/pterjan/rpmbuild/BUILD/rust-dotenv-0.15.0-build/dotenv-0.15.0/target/rpm/deps/libcfg_if-882b1cd97dcfd39c.rmeta --extern libc=/home/pterjan/rpmbuild/BUILD/rust-dotenv-0.15.0-build/dotenv-0.15.0/target/rpm/deps/liblibc-fc8cc4ba72b4ebba.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Compiling tempfile v3.23.0 Running `/usr/bin/rustc --crate-name tempfile --edition=2021 /usr/share/cargo/registry/tempfile-3.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 -C codegen-units=1 -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="getrandom"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "getrandom", "nightly"))' -C metadata=25bc91e59d4ecfeb -C extra-filename=-7989119421572e8f --out-dir /home/pterjan/rpmbuild/BUILD/rust-dotenv-0.15.0-build/dotenv-0.15.0/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-dotenv-0.15.0-build/dotenv-0.15.0/target/rpm/deps --extern fastrand=/home/pterjan/rpmbuild/BUILD/rust-dotenv-0.15.0-build/dotenv-0.15.0/target/rpm/deps/libfastrand-bff68224de12f64a.rmeta --extern getrandom=/home/pterjan/rpmbuild/BUILD/rust-dotenv-0.15.0-build/dotenv-0.15.0/target/rpm/deps/libgetrandom-ebabf6049263e2f8.rmeta --extern once_cell=/home/pterjan/rpmbuild/BUILD/rust-dotenv-0.15.0-build/dotenv-0.15.0/target/rpm/deps/libonce_cell-0c81559b51215464.rmeta --extern rustix=/home/pterjan/rpmbuild/BUILD/rust-dotenv-0.15.0-build/dotenv-0.15.0/target/rpm/deps/librustix-a6f8684bffffd266.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Compiling dotenv v0.15.0 (/home/pterjan/rpmbuild/BUILD/rust-dotenv-0.15.0-build/dotenv-0.15.0) Running `/usr/bin/rustc --crate-name test_from_path_iter --edition=2018 tests/test-from-path-iter.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C codegen-units=1 -C debuginfo=2 --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3ed69c30353f1585 -C extra-filename=-a37c9707b2b2478b --out-dir /home/pterjan/rpmbuild/BUILD/rust-dotenv-0.15.0-build/dotenv-0.15.0/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-dotenv-0.15.0-build/dotenv-0.15.0/target/rpm/deps --extern dotenv=/home/pterjan/rpmbuild/BUILD/rust-dotenv-0.15.0-build/dotenv-0.15.0/target/rpm/deps/libdotenv-7b796a291863cd9a.rlib --extern tempfile=/home/pterjan/rpmbuild/BUILD/rust-dotenv-0.15.0-build/dotenv-0.15.0/target/rpm/deps/libtempfile-7989119421572e8f.rlib -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Running `/usr/bin/rustc --crate-name test_default_location --edition=2018 tests/test-default-location.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C codegen-units=1 -C debuginfo=2 --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b6c002fa6f7660f8 -C extra-filename=-49f12eeffda5a49a --out-dir /home/pterjan/rpmbuild/BUILD/rust-dotenv-0.15.0-build/dotenv-0.15.0/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-dotenv-0.15.0-build/dotenv-0.15.0/target/rpm/deps --extern dotenv=/home/pterjan/rpmbuild/BUILD/rust-dotenv-0.15.0-build/dotenv-0.15.0/target/rpm/deps/libdotenv-7b796a291863cd9a.rlib --extern tempfile=/home/pterjan/rpmbuild/BUILD/rust-dotenv-0.15.0-build/dotenv-0.15.0/target/rpm/deps/libtempfile-7989119421572e8f.rlib -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Running `/usr/bin/rustc --crate-name test_var --edition=2018 tests/test-var.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C codegen-units=1 -C debuginfo=2 --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6908dd074135f3aa -C extra-filename=-c6893e0f991cf597 --out-dir /home/pterjan/rpmbuild/BUILD/rust-dotenv-0.15.0-build/dotenv-0.15.0/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-dotenv-0.15.0-build/dotenv-0.15.0/target/rpm/deps --extern dotenv=/home/pterjan/rpmbuild/BUILD/rust-dotenv-0.15.0-build/dotenv-0.15.0/target/rpm/deps/libdotenv-7b796a291863cd9a.rlib --extern tempfile=/home/pterjan/rpmbuild/BUILD/rust-dotenv-0.15.0-build/dotenv-0.15.0/target/rpm/deps/libtempfile-7989119421572e8f.rlib -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Running `/usr/bin/rustc --crate-name dotenv --edition=2018 src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C codegen-units=1 -C debuginfo=2 --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b8cf012fdd8e38c2 -C extra-filename=-4e524b5c34bf641f --out-dir /home/pterjan/rpmbuild/BUILD/rust-dotenv-0.15.0-build/dotenv-0.15.0/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-dotenv-0.15.0-build/dotenv-0.15.0/target/rpm/deps --extern tempfile=/home/pterjan/rpmbuild/BUILD/rust-dotenv-0.15.0-build/dotenv-0.15.0/target/rpm/deps/libtempfile-7989119421572e8f.rlib -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Running `/usr/bin/rustc --crate-name test_from_filename --edition=2018 tests/test-from-filename.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C codegen-units=1 -C debuginfo=2 --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6c7a5ef7faff8b1e -C extra-filename=-976e90265c5ec4c8 --out-dir /home/pterjan/rpmbuild/BUILD/rust-dotenv-0.15.0-build/dotenv-0.15.0/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-dotenv-0.15.0-build/dotenv-0.15.0/target/rpm/deps --extern dotenv=/home/pterjan/rpmbuild/BUILD/rust-dotenv-0.15.0-build/dotenv-0.15.0/target/rpm/deps/libdotenv-7b796a291863cd9a.rlib --extern tempfile=/home/pterjan/rpmbuild/BUILD/rust-dotenv-0.15.0-build/dotenv-0.15.0/target/rpm/deps/libtempfile-7989119421572e8f.rlib -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Running `/usr/bin/rustc --crate-name simple --edition=2018 examples/simple.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 -C codegen-units=1 -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=46ccdbaefe3eb343 -C extra-filename=-4f55eef8fe454754 --out-dir /home/pterjan/rpmbuild/BUILD/rust-dotenv-0.15.0-build/dotenv-0.15.0/target/rpm/examples -L dependency=/home/pterjan/rpmbuild/BUILD/rust-dotenv-0.15.0-build/dotenv-0.15.0/target/rpm/deps --extern dotenv=/home/pterjan/rpmbuild/BUILD/rust-dotenv-0.15.0-build/dotenv-0.15.0/target/rpm/deps/libdotenv-7b796a291863cd9a.rlib --extern tempfile=/home/pterjan/rpmbuild/BUILD/rust-dotenv-0.15.0-build/dotenv-0.15.0/target/rpm/deps/libtempfile-7989119421572e8f.rlib -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Running `/usr/bin/rustc --crate-name test_from_filename_iter --edition=2018 tests/test-from-filename-iter.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C codegen-units=1 -C debuginfo=2 --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=cfe706d53afa1584 -C extra-filename=-93c1d84308997107 --out-dir /home/pterjan/rpmbuild/BUILD/rust-dotenv-0.15.0-build/dotenv-0.15.0/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-dotenv-0.15.0-build/dotenv-0.15.0/target/rpm/deps --extern dotenv=/home/pterjan/rpmbuild/BUILD/rust-dotenv-0.15.0-build/dotenv-0.15.0/target/rpm/deps/libdotenv-7b796a291863cd9a.rlib --extern tempfile=/home/pterjan/rpmbuild/BUILD/rust-dotenv-0.15.0-build/dotenv-0.15.0/target/rpm/deps/libtempfile-7989119421572e8f.rlib -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Running `/usr/bin/rustc --crate-name test_from_path --edition=2018 tests/test-from-path.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C codegen-units=1 -C debuginfo=2 --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e5f5d2abb6cfac6f -C extra-filename=-e5e4ecb6539f0646 --out-dir /home/pterjan/rpmbuild/BUILD/rust-dotenv-0.15.0-build/dotenv-0.15.0/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-dotenv-0.15.0-build/dotenv-0.15.0/target/rpm/deps --extern dotenv=/home/pterjan/rpmbuild/BUILD/rust-dotenv-0.15.0-build/dotenv-0.15.0/target/rpm/deps/libdotenv-7b796a291863cd9a.rlib --extern tempfile=/home/pterjan/rpmbuild/BUILD/rust-dotenv-0.15.0-build/dotenv-0.15.0/target/rpm/deps/libtempfile-7989119421572e8f.rlib -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Running `/usr/bin/rustc --crate-name test_vars --edition=2018 tests/test-vars.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C codegen-units=1 -C debuginfo=2 --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f768bff1f5f2bacf -C extra-filename=-1404b6105d9f1ef0 --out-dir /home/pterjan/rpmbuild/BUILD/rust-dotenv-0.15.0-build/dotenv-0.15.0/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-dotenv-0.15.0-build/dotenv-0.15.0/target/rpm/deps --extern dotenv=/home/pterjan/rpmbuild/BUILD/rust-dotenv-0.15.0-build/dotenv-0.15.0/target/rpm/deps/libdotenv-7b796a291863cd9a.rlib --extern tempfile=/home/pterjan/rpmbuild/BUILD/rust-dotenv-0.15.0-build/dotenv-0.15.0/target/rpm/deps/libtempfile-7989119421572e8f.rlib -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Running `/usr/bin/rustc --crate-name test_dotenv_iter --edition=2018 tests/test-dotenv-iter.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C codegen-units=1 -C debuginfo=2 --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=60b2c687497df033 -C extra-filename=-3d4468f0e1a4acc2 --out-dir /home/pterjan/rpmbuild/BUILD/rust-dotenv-0.15.0-build/dotenv-0.15.0/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-dotenv-0.15.0-build/dotenv-0.15.0/target/rpm/deps --extern dotenv=/home/pterjan/rpmbuild/BUILD/rust-dotenv-0.15.0-build/dotenv-0.15.0/target/rpm/deps/libdotenv-7b796a291863cd9a.rlib --extern tempfile=/home/pterjan/rpmbuild/BUILD/rust-dotenv-0.15.0-build/dotenv-0.15.0/target/rpm/deps/libtempfile-7989119421572e8f.rlib -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Running `/usr/bin/rustc --crate-name test_child_dir --edition=2018 tests/test-child-dir.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C codegen-units=1 -C debuginfo=2 --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b6857f697688f8f1 -C extra-filename=-725e91f51e612ce8 --out-dir /home/pterjan/rpmbuild/BUILD/rust-dotenv-0.15.0-build/dotenv-0.15.0/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-dotenv-0.15.0-build/dotenv-0.15.0/target/rpm/deps --extern dotenv=/home/pterjan/rpmbuild/BUILD/rust-dotenv-0.15.0-build/dotenv-0.15.0/target/rpm/deps/libdotenv-7b796a291863cd9a.rlib --extern tempfile=/home/pterjan/rpmbuild/BUILD/rust-dotenv-0.15.0-build/dotenv-0.15.0/target/rpm/deps/libtempfile-7989119421572e8f.rlib -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Running `/usr/bin/rustc --crate-name test_variable_substitution --edition=2018 tests/test-variable-substitution.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C codegen-units=1 -C debuginfo=2 --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5444ae09ef94f521 -C extra-filename=-db01542d48a68e0a --out-dir /home/pterjan/rpmbuild/BUILD/rust-dotenv-0.15.0-build/dotenv-0.15.0/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-dotenv-0.15.0-build/dotenv-0.15.0/target/rpm/deps --extern dotenv=/home/pterjan/rpmbuild/BUILD/rust-dotenv-0.15.0-build/dotenv-0.15.0/target/rpm/deps/libdotenv-7b796a291863cd9a.rlib --extern tempfile=/home/pterjan/rpmbuild/BUILD/rust-dotenv-0.15.0-build/dotenv-0.15.0/target/rpm/deps/libtempfile-7989119421572e8f.rlib -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` warning: function `make_test_dotenv` is never used --> tests/common/mod.rs:16:8 | 16 | pub fn make_test_dotenv() -> io::Result { | ^^^^^^^^^^^^^^^^ | = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default warning: `dotenv` (test "test-variable-substitution") generated 1 warning warning: `dotenv` (lib test) generated 2 warnings (2 duplicates) Finished `rpm` profile [optimized + debuginfo] target(s) in 1m 29s Running `/home/pterjan/rpmbuild/BUILD/rust-dotenv-0.15.0-build/dotenv-0.15.0/target/rpm/deps/dotenv-4e524b5c34bf641f` running 30 tests test errors::test::test_envvar_error_display ... ok test errors::test::test_envvar_error_source ... ok test errors::test::test_error_not_found_true ... ok test errors::test::test_error_not_found_false ... ok test errors::test::test_io_error_display ... ok test errors::test::test_io_error_source ... ok test errors::test::test_lineparse_error_display ... ok test errors::test::test_lineparse_error_source ... ok test parse::error_tests::should_not_allow_dot_as_first_character_of_key ... ok test parse::error_tests::should_not_parse_illegal_escape ... ok test parse::error_tests::should_not_parse_illegal_format ... ok test parse::test::test_parse_line_comment ... ok test parse::error_tests::should_not_parse_unfinished_substitutions ... ok test parse::test::test_parse_line_env ... ok test parse::test::test_parse_line_invalid ... ok test parse::test::test_parse_value_escapes_invalid ... ok test parse::test::test_parse_value_escapes ... ok test parse::variable_substitution_tests::consequent_substitutions ... ok test parse::variable_substitution_tests::consequent_substitutions_with_one_missing ... ok test parse::variable_substitution_tests::do_not_substitute_variables_in_strong_quotes ... ok test parse::variable_substitution_tests::do_not_substitute_variables_with_dollar_escaped ... ok test parse::variable_substitution_tests::do_not_substitute_variables_in_weak_quotes_with_dollar_escaped ... ok test parse::variable_substitution_tests::recursive_substitution ... ok test parse::variable_substitution_tests::same_variable_reused ... ok test parse::variable_substitution_tests::substitute_undefined_variables_to_empty_string ... ok test parse::variable_substitution_tests::substitute_variable_env_variable_overrides_dotenv_in_substitution ... ok test parse::variable_substitution_tests::substitute_variable_from_env_variable ... ok test parse::variable_substitution_tests::variable_in_parenthesis_surrounded_by_quotes ... ok test parse::variable_substitution_tests::variable_without_parenthesis_is_substituted_before_separators ... ok test parse::variable_substitution_tests::with_dot ... ok test result: ok. 30 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s Running `/home/pterjan/rpmbuild/BUILD/rust-dotenv-0.15.0-build/dotenv-0.15.0/target/rpm/deps/test_child_dir-725e91f51e612ce8` running 1 test test test_child_dir ... ok test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.04s Running `/home/pterjan/rpmbuild/BUILD/rust-dotenv-0.15.0-build/dotenv-0.15.0/target/rpm/deps/test_default_location-49f12eeffda5a49a` running 1 test test test_default_location ... ok test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s Running `/home/pterjan/rpmbuild/BUILD/rust-dotenv-0.15.0-build/dotenv-0.15.0/target/rpm/deps/test_dotenv_iter-3d4468f0e1a4acc2` running 1 test test test_dotenv_iter ... ok test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s Running `/home/pterjan/rpmbuild/BUILD/rust-dotenv-0.15.0-build/dotenv-0.15.0/target/rpm/deps/test_from_filename-976e90265c5ec4c8` running 1 test test test_from_filename ... ok test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s Running `/home/pterjan/rpmbuild/BUILD/rust-dotenv-0.15.0-build/dotenv-0.15.0/target/rpm/deps/test_from_filename_iter-93c1d84308997107` running 1 test test test_from_filename_iter ... ok test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s Running `/home/pterjan/rpmbuild/BUILD/rust-dotenv-0.15.0-build/dotenv-0.15.0/target/rpm/deps/test_from_path-e5e4ecb6539f0646` running 1 test test test_from_path ... ok test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s Running `/home/pterjan/rpmbuild/BUILD/rust-dotenv-0.15.0-build/dotenv-0.15.0/target/rpm/deps/test_from_path_iter-a37c9707b2b2478b` running 1 test test test_from_path_iter ... ok test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s Running `/home/pterjan/rpmbuild/BUILD/rust-dotenv-0.15.0-build/dotenv-0.15.0/target/rpm/deps/test_var-c6893e0f991cf597` running 1 test test test_var ... ok test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s Running `/home/pterjan/rpmbuild/BUILD/rust-dotenv-0.15.0-build/dotenv-0.15.0/target/rpm/deps/test_variable_substitution-db01542d48a68e0a` running 1 test test test_variable_substitutions ... ok test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s Running `/home/pterjan/rpmbuild/BUILD/rust-dotenv-0.15.0-build/dotenv-0.15.0/target/rpm/deps/test_vars-1404b6105d9f1ef0` running 1 test test test_vars ... ok test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s Doc-tests dotenv Running `/usr/bin/rustdoc --edition=2018 --crate-type lib --color auto --crate-name dotenv --test src/lib.rs --test-run-directory /home/pterjan/rpmbuild/BUILD/rust-dotenv-0.15.0-build/dotenv-0.15.0 -L dependency=/home/pterjan/rpmbuild/BUILD/rust-dotenv-0.15.0-build/dotenv-0.15.0/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-dotenv-0.15.0-build/dotenv-0.15.0/target/rpm/deps --extern dotenv=/home/pterjan/rpmbuild/BUILD/rust-dotenv-0.15.0-build/dotenv-0.15.0/target/rpm/deps/libdotenv-7b796a291863cd9a.rlib --extern tempfile=/home/pterjan/rpmbuild/BUILD/rust-dotenv-0.15.0-build/dotenv-0.15.0/target/rpm/deps/libtempfile-7989119421572e8f.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --error-format human` running 10 tests test src/lib.rs - vars (line 55) - compile ... ok test src/lib.rs - var (line 32) - compile ... ok test src/lib.rs - dotenv_iter (line 172) - compile ... ok test src/lib.rs - from_filename_iter (line 140) - compile ... ok test src/lib.rs - from_path_iter (line 90) - compile ... ok test src/lib.rs - dotenv (line 159) ... ok test src/lib.rs - from_filename (line 111) ... ok test src/lib.rs - from_filename (line 119) ... ok test src/lib.rs - from_filename_iter (line 132) ... ok test src/lib.rs - from_path (line 73) ... ok test result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.26s + RPM_EC=0 ++ jobs -p + exit 0 Processing files: rust-dotenv-devel-0.15.0-2.mga10.noarch warning: File listed twice: /usr/share/cargo/registry/dotenv-0.15.0/LICENSE.md Provides: crate(dotenv) = 0.15.0 rust-dotenv-devel = 0.15.0-2.mga10 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: cargo Processing files: rust-dotenv+default-devel-0.15.0-2.mga10.noarch Provides: crate(dotenv/default) = 0.15.0 rust-dotenv+default-devel = 0.15.0-2.mga10 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: cargo crate(dotenv) = 0.15.0 Checking for unpackaged file(s): /usr/lib/rpm/check-files /home/pterjan/rpmbuild/BUILD/rust-dotenv-0.15.0-build/BUILDROOT Wrote: /home/pterjan/rpmbuild/RPMS/noarch/rust-dotenv+default-devel-0.15.0-2.mga10.noarch.rpm Wrote: /home/pterjan/rpmbuild/RPMS/noarch/rust-dotenv-devel-0.15.0-2.mga10.noarch.rpm Executing(rmbuild): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.icOHee + umask 022 + cd /home/pterjan/rpmbuild/BUILD/rust-dotenv-0.15.0-build + test -d /home/pterjan/rpmbuild/BUILD/rust-dotenv-0.15.0-build + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w /home/pterjan/rpmbuild/BUILD/rust-dotenv-0.15.0-build + rm -rf /home/pterjan/rpmbuild/BUILD/rust-dotenv-0.15.0-build + RPM_EC=0 ++ jobs -p + exit 0 RPM build warnings: File listed twice: /usr/share/cargo/registry/dotenv-0.15.0/LICENSE.md D: [iurt_root_command] Success!