D: [iurt_root_command] chroot Building target platforms: noarch Building for target noarch Installing /home/pterjan/rpmbuild/SRPMS/rust-xml5ever0.18-0.18.1-1.mga10.src.rpm Executing(%mkbuilddir): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.eeYHlz Executing(%prep): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.URFCtA + umask 022 + cd /home/pterjan/rpmbuild/BUILD/rust-xml5ever0.18-0.18.1-build + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + cd /home/pterjan/rpmbuild/BUILD/rust-xml5ever0.18-0.18.1-build + rm -rf xml5ever-0.18.1 + /usr/lib/rpm/rpmuncompress -x /home/pterjan/rpmbuild/SOURCES/xml5ever-0.18.1.crate + STATUS=0 + '[' 0 -ne 0 ']' + cd xml5ever-0.18.1 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + 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.7Rgsna + umask 022 + cd /home/pterjan/rpmbuild/BUILD/rust-xml5ever0.18-0.18.1-build + cd xml5ever-0.18.1 + /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.cjIRVS + umask 022 + cd /home/pterjan/rpmbuild/BUILD/rust-xml5ever0.18-0.18.1-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 xml5ever-0.18.1 + '[' 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 proc-macro2 v1.0.94 Compiling siphasher v0.3.10 Running `/usr/bin/rustc --crate-name build_script_build --edition=2021 /usr/share/cargo/registry/proc-macro2-1.0.94/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,test)' --check-cfg 'cfg(feature, values("default", "nightly", "proc-macro", "span-locations"))' -C metadata=186aad7a12ea9336 -C extra-filename=-afdebed02fe2a884 --out-dir /home/pterjan/rpmbuild/BUILD/rust-xml5ever0.18-0.18.1-build/xml5ever-0.18.1/target/rpm/build/proc-macro2-afdebed02fe2a884 -L dependency=/home/pterjan/rpmbuild/BUILD/rust-xml5ever0.18-0.18.1-build/xml5ever-0.18.1/target/rpm/deps --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Compiling rand_core v0.6.4 Compiling libc v0.2.171 Compiling autocfg v1.4.0 Compiling unicode-ident v1.0.18 Compiling parking_lot_core v0.9.9 Compiling scopeguard v1.2.0 Compiling serde v1.0.217 Compiling cfg-if v1.0.0 Compiling smallvec v1.13.2 Compiling new_debug_unreachable v1.0.4 Compiling mac v0.1.1 Compiling utf-8 v0.7.6 Compiling precomputed-hash v0.1.1 Running `/usr/bin/rustc --crate-name rand_core --edition=2018 /usr/share/cargo/registry/rand_core-0.6.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "getrandom", "serde", "serde1", "std"))' -C metadata=0d9d0858d748774a -C extra-filename=-67670c4ad024a22d --out-dir /home/pterjan/rpmbuild/BUILD/rust-xml5ever0.18-0.18.1-build/xml5ever-0.18.1/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-xml5ever0.18-0.18.1-build/xml5ever-0.18.1/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 siphasher --edition=2018 /usr/share/cargo/registry/siphasher-0.3.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "serde_no_std", "serde_std", "std"))' -C metadata=e261d2fe68a88f5a -C extra-filename=-36f705cdd27b4fc3 --out-dir /home/pterjan/rpmbuild/BUILD/rust-xml5ever0.18-0.18.1-build/xml5ever-0.18.1/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-xml5ever0.18-0.18.1-build/xml5ever-0.18.1/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/libc-0.2.171/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,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=42efa26aba98bd78 -C extra-filename=-5121e35c8cbfbca6 --out-dir /home/pterjan/rpmbuild/BUILD/rust-xml5ever0.18-0.18.1-build/xml5ever-0.18.1/target/rpm/build/libc-5121e35c8cbfbca6 -L dependency=/home/pterjan/rpmbuild/BUILD/rust-xml5ever0.18-0.18.1-build/xml5ever-0.18.1/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 autocfg --edition=2015 /usr/share/cargo/registry/autocfg-1.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e124a71a4c38a5a2 -C extra-filename=-33df3ec257ba7fb0 --out-dir /home/pterjan/rpmbuild/BUILD/rust-xml5ever0.18-0.18.1-build/xml5ever-0.18.1/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-xml5ever0.18-0.18.1-build/xml5ever-0.18.1/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/parking_lot_core-0.9.9/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("backtrace", "deadlock_detection", "nightly", "petgraph", "thread-id"))' -C metadata=b1ac27cb745afb9b -C extra-filename=-385fc1f77c705b78 --out-dir /home/pterjan/rpmbuild/BUILD/rust-xml5ever0.18-0.18.1-build/xml5ever-0.18.1/target/rpm/build/parking_lot_core-385fc1f77c705b78 -L dependency=/home/pterjan/rpmbuild/BUILD/rust-xml5ever0.18-0.18.1-build/xml5ever-0.18.1/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 scopeguard --edition=2015 /usr/share/cargo/registry/scopeguard-1.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C codegen-units=1 -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "use_std"))' -C metadata=99b996e567e34f73 -C extra-filename=-5a38417771000338 --out-dir /home/pterjan/rpmbuild/BUILD/rust-xml5ever0.18-0.18.1-build/xml5ever-0.18.1/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-xml5ever0.18-0.18.1-build/xml5ever-0.18.1/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.18/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=adcecc07420fd8e7 -C extra-filename=-e45ede29ac9488f1 --out-dir /home/pterjan/rpmbuild/BUILD/rust-xml5ever0.18-0.18.1-build/xml5ever-0.18.1/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-xml5ever0.18-0.18.1-build/xml5ever-0.18.1/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/serde-1.0.217/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,test)' --check-cfg 'cfg(feature, values("alloc", "default", "derive", "rc", "serde_derive", "std", "unstable"))' -C metadata=23c33bd44e5b2880 -C extra-filename=-c893c1601ea249e9 --out-dir /home/pterjan/rpmbuild/BUILD/rust-xml5ever0.18-0.18.1-build/xml5ever-0.18.1/target/rpm/build/serde-c893c1601ea249e9 -L dependency=/home/pterjan/rpmbuild/BUILD/rust-xml5ever0.18-0.18.1-build/xml5ever-0.18.1/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.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,test)' --check-cfg 'cfg(feature, values("compiler_builtins", "core", "rustc-dep-of-std"))' -C metadata=d0d5fe105289cea2 -C extra-filename=-ec6a769025b5f44f --out-dir /home/pterjan/rpmbuild/BUILD/rust-xml5ever0.18-0.18.1-build/xml5ever-0.18.1/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-xml5ever0.18-0.18.1-build/xml5ever-0.18.1/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 siphasher --edition=2018 /usr/share/cargo/registry/siphasher-0.3.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C codegen-units=1 -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "serde_no_std", "serde_std", "std"))' -C metadata=aeb4ca05c4d91614 -C extra-filename=-063f7d847b11d42f --out-dir /home/pterjan/rpmbuild/BUILD/rust-xml5ever0.18-0.18.1-build/xml5ever-0.18.1/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-xml5ever0.18-0.18.1-build/xml5ever-0.18.1/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 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 --check-cfg 'cfg(docsrs,test)' --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=5d7e41bdd39cf3bd -C extra-filename=-48072ebe259a391d --out-dir /home/pterjan/rpmbuild/BUILD/rust-xml5ever0.18-0.18.1-build/xml5ever-0.18.1/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-xml5ever0.18-0.18.1-build/xml5ever-0.18.1/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 debug_unreachable --edition=2018 /usr/share/cargo/registry/new_debug_unreachable-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())' -C metadata=31797f9df53db367 -C extra-filename=-d7ffa127332d0e5f --out-dir /home/pterjan/rpmbuild/BUILD/rust-xml5ever0.18-0.18.1-build/xml5ever-0.18.1/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-xml5ever0.18-0.18.1-build/xml5ever-0.18.1/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 mac --edition=2015 /usr/share/cargo/registry/mac-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,test)' --check-cfg 'cfg(feature, values())' -C metadata=f9b35fc7ae012014 -C extra-filename=-6c24027473268e4d --out-dir /home/pterjan/rpmbuild/BUILD/rust-xml5ever0.18-0.18.1-build/xml5ever-0.18.1/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-xml5ever0.18-0.18.1-build/xml5ever-0.18.1/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 utf8 --edition=2015 /usr/share/cargo/registry/utf-8-0.7.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C codegen-units=1 -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8ffa953e0d7bdf6b -C extra-filename=-556a099e24a6bc6c --out-dir /home/pterjan/rpmbuild/BUILD/rust-xml5ever0.18-0.18.1-build/xml5ever-0.18.1/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-xml5ever0.18-0.18.1-build/xml5ever-0.18.1/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 precomputed_hash --edition=2015 /usr/share/cargo/registry/precomputed-hash-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,test)' --check-cfg 'cfg(feature, values())' -C metadata=51d12d145ff486ad -C extra-filename=-7ecf112765aa2951 --out-dir /home/pterjan/rpmbuild/BUILD/rust-xml5ever0.18-0.18.1-build/xml5ever-0.18.1/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-xml5ever0.18-0.18.1-build/xml5ever-0.18.1/target/rpm/deps --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Compiling futf v0.1.5 Running `/usr/bin/rustc --crate-name futf --edition=2015 /usr/share/cargo/registry/futf-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,test)' --check-cfg 'cfg(feature, values())' -C metadata=a4a31feb3a657840 -C extra-filename=-cd5fe2b7991d7b10 --out-dir /home/pterjan/rpmbuild/BUILD/rust-xml5ever0.18-0.18.1-build/xml5ever-0.18.1/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-xml5ever0.18-0.18.1-build/xml5ever-0.18.1/target/rpm/deps --extern mac=/home/pterjan/rpmbuild/BUILD/rust-xml5ever0.18-0.18.1-build/xml5ever-0.18.1/target/rpm/deps/libmac-6c24027473268e4d.rmeta --extern debug_unreachable=/home/pterjan/rpmbuild/BUILD/rust-xml5ever0.18-0.18.1-build/xml5ever-0.18.1/target/rpm/deps/libdebug_unreachable-d7ffa127332d0e5f.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Compiling once_cell v1.20.3 Running `/usr/bin/rustc --crate-name once_cell --edition=2021 /usr/share/cargo/registry/once_cell-1.20.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="default"' --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=6953385b6391131e -C extra-filename=-82aa2c1b352c449e --out-dir /home/pterjan/rpmbuild/BUILD/rust-xml5ever0.18-0.18.1-build/xml5ever-0.18.1/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-xml5ever0.18-0.18.1-build/xml5ever-0.18.1/target/rpm/deps --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Compiling log v0.4.26 Running `/usr/bin/rustc --crate-name log --edition=2021 /usr/share/cargo/registry/log-0.4.26/src/lib.rs --error-format=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("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=081303fc207f2870 -C extra-filename=-d36e7413773bcebc --out-dir /home/pterjan/rpmbuild/BUILD/rust-xml5ever0.18-0.18.1-build/xml5ever-0.18.1/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-xml5ever0.18-0.18.1-build/xml5ever-0.18.1/target/rpm/deps --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Compiling tendril v0.4.3 Running `/usr/bin/rustc --crate-name tendril --edition=2015 /usr/share/cargo/registry/tendril-0.4.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C codegen-units=1 -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bench", "encoding", "encoding_rs"))' -C metadata=5c89517ceacbfc64 -C extra-filename=-0bcd14f2892d36f3 --out-dir /home/pterjan/rpmbuild/BUILD/rust-xml5ever0.18-0.18.1-build/xml5ever-0.18.1/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-xml5ever0.18-0.18.1-build/xml5ever-0.18.1/target/rpm/deps --extern futf=/home/pterjan/rpmbuild/BUILD/rust-xml5ever0.18-0.18.1-build/xml5ever-0.18.1/target/rpm/deps/libfutf-cd5fe2b7991d7b10.rmeta --extern mac=/home/pterjan/rpmbuild/BUILD/rust-xml5ever0.18-0.18.1-build/xml5ever-0.18.1/target/rpm/deps/libmac-6c24027473268e4d.rmeta --extern utf8=/home/pterjan/rpmbuild/BUILD/rust-xml5ever0.18-0.18.1-build/xml5ever-0.18.1/target/rpm/deps/libutf8-556a099e24a6bc6c.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Compiling rand v0.8.5 Running `/usr/bin/rustc --crate-name rand --edition=2018 /usr/share/cargo/registry/rand-0.8.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="small_rng"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "getrandom", "libc", "log", "min_const_gen", "nightly", "packed_simd", "rand_chacha", "serde", "serde1", "simd_support", "small_rng", "std", "std_rng"))' -C metadata=1c2b009cf7c54145 -C extra-filename=-ab4ec335a9b9c1b9 --out-dir /home/pterjan/rpmbuild/BUILD/rust-xml5ever0.18-0.18.1-build/xml5ever-0.18.1/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-xml5ever0.18-0.18.1-build/xml5ever-0.18.1/target/rpm/deps --extern rand_core=/home/pterjan/rpmbuild/BUILD/rust-xml5ever0.18-0.18.1-build/xml5ever-0.18.1/target/rpm/deps/librand_core-67670c4ad024a22d.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Compiling phf_shared v0.11.2 Running `/usr/bin/rustc --crate-name phf_shared --edition=2021 /usr/share/cargo/registry/phf_shared-0.11.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std", "uncased", "unicase"))' -C metadata=eff0e9a6d2b96c66 -C extra-filename=-cf6db1a84233b34c --out-dir /home/pterjan/rpmbuild/BUILD/rust-xml5ever0.18-0.18.1-build/xml5ever-0.18.1/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-xml5ever0.18-0.18.1-build/xml5ever-0.18.1/target/rpm/deps --extern siphasher=/home/pterjan/rpmbuild/BUILD/rust-xml5ever0.18-0.18.1-build/xml5ever-0.18.1/target/rpm/deps/libsiphasher-36f705cdd27b4fc3.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Running `/usr/bin/rustc --crate-name phf_shared --edition=2021 /usr/share/cargo/registry/phf_shared-0.11.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,test)' --check-cfg 'cfg(feature, values("default", "std", "uncased", "unicase"))' -C metadata=4e7f2fcd3537992d -C extra-filename=-910336cb868774c0 --out-dir /home/pterjan/rpmbuild/BUILD/rust-xml5ever0.18-0.18.1-build/xml5ever-0.18.1/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-xml5ever0.18-0.18.1-build/xml5ever-0.18.1/target/rpm/deps --extern siphasher=/home/pterjan/rpmbuild/BUILD/rust-xml5ever0.18-0.18.1-build/xml5ever-0.18.1/target/rpm/deps/libsiphasher-063f7d847b11d42f.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Compiling phf v0.11.2 Running `/usr/bin/rustc --crate-name phf --edition=2021 /usr/share/cargo/registry/phf-0.11.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,test)' --check-cfg 'cfg(feature, values("default", "macros", "phf_macros", "serde", "std", "uncased", "unicase"))' -C metadata=d4e5857c9ede76f3 -C extra-filename=-14c83ca9983e3d1b --out-dir /home/pterjan/rpmbuild/BUILD/rust-xml5ever0.18-0.18.1-build/xml5ever-0.18.1/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-xml5ever0.18-0.18.1-build/xml5ever-0.18.1/target/rpm/deps --extern phf_shared=/home/pterjan/rpmbuild/BUILD/rust-xml5ever0.18-0.18.1-build/xml5ever-0.18.1/target/rpm/deps/libphf_shared-910336cb868774c0.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Running `/home/pterjan/rpmbuild/BUILD/rust-xml5ever0.18-0.18.1-build/xml5ever-0.18.1/target/rpm/build/parking_lot_core-385fc1f77c705b78/build-script-build` Running `/home/pterjan/rpmbuild/BUILD/rust-xml5ever0.18-0.18.1-build/xml5ever-0.18.1/target/rpm/build/serde-c893c1601ea249e9/build-script-build` Running `/usr/bin/rustc --crate-name serde --edition=2018 /usr/share/cargo/registry/serde-1.0.217/src/lib.rs --error-format=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,test)' --check-cfg 'cfg(feature, values("alloc", "default", "derive", "rc", "serde_derive", "std", "unstable"))' -C metadata=b749c9e10a9e182f -C extra-filename=-2450d9623ee82f46 --out-dir /home/pterjan/rpmbuild/BUILD/rust-xml5ever0.18-0.18.1-build/xml5ever-0.18.1/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-xml5ever0.18-0.18.1-build/xml5ever-0.18.1/target/rpm/deps --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn --check-cfg 'cfg(no_core_cstr)' --check-cfg 'cfg(no_core_error)' --check-cfg 'cfg(no_core_net)' --check-cfg 'cfg(no_core_num_saturating)' --check-cfg 'cfg(no_core_try_from)' --check-cfg 'cfg(no_diagnostic_namespace)' --check-cfg 'cfg(no_float_copysign)' --check-cfg 'cfg(no_num_nonzero_signed)' --check-cfg 'cfg(no_relaxed_trait_bounds)' --check-cfg 'cfg(no_serde_derive)' --check-cfg 'cfg(no_std_atomic)' --check-cfg 'cfg(no_std_atomic64)' --check-cfg 'cfg(no_systemtime_checked_add)' --check-cfg 'cfg(no_target_has_atomic)'` Compiling phf_generator v0.11.2 Running `/usr/bin/rustc --crate-name phf_generator --edition=2021 /usr/share/cargo/registry/phf_generator-0.11.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8558889ce96cfd8c -C extra-filename=-aee5e5b7e95539d1 --out-dir /home/pterjan/rpmbuild/BUILD/rust-xml5ever0.18-0.18.1-build/xml5ever-0.18.1/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-xml5ever0.18-0.18.1-build/xml5ever-0.18.1/target/rpm/deps --extern phf_shared=/home/pterjan/rpmbuild/BUILD/rust-xml5ever0.18-0.18.1-build/xml5ever-0.18.1/target/rpm/deps/libphf_shared-cf6db1a84233b34c.rmeta --extern rand=/home/pterjan/rpmbuild/BUILD/rust-xml5ever0.18-0.18.1-build/xml5ever-0.18.1/target/rpm/deps/librand-ab4ec335a9b9c1b9.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Running `/home/pterjan/rpmbuild/BUILD/rust-xml5ever0.18-0.18.1-build/xml5ever-0.18.1/target/rpm/build/proc-macro2-afdebed02fe2a884/build-script-build` Compiling phf_codegen v0.11.2 Running `/usr/bin/rustc --crate-name phf_codegen --edition=2021 /usr/share/cargo/registry/phf_codegen-0.11.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=fe5c2cff97b2ee04 -C extra-filename=-eb3457f80a662db7 --out-dir /home/pterjan/rpmbuild/BUILD/rust-xml5ever0.18-0.18.1-build/xml5ever-0.18.1/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-xml5ever0.18-0.18.1-build/xml5ever-0.18.1/target/rpm/deps --extern phf_generator=/home/pterjan/rpmbuild/BUILD/rust-xml5ever0.18-0.18.1-build/xml5ever-0.18.1/target/rpm/deps/libphf_generator-aee5e5b7e95539d1.rmeta --extern phf_shared=/home/pterjan/rpmbuild/BUILD/rust-xml5ever0.18-0.18.1-build/xml5ever-0.18.1/target/rpm/deps/libphf_shared-cf6db1a84233b34c.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.94/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,test)' --check-cfg 'cfg(feature, values("default", "nightly", "proc-macro", "span-locations"))' -C metadata=1145e0dc34b4846e -C extra-filename=-da4772ea36af6bba --out-dir /home/pterjan/rpmbuild/BUILD/rust-xml5ever0.18-0.18.1-build/xml5ever-0.18.1/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-xml5ever0.18-0.18.1-build/xml5ever-0.18.1/target/rpm/deps --extern unicode_ident=/home/pterjan/rpmbuild/BUILD/rust-xml5ever0.18-0.18.1-build/xml5ever-0.18.1/target/rpm/deps/libunicode_ident-e45ede29ac9488f1.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-xml5ever0.18-0.18.1-build/xml5ever-0.18.1/target/rpm/build/libc-5121e35c8cbfbca6/build-script-build` Running `/usr/bin/rustc --crate-name libc --edition=2021 /usr/share/cargo/registry/libc-0.2.171/src/lib.rs --error-format=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,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=725a75cc44332baf -C extra-filename=-8db1b84232c234ea --out-dir /home/pterjan/rpmbuild/BUILD/rust-xml5ever0.18-0.18.1-build/xml5ever-0.18.1/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-xml5ever0.18-0.18.1-build/xml5ever-0.18.1/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_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(libc_const_extern_fn)' --check-cfg 'cfg(libc_deny_warnings)' --check-cfg 'cfg(libc_thread_local)' --check-cfg 'cfg(libc_ctest)' --check-cfg 'cfg(linux_time_bits64)' --check-cfg 'cfg(target_os,values("switch","aix","ohos","hurd","rtems","visionos","nuttx","cygwin"))' --check-cfg 'cfg(target_env,values("illumos","wasi","aix","ohos"))' --check-cfg 'cfg(target_arch,values("loongarch64","mips32r6","mips64r6","csky"))'` Compiling quote v1.0.40 Running `/usr/bin/rustc --crate-name quote --edition=2018 /usr/share/cargo/registry/quote-1.0.40/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,test)' --check-cfg 'cfg(feature, values("default", "proc-macro"))' -C metadata=33a55349c8ad82ab -C extra-filename=-5c50f5c1b9d163c9 --out-dir /home/pterjan/rpmbuild/BUILD/rust-xml5ever0.18-0.18.1-build/xml5ever-0.18.1/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-xml5ever0.18-0.18.1-build/xml5ever-0.18.1/target/rpm/deps --extern proc_macro2=/home/pterjan/rpmbuild/BUILD/rust-xml5ever0.18-0.18.1-build/xml5ever-0.18.1/target/rpm/deps/libproc_macro2-da4772ea36af6bba.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Compiling string_cache_codegen v0.5.2 Running `/usr/bin/rustc --crate-name string_cache_codegen --edition=2018 /usr/share/cargo/registry/string_cache_codegen-0.5.2/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=60291bb7948589e6 -C extra-filename=-36578e918b278427 --out-dir /home/pterjan/rpmbuild/BUILD/rust-xml5ever0.18-0.18.1-build/xml5ever-0.18.1/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-xml5ever0.18-0.18.1-build/xml5ever-0.18.1/target/rpm/deps --extern phf_generator=/home/pterjan/rpmbuild/BUILD/rust-xml5ever0.18-0.18.1-build/xml5ever-0.18.1/target/rpm/deps/libphf_generator-aee5e5b7e95539d1.rmeta --extern phf_shared=/home/pterjan/rpmbuild/BUILD/rust-xml5ever0.18-0.18.1-build/xml5ever-0.18.1/target/rpm/deps/libphf_shared-cf6db1a84233b34c.rmeta --extern proc_macro2=/home/pterjan/rpmbuild/BUILD/rust-xml5ever0.18-0.18.1-build/xml5ever-0.18.1/target/rpm/deps/libproc_macro2-da4772ea36af6bba.rmeta --extern quote=/home/pterjan/rpmbuild/BUILD/rust-xml5ever0.18-0.18.1-build/xml5ever-0.18.1/target/rpm/deps/libquote-5c50f5c1b9d163c9.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Running `/usr/bin/rustc --crate-name parking_lot_core --edition=2018 /usr/share/cargo/registry/parking_lot_core-0.9.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C codegen-units=1 -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("backtrace", "deadlock_detection", "nightly", "petgraph", "thread-id"))' -C metadata=574bd1b1fdb9e58e -C extra-filename=-c5ae472e7fb46891 --out-dir /home/pterjan/rpmbuild/BUILD/rust-xml5ever0.18-0.18.1-build/xml5ever-0.18.1/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-xml5ever0.18-0.18.1-build/xml5ever-0.18.1/target/rpm/deps --extern cfg_if=/home/pterjan/rpmbuild/BUILD/rust-xml5ever0.18-0.18.1-build/xml5ever-0.18.1/target/rpm/deps/libcfg_if-ec6a769025b5f44f.rmeta --extern libc=/home/pterjan/rpmbuild/BUILD/rust-xml5ever0.18-0.18.1-build/xml5ever-0.18.1/target/rpm/deps/liblibc-8db1b84232c234ea.rmeta --extern smallvec=/home/pterjan/rpmbuild/BUILD/rust-xml5ever0.18-0.18.1-build/xml5ever-0.18.1/target/rpm/deps/libsmallvec-48072ebe259a391d.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Compiling lock_api v0.4.11 Running `/usr/bin/rustc --crate-name build_script_build --edition=2018 /usr/share/cargo/registry/lock_api-0.4.11/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="atomic_usize"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arc_lock", "atomic_usize", "default", "nightly", "owning_ref", "serde"))' -C metadata=f23bf416d4bf8de7 -C extra-filename=-7d33e5e2edc0eb95 --out-dir /home/pterjan/rpmbuild/BUILD/rust-xml5ever0.18-0.18.1-build/xml5ever-0.18.1/target/rpm/build/lock_api-7d33e5e2edc0eb95 -L dependency=/home/pterjan/rpmbuild/BUILD/rust-xml5ever0.18-0.18.1-build/xml5ever-0.18.1/target/rpm/deps --extern autocfg=/home/pterjan/rpmbuild/BUILD/rust-xml5ever0.18-0.18.1-build/xml5ever-0.18.1/target/rpm/deps/libautocfg-33df3ec257ba7fb0.rlib --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Running `/home/pterjan/rpmbuild/BUILD/rust-xml5ever0.18-0.18.1-build/xml5ever-0.18.1/target/rpm/build/lock_api-7d33e5e2edc0eb95/build-script-build` Running `/usr/bin/rustc --crate-name lock_api --edition=2018 /usr/share/cargo/registry/lock_api-0.4.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C codegen-units=1 -C debuginfo=2 --cfg 'feature="atomic_usize"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arc_lock", "atomic_usize", "default", "nightly", "owning_ref", "serde"))' -C metadata=17aac2941d20929e -C extra-filename=-df7f7a0b5d0e06cd --out-dir /home/pterjan/rpmbuild/BUILD/rust-xml5ever0.18-0.18.1-build/xml5ever-0.18.1/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-xml5ever0.18-0.18.1-build/xml5ever-0.18.1/target/rpm/deps --extern scopeguard=/home/pterjan/rpmbuild/BUILD/rust-xml5ever0.18-0.18.1-build/xml5ever-0.18.1/target/rpm/deps/libscopeguard-5a38417771000338.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn --cfg has_const_fn_trait_bound` Compiling parking_lot v0.12.1 Running `/usr/bin/rustc --crate-name parking_lot --edition=2018 /usr/share/cargo/registry/parking_lot-0.12.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C codegen-units=1 -C debuginfo=2 --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arc_lock", "deadlock_detection", "default", "hardware-lock-elision", "nightly", "owning_ref", "send_guard", "serde"))' -C metadata=3f0d5f3eaafc7253 -C extra-filename=-7948d90ed61f961d --out-dir /home/pterjan/rpmbuild/BUILD/rust-xml5ever0.18-0.18.1-build/xml5ever-0.18.1/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-xml5ever0.18-0.18.1-build/xml5ever-0.18.1/target/rpm/deps --extern lock_api=/home/pterjan/rpmbuild/BUILD/rust-xml5ever0.18-0.18.1-build/xml5ever-0.18.1/target/rpm/deps/liblock_api-df7f7a0b5d0e06cd.rmeta --extern parking_lot_core=/home/pterjan/rpmbuild/BUILD/rust-xml5ever0.18-0.18.1-build/xml5ever-0.18.1/target/rpm/deps/libparking_lot_core-c5ae472e7fb46891.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Compiling string_cache v0.8.7 Running `/usr/bin/rustc --crate-name string_cache --edition=2018 /usr/share/cargo/registry/string_cache-0.8.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="default"' --cfg 'feature="serde"' --cfg 'feature="serde_support"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "serde_support"))' -C metadata=175d5e4dfbac790a -C extra-filename=-04fe456e86345cf6 --out-dir /home/pterjan/rpmbuild/BUILD/rust-xml5ever0.18-0.18.1-build/xml5ever-0.18.1/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-xml5ever0.18-0.18.1-build/xml5ever-0.18.1/target/rpm/deps --extern debug_unreachable=/home/pterjan/rpmbuild/BUILD/rust-xml5ever0.18-0.18.1-build/xml5ever-0.18.1/target/rpm/deps/libdebug_unreachable-d7ffa127332d0e5f.rmeta --extern once_cell=/home/pterjan/rpmbuild/BUILD/rust-xml5ever0.18-0.18.1-build/xml5ever-0.18.1/target/rpm/deps/libonce_cell-82aa2c1b352c449e.rmeta --extern parking_lot=/home/pterjan/rpmbuild/BUILD/rust-xml5ever0.18-0.18.1-build/xml5ever-0.18.1/target/rpm/deps/libparking_lot-7948d90ed61f961d.rmeta --extern phf_shared=/home/pterjan/rpmbuild/BUILD/rust-xml5ever0.18-0.18.1-build/xml5ever-0.18.1/target/rpm/deps/libphf_shared-910336cb868774c0.rmeta --extern precomputed_hash=/home/pterjan/rpmbuild/BUILD/rust-xml5ever0.18-0.18.1-build/xml5ever-0.18.1/target/rpm/deps/libprecomputed_hash-7ecf112765aa2951.rmeta --extern serde=/home/pterjan/rpmbuild/BUILD/rust-xml5ever0.18-0.18.1-build/xml5ever-0.18.1/target/rpm/deps/libserde-2450d9623ee82f46.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Compiling markup5ever v0.12.1 Running `/usr/bin/rustc --crate-name build_script_build --edition=2021 /usr/share/cargo/registry/markup5ever-0.12.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=bb3305eeb56bd28a -C extra-filename=-660994437f1e5855 --out-dir /home/pterjan/rpmbuild/BUILD/rust-xml5ever0.18-0.18.1-build/xml5ever-0.18.1/target/rpm/build/markup5ever-660994437f1e5855 -L dependency=/home/pterjan/rpmbuild/BUILD/rust-xml5ever0.18-0.18.1-build/xml5ever-0.18.1/target/rpm/deps --extern phf_codegen=/home/pterjan/rpmbuild/BUILD/rust-xml5ever0.18-0.18.1-build/xml5ever-0.18.1/target/rpm/deps/libphf_codegen-eb3457f80a662db7.rlib --extern string_cache_codegen=/home/pterjan/rpmbuild/BUILD/rust-xml5ever0.18-0.18.1-build/xml5ever-0.18.1/target/rpm/deps/libstring_cache_codegen-36578e918b278427.rlib --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Running `/home/pterjan/rpmbuild/BUILD/rust-xml5ever0.18-0.18.1-build/xml5ever-0.18.1/target/rpm/build/markup5ever-660994437f1e5855/build-script-build` Running `/usr/bin/rustc --crate-name markup5ever --edition=2021 /usr/share/cargo/registry/markup5ever-0.12.1/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C codegen-units=1 -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9781132aae38bb34 -C extra-filename=-9a1fbaa28d035d77 --out-dir /home/pterjan/rpmbuild/BUILD/rust-xml5ever0.18-0.18.1-build/xml5ever-0.18.1/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-xml5ever0.18-0.18.1-build/xml5ever-0.18.1/target/rpm/deps --extern log=/home/pterjan/rpmbuild/BUILD/rust-xml5ever0.18-0.18.1-build/xml5ever-0.18.1/target/rpm/deps/liblog-d36e7413773bcebc.rmeta --extern phf=/home/pterjan/rpmbuild/BUILD/rust-xml5ever0.18-0.18.1-build/xml5ever-0.18.1/target/rpm/deps/libphf-14c83ca9983e3d1b.rmeta --extern string_cache=/home/pterjan/rpmbuild/BUILD/rust-xml5ever0.18-0.18.1-build/xml5ever-0.18.1/target/rpm/deps/libstring_cache-04fe456e86345cf6.rmeta --extern tendril=/home/pterjan/rpmbuild/BUILD/rust-xml5ever0.18-0.18.1-build/xml5ever-0.18.1/target/rpm/deps/libtendril-0bcd14f2892d36f3.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Compiling xml5ever v0.18.1 (/home/pterjan/rpmbuild/BUILD/rust-xml5ever0.18-0.18.1-build/xml5ever-0.18.1) Running `/usr/bin/rustc --crate-name xml5ever --edition=2021 src/lib.rs --error-format=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("trace_tokenizer"))' -C metadata=02a0b968a404fe94 -C extra-filename=-39c6165fe0bb9522 --out-dir /home/pterjan/rpmbuild/BUILD/rust-xml5ever0.18-0.18.1-build/xml5ever-0.18.1/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-xml5ever0.18-0.18.1-build/xml5ever-0.18.1/target/rpm/deps --extern log=/home/pterjan/rpmbuild/BUILD/rust-xml5ever0.18-0.18.1-build/xml5ever-0.18.1/target/rpm/deps/liblog-d36e7413773bcebc.rmeta --extern mac=/home/pterjan/rpmbuild/BUILD/rust-xml5ever0.18-0.18.1-build/xml5ever-0.18.1/target/rpm/deps/libmac-6c24027473268e4d.rmeta --extern markup5ever=/home/pterjan/rpmbuild/BUILD/rust-xml5ever0.18-0.18.1-build/xml5ever-0.18.1/target/rpm/deps/libmarkup5ever-9a1fbaa28d035d77.rmeta -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` warning: unexpected `cfg` condition name: `for_c` --> src/tokenizer/mod.rs:171:33 | 171 | if opts.profile && cfg!(for_c) { | ^^^^^ | = help: expected names are: `docsrs`, `feature`, and `test` and 31 more = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(for_c)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(for_c)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default warning: unexpected `cfg` condition name: `for_c` --> src/tokenizer/mod.rs:1107:11 | 1107 | #[cfg(for_c)] | ^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(for_c)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(for_c)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `for_c` --> src/tokenizer/mod.rs:1112:15 | 1112 | #[cfg(not(for_c))] | ^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(for_c)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(for_c)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `for_c` --> src/tree_builder/mod.rs:238:15 | 238 | #[cfg(not(for_c))] | ^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(for_c)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(for_c)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `for_c` --> src/tree_builder/mod.rs:249:11 | 249 | #[cfg(for_c)] | ^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(for_c)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(for_c)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `for_c` --> src/tree_builder/mod.rs:252:15 | 252 | #[cfg(not(for_c))] | ^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(for_c)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(for_c)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: `xml5ever` (lib) generated 6 warnings Finished `rpm` profile [optimized + debuginfo] target(s) in 8.34s + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.NUhyJ0 + umask 022 + cd /home/pterjan/rpmbuild/BUILD/rust-xml5ever0.18-0.18.1-build + '[' 1 -eq 1 ']' + '[' /home/pterjan/rpmbuild/BUILD/rust-xml5ever0.18-0.18.1-build/BUILDROOT '!=' / ']' + rm -rf /home/pterjan/rpmbuild/BUILD/rust-xml5ever0.18-0.18.1-build/BUILDROOT ++ dirname /home/pterjan/rpmbuild/BUILD/rust-xml5ever0.18-0.18.1-build/BUILDROOT + mkdir -p /home/pterjan/rpmbuild/BUILD/rust-xml5ever0.18-0.18.1-build + mkdir /home/pterjan/rpmbuild/BUILD/rust-xml5ever0.18-0.18.1-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 xml5ever-0.18.1 + '[' 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=xml5ever ++ /usr/bin/cargo2rpm --path Cargo.toml version + CRATE_VERSION=0.18.1 + REG_DIR=/home/pterjan/rpmbuild/BUILD/rust-xml5ever0.18-0.18.1-build/BUILDROOT/usr/share/cargo/registry/xml5ever-0.18.1 + /usr/bin/mkdir -p /home/pterjan/rpmbuild/BUILD/rust-xml5ever0.18-0.18.1-build/BUILDROOT/usr/share/cargo/registry/xml5ever-0.18.1 + /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-xml5ever0.18-0.18.1-build/BUILDROOT/usr/share/cargo/registry/xml5ever-0.18.1 warning: no (git) VCS found for `/home/pterjan/rpmbuild/BUILD/rust-xml5ever0.18-0.18.1-build/xml5ever-0.18.1` + /usr/bin/mv Cargo.toml.deps Cargo.toml + /usr/bin/cp -a Cargo.toml /home/pterjan/rpmbuild/BUILD/rust-xml5ever0.18-0.18.1-build/BUILDROOT/usr/share/cargo/registry/xml5ever-0.18.1/Cargo.toml + /usr/bin/rm -f /home/pterjan/rpmbuild/BUILD/rust-xml5ever0.18-0.18.1-build/BUILDROOT/usr/share/cargo/registry/xml5ever-0.18.1/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.EmkkCx + umask 022 + cd /home/pterjan/rpmbuild/BUILD/rust-xml5ever0.18-0.18.1-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 xml5ever-0.18.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 test -j16 -Z avoid-dev-deps --profile rpm --no-fail-fast Fresh unicode-ident v1.0.18 Fresh proc-macro2 v1.0.94 Fresh quote v1.0.40 Fresh cfg-if v1.0.0 Fresh autocfg v1.4.0 Compiling serde v1.0.217 Compiling syn v2.0.100 Fresh rand_core v0.6.4 Compiling crossbeam-utils v0.8.21 Fresh scopeguard v1.2.0 Fresh siphasher v0.3.10 Fresh new_debug_unreachable v1.0.4 Fresh smallvec v1.13.2 Compiling num-traits v0.2.19 Fresh once_cell v1.20.3 Fresh mac v0.1.1 Compiling serde_json v1.0.139 Running `/usr/bin/rustc --crate-name build_script_build --edition=2018 /usr/share/cargo/registry/serde-1.0.217/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="serde_derive"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "derive", "rc", "serde_derive", "std", "unstable"))' -C metadata=eec153c036af4449 -C extra-filename=-ebeaf11ce06454e9 --out-dir /home/pterjan/rpmbuild/BUILD/rust-xml5ever0.18-0.18.1-build/xml5ever-0.18.1/target/rpm/build/serde-ebeaf11ce06454e9 -L dependency=/home/pterjan/rpmbuild/BUILD/rust-xml5ever0.18-0.18.1-build/xml5ever-0.18.1/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 syn --edition=2021 /usr/share/cargo/registry/syn-2.0.100/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="derive"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("clone-impls", "default", "derive", "extra-traits", "fold", "full", "parsing", "printing", "proc-macro", "test", "visit", "visit-mut"))' -C metadata=05bd3fe1dd9bda6a -C extra-filename=-19c4c99062ca6786 --out-dir /home/pterjan/rpmbuild/BUILD/rust-xml5ever0.18-0.18.1-build/xml5ever-0.18.1/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-xml5ever0.18-0.18.1-build/xml5ever-0.18.1/target/rpm/deps --extern proc_macro2=/home/pterjan/rpmbuild/BUILD/rust-xml5ever0.18-0.18.1-build/xml5ever-0.18.1/target/rpm/deps/libproc_macro2-da4772ea36af6bba.rmeta --extern quote=/home/pterjan/rpmbuild/BUILD/rust-xml5ever0.18-0.18.1-build/xml5ever-0.18.1/target/rpm/deps/libquote-5c50f5c1b9d163c9.rmeta --extern unicode_ident=/home/pterjan/rpmbuild/BUILD/rust-xml5ever0.18-0.18.1-build/xml5ever-0.18.1/target/rpm/deps/libunicode_ident-e45ede29ac9488f1.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=2021 /usr/share/cargo/registry/crossbeam-utils-0.8.21/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 '--allow=clippy::lint_groups_priority' '--allow=clippy::declare_interior_mutable_const' --check-cfg 'cfg(crossbeam_loom)' --check-cfg 'cfg(crossbeam_sanitize)' -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "nightly", "std"))' -C metadata=797eb481b00a2ba1 -C extra-filename=-bb4c0ef19fd2d07d --out-dir /home/pterjan/rpmbuild/BUILD/rust-xml5ever0.18-0.18.1-build/xml5ever-0.18.1/target/rpm/build/crossbeam-utils-bb4c0ef19fd2d07d -L dependency=/home/pterjan/rpmbuild/BUILD/rust-xml5ever0.18-0.18.1-build/xml5ever-0.18.1/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/num-traits-0.2.19/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "i128", "libm", "std"))' -C metadata=642a387c2206d219 -C extra-filename=-4c51c8b85fe7aa47 --out-dir /home/pterjan/rpmbuild/BUILD/rust-xml5ever0.18-0.18.1-build/xml5ever-0.18.1/target/rpm/build/num-traits-4c51c8b85fe7aa47 -L dependency=/home/pterjan/rpmbuild/BUILD/rust-xml5ever0.18-0.18.1-build/xml5ever-0.18.1/target/rpm/deps --extern autocfg=/home/pterjan/rpmbuild/BUILD/rust-xml5ever0.18-0.18.1-build/xml5ever-0.18.1/target/rpm/deps/libautocfg-33df3ec257ba7fb0.rlib --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Fresh libc v0.2.171 Fresh rand v0.8.5 Fresh phf_shared v0.11.2 Compiling rayon-core v1.12.1 Compiling either v1.15.0 Fresh futf v0.1.5 Compiling half v2.4.1 Fresh utf-8 v0.7.6 Running `/usr/bin/rustc --crate-name build_script_build --edition=2021 /usr/share/cargo/registry/serde_json-1.0.139/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,test)' --check-cfg 'cfg(feature, values("alloc", "arbitrary_precision", "default", "float_roundtrip", "indexmap", "preserve_order", "raw_value", "std", "unbounded_depth"))' -C metadata=f673b363dfdcfd79 -C extra-filename=-b3e61cc900119dd3 --out-dir /home/pterjan/rpmbuild/BUILD/rust-xml5ever0.18-0.18.1-build/xml5ever-0.18.1/target/rpm/build/serde_json-b3e61cc900119dd3 -L dependency=/home/pterjan/rpmbuild/BUILD/rust-xml5ever0.18-0.18.1-build/xml5ever-0.18.1/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/rayon-core-1.12.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=df6802353a70ef8f -C extra-filename=-864b14b0f449fae2 --out-dir /home/pterjan/rpmbuild/BUILD/rust-xml5ever0.18-0.18.1-build/xml5ever-0.18.1/target/rpm/build/rayon-core-864b14b0f449fae2 -L dependency=/home/pterjan/rpmbuild/BUILD/rust-xml5ever0.18-0.18.1-build/xml5ever-0.18.1/target/rpm/deps --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Fresh phf_generator v0.11.2 Fresh parking_lot_core v0.9.9 Fresh lock_api v0.4.11 Compiling itoa v1.0.14 Compiling regex-syntax v0.8.5 Compiling memchr v2.7.4 Compiling clap_lex v0.7.4 Compiling ciborium-io v0.2.2 Running `/usr/bin/rustc --crate-name half --edition=2021 /usr/share/cargo/registry/half-2.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C codegen-units=1 -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "bytemuck", "default", "num-traits", "rand_distr", "rkyv", "serde", "std", "use-intrinsics", "zerocopy"))' -C metadata=55ca69fc375eeb56 -C extra-filename=-bcb7498a10547bbd --out-dir /home/pterjan/rpmbuild/BUILD/rust-xml5ever0.18-0.18.1-build/xml5ever-0.18.1/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-xml5ever0.18-0.18.1-build/xml5ever-0.18.1/target/rpm/deps --extern cfg_if=/home/pterjan/rpmbuild/BUILD/rust-xml5ever0.18-0.18.1-build/xml5ever-0.18.1/target/rpm/deps/libcfg_if-ec6a769025b5f44f.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Running `/usr/bin/rustc --crate-name either --edition=2021 /usr/share/cargo/registry/either-1.15.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C codegen-units=1 -C debuginfo=2 --cfg 'feature="std"' --cfg 'feature="use_std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "std", "use_std"))' -C metadata=3d650d4e6ef61591 -C extra-filename=-232e7fff33d4f9e7 --out-dir /home/pterjan/rpmbuild/BUILD/rust-xml5ever0.18-0.18.1-build/xml5ever-0.18.1/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-xml5ever0.18-0.18.1-build/xml5ever-0.18.1/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,test)' --check-cfg 'cfg(feature, values("no-panic"))' -C metadata=acb045136fdfa993 -C extra-filename=-97b4d61f51835f4e --out-dir /home/pterjan/rpmbuild/BUILD/rust-xml5ever0.18-0.18.1-build/xml5ever-0.18.1/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-xml5ever0.18-0.18.1-build/xml5ever-0.18.1/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 regex_syntax --edition=2021 /usr/share/cargo/registry/regex-syntax-0.8.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C codegen-units=1 -C debuginfo=2 --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "default", "std", "unicode", "unicode-age", "unicode-bool", "unicode-case", "unicode-gencat", "unicode-perl", "unicode-script", "unicode-segment"))' -C metadata=bb35bdc9187fe79f -C extra-filename=-978e021e7c517ad4 --out-dir /home/pterjan/rpmbuild/BUILD/rust-xml5ever0.18-0.18.1-build/xml5ever-0.18.1/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-xml5ever0.18-0.18.1-build/xml5ever-0.18.1/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 memchr --edition=2021 /usr/share/cargo/registry/memchr-2.7.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C codegen-units=1 -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "compiler_builtins", "core", "default", "libc", "logging", "rustc-dep-of-std", "std", "use_std"))' -C metadata=9228fa86758e8c03 -C extra-filename=-3b1147e61686bb87 --out-dir /home/pterjan/rpmbuild/BUILD/rust-xml5ever0.18-0.18.1-build/xml5ever-0.18.1/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-xml5ever0.18-0.18.1-build/xml5ever-0.18.1/target/rpm/deps --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Fresh string_cache_codegen v0.5.2 Fresh phf_codegen v0.11.2 Fresh parking_lot v0.12.1 Running `/usr/bin/rustc --crate-name clap_lex --edition=2021 /usr/share/cargo/registry/clap_lex-0.7.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C codegen-units=1 -C debuginfo=2 --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--allow=clippy::multiple_bound_locations' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' '--allow=clippy::blocks_in_conditions' '--allow=clippy::assigning_clones' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=71d3262a73468938 -C extra-filename=-0c51d90c32e67bd8 --out-dir /home/pterjan/rpmbuild/BUILD/rust-xml5ever0.18-0.18.1-build/xml5ever-0.18.1/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-xml5ever0.18-0.18.1-build/xml5ever-0.18.1/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 ciborium_io --edition=2021 /usr/share/cargo/registry/ciborium-io-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C codegen-units=1 -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "std"))' -C metadata=ba3e1ae2eccb08ee -C extra-filename=-0002a34b6aa315d0 --out-dir /home/pterjan/rpmbuild/BUILD/rust-xml5ever0.18-0.18.1-build/xml5ever-0.18.1/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-xml5ever0.18-0.18.1-build/xml5ever-0.18.1/target/rpm/deps --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Fresh precomputed-hash v0.1.1 Compiling plotters-backend v0.3.5 Compiling ryu v1.0.18 Compiling anstyle v1.0.10 Running `/usr/bin/rustc --crate-name plotters_backend --edition=2018 /usr/share/cargo/registry/plotters-backend-0.3.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C codegen-units=1 -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=bdb608d9e2d0050f -C extra-filename=-b235d223785a307b --out-dir /home/pterjan/rpmbuild/BUILD/rust-xml5ever0.18-0.18.1-build/xml5ever-0.18.1/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-xml5ever0.18-0.18.1-build/xml5ever-0.18.1/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 ryu --edition=2018 /usr/share/cargo/registry/ryu-1.0.18/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C codegen-units=1 -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("no-panic", "small"))' -C metadata=5dbb236c7baabfa0 -C extra-filename=-9c577a59cbc8fcfd --out-dir /home/pterjan/rpmbuild/BUILD/rust-xml5ever0.18-0.18.1-build/xml5ever-0.18.1/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-xml5ever0.18-0.18.1-build/xml5ever-0.18.1/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 anstyle --edition=2021 /usr/share/cargo/registry/anstyle-1.0.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C codegen-units=1 -C debuginfo=2 --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=898a399282d9669b -C extra-filename=-12129c32f1b5d020 --out-dir /home/pterjan/rpmbuild/BUILD/rust-xml5ever0.18-0.18.1-build/xml5ever-0.18.1/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-xml5ever0.18-0.18.1-build/xml5ever-0.18.1/target/rpm/deps --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Fresh tendril v0.4.3 Fresh phf v0.11.2 Fresh log v0.4.26 Compiling cast v0.3.0 Running `/usr/bin/rustc --crate-name cast --edition=2018 /usr/share/cargo/registry/cast-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C codegen-units=1 -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("std"))' -C metadata=eeeeb322fa36bee8 -C extra-filename=-4d4929fad3d77dde --out-dir /home/pterjan/rpmbuild/BUILD/rust-xml5ever0.18-0.18.1-build/xml5ever-0.18.1/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-xml5ever0.18-0.18.1-build/xml5ever-0.18.1/target/rpm/deps --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Compiling same-file v1.0.6 Running `/usr/bin/rustc --crate-name same_file --edition=2018 /usr/share/cargo/registry/same-file-1.0.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C codegen-units=1 -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4e1cdc66e37a25b6 -C extra-filename=-58fba3c837cd9f27 --out-dir /home/pterjan/rpmbuild/BUILD/rust-xml5ever0.18-0.18.1-build/xml5ever-0.18.1/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-xml5ever0.18-0.18.1-build/xml5ever-0.18.1/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-xml5ever0.18-0.18.1-build/xml5ever-0.18.1/target/rpm/build/rayon-core-864b14b0f449fae2/build-script-build` Compiling itertools v0.10.5 Compiling clap_builder v4.5.31 Running `/usr/bin/rustc --crate-name itertools --edition=2018 /usr/share/cargo/registry/itertools-0.10.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C codegen-units=1 -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="use_alloc"' --cfg 'feature="use_std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "use_alloc", "use_std"))' -C metadata=bdc5065ed83e96a8 -C extra-filename=-c2379c3684861718 --out-dir /home/pterjan/rpmbuild/BUILD/rust-xml5ever0.18-0.18.1-build/xml5ever-0.18.1/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-xml5ever0.18-0.18.1-build/xml5ever-0.18.1/target/rpm/deps --extern either=/home/pterjan/rpmbuild/BUILD/rust-xml5ever0.18-0.18.1-build/xml5ever-0.18.1/target/rpm/deps/libeither-232e7fff33d4f9e7.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Running `/usr/bin/rustc --crate-name clap_builder --edition=2021 /usr/share/cargo/registry/clap_builder-4.5.31/src/lib.rs --error-format=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=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--allow=clippy::multiple_bound_locations' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' '--allow=clippy::blocks_in_conditions' '--allow=clippy::assigning_clones' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("cargo", "color", "debug", "default", "deprecated", "env", "error-context", "help", "std", "string", "suggestions", "unicode", "unstable-doc", "unstable-ext", "unstable-styles", "unstable-v5", "usage", "wrap_help"))' -C metadata=e4647db436bd56fb -C extra-filename=-b6fd7de939569880 --out-dir /home/pterjan/rpmbuild/BUILD/rust-xml5ever0.18-0.18.1-build/xml5ever-0.18.1/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-xml5ever0.18-0.18.1-build/xml5ever-0.18.1/target/rpm/deps --extern anstyle=/home/pterjan/rpmbuild/BUILD/rust-xml5ever0.18-0.18.1-build/xml5ever-0.18.1/target/rpm/deps/libanstyle-12129c32f1b5d020.rmeta --extern clap_lex=/home/pterjan/rpmbuild/BUILD/rust-xml5ever0.18-0.18.1-build/xml5ever-0.18.1/target/rpm/deps/libclap_lex-0c51d90c32e67bd8.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Compiling walkdir v2.5.0 Running `/usr/bin/rustc --crate-name walkdir --edition=2018 /usr/share/cargo/registry/walkdir-2.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C codegen-units=1 -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=76320f2ce9fe9923 -C extra-filename=-0df873084aee766c --out-dir /home/pterjan/rpmbuild/BUILD/rust-xml5ever0.18-0.18.1-build/xml5ever-0.18.1/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-xml5ever0.18-0.18.1-build/xml5ever-0.18.1/target/rpm/deps --extern same_file=/home/pterjan/rpmbuild/BUILD/rust-xml5ever0.18-0.18.1-build/xml5ever-0.18.1/target/rpm/deps/libsame_file-58fba3c837cd9f27.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Running `/home/pterjan/rpmbuild/BUILD/rust-xml5ever0.18-0.18.1-build/xml5ever-0.18.1/target/rpm/build/serde_json-b3e61cc900119dd3/build-script-build` Compiling ciborium-ll v0.2.2 Running `/usr/bin/rustc --crate-name ciborium_ll --edition=2021 /usr/share/cargo/registry/ciborium-ll-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C codegen-units=1 -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "std"))' -C metadata=343b64e8f5407636 -C extra-filename=-c73ee5d1fd2bbf7a --out-dir /home/pterjan/rpmbuild/BUILD/rust-xml5ever0.18-0.18.1-build/xml5ever-0.18.1/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-xml5ever0.18-0.18.1-build/xml5ever-0.18.1/target/rpm/deps --extern ciborium_io=/home/pterjan/rpmbuild/BUILD/rust-xml5ever0.18-0.18.1-build/xml5ever-0.18.1/target/rpm/deps/libciborium_io-0002a34b6aa315d0.rmeta --extern half=/home/pterjan/rpmbuild/BUILD/rust-xml5ever0.18-0.18.1-build/xml5ever-0.18.1/target/rpm/deps/libhalf-bcb7498a10547bbd.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Running `/home/pterjan/rpmbuild/BUILD/rust-xml5ever0.18-0.18.1-build/xml5ever-0.18.1/target/rpm/build/num-traits-4c51c8b85fe7aa47/build-script-build` Compiling plotters-svg v0.3.5 Running `/usr/bin/rustc --crate-name plotters_svg --edition=2018 /usr/share/cargo/registry/plotters-svg-0.3.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C codegen-units=1 -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bitmap_encoder", "debug", "image"))' -C metadata=48d69042f8da3a68 -C extra-filename=-09d13947f9cc6777 --out-dir /home/pterjan/rpmbuild/BUILD/rust-xml5ever0.18-0.18.1-build/xml5ever-0.18.1/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-xml5ever0.18-0.18.1-build/xml5ever-0.18.1/target/rpm/deps --extern plotters_backend=/home/pterjan/rpmbuild/BUILD/rust-xml5ever0.18-0.18.1-build/xml5ever-0.18.1/target/rpm/deps/libplotters_backend-b235d223785a307b.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Compiling is-terminal v0.4.15 Running `/usr/bin/rustc --crate-name is_terminal --edition=2018 /usr/share/cargo/registry/is-terminal-0.4.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C codegen-units=1 -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=aab949bcb9cf64e1 -C extra-filename=-e511c2ad6d59039a --out-dir /home/pterjan/rpmbuild/BUILD/rust-xml5ever0.18-0.18.1-build/xml5ever-0.18.1/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-xml5ever0.18-0.18.1-build/xml5ever-0.18.1/target/rpm/deps --extern libc=/home/pterjan/rpmbuild/BUILD/rust-xml5ever0.18-0.18.1-build/xml5ever-0.18.1/target/rpm/deps/liblibc-8db1b84232c234ea.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Compiling oorandom v11.1.3 Running `/usr/bin/rustc --crate-name oorandom --edition=2018 /usr/share/cargo/registry/oorandom-11.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C codegen-units=1 -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4c5d1434407a132f -C extra-filename=-7e15199082863652 --out-dir /home/pterjan/rpmbuild/BUILD/rust-xml5ever0.18-0.18.1-build/xml5ever-0.18.1/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-xml5ever0.18-0.18.1-build/xml5ever-0.18.1/target/rpm/deps --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Compiling anes v0.1.6 Running `/usr/bin/rustc --crate-name anes --edition=2018 /usr/share/cargo/registry/anes-0.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C codegen-units=1 -C debuginfo=2 --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bitflags", "default", "parser"))' -C metadata=33115c5236e51184 -C extra-filename=-00e894d28e927911 --out-dir /home/pterjan/rpmbuild/BUILD/rust-xml5ever0.18-0.18.1-build/xml5ever-0.18.1/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-xml5ever0.18-0.18.1-build/xml5ever-0.18.1/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 num_traits --edition=2021 /usr/share/cargo/registry/num-traits-0.2.19/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C codegen-units=1 -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "i128", "libm", "std"))' -C metadata=db4bae6df618476c -C extra-filename=-f77d21cb30a90620 --out-dir /home/pterjan/rpmbuild/BUILD/rust-xml5ever0.18-0.18.1-build/xml5ever-0.18.1/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-xml5ever0.18-0.18.1-build/xml5ever-0.18.1/target/rpm/deps --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn --cfg has_total_cmp --check-cfg 'cfg(has_total_cmp)'` Running `/home/pterjan/rpmbuild/BUILD/rust-xml5ever0.18-0.18.1-build/xml5ever-0.18.1/target/rpm/build/serde-ebeaf11ce06454e9/build-script-build` Running `/home/pterjan/rpmbuild/BUILD/rust-xml5ever0.18-0.18.1-build/xml5ever-0.18.1/target/rpm/build/crossbeam-utils-bb4c0ef19fd2d07d/build-script-build` Running `/usr/bin/rustc --crate-name crossbeam_utils --edition=2021 /usr/share/cargo/registry/crossbeam-utils-0.8.21/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C codegen-units=1 -C debuginfo=2 --warn=unexpected_cfgs '--allow=clippy::lint_groups_priority' '--allow=clippy::declare_interior_mutable_const' --check-cfg 'cfg(crossbeam_loom)' --check-cfg 'cfg(crossbeam_sanitize)' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "nightly", "std"))' -C metadata=aa019855b0956694 -C extra-filename=-9160ac718e7923b9 --out-dir /home/pterjan/rpmbuild/BUILD/rust-xml5ever0.18-0.18.1-build/xml5ever-0.18.1/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-xml5ever0.18-0.18.1-build/xml5ever-0.18.1/target/rpm/deps --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn --check-cfg 'cfg(crossbeam_no_atomic,crossbeam_sanitize_thread)'` Compiling crossbeam-epoch v0.9.17 Running `/usr/bin/rustc --crate-name crossbeam_epoch --edition=2021 /usr/share/cargo/registry/crossbeam-epoch-0.9.17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C codegen-units=1 -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "nightly", "std"))' -C metadata=0181f31a6be7fdf3 -C extra-filename=-36e928159c52afef --out-dir /home/pterjan/rpmbuild/BUILD/rust-xml5ever0.18-0.18.1-build/xml5ever-0.18.1/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-xml5ever0.18-0.18.1-build/xml5ever-0.18.1/target/rpm/deps --extern cfg_if=/home/pterjan/rpmbuild/BUILD/rust-xml5ever0.18-0.18.1-build/xml5ever-0.18.1/target/rpm/deps/libcfg_if-ec6a769025b5f44f.rmeta --extern crossbeam_utils=/home/pterjan/rpmbuild/BUILD/rust-xml5ever0.18-0.18.1-build/xml5ever-0.18.1/target/rpm/deps/libcrossbeam_utils-9160ac718e7923b9.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Compiling plotters v0.3.5 Running `/usr/bin/rustc --crate-name plotters --edition=2018 /usr/share/cargo/registry/plotters-0.3.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C codegen-units=1 -C debuginfo=2 --cfg 'feature="area_series"' --cfg 'feature="line_series"' --cfg 'feature="plotters-svg"' --cfg 'feature="svg_backend"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("ab_glyph", "all_elements", "all_series", "area_series", "bitmap_backend", "bitmap_encoder", "bitmap_gif", "boxplot", "candlestick", "chrono", "colormaps", "datetime", "default", "deprecated_items", "errorbar", "evcxr", "evcxr_bitmap", "font-kit", "fontconfig-dlopen", "full_palette", "histogram", "image", "lazy_static", "line_series", "once_cell", "pathfinder_geometry", "plotters-bitmap", "plotters-svg", "point_series", "surface_series", "svg_backend", "ttf", "ttf-parser"))' -C metadata=f04bf7d7a94afeb8 -C extra-filename=-75eed55c5d8f8ce4 --out-dir /home/pterjan/rpmbuild/BUILD/rust-xml5ever0.18-0.18.1-build/xml5ever-0.18.1/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-xml5ever0.18-0.18.1-build/xml5ever-0.18.1/target/rpm/deps --extern num_traits=/home/pterjan/rpmbuild/BUILD/rust-xml5ever0.18-0.18.1-build/xml5ever-0.18.1/target/rpm/deps/libnum_traits-f77d21cb30a90620.rmeta --extern plotters_backend=/home/pterjan/rpmbuild/BUILD/rust-xml5ever0.18-0.18.1-build/xml5ever-0.18.1/target/rpm/deps/libplotters_backend-b235d223785a307b.rmeta --extern plotters_svg=/home/pterjan/rpmbuild/BUILD/rust-xml5ever0.18-0.18.1-build/xml5ever-0.18.1/target/rpm/deps/libplotters_svg-09d13947f9cc6777.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Compiling crossbeam-deque v0.8.4 Running `/usr/bin/rustc --crate-name crossbeam_deque --edition=2018 /usr/share/cargo/registry/crossbeam-deque-0.8.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C codegen-units=1 -C debuginfo=2 --cfg 'feature="crossbeam-epoch"' --cfg 'feature="crossbeam-utils"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("crossbeam-epoch", "crossbeam-utils", "default", "std"))' -C metadata=9d4eed382ea7b6c3 -C extra-filename=-dc4cde278061c4ea --out-dir /home/pterjan/rpmbuild/BUILD/rust-xml5ever0.18-0.18.1-build/xml5ever-0.18.1/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-xml5ever0.18-0.18.1-build/xml5ever-0.18.1/target/rpm/deps --extern cfg_if=/home/pterjan/rpmbuild/BUILD/rust-xml5ever0.18-0.18.1-build/xml5ever-0.18.1/target/rpm/deps/libcfg_if-ec6a769025b5f44f.rmeta --extern crossbeam_epoch=/home/pterjan/rpmbuild/BUILD/rust-xml5ever0.18-0.18.1-build/xml5ever-0.18.1/target/rpm/deps/libcrossbeam_epoch-36e928159c52afef.rmeta --extern crossbeam_utils=/home/pterjan/rpmbuild/BUILD/rust-xml5ever0.18-0.18.1-build/xml5ever-0.18.1/target/rpm/deps/libcrossbeam_utils-9160ac718e7923b9.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Compiling regex-automata v0.4.9 Running `/usr/bin/rustc --crate-name regex_automata --edition=2021 /usr/share/cargo/registry/regex-automata-0.4.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C codegen-units=1 -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="meta"' --cfg 'feature="nfa-pikevm"' --cfg 'feature="nfa-thompson"' --cfg 'feature="std"' --cfg 'feature="syntax"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "dfa", "dfa-build", "dfa-onepass", "dfa-search", "hybrid", "internal-instrument", "internal-instrument-pikevm", "logging", "meta", "nfa", "nfa-backtrack", "nfa-pikevm", "nfa-thompson", "perf", "perf-inline", "perf-literal", "perf-literal-multisubstring", "perf-literal-substring", "std", "syntax", "unicode", "unicode-age", "unicode-bool", "unicode-case", "unicode-gencat", "unicode-perl", "unicode-script", "unicode-segment", "unicode-word-boundary"))' -C metadata=de7d9622d712a4a7 -C extra-filename=-32bcf536051f4a7a --out-dir /home/pterjan/rpmbuild/BUILD/rust-xml5ever0.18-0.18.1-build/xml5ever-0.18.1/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-xml5ever0.18-0.18.1-build/xml5ever-0.18.1/target/rpm/deps --extern regex_syntax=/home/pterjan/rpmbuild/BUILD/rust-xml5ever0.18-0.18.1-build/xml5ever-0.18.1/target/rpm/deps/libregex_syntax-978e021e7c517ad4.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Running `/usr/bin/rustc --crate-name rayon_core --edition=2021 /usr/share/cargo/registry/rayon-core-1.12.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C codegen-units=1 -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6447b86377625eac -C extra-filename=-11dbbc6da44495cd --out-dir /home/pterjan/rpmbuild/BUILD/rust-xml5ever0.18-0.18.1-build/xml5ever-0.18.1/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-xml5ever0.18-0.18.1-build/xml5ever-0.18.1/target/rpm/deps --extern crossbeam_deque=/home/pterjan/rpmbuild/BUILD/rust-xml5ever0.18-0.18.1-build/xml5ever-0.18.1/target/rpm/deps/libcrossbeam_deque-dc4cde278061c4ea.rmeta --extern crossbeam_utils=/home/pterjan/rpmbuild/BUILD/rust-xml5ever0.18-0.18.1-build/xml5ever-0.18.1/target/rpm/deps/libcrossbeam_utils-9160ac718e7923b9.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Compiling criterion-plot v0.5.0 Running `/usr/bin/rustc --crate-name criterion_plot --edition=2018 /usr/share/cargo/registry/criterion-plot-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C codegen-units=1 -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f23c0323ba3d2bdc -C extra-filename=-336e432d4252a392 --out-dir /home/pterjan/rpmbuild/BUILD/rust-xml5ever0.18-0.18.1-build/xml5ever-0.18.1/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-xml5ever0.18-0.18.1-build/xml5ever-0.18.1/target/rpm/deps --extern cast=/home/pterjan/rpmbuild/BUILD/rust-xml5ever0.18-0.18.1-build/xml5ever-0.18.1/target/rpm/deps/libcast-4d4929fad3d77dde.rmeta --extern itertools=/home/pterjan/rpmbuild/BUILD/rust-xml5ever0.18-0.18.1-build/xml5ever-0.18.1/target/rpm/deps/libitertools-c2379c3684861718.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Compiling rayon v1.10.0 Running `/usr/bin/rustc --crate-name rayon --edition=2021 /usr/share/cargo/registry/rayon-1.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C codegen-units=1 -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=891614924d3ba68a -C extra-filename=-61fc4e4da33a3b4c --out-dir /home/pterjan/rpmbuild/BUILD/rust-xml5ever0.18-0.18.1-build/xml5ever-0.18.1/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-xml5ever0.18-0.18.1-build/xml5ever-0.18.1/target/rpm/deps --extern either=/home/pterjan/rpmbuild/BUILD/rust-xml5ever0.18-0.18.1-build/xml5ever-0.18.1/target/rpm/deps/libeither-232e7fff33d4f9e7.rmeta --extern rayon_core=/home/pterjan/rpmbuild/BUILD/rust-xml5ever0.18-0.18.1-build/xml5ever-0.18.1/target/rpm/deps/librayon_core-11dbbc6da44495cd.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Compiling clap v4.5.31 Running `/usr/bin/rustc --crate-name clap --edition=2021 /usr/share/cargo/registry/clap-4.5.31/src/lib.rs --error-format=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=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--allow=clippy::multiple_bound_locations' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' '--allow=clippy::blocks_in_conditions' '--allow=clippy::assigning_clones' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("cargo", "color", "debug", "default", "deprecated", "derive", "env", "error-context", "help", "std", "string", "suggestions", "unicode", "unstable-derive-ui-tests", "unstable-doc", "unstable-ext", "unstable-markdown", "unstable-styles", "unstable-v5", "usage", "wrap_help"))' -C metadata=daf037552a3cf09f -C extra-filename=-9886db2b29c83fd1 --out-dir /home/pterjan/rpmbuild/BUILD/rust-xml5ever0.18-0.18.1-build/xml5ever-0.18.1/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-xml5ever0.18-0.18.1-build/xml5ever-0.18.1/target/rpm/deps --extern clap_builder=/home/pterjan/rpmbuild/BUILD/rust-xml5ever0.18-0.18.1-build/xml5ever-0.18.1/target/rpm/deps/libclap_builder-b6fd7de939569880.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Compiling regex v1.11.1 Running `/usr/bin/rustc --crate-name regex --edition=2021 /usr/share/cargo/registry/regex-1.11.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C codegen-units=1 -C debuginfo=2 --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "logging", "pattern", "perf", "perf-backtrack", "perf-cache", "perf-dfa", "perf-dfa-full", "perf-inline", "perf-literal", "perf-onepass", "std", "unicode", "unicode-age", "unicode-bool", "unicode-case", "unicode-gencat", "unicode-perl", "unicode-script", "unicode-segment", "unstable", "use_std"))' -C metadata=0b129088745439af -C extra-filename=-896906f3de479f27 --out-dir /home/pterjan/rpmbuild/BUILD/rust-xml5ever0.18-0.18.1-build/xml5ever-0.18.1/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-xml5ever0.18-0.18.1-build/xml5ever-0.18.1/target/rpm/deps --extern regex_automata=/home/pterjan/rpmbuild/BUILD/rust-xml5ever0.18-0.18.1-build/xml5ever-0.18.1/target/rpm/deps/libregex_automata-32bcf536051f4a7a.rmeta --extern regex_syntax=/home/pterjan/rpmbuild/BUILD/rust-xml5ever0.18-0.18.1-build/xml5ever-0.18.1/target/rpm/deps/libregex_syntax-978e021e7c517ad4.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Compiling serde_derive v1.0.217 Running `/usr/bin/rustc --crate-name serde_derive --edition=2015 /usr/share/cargo/registry/serde_derive-1.0.217/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "deserialize_in_place"))' -C metadata=33ee02e75a4fd618 -C extra-filename=-f3301ae4139e9a24 --out-dir /home/pterjan/rpmbuild/BUILD/rust-xml5ever0.18-0.18.1-build/xml5ever-0.18.1/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-xml5ever0.18-0.18.1-build/xml5ever-0.18.1/target/rpm/deps --extern proc_macro2=/home/pterjan/rpmbuild/BUILD/rust-xml5ever0.18-0.18.1-build/xml5ever-0.18.1/target/rpm/deps/libproc_macro2-da4772ea36af6bba.rlib --extern quote=/home/pterjan/rpmbuild/BUILD/rust-xml5ever0.18-0.18.1-build/xml5ever-0.18.1/target/rpm/deps/libquote-5c50f5c1b9d163c9.rlib --extern syn=/home/pterjan/rpmbuild/BUILD/rust-xml5ever0.18-0.18.1-build/xml5ever-0.18.1/target/rpm/deps/libsyn-19c4c99062ca6786.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 serde --edition=2018 /usr/share/cargo/registry/serde-1.0.217/src/lib.rs --error-format=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="derive"' --cfg 'feature="serde_derive"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "derive", "rc", "serde_derive", "std", "unstable"))' -C metadata=e7789934c282798a -C extra-filename=-3664f42d9bc094a8 --out-dir /home/pterjan/rpmbuild/BUILD/rust-xml5ever0.18-0.18.1-build/xml5ever-0.18.1/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-xml5ever0.18-0.18.1-build/xml5ever-0.18.1/target/rpm/deps --extern serde_derive=/home/pterjan/rpmbuild/BUILD/rust-xml5ever0.18-0.18.1-build/xml5ever-0.18.1/target/rpm/deps/libserde_derive-f3301ae4139e9a24.so --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn --check-cfg 'cfg(no_core_cstr)' --check-cfg 'cfg(no_core_error)' --check-cfg 'cfg(no_core_net)' --check-cfg 'cfg(no_core_num_saturating)' --check-cfg 'cfg(no_core_try_from)' --check-cfg 'cfg(no_diagnostic_namespace)' --check-cfg 'cfg(no_float_copysign)' --check-cfg 'cfg(no_num_nonzero_signed)' --check-cfg 'cfg(no_relaxed_trait_bounds)' --check-cfg 'cfg(no_serde_derive)' --check-cfg 'cfg(no_std_atomic)' --check-cfg 'cfg(no_std_atomic64)' --check-cfg 'cfg(no_systemtime_checked_add)' --check-cfg 'cfg(no_target_has_atomic)'` Compiling string_cache v0.8.7 Compiling ciborium v0.2.2 Running `/usr/bin/rustc --crate-name string_cache --edition=2018 /usr/share/cargo/registry/string_cache-0.8.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="default"' --cfg 'feature="serde"' --cfg 'feature="serde_support"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "serde_support"))' -C metadata=0aabc39a7d052132 -C extra-filename=-c48533abc2a1516b --out-dir /home/pterjan/rpmbuild/BUILD/rust-xml5ever0.18-0.18.1-build/xml5ever-0.18.1/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-xml5ever0.18-0.18.1-build/xml5ever-0.18.1/target/rpm/deps --extern debug_unreachable=/home/pterjan/rpmbuild/BUILD/rust-xml5ever0.18-0.18.1-build/xml5ever-0.18.1/target/rpm/deps/libdebug_unreachable-d7ffa127332d0e5f.rmeta --extern once_cell=/home/pterjan/rpmbuild/BUILD/rust-xml5ever0.18-0.18.1-build/xml5ever-0.18.1/target/rpm/deps/libonce_cell-82aa2c1b352c449e.rmeta --extern parking_lot=/home/pterjan/rpmbuild/BUILD/rust-xml5ever0.18-0.18.1-build/xml5ever-0.18.1/target/rpm/deps/libparking_lot-7948d90ed61f961d.rmeta --extern phf_shared=/home/pterjan/rpmbuild/BUILD/rust-xml5ever0.18-0.18.1-build/xml5ever-0.18.1/target/rpm/deps/libphf_shared-910336cb868774c0.rmeta --extern precomputed_hash=/home/pterjan/rpmbuild/BUILD/rust-xml5ever0.18-0.18.1-build/xml5ever-0.18.1/target/rpm/deps/libprecomputed_hash-7ecf112765aa2951.rmeta --extern serde=/home/pterjan/rpmbuild/BUILD/rust-xml5ever0.18-0.18.1-build/xml5ever-0.18.1/target/rpm/deps/libserde-3664f42d9bc094a8.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Running `/usr/bin/rustc --crate-name serde_json --edition=2021 /usr/share/cargo/registry/serde_json-1.0.139/src/lib.rs --error-format=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,test)' --check-cfg 'cfg(feature, values("alloc", "arbitrary_precision", "default", "float_roundtrip", "indexmap", "preserve_order", "raw_value", "std", "unbounded_depth"))' -C metadata=356629fb17e66af9 -C extra-filename=-b5fcc4abb5015747 --out-dir /home/pterjan/rpmbuild/BUILD/rust-xml5ever0.18-0.18.1-build/xml5ever-0.18.1/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-xml5ever0.18-0.18.1-build/xml5ever-0.18.1/target/rpm/deps --extern itoa=/home/pterjan/rpmbuild/BUILD/rust-xml5ever0.18-0.18.1-build/xml5ever-0.18.1/target/rpm/deps/libitoa-97b4d61f51835f4e.rmeta --extern memchr=/home/pterjan/rpmbuild/BUILD/rust-xml5ever0.18-0.18.1-build/xml5ever-0.18.1/target/rpm/deps/libmemchr-3b1147e61686bb87.rmeta --extern ryu=/home/pterjan/rpmbuild/BUILD/rust-xml5ever0.18-0.18.1-build/xml5ever-0.18.1/target/rpm/deps/libryu-9c577a59cbc8fcfd.rmeta --extern serde=/home/pterjan/rpmbuild/BUILD/rust-xml5ever0.18-0.18.1-build/xml5ever-0.18.1/target/rpm/deps/libserde-3664f42d9bc094a8.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn --cfg 'fast_arithmetic="64"' --check-cfg 'cfg(fast_arithmetic, values("32", "64"))'` Running `/usr/bin/rustc --crate-name ciborium --edition=2021 /usr/share/cargo/registry/ciborium-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C codegen-units=1 -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=795952189c72582b -C extra-filename=-0832d4408b11bbfc --out-dir /home/pterjan/rpmbuild/BUILD/rust-xml5ever0.18-0.18.1-build/xml5ever-0.18.1/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-xml5ever0.18-0.18.1-build/xml5ever-0.18.1/target/rpm/deps --extern ciborium_io=/home/pterjan/rpmbuild/BUILD/rust-xml5ever0.18-0.18.1-build/xml5ever-0.18.1/target/rpm/deps/libciborium_io-0002a34b6aa315d0.rmeta --extern ciborium_ll=/home/pterjan/rpmbuild/BUILD/rust-xml5ever0.18-0.18.1-build/xml5ever-0.18.1/target/rpm/deps/libciborium_ll-c73ee5d1fd2bbf7a.rmeta --extern serde=/home/pterjan/rpmbuild/BUILD/rust-xml5ever0.18-0.18.1-build/xml5ever-0.18.1/target/rpm/deps/libserde-3664f42d9bc094a8.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Compiling markup5ever v0.12.1 Running `/usr/bin/rustc --crate-name markup5ever --edition=2021 /usr/share/cargo/registry/markup5ever-0.12.1/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C codegen-units=1 -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=49bd0517236d2f53 -C extra-filename=-7f4f86159a69595e --out-dir /home/pterjan/rpmbuild/BUILD/rust-xml5ever0.18-0.18.1-build/xml5ever-0.18.1/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-xml5ever0.18-0.18.1-build/xml5ever-0.18.1/target/rpm/deps --extern log=/home/pterjan/rpmbuild/BUILD/rust-xml5ever0.18-0.18.1-build/xml5ever-0.18.1/target/rpm/deps/liblog-d36e7413773bcebc.rmeta --extern phf=/home/pterjan/rpmbuild/BUILD/rust-xml5ever0.18-0.18.1-build/xml5ever-0.18.1/target/rpm/deps/libphf-14c83ca9983e3d1b.rmeta --extern string_cache=/home/pterjan/rpmbuild/BUILD/rust-xml5ever0.18-0.18.1-build/xml5ever-0.18.1/target/rpm/deps/libstring_cache-c48533abc2a1516b.rmeta --extern tendril=/home/pterjan/rpmbuild/BUILD/rust-xml5ever0.18-0.18.1-build/xml5ever-0.18.1/target/rpm/deps/libtendril-0bcd14f2892d36f3.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Compiling xml5ever v0.18.1 (/home/pterjan/rpmbuild/BUILD/rust-xml5ever0.18-0.18.1-build/xml5ever-0.18.1) Running `/usr/bin/rustc --crate-name xml5ever --edition=2021 src/lib.rs --error-format=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("trace_tokenizer"))' -C metadata=0bd6b185afe0bf56 -C extra-filename=-2a5b2a1325857e95 --out-dir /home/pterjan/rpmbuild/BUILD/rust-xml5ever0.18-0.18.1-build/xml5ever-0.18.1/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-xml5ever0.18-0.18.1-build/xml5ever-0.18.1/target/rpm/deps --extern log=/home/pterjan/rpmbuild/BUILD/rust-xml5ever0.18-0.18.1-build/xml5ever-0.18.1/target/rpm/deps/liblog-d36e7413773bcebc.rmeta --extern mac=/home/pterjan/rpmbuild/BUILD/rust-xml5ever0.18-0.18.1-build/xml5ever-0.18.1/target/rpm/deps/libmac-6c24027473268e4d.rmeta --extern markup5ever=/home/pterjan/rpmbuild/BUILD/rust-xml5ever0.18-0.18.1-build/xml5ever-0.18.1/target/rpm/deps/libmarkup5ever-7f4f86159a69595e.rmeta -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` warning: unexpected `cfg` condition name: `for_c` --> src/tokenizer/mod.rs:171:33 | 171 | if opts.profile && cfg!(for_c) { | ^^^^^ | = help: expected names are: `docsrs`, `feature`, and `test` and 31 more = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(for_c)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(for_c)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default warning: unexpected `cfg` condition name: `for_c` --> src/tokenizer/mod.rs:1107:11 | 1107 | #[cfg(for_c)] | ^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(for_c)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(for_c)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `for_c` --> src/tokenizer/mod.rs:1112:15 | 1112 | #[cfg(not(for_c))] | ^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(for_c)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(for_c)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `for_c` --> src/tree_builder/mod.rs:238:15 | 238 | #[cfg(not(for_c))] | ^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(for_c)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(for_c)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `for_c` --> src/tree_builder/mod.rs:249:11 | 249 | #[cfg(for_c)] | ^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(for_c)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(for_c)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `for_c` --> src/tree_builder/mod.rs:252:15 | 252 | #[cfg(not(for_c))] | ^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(for_c)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(for_c)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration Compiling tinytemplate v1.2.1 Running `/usr/bin/rustc --crate-name tinytemplate --edition=2015 /usr/share/cargo/registry/tinytemplate-1.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C codegen-units=1 -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=db9d288e181a1a69 -C extra-filename=-9d85cd9c7c8de44d --out-dir /home/pterjan/rpmbuild/BUILD/rust-xml5ever0.18-0.18.1-build/xml5ever-0.18.1/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-xml5ever0.18-0.18.1-build/xml5ever-0.18.1/target/rpm/deps --extern serde=/home/pterjan/rpmbuild/BUILD/rust-xml5ever0.18-0.18.1-build/xml5ever-0.18.1/target/rpm/deps/libserde-3664f42d9bc094a8.rmeta --extern serde_json=/home/pterjan/rpmbuild/BUILD/rust-xml5ever0.18-0.18.1-build/xml5ever-0.18.1/target/rpm/deps/libserde_json-b5fcc4abb5015747.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Compiling criterion v0.5.0 Running `/usr/bin/rustc --crate-name criterion --edition=2018 /usr/share/cargo/registry/criterion-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C codegen-units=1 -C debuginfo=2 --cfg 'feature="cargo_bench_support"' --cfg 'feature="default"' --cfg 'feature="plotters"' --cfg 'feature="rayon"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("async", "async-std", "async_futures", "async_std", "async_tokio", "cargo_bench_support", "csv", "csv_output", "default", "futures", "html_reports", "plotters", "rayon", "real_blackbox", "stable", "tokio"))' -C metadata=e00e5b3a37500036 -C extra-filename=-6929c5e6db2aeb88 --out-dir /home/pterjan/rpmbuild/BUILD/rust-xml5ever0.18-0.18.1-build/xml5ever-0.18.1/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-xml5ever0.18-0.18.1-build/xml5ever-0.18.1/target/rpm/deps --extern anes=/home/pterjan/rpmbuild/BUILD/rust-xml5ever0.18-0.18.1-build/xml5ever-0.18.1/target/rpm/deps/libanes-00e894d28e927911.rmeta --extern cast=/home/pterjan/rpmbuild/BUILD/rust-xml5ever0.18-0.18.1-build/xml5ever-0.18.1/target/rpm/deps/libcast-4d4929fad3d77dde.rmeta --extern ciborium=/home/pterjan/rpmbuild/BUILD/rust-xml5ever0.18-0.18.1-build/xml5ever-0.18.1/target/rpm/deps/libciborium-0832d4408b11bbfc.rmeta --extern clap=/home/pterjan/rpmbuild/BUILD/rust-xml5ever0.18-0.18.1-build/xml5ever-0.18.1/target/rpm/deps/libclap-9886db2b29c83fd1.rmeta --extern criterion_plot=/home/pterjan/rpmbuild/BUILD/rust-xml5ever0.18-0.18.1-build/xml5ever-0.18.1/target/rpm/deps/libcriterion_plot-336e432d4252a392.rmeta --extern is_terminal=/home/pterjan/rpmbuild/BUILD/rust-xml5ever0.18-0.18.1-build/xml5ever-0.18.1/target/rpm/deps/libis_terminal-e511c2ad6d59039a.rmeta --extern itertools=/home/pterjan/rpmbuild/BUILD/rust-xml5ever0.18-0.18.1-build/xml5ever-0.18.1/target/rpm/deps/libitertools-c2379c3684861718.rmeta --extern num_traits=/home/pterjan/rpmbuild/BUILD/rust-xml5ever0.18-0.18.1-build/xml5ever-0.18.1/target/rpm/deps/libnum_traits-f77d21cb30a90620.rmeta --extern once_cell=/home/pterjan/rpmbuild/BUILD/rust-xml5ever0.18-0.18.1-build/xml5ever-0.18.1/target/rpm/deps/libonce_cell-82aa2c1b352c449e.rmeta --extern oorandom=/home/pterjan/rpmbuild/BUILD/rust-xml5ever0.18-0.18.1-build/xml5ever-0.18.1/target/rpm/deps/liboorandom-7e15199082863652.rmeta --extern plotters=/home/pterjan/rpmbuild/BUILD/rust-xml5ever0.18-0.18.1-build/xml5ever-0.18.1/target/rpm/deps/libplotters-75eed55c5d8f8ce4.rmeta --extern rayon=/home/pterjan/rpmbuild/BUILD/rust-xml5ever0.18-0.18.1-build/xml5ever-0.18.1/target/rpm/deps/librayon-61fc4e4da33a3b4c.rmeta --extern regex=/home/pterjan/rpmbuild/BUILD/rust-xml5ever0.18-0.18.1-build/xml5ever-0.18.1/target/rpm/deps/libregex-896906f3de479f27.rmeta --extern serde=/home/pterjan/rpmbuild/BUILD/rust-xml5ever0.18-0.18.1-build/xml5ever-0.18.1/target/rpm/deps/libserde-3664f42d9bc094a8.rmeta --extern serde_derive=/home/pterjan/rpmbuild/BUILD/rust-xml5ever0.18-0.18.1-build/xml5ever-0.18.1/target/rpm/deps/libserde_derive-f3301ae4139e9a24.so --extern serde_json=/home/pterjan/rpmbuild/BUILD/rust-xml5ever0.18-0.18.1-build/xml5ever-0.18.1/target/rpm/deps/libserde_json-b5fcc4abb5015747.rmeta --extern tinytemplate=/home/pterjan/rpmbuild/BUILD/rust-xml5ever0.18-0.18.1-build/xml5ever-0.18.1/target/rpm/deps/libtinytemplate-9d85cd9c7c8de44d.rmeta --extern walkdir=/home/pterjan/rpmbuild/BUILD/rust-xml5ever0.18-0.18.1-build/xml5ever-0.18.1/target/rpm/deps/libwalkdir-0df873084aee766c.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` warning: `xml5ever` (lib) generated 6 warnings Running `/usr/bin/rustc --crate-name xml_tokenizer --edition=2021 examples/xml_tokenizer.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("trace_tokenizer"))' -C metadata=7209859d6c0e8ac2 -C extra-filename=-63ecb9796d0071ce --out-dir /home/pterjan/rpmbuild/BUILD/rust-xml5ever0.18-0.18.1-build/xml5ever-0.18.1/target/rpm/examples -L dependency=/home/pterjan/rpmbuild/BUILD/rust-xml5ever0.18-0.18.1-build/xml5ever-0.18.1/target/rpm/deps --extern criterion=/home/pterjan/rpmbuild/BUILD/rust-xml5ever0.18-0.18.1-build/xml5ever-0.18.1/target/rpm/deps/libcriterion-6929c5e6db2aeb88.rlib --extern log=/home/pterjan/rpmbuild/BUILD/rust-xml5ever0.18-0.18.1-build/xml5ever-0.18.1/target/rpm/deps/liblog-d36e7413773bcebc.rlib --extern mac=/home/pterjan/rpmbuild/BUILD/rust-xml5ever0.18-0.18.1-build/xml5ever-0.18.1/target/rpm/deps/libmac-6c24027473268e4d.rlib --extern markup5ever=/home/pterjan/rpmbuild/BUILD/rust-xml5ever0.18-0.18.1-build/xml5ever-0.18.1/target/rpm/deps/libmarkup5ever-7f4f86159a69595e.rlib --extern xml5ever=/home/pterjan/rpmbuild/BUILD/rust-xml5ever0.18-0.18.1-build/xml5ever-0.18.1/target/rpm/deps/libxml5ever-2a5b2a1325857e95.rlib -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Running `/usr/bin/rustc --crate-name xml5ever --edition=2021 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("trace_tokenizer"))' -C metadata=3d696185ff4936a3 -C extra-filename=-e6f8b68ace8f112e --out-dir /home/pterjan/rpmbuild/BUILD/rust-xml5ever0.18-0.18.1-build/xml5ever-0.18.1/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-xml5ever0.18-0.18.1-build/xml5ever-0.18.1/target/rpm/deps --extern criterion=/home/pterjan/rpmbuild/BUILD/rust-xml5ever0.18-0.18.1-build/xml5ever-0.18.1/target/rpm/deps/libcriterion-6929c5e6db2aeb88.rlib --extern log=/home/pterjan/rpmbuild/BUILD/rust-xml5ever0.18-0.18.1-build/xml5ever-0.18.1/target/rpm/deps/liblog-d36e7413773bcebc.rlib --extern mac=/home/pterjan/rpmbuild/BUILD/rust-xml5ever0.18-0.18.1-build/xml5ever-0.18.1/target/rpm/deps/libmac-6c24027473268e4d.rlib --extern markup5ever=/home/pterjan/rpmbuild/BUILD/rust-xml5ever0.18-0.18.1-build/xml5ever-0.18.1/target/rpm/deps/libmarkup5ever-7f4f86159a69595e.rlib -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Running `/usr/bin/rustc --crate-name simple_xml_tokenizer --edition=2021 examples/simple_xml_tokenizer.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("trace_tokenizer"))' -C metadata=68e242f7f69ffb88 -C extra-filename=-7162027e877b1039 --out-dir /home/pterjan/rpmbuild/BUILD/rust-xml5ever0.18-0.18.1-build/xml5ever-0.18.1/target/rpm/examples -L dependency=/home/pterjan/rpmbuild/BUILD/rust-xml5ever0.18-0.18.1-build/xml5ever-0.18.1/target/rpm/deps --extern criterion=/home/pterjan/rpmbuild/BUILD/rust-xml5ever0.18-0.18.1-build/xml5ever-0.18.1/target/rpm/deps/libcriterion-6929c5e6db2aeb88.rlib --extern log=/home/pterjan/rpmbuild/BUILD/rust-xml5ever0.18-0.18.1-build/xml5ever-0.18.1/target/rpm/deps/liblog-d36e7413773bcebc.rlib --extern mac=/home/pterjan/rpmbuild/BUILD/rust-xml5ever0.18-0.18.1-build/xml5ever-0.18.1/target/rpm/deps/libmac-6c24027473268e4d.rlib --extern markup5ever=/home/pterjan/rpmbuild/BUILD/rust-xml5ever0.18-0.18.1-build/xml5ever-0.18.1/target/rpm/deps/libmarkup5ever-7f4f86159a69595e.rlib --extern xml5ever=/home/pterjan/rpmbuild/BUILD/rust-xml5ever0.18-0.18.1-build/xml5ever-0.18.1/target/rpm/deps/libxml5ever-2a5b2a1325857e95.rlib -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` warning: `xml5ever` (lib test) generated 6 warnings (6 duplicates) Finished `rpm` profile [optimized + debuginfo] target(s) in 1m 14s Running `/home/pterjan/rpmbuild/BUILD/rust-xml5ever0.18-0.18.1-build/xml5ever-0.18.1/target/rpm/deps/xml5ever-e6f8b68ace8f112e` running 2 tests test tokenizer::test::simple_namespace ... ok test tokenizer::test::wrong_namespaces ... ok test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s Doc-tests xml5ever Running `/usr/bin/rustdoc --edition=2021 --crate-type lib --color auto --crate-name xml5ever --test src/lib.rs --test-run-directory /home/pterjan/rpmbuild/BUILD/rust-xml5ever0.18-0.18.1-build/xml5ever-0.18.1 -L dependency=/home/pterjan/rpmbuild/BUILD/rust-xml5ever0.18-0.18.1-build/xml5ever-0.18.1/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-xml5ever0.18-0.18.1-build/xml5ever-0.18.1/target/rpm/deps --extern criterion=/home/pterjan/rpmbuild/BUILD/rust-xml5ever0.18-0.18.1-build/xml5ever-0.18.1/target/rpm/deps/libcriterion-6929c5e6db2aeb88.rlib --extern log=/home/pterjan/rpmbuild/BUILD/rust-xml5ever0.18-0.18.1-build/xml5ever-0.18.1/target/rpm/deps/liblog-d36e7413773bcebc.rlib --extern mac=/home/pterjan/rpmbuild/BUILD/rust-xml5ever0.18-0.18.1-build/xml5ever-0.18.1/target/rpm/deps/libmac-6c24027473268e4d.rlib --extern markup5ever=/home/pterjan/rpmbuild/BUILD/rust-xml5ever0.18-0.18.1-build/xml5ever-0.18.1/target/rpm/deps/libmarkup5ever-7f4f86159a69595e.rlib --extern xml5ever=/home/pterjan/rpmbuild/BUILD/rust-xml5ever0.18-0.18.1-build/xml5ever-0.18.1/target/rpm/deps/libxml5ever-2a5b2a1325857e95.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("trace_tokenizer"))' --error-format human` running 1 test test src/driver.rs - driver::parse_document (line 33) ... ignored test result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s + RPM_EC=0 ++ jobs -p + exit 0 Processing files: rust-xml5ever0.18-devel-0.18.1-1.mga10.noarch warning: File listed twice: /usr/share/cargo/registry/xml5ever-0.18.1/LICENSE-APACHE warning: File listed twice: /usr/share/cargo/registry/xml5ever-0.18.1/LICENSE-MIT warning: File listed twice: /usr/share/cargo/registry/xml5ever-0.18.1/README.md Provides: crate(xml5ever) = 0.18.1 rust-xml5ever0.18-devel = 0.18.1-1.mga10 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: cargo crate(log/default) >= 0.4.0 crate(mac/default) >= 0.1.0 crate(markup5ever/default) >= 0.12.0 Processing files: rust-xml5ever0.18+default-devel-0.18.1-1.mga10.noarch Provides: crate(xml5ever/default) = 0.18.1 rust-xml5ever0.18+default-devel = 0.18.1-1.mga10 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: cargo crate(xml5ever) = 0.18.1 Processing files: rust-xml5ever0.18+trace_tokenizer-devel-0.18.1-1.mga10.noarch Provides: crate(xml5ever/trace_tokenizer) = 0.18.1 rust-xml5ever0.18+trace_tokenizer-devel = 0.18.1-1.mga10 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: cargo crate(xml5ever) = 0.18.1 Checking for unpackaged file(s): /usr/lib/rpm/check-files /home/pterjan/rpmbuild/BUILD/rust-xml5ever0.18-0.18.1-build/BUILDROOT Wrote: /home/pterjan/rpmbuild/RPMS/noarch/rust-xml5ever0.18+default-devel-0.18.1-1.mga10.noarch.rpm Wrote: /home/pterjan/rpmbuild/RPMS/noarch/rust-xml5ever0.18+trace_tokenizer-devel-0.18.1-1.mga10.noarch.rpm Wrote: /home/pterjan/rpmbuild/RPMS/noarch/rust-xml5ever0.18-devel-0.18.1-1.mga10.noarch.rpm Executing(rmbuild): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.MIB3s9 + umask 022 + cd /home/pterjan/rpmbuild/BUILD/rust-xml5ever0.18-0.18.1-build + test -d /home/pterjan/rpmbuild/BUILD/rust-xml5ever0.18-0.18.1-build + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w /home/pterjan/rpmbuild/BUILD/rust-xml5ever0.18-0.18.1-build + rm -rf /home/pterjan/rpmbuild/BUILD/rust-xml5ever0.18-0.18.1-build + RPM_EC=0 ++ jobs -p + exit 0 RPM build warnings: File listed twice: /usr/share/cargo/registry/xml5ever-0.18.1/LICENSE-APACHE File listed twice: /usr/share/cargo/registry/xml5ever-0.18.1/LICENSE-MIT File listed twice: /usr/share/cargo/registry/xml5ever-0.18.1/README.md D: [iurt_root_command] Success!