D: [iurt_root_command] chroot Building target platforms: noarch Building for target noarch Installing /home/pterjan/rpmbuild/SRPMS/rust-hyper-tls-0.6.0-1.mga10.src.rpm Executing(%mkbuilddir): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.Y0BwIo + umask 022 + cd /home/pterjan/rpmbuild/BUILD/rust-hyper-tls-0.6.0-build + test -d /home/pterjan/rpmbuild/BUILD/rust-hyper-tls-0.6.0-build + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w /home/pterjan/rpmbuild/BUILD/rust-hyper-tls-0.6.0-build + /usr/bin/rm -rf /home/pterjan/rpmbuild/BUILD/rust-hyper-tls-0.6.0-build + /usr/bin/mkdir -p /home/pterjan/rpmbuild/BUILD/rust-hyper-tls-0.6.0-build + /usr/bin/mkdir -p /home/pterjan/rpmbuild/BUILD/rust-hyper-tls-0.6.0-build/SPECPARTS + RPM_EC=0 ++ jobs -p + exit 0 Executing(%prep): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.XHuLiC + umask 022 + cd /home/pterjan/rpmbuild/BUILD/rust-hyper-tls-0.6.0-build + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + cd /home/pterjan/rpmbuild/BUILD/rust-hyper-tls-0.6.0-build + rm -rf hyper-tls-0.6.0 + /usr/lib/rpm/rpmuncompress -x /home/pterjan/rpmbuild/SOURCES/hyper-tls-0.6.0.crate + STATUS=0 + '[' 0 -ne 0 ']' + cd hyper-tls-0.6.0 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + /usr/lib/rpm/rpmuncompress /home/pterjan/rpmbuild/SOURCES/hyper-tls-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 + RPM_EC=0 ++ jobs -p + exit 0 Executing(%generate_buildrequires): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.MIBccv + umask 022 + cd /home/pterjan/rpmbuild/BUILD/rust-hyper-tls-0.6.0-build + cd hyper-tls-0.6.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.Pgo4Hg + umask 022 + cd /home/pterjan/rpmbuild/BUILD/rust-hyper-tls-0.6.0-build + cd hyper-tls-0.6.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 libc v0.2.168 Compiling shlex v1.3.0 Compiling pkg-config v0.3.27 Compiling proc-macro2 v1.0.86 Compiling unicode-ident v1.0.12 Compiling pin-project-lite v0.2.13 Compiling futures-core v0.3.28 Compiling once_cell v1.20.0 Compiling futures-task v0.3.28 Compiling fnv v1.0.7 Compiling bytes v1.7.2 Compiling itoa v1.0.14 Compiling futures-util v0.3.28 Compiling foreign-types-shared v0.1.1 Compiling openssl v0.10.68 Compiling pin-utils v0.1.0 Running `/usr/bin/rustc --crate-name build_script_build --edition=2021 /usr/share/cargo/registry/libc-0.2.168/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=f42b49d70ff2f22b -C extra-filename=-f42b49d70ff2f22b --out-dir /home/pterjan/rpmbuild/BUILD/rust-hyper-tls-0.6.0-build/hyper-tls-0.6.0/target/rpm/build/libc-f42b49d70ff2f22b -L dependency=/home/pterjan/rpmbuild/BUILD/rust-hyper-tls-0.6.0-build/hyper-tls-0.6.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 pkg_config --edition=2015 /usr/share/cargo/registry/pkg-config-0.3.27/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=1aa3c1c79fecd16c -C extra-filename=-1aa3c1c79fecd16c --out-dir /home/pterjan/rpmbuild/BUILD/rust-hyper-tls-0.6.0-build/hyper-tls-0.6.0/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-hyper-tls-0.6.0-build/hyper-tls-0.6.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 shlex --edition=2015 /usr/share/cargo/registry/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=0ab6a68439436066 -C extra-filename=-0ab6a68439436066 --out-dir /home/pterjan/rpmbuild/BUILD/rust-hyper-tls-0.6.0-build/hyper-tls-0.6.0/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-hyper-tls-0.6.0-build/hyper-tls-0.6.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/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=d1cd9f03e8c32fed -C extra-filename=-d1cd9f03e8c32fed --out-dir /home/pterjan/rpmbuild/BUILD/rust-hyper-tls-0.6.0-build/hyper-tls-0.6.0/target/rpm/build/proc-macro2-d1cd9f03e8c32fed -L dependency=/home/pterjan/rpmbuild/BUILD/rust-hyper-tls-0.6.0-build/hyper-tls-0.6.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 unicode_ident --edition=2018 /usr/share/cargo/registry/unicode-ident-1.0.12/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=e252c21efb301387 -C extra-filename=-e252c21efb301387 --out-dir /home/pterjan/rpmbuild/BUILD/rust-hyper-tls-0.6.0-build/hyper-tls-0.6.0/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-hyper-tls-0.6.0-build/hyper-tls-0.6.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 pin_project_lite --edition=2018 /usr/share/cargo/registry/pin-project-lite-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 -C codegen-units=1 -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=cdd22f21b9632c67 -C extra-filename=-cdd22f21b9632c67 --out-dir /home/pterjan/rpmbuild/BUILD/rust-hyper-tls-0.6.0-build/hyper-tls-0.6.0/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-hyper-tls-0.6.0-build/hyper-tls-0.6.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=2018 /usr/share/cargo/registry/futures-core-0.3.28/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="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "cfg-target-has-atomic", "default", "portable-atomic", "std", "unstable"))' -C metadata=2b14cc22382400a8 -C extra-filename=-2b14cc22382400a8 --out-dir /home/pterjan/rpmbuild/BUILD/rust-hyper-tls-0.6.0-build/hyper-tls-0.6.0/target/rpm/build/futures-core-2b14cc22382400a8 -L dependency=/home/pterjan/rpmbuild/BUILD/rust-hyper-tls-0.6.0-build/hyper-tls-0.6.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=2018 /usr/share/cargo/registry/futures-task-0.3.28/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("alloc", "cfg-target-has-atomic", "default", "std", "unstable"))' -C metadata=db445e1e0b481d2f -C extra-filename=-db445e1e0b481d2f --out-dir /home/pterjan/rpmbuild/BUILD/rust-hyper-tls-0.6.0-build/hyper-tls-0.6.0/target/rpm/build/futures-task-db445e1e0b481d2f -L dependency=/home/pterjan/rpmbuild/BUILD/rust-hyper-tls-0.6.0-build/hyper-tls-0.6.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.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 -C codegen-units=1 -C debuginfo=2 --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=ae2a09de16f1a059 -C extra-filename=-ae2a09de16f1a059 --out-dir /home/pterjan/rpmbuild/BUILD/rust-hyper-tls-0.6.0-build/hyper-tls-0.6.0/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-hyper-tls-0.6.0-build/hyper-tls-0.6.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 fnv --edition=2015 /usr/share/cargo/registry/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 -C codegen-units=1 -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=ab2a2dd22245018f -C extra-filename=-ab2a2dd22245018f --out-dir /home/pterjan/rpmbuild/BUILD/rust-hyper-tls-0.6.0-build/hyper-tls-0.6.0/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-hyper-tls-0.6.0-build/hyper-tls-0.6.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/openssl-0.10.68/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("bindgen", "default", "v101", "v102", "v110", "v111"))' -C metadata=74b57c2fa07ea38b -C extra-filename=-74b57c2fa07ea38b --out-dir /home/pterjan/rpmbuild/BUILD/rust-hyper-tls-0.6.0-build/hyper-tls-0.6.0/target/rpm/build/openssl-74b57c2fa07ea38b -L dependency=/home/pterjan/rpmbuild/BUILD/rust-hyper-tls-0.6.0-build/hyper-tls-0.6.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 pin_utils --edition=2018 /usr/share/cargo/registry/pin-utils-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 -C codegen-units=1 -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=03e0e44006a68027 -C extra-filename=-03e0e44006a68027 --out-dir /home/pterjan/rpmbuild/BUILD/rust-hyper-tls-0.6.0-build/hyper-tls-0.6.0/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-hyper-tls-0.6.0-build/hyper-tls-0.6.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=2018 /usr/share/cargo/registry/futures-util-0.3.28/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("alloc", "async-await", "async-await-macro", "bilock", "cfg-target-has-atomic", "channel", "compat", "default", "futures-channel", "futures-io", "futures-macro", "futures-sink", "futures_01", "io", "io-compat", "memchr", "portable-atomic", "sink", "slab", "std", "tokio-io", "unstable", "write-all-vectored"))' -C metadata=6745681aecd71a1d -C extra-filename=-6745681aecd71a1d --out-dir /home/pterjan/rpmbuild/BUILD/rust-hyper-tls-0.6.0-build/hyper-tls-0.6.0/target/rpm/build/futures-util-6745681aecd71a1d -L dependency=/home/pterjan/rpmbuild/BUILD/rust-hyper-tls-0.6.0-build/hyper-tls-0.6.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 itoa --edition=2018 /usr/share/cargo/registry/itoa-1.0.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 -C codegen-units=1 -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("no-panic"))' -C metadata=3665b5202e2cd6e0 -C extra-filename=-3665b5202e2cd6e0 --out-dir /home/pterjan/rpmbuild/BUILD/rust-hyper-tls-0.6.0-build/hyper-tls-0.6.0/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-hyper-tls-0.6.0-build/hyper-tls-0.6.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 foreign_types_shared --edition=2015 /usr/share/cargo/registry/foreign-types-shared-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 -C codegen-units=1 -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=a81f1b462f23a6b2 -C extra-filename=-a81f1b462f23a6b2 --out-dir /home/pterjan/rpmbuild/BUILD/rust-hyper-tls-0.6.0-build/hyper-tls-0.6.0/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-hyper-tls-0.6.0-build/hyper-tls-0.6.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 bytes --edition=2018 /usr/share/cargo/registry/bytes-1.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 -C codegen-units=1 -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=1587766fe674dfee -C extra-filename=-1587766fe674dfee --out-dir /home/pterjan/rpmbuild/BUILD/rust-hyper-tls-0.6.0-build/hyper-tls-0.6.0/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-hyper-tls-0.6.0-build/hyper-tls-0.6.0/target/rpm/deps --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Compiling foreign-types v0.3.2 Running `/usr/bin/rustc --crate-name foreign_types --edition=2015 /usr/share/cargo/registry/foreign-types-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 -C codegen-units=1 -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=0a9eea299d6a57ad -C extra-filename=-0a9eea299d6a57ad --out-dir /home/pterjan/rpmbuild/BUILD/rust-hyper-tls-0.6.0-build/hyper-tls-0.6.0/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-hyper-tls-0.6.0-build/hyper-tls-0.6.0/target/rpm/deps --extern foreign_types_shared=/home/pterjan/rpmbuild/BUILD/rust-hyper-tls-0.6.0-build/hyper-tls-0.6.0/target/rpm/deps/libforeign_types_shared-a81f1b462f23a6b2.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Compiling cfg-if v1.0.0 Running `/usr/bin/rustc --crate-name cfg_if --edition=2018 /usr/share/cargo/registry/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 -C codegen-units=1 -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("compiler_builtins", "core", "rustc-dep-of-std"))' -C metadata=25316131be321185 -C extra-filename=-25316131be321185 --out-dir /home/pterjan/rpmbuild/BUILD/rust-hyper-tls-0.6.0-build/hyper-tls-0.6.0/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-hyper-tls-0.6.0-build/hyper-tls-0.6.0/target/rpm/deps --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Compiling bitflags v2.6.0 Compiling try-lock v0.2.5 Running `/usr/bin/rustc --crate-name try_lock --edition=2015 /usr/share/cargo/registry/try-lock-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 -C codegen-units=1 -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=546d26eef398949b -C extra-filename=-546d26eef398949b --out-dir /home/pterjan/rpmbuild/BUILD/rust-hyper-tls-0.6.0-build/hyper-tls-0.6.0/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-hyper-tls-0.6.0-build/hyper-tls-0.6.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.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 -C codegen-units=1 -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arbitrary", "bytemuck", "compiler_builtins", "core", "example_generated", "rustc-dep-of-std", "serde", "std"))' -C metadata=e4f22a768766c9a6 -C extra-filename=-e4f22a768766c9a6 --out-dir /home/pterjan/rpmbuild/BUILD/rust-hyper-tls-0.6.0-build/hyper-tls-0.6.0/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-hyper-tls-0.6.0-build/hyper-tls-0.6.0/target/rpm/deps --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Compiling cc v1.2.3 Compiling native-tls v0.2.11 Running `/usr/bin/rustc --crate-name cc --edition=2018 /usr/share/cargo/registry/cc-1.2.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("jobserver", "parallel"))' -C metadata=97c1eff7c2a9452a -C extra-filename=-97c1eff7c2a9452a --out-dir /home/pterjan/rpmbuild/BUILD/rust-hyper-tls-0.6.0-build/hyper-tls-0.6.0/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-hyper-tls-0.6.0-build/hyper-tls-0.6.0/target/rpm/deps --extern shlex=/home/pterjan/rpmbuild/BUILD/rust-hyper-tls-0.6.0-build/hyper-tls-0.6.0/target/rpm/deps/libshlex-0ab6a68439436066.rmeta --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=2015 /usr/share/cargo/registry/native-tls-0.2.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("alpn"))' -C metadata=d8283a1eb1ff4eb0 -C extra-filename=-d8283a1eb1ff4eb0 --out-dir /home/pterjan/rpmbuild/BUILD/rust-hyper-tls-0.6.0-build/hyper-tls-0.6.0/target/rpm/build/native-tls-d8283a1eb1ff4eb0 -L dependency=/home/pterjan/rpmbuild/BUILD/rust-hyper-tls-0.6.0-build/hyper-tls-0.6.0/target/rpm/deps --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Compiling futures-channel v0.3.28 Running `/usr/bin/rustc --crate-name build_script_build --edition=2018 /usr/share/cargo/registry/futures-channel-0.3.28/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="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "cfg-target-has-atomic", "default", "futures-sink", "sink", "std", "unstable"))' -C metadata=a340e6ebd667f6b4 -C extra-filename=-a340e6ebd667f6b4 --out-dir /home/pterjan/rpmbuild/BUILD/rust-hyper-tls-0.6.0-build/hyper-tls-0.6.0/target/rpm/build/futures-channel-a340e6ebd667f6b4 -L dependency=/home/pterjan/rpmbuild/BUILD/rust-hyper-tls-0.6.0-build/hyper-tls-0.6.0/target/rpm/deps --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Compiling want v0.3.1 Running `/usr/bin/rustc --crate-name want --edition=2018 /usr/share/cargo/registry/want-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 -C codegen-units=1 -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=7f3f0c9f089c85c1 -C extra-filename=-7f3f0c9f089c85c1 --out-dir /home/pterjan/rpmbuild/BUILD/rust-hyper-tls-0.6.0-build/hyper-tls-0.6.0/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-hyper-tls-0.6.0-build/hyper-tls-0.6.0/target/rpm/deps --extern try_lock=/home/pterjan/rpmbuild/BUILD/rust-hyper-tls-0.6.0-build/hyper-tls-0.6.0/target/rpm/deps/libtry_lock-546d26eef398949b.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Compiling openssl-probe v0.1.5 Running `/usr/bin/rustc --crate-name openssl_probe --edition=2015 /usr/share/cargo/registry/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 -C codegen-units=1 -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=154c17e5e36480ab -C extra-filename=-154c17e5e36480ab --out-dir /home/pterjan/rpmbuild/BUILD/rust-hyper-tls-0.6.0-build/hyper-tls-0.6.0/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-hyper-tls-0.6.0-build/hyper-tls-0.6.0/target/rpm/deps --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Compiling tracing-core v0.1.32 Compiling log v0.4.22 Running `/usr/bin/rustc --crate-name log --edition=2021 /usr/share/cargo/registry/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 -C codegen-units=1 -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("kv", "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"))' -C metadata=bff0295a177faff2 -C extra-filename=-bff0295a177faff2 --out-dir /home/pterjan/rpmbuild/BUILD/rust-hyper-tls-0.6.0-build/hyper-tls-0.6.0/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-hyper-tls-0.6.0-build/hyper-tls-0.6.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 tracing_core --edition=2018 /usr/share/cargo/registry/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 -C codegen-units=1 -C debuginfo=2 --cfg 'feature="once_cell"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "once_cell", "std"))' -C metadata=98ad9ac784c256ad -C extra-filename=-98ad9ac784c256ad --out-dir /home/pterjan/rpmbuild/BUILD/rust-hyper-tls-0.6.0-build/hyper-tls-0.6.0/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-hyper-tls-0.6.0-build/hyper-tls-0.6.0/target/rpm/deps --extern once_cell=/home/pterjan/rpmbuild/BUILD/rust-hyper-tls-0.6.0-build/hyper-tls-0.6.0/target/rpm/deps/libonce_cell-ae2a09de16f1a059.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Running `/home/pterjan/rpmbuild/BUILD/rust-hyper-tls-0.6.0-build/hyper-tls-0.6.0/target/rpm/build/futures-core-2b14cc22382400a8/build-script-build` Running `/home/pterjan/rpmbuild/BUILD/rust-hyper-tls-0.6.0-build/hyper-tls-0.6.0/target/rpm/build/futures-task-db445e1e0b481d2f/build-script-build` Running `/usr/bin/rustc --crate-name futures_task --edition=2018 /usr/share/cargo/registry/futures-task-0.3.28/src/lib.rs --error-format=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)' --check-cfg 'cfg(feature, values("alloc", "cfg-target-has-atomic", "default", "std", "unstable"))' -C metadata=faa008175e17ca93 -C extra-filename=-faa008175e17ca93 --out-dir /home/pterjan/rpmbuild/BUILD/rust-hyper-tls-0.6.0-build/hyper-tls-0.6.0/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-hyper-tls-0.6.0-build/hyper-tls-0.6.0/target/rpm/deps --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Compiling smallvec v1.13.2 Running `/usr/bin/rustc --crate-name smallvec --edition=2018 /usr/share/cargo/registry/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 -C codegen-units=1 -C debuginfo=2 --cfg 'feature="const_generics"' --cfg 'feature="const_new"' --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=d36ac179d6f2eee5 -C extra-filename=-d36ac179d6f2eee5 --out-dir /home/pterjan/rpmbuild/BUILD/rust-hyper-tls-0.6.0-build/hyper-tls-0.6.0/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-hyper-tls-0.6.0-build/hyper-tls-0.6.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 futures_core --edition=2018 /usr/share/cargo/registry/futures-core-0.3.28/src/lib.rs --error-format=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="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "cfg-target-has-atomic", "default", "portable-atomic", "std", "unstable"))' -C metadata=6543cf0b4ae467ce -C extra-filename=-6543cf0b4ae467ce --out-dir /home/pterjan/rpmbuild/BUILD/rust-hyper-tls-0.6.0-build/hyper-tls-0.6.0/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-hyper-tls-0.6.0-build/hyper-tls-0.6.0/target/rpm/deps --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Running `/home/pterjan/rpmbuild/BUILD/rust-hyper-tls-0.6.0-build/hyper-tls-0.6.0/target/rpm/build/futures-util-6745681aecd71a1d/build-script-build` Compiling tower-service v0.3.2 Running `/usr/bin/rustc --crate-name tower_service --edition=2018 /usr/share/cargo/registry/tower-service-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 -C codegen-units=1 -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=6b4b172671e10a13 -C extra-filename=-6b4b172671e10a13 --out-dir /home/pterjan/rpmbuild/BUILD/rust-hyper-tls-0.6.0-build/hyper-tls-0.6.0/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-hyper-tls-0.6.0-build/hyper-tls-0.6.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 futures_util --edition=2018 /usr/share/cargo/registry/futures-util-0.3.28/src/lib.rs --error-format=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)' --check-cfg 'cfg(feature, values("alloc", "async-await", "async-await-macro", "bilock", "cfg-target-has-atomic", "channel", "compat", "default", "futures-channel", "futures-io", "futures-macro", "futures-sink", "futures_01", "io", "io-compat", "memchr", "portable-atomic", "sink", "slab", "std", "tokio-io", "unstable", "write-all-vectored"))' -C metadata=607e8dcce4d58a86 -C extra-filename=-607e8dcce4d58a86 --out-dir /home/pterjan/rpmbuild/BUILD/rust-hyper-tls-0.6.0-build/hyper-tls-0.6.0/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-hyper-tls-0.6.0-build/hyper-tls-0.6.0/target/rpm/deps --extern futures_core=/home/pterjan/rpmbuild/BUILD/rust-hyper-tls-0.6.0-build/hyper-tls-0.6.0/target/rpm/deps/libfutures_core-6543cf0b4ae467ce.rmeta --extern futures_task=/home/pterjan/rpmbuild/BUILD/rust-hyper-tls-0.6.0-build/hyper-tls-0.6.0/target/rpm/deps/libfutures_task-faa008175e17ca93.rmeta --extern pin_project_lite=/home/pterjan/rpmbuild/BUILD/rust-hyper-tls-0.6.0-build/hyper-tls-0.6.0/target/rpm/deps/libpin_project_lite-cdd22f21b9632c67.rmeta --extern pin_utils=/home/pterjan/rpmbuild/BUILD/rust-hyper-tls-0.6.0-build/hyper-tls-0.6.0/target/rpm/deps/libpin_utils-03e0e44006a68027.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Running `/home/pterjan/rpmbuild/BUILD/rust-hyper-tls-0.6.0-build/hyper-tls-0.6.0/target/rpm/build/futures-channel-a340e6ebd667f6b4/build-script-build` Running `/usr/bin/rustc --crate-name futures_channel --edition=2018 /usr/share/cargo/registry/futures-channel-0.3.28/src/lib.rs --error-format=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)' --check-cfg 'cfg(feature, values("alloc", "cfg-target-has-atomic", "default", "futures-sink", "sink", "std", "unstable"))' -C metadata=be26b67372ae27b3 -C extra-filename=-be26b67372ae27b3 --out-dir /home/pterjan/rpmbuild/BUILD/rust-hyper-tls-0.6.0-build/hyper-tls-0.6.0/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-hyper-tls-0.6.0-build/hyper-tls-0.6.0/target/rpm/deps --extern futures_core=/home/pterjan/rpmbuild/BUILD/rust-hyper-tls-0.6.0-build/hyper-tls-0.6.0/target/rpm/deps/libfutures_core-6543cf0b4ae467ce.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Compiling http v1.1.0 Running `/usr/bin/rustc --crate-name http --edition=2018 /usr/share/cargo/registry/http-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 -C codegen-units=1 -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=bb18048804f6199c -C extra-filename=-bb18048804f6199c --out-dir /home/pterjan/rpmbuild/BUILD/rust-hyper-tls-0.6.0-build/hyper-tls-0.6.0/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-hyper-tls-0.6.0-build/hyper-tls-0.6.0/target/rpm/deps --extern bytes=/home/pterjan/rpmbuild/BUILD/rust-hyper-tls-0.6.0-build/hyper-tls-0.6.0/target/rpm/deps/libbytes-1587766fe674dfee.rmeta --extern fnv=/home/pterjan/rpmbuild/BUILD/rust-hyper-tls-0.6.0-build/hyper-tls-0.6.0/target/rpm/deps/libfnv-ab2a2dd22245018f.rmeta --extern itoa=/home/pterjan/rpmbuild/BUILD/rust-hyper-tls-0.6.0-build/hyper-tls-0.6.0/target/rpm/deps/libitoa-3665b5202e2cd6e0.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Running `/home/pterjan/rpmbuild/BUILD/rust-hyper-tls-0.6.0-build/hyper-tls-0.6.0/target/rpm/build/proc-macro2-d1cd9f03e8c32fed/build-script-build` Compiling tracing v0.1.40 Running `/usr/bin/rustc --crate-name tracing --edition=2018 /usr/share/cargo/registry/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 -C codegen-units=1 -C debuginfo=2 --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"))' -C metadata=89ef90c8d4fc3594 -C extra-filename=-89ef90c8d4fc3594 --out-dir /home/pterjan/rpmbuild/BUILD/rust-hyper-tls-0.6.0-build/hyper-tls-0.6.0/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-hyper-tls-0.6.0-build/hyper-tls-0.6.0/target/rpm/deps --extern pin_project_lite=/home/pterjan/rpmbuild/BUILD/rust-hyper-tls-0.6.0-build/hyper-tls-0.6.0/target/rpm/deps/libpin_project_lite-cdd22f21b9632c67.rmeta --extern tracing_core=/home/pterjan/rpmbuild/BUILD/rust-hyper-tls-0.6.0-build/hyper-tls-0.6.0/target/rpm/deps/libtracing_core-98ad9ac784c256ad.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Running `/usr/bin/rustc --crate-name proc_macro2 --edition=2021 /usr/share/cargo/registry/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=dfa4e2011394d779 -C extra-filename=-dfa4e2011394d779 --out-dir /home/pterjan/rpmbuild/BUILD/rust-hyper-tls-0.6.0-build/hyper-tls-0.6.0/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-hyper-tls-0.6.0-build/hyper-tls-0.6.0/target/rpm/deps --extern unicode_ident=/home/pterjan/rpmbuild/BUILD/rust-hyper-tls-0.6.0-build/hyper-tls-0.6.0/target/rpm/deps/libunicode_ident-e252c21efb301387.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn --cfg wrap_proc_macro --cfg proc_macro_span --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 `/home/pterjan/rpmbuild/BUILD/rust-hyper-tls-0.6.0-build/hyper-tls-0.6.0/target/rpm/build/libc-f42b49d70ff2f22b/build-script-build` Running `/usr/bin/rustc --crate-name libc --edition=2021 /usr/share/cargo/registry/libc-0.2.168/src/lib.rs --error-format=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="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=823392d1629734b9 -C extra-filename=-823392d1629734b9 --out-dir /home/pterjan/rpmbuild/BUILD/rust-hyper-tls-0.6.0-build/hyper-tls-0.6.0/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-hyper-tls-0.6.0-build/hyper-tls-0.6.0/target/rpm/deps --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn --cfg freebsd11 --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_const_extern_fn)' --check-cfg 'cfg(libc_deny_warnings)' --check-cfg 'cfg(libc_thread_local)' --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 quote v1.0.37 Running `/usr/bin/rustc --crate-name quote --edition=2018 /usr/share/cargo/registry/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=d23c59d6eb2f5a64 -C extra-filename=-d23c59d6eb2f5a64 --out-dir /home/pterjan/rpmbuild/BUILD/rust-hyper-tls-0.6.0-build/hyper-tls-0.6.0/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-hyper-tls-0.6.0-build/hyper-tls-0.6.0/target/rpm/deps --extern proc_macro2=/home/pterjan/rpmbuild/BUILD/rust-hyper-tls-0.6.0-build/hyper-tls-0.6.0/target/rpm/deps/libproc_macro2-dfa4e2011394d779.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Compiling syn v2.0.77 Running `/usr/bin/rustc --crate-name syn --edition=2021 /usr/share/cargo/registry/syn-2.0.77/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=e0e6b4989eaa8e9b -C extra-filename=-e0e6b4989eaa8e9b --out-dir /home/pterjan/rpmbuild/BUILD/rust-hyper-tls-0.6.0-build/hyper-tls-0.6.0/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-hyper-tls-0.6.0-build/hyper-tls-0.6.0/target/rpm/deps --extern proc_macro2=/home/pterjan/rpmbuild/BUILD/rust-hyper-tls-0.6.0-build/hyper-tls-0.6.0/target/rpm/deps/libproc_macro2-dfa4e2011394d779.rmeta --extern quote=/home/pterjan/rpmbuild/BUILD/rust-hyper-tls-0.6.0-build/hyper-tls-0.6.0/target/rpm/deps/libquote-d23c59d6eb2f5a64.rmeta --extern unicode_ident=/home/pterjan/rpmbuild/BUILD/rust-hyper-tls-0.6.0-build/hyper-tls-0.6.0/target/rpm/deps/libunicode_ident-e252c21efb301387.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Compiling http-body v1.0.1 Running `/usr/bin/rustc --crate-name http_body --edition=2018 /usr/share/cargo/registry/http-body-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 -C codegen-units=1 -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=8d8b135446e83656 -C extra-filename=-8d8b135446e83656 --out-dir /home/pterjan/rpmbuild/BUILD/rust-hyper-tls-0.6.0-build/hyper-tls-0.6.0/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-hyper-tls-0.6.0-build/hyper-tls-0.6.0/target/rpm/deps --extern bytes=/home/pterjan/rpmbuild/BUILD/rust-hyper-tls-0.6.0-build/hyper-tls-0.6.0/target/rpm/deps/libbytes-1587766fe674dfee.rmeta --extern http=/home/pterjan/rpmbuild/BUILD/rust-hyper-tls-0.6.0-build/hyper-tls-0.6.0/target/rpm/deps/libhttp-bb18048804f6199c.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Compiling mio v1.0.2 Compiling socket2 v0.5.7 Running `/usr/bin/rustc --crate-name socket2 --edition=2021 /usr/share/cargo/registry/socket2-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 -C codegen-units=1 -C debuginfo=2 --cfg 'feature="all"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("all"))' -C metadata=702a2255080ecf74 -C extra-filename=-702a2255080ecf74 --out-dir /home/pterjan/rpmbuild/BUILD/rust-hyper-tls-0.6.0-build/hyper-tls-0.6.0/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-hyper-tls-0.6.0-build/hyper-tls-0.6.0/target/rpm/deps --extern libc=/home/pterjan/rpmbuild/BUILD/rust-hyper-tls-0.6.0-build/hyper-tls-0.6.0/target/rpm/deps/liblibc-823392d1629734b9.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Running `/usr/bin/rustc --crate-name mio --edition=2021 /usr/share/cargo/registry/mio-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 -C codegen-units=1 -C debuginfo=2 --warn=unexpected_cfgs --cfg 'feature="net"' --cfg 'feature="os-ext"' --cfg 'feature="os-poll"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "log", "net", "os-ext", "os-poll"))' --check-cfg 'cfg(mio_unsupported_force_poll_poll)' --check-cfg 'cfg(mio_unsupported_force_waker_pipe)' -C metadata=5f1dc10a3f7ee1d9 -C extra-filename=-5f1dc10a3f7ee1d9 --out-dir /home/pterjan/rpmbuild/BUILD/rust-hyper-tls-0.6.0-build/hyper-tls-0.6.0/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-hyper-tls-0.6.0-build/hyper-tls-0.6.0/target/rpm/deps --extern libc=/home/pterjan/rpmbuild/BUILD/rust-hyper-tls-0.6.0-build/hyper-tls-0.6.0/target/rpm/deps/liblibc-823392d1629734b9.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Compiling http-body-util v0.1.2 Running `/usr/bin/rustc --crate-name http_body_util --edition=2018 /usr/share/cargo/registry/http-body-util-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 -C codegen-units=1 -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=ef496f9b5b39421b -C extra-filename=-ef496f9b5b39421b --out-dir /home/pterjan/rpmbuild/BUILD/rust-hyper-tls-0.6.0-build/hyper-tls-0.6.0/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-hyper-tls-0.6.0-build/hyper-tls-0.6.0/target/rpm/deps --extern bytes=/home/pterjan/rpmbuild/BUILD/rust-hyper-tls-0.6.0-build/hyper-tls-0.6.0/target/rpm/deps/libbytes-1587766fe674dfee.rmeta --extern futures_util=/home/pterjan/rpmbuild/BUILD/rust-hyper-tls-0.6.0-build/hyper-tls-0.6.0/target/rpm/deps/libfutures_util-607e8dcce4d58a86.rmeta --extern http=/home/pterjan/rpmbuild/BUILD/rust-hyper-tls-0.6.0-build/hyper-tls-0.6.0/target/rpm/deps/libhttp-bb18048804f6199c.rmeta --extern http_body=/home/pterjan/rpmbuild/BUILD/rust-hyper-tls-0.6.0-build/hyper-tls-0.6.0/target/rpm/deps/libhttp_body-8d8b135446e83656.rmeta --extern pin_project_lite=/home/pterjan/rpmbuild/BUILD/rust-hyper-tls-0.6.0-build/hyper-tls-0.6.0/target/rpm/deps/libpin_project_lite-cdd22f21b9632c67.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Compiling tokio v1.40.0 Running `/usr/bin/rustc --crate-name tokio --edition=2021 /usr/share/cargo/registry/tokio-1.40.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="libc"' --cfg 'feature="mio"' --cfg 'feature="net"' --cfg 'feature="rt"' --cfg 'feature="socket2"' --cfg 'feature="sync"' --cfg 'feature="time"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bytes", "default", "fs", "full", "io-std", "io-util", "libc", "macros", "mio", "net", "parking_lot", "process", "rt", "rt-multi-thread", "signal", "signal-hook-registry", "socket2", "sync", "test-util", "time", "tokio-macros"))' -C metadata=58aafe3c099cf940 -C extra-filename=-58aafe3c099cf940 --out-dir /home/pterjan/rpmbuild/BUILD/rust-hyper-tls-0.6.0-build/hyper-tls-0.6.0/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-hyper-tls-0.6.0-build/hyper-tls-0.6.0/target/rpm/deps --extern libc=/home/pterjan/rpmbuild/BUILD/rust-hyper-tls-0.6.0-build/hyper-tls-0.6.0/target/rpm/deps/liblibc-823392d1629734b9.rmeta --extern mio=/home/pterjan/rpmbuild/BUILD/rust-hyper-tls-0.6.0-build/hyper-tls-0.6.0/target/rpm/deps/libmio-5f1dc10a3f7ee1d9.rmeta --extern pin_project_lite=/home/pterjan/rpmbuild/BUILD/rust-hyper-tls-0.6.0-build/hyper-tls-0.6.0/target/rpm/deps/libpin_project_lite-cdd22f21b9632c67.rmeta --extern socket2=/home/pterjan/rpmbuild/BUILD/rust-hyper-tls-0.6.0-build/hyper-tls-0.6.0/target/rpm/deps/libsocket2-702a2255080ecf74.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Compiling hyper v1.5.0 Running `/usr/bin/rustc --crate-name hyper --edition=2021 /usr/share/cargo/registry/hyper-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 -C codegen-units=1 -C debuginfo=2 --warn=unexpected_cfgs --cfg 'feature="client"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("client", "default", "ffi", "full", "http1", "http2", "nightly", "server", "tracing"))' --check-cfg 'cfg(hyper_unstable_tracing)' --check-cfg 'cfg(hyper_unstable_ffi)' -C metadata=5b1e6ac44dbc6b91 -C extra-filename=-5b1e6ac44dbc6b91 --out-dir /home/pterjan/rpmbuild/BUILD/rust-hyper-tls-0.6.0-build/hyper-tls-0.6.0/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-hyper-tls-0.6.0-build/hyper-tls-0.6.0/target/rpm/deps --extern bytes=/home/pterjan/rpmbuild/BUILD/rust-hyper-tls-0.6.0-build/hyper-tls-0.6.0/target/rpm/deps/libbytes-1587766fe674dfee.rmeta --extern http=/home/pterjan/rpmbuild/BUILD/rust-hyper-tls-0.6.0-build/hyper-tls-0.6.0/target/rpm/deps/libhttp-bb18048804f6199c.rmeta --extern http_body=/home/pterjan/rpmbuild/BUILD/rust-hyper-tls-0.6.0-build/hyper-tls-0.6.0/target/rpm/deps/libhttp_body-8d8b135446e83656.rmeta --extern pin_project_lite=/home/pterjan/rpmbuild/BUILD/rust-hyper-tls-0.6.0-build/hyper-tls-0.6.0/target/rpm/deps/libpin_project_lite-cdd22f21b9632c67.rmeta --extern smallvec=/home/pterjan/rpmbuild/BUILD/rust-hyper-tls-0.6.0-build/hyper-tls-0.6.0/target/rpm/deps/libsmallvec-d36ac179d6f2eee5.rmeta --extern tokio=/home/pterjan/rpmbuild/BUILD/rust-hyper-tls-0.6.0-build/hyper-tls-0.6.0/target/rpm/deps/libtokio-58aafe3c099cf940.rmeta --extern want=/home/pterjan/rpmbuild/BUILD/rust-hyper-tls-0.6.0-build/hyper-tls-0.6.0/target/rpm/deps/libwant-7f3f0c9f089c85c1.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Compiling hyper-util v0.1.9 Running `/usr/bin/rustc --crate-name hyper_util --edition=2021 /usr/share/cargo/registry/hyper-util-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 -C codegen-units=1 -C debuginfo=2 --cfg 'feature="client"' --cfg 'feature="client-legacy"' --cfg 'feature="default"' --cfg 'feature="tokio"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("__internal_happy_eyeballs_tests", "client", "client-legacy", "default", "full", "http1", "http2", "server", "server-auto", "server-graceful", "service", "tokio"))' -C metadata=8b49bf0beb67b82f -C extra-filename=-8b49bf0beb67b82f --out-dir /home/pterjan/rpmbuild/BUILD/rust-hyper-tls-0.6.0-build/hyper-tls-0.6.0/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-hyper-tls-0.6.0-build/hyper-tls-0.6.0/target/rpm/deps --extern bytes=/home/pterjan/rpmbuild/BUILD/rust-hyper-tls-0.6.0-build/hyper-tls-0.6.0/target/rpm/deps/libbytes-1587766fe674dfee.rmeta --extern futures_channel=/home/pterjan/rpmbuild/BUILD/rust-hyper-tls-0.6.0-build/hyper-tls-0.6.0/target/rpm/deps/libfutures_channel-be26b67372ae27b3.rmeta --extern futures_util=/home/pterjan/rpmbuild/BUILD/rust-hyper-tls-0.6.0-build/hyper-tls-0.6.0/target/rpm/deps/libfutures_util-607e8dcce4d58a86.rmeta --extern http=/home/pterjan/rpmbuild/BUILD/rust-hyper-tls-0.6.0-build/hyper-tls-0.6.0/target/rpm/deps/libhttp-bb18048804f6199c.rmeta --extern http_body=/home/pterjan/rpmbuild/BUILD/rust-hyper-tls-0.6.0-build/hyper-tls-0.6.0/target/rpm/deps/libhttp_body-8d8b135446e83656.rmeta --extern hyper=/home/pterjan/rpmbuild/BUILD/rust-hyper-tls-0.6.0-build/hyper-tls-0.6.0/target/rpm/deps/libhyper-5b1e6ac44dbc6b91.rmeta --extern pin_project_lite=/home/pterjan/rpmbuild/BUILD/rust-hyper-tls-0.6.0-build/hyper-tls-0.6.0/target/rpm/deps/libpin_project_lite-cdd22f21b9632c67.rmeta --extern socket2=/home/pterjan/rpmbuild/BUILD/rust-hyper-tls-0.6.0-build/hyper-tls-0.6.0/target/rpm/deps/libsocket2-702a2255080ecf74.rmeta --extern tokio=/home/pterjan/rpmbuild/BUILD/rust-hyper-tls-0.6.0-build/hyper-tls-0.6.0/target/rpm/deps/libtokio-58aafe3c099cf940.rmeta --extern tower_service=/home/pterjan/rpmbuild/BUILD/rust-hyper-tls-0.6.0-build/hyper-tls-0.6.0/target/rpm/deps/libtower_service-6b4b172671e10a13.rmeta --extern tracing=/home/pterjan/rpmbuild/BUILD/rust-hyper-tls-0.6.0-build/hyper-tls-0.6.0/target/rpm/deps/libtracing-89ef90c8d4fc3594.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Compiling openssl-sys v0.9.104 Running `/usr/bin/rustc --crate-name build_script_main --edition=2021 /usr/share/cargo/registry/openssl-sys-0.9.104/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"))' -C metadata=91cac6c0d8b24987 -C extra-filename=-91cac6c0d8b24987 --out-dir /home/pterjan/rpmbuild/BUILD/rust-hyper-tls-0.6.0-build/hyper-tls-0.6.0/target/rpm/build/openssl-sys-91cac6c0d8b24987 -L dependency=/home/pterjan/rpmbuild/BUILD/rust-hyper-tls-0.6.0-build/hyper-tls-0.6.0/target/rpm/deps --extern cc=/home/pterjan/rpmbuild/BUILD/rust-hyper-tls-0.6.0-build/hyper-tls-0.6.0/target/rpm/deps/libcc-97c1eff7c2a9452a.rlib --extern pkg_config=/home/pterjan/rpmbuild/BUILD/rust-hyper-tls-0.6.0-build/hyper-tls-0.6.0/target/rpm/deps/libpkg_config-1aa3c1c79fecd16c.rlib --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Running `/home/pterjan/rpmbuild/BUILD/rust-hyper-tls-0.6.0-build/hyper-tls-0.6.0/target/rpm/build/openssl-sys-91cac6c0d8b24987/build-script-main` Running `/home/pterjan/rpmbuild/BUILD/rust-hyper-tls-0.6.0-build/hyper-tls-0.6.0/target/rpm/build/openssl-74b57c2fa07ea38b/build-script-build` Running `/home/pterjan/rpmbuild/BUILD/rust-hyper-tls-0.6.0-build/hyper-tls-0.6.0/target/rpm/build/native-tls-d8283a1eb1ff4eb0/build-script-build` Running `/usr/bin/rustc --crate-name openssl_sys --edition=2021 /usr/share/cargo/registry/openssl-sys-0.9.104/src/lib.rs --error-format=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)' --check-cfg 'cfg(feature, values("bindgen"))' -C metadata=59c3d1ae229425a8 -C extra-filename=-59c3d1ae229425a8 --out-dir /home/pterjan/rpmbuild/BUILD/rust-hyper-tls-0.6.0-build/hyper-tls-0.6.0/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-hyper-tls-0.6.0-build/hyper-tls-0.6.0/target/rpm/deps --extern libc=/home/pterjan/rpmbuild/BUILD/rust-hyper-tls-0.6.0-build/hyper-tls-0.6.0/target/rpm/deps/liblibc-823392d1629734b9.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn -l ssl -l crypto --cfg 'osslconf="OPENSSL_NO_EC2M"' --cfg 'osslconf="OPENSSL_NO_SSL3_METHOD"' --cfg 'osslconf="OPENSSL_NO_SM4"' --cfg openssl --cfg ossl330 --cfg ossl320 --cfg ossl300 --cfg ossl101 --cfg ossl102 --cfg ossl102f --cfg ossl102h --cfg ossl110 --cfg ossl110f --cfg ossl110g --cfg ossl110h --cfg ossl111 --cfg ossl111b --cfg ossl111c --cfg ossl111d --check-cfg 'cfg(osslconf, values("OPENSSL_NO_OCB", "OPENSSL_NO_SM4", "OPENSSL_NO_SEED", "OPENSSL_NO_CHACHA", "OPENSSL_NO_CAST", "OPENSSL_NO_IDEA", "OPENSSL_NO_CAMELLIA", "OPENSSL_NO_RC4", "OPENSSL_NO_BF", "OPENSSL_NO_PSK", "OPENSSL_NO_DEPRECATED_3_0", "OPENSSL_NO_SCRYPT", "OPENSSL_NO_SM3", "OPENSSL_NO_RMD160", "OPENSSL_NO_EC2M", "OPENSSL_NO_OCSP", "OPENSSL_NO_CMS", "OPENSSL_NO_COMP", "OPENSSL_NO_SOCK", "OPENSSL_NO_STDIO", "OPENSSL_NO_EC", "OPENSSL_NO_SSL3_METHOD", "OPENSSL_NO_KRB5", "OPENSSL_NO_TLSEXT", "OPENSSL_NO_SRP", "OPENSSL_NO_RFC3779", "OPENSSL_NO_SHA", "OPENSSL_NO_NEXTPROTONEG", "OPENSSL_NO_ENGINE", "OPENSSL_NO_BUF_FREELISTS"))' --check-cfg 'cfg(openssl)' --check-cfg 'cfg(libressl)' --check-cfg 'cfg(boringssl)' --check-cfg 'cfg(libressl250)' --check-cfg 'cfg(libressl251)' --check-cfg 'cfg(libressl252)' --check-cfg 'cfg(libressl261)' --check-cfg 'cfg(libressl270)' --check-cfg 'cfg(libressl271)' --check-cfg 'cfg(libressl273)' --check-cfg 'cfg(libressl280)' --check-cfg 'cfg(libressl281)' --check-cfg 'cfg(libressl291)' --check-cfg 'cfg(libressl310)' --check-cfg 'cfg(libressl321)' --check-cfg 'cfg(libressl332)' --check-cfg 'cfg(libressl340)' --check-cfg 'cfg(libressl350)' --check-cfg 'cfg(libressl360)' --check-cfg 'cfg(libressl361)' --check-cfg 'cfg(libressl370)' --check-cfg 'cfg(libressl380)' --check-cfg 'cfg(libressl381)' --check-cfg 'cfg(libressl382)' --check-cfg 'cfg(libressl390)' --check-cfg 'cfg(libressl400)' --check-cfg 'cfg(ossl101)' --check-cfg 'cfg(ossl102)' --check-cfg 'cfg(ossl102f)' --check-cfg 'cfg(ossl102h)' --check-cfg 'cfg(ossl110)' --check-cfg 'cfg(ossl110f)' --check-cfg 'cfg(ossl110g)' --check-cfg 'cfg(ossl110h)' --check-cfg 'cfg(ossl111)' --check-cfg 'cfg(ossl111b)' --check-cfg 'cfg(ossl111c)' --check-cfg 'cfg(ossl111d)' --check-cfg 'cfg(ossl300)' --check-cfg 'cfg(ossl310)' --check-cfg 'cfg(ossl320)' --check-cfg 'cfg(ossl330)' --check-cfg 'cfg(ossl340)'` Compiling openssl-macros v0.1.1 Running `/usr/bin/rustc --crate-name openssl_macros --edition=2018 /usr/share/cargo/registry/openssl-macros-0.1.1/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=47acff0584638f5b -C extra-filename=-47acff0584638f5b --out-dir /home/pterjan/rpmbuild/BUILD/rust-hyper-tls-0.6.0-build/hyper-tls-0.6.0/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-hyper-tls-0.6.0-build/hyper-tls-0.6.0/target/rpm/deps --extern proc_macro2=/home/pterjan/rpmbuild/BUILD/rust-hyper-tls-0.6.0-build/hyper-tls-0.6.0/target/rpm/deps/libproc_macro2-dfa4e2011394d779.rlib --extern quote=/home/pterjan/rpmbuild/BUILD/rust-hyper-tls-0.6.0-build/hyper-tls-0.6.0/target/rpm/deps/libquote-d23c59d6eb2f5a64.rlib --extern syn=/home/pterjan/rpmbuild/BUILD/rust-hyper-tls-0.6.0-build/hyper-tls-0.6.0/target/rpm/deps/libsyn-e0e6b4989eaa8e9b.rlib --extern proc_macro --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Running `/usr/bin/rustc --crate-name openssl --edition=2021 /usr/share/cargo/registry/openssl-0.10.68/src/lib.rs --error-format=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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bindgen", "default", "v101", "v102", "v110", "v111"))' -C metadata=0b3b21d7a79c65c9 -C extra-filename=-0b3b21d7a79c65c9 --out-dir /home/pterjan/rpmbuild/BUILD/rust-hyper-tls-0.6.0-build/hyper-tls-0.6.0/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-hyper-tls-0.6.0-build/hyper-tls-0.6.0/target/rpm/deps --extern bitflags=/home/pterjan/rpmbuild/BUILD/rust-hyper-tls-0.6.0-build/hyper-tls-0.6.0/target/rpm/deps/libbitflags-e4f22a768766c9a6.rmeta --extern cfg_if=/home/pterjan/rpmbuild/BUILD/rust-hyper-tls-0.6.0-build/hyper-tls-0.6.0/target/rpm/deps/libcfg_if-25316131be321185.rmeta --extern foreign_types=/home/pterjan/rpmbuild/BUILD/rust-hyper-tls-0.6.0-build/hyper-tls-0.6.0/target/rpm/deps/libforeign_types-0a9eea299d6a57ad.rmeta --extern libc=/home/pterjan/rpmbuild/BUILD/rust-hyper-tls-0.6.0-build/hyper-tls-0.6.0/target/rpm/deps/liblibc-823392d1629734b9.rmeta --extern once_cell=/home/pterjan/rpmbuild/BUILD/rust-hyper-tls-0.6.0-build/hyper-tls-0.6.0/target/rpm/deps/libonce_cell-ae2a09de16f1a059.rmeta --extern openssl_macros=/home/pterjan/rpmbuild/BUILD/rust-hyper-tls-0.6.0-build/hyper-tls-0.6.0/target/rpm/deps/libopenssl_macros-47acff0584638f5b.so --extern ffi=/home/pterjan/rpmbuild/BUILD/rust-hyper-tls-0.6.0-build/hyper-tls-0.6.0/target/rpm/deps/libopenssl_sys-59c3d1ae229425a8.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn --cfg 'osslconf="OPENSSL_NO_EC2M"' --cfg 'osslconf="OPENSSL_NO_SSL3_METHOD"' --cfg 'osslconf="OPENSSL_NO_SM4"' --cfg ossl101 --cfg ossl102 --cfg ossl110 --cfg ossl110g --cfg ossl110h --cfg ossl111 --cfg ossl111d --cfg ossl300 --cfg ossl310 --cfg ossl320 --cfg ossl330 --check-cfg 'cfg(osslconf, values("OPENSSL_NO_OCB", "OPENSSL_NO_SM4", "OPENSSL_NO_SEED", "OPENSSL_NO_CHACHA", "OPENSSL_NO_CAST", "OPENSSL_NO_IDEA", "OPENSSL_NO_CAMELLIA", "OPENSSL_NO_RC4", "OPENSSL_NO_BF", "OPENSSL_NO_PSK", "OPENSSL_NO_DEPRECATED_3_0", "OPENSSL_NO_SCRYPT", "OPENSSL_NO_SM3", "OPENSSL_NO_RMD160", "OPENSSL_NO_EC2M", "OPENSSL_NO_OCSP", "OPENSSL_NO_CMS", "OPENSSL_NO_EC", "OPENSSL_NO_ARGON2"))' --check-cfg 'cfg(libressl)' --check-cfg 'cfg(boringssl)' --check-cfg 'cfg(libressl250)' --check-cfg 'cfg(libressl251)' --check-cfg 'cfg(libressl261)' --check-cfg 'cfg(libressl270)' --check-cfg 'cfg(libressl271)' --check-cfg 'cfg(libressl273)' --check-cfg 'cfg(libressl280)' --check-cfg 'cfg(libressl291)' --check-cfg 'cfg(libressl310)' --check-cfg 'cfg(libressl321)' --check-cfg 'cfg(libressl332)' --check-cfg 'cfg(libressl340)' --check-cfg 'cfg(libressl350)' --check-cfg 'cfg(libressl360)' --check-cfg 'cfg(libressl361)' --check-cfg 'cfg(libressl370)' --check-cfg 'cfg(libressl380)' --check-cfg 'cfg(libressl382)' --check-cfg 'cfg(libressl390)' --check-cfg 'cfg(libressl400)' --check-cfg 'cfg(ossl101)' --check-cfg 'cfg(ossl102)' --check-cfg 'cfg(ossl110)' --check-cfg 'cfg(ossl110g)' --check-cfg 'cfg(ossl110h)' --check-cfg 'cfg(ossl111)' --check-cfg 'cfg(ossl111d)' --check-cfg 'cfg(ossl300)' --check-cfg 'cfg(ossl310)' --check-cfg 'cfg(ossl320)' --check-cfg 'cfg(ossl330)'` Running `/usr/bin/rustc --crate-name native_tls --edition=2015 /usr/share/cargo/registry/native-tls-0.2.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 -C codegen-units=1 -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alpn"))' -C metadata=dabbd057a4193eb2 -C extra-filename=-dabbd057a4193eb2 --out-dir /home/pterjan/rpmbuild/BUILD/rust-hyper-tls-0.6.0-build/hyper-tls-0.6.0/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-hyper-tls-0.6.0-build/hyper-tls-0.6.0/target/rpm/deps --extern log=/home/pterjan/rpmbuild/BUILD/rust-hyper-tls-0.6.0-build/hyper-tls-0.6.0/target/rpm/deps/liblog-bff0295a177faff2.rmeta --extern openssl=/home/pterjan/rpmbuild/BUILD/rust-hyper-tls-0.6.0-build/hyper-tls-0.6.0/target/rpm/deps/libopenssl-0b3b21d7a79c65c9.rmeta --extern openssl_probe=/home/pterjan/rpmbuild/BUILD/rust-hyper-tls-0.6.0-build/hyper-tls-0.6.0/target/rpm/deps/libopenssl_probe-154c17e5e36480ab.rmeta --extern openssl_sys=/home/pterjan/rpmbuild/BUILD/rust-hyper-tls-0.6.0-build/hyper-tls-0.6.0/target/rpm/deps/libopenssl_sys-59c3d1ae229425a8.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn --cfg have_min_max_version` Compiling tokio-native-tls v0.3.1 Running `/usr/bin/rustc --crate-name tokio_native_tls --edition=2018 /usr/share/cargo/registry/tokio-native-tls-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 -C codegen-units=1 -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=271173d6f4311566 -C extra-filename=-271173d6f4311566 --out-dir /home/pterjan/rpmbuild/BUILD/rust-hyper-tls-0.6.0-build/hyper-tls-0.6.0/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-hyper-tls-0.6.0-build/hyper-tls-0.6.0/target/rpm/deps --extern native_tls=/home/pterjan/rpmbuild/BUILD/rust-hyper-tls-0.6.0-build/hyper-tls-0.6.0/target/rpm/deps/libnative_tls-dabbd057a4193eb2.rmeta --extern tokio=/home/pterjan/rpmbuild/BUILD/rust-hyper-tls-0.6.0-build/hyper-tls-0.6.0/target/rpm/deps/libtokio-58aafe3c099cf940.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Compiling hyper-tls v0.6.0 (/home/pterjan/rpmbuild/BUILD/rust-hyper-tls-0.6.0-build/hyper-tls-0.6.0) Running `/usr/bin/rustc --crate-name hyper_tls --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)' --check-cfg 'cfg(feature, values("alpn"))' -C metadata=2c3b94eed16662b6 -C extra-filename=-2c3b94eed16662b6 --out-dir /home/pterjan/rpmbuild/BUILD/rust-hyper-tls-0.6.0-build/hyper-tls-0.6.0/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-hyper-tls-0.6.0-build/hyper-tls-0.6.0/target/rpm/deps --extern bytes=/home/pterjan/rpmbuild/BUILD/rust-hyper-tls-0.6.0-build/hyper-tls-0.6.0/target/rpm/deps/libbytes-1587766fe674dfee.rmeta --extern http_body_util=/home/pterjan/rpmbuild/BUILD/rust-hyper-tls-0.6.0-build/hyper-tls-0.6.0/target/rpm/deps/libhttp_body_util-ef496f9b5b39421b.rmeta --extern hyper=/home/pterjan/rpmbuild/BUILD/rust-hyper-tls-0.6.0-build/hyper-tls-0.6.0/target/rpm/deps/libhyper-5b1e6ac44dbc6b91.rmeta --extern hyper_util=/home/pterjan/rpmbuild/BUILD/rust-hyper-tls-0.6.0-build/hyper-tls-0.6.0/target/rpm/deps/libhyper_util-8b49bf0beb67b82f.rmeta --extern native_tls=/home/pterjan/rpmbuild/BUILD/rust-hyper-tls-0.6.0-build/hyper-tls-0.6.0/target/rpm/deps/libnative_tls-dabbd057a4193eb2.rmeta --extern tokio=/home/pterjan/rpmbuild/BUILD/rust-hyper-tls-0.6.0-build/hyper-tls-0.6.0/target/rpm/deps/libtokio-58aafe3c099cf940.rmeta --extern tokio_native_tls=/home/pterjan/rpmbuild/BUILD/rust-hyper-tls-0.6.0-build/hyper-tls-0.6.0/target/rpm/deps/libtokio_native_tls-271173d6f4311566.rmeta --extern tower_service=/home/pterjan/rpmbuild/BUILD/rust-hyper-tls-0.6.0-build/hyper-tls-0.6.0/target/rpm/deps/libtower_service-6b4b172671e10a13.rmeta -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Finished `rpm` profile [optimized + debuginfo] target(s) in 40.49s + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.BeBAZF + umask 022 + cd /home/pterjan/rpmbuild/BUILD/rust-hyper-tls-0.6.0-build + '[' 1 -eq 1 ']' + '[' /home/pterjan/rpmbuild/BUILD/rust-hyper-tls-0.6.0-build/BUILDROOT '!=' / ']' + rm -rf /home/pterjan/rpmbuild/BUILD/rust-hyper-tls-0.6.0-build/BUILDROOT ++ dirname /home/pterjan/rpmbuild/BUILD/rust-hyper-tls-0.6.0-build/BUILDROOT + mkdir -p /home/pterjan/rpmbuild/BUILD/rust-hyper-tls-0.6.0-build + mkdir /home/pterjan/rpmbuild/BUILD/rust-hyper-tls-0.6.0-build/BUILDROOT + cd hyper-tls-0.6.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=hyper-tls ++ /usr/bin/cargo2rpm --path Cargo.toml version + CRATE_VERSION=0.6.0 + REG_DIR=/home/pterjan/rpmbuild/BUILD/rust-hyper-tls-0.6.0-build/BUILDROOT/usr/share/cargo/registry/hyper-tls-0.6.0 + /usr/bin/mkdir -p /home/pterjan/rpmbuild/BUILD/rust-hyper-tls-0.6.0-build/BUILDROOT/usr/share/cargo/registry/hyper-tls-0.6.0 + /usr/bin/awk -i inplace -v INPLACE_SUFFIX=.deps '/^\[((.+\.)?((dev|build)-)?dependencies|features)/{f=1;next} /^\[/{f=0}; !f' Cargo.toml + grep -w -E -v 'Cargo.(lock|toml.orig)' + /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 + xargs -d '\n' /usr/bin/cp --parents -a -t /home/pterjan/rpmbuild/BUILD/rust-hyper-tls-0.6.0-build/BUILDROOT/usr/share/cargo/registry/hyper-tls-0.6.0 warning: no (git) VCS found for `/home/pterjan/rpmbuild/BUILD/rust-hyper-tls-0.6.0-build/hyper-tls-0.6.0` + /usr/bin/mv Cargo.toml.deps Cargo.toml + /usr/bin/cp -a Cargo.toml /home/pterjan/rpmbuild/BUILD/rust-hyper-tls-0.6.0-build/BUILDROOT/usr/share/cargo/registry/hyper-tls-0.6.0/Cargo.toml + /usr/bin/rm -f /home/pterjan/rpmbuild/BUILD/rust-hyper-tls-0.6.0-build/BUILDROOT/usr/share/cargo/registry/hyper-tls-0.6.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.WMf2t3 + umask 022 + cd /home/pterjan/rpmbuild/BUILD/rust-hyper-tls-0.6.0-build + cd hyper-tls-0.6.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 Fresh unicode-ident v1.0.12 Fresh proc-macro2 v1.0.86 Fresh libc v0.2.168 Fresh quote v1.0.37 Fresh shlex v1.3.0 Fresh cc v1.2.3 Fresh syn v2.0.77 Fresh pkg-config v0.3.27 Fresh bytes v1.7.2 Fresh pin-project-lite v0.2.13 Fresh once_cell v1.20.0 Fresh futures-core v0.3.28 Fresh fnv v1.0.7 Fresh itoa v1.0.14 Fresh http v1.1.0 Fresh futures-task v0.3.28 Compiling tokio-macros v2.4.0 Fresh mio v1.0.2 Fresh socket2 v0.5.7 Compiling httparse v1.8.0 Fresh foreign-types-shared v0.1.1 Fresh pin-utils v0.1.0 Fresh futures-util v0.3.28 Fresh foreign-types v0.3.2 Fresh http-body v1.0.1 Fresh openssl-sys v0.9.104 Fresh openssl-macros v0.1.1 Fresh bitflags v2.6.0 Fresh try-lock v0.2.5 Fresh cfg-if v1.0.0 Fresh openssl v0.10.68 Fresh want v0.3.1 Fresh futures-channel v0.3.28 Fresh tracing-core v0.1.32 Fresh smallvec v1.13.2 Fresh openssl-probe v0.1.5 Fresh log v0.4.22 Fresh native-tls v0.2.11 Fresh tracing v0.1.40 Fresh tower-service v0.3.2 Fresh http-body-util v0.1.2 Running `/usr/bin/rustc --crate-name build_script_build --edition=2018 /usr/share/cargo/registry/httparse-1.8.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", "std"))' -C metadata=40af929814b04fda -C extra-filename=-40af929814b04fda --out-dir /home/pterjan/rpmbuild/BUILD/rust-hyper-tls-0.6.0-build/hyper-tls-0.6.0/target/rpm/build/httparse-40af929814b04fda -L dependency=/home/pterjan/rpmbuild/BUILD/rust-hyper-tls-0.6.0-build/hyper-tls-0.6.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 tokio_macros --edition=2021 /usr/share/cargo/registry/tokio-macros-2.4.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=2c550926623a1d55 -C extra-filename=-2c550926623a1d55 --out-dir /home/pterjan/rpmbuild/BUILD/rust-hyper-tls-0.6.0-build/hyper-tls-0.6.0/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-hyper-tls-0.6.0-build/hyper-tls-0.6.0/target/rpm/deps --extern proc_macro2=/home/pterjan/rpmbuild/BUILD/rust-hyper-tls-0.6.0-build/hyper-tls-0.6.0/target/rpm/deps/libproc_macro2-dfa4e2011394d779.rlib --extern quote=/home/pterjan/rpmbuild/BUILD/rust-hyper-tls-0.6.0-build/hyper-tls-0.6.0/target/rpm/deps/libquote-d23c59d6eb2f5a64.rlib --extern syn=/home/pterjan/rpmbuild/BUILD/rust-hyper-tls-0.6.0-build/hyper-tls-0.6.0/target/rpm/deps/libsyn-e0e6b4989eaa8e9b.rlib --extern proc_macro --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Running `/home/pterjan/rpmbuild/BUILD/rust-hyper-tls-0.6.0-build/hyper-tls-0.6.0/target/rpm/build/httparse-40af929814b04fda/build-script-build` Running `/usr/bin/rustc --crate-name httparse --edition=2018 /usr/share/cargo/registry/httparse-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 -C codegen-units=1 -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=478ea1d4c79104f2 -C extra-filename=-478ea1d4c79104f2 --out-dir /home/pterjan/rpmbuild/BUILD/rust-hyper-tls-0.6.0-build/hyper-tls-0.6.0/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-hyper-tls-0.6.0-build/hyper-tls-0.6.0/target/rpm/deps --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn --cfg httparse_simd` Compiling tokio v1.40.0 Running `/usr/bin/rustc --crate-name tokio --edition=2021 /usr/share/cargo/registry/tokio-1.40.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="bytes"' --cfg 'feature="default"' --cfg 'feature="io-std"' --cfg 'feature="io-util"' --cfg 'feature="libc"' --cfg 'feature="macros"' --cfg 'feature="mio"' --cfg 'feature="net"' --cfg 'feature="rt"' --cfg 'feature="socket2"' --cfg 'feature="sync"' --cfg 'feature="time"' --cfg 'feature="tokio-macros"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bytes", "default", "fs", "full", "io-std", "io-util", "libc", "macros", "mio", "net", "parking_lot", "process", "rt", "rt-multi-thread", "signal", "signal-hook-registry", "socket2", "sync", "test-util", "time", "tokio-macros"))' -C metadata=202d67bd84dadda1 -C extra-filename=-202d67bd84dadda1 --out-dir /home/pterjan/rpmbuild/BUILD/rust-hyper-tls-0.6.0-build/hyper-tls-0.6.0/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-hyper-tls-0.6.0-build/hyper-tls-0.6.0/target/rpm/deps --extern bytes=/home/pterjan/rpmbuild/BUILD/rust-hyper-tls-0.6.0-build/hyper-tls-0.6.0/target/rpm/deps/libbytes-1587766fe674dfee.rmeta --extern libc=/home/pterjan/rpmbuild/BUILD/rust-hyper-tls-0.6.0-build/hyper-tls-0.6.0/target/rpm/deps/liblibc-823392d1629734b9.rmeta --extern mio=/home/pterjan/rpmbuild/BUILD/rust-hyper-tls-0.6.0-build/hyper-tls-0.6.0/target/rpm/deps/libmio-5f1dc10a3f7ee1d9.rmeta --extern pin_project_lite=/home/pterjan/rpmbuild/BUILD/rust-hyper-tls-0.6.0-build/hyper-tls-0.6.0/target/rpm/deps/libpin_project_lite-cdd22f21b9632c67.rmeta --extern socket2=/home/pterjan/rpmbuild/BUILD/rust-hyper-tls-0.6.0-build/hyper-tls-0.6.0/target/rpm/deps/libsocket2-702a2255080ecf74.rmeta --extern tokio_macros=/home/pterjan/rpmbuild/BUILD/rust-hyper-tls-0.6.0-build/hyper-tls-0.6.0/target/rpm/deps/libtokio_macros-2c550926623a1d55.so --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Compiling hyper v1.5.0 Compiling tokio-native-tls v0.3.1 Running `/usr/bin/rustc --crate-name tokio_native_tls --edition=2018 /usr/share/cargo/registry/tokio-native-tls-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 -C codegen-units=1 -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=76213488dc108333 -C extra-filename=-76213488dc108333 --out-dir /home/pterjan/rpmbuild/BUILD/rust-hyper-tls-0.6.0-build/hyper-tls-0.6.0/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-hyper-tls-0.6.0-build/hyper-tls-0.6.0/target/rpm/deps --extern native_tls=/home/pterjan/rpmbuild/BUILD/rust-hyper-tls-0.6.0-build/hyper-tls-0.6.0/target/rpm/deps/libnative_tls-dabbd057a4193eb2.rmeta --extern tokio=/home/pterjan/rpmbuild/BUILD/rust-hyper-tls-0.6.0-build/hyper-tls-0.6.0/target/rpm/deps/libtokio-202d67bd84dadda1.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Running `/usr/bin/rustc --crate-name hyper --edition=2021 /usr/share/cargo/registry/hyper-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 -C codegen-units=1 -C debuginfo=2 --warn=unexpected_cfgs --cfg 'feature="client"' --cfg 'feature="default"' --cfg 'feature="http1"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("client", "default", "ffi", "full", "http1", "http2", "nightly", "server", "tracing"))' --check-cfg 'cfg(hyper_unstable_tracing)' --check-cfg 'cfg(hyper_unstable_ffi)' -C metadata=87080ac6a2393cdb -C extra-filename=-87080ac6a2393cdb --out-dir /home/pterjan/rpmbuild/BUILD/rust-hyper-tls-0.6.0-build/hyper-tls-0.6.0/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-hyper-tls-0.6.0-build/hyper-tls-0.6.0/target/rpm/deps --extern bytes=/home/pterjan/rpmbuild/BUILD/rust-hyper-tls-0.6.0-build/hyper-tls-0.6.0/target/rpm/deps/libbytes-1587766fe674dfee.rmeta --extern futures_channel=/home/pterjan/rpmbuild/BUILD/rust-hyper-tls-0.6.0-build/hyper-tls-0.6.0/target/rpm/deps/libfutures_channel-be26b67372ae27b3.rmeta --extern futures_util=/home/pterjan/rpmbuild/BUILD/rust-hyper-tls-0.6.0-build/hyper-tls-0.6.0/target/rpm/deps/libfutures_util-607e8dcce4d58a86.rmeta --extern http=/home/pterjan/rpmbuild/BUILD/rust-hyper-tls-0.6.0-build/hyper-tls-0.6.0/target/rpm/deps/libhttp-bb18048804f6199c.rmeta --extern http_body=/home/pterjan/rpmbuild/BUILD/rust-hyper-tls-0.6.0-build/hyper-tls-0.6.0/target/rpm/deps/libhttp_body-8d8b135446e83656.rmeta --extern httparse=/home/pterjan/rpmbuild/BUILD/rust-hyper-tls-0.6.0-build/hyper-tls-0.6.0/target/rpm/deps/libhttparse-478ea1d4c79104f2.rmeta --extern itoa=/home/pterjan/rpmbuild/BUILD/rust-hyper-tls-0.6.0-build/hyper-tls-0.6.0/target/rpm/deps/libitoa-3665b5202e2cd6e0.rmeta --extern pin_project_lite=/home/pterjan/rpmbuild/BUILD/rust-hyper-tls-0.6.0-build/hyper-tls-0.6.0/target/rpm/deps/libpin_project_lite-cdd22f21b9632c67.rmeta --extern smallvec=/home/pterjan/rpmbuild/BUILD/rust-hyper-tls-0.6.0-build/hyper-tls-0.6.0/target/rpm/deps/libsmallvec-d36ac179d6f2eee5.rmeta --extern tokio=/home/pterjan/rpmbuild/BUILD/rust-hyper-tls-0.6.0-build/hyper-tls-0.6.0/target/rpm/deps/libtokio-202d67bd84dadda1.rmeta --extern want=/home/pterjan/rpmbuild/BUILD/rust-hyper-tls-0.6.0-build/hyper-tls-0.6.0/target/rpm/deps/libwant-7f3f0c9f089c85c1.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Compiling hyper-util v0.1.9 Running `/usr/bin/rustc --crate-name hyper_util --edition=2021 /usr/share/cargo/registry/hyper-util-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 -C codegen-units=1 -C debuginfo=2 --cfg 'feature="client"' --cfg 'feature="client-legacy"' --cfg 'feature="default"' --cfg 'feature="http1"' --cfg 'feature="tokio"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("__internal_happy_eyeballs_tests", "client", "client-legacy", "default", "full", "http1", "http2", "server", "server-auto", "server-graceful", "service", "tokio"))' -C metadata=a5001dacba178c5a -C extra-filename=-a5001dacba178c5a --out-dir /home/pterjan/rpmbuild/BUILD/rust-hyper-tls-0.6.0-build/hyper-tls-0.6.0/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-hyper-tls-0.6.0-build/hyper-tls-0.6.0/target/rpm/deps --extern bytes=/home/pterjan/rpmbuild/BUILD/rust-hyper-tls-0.6.0-build/hyper-tls-0.6.0/target/rpm/deps/libbytes-1587766fe674dfee.rmeta --extern futures_channel=/home/pterjan/rpmbuild/BUILD/rust-hyper-tls-0.6.0-build/hyper-tls-0.6.0/target/rpm/deps/libfutures_channel-be26b67372ae27b3.rmeta --extern futures_util=/home/pterjan/rpmbuild/BUILD/rust-hyper-tls-0.6.0-build/hyper-tls-0.6.0/target/rpm/deps/libfutures_util-607e8dcce4d58a86.rmeta --extern http=/home/pterjan/rpmbuild/BUILD/rust-hyper-tls-0.6.0-build/hyper-tls-0.6.0/target/rpm/deps/libhttp-bb18048804f6199c.rmeta --extern http_body=/home/pterjan/rpmbuild/BUILD/rust-hyper-tls-0.6.0-build/hyper-tls-0.6.0/target/rpm/deps/libhttp_body-8d8b135446e83656.rmeta --extern hyper=/home/pterjan/rpmbuild/BUILD/rust-hyper-tls-0.6.0-build/hyper-tls-0.6.0/target/rpm/deps/libhyper-87080ac6a2393cdb.rmeta --extern pin_project_lite=/home/pterjan/rpmbuild/BUILD/rust-hyper-tls-0.6.0-build/hyper-tls-0.6.0/target/rpm/deps/libpin_project_lite-cdd22f21b9632c67.rmeta --extern socket2=/home/pterjan/rpmbuild/BUILD/rust-hyper-tls-0.6.0-build/hyper-tls-0.6.0/target/rpm/deps/libsocket2-702a2255080ecf74.rmeta --extern tokio=/home/pterjan/rpmbuild/BUILD/rust-hyper-tls-0.6.0-build/hyper-tls-0.6.0/target/rpm/deps/libtokio-202d67bd84dadda1.rmeta --extern tower_service=/home/pterjan/rpmbuild/BUILD/rust-hyper-tls-0.6.0-build/hyper-tls-0.6.0/target/rpm/deps/libtower_service-6b4b172671e10a13.rmeta --extern tracing=/home/pterjan/rpmbuild/BUILD/rust-hyper-tls-0.6.0-build/hyper-tls-0.6.0/target/rpm/deps/libtracing-89ef90c8d4fc3594.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Compiling hyper-tls v0.6.0 (/home/pterjan/rpmbuild/BUILD/rust-hyper-tls-0.6.0-build/hyper-tls-0.6.0) Running `/usr/bin/rustc --crate-name hyper_tls --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)' --check-cfg 'cfg(feature, values("alpn"))' -C metadata=2cab06aedc2b943e -C extra-filename=-2cab06aedc2b943e --out-dir /home/pterjan/rpmbuild/BUILD/rust-hyper-tls-0.6.0-build/hyper-tls-0.6.0/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-hyper-tls-0.6.0-build/hyper-tls-0.6.0/target/rpm/deps --extern bytes=/home/pterjan/rpmbuild/BUILD/rust-hyper-tls-0.6.0-build/hyper-tls-0.6.0/target/rpm/deps/libbytes-1587766fe674dfee.rmeta --extern http_body_util=/home/pterjan/rpmbuild/BUILD/rust-hyper-tls-0.6.0-build/hyper-tls-0.6.0/target/rpm/deps/libhttp_body_util-ef496f9b5b39421b.rmeta --extern hyper=/home/pterjan/rpmbuild/BUILD/rust-hyper-tls-0.6.0-build/hyper-tls-0.6.0/target/rpm/deps/libhyper-87080ac6a2393cdb.rmeta --extern hyper_util=/home/pterjan/rpmbuild/BUILD/rust-hyper-tls-0.6.0-build/hyper-tls-0.6.0/target/rpm/deps/libhyper_util-a5001dacba178c5a.rmeta --extern native_tls=/home/pterjan/rpmbuild/BUILD/rust-hyper-tls-0.6.0-build/hyper-tls-0.6.0/target/rpm/deps/libnative_tls-dabbd057a4193eb2.rmeta --extern tokio=/home/pterjan/rpmbuild/BUILD/rust-hyper-tls-0.6.0-build/hyper-tls-0.6.0/target/rpm/deps/libtokio-202d67bd84dadda1.rmeta --extern tokio_native_tls=/home/pterjan/rpmbuild/BUILD/rust-hyper-tls-0.6.0-build/hyper-tls-0.6.0/target/rpm/deps/libtokio_native_tls-76213488dc108333.rmeta --extern tower_service=/home/pterjan/rpmbuild/BUILD/rust-hyper-tls-0.6.0-build/hyper-tls-0.6.0/target/rpm/deps/libtower_service-6b4b172671e10a13.rmeta -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Running `/usr/bin/rustc --crate-name hyper_tls --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)' --check-cfg 'cfg(feature, values("alpn"))' -C metadata=2b991edaba1d7fbb -C extra-filename=-2b991edaba1d7fbb --out-dir /home/pterjan/rpmbuild/BUILD/rust-hyper-tls-0.6.0-build/hyper-tls-0.6.0/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-hyper-tls-0.6.0-build/hyper-tls-0.6.0/target/rpm/deps --extern bytes=/home/pterjan/rpmbuild/BUILD/rust-hyper-tls-0.6.0-build/hyper-tls-0.6.0/target/rpm/deps/libbytes-1587766fe674dfee.rlib --extern http_body_util=/home/pterjan/rpmbuild/BUILD/rust-hyper-tls-0.6.0-build/hyper-tls-0.6.0/target/rpm/deps/libhttp_body_util-ef496f9b5b39421b.rlib --extern hyper=/home/pterjan/rpmbuild/BUILD/rust-hyper-tls-0.6.0-build/hyper-tls-0.6.0/target/rpm/deps/libhyper-87080ac6a2393cdb.rlib --extern hyper_util=/home/pterjan/rpmbuild/BUILD/rust-hyper-tls-0.6.0-build/hyper-tls-0.6.0/target/rpm/deps/libhyper_util-a5001dacba178c5a.rlib --extern native_tls=/home/pterjan/rpmbuild/BUILD/rust-hyper-tls-0.6.0-build/hyper-tls-0.6.0/target/rpm/deps/libnative_tls-dabbd057a4193eb2.rlib --extern tokio=/home/pterjan/rpmbuild/BUILD/rust-hyper-tls-0.6.0-build/hyper-tls-0.6.0/target/rpm/deps/libtokio-202d67bd84dadda1.rlib --extern tokio_native_tls=/home/pterjan/rpmbuild/BUILD/rust-hyper-tls-0.6.0-build/hyper-tls-0.6.0/target/rpm/deps/libtokio_native_tls-76213488dc108333.rlib --extern tower_service=/home/pterjan/rpmbuild/BUILD/rust-hyper-tls-0.6.0-build/hyper-tls-0.6.0/target/rpm/deps/libtower_service-6b4b172671e10a13.rlib -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Running `/usr/bin/rustc --crate-name client --edition=2018 examples/client.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)' --check-cfg 'cfg(feature, values("alpn"))' -C metadata=af36895d07c31309 -C extra-filename=-af36895d07c31309 --out-dir /home/pterjan/rpmbuild/BUILD/rust-hyper-tls-0.6.0-build/hyper-tls-0.6.0/target/rpm/examples -L dependency=/home/pterjan/rpmbuild/BUILD/rust-hyper-tls-0.6.0-build/hyper-tls-0.6.0/target/rpm/deps --extern bytes=/home/pterjan/rpmbuild/BUILD/rust-hyper-tls-0.6.0-build/hyper-tls-0.6.0/target/rpm/deps/libbytes-1587766fe674dfee.rlib --extern http_body_util=/home/pterjan/rpmbuild/BUILD/rust-hyper-tls-0.6.0-build/hyper-tls-0.6.0/target/rpm/deps/libhttp_body_util-ef496f9b5b39421b.rlib --extern hyper=/home/pterjan/rpmbuild/BUILD/rust-hyper-tls-0.6.0-build/hyper-tls-0.6.0/target/rpm/deps/libhyper-87080ac6a2393cdb.rlib --extern hyper_tls=/home/pterjan/rpmbuild/BUILD/rust-hyper-tls-0.6.0-build/hyper-tls-0.6.0/target/rpm/deps/libhyper_tls-2cab06aedc2b943e.rlib --extern hyper_util=/home/pterjan/rpmbuild/BUILD/rust-hyper-tls-0.6.0-build/hyper-tls-0.6.0/target/rpm/deps/libhyper_util-a5001dacba178c5a.rlib --extern native_tls=/home/pterjan/rpmbuild/BUILD/rust-hyper-tls-0.6.0-build/hyper-tls-0.6.0/target/rpm/deps/libnative_tls-dabbd057a4193eb2.rlib --extern tokio=/home/pterjan/rpmbuild/BUILD/rust-hyper-tls-0.6.0-build/hyper-tls-0.6.0/target/rpm/deps/libtokio-202d67bd84dadda1.rlib --extern tokio_native_tls=/home/pterjan/rpmbuild/BUILD/rust-hyper-tls-0.6.0-build/hyper-tls-0.6.0/target/rpm/deps/libtokio_native_tls-76213488dc108333.rlib --extern tower_service=/home/pterjan/rpmbuild/BUILD/rust-hyper-tls-0.6.0-build/hyper-tls-0.6.0/target/rpm/deps/libtower_service-6b4b172671e10a13.rlib -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Finished `rpm` profile [optimized + debuginfo] target(s) in 29.18s Running `/home/pterjan/rpmbuild/BUILD/rust-hyper-tls-0.6.0-build/hyper-tls-0.6.0/target/rpm/deps/hyper_tls-2b991edaba1d7fbb` running 0 tests test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s Doc-tests hyper_tls Running `/usr/bin/rustdoc --edition=2018 --crate-type lib --color auto --crate-name hyper_tls --test src/lib.rs --test-run-directory /home/pterjan/rpmbuild/BUILD/rust-hyper-tls-0.6.0-build/hyper-tls-0.6.0 -L dependency=/home/pterjan/rpmbuild/BUILD/rust-hyper-tls-0.6.0-build/hyper-tls-0.6.0/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-hyper-tls-0.6.0-build/hyper-tls-0.6.0/target/rpm/deps --extern bytes=/home/pterjan/rpmbuild/BUILD/rust-hyper-tls-0.6.0-build/hyper-tls-0.6.0/target/rpm/deps/libbytes-1587766fe674dfee.rlib --extern http_body_util=/home/pterjan/rpmbuild/BUILD/rust-hyper-tls-0.6.0-build/hyper-tls-0.6.0/target/rpm/deps/libhttp_body_util-ef496f9b5b39421b.rlib --extern hyper=/home/pterjan/rpmbuild/BUILD/rust-hyper-tls-0.6.0-build/hyper-tls-0.6.0/target/rpm/deps/libhyper-87080ac6a2393cdb.rlib --extern hyper_tls=/home/pterjan/rpmbuild/BUILD/rust-hyper-tls-0.6.0-build/hyper-tls-0.6.0/target/rpm/deps/libhyper_tls-2cab06aedc2b943e.rlib --extern hyper_util=/home/pterjan/rpmbuild/BUILD/rust-hyper-tls-0.6.0-build/hyper-tls-0.6.0/target/rpm/deps/libhyper_util-a5001dacba178c5a.rlib --extern native_tls=/home/pterjan/rpmbuild/BUILD/rust-hyper-tls-0.6.0-build/hyper-tls-0.6.0/target/rpm/deps/libnative_tls-dabbd057a4193eb2.rlib --extern tokio=/home/pterjan/rpmbuild/BUILD/rust-hyper-tls-0.6.0-build/hyper-tls-0.6.0/target/rpm/deps/libtokio-202d67bd84dadda1.rlib --extern tokio_native_tls=/home/pterjan/rpmbuild/BUILD/rust-hyper-tls-0.6.0-build/hyper-tls-0.6.0/target/rpm/deps/libtokio_native_tls-76213488dc108333.rlib --extern tower_service=/home/pterjan/rpmbuild/BUILD/rust-hyper-tls-0.6.0-build/hyper-tls-0.6.0/target/rpm/deps/libtower_service-6b4b172671e10a13.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alpn"))' --error-format human` running 1 test test src/lib.rs - (line 9) - compile ... ok test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.07s + RPM_EC=0 ++ jobs -p + exit 0 Processing files: rust-hyper-tls-devel-0.6.0-1.mga10.noarch warning: File listed twice: /usr/share/cargo/registry/hyper-tls-0.6.0/LICENSE-APACHE warning: File listed twice: /usr/share/cargo/registry/hyper-tls-0.6.0/LICENSE-MIT warning: File listed twice: /usr/share/cargo/registry/hyper-tls-0.6.0/README.md Provides: crate(hyper-tls) = 0.6.0 rust-hyper-tls-devel = 0.6.0-1.mga10 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: cargo crate(bytes/default) >= 1.0.0 crate(http-body-util/default) >= 0.1.0 crate(hyper-util/client-legacy) >= 0.1.0 crate(hyper-util/default) >= 0.1.0 crate(hyper-util/tokio) >= 0.1.0 crate(hyper/default) >= 1.0.0 crate(native-tls/default) >= 0.2.1 crate(tokio-native-tls/default) >= 0.3.0 crate(tokio/default) >= 1.0.0 crate(tower-service/default) >= 0.3.0 Processing files: rust-hyper-tls+default-devel-0.6.0-1.mga10.noarch Provides: crate(hyper-tls/default) = 0.6.0 rust-hyper-tls+default-devel = 0.6.0-1.mga10 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: cargo crate(hyper-tls) = 0.6.0 Processing files: rust-hyper-tls+alpn-devel-0.6.0-1.mga10.noarch Provides: crate(hyper-tls/alpn) = 0.6.0 rust-hyper-tls+alpn-devel = 0.6.0-1.mga10 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: cargo crate(hyper-tls) = 0.6.0 crate(native-tls/alpn) >= 0.2.1 Checking for unpackaged file(s): /usr/lib/rpm/check-files /home/pterjan/rpmbuild/BUILD/rust-hyper-tls-0.6.0-build/BUILDROOT Wrote: /home/pterjan/rpmbuild/RPMS/noarch/rust-hyper-tls+default-devel-0.6.0-1.mga10.noarch.rpm Wrote: /home/pterjan/rpmbuild/RPMS/noarch/rust-hyper-tls+alpn-devel-0.6.0-1.mga10.noarch.rpm Wrote: /home/pterjan/rpmbuild/RPMS/noarch/rust-hyper-tls-devel-0.6.0-1.mga10.noarch.rpm Executing(rmbuild): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.Aolduz + umask 022 + cd /home/pterjan/rpmbuild/BUILD/rust-hyper-tls-0.6.0-build + test -d /home/pterjan/rpmbuild/BUILD/rust-hyper-tls-0.6.0-build + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w /home/pterjan/rpmbuild/BUILD/rust-hyper-tls-0.6.0-build + rm -rf /home/pterjan/rpmbuild/BUILD/rust-hyper-tls-0.6.0-build + RPM_EC=0 ++ jobs -p + exit 0 RPM build warnings: File listed twice: /usr/share/cargo/registry/hyper-tls-0.6.0/LICENSE-APACHE File listed twice: /usr/share/cargo/registry/hyper-tls-0.6.0/LICENSE-MIT File listed twice: /usr/share/cargo/registry/hyper-tls-0.6.0/README.md D: [iurt_root_command] Success!