Package: src:newsboat
Version: 2.36-1.1
Severity: serious
Tags: ftbfs forky sid

Dear maintainer:

During a rebuild of all packages in unstable, your package failed to build.

Below you will find how the build ends (probably the most relevant part,
but not necessarily). If required, the full build log is available here:

https://people.debian.org/~sanvila/build-logs/202509/

About the archive rebuild: The build was made on virtual machines from AWS,
using sbuild and a reduced chroot with only build-essential packages.

If you could not reproduce the bug please contact me privately, as I
am willing to provide ssh access to a virtual machine where the bug is
fully reproducible.

If this is really a bug in one of the build-depends, please use
reassign and add an affects on src:newsboat, so that this is still
visible in the BTS web page for this package.

Thanks.

--------------------------------------------------------------------------------
[...]
 debian/rules clean
dh clean
   dh_auto_clean
        make -j2 distclean
make[1]: Entering directory '/<<PKGBUILDDIR>>'
rm -f newsboat newsboat.o src/cache.o src/cliargsparser.o sr 
[too-long-redacted] /urlviewformaction.o src/view.o
rm -f podboat podboat.o src/configactionhandler.o src/download.o src/lineview.o 
src/listformatter.o src/listwidgetbackend.o src/pbcontroller.o src/pbview.o 
src/poddlthread.o src/queueloader.o src/regexmanager.o src/regexowner.o 
src/stflrichtext.o src/textviewwidget.o
rm -f libboat.a src/charencoding.o src/colormanager.o src/configcontainer.o 
src/configdata.o src/confighandlerexception.o src/configparser.o 
src/curldatareceiver.o src/exception.o src/fmtstrformatter.o src/fslock.o 
src/history.o src/keycombination.o src/keymap.o src/matcher.o 
src/matcherexception.o src/ruststring.o src/scopemeasure.o src/stflpp.o 
src/strprintf.o src/utils.o
rm -f libfilter.a filter/Scanner.o filter/Parser.o filter/FilterParser.o
rm -f -r doc/xhtml
rm -f po/ca.mo po/de.mo po/es.mo po/fr.mo po/hu.mo po/it.mo po/ja.mo po/nb.mo 
po/nl.mo po/pl.mo po/pt_BR.mo po/ru.mo po/sk.mo po/sv.mo po/tr.mo po/uk.mo 
po/zh.mo po/zh_TW.mo po/*~
rm -f doc/*.xml doc/*.1 doc/*-linked.asciidoc doc/newsboat-cfgcmds.asciidoc \
        doc/podboat-cfgcmds.asciidoc doc/newsboat-keycmds.asciidoc \
        doc/example-config doc/generate doc/generate2 \
        doc/gen-example-config
rm -f librsspp.a rss/atomparser.o rss/exception.o rss/medianamespace.o 
rss/parser.o rss/rss09xparser.o rss/rss10parser.o rss/rss20parser.o 
rss/rssparser.o rss/rssparserfactory.o rss/xmlutilities.o
cargo clean
rm -f test/test test/*.o test/test_helpers/*.o 3rd-party/catch.o
find . -name '*.gc*' -type f -print0 | xargs -0 rm -f --
rm -f app*.info
     Removed 0 files
rm -f stfl/dialogs.h stfl/dllist.h stfl/empty.h stfl/feedlist.h 
stfl/filebrowser.h stfl/help.h stfl/itemlist.h stfl/itemview.h stfl/selecttag.h 
stfl/urlview.h xlicense.h
rm -f -r .deps
rm -f core *.core core.* config.mk
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
   dh_clean
 debian/rules binary
dh binary
   dh_update_autotools_config
   dh_autoreconf
   dh_auto_configure
   debian/rules override_dh_auto_build
make[1]: Entering directory '/<<PKGBUILDDIR>>'
rm -f Cargo.lock
rm -f 3rd-party/catch*
ln -sf /usr/include/catch2/catch_all.hpp 3rd-party/catch.hpp
ln -sf /usr/include/nlohmann/json.hpp 3rd-party/
dh_auto_build -- CARGO_HOME=debian/cargo_home prefix=/usr all
        make -j2 "INSTALL=install --strip-program=true" 
CARGO_HOME=debian/cargo_home prefix=/usr all
make[2]: Entering directory '/<<PKGBUILDDIR>>'
/usr/bin/pkg-config
Checking for package sqlite3... found
Checking for package libcurl... found
Checking for package libxml-2.0... found
Checking for package stfl... found
Checking for command asciidoctor... found
Checking for command cargo... found
Checking for package json... not found
Checking for package json-c... found
Checking for package ncursesw... found
g++ -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -o 
doc/generate doc/generate.cpp
g++ -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -o 
doc/generate2 doc/generate2.cpp
mkdir -p doc/xhtml
sed 's/||/\t/g' doc/configcommands.dsv | awk -f 
doc/createConfigurationCommandsListView.awk > doc/configcommands-linked.asciidoc
sed 's/||/\t/g' doc/keycmds.dsv | awk -f 
doc/createAvailableOperationsListView.awk > 
doc/availableoperations-linked.asciidoc
sed 's/||/\t/g' doc/podboat-cmds.dsv | awk -f 
doc/createPodboatConfigurationCommandsListView.awk > 
doc/podboat-cmds-linked.asciidoc
sed 's/||/\t/g' doc/cmdline-commands.dsv | awk -f 
doc/createAvailableCommandlineCommandsListView.awk > 
doc/cmdline-commands-linked.asciidoc
asciidoctor  --backend=html5 -a webfonts! --destination-dir=doc/xhtml 
doc/faq.asciidoc
g++ -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -o 
doc/gen-example-config doc/gen-example-config.cpp
./txt2h LICENSE > xlicense.h
cargo build --package libnewsboat-ffi --verbose --release
warning: `/<<PKGBUILDDIR>>/debian/cargo_home/config` is deprecated in favor of 
`config.toml`
note: if you need to support cargo 1.38 or earlier, you can symlink `config` to 
`config.toml`
     Locking 96 packages to latest compatible versions
      Adding unicode-width v0.1.14 (available: v0.2.0)
   Compiling shlex v1.3.0
     Running `rustc --crate-name shlex --edition=2015 
/usr/share/cargo/registry/shlex-1.3.0/src/lib.rs --error-format=json 
--json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib 
--emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --cfg 
'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' 
--check-cfg 'cfg(feature, values("default", "std"))' -C 
metadata=f47f2dfe195566be -C extra-filename=-8f27baea360fa701 --out-dir 
/<<PKGBUILDDIR>>/target/release/deps -C strip=debuginfo -L 
dependency=/<<PKGBUILDDIR>>/target/release/deps --cap-lints allow`
   Compiling cc v1.2.19
     Running `rustc --crate-name cc --edition=2018 
/usr/share/cargo/registry/cc-1.2.19/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("jobserver", 
"parallel"))' -C metadata=bbd35ba345c0192c -C extra-filename=-e6fdc26af4fb8cef 
--out-dir /<<PKGBUILDDIR>>/target/release/deps -C strip=debuginfo -L 
dependency=/<<PKGBUILDDIR>>/target/release/deps --extern 
shlex=/<<PKGBUILDDIR>>/target/release/deps/libshlex-8f27baea360fa701.rmeta 
--cap-lints allow`
   Compiling libc v0.2.175
     Running `rustc --crate-name build_script_build --editio 
[too-long-redacted] release/deps --cap-lints allow`
   Compiling memchr v2.7.5
     Running `rustc --crate-name memchr --edition=2021 
/usr/share/cargo/registry/memchr-2.7.5/src/lib.rs --error-format=json 
--json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib 
--emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 
'feature="alloc"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' 
--check-cfg 'cfg(feature, values("alloc", "core", "default", "libc", "logging", 
"rustc-dep-of-std", "std", "use_std"))' -C metadata=2e5429a59d43d0d0 -C 
extra-filename=-ce39de98c37914c2 --out-dir /<<PKGBUILDDIR>>/target/release/deps 
-C strip=debuginfo -L dependency=/<<PKGBUILDDIR>>/target/release/deps 
--cap-lints allow`
     Running 
`/<<PKGBUILDDIR>>/target/release/build/libc-7e9fe5a91418522d/build-script-build`
   Compiling rustix v0.38.37
     Running `rustc --crate-name build_script_build --editio 
[too-long-redacted] release/deps --cap-lints allow`
   Compiling proc-macro2 v1.0.92
     Running `rustc --crate-name build_script_build --edition=2021 
/usr/share/cargo/registry/proc-macro2-1.0.92/build.rs --error-format=json 
--json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin 
--emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 
'feature="default"' --cfg 'feature="proc-macro"' --cfg 
'feature="span-locations"' --check-cfg 'cfg(docsrs,test)' --check-cfg 
'cfg(feature, values("default", "nightly", "proc-macro", "span-locations"))' -C 
metadata=b7771a29749c8d5a -C extra-filename=-e1bdd88c16304b89 --out-dir 
/<<PKGBUILDDIR>>/target/release/build/proc-macro2-e1bdd88c16304b89 -C 
strip=debuginfo -L dependency=/<<PKGBUILDDIR>>/target/release/deps --cap-lints 
allow`
     Running 
`/<<PKGBUILDDIR>>/target/release/build/rustix-80ebcae065567a16/build-script-build`
     Running `rustc --crate-name libc --edition=2021 /usr/sh 
[too-long-redacted] mips32r6","mips64r6","csky"))'`
     Running 
`/<<PKGBUILDDIR>>/target/release/build/proc-macro2-e1bdd88c16304b89/build-script-build`
   Compiling cfg-if v1.0.0
     Running `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 embed-bitcode=no -C debug-assertions=off 
--check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("core"))' -C 
metadata=ad4b3597f158fad9 -C extra-filename=-48b7270828cfe9b2 --out-dir 
/<<PKGBUILDDIR>>/target/release/deps -C strip=debuginfo -L 
dependency=/<<PKGBUILDDIR>>/target/release/deps --cap-lints allow`
   Compiling bitflags v2.9.1
     Running `rustc --crate-name bitflags --edition=2021 
/usr/share/cargo/registry/bitflags-2.9.1/src/lib.rs --error-format=json 
--json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib 
--emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --cfg 
'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, 
values("arbitrary", "bytemuck", "compiler_builtins", "core", 
"example_generated", "rustc-dep-of-std", "serde", "std"))' -C 
metadata=d20f222770e6599f -C extra-filename=-7054ce8db5711bf7 --out-dir 
/<<PKGBUILDDIR>>/target/release/deps -C strip=debuginfo -L 
dependency=/<<PKGBUILDDIR>>/target/release/deps --cap-lints allow`
   Compiling linux-raw-sys v0.4.14
     Running `rustc --crate-name linux_raw_sys --edition=202 
[too-long-redacted] release/deps --cap-lints allow`
   Compiling unicode-ident v1.0.13
     Running `rustc --crate-name unicode_ident --edition=2018 
/usr/share/cargo/registry/unicode-ident-1.0.13/src/lib.rs --error-format=json 
--json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib 
--emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off 
--check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C 
metadata=1ab741d820175951 -C extra-filename=-219bc07efa376a2f --out-dir 
/<<PKGBUILDDIR>>/target/release/deps -C strip=debuginfo -L 
dependency=/<<PKGBUILDDIR>>/target/release/deps --cap-lints allow`
     Running `rustc --crate-name proc_macro2 --edition=2021  
[too-long-redacted] eck-cfg 'cfg(wrap_proc_macro)'`
     Running `rustc --crate-name rustix --edition=2021 /usr/ 
[too-long-redacted]  linux_like --cfg linux_kernel`
   Compiling getrandom v0.2.15
     Running `rustc --crate-name getrandom --edition=2018 
/usr/share/cargo/registry/getrandom-0.2.15/src/lib.rs --error-format=json 
--json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib 
--emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off 
--check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, 
values("compiler_builtins", "core", "custom", "js", "js-sys", 
"linux_disable_fallback", "rdrand", "rustc-dep-of-std", "std", 
"test-in-browser", "wasm-bindgen"))' -C metadata=0892e6400bacd5d3 -C 
extra-filename=-4de9912a20ce1f2f --out-dir /<<PKGBUILDDIR>>/target/release/deps 
-C strip=debuginfo -L dependency=/<<PKGBUILDDIR>>/target/release/deps --extern 
cfg_if=/<<PKGBUILDDIR>>/target/release/deps/libcfg_if-48b7270828cfe9b2.rmeta 
--extern 
libc=/<<PKGBUILDDIR>>/target/release/deps/liblibc-4fc7d5f991bea82c.rmeta 
--cap-lints allow`
   Compiling unicode-joining-type v1.0.0
     Running `rustc --crate-name build_script_build --edition=2018 
/usr/share/cargo/registry/unicode-joining-type-1.0.0/build.rs 
--error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat 
--crate-type bin --emit=dep-info,link -C embed-bitcode=no -C 
debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, 
values())' -C metadata=b696cd149a7d16d1 -C extra-filename=-bb967b15f145dcc2 
--out-dir 
/<<PKGBUILDDIR>>/target/release/build/unicode-joining-type-bb967b15f145dcc2 -C 
strip=debuginfo -L dependency=/<<PKGBUILDDIR>>/target/release/deps --cap-lints 
allow`
   Compiling once_cell v1.20.2
     Running `rustc --crate-name once_cell --edition=2021 
/usr/share/cargo/registry/once_cell-1.20.2/src/lib.rs --error-format=json 
--json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib 
--emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --cfg 
'feature="alloc"' --cfg 'feature="race"' --cfg 'feature="std"' --check-cfg 
'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "atomic-polyfill", 
"critical-section", "default", "parking_lot", "portable-atomic", "race", "std", 
"unstable"))' -C metadata=d79004da6d352d57 -C extra-filename=-375de21d863fd30d 
--out-dir /<<PKGBUILDDIR>>/target/release/deps -C strip=debuginfo -L 
dependency=/<<PKGBUILDDIR>>/target/release/deps --cap-lints allow`
     Running `rustc --crate-name build_script_build --editio 
[too-long-redacted] release/deps --cap-lints allow`
   Compiling fastrand v2.1.1
     Running `rustc --crate-name fastrand --edition=2018 
/usr/share/cargo/registry/fastrand-2.1.1/src/lib.rs --error-format=json 
--json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib 
--emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --cfg 
'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 
'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", 
"std"))' -C metadata=8f211043b543a25c -C extra-filename=-ead65b9b9d3de1b3 
--out-dir /<<PKGBUILDDIR>>/target/release/deps -C strip=debuginfo -L 
dependency=/<<PKGBUILDDIR>>/target/release/deps --cap-lints allow`
   Compiling tempfile v3.21.0
     Running `rustc --crate-name tempfile --edition=2021 /us 
[too-long-redacted] 851c0c.rmeta --cap-lints allow`
     Running 
`/<<PKGBUILDDIR>>/target/release/build/libc-bcd6556d5bdbfc03/build-script-build`
     Running 
`/<<PKGBUILDDIR>>/target/release/build/unicode-joining-type-bb967b15f145dcc2/build-script-build`
   Compiling quote v1.0.40
     Running `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=0214d1cd1f788b7d -C extra-filename=-faa09639be3167cc --out-dir 
/<<PKGBUILDDIR>>/target/release/deps -C strip=debuginfo -L 
dependency=/<<PKGBUILDDIR>>/target/release/deps --extern 
proc_macro2=/<<PKGBUILDDIR>>/target/release/deps/libproc_macro2-329301d7ec61a38c.rmeta
 --cap-lints allow`
   Compiling aho-corasick v1.1.3
     Running `rustc --crate-name aho_corasick --edition=2021 
/usr/share/cargo/registry/aho-corasick-1.1.3/src/lib.rs --error-format=json 
--json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib 
--emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 
'feature="perf-literal"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' 
--check-cfg 'cfg(feature, values("default", "logging", "perf-literal", "std"))' 
-C metadata=62aa1b04050681f4 -C extra-filename=-2e8238bfc33b5d4b --out-dir 
/<<PKGBUILDDIR>>/target/release/deps -C strip=debuginfo -L 
dependency=/<<PKGBUILDDIR>>/target/release/deps --extern 
memchr=/<<PKGBUILDDIR>>/target/release/deps/libmemchr-ce39de98c37914c2.rmeta 
--cap-lints allow`
   Compiling regex-syntax v0.8.5
     Running `rustc --crate-name regex_syntax --edition=2021 
[too-long-redacted] release/deps --cap-lints allow`
   Compiling tinyvec_macros v0.1.0
     Running `rustc --crate-name tinyvec_macros --edition=2018 
/usr/share/cargo/registry/tinyvec_macros-0.1.0/src/lib.rs --error-format=json 
--json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib 
--emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --check-cfg 
'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C 
metadata=7e8adaeaf21a5567 -C extra-filename=-9f7557ebae84d88b --out-dir 
/<<PKGBUILDDIR>>/target/release/deps -C strip=debuginfo -L 
dependency=/<<PKGBUILDDIR>>/target/release/deps --cap-lints allow`
   Compiling tinyvec v1.6.0
     Running `rustc --crate-name tinyvec --edition=2018 /usr 
[too-long-redacted] 84d88b.rmeta --cap-lints allow`
   Compiling regex-automata v0.4.9
     Running `rustc --crate-name regex_automata --edition=20 
[too-long-redacted] bc1050.rmeta --cap-lints allow`
     Running `rustc --crate-name unicode_joining_type --edition=2018 
/usr/share/cargo/registry/unicode-joining-type-1.0.0/src/lib.rs 
--error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat 
--crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C 
embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, 
values())' -C metadata=1120d0b89e9181aa -C extra-filename=-283af666bc62c54e 
--out-dir /<<PKGBUILDDIR>>/target/release/deps -C strip=debuginfo -L 
dependency=/<<PKGBUILDDIR>>/target/release/deps --cap-lints allow`
   Compiling syn v2.0.98
     Running `rustc --crate-name syn --edition=2021 /usr/sha 
[too-long-redacted] 376a2f.rmeta --cap-lints allow`
   Compiling gettext-sys v0.21.3
     Running `rustc --crate-name build_script_build --edition=2015 
/usr/share/cargo/registry/gettext-sys-0.21.3/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="gettext-system"' --check-cfg 'cfg(docsrs,test)' --check-cfg 
'cfg(feature, values("gettext-system"))' -C metadata=5d356357973bbaea -C 
extra-filename=-d96b82379434db0e --out-dir 
/<<PKGBUILDDIR>>/target/release/build/gettext-sys-d96b82379434db0e -C 
strip=debuginfo -L dependency=/<<PKGBUILDDIR>>/target/release/deps --extern 
cc=/<<PKGBUILDDIR>>/target/release/deps/libcc-e6fdc26af4fb8cef.rlib --extern 
tempfile=/<<PKGBUILDDIR>>/target/release/deps/libtempfile-3d4d0b93696aed04.rlib 
--cap-lints allow`
     Running `rustc --crate-name libc --edition=2021 /usr/sh 
[too-long-redacted] mips32r6","mips64r6","csky"))'`
   Compiling link-cplusplus v1.0.10
     Running `rustc --crate-name build_script_build --edition=2018 
/usr/share/cargo/registry/link-cplusplus-1.0.10/build.rs --error-format=json 
--json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin 
--emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 
'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, 
values("default", "libstdc++", "libstdcxx", "nothing"))' -C 
metadata=6275356f71fb17d8 -C extra-filename=-b6f18212ccd2d705 --out-dir 
/<<PKGBUILDDIR>>/target/release/build/link-cplusplus-b6f18212ccd2d705 -C 
strip=debuginfo -L dependency=/<<PKGBUILDDIR>>/target/release/deps --extern 
cc=/<<PKGBUILDDIR>>/target/release/deps/libcc-e6fdc26af4fb8cef.rlib --cap-lints 
allow`
   Compiling pkg-config v0.3.32
     Running `rustc --crate-name pkg_config --edition=2018 
/usr/share/cargo/registry/pkg-config-0.3.32/src/lib.rs --error-format=json 
--json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib 
--emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off 
--check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C 
metadata=c7aa35a1ceb2f07d -C extra-filename=-4d6b065e8edb5503 --out-dir 
/<<PKGBUILDDIR>>/target/release/deps -C strip=debuginfo -L 
dependency=/<<PKGBUILDDIR>>/target/release/deps --cap-lints allow`
   Compiling autocfg v1.1.0
     Running `rustc --crate-name autocfg --edition=2015 
/usr/share/cargo/registry/autocfg-1.1.0/src/lib.rs --error-format=json 
--json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib 
--emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off 
--check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C 
metadata=0b7a996777e057a1 -C extra-filename=-8827ed9279b14667 --out-dir 
/<<PKGBUILDDIR>>/target/release/deps -C strip=debuginfo -L 
dependency=/<<PKGBUILDDIR>>/target/release/deps --cap-lints allow`
   Compiling scratch v1.0.7
     Running `rustc --crate-name build_script_build --edition=2015 
/usr/share/cargo/registry/scratch-1.0.7/build.rs --error-format=json 
--json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin 
--emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --check-cfg 
'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C 
metadata=8bbce6f0f7200bfc -C extra-filename=-4393881a0a18c309 --out-dir 
/<<PKGBUILDDIR>>/target/release/build/scratch-4393881a0a18c309 -C 
strip=debuginfo -L dependency=/<<PKGBUILDDIR>>/target/release/deps --cap-lints 
allow`
     Running 
`/<<PKGBUILDDIR>>/target/release/build/scratch-4393881a0a18c309/build-script-build`
   Compiling num-traits v0.2.19
     Running `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 --check-cfg 
'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "i128", "libm", 
"std"))' -C metadata=3f2008e5fb3c4fb2 -C extra-filename=-5271dea38679d064 
--out-dir /<<PKGBUILDDIR>>/target/release/build/num-traits-5271dea38679d064 -C 
strip=debuginfo -L dependency=/<<PKGBUILDDIR>>/target/release/deps --extern 
autocfg=/<<PKGBUILDDIR>>/target/release/deps/libautocfg-8827ed9279b14667.rlib 
--cap-lints allow`
   Compiling curl-sys v0.4.67+curl-8.3.0
     Running `rustc --crate-name build_script_build --edition=2018 
/usr/share/cargo/registry/curl-sys-0.4.67/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("default", "http2", 
"libnghttp2-sys", "ntlm", "openssl-sys", "poll_7_68_0", "protocol-ftp", 
"spnego", "ssl", "static-curl", "static-ssl", "upkeep_7_62_0"))' -C 
metadata=551248ad81dbb63a -C extra-filename=-cbefbcf326d3d27e --out-dir 
/<<PKGBUILDDIR>>/target/release/build/curl-sys-cbefbcf326d3d27e -C 
strip=debuginfo -L dependency=/<<PKGBUILDDIR>>/target/release/deps --extern 
pkg_config=/<<PKGBUILDDIR>>/target/release/deps/libpkg_config-4d6b065e8edb5503.rlib
 --cap-lints allow`
     Running 
`/<<PKGBUILDDIR>>/target/release/build/link-cplusplus-b6f18212ccd2d705/build-script-build`
     Running 
`/<<PKGBUILDDIR>>/target/release/build/gettext-sys-d96b82379434db0e/build-script-build`
   Compiling regex v1.11.2
     Running `rustc --crate-name regex --edition=2021 /usr/s 
[too-long-redacted] bc1050.rmeta --cap-lints allow`
   Compiling idna_mapping v1.0.0
     Running `rustc --crate-name idna_mapping --edition=2021 
/usr/share/cargo/registry/idna_mapping-1.0.0/src/lib.rs --error-format=json 
--json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib 
--emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --check-cfg 
'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C 
metadata=228dcbb56d271b18 -C extra-filename=-72dd2368d3989470 --out-dir 
/<<PKGBUILDDIR>>/target/release/deps -C strip=debuginfo -L 
dependency=/<<PKGBUILDDIR>>/target/release/deps --extern 
unicode_joining_type=/<<PKGBUILDDIR>>/target/release/deps/libunicode_joining_type-283af666bc62c54e.rmeta
 --cap-lints allow`
   Compiling unicode-normalization v0.1.24
     Running `rustc --crate-name unicode_normalization --edition=2018 
/usr/share/cargo/registry/unicode-normalization-0.1.24/src/lib.rs 
--error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat 
--crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C 
embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, 
values("default", "std"))' -C metadata=c618268c06906193 -C 
extra-filename=-15eef076ec975e38 --out-dir /<<PKGBUILDDIR>>/target/release/deps 
-C strip=debuginfo -L dependency=/<<PKGBUILDDIR>>/target/release/deps --extern 
tinyvec=/<<PKGBUILDDIR>>/target/release/deps/libtinyvec-2c46adc47c215307.rmeta 
--cap-lints allow`
   Compiling lazy_static v1.5.0
     Running `rustc --crate-name lazy_static --edition=2015 
/usr/share/cargo/registry/lazy_static-1.5.0/src/lib.rs --error-format=json 
--json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib 
--emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --check-cfg 
'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("spin", "spin_no_std"))' -C 
metadata=4588c239da446e11 -C extra-filename=-757d0eda0dbe0dc7 --out-dir 
/<<PKGBUILDDIR>>/target/release/deps -C strip=debuginfo -L 
dependency=/<<PKGBUILDDIR>>/target/release/deps --cap-lints allow`
   Compiling cxxbridge-flags v1.0.141
     Running `rustc --crate-name cxxbridge_flags --edition=2021 
/usr/share/cargo/registry/cxxbridge-flags-1.0.141/src/lib.rs 
--error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat 
--crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C 
debug-assertions=off --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' 
--check-cfg 'cfg(feature, values("c++14", "c++17", "c++20", "default"))' -C 
metadata=1540d70ad2fd0883 -C extra-filename=-f2494ca348ae83e1 --out-dir 
/<<PKGBUILDDIR>>/target/release/deps -C strip=debuginfo -L 
dependency=/<<PKGBUILDDIR>>/target/release/deps --cap-lints allow`
   Compiling unicode-bidi v0.3.17
     Running `rustc --crate-name unicode_bidi --edition=2018 
/usr/share/cargo/registry/unicode-bidi-0.3.17/src/lib.rs --error-format=json 
--json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib 
--emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 
'feature="hardcoded-data"' --check-cfg 'cfg(docsrs,test)' --check-cfg 
'cfg(feature, values("bench_it", "default", "hardcoded-data", "serde", 
"smallvec", "std", "unstable", "with_serde"))' -C metadata=2aa8cc0cdf7f9779 -C 
extra-filename=-4aed3dd855f7b0c8 --out-dir /<<PKGBUILDDIR>>/target/release/deps 
-C strip=debuginfo -L dependency=/<<PKGBUILDDIR>>/target/release/deps 
--cap-lints allow`
   Compiling unicode-width v0.1.14
     Running `rustc --crate-name unicode_width --edition=2021 
/usr/share/cargo/registry/unicode-width-0.1.14/src/lib.rs --error-format=json 
--json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib 
--emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --cfg 
'feature="cjk"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' 
--check-cfg 'cfg(feature, values("cjk", "default", "no_std"))' -C 
metadata=5efe19dd26931722 -C extra-filename=-3f688acd30293003 --out-dir 
/<<PKGBUILDDIR>>/target/release/deps -C strip=debuginfo -L 
dependency=/<<PKGBUILDDIR>>/target/release/deps --cap-lints allow`
   Compiling termcolor v1.4.1
     Running `rustc --crate-name termcolor --edition=2018 
/usr/share/cargo/registry/termcolor-1.4.1/src/lib.rs --error-format=json 
--json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib 
--emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off 
--check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C 
metadata=69ccacf4d66f5db6 -C extra-filename=-188c509bd53e47e5 --out-dir 
/<<PKGBUILDDIR>>/target/release/deps -C strip=debuginfo -L 
dependency=/<<PKGBUILDDIR>>/target/release/deps --cap-lints allow`
   Compiling rustversion v1.0.14
     Running `rustc --crate-name build_script_build --edition=2018 
/usr/share/cargo/registry/rustversion-1.0.14/build/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=b6df59e2b1de4de1 -C extra-filename=-df637a74cfcbee35 --out-dir 
/<<PKGBUILDDIR>>/target/release/build/rustversion-df637a74cfcbee35 -C 
strip=debuginfo -L dependency=/<<PKGBUILDDIR>>/target/release/deps --cap-lints 
allow`
     Running 
`/<<PKGBUILDDIR>>/target/release/build/rustversion-df637a74cfcbee35/build-script-build`
   Compiling codespan-reporting v0.11.1
     Running `rustc --crate-name codespan_reporting --edition=2018 
/usr/share/cargo/registry/codespan-reporting-0.11.1/src/lib.rs 
--error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat 
--crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C 
debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, 
values("ascii-only", "serde", "serialization"))' -C metadata=068e391b6f680195 
-C extra-filename=-0173ca08388585aa --out-dir 
/<<PKGBUILDDIR>>/target/release/deps -C strip=debuginfo -L 
dependency=/<<PKGBUILDDIR>>/target/release/deps --extern 
termcolor=/<<PKGBUILDDIR>>/target/release/deps/libtermcolor-188c509bd53e47e5.rmeta
 --extern 
unicode_width=/<<PKGBUILDDIR>>/target/release/deps/libunicode_width-3f688acd30293003.rmeta
 --cap-lints allow`
   Compiling idna_adapter v1.1.0
     Running `rustc --crate-name idna_adapter --edition=2021 
[too-long-redacted] 975e38.rmeta --cap-lints allow`
   Compiling cxx v1.0.141
     Running `rustc --crate-name build_script_build --edition=2021 
/usr/share/cargo/registry/cxx-1.0.141/build.rs --error-format=json 
--json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin 
--emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 
'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 
'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "c++14", "c++17", 
"c++20", "default", "std"))' -C metadata=b083ecf026b36101 -C 
extra-filename=-58aff7e4ed2e9ae4 --out-dir 
/<<PKGBUILDDIR>>/target/release/build/cxx-58aff7e4ed2e9ae4 -C strip=debuginfo 
-L dependency=/<<PKGBUILDDIR>>/target/release/deps --extern 
cc=/<<PKGBUILDDIR>>/target/release/deps/libcc-e6fdc26af4fb8cef.rlib --extern 
cxxbridge_flags=/<<PKGBUILDDIR>>/target/release/deps/libcxxbridge_flags-f2494ca348ae83e1.rlib
 --cap-lints allow`
   Compiling locale_config v0.3.0
     Running `rustc --crate-name locale_config --edition=2015 
/usr/share/cargo/registry/locale_config-0.3.0/src/lib.rs --error-format=json 
--json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib 
--emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --check-cfg 
'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C 
metadata=75c906ac7d016b01 -C extra-filename=-48a54796c04f5164 --out-dir 
/<<PKGBUILDDIR>>/target/release/deps -C strip=debuginfo -L 
dependency=/<<PKGBUILDDIR>>/target/release/deps --extern 
lazy_static=/<<PKGBUILDDIR>>/target/release/deps/liblazy_static-757d0eda0dbe0dc7.rmeta
 --extern 
regex=/<<PKGBUILDDIR>>/target/release/deps/libregex-a5f3cd06214329ea.rmeta 
--cap-lints allow`
     Running `rustc --crate-name gettext_sys --edition=2015 
/usr/share/cargo/registry/gettext-sys-0.21.3/lib.rs --error-format=json 
--json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib 
--emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 
'feature="gettext-system"' --check-cfg 'cfg(docsrs,test)' --check-cfg 
'cfg(feature, values("gettext-system"))' -C metadata=10fcacc6a02ec2de -C 
extra-filename=-24118802c72e7ece --out-dir /<<PKGBUILDDIR>>/target/release/deps 
-C strip=debuginfo -L dependency=/<<PKGBUILDDIR>>/target/release/deps 
--cap-lints allow`
     Running 
`/<<PKGBUILDDIR>>/target/release/build/curl-sys-cbefbcf326d3d27e/build-script-build`
     Running 
`/<<PKGBUILDDIR>>/target/release/build/num-traits-5271dea38679d064/build-script-build`
     Running `rustc --crate-name scratch --edition=2015 
/usr/share/cargo/registry/scratch-1.0.7/src/lib.rs --error-format=json 
--json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib 
--emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off 
--check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C 
metadata=143332ee99e9f892 -C extra-filename=-746565b8da07e81c --out-dir 
/<<PKGBUILDDIR>>/target/release/deps -C strip=debuginfo -L 
dependency=/<<PKGBUILDDIR>>/target/release/deps --cap-lints allow`
   Compiling utf8_iter v1.0.4
     Running `rustc --crate-name utf8_iter --edition=2021 
/usr/share/cargo/registry/utf8_iter-1.0.4/src/lib.rs --error-format=json 
--json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib 
--emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --check-cfg 
'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C 
metadata=0b0b587f45245ae7 -C extra-filename=-88aa3f361000b97c --out-dir 
/<<PKGBUILDDIR>>/target/release/deps -C strip=debuginfo -L 
dependency=/<<PKGBUILDDIR>>/target/release/deps --cap-lints allow`
   Compiling adler v1.0.2
     Running `rustc --crate-name adler --edition=2015 
/usr/share/cargo/registry/adler-1.0.2/src/lib.rs --error-format=json 
--json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib 
--emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --check-cfg 
'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("compiler_builtins", 
"core", "default", "rustc-dep-of-std", "std"))' -C metadata=c0d1bba8e1e40bc6 -C 
extra-filename=-cc5b3c733b7eb63f --out-dir /<<PKGBUILDDIR>>/target/release/deps 
-C strip=debuginfo -L dependency=/<<PKGBUILDDIR>>/target/release/deps 
--cap-lints allow`
   Compiling gimli v0.31.1
     Running `rustc --crate-name gimli --edition=2018 
/usr/share/cargo/registry/gimli-0.31.1/src/lib.rs --error-format=json 
--json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib 
--emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 
'feature="read"' --cfg 'feature="read-core"' --check-cfg 'cfg(docsrs,test)' 
--check-cfg 'cfg(feature, values("default", "endian-reader", 
"fallible-iterator", "read", "read-all", "read-core", "std", "write"))' -C 
metadata=6614071dd4f65748 -C extra-filename=-891ab74d1f4f6456 --out-dir 
/<<PKGBUILDDIR>>/target/release/deps -C strip=debuginfo -L 
dependency=/<<PKGBUILDDIR>>/target/release/deps --cap-lints allow`
   Compiling smallvec v1.15.1
     Running `rustc --crate-name smallvec --edition=2018 
/usr/share/cargo/registry/smallvec-1.15.1/src/lib.rs --error-format=json 
--json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib 
--emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 
'feature="const_generics"' --check-cfg 'cfg(docsrs,test)' --check-cfg 
'cfg(feature, values("arbitrary", "const_generics", "const_new", 
"debugger_visualizer", "drain_filter", "drain_keep_rest", "malloc_size_of", 
"may_dangle", "serde", "specialization", "union", "write"))' -C 
metadata=8832bf47ef41709d -C extra-filename=-f5318f2cb62ad762 --out-dir 
/<<PKGBUILDDIR>>/target/release/deps -C strip=debuginfo -L 
dependency=/<<PKGBUILDDIR>>/target/release/deps --cap-lints allow`
   Compiling percent-encoding v2.3.1
     Running `rustc --crate-name percent_encoding --edition=2018 
/usr/share/cargo/registry/percent-encoding-2.3.1/src/lib.rs --error-format=json 
--json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib 
--emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 
'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 
'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", 
"std"))' -C metadata=6e31c90f580de7d4 -C extra-filename=-996f80c12ec265e0 
--out-dir /<<PKGBUILDDIR>>/target/release/deps -C strip=debuginfo -L 
dependency=/<<PKGBUILDDIR>>/target/release/deps --cap-lints allow`
   Compiling form_urlencoded v1.2.1
     Running `rustc --crate-name form_urlencoded --edition=2018 
/usr/share/cargo/registry/form_urlencoded-1.2.1/src/lib.rs --error-format=json 
--json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib 
--emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 
'feature="alloc"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' 
--check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C 
metadata=361b6669b1bacd9f -C extra-filename=-3b8c776d521daa17 --out-dir 
/<<PKGBUILDDIR>>/target/release/deps -C strip=debuginfo -L 
dependency=/<<PKGBUILDDIR>>/target/release/deps --extern 
percent_encoding=/<<PKGBUILDDIR>>/target/release/deps/libpercent_encoding-996f80c12ec265e0.rmeta
 --cap-lints allow`
   Compiling idna v1.0.3
     Running `rustc --crate-name idna --edition=2018 /usr/sh 
[too-long-redacted] 00b97c.rmeta --cap-lints allow`
   Compiling addr2line v0.24.2
     Running `rustc --crate-name addr2line --edition=2018 
/usr/share/cargo/registry/addr2line-0.24.2/src/lib.rs --error-format=json 
--json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib 
--emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --check-cfg 
'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("cargo-all", 
"cpp_demangle", "default", "fallible-iterator", "loader", "rustc-demangle", 
"smallvec", "std"))' -C metadata=66c7f35425b0a26d -C 
extra-filename=-352d6da3ebfc778a --out-dir /<<PKGBUILDDIR>>/target/release/deps 
-C strip=debuginfo -L dependency=/<<PKGBUILDDIR>>/target/release/deps --extern 
gimli=/<<PKGBUILDDIR>>/target/release/deps/libgimli-891ab74d1f4f6456.rmeta 
--cap-lints allow`
   Compiling miniz_oxide v0.7.1
     Running `rustc --crate-name miniz_oxide --edition=2018 
/usr/share/cargo/registry/miniz_oxide-0.7.1/src/lib.rs --error-format=json 
--json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib 
--emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --check-cfg 
'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "simd", 
"simd-adler32", "std", "with-alloc"))' -C metadata=4d967ccbfbef152a -C 
extra-filename=-8de1b4d3c98b7424 --out-dir /<<PKGBUILDDIR>>/target/release/deps 
-C strip=debuginfo -L dependency=/<<PKGBUILDDIR>>/target/release/deps --extern 
adler=/<<PKGBUILDDIR>>/target/release/deps/libadler-cc5b3c733b7eb63f.rmeta 
--cap-lints allow`
   Compiling cxx-build v1.0.141
     Running `rustc --crate-name cxx_build --edition=2021 /u 
[too-long-redacted] 4d1764.rmeta --cap-lints allow`
     Running `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 --check-cfg 
'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "i128", "libm", 
"std"))' -C metadata=4a3723b6244dd800 -C extra-filename=-0f73a5ec8289cabd 
--out-dir /<<PKGBUILDDIR>>/target/release/deps -C strip=debuginfo -L 
dependency=/<<PKGBUILDDIR>>/target/release/deps --cap-lints allow --cfg 
has_total_cmp`
   Compiling gettext-rs v0.7.0
     Running `rustc --crate-name gettextrs --edition=2015 
/usr/share/cargo/registry/gettext-rs-0.7.0/src/lib.rs --error-format=json 
--json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib 
--emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 
'feature="gettext-system"' --check-cfg 'cfg(docsrs,test)' --check-cfg 
'cfg(feature, values("gettext-system"))' -C metadata=8d42ad09cade9ed8 -C 
extra-filename=-4c63a77c4c0dc603 --out-dir /<<PKGBUILDDIR>>/target/release/deps 
-C strip=debuginfo -L dependency=/<<PKGBUILDDIR>>/target/release/deps --extern 
gettext_sys=/<<PKGBUILDDIR>>/target/release/deps/libgettext_sys-24118802c72e7ece.rmeta
 --extern 
locale_config=/<<PKGBUILDDIR>>/target/release/deps/liblocale_config-48a54796c04f5164.rmeta
 --cap-lints allow`
     Running 
`/<<PKGBUILDDIR>>/target/release/build/cxx-58aff7e4ed2e9ae4/build-script-build`
     Running `rustc --crate-name rustversion --edition=2018 
/usr/share/cargo/registry/rustversion-1.0.14/src/lib.rs --error-format=json 
--json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type 
proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C 
debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, 
values())' -C metadata=d764f521e209651f -C extra-filename=-cc40fc9893ea7484 
--out-dir /<<PKGBUILDDIR>>/target/release/deps -C strip=debuginfo -L 
dependency=/<<PKGBUILDDIR>>/target/release/deps --extern proc_macro --cap-lints 
allow`
   Compiling strprintf v0.1.0 (/<<PKGBUILDDIR>>/rust/strprintf)
     Running `rustc --crate-name strprintf --edition=2021 
rust/strprintf/src/lib.rs --error-format=json 
--json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib 
--emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --check-cfg 
'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C 
metadata=f56cb3ef0069ecf8 -C extra-filename=-9d4ae39c0c3856c4 --out-dir 
/<<PKGBUILDDIR>>/target/release/deps -C strip=debuginfo -L 
dependency=/<<PKGBUILDDIR>>/target/release/deps --extern 
libc=/<<PKGBUILDDIR>>/target/release/deps/liblibc-fbac804245b6cf1e.rmeta`
   Compiling object v0.36.5
     Running `rustc --crate-name object --edition=2018 /usr/ 
[too-long-redacted] 7914c2.rmeta --cap-lints allow`
     Running `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 --check-cfg 
'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("core"))' -C 
metadata=4c5386c554678f24 -C extra-filename=-ea836cbc964c3a24 --out-dir 
/<<PKGBUILDDIR>>/target/release/deps -C strip=debuginfo -L 
dependency=/<<PKGBUILDDIR>>/target/release/deps --cap-lints allow`
   Compiling libnewsboat v2.36.0 (/<<PKGBUILDDIR>>/rust/libnewsboat)
     Running `rustc --crate-name build_script_build --edition=2021 
rust/libnewsboat/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=e52a429283066730 -C extra-filename=-0c22b6f26c21a4fc --out-dir 
/<<PKGBUILDDIR>>/target/release/build/libnewsboat-0c22b6f26c21a4fc -C 
strip=debuginfo -L dependency=/<<PKGBUILDDIR>>/target/release/deps`
     Running `rustc --crate-name bitflags --edition=2021 
/usr/share/cargo/registry/bitflags-2.9.1/src/lib.rs --error-format=json 
--json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib 
--emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --check-cfg 
'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "bytemuck", 
"compiler_builtins", "core", "example_generated", "rustc-dep-of-std", "serde", 
"std"))' -C metadata=73fb20da5fe36576 -C extra-filename=-b0f10279bdd80d4f 
--out-dir /<<PKGBUILDDIR>>/target/release/deps -C strip=debuginfo -L 
dependency=/<<PKGBUILDDIR>>/target/release/deps --cap-lints allow`
   Compiling rustc-demangle v0.1.24
     Running `rustc --crate-name rustc_demangle --edition=2015 
/usr/share/cargo/registry/rustc-demangle-0.1.24/src/lib.rs --error-format=json 
--json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib 
--emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --check-cfg 
'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("compiler_builtins", 
"core", "rustc-dep-of-std", "std"))' -C metadata=f90d2d02cef5603d -C 
extra-filename=-b44a7a60c546afb2 --out-dir /<<PKGBUILDDIR>>/target/release/deps 
-C strip=debuginfo -L dependency=/<<PKGBUILDDIR>>/target/release/deps 
--cap-lints allow`
   Compiling minimal-lexical v0.2.1
     Running `rustc --crate-name minimal_lexical --edition=2018 
/usr/share/cargo/registry/minimal-lexical-0.2.1/src/lib.rs --error-format=json 
--json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib 
--emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 
'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, 
values("alloc", "compact", "default", "lint", "nightly", "std"))' -C 
metadata=01866c3fa79d8dd0 -C extra-filename=-30c50cbd1dd437a7 --out-dir 
/<<PKGBUILDDIR>>/target/release/deps -C strip=debuginfo -L 
dependency=/<<PKGBUILDDIR>>/target/release/deps --cap-lints allow`
   Compiling iana-time-zone v0.1.63
     Running `rustc --crate-name iana_time_zone --edition=2021 
/usr/share/cargo/registry/iana-time-zone-0.1.63/src/lib.rs --error-format=json 
--json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib 
--emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 
'feature="fallback"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, 
values("fallback"))' -C metadata=e216ebff28fd95a4 -C 
extra-filename=-7e5099f5032ba3ee --out-dir /<<PKGBUILDDIR>>/target/release/deps 
-C strip=debuginfo -L dependency=/<<PKGBUILDDIR>>/target/release/deps 
--cap-lints allow`
   Compiling chrono v0.4.41
     Running `rustc --crate-name chrono --edition=2021 /usr/ 
[too-long-redacted] 89cabd.rmeta --cap-lints allow`
   Compiling backtrace v0.3.74
     Running `rustc --crate-name backtrace --edition=2021 /u 
[too-long-redacted] 46afb2.rmeta --cap-lints allow`
   Compiling nom v7.1.3
     Running `rustc --crate-name nom --edition=2018 
/usr/share/cargo/registry/nom-7.1.3/src/lib.rs --error-format=json 
--json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib 
--emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 
'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 
'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", 
"docsrs", "std"))' -C metadata=7d9b506932f85d4b -C 
extra-filename=-4ff3e545be7eddb3 --out-dir /<<PKGBUILDDIR>>/target/release/deps 
-C strip=debuginfo -L dependency=/<<PKGBUILDDIR>>/target/release/deps --extern 
memchr=/<<PKGBUILDDIR>>/target/release/deps/libmemchr-ce39de98c37914c2.rmeta 
--extern 
minimal_lexical=/<<PKGBUILDDIR>>/target/release/deps/libminimal_lexical-30c50cbd1dd437a7.rmeta
 --cap-lints allow`
   Compiling regex-rs v0.1.0 (/<<PKGBUILDDIR>>/rust/regex-rs)
     Running `rustc --crate-name regex_rs --edition=2021 
rust/regex-rs/src/lib.rs --error-format=json 
--json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib 
--emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --check-cfg 
'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C 
metadata=17f6eedf38314c10 -C extra-filename=-f1fad4b1f1d8c7ec --out-dir 
/<<PKGBUILDDIR>>/target/release/deps -C strip=debuginfo -L 
dependency=/<<PKGBUILDDIR>>/target/release/deps --extern 
bitflags=/<<PKGBUILDDIR>>/target/release/deps/libbitflags-b0f10279bdd80d4f.rmeta
 --extern 
gettextrs=/<<PKGBUILDDIR>>/target/release/deps/libgettextrs-4c63a77c4c0dc603.rmeta
 --extern 
libc=/<<PKGBUILDDIR>>/target/release/deps/liblibc-fbac804245b6cf1e.rmeta 
--extern 
strprintf=/<<PKGBUILDDIR>>/target/release/deps/libstrprintf-9d4ae39c0c3856c4.rmeta`
     Running 
`/<<PKGBUILDDIR>>/target/release/build/libnewsboat-0c22b6f26c21a4fc/build-script-build`
   Compiling cxxbridge-macro v1.0.141
     Running `rustc --crate-name cxxbridge_macro --edition=2 
[too-long-redacted] n proc_macro --cap-lints allow`
   Compiling libnewsboat-ffi v2.36.0 (/<<PKGBUILDDIR>>/rust/libnewsboat-ffi)
     Running `rustc --crate-name build_script_build --edition=2021 
rust/libnewsboat-ffi/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=1e4d4a16c139d433 -C extra-filename=-95346d05d6001ae3 --out-dir 
/<<PKGBUILDDIR>>/target/release/build/libnewsboat-ffi-95346d05d6001ae3 -C 
strip=debuginfo -L dependency=/<<PKGBUILDDIR>>/target/release/deps --extern 
cxx_build=/<<PKGBUILDDIR>>/target/release/deps/libcxx_build-6d14b63bde4e0dd4.rlib`
   Compiling url v2.5.4
     Running `rustc --crate-name url --edition=2018 /usr/sha 
[too-long-redacted] c265e0.rmeta --cap-lints allow`
     Running `rustc --crate-name curl_sys --edition=2018 
/usr/share/cargo/registry/curl-sys-0.4.67/lib.rs --error-format=json 
--json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib 
--emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --check-cfg 
'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "http2", 
"libnghttp2-sys", "ntlm", "openssl-sys", "poll_7_68_0", "protocol-ftp", 
"spnego", "ssl", "static-curl", "static-ssl", "upkeep_7_62_0"))' -C 
metadata=1df35d0af2de6a65 -C extra-filename=-417ae9fde912618b --out-dir 
/<<PKGBUILDDIR>>/target/release/deps -C strip=debuginfo -L 
dependency=/<<PKGBUILDDIR>>/target/release/deps --extern 
libc=/<<PKGBUILDDIR>>/target/release/deps/liblibc-fbac804245b6cf1e.rmeta 
--cap-lints allow -L native=/usr/lib/x86_64-linux-gnu -l curl`
     Running `rustc --crate-name link_cplusplus --edition=2018 
/usr/share/cargo/registry/link-cplusplus-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 --cfg 
'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, 
values("default", "libstdc++", "libstdcxx", "nothing"))' -C 
metadata=a2c097601885cee7 -C extra-filename=-7960022e1372856c --out-dir 
/<<PKGBUILDDIR>>/target/release/deps -C strip=debuginfo -L 
dependency=/<<PKGBUILDDIR>>/target/release/deps --cap-lints allow -L 
native=/<<PKGBUILDDIR>>/target/release/build/link-cplusplus-b562668d568ddb8e/out
 -l static=link-cplusplus -l stdc++`
   Compiling xdg v2.5.2
     Running `rustc --crate-name xdg --edition=2018 
/usr/share/cargo/registry/xdg-2.5.2/src/lib.rs --error-format=json 
--json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib 
--emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --check-cfg 
'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("serde"))' -C 
metadata=3cff70cdaad75bf5 -C extra-filename=-774e48b2c79234a0 --out-dir 
/<<PKGBUILDDIR>>/target/release/deps -C strip=debuginfo -L 
dependency=/<<PKGBUILDDIR>>/target/release/deps --cap-lints allow`
   Compiling lexopt v0.3.0
     Running `rustc --crate-name lexopt --edition=2018 
/usr/share/cargo/registry/lexopt-0.3.0/src/lib.rs --error-format=json 
--json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib 
--emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --check-cfg 
'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C 
metadata=d8e5c43e2f902747 -C extra-filename=-86e58aa6d98eacb8 --out-dir 
/<<PKGBUILDDIR>>/target/release/deps -C strip=debuginfo -L 
dependency=/<<PKGBUILDDIR>>/target/release/deps --cap-lints allow`
   Compiling foldhash v0.1.5
     Running `rustc --crate-name foldhash --edition=2021 
/usr/share/cargo/registry/foldhash-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 --cfg 
'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, 
values("default", "std"))' -C metadata=b50901a47a2de71f -C 
extra-filename=-ba19616bbbfe3cfe --out-dir /<<PKGBUILDDIR>>/target/release/deps 
-C strip=debuginfo -L dependency=/<<PKGBUILDDIR>>/target/release/deps 
--cap-lints allow`
     Running `rustc --crate-name unicode_width --edition=2021 
/usr/share/cargo/registry/unicode-width-0.1.14/src/lib.rs --error-format=json 
--json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib 
--emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 
'feature="cjk"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' 
--check-cfg 'cfg(feature, values("cjk", "default", "no_std"))' -C 
metadata=6219c0b87cabcb24 -C extra-filename=-18991bf6249b693b --out-dir 
/<<PKGBUILDDIR>>/target/release/deps -C strip=debuginfo -L 
dependency=/<<PKGBUILDDIR>>/target/release/deps --cap-lints allow`
   Compiling natord v1.0.9
     Running `rustc --crate-name natord --edition=2015 
/usr/share/cargo/registry/natord-1.0.9/lib.rs --error-format=json 
--json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib 
--emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --check-cfg 
'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C 
metadata=8497395f8ce259e2 -C extra-filename=-7c731e234895d837 --out-dir 
/<<PKGBUILDDIR>>/target/release/deps -C strip=debuginfo -L 
dependency=/<<PKGBUILDDIR>>/target/release/deps --cap-lints allow`
     Running `rustc --crate-name fastrand --edition=2018 
/usr/share/cargo/registry/fastrand-2.1.1/src/lib.rs --error-format=json 
--json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib 
--emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 
'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 
'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", 
"std"))' -C metadata=3ea539928d334432 -C extra-filename=-51085ecb4b848008 
--out-dir /<<PKGBUILDDIR>>/target/release/deps -C strip=debuginfo -L 
dependency=/<<PKGBUILDDIR>>/target/release/deps --cap-lints allow`
   Compiling md5 v0.7.0
     Running `rustc --crate-name md5 --edition=2015 
/usr/share/cargo/registry/md5-0.7.0/src/lib.rs --error-format=json 
--json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib 
--emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 
'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' 
--check-cfg 'cfg(feature, values("default", "std"))' -C 
metadata=0fea3aa08d84ace6 -C extra-filename=-0d22a6316631fadb --out-dir 
/<<PKGBUILDDIR>>/target/release/deps -C strip=debuginfo -L 
dependency=/<<PKGBUILDDIR>>/target/release/deps --cap-lints allow`
     Running `rustc --crate-name libnewsboat --edition=2021  
[too-long-redacted] tive=/usr/lib/x86_64-linux-gnu`
     Running `rustc --crate-name cxx --edition=2021 /usr/sha 
[too-long-redacted] check-cfg 'cfg(skip_ui_tests)'`
warning: unexpected `cfg` condition value: `nightly`
   --> rust/libnewsboat/src/human_panic.rs:129:7
    |
129 | #[cfg(feature = "nightly")]
    |       ^^^^^^^^^^^^^^^^^^^ help: remove the condition
    |
    = note: no expected values for `feature`
    = help: consider adding `nightly` as a feature in `Cargo.toml`
    = note: see 
<https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for 
more information about checking conditional configuration
    = note: `#[warn(unexpected_cfgs)]` on by default

warning: unexpected `cfg` condition value: `nightly`
   --> rust/libnewsboat/src/human_panic.rs:137:11
    |
137 | #[cfg(not(feature = "nightly"))]
    |           ^^^^^^^^^^^^^^^^^^^ help: remove the condition
    |
    = note: no expected values for `feature`
    = help: consider adding `nightly` as a feature in `Cargo.toml`
    = note: see 
<https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for 
more information about checking conditional configuration

warning: use of deprecated type alias `std::panic::PanicInfo`: use 
`PanicHookInfo` instead
  --> rust/libnewsboat/src/human_panic.rs:72:24
   |
72 | use std::panic::{self, PanicInfo};
   |                        ^^^^^^^^^
   |
   = note: `#[warn(deprecated)]` on by default

warning: use of deprecated type alias `std::panic::PanicInfo`: use 
`PanicHookInfo` instead
  --> rust/libnewsboat/src/human_panic.rs:79:53
   |
79 |         panic::set_hook(Box::new(move |panic_info: &PanicInfo| {
   |                                                     ^^^^^^^^^

warning: use of deprecated type alias `std::panic::PanicInfo`: use 
`PanicHookInfo` instead
  --> rust/libnewsboat/src/human_panic.rs:85:33
   |
85 | fn print_panic_msg(panic_info: &PanicInfo) -> io::Result<()> {
   |                                 ^^^^^^^^^

warning: use of deprecated type alias `std::panic::PanicInfo`: use 
`PanicHookInfo` instead
   --> rust/libnewsboat/src/human_panic.rs:138:34
    |
138 | fn get_crash_cause(_panic_info: &PanicInfo) -> String {
    |                                  ^^^^^^^^^

warning: use of deprecated type alias `std::panic::PanicInfo`: use 
`PanicHookInfo` instead
   --> rust/libnewsboat/src/human_panic.rs:142:35
    |
142 | fn get_error_message(panic_info: &PanicInfo) -> String {
    |                                   ^^^^^^^^^

warning: use of deprecated type alias `std::panic::PanicInfo`: use 
`PanicHookInfo` instead
   --> rust/libnewsboat/src/human_panic.rs:151:30
    |
151 | fn get_location(panic_info: &PanicInfo) -> String {
    |                              ^^^^^^^^^

     Running 
`/<<PKGBUILDDIR>>/target/release/build/libnewsboat-ffi-95346d05d6001ae3/build-script-build`
./txt2h stfl/dialogs.stfl .stfl > stfl/dialogs.h
./txt2h stfl/dllist.stfl .stfl > stfl/dllist.h
./txt2h stfl/empty.stfl .stfl > stfl/empty.h
./txt2h stfl/feedlist.stfl .stfl > stfl/feedlist.h
./txt2h stfl/filebrowser.stfl .stfl > stfl/filebrowser.h
./txt2h stfl/help.stfl .stfl > stfl/help.h
./txt2h stfl/itemlist.stfl .stfl > stfl/itemlist.h
./txt2h stfl/itemview.stfl .stfl > stfl/itemview.h
./txt2h stfl/selecttag.stfl .stfl > stfl/selecttag.h
./txt2h stfl/urlview.stfl .stfl > stfl/urlview.h
mkdir -p .deps/
mkdir -p .deps/filter/
mkdir -p .deps/rss/
mkdir -p .deps/src/
mkdir -p .deps/test/
mkdir -p .deps/test/test_helpers/
msgfmt --check --statistics -o po/ca.mo po/ca.po
264 translated messages, 95 fuzzy translations, 75 untranslated messages.
msgfmt --check --statistics -o po/de.mo po/de.po
warning: `libnewsboat` (lib) generated 8 warnings
     Running `rustc --crate-name newsboat --edition=2021 rus 
[too-long-redacted] tive=/usr/lib/x86_64-linux-gnu`
434 translated messages.
msgfmt --check --statistics -o po/es.mo po/es.po
420 translated messages, 12 fuzzy translations, 2 untranslated messages.
msgfmt --check --statistics -o po/fr.mo po/fr.po
408 translated messages, 19 fuzzy translations, 7 untranslated messages.
msgfmt --check --statistics -o po/hu.mo po/hu.po
257 translated messages, 93 fuzzy translations, 84 untranslated messages.
msgfmt --check --statistics -o po/it.mo po/it.po
434 translated messages.
msgfmt --check --statistics -o po/ja.mo po/ja.po
52 translated messages, 30 fuzzy translations, 352 untranslated messages.
msgfmt --check --statistics -o po/nb.mo po/nb.po
263 translated messages, 93 fuzzy translations, 78 untranslated messages.
msgfmt --check --statistics -o po/nl.mo po/nl.po
434 translated messages.
msgfmt --check --statistics -o po/pl.mo po/pl.po
434 translated messages.
msgfmt --check --statistics -o po/pt_BR.mo po/pt_BR.po
354 translated messages, 76 fuzzy translations, 4 untranslated messages.
msgfmt --check --statistics -o po/ru.mo po/ru.po
434 translated messages.
msgfmt --check --statistics -o po/sk.mo po/sk.po
287 translated messages, 78 fuzzy translations, 69 untranslated messages.
msgfmt --check --statistics -o po/sv.mo po/sv.po
434 translated messages.
msgfmt --check --statistics -o po/tr.mo po/tr.po
434 translated messages.
msgfmt --check --statistics -o po/uk.mo po/uk.po
434 translated messages.
msgfmt --check --statistics -o po/zh.mo po/zh.po
402 translated messages, 32 untranslated messages.
msgfmt --check --statistics -o po/zh_TW.mo po/zh_TW.po
256 translated messages, 94 fuzzy translations, 84 untranslated messages.
doc/generate doc/configcommands.dsv > doc/newsboat-cfgcmds.asciidoc
doc/generate2 doc/keycmds.dsv > doc/newsboat-keycmds.asciidoc
doc/generate doc/podboat-cmds.dsv 'pb-' > doc/podboat-cfgcmds.asciidoc
asciidoctor  --backend=html5 -a webfonts! --destination-dir=doc/xhtml 
doc/newsboat.asciidoc
sed 's/+{backslash}"+/`\\"`/g' doc/configcommands.dsv | doc/gen-example-config 
> doc/example-config
asciidoctor  --require=./doc/man.rb --backend=manpage 
doc/manpage-newsboat.asciidoc
asciidoctor  --require=./doc/man.rb --backend=manpage 
doc/manpage-podboat.asciidoc
    Finished `release` profile [optimized] target(s) in 46.56s
g++ -std=c++14 -O2 -ggdb -Iinclude -Istfl -Ifilter -I. -Irss 
-I/<<PKGBUILDDIR>>/target/cxxbridge/ -Werror -Wall -Wextra -Wunreachable-code 
-DLOCALEDIR='"/usr/share/locale"' -DCATCH_AMALGAMATED_CUSTOM_MAIN 
-I/usr/include/x86_64-linux-gnu -isystem /usr/include/mit-krb5 
-I/usr/include/p11-kit-1  -I/usr/include/libxml2  -I/usr/include/json-c  
-D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600  -g -O2 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
-Wdate-time -D_FORTIFY_SOURCE=2 -MD -MP -MF .deps/src/charencoding.cpp -o 
src/charencoding.o -c src/charencoding.cpp
g++ -std=c++14 -O2 -ggdb -Iinclude -Istfl -Ifilter -I. -Irss 
-I/<<PKGBUILDDIR>>/target/cxxbridge/ -Werror -Wall -Wextra -Wunreachable-code 
-DLOCALEDIR='"/usr/share/locale"' -DCATCH_AMALGAMATED_CUSTOM_MAIN 
-I/usr/include/x86_64-linux-gnu -isystem /usr/include/mit-krb5 
-I/usr/include/p11-kit-1  -I/usr/include/libxml2  -I/usr/include/json-c  
-D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600  -g -O2 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
-Wdate-time -D_FORTIFY_SOURCE=2 -MD -MP -MF .deps/src/colormanager.cpp -o 
src/colormanager.o -c src/colormanager.cpp
g++ -std=c++14 -O2 -ggdb -Iinclude -Istfl -Ifilter -I. -Irss 
-I/<<PKGBUILDDIR>>/target/cxxbridge/ -Werror -Wall -Wextra -Wunreachable-code 
-DLOCALEDIR='"/usr/share/locale"' -DCATCH_AMALGAMATED_CUSTOM_MAIN 
-I/usr/include/x86_64-linux-gnu -isystem /usr/include/mit-krb5 
-I/usr/include/p11-kit-1  -I/usr/include/libxml2  -I/usr/include/json-c  
-D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600  -g -O2 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
-Wdate-time -D_FORTIFY_SOURCE=2 -MD -MP -MF .deps/src/configcontainer.cpp -o 
src/configcontainer.o -c src/configcontainer.cpp
g++ -std=c++14 -O2 -ggdb -Iinclude -Istfl -Ifilter -I. -Irss 
-I/<<PKGBUILDDIR>>/target/cxxbridge/ -Werror -Wall -Wextra -Wunreachable-code 
-DLOCALEDIR='"/usr/share/locale"' -DCATCH_AMALGAMATED_CUSTOM_MAIN 
-I/usr/include/x86_64-linux-gnu -isystem /usr/include/mit-krb5 
-I/usr/include/p11-kit-1  -I/usr/include/libxml2  -I/usr/include/json-c  
-D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600  -g -O2 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
-Wdate-time -D_FORTIFY_SOURCE=2 -MD -MP -MF .deps/src/configdata.cpp -o 
src/configdata.o -c src/configdata.cpp
g++ -std=c++14 -O2 -ggdb -Iinclude -Istfl -Ifilter -I. -Irss 
-I/<<PKGBUILDDIR>>/target/cxxbridge/ -Werror -Wall -Wextra -Wunreachable-code 
-DLOCALEDIR='"/usr/share/locale"' -DCATCH_AMALGAMATED_CUSTOM_MAIN 
-I/usr/include/x86_64-linux-gnu -isystem /usr/include/mit-krb5 
-I/usr/include/p11-kit-1  -I/usr/include/libxml2  -I/usr/include/json-c  
-D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600  -g -O2 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
-Wdate-time -D_FORTIFY_SOURCE=2 -MD -MP -MF 
.deps/src/confighandlerexception.cpp -o src/confighandlerexception.o -c 
src/confighandlerexception.cpp
g++ -std=c++14 -O2 -ggdb -Iinclude -Istfl -Ifilter -I. -Irss 
-I/<<PKGBUILDDIR>>/target/cxxbridge/ -Werror -Wall -Wextra -Wunreachable-code 
-DLOCALEDIR='"/usr/share/locale"' -DCATCH_AMALGAMATED_CUSTOM_MAIN 
-I/usr/include/x86_64-linux-gnu -isystem /usr/include/mit-krb5 
-I/usr/include/p11-kit-1  -I/usr/include/libxml2  -I/usr/include/json-c  
-D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600  -g -O2 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
-Wdate-time -D_FORTIFY_SOURCE=2 -MD -MP -MF .deps/src/configparser.cpp -o 
src/configparser.o -c src/configparser.cpp
g++ -std=c++14 -O2 -ggdb -Iinclude -Istfl -Ifilter -I. -Irss 
-I/<<PKGBUILDDIR>>/target/cxxbridge/ -Werror -Wall -Wextra -Wunreachable-code 
-DLOCALEDIR='"/usr/share/locale"' -DCATCH_AMALGAMATED_CUSTOM_MAIN 
-I/usr/include/x86_64-linux-gnu -isystem /usr/include/mit-krb5 
-I/usr/include/p11-kit-1  -I/usr/include/libxml2  -I/usr/include/json-c  
-D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600  -g -O2 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
-Wdate-time -D_FORTIFY_SOURCE=2 -MD -MP -MF .deps/src/curldatareceiver.cpp -o 
src/curldatareceiver.o -c src/curldatareceiver.cpp
g++ -std=c++14 -O2 -ggdb -Iinclude -Istfl -Ifilter -I. -Irss 
-I/<<PKGBUILDDIR>>/target/cxxbridge/ -Werror -Wall -Wextra -Wunreachable-code 
-DLOCALEDIR='"/usr/share/locale"' -DCATCH_AMALGAMATED_CUSTOM_MAIN 
-I/usr/include/x86_64-linux-gnu -isystem /usr/include/mit-krb5 
-I/usr/include/p11-kit-1  -I/usr/include/libxml2  -I/usr/include/json-c  
-D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600  -g -O2 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
-Wdate-time -D_FORTIFY_SOURCE=2 -MD -MP -MF .deps/src/exception.cpp -o 
src/exception.o -c src/exception.cpp
g++ -std=c++14 -O2 -ggdb -Iinclude -Istfl -Ifilter -I. -Irss 
-I/<<PKGBUILDDIR>>/target/cxxbridge/ -Werror -Wall -Wextra -Wunreachable-code 
-DLOCALEDIR='"/usr/share/locale"' -DCATCH_AMALGAMATED_CUSTOM_MAIN 
-I/usr/include/x86_64-linux-gnu -isystem /usr/include/mit-krb5 
-I/usr/include/p11-kit-1  -I/usr/include/libxml2  -I/usr/include/json-c  
-D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600  -g -O2 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
-Wdate-time -D_FORTIFY_SOURCE=2 -MD -MP -MF .deps/src/fmtstrformatter.cpp -o 
src/fmtstrformatter.o -c src/fmtstrformatter.cpp
g++ -std=c++14 -O2 -ggdb -Iinclude -Istfl -Ifilter -I. -Irss 
-I/<<PKGBUILDDIR>>/target/cxxbridge/ -Werror -Wall -Wextra -Wunreachable-code 
-DLOCALEDIR='"/usr/share/locale"' -DCATCH_AMALGAMATED_CUSTOM_MAIN 
-I/usr/include/x86_64-linux-gnu -isystem /usr/include/mit-krb5 
-I/usr/include/p11-kit-1  -I/usr/include/libxml2  -I/usr/include/json-c  
-D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600  -g -O2 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
-Wdate-time -D_FORTIFY_SOURCE=2 -MD -MP -MF .deps/src/fslock.cpp -o 
src/fslock.o -c src/fslock.cpp
g++ -std=c++14 -O2 -ggdb -Iinclude -Istfl -Ifilter -I. -Irss 
-I/<<PKGBUILDDIR>>/target/cxxbridge/ -Werror -Wall -Wextra -Wunreachable-code 
-DLOCALEDIR='"/usr/share/locale"' -DCATCH_AMALGAMATED_CUSTOM_MAIN 
-I/usr/include/x86_64-linux-gnu -isystem /usr/include/mit-krb5 
-I/usr/include/p11-kit-1  -I/usr/include/libxml2  -I/usr/include/json-c  
-D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600  -g -O2 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
-Wdate-time -D_FORTIFY_SOURCE=2 -MD -MP -MF .deps/src/history.cpp -o 
src/history.o -c src/history.cpp
g++ -std=c++14 -O2 -ggdb -Iinclude -Istfl -Ifilter -I. -Irss 
-I/<<PKGBUILDDIR>>/target/cxxbridge/ -Werror -Wall -Wextra -Wunreachable-code 
-DLOCALEDIR='"/usr/share/locale"' -DCATCH_AMALGAMATED_CUSTOM_MAIN 
-I/usr/include/x86_64-linux-gnu -isystem /usr/include/mit-krb5 
-I/usr/include/p11-kit-1  -I/usr/include/libxml2  -I/usr/include/json-c  
-D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600  -g -O2 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
-Wdate-time -D_FORTIFY_SOURCE=2 -MD -MP -MF .deps/src/keycombination.cpp -o 
src/keycombination.o -c src/keycombination.cpp
g++ -std=c++14 -O2 -ggdb -Iinclude -Istfl -Ifilter -I. -Irss 
-I/<<PKGBUILDDIR>>/target/cxxbridge/ -Werror -Wall -Wextra -Wunreachable-code 
-DLOCALEDIR='"/usr/share/locale"' -DCATCH_AMALGAMATED_CUSTOM_MAIN 
-I/usr/include/x86_64-linux-gnu -isystem /usr/include/mit-krb5 
-I/usr/include/p11-kit-1  -I/usr/include/libxml2  -I/usr/include/json-c  
-D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600  -g -O2 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
-Wdate-time -D_FORTIFY_SOURCE=2 -MD -MP -MF .deps/src/keymap.cpp -o 
src/keymap.o -c src/keymap.cpp
g++ -std=c++14 -O2 -ggdb -Iinclude -Istfl -Ifilter -I. -Irss 
-I/<<PKGBUILDDIR>>/target/cxxbridge/ -Werror -Wall -Wextra -Wunreachable-code 
-DLOCALEDIR='"/usr/share/locale"' -DCATCH_AMALGAMATED_CUSTOM_MAIN 
-I/usr/include/x86_64-linux-gnu -isystem /usr/include/mit-krb5 
-I/usr/include/p11-kit-1  -I/usr/include/libxml2  -I/usr/include/json-c  
-D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600  -g -O2 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
-Wdate-time -D_FORTIFY_SOURCE=2 -MD -MP -MF .deps/src/matcher.cpp -o 
src/matcher.o -c src/matcher.cpp
g++ -std=c++14 -O2 -ggdb -Iinclude -Istfl -Ifilter -I. -Irss 
-I/<<PKGBUILDDIR>>/target/cxxbridge/ -Werror -Wall -Wextra -Wunreachable-code 
-DLOCALEDIR='"/usr/share/locale"' -DCATCH_AMALGAMATED_CUSTOM_MAIN 
-I/usr/include/x86_64-linux-gnu -isystem /usr/include/mit-krb5 
-I/usr/include/p11-kit-1  -I/usr/include/libxml2  -I/usr/include/json-c  
-D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600  -g -O2 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
-Wdate-time -D_FORTIFY_SOURCE=2 -MD -MP -MF .deps/src/matcherexception.cpp -o 
src/matcherexception.o -c src/matcherexception.cpp
g++ -std=c++14 -O2 -ggdb -Iinclude -Istfl -Ifilter -I. -Irss 
-I/<<PKGBUILDDIR>>/target/cxxbridge/ -Werror -Wall -Wextra -Wunreachable-code 
-DLOCALEDIR='"/usr/share/locale"' -DCATCH_AMALGAMATED_CUSTOM_MAIN 
-I/usr/include/x86_64-linux-gnu -isystem /usr/include/mit-krb5 
-I/usr/include/p11-kit-1  -I/usr/include/libxml2  -I/usr/include/json-c  
-D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600  -g -O2 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
-Wdate-time -D_FORTIFY_SOURCE=2 -MD -MP -MF .deps/src/ruststring.cpp -o 
src/ruststring.o -c src/ruststring.cpp
g++ -std=c++14 -O2 -ggdb -Iinclude -Istfl -Ifilter -I. -Irss 
-I/<<PKGBUILDDIR>>/target/cxxbridge/ -Werror -Wall -Wextra -Wunreachable-code 
-DLOCALEDIR='"/usr/share/locale"' -DCATCH_AMALGAMATED_CUSTOM_MAIN 
-I/usr/include/x86_64-linux-gnu -isystem /usr/include/mit-krb5 
-I/usr/include/p11-kit-1  -I/usr/include/libxml2  -I/usr/include/json-c  
-D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600  -g -O2 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
-Wdate-time -D_FORTIFY_SOURCE=2 -MD -MP -MF .deps/src/scopemeasure.cpp -o 
src/scopemeasure.o -c src/scopemeasure.cpp
g++ -std=c++14 -O2 -ggdb -Iinclude -Istfl -Ifilter -I. -Irss 
-I/<<PKGBUILDDIR>>/target/cxxbridge/ -Werror -Wall -Wextra -Wunreachable-code 
-DLOCALEDIR='"/usr/share/locale"' -DCATCH_AMALGAMATED_CUSTOM_MAIN 
-I/usr/include/x86_64-linux-gnu -isystem /usr/include/mit-krb5 
-I/usr/include/p11-kit-1  -I/usr/include/libxml2  -I/usr/include/json-c  
-D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600  -g -O2 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
-Wdate-time -D_FORTIFY_SOURCE=2 -MD -MP -MF .deps/src/stflpp.cpp -o 
src/stflpp.o -c src/stflpp.cpp
g++ -std=c++14 -O2 -ggdb -Iinclude -Istfl -Ifilter -I. -Irss 
-I/<<PKGBUILDDIR>>/target/cxxbridge/ -Werror -Wall -Wextra -Wunreachable-code 
-DLOCALEDIR='"/usr/share/locale"' -DCATCH_AMALGAMATED_CUSTOM_MAIN 
-I/usr/include/x86_64-linux-gnu -isystem /usr/include/mit-krb5 
-I/usr/include/p11-kit-1  -I/usr/include/libxml2  -I/usr/include/json-c  
-D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600  -g -O2 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
-Wdate-time -D_FORTIFY_SOURCE=2 -MD -MP -MF .deps/src/strprintf.cpp -o 
src/strprintf.o -c src/strprintf.cpp
g++ -std=c++14 -O2 -ggdb -Iinclude -Istfl -Ifilter -I. -Irss 
-I/<<PKGBUILDDIR>>/target/cxxbridge/ -Werror -Wall -Wextra -Wunreachable-code 
-DLOCALEDIR='"/usr/share/locale"' -DCATCH_AMALGAMATED_CUSTOM_MAIN 
-I/usr/include/x86_64-linux-gnu -isystem /usr/include/mit-krb5 
-I/usr/include/p11-kit-1  -I/usr/include/libxml2  -I/usr/include/json-c  
-D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600  -g -O2 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
-Wdate-time -D_FORTIFY_SOURCE=2 -MD -MP -MF .deps/src/utils.cpp -o src/utils.o 
-c src/utils.cpp
g++ -std=c++14 -O2 -ggdb -Iinclude -Istfl -Ifilter -I. -Irss 
-I/<<PKGBUILDDIR>>/target/cxxbridge/ -Werror -Wall -Wextra -Wunreachable-code 
-DLOCALEDIR='"/usr/share/locale"' -DCATCH_AMALGAMATED_CUSTOM_MAIN 
-I/usr/include/x86_64-linux-gnu -isystem /usr/include/mit-krb5 
-I/usr/include/p11-kit-1  -I/usr/include/libxml2  -I/usr/include/json-c  
-D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600  -g -O2 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
-Wdate-time -D_FORTIFY_SOURCE=2 -MD -MP -MF .deps/filter/Scanner.cpp -o 
filter/Scanner.o -c filter/Scanner.cpp
In file included from include/utils.h:5,
                 from src/utils.cpp:1:
src/utils.cpp: In function ‘curl_proxytype 
newsboat::utils::get_proxy_type(const std::string&)’:
src/utils.cpp:625:24: error: invalid conversion from ‘long int’ to 
‘curl_proxytype’ [-fpermissive]
  625 |                 return CURLPROXY_HTTP;
      |                        ^~~~~~~~~~~~~~
      |                        |
      |                        long int
src/utils.cpp:628:24: error: invalid conversion from ‘long int’ to 
‘curl_proxytype’ [-fpermissive]
  628 |                 return CURLPROXY_SOCKS4;
      |                        ^~~~~~~~~~~~~~~~
      |                        |
      |                        long int
src/utils.cpp:631:24: error: invalid conversion from ‘long int’ to 
‘curl_proxytype’ [-fpermissive]
  631 |                 return CURLPROXY_SOCKS5;
      |                        ^~~~~~~~~~~~~~~~
      |                        |
      |                        long int
src/utils.cpp:634:24: error: invalid conversion from ‘long int’ to 
‘curl_proxytype’ [-fpermissive]
  634 |                 return CURLPROXY_SOCKS5_HOSTNAME;
      |                        ^~~~~~~~~~~~~~~~~~~~~~~~~
      |                        |
      |                        long int
src/utils.cpp:638:24: error: invalid conversion from ‘long int’ to 
‘curl_proxytype’ [-fpermissive]
  638 |                 return CURLPROXY_SOCKS4A;
      |                        ^~~~~~~~~~~~~~~~~
      |                        |
      |                        long int
src/utils.cpp:647:16: error: invalid conversion from ‘long int’ to 
‘curl_proxytype’ [-fpermissive]
  647 |         return CURLPROXY_HTTP;
      |                ^~~~~~~~~~~~~~
      |                |
      |                long int
g++ -std=c++14 -O2 -ggdb -Iinclude -Istfl -Ifilter -I. -Irss 
-I/<<PKGBUILDDIR>>/target/cxxbridge/ -Werror -Wall -Wextra -Wunreachable-code 
-DLOCALEDIR='"/usr/share/locale"' -DCATCH_AMALGAMATED_CUSTOM_MAIN 
-I/usr/include/x86_64-linux-gnu -isystem /usr/include/mit-krb5 
-I/usr/include/p11-kit-1  -I/usr/include/libxml2  -I/usr/include/json-c  
-D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600  -g -O2 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
-Wdate-time -D_FORTIFY_SOURCE=2 -MD -MP -MF .deps/filter/Parser.cpp -o 
filter/Parser.o -c filter/Parser.cpp
make[2]: *** [Makefile:178: src/utils.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_build: error: make -j2 "INSTALL=install --strip-program=true" 
CARGO_HOME=debian/cargo_home prefix=/usr all returned exit code 2
make[1]: *** [debian/rules:20: override_dh_auto_build] Error 25
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:12: binary] Error 2
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--------------------------------------------------------------------------------


Reply via email to