Source: erlang-p1-xml
Version: 1.1.49-2
Severity: minor
Tags: trixie sid ftbfs
User: [email protected]
Usertags: ftbfs-binary-20230816 ftbfs-binary-after-build
User: [email protected]
Usertags: qa-doublebuild

Hi,

This package fails to do build a binary-only build (not source) after a
successful build (dpkg-buildpackage ; dpkg-buildpackage -b).

This is probably a clear violation of Debian Policy section 4.9 (clean target),
but this is filed as severity:minor for now, because a discussion on
debian-devel showed that we might want to revisit the requirement of a working
'clean' target.

More information about this class of issues, included common problems and
solutions, is available at
https://wiki.debian.org/qa.debian.org/FTBFS/DoubleBuild

Relevant part of the build log:
> cd /<<PKGBUILDDIR>> && runuser -u user42 -- dpkg-buildpackage --sanitize-env 
> -us -uc -rfakeroot -b
> ----------------------------------------------------------------------------------------------------------------------------------
> 
> dpkg-buildpackage: info: source package erlang-p1-xml
> dpkg-buildpackage: info: source version 1.1.49-2
> dpkg-buildpackage: info: source distribution unstable
> dpkg-buildpackage: info: source changed by Philipp Huebner 
> <[email protected]>
>  dpkg-source --before-build .
> dpkg-buildpackage: info: host architecture amd64
>  debian/rules clean
> dh clean --buildsystem=rebar --with rebar
>       rm -f debian/erlang-p1-xml.debhelper.log
>    debian/rules override_dh_auto_clean
> make[1]: Entering directory '/<<PKGBUILDDIR>>'
> rm -f config.log config.status vars.config
> rm -rf priv ebin .rebar
> dh_auto_clean
>       make --no-print-directory -f /usr/share/dh-rebar/make/dh-rebar.Makefile 
> clean
> if [ -e debian/trash ]; then rm -f -f `cat debian/trash`; fi
> rm -f -rf debian/trash
> echo clean
> clean
> rebar clean skip_deps=true -vv
> DEBUG: Evaluating config script "/<<PKGBUILDDIR>>/rebar.config.script"
> DEBUG: Consult config file "/<<PKGBUILDDIR>>/rebar.config"
> DEBUG: Rebar location: "/usr/bin/rebar"
> DEBUG: Consult config file "/<<PKGBUILDDIR>>/src/fast_xml.app.src"
> DEBUG: is_app_available, looking for App p1_utils with Path 
> "/<<PKGBUILDDIR>>/deps/p1_utils"
> DEBUG: Directory expected to be an app dir, but it doesn't exist (yet?):
> /<<PKGBUILDDIR>>/deps/p1_utils
> DEBUG: is_app_available, looking for App p1_utils with Path 
> "/usr/lib/erlang/lib/p1_utils-1.0.25"
> INFO:  Looking for p1_utils-.* ; found p1_utils-1.0.25 at 
> /usr/lib/erlang/lib/p1_utils-1.0.25
> DEBUG: Available deps: [{dep,"/usr/lib/erlang/lib/p1_utils-1.0.25",p1_utils,
>                              ".*",
>                              {git,"https://github.com/processone/p1_utils";,
>                                   {tag,"1.0.25"}},
>                              false}]
> DEBUG: Missing deps  : []
> DEBUG: is_app_available, looking for App p1_utils with Path 
> "/usr/lib/erlang/lib/p1_utils-1.0.25"
> INFO:  Looking for p1_utils-.* ; found p1_utils-1.0.25 at 
> /usr/lib/erlang/lib/p1_utils-1.0.25
> DEBUG: Adding /usr/lib/erlang/lib/p1_utils-1.0.25/ebin to code path
> DEBUG: Adding skip dir: /usr/lib/erlang/lib/p1_utils-1.0.25
> DEBUG: Associate sub_dir /usr/lib/erlang/lib/p1_utils-1.0.25 with 
> /<<PKGBUILDDIR>>
> DEBUG: Plugins requested while processing /<<PKGBUILDDIR>>: []
> DEBUG: Predirs: ["/usr/lib/erlang/lib/p1_utils-1.0.25"]
> DEBUG: Consult config file "/usr/lib/erlang/lib/p1_utils-1.0.25/rebar.config"
> DEBUG: Available deps: []
> DEBUG: Missing deps  : []
> DEBUG: Plugins requested while processing 
> /usr/lib/erlang/lib/p1_utils-1.0.25: []
> DEBUG: Predirs: []
> DEBUG: Postdirs: []
> ==> erlang-p1-xml-1.1.49 (clean)
> INFO:  sh info:
>       cwd: "/<<PKGBUILDDIR>>"
>       cmd: rm -rf c_src/fxml.gcda
> DEBUG:        opts: [{use_stdout,false},abort_on_error]
> DEBUG: Port Cmd: "rm -rf c_src/fxml.gcda"
> Port Opts: [exit_status,{line,16384},use_stdio,stderr_to_stdout,hide]
> INFO:  sh info:
>       cwd: "/<<PKGBUILDDIR>>"
>       cmd: rm -rf c_src/fxml.gcno
> DEBUG:        opts: [{use_stdout,false},abort_on_error]
> DEBUG: Port Cmd: "rm -rf c_src/fxml.gcno"
> Port Opts: [exit_status,{line,16384},use_stdio,stderr_to_stdout,hide]
> INFO:  sh info:
>       cwd: "/<<PKGBUILDDIR>>"
>       cmd: rm -rf c_src/fxml_stream.gcda
> DEBUG:        opts: [{use_stdout,false},abort_on_error]
> DEBUG: Port Cmd: "rm -rf c_src/fxml_stream.gcda"
> Port Opts: [exit_status,{line,16384},use_stdio,stderr_to_stdout,hide]
> INFO:  sh info:
>       cwd: "/<<PKGBUILDDIR>>"
>       cmd: rm -rf c_src/fxml_stream.gcno
> DEBUG:        opts: [{use_stdout,false},abort_on_error]
> DEBUG: Port Cmd: "rm -rf c_src/fxml_stream.gcno"
> Port Opts: [exit_status,{line,16384},use_stdio,stderr_to_stdout,hide]
> INFO:  sh info:
>       cwd: "/<<PKGBUILDDIR>>"
>       cmd: rm -rf ebin/*.beam
> DEBUG:        opts: [{use_stdout,false},abort_on_error]
> DEBUG: Port Cmd: "rm -rf ebin/*.beam"
> Port Opts: [exit_status,{line,16384},use_stdio,stderr_to_stdout,hide]
> INFO:  sh info:
>       cwd: "/<<PKGBUILDDIR>>"
>       cmd: rm -rf priv/mibs/*.bin
> DEBUG:        opts: [{use_stdout,false},abort_on_error]
> DEBUG: Port Cmd: "rm -rf priv/mibs/*.bin"
> Port Opts: [exit_status,{line,16384},use_stdio,stderr_to_stdout,hide]
> INFO:  sh info:
>       cwd: "/<<PKGBUILDDIR>>"
>       cmd: rm -rf /<<PKGBUILDDIR>>/.rebar/erlcinfo
> DEBUG:        opts: [{use_stdout,false},abort_on_error]
> DEBUG: Port Cmd: "rm -rf /<<PKGBUILDDIR>>/.rebar/erlcinfo"
> Port Opts: [exit_status,{line,16384},use_stdio,stderr_to_stdout,hide]
> INFO:  sh info:
>       cwd: "/<<PKGBUILDDIR>>"
>       cmd: rm -rf .eunit
> DEBUG:        opts: [{use_stdout,false},abort_on_error]
> DEBUG: Port Cmd: "rm -rf .eunit"
> Port Opts: [exit_status,{line,16384},use_stdio,stderr_to_stdout,hide]
> INFO:  sh info:
>       cwd: "/<<PKGBUILDDIR>>"
>       cmd: rm -rf .qc
> DEBUG:        opts: [{use_stdout,false},abort_on_error]
> DEBUG: Port Cmd: "rm -rf .qc"
> Port Opts: [exit_status,{line,16384},use_stdio,stderr_to_stdout,hide]
> DEBUG: Postdirs: []
> rm -rf ebin/*.beam
> rm -rf ebin/*.app
> rm -rf c_src/*.o
> rm -rf priv/.so
> rm -rf .eunit
> make[1]: Leaving directory '/<<PKGBUILDDIR>>'
>    dh_autoreconf_clean -O--buildsystem=rebar
>       rm -f -- ./config.sub ./config.guess ./autom4te.cache/requests 
> ./autom4te.cache/traces.2 ./autom4te.cache/output.2 ./autom4te.cache/output.1 
> ./autom4te.cache/traces.1 ./autom4te.cache/output.0 ./autom4te.cache/traces.0 
> ./configure ./configure\~
>       rm -f debian/autoreconf.before debian/autoreconf.after
>    dh_clean -O--buildsystem=rebar
>       rm -f debian/debhelper-build-stamp
>       rm -rf debian/.debhelper/
>       rm -f -- debian/erlang-p1-xml.substvars debian/files
>       rm -fr -- debian/erlang-p1-xml/ debian/tmp/
>       find .  \( \( \
>               \( -path .\*/.git -o -path .\*/.svn -o -path .\*/.bzr -o -path 
> .\*/.hg -o -path .\*/CVS -o -path .\*/.pc -o -path .\*/_darcs \) -prune -o 
> -type f -a \
>               \( -name '#*#' -o -name '.*~' -o -name '*~' -o -name DEADJOE \
>                -o -name '*.orig' -o -name '*.rej' -o -name '*.bak' \
>                -o -name '.*.orig' -o -name .*.rej -o -name '.SUMS' \
>                -o -name TAGS -o \( -path '*/.deps/*' -a -name '*.P' \) \
>               \) -exec rm -f {} + \) -o \
>               \( -type d -a -name autom4te.cache -prune -exec rm -rf {} + \) 
> \)
>  debian/rules binary
> dh binary --buildsystem=rebar --with rebar
>    dh_update_autotools_config -O--buildsystem=rebar
>    dh_autoreconf -O--buildsystem=rebar
>       find ! -ipath "./debian/*" -a ! \( -path '*/.git/*' -o -path '*/.hg/*' 
> -o -path '*/.bzr/*' -o -path '*/.svn/*' -o -path '*/CVS/*' \) -a  -type f 
> -exec md5sum {} + -o -type l -printf "symlink  %p
> " > debian/autoreconf.before
>       grep -q ^XDT_ configure.ac
>       autoreconf -f -i
> configure.ac:21: warning: The macro `AC_HEADER_STDC' is obsolete.
> configure.ac:21: You should run autoupdate.
> ./lib/autoconf/headers.m4:704: AC_HEADER_STDC is expanded from...
> configure.ac:21: the top level
> configure.ac:37: warning: The macro `AC_HELP_STRING' is obsolete.
> configure.ac:37: You should run autoupdate.
> ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
> ./lib/autoconf/general.m4:1534: AC_ARG_ENABLE is expanded from...
> configure.ac:37: the top level
>       find ! -ipath "./debian/*" -a ! \( -path '*/.git/*' -o -path '*/.hg/*' 
> -o -path '*/.bzr/*' -o -path '*/.svn/*' -o -path '*/CVS/*' \) -a  -type f 
> -exec md5sum {} + -o -type l -printf "symlink  %p
> " > debian/autoreconf.after
>    debian/rules override_dh_auto_configure
> make[1]: Entering directory '/<<PKGBUILDDIR>>'
> ./configure
> checking for gcc... gcc
> checking whether the C compiler works... yes
> checking for C compiler default output file name... a.out
> checking for suffix of executables... 
> checking whether we are cross compiling... no
> checking for suffix of object files... o
> checking whether the compiler supports GNU C... yes
> checking whether gcc accepts -g... yes
> checking for gcc option to enable C11 features... none needed
> checking whether make sets $(MAKE)... yes
> checking for an ANSI C-conforming const... yes
> checking build system type... x86_64-pc-linux-gnu
> checking host system type... x86_64-pc-linux-gnu
> checking for GNU libc compatible malloc... yes
> checking for stdio.h... yes
> checking for stdlib.h... yes
> checking for string.h... yes
> checking for inttypes.h... yes
> checking for stdint.h... yes
> checking for strings.h... yes
> checking for sys/stat.h... yes
> checking for sys/types.h... yes
> checking for unistd.h... yes
> checking for grep that handles long lines and -e... /bin/grep
> checking for egrep... /bin/grep -E
> checking for erl... /usr/bin/erl
> checking for erlc... /usr/bin/erlc
> checking for expat.h... yes
> checking for library containing XML_ParserCreate... -lexpat
> configure: creating ./config.status
> config.status: creating vars.config
> dh_auto_configure
>       make --no-print-directory -f /usr/share/dh-rebar/make/dh-rebar.Makefile 
> configure
> make[2]: Nothing to be done for 'configure'.
> make[1]: Leaving directory '/<<PKGBUILDDIR>>'
>    dh_auto_build -O--buildsystem=rebar
>       make --no-print-directory -f /usr/share/dh-rebar/make/dh-rebar.Makefile 
> build
> echo rebar_compile
> rebar_compile
> rebar compile skip_deps=true -vv
> DEBUG: Evaluating config script "/<<PKGBUILDDIR>>/rebar.config.script"
> DEBUG: Consult config file "/<<PKGBUILDDIR>>/rebar.config"
> DEBUG: Rebar location: "/usr/bin/rebar"
> DEBUG: Consult config file "/<<PKGBUILDDIR>>/src/fast_xml.app.src"
> DEBUG: is_app_available, looking for App p1_utils with Path 
> "/<<PKGBUILDDIR>>/deps/p1_utils"
> DEBUG: Directory expected to be an app dir, but it doesn't exist (yet?):
> /<<PKGBUILDDIR>>/deps/p1_utils
> DEBUG: is_app_available, looking for App p1_utils with Path 
> "/usr/lib/erlang/lib/p1_utils-1.0.25"
> INFO:  Looking for p1_utils-.* ; found p1_utils-1.0.25 at 
> /usr/lib/erlang/lib/p1_utils-1.0.25
> DEBUG: Available deps: [{dep,"/usr/lib/erlang/lib/p1_utils-1.0.25",p1_utils,
>                              ".*",
>                              {git,"https://github.com/processone/p1_utils";,
>                                   {tag,"1.0.25"}},
>                              false}]
> DEBUG: Missing deps  : []
> DEBUG: is_app_available, looking for App p1_utils with Path 
> "/usr/lib/erlang/lib/p1_utils-1.0.25"
> INFO:  Looking for p1_utils-.* ; found p1_utils-1.0.25 at 
> /usr/lib/erlang/lib/p1_utils-1.0.25
> DEBUG: Adding /usr/lib/erlang/lib/p1_utils-1.0.25/ebin to code path
> DEBUG: Adding skip dir: /usr/lib/erlang/lib/p1_utils-1.0.25
> DEBUG: Associate sub_dir /usr/lib/erlang/lib/p1_utils-1.0.25 with 
> /<<PKGBUILDDIR>>
> DEBUG: Plugins requested while processing /<<PKGBUILDDIR>>: []
> DEBUG: Predirs: ["/usr/lib/erlang/lib/p1_utils-1.0.25"]
> DEBUG: Consult config file "/usr/lib/erlang/lib/p1_utils-1.0.25/rebar.config"
> DEBUG: Available deps: []
> DEBUG: Missing deps  : []
> DEBUG: Plugins requested while processing 
> /usr/lib/erlang/lib/p1_utils-1.0.25: []
> DEBUG: Predirs: []
> INFO:  Skipping compile in /usr/lib/erlang/lib/p1_utils-1.0.25
> DEBUG: Postdirs: []
> ==> erlang-p1-xml-1.1.49 (compile)
> DEBUG: Matched required ERTS version: 13.1.5 -> .*
> DEBUG: Matched required OTP release: 25 -> .*
> DEBUG: Min OTP version unconfigured
> DEBUG: is_app_available, looking for App p1_utils with Path 
> "/<<PKGBUILDDIR>>/deps/p1_utils"
> DEBUG: Directory expected to be an app dir, but it doesn't exist (yet?):
> /<<PKGBUILDDIR>>/deps/p1_utils
> DEBUG: is_app_available, looking for App p1_utils with Path 
> "/usr/lib/erlang/lib/p1_utils-1.0.25"
> INFO:  Looking for p1_utils-.* ; found p1_utils-1.0.25 at 
> /usr/lib/erlang/lib/p1_utils-1.0.25
> DEBUG: erl_opts [debug_info,debug_info,nowarn_export_all]
> DEBUG: Files to compile first: ["src/fxml_gen_pt.erl"]
> Compiled src/fxml_gen_pt.erl
> DEBUG: Starting 3 compile worker(s)
> Compiled src/fxml_sup.erl
> Compiled src/fast_xml.erl
> Compiled src/fxml_stream.erl
> Compiled src/fxmlrpc.erl
> Compiled src/fxmlrpc_codec_external.erl
> Compiled src/fxml.erl
> DEBUG: Worker exited cleanly
> Compiled src/fxmlrpc_codec.erl
> DEBUG: Worker exited cleanly
> Compiled src/fxml_gen.erl
> DEBUG: Worker exited cleanly
> DEBUG: Skipping deps parse of c_src/fxml.d: enoent
> DEBUG: Last mod is 0 on c_src/fxml.o
> INFO:  sh info:
>       cwd: "/<<PKGBUILDDIR>>"
>       cmd: cc -c -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
> -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time 
> -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
> -fstack-protector-strong -Wformat -Werror=format-security -Wall -g -Wall 
> -fPIC -MMD  -I"/usr/lib/erlang/lib/erl_interface-5.3/include" 
> -I"/usr/lib/erlang/erts-13.1.5/include"   c_src/fxml.c -o c_src/fxml.o
> DEBUG:        opts: [{env,[{"REBAR_DEPS_DIR",
>                       "/<<PKGBUILDDIR>>/deps"},
>                      {"ERL_LIBS",
>                       "/<<PKGBUILDDIR>>/deps"},
>                      {"APT_CONFIG","/var/lib/sbuild/apt.conf"},
>                      {"AR","ar"},
>                      {"AS","as"},
>                      {"ASFLAGS",[]},
>                      {"BINDIR","/usr/lib/erlang/erts-13.1.5/bin"},
>                      {"CC","cc"},
>                      {"CFLAGS",
>                       "-g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
> -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time 
> -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
> -fstack-protector-strong -Wformat -Werror=format-security -Wall"},
>                      {"CPP","cpp"},
>                      {"CPPFLAGS","-Wdate-time -D_FORTIFY_SOURCE=2"},
>                      {"CXX","c++"},
>                      {"CXXFLAGS",
>                       "-g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
> -fstack-protector-strong -Wformat -Werror=format-security"},
>                      {"DEB_BUILD_ARCH","amd64"},
>                      {"DEB_BUILD_ARCH_ABI","base"},
>                      {"DEB_BUILD_ARCH_BITS","64"},
>                      {"DEB_BUILD_ARCH_CPU","amd64"},
>                      {"DEB_BUILD_ARCH_ENDIAN","little"},
>                      {"DEB_BUILD_ARCH_LIBC","gnu"},
>                      {"DEB_BUILD_ARCH_OS","linux"},
>                      {"DEB_BUILD_GNU_CPU","x86_64"},
>                      {"DEB_BUILD_GNU_SYSTEM","linux-gnu"},
>                      {"DEB_BUILD_GNU_TYPE","x86_64-linux-gnu"},
>                      {"DEB_BUILD_MAINT_OPTIONS","hardening=+all"},
>                      {"DEB_BUILD_MULTIARCH","x86_64-linux-gnu"},
>                      {"DEB_BUILD_OPTIONS","parallel=8"},
>                      {"DEB_HOST_ARCH","amd64"},
>                      {"DEB_HOST_ARCH_ABI","base"},
>                      {"DEB_HOST_ARCH_BITS","64"},
>                      {"DEB_HOST_ARCH_CPU","amd64"},
>                      {"DEB_HOST_ARCH_ENDIAN","little"},
>                      {"DEB_HOST_ARCH_LIBC","gnu"},
>                      {"DEB_HOST_ARCH_OS","linux"},
>                      {"DEB_HOST_GNU_CPU","x86_64"},
>                      {"DEB_HOST_GNU_SYSTEM","linux-gnu"},
>                      {"DEB_HOST_GNU_TYPE","x86_64-linux-gnu"},
>                      {"DEB_HOST_MULTIARCH","x86_64-linux-gnu"},
>                      {"DEB_RULES_REQUIRES_ROOT","no"},
>                      {"DEB_TARGET_ARCH","amd64"},
>                      {"DEB_TARGET_ARCH_ABI","base"},
>                      {"DEB_TARGET_ARCH_BITS","64"},
>                      {"DEB_TARGET_ARCH_CPU","amd64"},
>                      {"DEB_TARGET_ARCH_ENDIAN","little"},
>                      {"DEB_TARGET_ARCH_LIBC","gnu"},
>                      {"DEB_TARGET_ARCH_OS","linux"},
>                      {"DEB_TARGET_GNU_CPU","x86_64"},
>                      {"DEB_TARGET_GNU_SYSTEM","linux-gnu"},
>                      {"DEB_TARGET_GNU_TYPE","x86_64-linux-gnu"},
>                      {"DEB_TARGET_MULTIARCH","x86_64-linux-gnu"},
>                      {"DFLAGS","-frelease"},
>                      {"DH_INTERNAL_BUILDFLAGS","1"},
>                      {"DH_VERBOSE","1"},
>                      {"DRV_CC_TEMPLATE",
>                       "cc -c -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
> -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time 
> -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
> -fstack-protector-strong -Wformat -Werror=format-security -Wall -g -Wall 
> -fPIC -MMD  -I\"/usr/lib/erlang/lib/erl_interface-5.3/include\" 
> -I\"/usr/lib/erlang/erts-13.1.5/include\"   $PORT_IN_FILES -o 
> $PORT_OUT_FILE"},
>                      {"DRV_CFLAGS",
>                       "-g -Wall -fPIC -MMD  
> -I\"/usr/lib/erlang/lib/erl_interface-5.3/include\" 
> -I\"/usr/lib/erlang/erts-13.1.5/include\"  "},
>                      {"DRV_CXX_TEMPLATE",
>                       "c++ -c -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
> -fstack-protector-strong -Wformat -Werror=format-security -g -Wall -fPIC -MMD 
>  -I\"/usr/lib/erlang/lib/erl_interface-5.3/include\" 
> -I\"/usr/lib/erlang/erts-13.1.5/include\"   $PORT_IN_FILES -o 
> $PORT_OUT_FILE"},
>                      {"DRV_LDFLAGS",
>                       "-shared  
> -L\"/usr/lib/erlang/lib/erl_interface-5.3/lib\" -lei"},
>                      {"DRV_LINK_CXX_TEMPLATE",
>                       "c++ $PORT_IN_FILES -Wl,-z,relro -Wl,-z,now  
> -Wl,-z,relro -Wl,-z,now -lexpat  -shared  
> -L\"/usr/lib/erlang/lib/erl_interface-5.3/lib\" -lei -o $PORT_OUT_FILE"},
>                      {"DRV_LINK_TEMPLATE",
>                       "cc $PORT_IN_FILES -Wl,-z,relro -Wl,-z,now  
> -Wl,-z,relro -Wl,-z,now -lexpat  -shared  
> -L\"/usr/lib/erlang/lib/erl_interface-5.3/lib\" -lei -o $PORT_OUT_FILE"},
>                      {"EMU","beam"},
>                      {"ERLANG_ARCH","64"},
>                      {"ERLANG_TARGET","25.2.3-x86_64-pc-linux-gnu-64"},
>                      {"ERL_CFLAGS",
>                       " -I\"/usr/lib/erlang/lib/erl_interface-5.3/include\" 
> -I\"/usr/lib/erlang/erts-13.1.5/include\"  "},
>                      {"ERL_COMPILER_OPTIONS","deterministic"},
>                      {"ERL_EI_LIBDIR",
>                       "\"/usr/lib/erlang/lib/erl_interface-5.3/lib\""},
>                      {"ERL_LDFLAGS",
>                       " -L\"/usr/lib/erlang/lib/erl_interface-5.3/lib\" 
> -lei"},
>                      {"ESCRIPT_NAME","/usr/bin/rebar"},
>                      {"EXE_CC_TEMPLATE",
>                       "cc -c -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
> -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time 
> -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
> -fstack-protector-strong -Wformat -Werror=format-security -Wall -g -Wall 
> -fPIC -MMD  -I\"/usr/lib/erlang/lib/erl_interface-5.3/include\" 
> -I\"/usr/lib/erlang/erts-13.1.5/include\"   $PORT_IN_FILES -o 
> $PORT_OUT_FILE"},
>                      {"EXE_CFLAGS",
>                       "-g -Wall -fPIC -MMD  
> -I\"/usr/lib/erlang/lib/erl_interface-5.3/include\" 
> -I\"/usr/lib/erlang/erts-13.1.5/include\"  "},
>                      {"EXE_CXX_TEMPLATE",
>                       "c++ -c -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
> -fstack-protector-strong -Wformat -Werror=format-security -g -Wall -fPIC -MMD 
>  -I\"/usr/lib/erlang/lib/erl_interface-5.3/include\" 
> -I\"/usr/lib/erlang/erts-13.1.5/include\"   $PORT_IN_FILES -o 
> $PORT_OUT_FILE"},
>                      {"EXE_LDFLAGS",
>                       " -L\"/usr/lib/erlang/lib/erl_interface-5.3/lib\" 
> -lei"},
>                      {"EXE_LINK_CXX_TEMPLATE",
>                       "c++ $PORT_IN_FILES -Wl,-z,relro -Wl,-z,now  
> -Wl,-z,relro -Wl,-z,now -lexpat   
> -L\"/usr/lib/erlang/lib/erl_interface-5.3/lib\" -lei -o $PORT_OUT_FILE"},
>                      {"EXE_LINK_TEMPLATE",
>                       "cc $PORT_IN_FILES -Wl,-z,relro -Wl,-z,now  
> -Wl,-z,relro -Wl,-z,now -lexpat   
> -L\"/usr/lib/erlang/lib/erl_interface-5.3/lib\" -lei -o $PORT_OUT_FILE"},
>                      {"FCFLAGS",
>                       "-g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
> -fstack-protector-strong"},
>                      {"FFLAGS",
>                       "-g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
> -fstack-protector-strong"},
>                      {"GCJFLAGS",
>                       "-g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
> -fstack-protector-strong"},
>                      {"HOME",
>                       
> "/<<PKGBUILDDIR>>/debian/.debhelper/generated/_source/home"},
>                      {"LANG","C.UTF-8"},
>                      {"LC_ALL","C.UTF-8"},
>                      {"LC_COLLATE","C.UTF-8"},
>                      {"LD","ld"},
>                      {"LDFLAGS",
>                       "-Wl,-z,relro -Wl,-z,now  -Wl,-z,relro -Wl,-z,now 
> -lexpat "},
>                      {"LOGNAME","user42"},
>                      {"MAKEFLAGS"," --no-print-directory"},
>                      {"MAKELEVEL","2"},
>                      {"MFLAGS","--no-print-directory"},
>                      {"NM","nm"},
>                      {"OBJCFLAGS",
>                       "-g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
> -fstack-protector-strong -Wformat -Werror=format-security"},
>                      {"OBJCOPY","objcopy"},
>                      {"OBJCXXFLAGS",
>                       "-g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
> -fstack-protector-strong -Wformat -Werror=format-security"},
>                      {"OBJDUMP","objdump"},
>                      {"OLDPWD","/<<BUILDDIR>>"},
>                      {"PATH",
>                       
> "/usr/lib/erlang/erts-13.1.5/bin:/usr/lib/erlang/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"},
>                      {"PROGNAME","erl"},
>                      {"PWD",
>                       "/<<PKGBUILDDIR>>"},
>                      {"RANLIB","ranlib"},
>                      {"REBAR_DEPS_PREFER_LIBS","TRUE"},
>                      {"ROOTDIR","/usr/lib/erlang"},
>                      {"SCHROOT_ALIAS_NAME","unstable"},
>                      {"SCHROOT_CHROOT_NAME","sid-amd64-sbuild"},
>                      {"SCHROOT_COMMAND",
>                       "/bin/sh -c cd /<<PKGBUILDDIR>> && runuser -u user42 -- 
> dpkg-buildpackage --sanitize-env -us -uc -rfakeroot -b"},
>                      {"SCHROOT_GID","1001"},
>                      {"SCHROOT_GROUP","user42"},
>                      {"SCHROOT_SESSION_ID",
>                       
> "sid-amd64-sbuild-b02ec6ce-ef81-4ed3-a372-5d9f3bd58d18"},
>                      {"SCHROOT_UID","1001"},
>                      {"SCHROOT_USER","user42"},
>                      {"SHELL","/bin/sh"},
>                      {"SOURCE_DATE_EPOCH","1675864299"},
>                      {"STRIP","strip"},
>                      {"USER","user42"}]},
>                return_on_error,
>                {use_stdout,false}]
> DEBUG: Port Cmd: "cc -c -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
> -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time 
> -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
> -fstack-protector-strong -Wformat -Werror=format-security -Wall -g -Wall 
> -fPIC -MMD  -I\"/usr/lib/erlang/lib/erl_interface-5.3/include\" 
> -I\"/usr/lib/erlang/erts-13.1.5/include\"   c_src/fxml.c -o c_src/fxml.o"
> Port Opts: [{env,[{"REBAR_DEPS_DIR",
>                    "/<<PKGBUILDDIR>>/deps"},
>                   {"ERL_LIBS",
>                    "/<<PKGBUILDDIR>>/deps"},
>                   {"APT_CONFIG","/var/lib/sbuild/apt.conf"},
>                   {"AR","ar"},
>                   {"AS","as"},
>                   {"ASFLAGS",[]},
>                   {"BINDIR","/usr/lib/erlang/erts-13.1.5/bin"},
>                   {"CC","cc"},
>                   {"CFLAGS",
>                    "-g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
> -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time 
> -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
> -fstack-protector-strong -Wformat -Werror=format-security -Wall"},
>                   {"CPP","cpp"},
>                   {"CPPFLAGS","-Wdate-time -D_FORTIFY_SOURCE=2"},
>                   {"CXX","c++"},
>                   {"CXXFLAGS",
>                    "-g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
> -fstack-protector-strong -Wformat -Werror=format-security"},
>                   {"DEB_BUILD_ARCH","amd64"},
>                   {"DEB_BUILD_ARCH_ABI","base"},
>                   {"DEB_BUILD_ARCH_BITS","64"},
>                   {"DEB_BUILD_ARCH_CPU","amd64"},
>                   {"DEB_BUILD_ARCH_ENDIAN","little"},
>                   {"DEB_BUILD_ARCH_LIBC","gnu"},
>                   {"DEB_BUILD_ARCH_OS","linux"},
>                   {"DEB_BUILD_GNU_CPU","x86_64"},
>                   {"DEB_BUILD_GNU_SYSTEM","linux-gnu"},
>                   {"DEB_BUILD_GNU_TYPE","x86_64-linux-gnu"},
>                   {"DEB_BUILD_MAINT_OPTIONS","hardening=+all"},
>                   {"DEB_BUILD_MULTIARCH","x86_64-linux-gnu"},
>                   {"DEB_BUILD_OPTIONS","parallel=8"},
>                   {"DEB_HOST_ARCH","amd64"},
>                   {"DEB_HOST_ARCH_ABI","base"},
>                   {"DEB_HOST_ARCH_BITS","64"},
>                   {"DEB_HOST_ARCH_CPU","amd64"},
>                   {"DEB_HOST_ARCH_ENDIAN","little"},
>                   {"DEB_HOST_ARCH_LIBC","gnu"},
>                   {"DEB_HOST_ARCH_OS","linux"},
>                   {"DEB_HOST_GNU_CPU","x86_64"},
>                   {"DEB_HOST_GNU_SYSTEM","linux-gnu"},
>                   {"DEB_HOST_GNU_TYPE","x86_64-linux-gnu"},
>                   {"DEB_HOST_MULTIARCH","x86_64-linux-gnu"},
>                   {"DEB_RULES_REQUIRES_ROOT","no"},
>                   {"DEB_TARGET_ARCH","amd64"},
>                   {"DEB_TARGET_ARCH_ABI","base"},
>                   {"DEB_TARGET_ARCH_BITS","64"},
>                   {"DEB_TARGET_ARCH_CPU","amd64"},
>                   {"DEB_TARGET_ARCH_ENDIAN","little"},
>                   {"DEB_TARGET_ARCH_LIBC","gnu"},
>                   {"DEB_TARGET_ARCH_OS","linux"},
>                   {"DEB_TARGET_GNU_CPU","x86_64"},
>                   {"DEB_TARGET_GNU_SYSTEM","linux-gnu"},
>                   {"DEB_TARGET_GNU_TYPE","x86_64-linux-gnu"},
>                   {"DEB_TARGET_MULTIARCH","x86_64-linux-gnu"},
>                   {"DFLAGS","-frelease"},
>                   {"DH_INTERNAL_BUILDFLAGS","1"},
>                   {"DH_VERBOSE","1"},
>                   {"DRV_CC_TEMPLATE",
>                    "cc -c -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
> -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time 
> -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
> -fstack-protector-strong -Wformat -Werror=format-security -Wall -g -Wall 
> -fPIC -MMD  -I\"/usr/lib/erlang/lib/erl_interface-5.3/include\" 
> -I\"/usr/lib/erlang/erts-13.1.5/include\"   $PORT_IN_FILES -o 
> $PORT_OUT_FILE"},
>                   {"DRV_CFLAGS",
>                    "-g -Wall -fPIC -MMD  
> -I\"/usr/lib/erlang/lib/erl_interface-5.3/include\" 
> -I\"/usr/lib/erlang/erts-13.1.5/include\"  "},
>                   {"DRV_CXX_TEMPLATE",
>                    "c++ -c -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
> -fstack-protector-strong -Wformat -Werror=format-security -g -Wall -fPIC -MMD 
>  -I\"/usr/lib/erlang/lib/erl_interface-5.3/include\" 
> -I\"/usr/lib/erlang/erts-13.1.5/include\"   $PORT_IN_FILES -o 
> $PORT_OUT_FILE"},
>                   {"DRV_LDFLAGS",
>                    "-shared  -L\"/usr/lib/erlang/lib/erl_interface-5.3/lib\" 
> -lei"},
>                   {"DRV_LINK_CXX_TEMPLATE",
>                    "c++ $PORT_IN_FILES -Wl,-z,relro -Wl,-z,now  -Wl,-z,relro 
> -Wl,-z,now -lexpat  -shared  -L\"/usr/lib/erlang/lib/erl_interface-5.3/lib\" 
> -lei -o $PORT_OUT_FILE"},
>                   {"DRV_LINK_TEMPLATE",
>                    "cc $PORT_IN_FILES -Wl,-z,relro -Wl,-z,now  -Wl,-z,relro 
> -Wl,-z,now -lexpat  -shared  -L\"/usr/lib/erlang/lib/erl_interface-5.3/lib\" 
> -lei -o $PORT_OUT_FILE"},
>                   {"EMU","beam"},
>                   {"ERLANG_ARCH","64"},
>                   {"ERLANG_TARGET","25.2.3-x86_64-pc-linux-gnu-64"},
>                   {"ERL_CFLAGS",
>                    " -I\"/usr/lib/erlang/lib/erl_interface-5.3/include\" 
> -I\"/usr/lib/erlang/erts-13.1.5/include\"  "},
>                   {"ERL_COMPILER_OPTIONS","deterministic"},
>                   {"ERL_EI_LIBDIR",
>                    "\"/usr/lib/erlang/lib/erl_interface-5.3/lib\""},
>                   {"ERL_LDFLAGS",
>                    " -L\"/usr/lib/erlang/lib/erl_interface-5.3/lib\" -lei"},
>                   {"ESCRIPT_NAME","/usr/bin/rebar"},
>                   {"EXE_CC_TEMPLATE",
>                    "cc -c -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
> -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time 
> -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
> -fstack-protector-strong -Wformat -Werror=format-security -Wall -g -Wall 
> -fPIC -MMD  -I\"/usr/lib/erlang/lib/erl_interface-5.3/include\" 
> -I\"/usr/lib/erlang/erts-13.1.5/include\"   $PORT_IN_FILES -o 
> $PORT_OUT_FILE"},
>                   {"EXE_CFLAGS",
>                    "-g -Wall -fPIC -MMD  
> -I\"/usr/lib/erlang/lib/erl_interface-5.3/include\" 
> -I\"/usr/lib/erlang/erts-13.1.5/include\"  "},
>                   {"EXE_CXX_TEMPLATE",
>                    "c++ -c -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
> -fstack-protector-strong -Wformat -Werror=format-security -g -Wall -fPIC -MMD 
>  -I\"/usr/lib/erlang/lib/erl_interface-5.3/include\" 
> -I\"/usr/lib/erlang/erts-13.1.5/include\"   $PORT_IN_FILES -o 
> $PORT_OUT_FILE"},
>                   {"EXE_LDFLAGS",
>                    " -L\"/usr/lib/erlang/lib/erl_interface-5.3/lib\" -lei"},
>                   {"EXE_LINK_CXX_TEMPLATE",
>                    "c++ $PORT_IN_FILES -Wl,-z,relro -Wl,-z,now  -Wl,-z,relro 
> -Wl,-z,now -lexpat   -L\"/usr/lib/erlang/lib/erl_interface-5.3/lib\" -lei -o 
> $PORT_OUT_FILE"},
>                   {"EXE_LINK_TEMPLATE",
>                    "cc $PORT_IN_FILES -Wl,-z,relro -Wl,-z,now  -Wl,-z,relro 
> -Wl,-z,now -lexpat   -L\"/usr/lib/erlang/lib/erl_interface-5.3/lib\" -lei -o 
> $PORT_OUT_FILE"},
>                   {"FCFLAGS",
>                    "-g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
> -fstack-protector-strong"},
>                   {"FFLAGS",
>                    "-g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
> -fstack-protector-strong"},
>                   {"GCJFLAGS",
>                    "-g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
> -fstack-protector-strong"},
>                   {"HOME",
>                    
> "/<<PKGBUILDDIR>>/debian/.debhelper/generated/_source/home"},
>                   {"LANG","C.UTF-8"},
>                   {"LC_ALL","C.UTF-8"},
>                   {"LC_COLLATE","C.UTF-8"},
>                   {"LD","ld"},
>                   {"LDFLAGS",
>                    "-Wl,-z,relro -Wl,-z,now  -Wl,-z,relro -Wl,-z,now -lexpat 
> "},
>                   {"LOGNAME","user42"},
>                   {"MAKEFLAGS"," --no-print-directory"},
>                   {"MAKELEVEL","2"},
>                   {"MFLAGS","--no-print-directory"},
>                   {"NM","nm"},
>                   {"OBJCFLAGS",
>                    "-g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
> -fstack-protector-strong -Wformat -Werror=format-security"},
>                   {"OBJCOPY","objcopy"},
>                   {"OBJCXXFLAGS",
>                    "-g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
> -fstack-protector-strong -Wformat -Werror=format-security"},
>                   {"OBJDUMP","objdump"},
>                   {"OLDPWD","/<<BUILDDIR>>"},
>                   {"PATH",
>                    
> "/usr/lib/erlang/erts-13.1.5/bin:/usr/lib/erlang/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"},
>                   {"PROGNAME","erl"},
>                   {"PWD","/<<PKGBUILDDIR>>"},
>                   {"RANLIB","ranlib"},
>                   {"REBAR_DEPS_PREFER_LIBS","TRUE"},
>                   {"ROOTDIR","/usr/lib/erlang"},
>                   {"SCHROOT_ALIAS_NAME","unstable"},
>                   {"SCHROOT_CHROOT_NAME","sid-amd64-sbuild"},
>                   {"SCHROOT_COMMAND",
>                    "/bin/sh -c cd /<<PKGBUILDDIR>> && runuser -u user42 -- 
> dpkg-buildpackage --sanitize-env -us -uc -rfakeroot -b"},
>                   {"SCHROOT_GID","1001"},
>                   {"SCHROOT_GROUP","user42"},
>                   {"SCHROOT_SESSION_ID",
>                    "sid-amd64-sbuild-b02ec6ce-ef81-4ed3-a372-5d9f3bd58d18"},
>                   {"SCHROOT_UID","1001"},
>                   {"SCHROOT_USER","user42"},
>                   {"SHELL","/bin/sh"},
>                   {"SOURCE_DATE_EPOCH","1675864299"},
>                   {"STRIP","strip"},
>                   {"USER","user42"}]},
>             exit_status,
>             {line,16384},
>             use_stdio,stderr_to_stdout,hide]
> Compiling c_src/fxml.c
> DEBUG: Skipping deps parse of c_src/fxml_stream.d: enoent
> DEBUG: Last mod is 0 on c_src/fxml_stream.o
> INFO:  sh info:
>       cwd: "/<<PKGBUILDDIR>>"
>       cmd: cc -c -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
> -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time 
> -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
> -fstack-protector-strong -Wformat -Werror=format-security -Wall -g -Wall 
> -fPIC -MMD  -I"/usr/lib/erlang/lib/erl_interface-5.3/include" 
> -I"/usr/lib/erlang/erts-13.1.5/include"   c_src/fxml_stream.c -o 
> c_src/fxml_stream.o
> DEBUG:        opts: [{env,[{"REBAR_DEPS_DIR",
>                       "/<<PKGBUILDDIR>>/deps"},
>                      {"ERL_LIBS",
>                       "/<<PKGBUILDDIR>>/deps"},
>                      {"APT_CONFIG","/var/lib/sbuild/apt.conf"},
>                      {"AR","ar"},
>                      {"AS","as"},
>                      {"ASFLAGS",[]},
>                      {"BINDIR","/usr/lib/erlang/erts-13.1.5/bin"},
>                      {"CC","cc"},
>                      {"CFLAGS",
>                       "-g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
> -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time 
> -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
> -fstack-protector-strong -Wformat -Werror=format-security -Wall"},
>                      {"CPP","cpp"},
>                      {"CPPFLAGS","-Wdate-time -D_FORTIFY_SOURCE=2"},
>                      {"CXX","c++"},
>                      {"CXXFLAGS",
>                       "-g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
> -fstack-protector-strong -Wformat -Werror=format-security"},
>                      {"DEB_BUILD_ARCH","amd64"},
>                      {"DEB_BUILD_ARCH_ABI","base"},
>                      {"DEB_BUILD_ARCH_BITS","64"},
>                      {"DEB_BUILD_ARCH_CPU","amd64"},
>                      {"DEB_BUILD_ARCH_ENDIAN","little"},
>                      {"DEB_BUILD_ARCH_LIBC","gnu"},
>                      {"DEB_BUILD_ARCH_OS","linux"},
>                      {"DEB_BUILD_GNU_CPU","x86_64"},
>                      {"DEB_BUILD_GNU_SYSTEM","linux-gnu"},
>                      {"DEB_BUILD_GNU_TYPE","x86_64-linux-gnu"},
>                      {"DEB_BUILD_MAINT_OPTIONS","hardening=+all"},
>                      {"DEB_BUILD_MULTIARCH","x86_64-linux-gnu"},
>                      {"DEB_BUILD_OPTIONS","parallel=8"},
>                      {"DEB_HOST_ARCH","amd64"},
>                      {"DEB_HOST_ARCH_ABI","base"},
>                      {"DEB_HOST_ARCH_BITS","64"},
>                      {"DEB_HOST_ARCH_CPU","amd64"},
>                      {"DEB_HOST_ARCH_ENDIAN","little"},
>                      {"DEB_HOST_ARCH_LIBC","gnu"},
>                      {"DEB_HOST_ARCH_OS","linux"},
>                      {"DEB_HOST_GNU_CPU","x86_64"},
>                      {"DEB_HOST_GNU_SYSTEM","linux-gnu"},
>                      {"DEB_HOST_GNU_TYPE","x86_64-linux-gnu"},
>                      {"DEB_HOST_MULTIARCH","x86_64-linux-gnu"},
>                      {"DEB_RULES_REQUIRES_ROOT","no"},
>                      {"DEB_TARGET_ARCH","amd64"},
>                      {"DEB_TARGET_ARCH_ABI","base"},
>                      {"DEB_TARGET_ARCH_BITS","64"},
>                      {"DEB_TARGET_ARCH_CPU","amd64"},
>                      {"DEB_TARGET_ARCH_ENDIAN","little"},
>                      {"DEB_TARGET_ARCH_LIBC","gnu"},
>                      {"DEB_TARGET_ARCH_OS","linux"},
>                      {"DEB_TARGET_GNU_CPU","x86_64"},
>                      {"DEB_TARGET_GNU_SYSTEM","linux-gnu"},
>                      {"DEB_TARGET_GNU_TYPE","x86_64-linux-gnu"},
>                      {"DEB_TARGET_MULTIARCH","x86_64-linux-gnu"},
>                      {"DFLAGS","-frelease"},
>                      {"DH_INTERNAL_BUILDFLAGS","1"},
>                      {"DH_VERBOSE","1"},
>                      {"DRV_CC_TEMPLATE",
>                       "cc -c -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
> -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time 
> -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
> -fstack-protector-strong -Wformat -Werror=format-security -Wall -g -Wall 
> -fPIC -MMD  -I\"/usr/lib/erlang/lib/erl_interface-5.3/include\" 
> -I\"/usr/lib/erlang/erts-13.1.5/include\"   $PORT_IN_FILES -o 
> $PORT_OUT_FILE"},
>                      {"DRV_CFLAGS",
>                       "-g -Wall -fPIC -MMD  
> -I\"/usr/lib/erlang/lib/erl_interface-5.3/include\" 
> -I\"/usr/lib/erlang/erts-13.1.5/include\"  "},
>                      {"DRV_CXX_TEMPLATE",
>                       "c++ -c -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
> -fstack-protector-strong -Wformat -Werror=format-security -g -Wall -fPIC -MMD 
>  -I\"/usr/lib/erlang/lib/erl_interface-5.3/include\" 
> -I\"/usr/lib/erlang/erts-13.1.5/include\"   $PORT_IN_FILES -o 
> $PORT_OUT_FILE"},
>                      {"DRV_LDFLAGS",
>                       "-shared  
> -L\"/usr/lib/erlang/lib/erl_interface-5.3/lib\" -lei"},
>                      {"DRV_LINK_CXX_TEMPLATE",
>                       "c++ $PORT_IN_FILES -Wl,-z,relro -Wl,-z,now  
> -Wl,-z,relro -Wl,-z,now -lexpat  -shared  
> -L\"/usr/lib/erlang/lib/erl_interface-5.3/lib\" -lei -o $PORT_OUT_FILE"},
>                      {"DRV_LINK_TEMPLATE",
>                       "cc $PORT_IN_FILES -Wl,-z,relro -Wl,-z,now  
> -Wl,-z,relro -Wl,-z,now -lexpat  -shared  
> -L\"/usr/lib/erlang/lib/erl_interface-5.3/lib\" -lei -o $PORT_OUT_FILE"},
>                      {"EMU","beam"},
>                      {"ERLANG_ARCH","64"},
>                      {"ERLANG_TARGET","25.2.3-x86_64-pc-linux-gnu-64"},
>                      {"ERL_CFLAGS",
>                       " -I\"/usr/lib/erlang/lib/erl_interface-5.3/include\" 
> -I\"/usr/lib/erlang/erts-13.1.5/include\"  "},
>                      {"ERL_COMPILER_OPTIONS","deterministic"},
>                      {"ERL_EI_LIBDIR",
>                       "\"/usr/lib/erlang/lib/erl_interface-5.3/lib\""},
>                      {"ERL_LDFLAGS",
>                       " -L\"/usr/lib/erlang/lib/erl_interface-5.3/lib\" 
> -lei"},
>                      {"ESCRIPT_NAME","/usr/bin/rebar"},
>                      {"EXE_CC_TEMPLATE",
>                       "cc -c -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
> -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time 
> -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
> -fstack-protector-strong -Wformat -Werror=format-security -Wall -g -Wall 
> -fPIC -MMD  -I\"/usr/lib/erlang/lib/erl_interface-5.3/include\" 
> -I\"/usr/lib/erlang/erts-13.1.5/include\"   $PORT_IN_FILES -o 
> $PORT_OUT_FILE"},
>                      {"EXE_CFLAGS",
>                       "-g -Wall -fPIC -MMD  
> -I\"/usr/lib/erlang/lib/erl_interface-5.3/include\" 
> -I\"/usr/lib/erlang/erts-13.1.5/include\"  "},
>                      {"EXE_CXX_TEMPLATE",
>                       "c++ -c -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
> -fstack-protector-strong -Wformat -Werror=format-security -g -Wall -fPIC -MMD 
>  -I\"/usr/lib/erlang/lib/erl_interface-5.3/include\" 
> -I\"/usr/lib/erlang/erts-13.1.5/include\"   $PORT_IN_FILES -o 
> $PORT_OUT_FILE"},
>                      {"EXE_LDFLAGS",
>                       " -L\"/usr/lib/erlang/lib/erl_interface-5.3/lib\" 
> -lei"},
>                      {"EXE_LINK_CXX_TEMPLATE",
>                       "c++ $PORT_IN_FILES -Wl,-z,relro -Wl,-z,now  
> -Wl,-z,relro -Wl,-z,now -lexpat   
> -L\"/usr/lib/erlang/lib/erl_interface-5.3/lib\" -lei -o $PORT_OUT_FILE"},
>                      {"EXE_LINK_TEMPLATE",
>                       "cc $PORT_IN_FILES -Wl,-z,relro -Wl,-z,now  
> -Wl,-z,relro -Wl,-z,now -lexpat   
> -L\"/usr/lib/erlang/lib/erl_interface-5.3/lib\" -lei -o $PORT_OUT_FILE"},
>                      {"FCFLAGS",
>                       "-g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
> -fstack-protector-strong"},
>                      {"FFLAGS",
>                       "-g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
> -fstack-protector-strong"},
>                      {"GCJFLAGS",
>                       "-g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
> -fstack-protector-strong"},
>                      {"HOME",
>                       
> "/<<PKGBUILDDIR>>/debian/.debhelper/generated/_source/home"},
>                      {"LANG","C.UTF-8"},
>                      {"LC_ALL","C.UTF-8"},
>                      {"LC_COLLATE","C.UTF-8"},
>                      {"LD","ld"},
>                      {"LDFLAGS",
>                       "-Wl,-z,relro -Wl,-z,now  -Wl,-z,relro -Wl,-z,now 
> -lexpat "},
>                      {"LOGNAME","user42"},
>                      {"MAKEFLAGS"," --no-print-directory"},
>                      {"MAKELEVEL","2"},
>                      {"MFLAGS","--no-print-directory"},
>                      {"NM","nm"},
>                      {"OBJCFLAGS",
>                       "-g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
> -fstack-protector-strong -Wformat -Werror=format-security"},
>                      {"OBJCOPY","objcopy"},
>                      {"OBJCXXFLAGS",
>                       "-g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
> -fstack-protector-strong -Wformat -Werror=format-security"},
>                      {"OBJDUMP","objdump"},
>                      {"OLDPWD","/<<BUILDDIR>>"},
>                      {"PATH",
>                       
> "/usr/lib/erlang/erts-13.1.5/bin:/usr/lib/erlang/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"},
>                      {"PROGNAME","erl"},
>                      {"PWD",
>                       "/<<PKGBUILDDIR>>"},
>                      {"RANLIB","ranlib"},
>                      {"REBAR_DEPS_PREFER_LIBS","TRUE"},
>                      {"ROOTDIR","/usr/lib/erlang"},
>                      {"SCHROOT_ALIAS_NAME","unstable"},
>                      {"SCHROOT_CHROOT_NAME","sid-amd64-sbuild"},
>                      {"SCHROOT_COMMAND",
>                       "/bin/sh -c cd /<<PKGBUILDDIR>> && runuser -u user42 -- 
> dpkg-buildpackage --sanitize-env -us -uc -rfakeroot -b"},
>                      {"SCHROOT_GID","1001"},
>                      {"SCHROOT_GROUP","user42"},
>                      {"SCHROOT_SESSION_ID",
>                       
> "sid-amd64-sbuild-b02ec6ce-ef81-4ed3-a372-5d9f3bd58d18"},
>                      {"SCHROOT_UID","1001"},
>                      {"SCHROOT_USER","user42"},
>                      {"SHELL","/bin/sh"},
>                      {"SOURCE_DATE_EPOCH","1675864299"},
>                      {"STRIP","strip"},
>                      {"USER","user42"}]},
>                return_on_error,
>                {use_stdout,false}]
> DEBUG: Port Cmd: "cc -c -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
> -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time 
> -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
> -fstack-protector-strong -Wformat -Werror=format-security -Wall -g -Wall 
> -fPIC -MMD  -I\"/usr/lib/erlang/lib/erl_interface-5.3/include\" 
> -I\"/usr/lib/erlang/erts-13.1.5/include\"   c_src/fxml_stream.c -o 
> c_src/fxml_stream.o"
> Port Opts: [{env,[{"REBAR_DEPS_DIR",
>                    "/<<PKGBUILDDIR>>/deps"},
>                   {"ERL_LIBS",
>                    "/<<PKGBUILDDIR>>/deps"},
>                   {"APT_CONFIG","/var/lib/sbuild/apt.conf"},
>                   {"AR","ar"},
>                   {"AS","as"},
>                   {"ASFLAGS",[]},
>                   {"BINDIR","/usr/lib/erlang/erts-13.1.5/bin"},
>                   {"CC","cc"},
>                   {"CFLAGS",
>                    "-g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
> -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time 
> -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
> -fstack-protector-strong -Wformat -Werror=format-security -Wall"},
>                   {"CPP","cpp"},
>                   {"CPPFLAGS","-Wdate-time -D_FORTIFY_SOURCE=2"},
>                   {"CXX","c++"},
>                   {"CXXFLAGS",
>                    "-g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
> -fstack-protector-strong -Wformat -Werror=format-security"},
>                   {"DEB_BUILD_ARCH","amd64"},
>                   {"DEB_BUILD_ARCH_ABI","base"},
>                   {"DEB_BUILD_ARCH_BITS","64"},
>                   {"DEB_BUILD_ARCH_CPU","amd64"},
>                   {"DEB_BUILD_ARCH_ENDIAN","little"},
>                   {"DEB_BUILD_ARCH_LIBC","gnu"},
>                   {"DEB_BUILD_ARCH_OS","linux"},
>                   {"DEB_BUILD_GNU_CPU","x86_64"},
>                   {"DEB_BUILD_GNU_SYSTEM","linux-gnu"},
>                   {"DEB_BUILD_GNU_TYPE","x86_64-linux-gnu"},
>                   {"DEB_BUILD_MAINT_OPTIONS","hardening=+all"},
>                   {"DEB_BUILD_MULTIARCH","x86_64-linux-gnu"},
>                   {"DEB_BUILD_OPTIONS","parallel=8"},
>                   {"DEB_HOST_ARCH","amd64"},
>                   {"DEB_HOST_ARCH_ABI","base"},
>                   {"DEB_HOST_ARCH_BITS","64"},
>                   {"DEB_HOST_ARCH_CPU","amd64"},
>                   {"DEB_HOST_ARCH_ENDIAN","little"},
>                   {"DEB_HOST_ARCH_LIBC","gnu"},
>                   {"DEB_HOST_ARCH_OS","linux"},
>                   {"DEB_HOST_GNU_CPU","x86_64"},
>                   {"DEB_HOST_GNU_SYSTEM","linux-gnu"},
>                   {"DEB_HOST_GNU_TYPE","x86_64-linux-gnu"},
>                   {"DEB_HOST_MULTIARCH","x86_64-linux-gnu"},
>                   {"DEB_RULES_REQUIRES_ROOT","no"},
>                   {"DEB_TARGET_ARCH","amd64"},
>                   {"DEB_TARGET_ARCH_ABI","base"},
>                   {"DEB_TARGET_ARCH_BITS","64"},
>                   {"DEB_TARGET_ARCH_CPU","amd64"},
>                   {"DEB_TARGET_ARCH_ENDIAN","little"},
>                   {"DEB_TARGET_ARCH_LIBC","gnu"},
>                   {"DEB_TARGET_ARCH_OS","linux"},
>                   {"DEB_TARGET_GNU_CPU","x86_64"},
>                   {"DEB_TARGET_GNU_SYSTEM","linux-gnu"},
>                   {"DEB_TARGET_GNU_TYPE","x86_64-linux-gnu"},
>                   {"DEB_TARGET_MULTIARCH","x86_64-linux-gnu"},
>                   {"DFLAGS","-frelease"},
>                   {"DH_INTERNAL_BUILDFLAGS","1"},
>                   {"DH_VERBOSE","1"},
>                   {"DRV_CC_TEMPLATE",
>                    "cc -c -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
> -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time 
> -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
> -fstack-protector-strong -Wformat -Werror=format-security -Wall -g -Wall 
> -fPIC -MMD  -I\"/usr/lib/erlang/lib/erl_interface-5.3/include\" 
> -I\"/usr/lib/erlang/erts-13.1.5/include\"   $PORT_IN_FILES -o 
> $PORT_OUT_FILE"},
>                   {"DRV_CFLAGS",
>                    "-g -Wall -fPIC -MMD  
> -I\"/usr/lib/erlang/lib/erl_interface-5.3/include\" 
> -I\"/usr/lib/erlang/erts-13.1.5/include\"  "},
>                   {"DRV_CXX_TEMPLATE",
>                    "c++ -c -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
> -fstack-protector-strong -Wformat -Werror=format-security -g -Wall -fPIC -MMD 
>  -I\"/usr/lib/erlang/lib/erl_interface-5.3/include\" 
> -I\"/usr/lib/erlang/erts-13.1.5/include\"   $PORT_IN_FILES -o 
> $PORT_OUT_FILE"},
>                   {"DRV_LDFLAGS",
>                    "-shared  -L\"/usr/lib/erlang/lib/erl_interface-5.3/lib\" 
> -lei"},
>                   {"DRV_LINK_CXX_TEMPLATE",
>                    "c++ $PORT_IN_FILES -Wl,-z,relro -Wl,-z,now  -Wl,-z,relro 
> -Wl,-z,now -lexpat  -shared  -L\"/usr/lib/erlang/lib/erl_interface-5.3/lib\" 
> -lei -o $PORT_OUT_FILE"},
>                   {"DRV_LINK_TEMPLATE",
>                    "cc $PORT_IN_FILES -Wl,-z,relro -Wl,-z,now  -Wl,-z,relro 
> -Wl,-z,now -lexpat  -shared  -L\"/usr/lib/erlang/lib/erl_interface-5.3/lib\" 
> -lei -o $PORT_OUT_FILE"},
>                   {"EMU","beam"},
>                   {"ERLANG_ARCH","64"},
>                   {"ERLANG_TARGET","25.2.3-x86_64-pc-linux-gnu-64"},
>                   {"ERL_CFLAGS",
>                    " -I\"/usr/lib/erlang/lib/erl_interface-5.3/include\" 
> -I\"/usr/lib/erlang/erts-13.1.5/include\"  "},
>                   {"ERL_COMPILER_OPTIONS","deterministic"},
>                   {"ERL_EI_LIBDIR",
>                    "\"/usr/lib/erlang/lib/erl_interface-5.3/lib\""},
>                   {"ERL_LDFLAGS",
>                    " -L\"/usr/lib/erlang/lib/erl_interface-5.3/lib\" -lei"},
>                   {"ESCRIPT_NAME","/usr/bin/rebar"},
>                   {"EXE_CC_TEMPLATE",
>                    "cc -c -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
> -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time 
> -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
> -fstack-protector-strong -Wformat -Werror=format-security -Wall -g -Wall 
> -fPIC -MMD  -I\"/usr/lib/erlang/lib/erl_interface-5.3/include\" 
> -I\"/usr/lib/erlang/erts-13.1.5/include\"   $PORT_IN_FILES -o 
> $PORT_OUT_FILE"},
>                   {"EXE_CFLAGS",
>                    "-g -Wall -fPIC -MMD  
> -I\"/usr/lib/erlang/lib/erl_interface-5.3/include\" 
> -I\"/usr/lib/erlang/erts-13.1.5/include\"  "},
>                   {"EXE_CXX_TEMPLATE",
>                    "c++ -c -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
> -fstack-protector-strong -Wformat -Werror=format-security -g -Wall -fPIC -MMD 
>  -I\"/usr/lib/erlang/lib/erl_interface-5.3/include\" 
> -I\"/usr/lib/erlang/erts-13.1.5/include\"   $PORT_IN_FILES -o 
> $PORT_OUT_FILE"},
>                   {"EXE_LDFLAGS",
>                    " -L\"/usr/lib/erlang/lib/erl_interface-5.3/lib\" -lei"},
>                   {"EXE_LINK_CXX_TEMPLATE",
>                    "c++ $PORT_IN_FILES -Wl,-z,relro -Wl,-z,now  -Wl,-z,relro 
> -Wl,-z,now -lexpat   -L\"/usr/lib/erlang/lib/erl_interface-5.3/lib\" -lei -o 
> $PORT_OUT_FILE"},
>                   {"EXE_LINK_TEMPLATE",
>                    "cc $PORT_IN_FILES -Wl,-z,relro -Wl,-z,now  -Wl,-z,relro 
> -Wl,-z,now -lexpat   -L\"/usr/lib/erlang/lib/erl_interface-5.3/lib\" -lei -o 
> $PORT_OUT_FILE"},
>                   {"FCFLAGS",
>                    "-g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
> -fstack-protector-strong"},
>                   {"FFLAGS",
>                    "-g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
> -fstack-protector-strong"},
>                   {"GCJFLAGS",
>                    "-g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
> -fstack-protector-strong"},
>                   {"HOME",
>                    
> "/<<PKGBUILDDIR>>/debian/.debhelper/generated/_source/home"},
>                   {"LANG","C.UTF-8"},
>                   {"LC_ALL","C.UTF-8"},
>                   {"LC_COLLATE","C.UTF-8"},
>                   {"LD","ld"},
>                   {"LDFLAGS",
>                    "-Wl,-z,relro -Wl,-z,now  -Wl,-z,relro -Wl,-z,now -lexpat 
> "},
>                   {"LOGNAME","user42"},
>                   {"MAKEFLAGS"," --no-print-directory"},
>                   {"MAKELEVEL","2"},
>                   {"MFLAGS","--no-print-directory"},
>                   {"NM","nm"},
>                   {"OBJCFLAGS",
>                    "-g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
> -fstack-protector-strong -Wformat -Werror=format-security"},
>                   {"OBJCOPY","objcopy"},
>                   {"OBJCXXFLAGS",
>                    "-g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
> -fstack-protector-strong -Wformat -Werror=format-security"},
>                   {"OBJDUMP","objdump"},
>                   {"OLDPWD","/<<BUILDDIR>>"},
>                   {"PATH",
>                    
> "/usr/lib/erlang/erts-13.1.5/bin:/usr/lib/erlang/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"},
>                   {"PROGNAME","erl"},
>                   {"PWD","/<<PKGBUILDDIR>>"},
>                   {"RANLIB","ranlib"},
>                   {"REBAR_DEPS_PREFER_LIBS","TRUE"},
>                   {"ROOTDIR","/usr/lib/erlang"},
>                   {"SCHROOT_ALIAS_NAME","unstable"},
>                   {"SCHROOT_CHROOT_NAME","sid-amd64-sbuild"},
>                   {"SCHROOT_COMMAND",
>                    "/bin/sh -c cd /<<PKGBUILDDIR>> && runuser -u user42 -- 
> dpkg-buildpackage --sanitize-env -us -uc -rfakeroot -b"},
>                   {"SCHROOT_GID","1001"},
>                   {"SCHROOT_GROUP","user42"},
>                   {"SCHROOT_SESSION_ID",
>                    "sid-amd64-sbuild-b02ec6ce-ef81-4ed3-a372-5d9f3bd58d18"},
>                   {"SCHROOT_UID","1001"},
>                   {"SCHROOT_USER","user42"},
>                   {"SHELL","/bin/sh"},
>                   {"SOURCE_DATE_EPOCH","1675864299"},
>                   {"STRIP","strip"},
>                   {"USER","user42"}]},
>             exit_status,
>             {line,16384},
>             use_stdio,stderr_to_stdout,hide]
> Compiling c_src/fxml_stream.c
> INFO:  Using specs [{spec,drv,cc,"priv/lib/fxml.so",
>                           ["c_src/fxml.c"],
>                           ["c_src/fxml.o"],
>                           []},
>                     {spec,drv,cc,"priv/lib/fxml_stream.so",
>                           ["c_src/fxml_stream.c"],
>                           ["c_src/fxml_stream.o"],
>                           []}]
> DEBUG: Last mod is 0 on priv/lib/fxml.so
> INFO:  sh info:
>       cwd: "/<<PKGBUILDDIR>>"
>       cmd: cc c_src/fxml.o -Wl,-z,relro -Wl,-z,now  -Wl,-z,relro -Wl,-z,now 
> -lexpat  -shared  -L"/usr/lib/erlang/lib/erl_interface-5.3/lib" -lei -o 
> priv/lib/fxml.so
> DEBUG:        opts: [{env,[{"REBAR_DEPS_DIR",
>                       "/<<PKGBUILDDIR>>/deps"},
>                      {"ERL_LIBS",
>                       "/<<PKGBUILDDIR>>/deps"},
>                      {"APT_CONFIG","/var/lib/sbuild/apt.conf"},
>                      {"AR","ar"},
>                      {"AS","as"},
>                      {"ASFLAGS",[]},
>                      {"BINDIR","/usr/lib/erlang/erts-13.1.5/bin"},
>                      {"CC","cc"},
>                      {"CFLAGS",
>                       "-g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
> -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time 
> -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
> -fstack-protector-strong -Wformat -Werror=format-security -Wall"},
>                      {"CPP","cpp"},
>                      {"CPPFLAGS","-Wdate-time -D_FORTIFY_SOURCE=2"},
>                      {"CXX","c++"},
>                      {"CXXFLAGS",
>                       "-g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
> -fstack-protector-strong -Wformat -Werror=format-security"},
>                      {"DEB_BUILD_ARCH","amd64"},
>                      {"DEB_BUILD_ARCH_ABI","base"},
>                      {"DEB_BUILD_ARCH_BITS","64"},
>                      {"DEB_BUILD_ARCH_CPU","amd64"},
>                      {"DEB_BUILD_ARCH_ENDIAN","little"},
>                      {"DEB_BUILD_ARCH_LIBC","gnu"},
>                      {"DEB_BUILD_ARCH_OS","linux"},
>                      {"DEB_BUILD_GNU_CPU","x86_64"},
>                      {"DEB_BUILD_GNU_SYSTEM","linux-gnu"},
>                      {"DEB_BUILD_GNU_TYPE","x86_64-linux-gnu"},
>                      {"DEB_BUILD_MAINT_OPTIONS","hardening=+all"},
>                      {"DEB_BUILD_MULTIARCH","x86_64-linux-gnu"},
>                      {"DEB_BUILD_OPTIONS","parallel=8"},
>                      {"DEB_HOST_ARCH","amd64"},
>                      {"DEB_HOST_ARCH_ABI","base"},
>                      {"DEB_HOST_ARCH_BITS","64"},
>                      {"DEB_HOST_ARCH_CPU","amd64"},
>                      {"DEB_HOST_ARCH_ENDIAN","little"},
>                      {"DEB_HOST_ARCH_LIBC","gnu"},
>                      {"DEB_HOST_ARCH_OS","linux"},
>                      {"DEB_HOST_GNU_CPU","x86_64"},
>                      {"DEB_HOST_GNU_SYSTEM","linux-gnu"},
>                      {"DEB_HOST_GNU_TYPE","x86_64-linux-gnu"},
>                      {"DEB_HOST_MULTIARCH","x86_64-linux-gnu"},
>                      {"DEB_RULES_REQUIRES_ROOT","no"},
>                      {"DEB_TARGET_ARCH","amd64"},
>                      {"DEB_TARGET_ARCH_ABI","base"},
>                      {"DEB_TARGET_ARCH_BITS","64"},
>                      {"DEB_TARGET_ARCH_CPU","amd64"},
>                      {"DEB_TARGET_ARCH_ENDIAN","little"},
>                      {"DEB_TARGET_ARCH_LIBC","gnu"},
>                      {"DEB_TARGET_ARCH_OS","linux"},
>                      {"DEB_TARGET_GNU_CPU","x86_64"},
>                      {"DEB_TARGET_GNU_SYSTEM","linux-gnu"},
>                      {"DEB_TARGET_GNU_TYPE","x86_64-linux-gnu"},
>                      {"DEB_TARGET_MULTIARCH","x86_64-linux-gnu"},
>                      {"DFLAGS","-frelease"},
>                      {"DH_INTERNAL_BUILDFLAGS","1"},
>                      {"DH_VERBOSE","1"},
>                      {"DRV_CC_TEMPLATE",
>                       "cc -c -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
> -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time 
> -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
> -fstack-protector-strong -Wformat -Werror=format-security -Wall -g -Wall 
> -fPIC -MMD  -I\"/usr/lib/erlang/lib/erl_interface-5.3/include\" 
> -I\"/usr/lib/erlang/erts-13.1.5/include\"   $PORT_IN_FILES -o 
> $PORT_OUT_FILE"},
>                      {"DRV_CFLAGS",
>                       "-g -Wall -fPIC -MMD  
> -I\"/usr/lib/erlang/lib/erl_interface-5.3/include\" 
> -I\"/usr/lib/erlang/erts-13.1.5/include\"  "},
>                      {"DRV_CXX_TEMPLATE",
>                       "c++ -c -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
> -fstack-protector-strong -Wformat -Werror=format-security -g -Wall -fPIC -MMD 
>  -I\"/usr/lib/erlang/lib/erl_interface-5.3/include\" 
> -I\"/usr/lib/erlang/erts-13.1.5/include\"   $PORT_IN_FILES -o 
> $PORT_OUT_FILE"},
>                      {"DRV_LDFLAGS",
>                       "-shared  
> -L\"/usr/lib/erlang/lib/erl_interface-5.3/lib\" -lei"},
>                      {"DRV_LINK_CXX_TEMPLATE",
>                       "c++ $PORT_IN_FILES -Wl,-z,relro -Wl,-z,now  
> -Wl,-z,relro -Wl,-z,now -lexpat  -shared  
> -L\"/usr/lib/erlang/lib/erl_interface-5.3/lib\" -lei -o $PORT_OUT_FILE"},
>                      {"DRV_LINK_TEMPLATE",
>                       "cc $PORT_IN_FILES -Wl,-z,relro -Wl,-z,now  
> -Wl,-z,relro -Wl,-z,now -lexpat  -shared  
> -L\"/usr/lib/erlang/lib/erl_interface-5.3/lib\" -lei -o $PORT_OUT_FILE"},
>                      {"EMU","beam"},
>                      {"ERLANG_ARCH","64"},
>                      {"ERLANG_TARGET","25.2.3-x86_64-pc-linux-gnu-64"},
>                      {"ERL_CFLAGS",
>                       " -I\"/usr/lib/erlang/lib/erl_interface-5.3/include\" 
> -I\"/usr/lib/erlang/erts-13.1.5/include\"  "},
>                      {"ERL_COMPILER_OPTIONS","deterministic"},
>                      {"ERL_EI_LIBDIR",
>                       "\"/usr/lib/erlang/lib/erl_interface-5.3/lib\""},
>                      {"ERL_LDFLAGS",
>                       " -L\"/usr/lib/erlang/lib/erl_interface-5.3/lib\" 
> -lei"},
>                      {"ESCRIPT_NAME","/usr/bin/rebar"},
>                      {"EXE_CC_TEMPLATE",
>                       "cc -c -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
> -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time 
> -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
> -fstack-protector-strong -Wformat -Werror=format-security -Wall -g -Wall 
> -fPIC -MMD  -I\"/usr/lib/erlang/lib/erl_interface-5.3/include\" 
> -I\"/usr/lib/erlang/erts-13.1.5/include\"   $PORT_IN_FILES -o 
> $PORT_OUT_FILE"},
>                      {"EXE_CFLAGS",
>                       "-g -Wall -fPIC -MMD  
> -I\"/usr/lib/erlang/lib/erl_interface-5.3/include\" 
> -I\"/usr/lib/erlang/erts-13.1.5/include\"  "},
>                      {"EXE_CXX_TEMPLATE",
>                       "c++ -c -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
> -fstack-protector-strong -Wformat -Werror=format-security -g -Wall -fPIC -MMD 
>  -I\"/usr/lib/erlang/lib/erl_interface-5.3/include\" 
> -I\"/usr/lib/erlang/erts-13.1.5/include\"   $PORT_IN_FILES -o 
> $PORT_OUT_FILE"},
>                      {"EXE_LDFLAGS",
>                       " -L\"/usr/lib/erlang/lib/erl_interface-5.3/lib\" 
> -lei"},
>                      {"EXE_LINK_CXX_TEMPLATE",
>                       "c++ $PORT_IN_FILES -Wl,-z,relro -Wl,-z,now  
> -Wl,-z,relro -Wl,-z,now -lexpat   
> -L\"/usr/lib/erlang/lib/erl_interface-5.3/lib\" -lei -o $PORT_OUT_FILE"},
>                      {"EXE_LINK_TEMPLATE",
>                       "cc $PORT_IN_FILES -Wl,-z,relro -Wl,-z,now  
> -Wl,-z,relro -Wl,-z,now -lexpat   
> -L\"/usr/lib/erlang/lib/erl_interface-5.3/lib\" -lei -o $PORT_OUT_FILE"},
>                      {"FCFLAGS",
>                       "-g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
> -fstack-protector-strong"},
>                      {"FFLAGS",
>                       "-g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
> -fstack-protector-strong"},
>                      {"GCJFLAGS",
>                       "-g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
> -fstack-protector-strong"},
>                      {"HOME",
>                       
> "/<<PKGBUILDDIR>>/debian/.debhelper/generated/_source/home"},
>                      {"LANG","C.UTF-8"},
>                      {"LC_ALL","C.UTF-8"},
>                      {"LC_COLLATE","C.UTF-8"},
>                      {"LD","ld"},
>                      {"LDFLAGS",
>                       "-Wl,-z,relro -Wl,-z,now  -Wl,-z,relro -Wl,-z,now 
> -lexpat "},
>                      {"LOGNAME","user42"},
>                      {"MAKEFLAGS"," --no-print-directory"},
>                      {"MAKELEVEL","2"},
>                      {"MFLAGS","--no-print-directory"},
>                      {"NM","nm"},
>                      {"OBJCFLAGS",
>                       "-g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
> -fstack-protector-strong -Wformat -Werror=format-security"},
>                      {"OBJCOPY","objcopy"},
>                      {"OBJCXXFLAGS",
>                       "-g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
> -fstack-protector-strong -Wformat -Werror=format-security"},
>                      {"OBJDUMP","objdump"},
>                      {"OLDPWD","/<<BUILDDIR>>"},
>                      {"PATH",
>                       
> "/usr/lib/erlang/erts-13.1.5/bin:/usr/lib/erlang/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"},
>                      {"PROGNAME","erl"},
>                      {"PWD",
>                       "/<<PKGBUILDDIR>>"},
>                      {"RANLIB","ranlib"},
>                      {"REBAR_DEPS_PREFER_LIBS","TRUE"},
>                      {"ROOTDIR","/usr/lib/erlang"},
>                      {"SCHROOT_ALIAS_NAME","unstable"},
>                      {"SCHROOT_CHROOT_NAME","sid-amd64-sbuild"},
>                      {"SCHROOT_COMMAND",
>                       "/bin/sh -c cd /<<PKGBUILDDIR>> && runuser -u user42 -- 
> dpkg-buildpackage --sanitize-env -us -uc -rfakeroot -b"},
>                      {"SCHROOT_GID","1001"},
>                      {"SCHROOT_GROUP","user42"},
>                      {"SCHROOT_SESSION_ID",
>                       
> "sid-amd64-sbuild-b02ec6ce-ef81-4ed3-a372-5d9f3bd58d18"},
>                      {"SCHROOT_UID","1001"},
>                      {"SCHROOT_USER","user42"},
>                      {"SHELL","/bin/sh"},
>                      {"SOURCE_DATE_EPOCH","1675864299"},
>                      {"STRIP","strip"},
>                      {"USER","user42"}]}]
> DEBUG: Port Cmd: "cc c_src/fxml.o -Wl,-z,relro -Wl,-z,now  -Wl,-z,relro 
> -Wl,-z,now -lexpat  -shared  -L\"/usr/lib/erlang/lib/erl_interface-5.3/lib\" 
> -lei -o priv/lib/fxml.so"
> Port Opts: [{env,[{"REBAR_DEPS_DIR",
>                    "/<<PKGBUILDDIR>>/deps"},
>                   {"ERL_LIBS",
>                    "/<<PKGBUILDDIR>>/deps"},
>                   {"APT_CONFIG","/var/lib/sbuild/apt.conf"},
>                   {"AR","ar"},
>                   {"AS","as"},
>                   {"ASFLAGS",[]},
>                   {"BINDIR","/usr/lib/erlang/erts-13.1.5/bin"},
>                   {"CC","cc"},
>                   {"CFLAGS",
>                    "-g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
> -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time 
> -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
> -fstack-protector-strong -Wformat -Werror=format-security -Wall"},
>                   {"CPP","cpp"},
>                   {"CPPFLAGS","-Wdate-time -D_FORTIFY_SOURCE=2"},
>                   {"CXX","c++"},
>                   {"CXXFLAGS",
>                    "-g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
> -fstack-protector-strong -Wformat -Werror=format-security"},
>                   {"DEB_BUILD_ARCH","amd64"},
>                   {"DEB_BUILD_ARCH_ABI","base"},
>                   {"DEB_BUILD_ARCH_BITS","64"},
>                   {"DEB_BUILD_ARCH_CPU","amd64"},
>                   {"DEB_BUILD_ARCH_ENDIAN","little"},
>                   {"DEB_BUILD_ARCH_LIBC","gnu"},
>                   {"DEB_BUILD_ARCH_OS","linux"},
>                   {"DEB_BUILD_GNU_CPU","x86_64"},
>                   {"DEB_BUILD_GNU_SYSTEM","linux-gnu"},
>                   {"DEB_BUILD_GNU_TYPE","x86_64-linux-gnu"},
>                   {"DEB_BUILD_MAINT_OPTIONS","hardening=+all"},
>                   {"DEB_BUILD_MULTIARCH","x86_64-linux-gnu"},
>                   {"DEB_BUILD_OPTIONS","parallel=8"},
>                   {"DEB_HOST_ARCH","amd64"},
>                   {"DEB_HOST_ARCH_ABI","base"},
>                   {"DEB_HOST_ARCH_BITS","64"},
>                   {"DEB_HOST_ARCH_CPU","amd64"},
>                   {"DEB_HOST_ARCH_ENDIAN","little"},
>                   {"DEB_HOST_ARCH_LIBC","gnu"},
>                   {"DEB_HOST_ARCH_OS","linux"},
>                   {"DEB_HOST_GNU_CPU","x86_64"},
>                   {"DEB_HOST_GNU_SYSTEM","linux-gnu"},
>                   {"DEB_HOST_GNU_TYPE","x86_64-linux-gnu"},
>                   {"DEB_HOST_MULTIARCH","x86_64-linux-gnu"},
>                   {"DEB_RULES_REQUIRES_ROOT","no"},
>                   {"DEB_TARGET_ARCH","amd64"},
>                   {"DEB_TARGET_ARCH_ABI","base"},
>                   {"DEB_TARGET_ARCH_BITS","64"},
>                   {"DEB_TARGET_ARCH_CPU","amd64"},
>                   {"DEB_TARGET_ARCH_ENDIAN","little"},
>                   {"DEB_TARGET_ARCH_LIBC","gnu"},
>                   {"DEB_TARGET_ARCH_OS","linux"},
>                   {"DEB_TARGET_GNU_CPU","x86_64"},
>                   {"DEB_TARGET_GNU_SYSTEM","linux-gnu"},
>                   {"DEB_TARGET_GNU_TYPE","x86_64-linux-gnu"},
>                   {"DEB_TARGET_MULTIARCH","x86_64-linux-gnu"},
>                   {"DFLAGS","-frelease"},
>                   {"DH_INTERNAL_BUILDFLAGS","1"},
>                   {"DH_VERBOSE","1"},
>                   {"DRV_CC_TEMPLATE",
>                    "cc -c -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
> -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time 
> -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
> -fstack-protector-strong -Wformat -Werror=format-security -Wall -g -Wall 
> -fPIC -MMD  -I\"/usr/lib/erlang/lib/erl_interface-5.3/include\" 
> -I\"/usr/lib/erlang/erts-13.1.5/include\"   $PORT_IN_FILES -o 
> $PORT_OUT_FILE"},
>                   {"DRV_CFLAGS",
>                    "-g -Wall -fPIC -MMD  
> -I\"/usr/lib/erlang/lib/erl_interface-5.3/include\" 
> -I\"/usr/lib/erlang/erts-13.1.5/include\"  "},
>                   {"DRV_CXX_TEMPLATE",
>                    "c++ -c -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
> -fstack-protector-strong -Wformat -Werror=format-security -g -Wall -fPIC -MMD 
>  -I\"/usr/lib/erlang/lib/erl_interface-5.3/include\" 
> -I\"/usr/lib/erlang/erts-13.1.5/include\"   $PORT_IN_FILES -o 
> $PORT_OUT_FILE"},
>                   {"DRV_LDFLAGS",
>                    "-shared  -L\"/usr/lib/erlang/lib/erl_interface-5.3/lib\" 
> -lei"},
>                   {"DRV_LINK_CXX_TEMPLATE",
>                    "c++ $PORT_IN_FILES -Wl,-z,relro -Wl,-z,now  -Wl,-z,relro 
> -Wl,-z,now -lexpat  -shared  -L\"/usr/lib/erlang/lib/erl_interface-5.3/lib\" 
> -lei -o $PORT_OUT_FILE"},
>                   {"DRV_LINK_TEMPLATE",
>                    "cc $PORT_IN_FILES -Wl,-z,relro -Wl,-z,now  -Wl,-z,relro 
> -Wl,-z,now -lexpat  -shared  -L\"/usr/lib/erlang/lib/erl_interface-5.3/lib\" 
> -lei -o $PORT_OUT_FILE"},
>                   {"EMU","beam"},
>                   {"ERLANG_ARCH","64"},
>                   {"ERLANG_TARGET","25.2.3-x86_64-pc-linux-gnu-64"},
>                   {"ERL_CFLAGS",
>                    " -I\"/usr/lib/erlang/lib/erl_interface-5.3/include\" 
> -I\"/usr/lib/erlang/erts-13.1.5/include\"  "},
>                   {"ERL_COMPILER_OPTIONS","deterministic"},
>                   {"ERL_EI_LIBDIR",
>                    "\"/usr/lib/erlang/lib/erl_interface-5.3/lib\""},
>                   {"ERL_LDFLAGS",
>                    " -L\"/usr/lib/erlang/lib/erl_interface-5.3/lib\" -lei"},
>                   {"ESCRIPT_NAME","/usr/bin/rebar"},
>                   {"EXE_CC_TEMPLATE",
>                    "cc -c -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
> -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time 
> -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
> -fstack-protector-strong -Wformat -Werror=format-security -Wall -g -Wall 
> -fPIC -MMD  -I\"/usr/lib/erlang/lib/erl_interface-5.3/include\" 
> -I\"/usr/lib/erlang/erts-13.1.5/include\"   $PORT_IN_FILES -o 
> $PORT_OUT_FILE"},
>                   {"EXE_CFLAGS",
>                    "-g -Wall -fPIC -MMD  
> -I\"/usr/lib/erlang/lib/erl_interface-5.3/include\" 
> -I\"/usr/lib/erlang/erts-13.1.5/include\"  "},
>                   {"EXE_CXX_TEMPLATE",
>                    "c++ -c -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
> -fstack-protector-strong -Wformat -Werror=format-security -g -Wall -fPIC -MMD 
>  -I\"/usr/lib/erlang/lib/erl_interface-5.3/include\" 
> -I\"/usr/lib/erlang/erts-13.1.5/include\"   $PORT_IN_FILES -o 
> $PORT_OUT_FILE"},
>                   {"EXE_LDFLAGS",
>                    " -L\"/usr/lib/erlang/lib/erl_interface-5.3/lib\" -lei"},
>                   {"EXE_LINK_CXX_TEMPLATE",
>                    "c++ $PORT_IN_FILES -Wl,-z,relro -Wl,-z,now  -Wl,-z,relro 
> -Wl,-z,now -lexpat   -L\"/usr/lib/erlang/lib/erl_interface-5.3/lib\" -lei -o 
> $PORT_OUT_FILE"},
>                   {"EXE_LINK_TEMPLATE",
>                    "cc $PORT_IN_FILES -Wl,-z,relro -Wl,-z,now  -Wl,-z,relro 
> -Wl,-z,now -lexpat   -L\"/usr/lib/erlang/lib/erl_interface-5.3/lib\" -lei -o 
> $PORT_OUT_FILE"},
>                   {"FCFLAGS",
>                    "-g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
> -fstack-protector-strong"},
>                   {"FFLAGS",
>                    "-g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
> -fstack-protector-strong"},
>                   {"GCJFLAGS",
>                    "-g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
> -fstack-protector-strong"},
>                   {"HOME",
>                    
> "/<<PKGBUILDDIR>>/debian/.debhelper/generated/_source/home"},
>                   {"LANG","C.UTF-8"},
>                   {"LC_ALL","C.UTF-8"},
>                   {"LC_COLLATE","C.UTF-8"},
>                   {"LD","ld"},
>                   {"LDFLAGS",
>                    "-Wl,-z,relro -Wl,-z,now  -Wl,-z,relro -Wl,-z,now -lexpat 
> "},
>                   {"LOGNAME","user42"},
>                   {"MAKEFLAGS"," --no-print-directory"},
>                   {"MAKELEVEL","2"},
>                   {"MFLAGS","--no-print-directory"},
>                   {"NM","nm"},
>                   {"OBJCFLAGS",
>                    "-g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
> -fstack-protector-strong -Wformat -Werror=format-security"},
>                   {"OBJCOPY","objcopy"},
>                   {"OBJCXXFLAGS",
>                    "-g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
> -fstack-protector-strong -Wformat -Werror=format-security"},
>                   {"OBJDUMP","objdump"},
>                   {"OLDPWD","/<<BUILDDIR>>"},
>                   {"PATH",
>                    
> "/usr/lib/erlang/erts-13.1.5/bin:/usr/lib/erlang/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"},
>                   {"PROGNAME","erl"},
>                   {"PWD","/<<PKGBUILDDIR>>"},
>                   {"RANLIB","ranlib"},
>                   {"REBAR_DEPS_PREFER_LIBS","TRUE"},
>                   {"ROOTDIR","/usr/lib/erlang"},
>                   {"SCHROOT_ALIAS_NAME","unstable"},
>                   {"SCHROOT_CHROOT_NAME","sid-amd64-sbuild"},
>                   {"SCHROOT_COMMAND",
>                    "/bin/sh -c cd /<<PKGBUILDDIR>> && runuser -u user42 -- 
> dpkg-buildpackage --sanitize-env -us -uc -rfakeroot -b"},
>                   {"SCHROOT_GID","1001"},
>                   {"SCHROOT_GROUP","user42"},
>                   {"SCHROOT_SESSION_ID",
>                    "sid-amd64-sbuild-b02ec6ce-ef81-4ed3-a372-5d9f3bd58d18"},
>                   {"SCHROOT_UID","1001"},
>                   {"SCHROOT_USER","user42"},
>                   {"SHELL","/bin/sh"},
>                   {"SOURCE_DATE_EPOCH","1675864299"},
>                   {"STRIP","strip"},
>                   {"USER","user42"}]},
>             exit_status,
>             {line,16384},
>             use_stdio,stderr_to_stdout,hide]
> DEBUG: Last mod is 0 on priv/lib/fxml_stream.so
> INFO:  sh info:
>       cwd: "/<<PKGBUILDDIR>>"
>       cmd: cc c_src/fxml_stream.o -Wl,-z,relro -Wl,-z,now  -Wl,-z,relro 
> -Wl,-z,now -lexpat  -shared  -L"/usr/lib/erlang/lib/erl_interface-5.3/lib" 
> -lei -o priv/lib/fxml_stream.so
> DEBUG:        opts: [{env,[{"REBAR_DEPS_DIR",
>                       "/<<PKGBUILDDIR>>/deps"},
>                      {"ERL_LIBS",
>                       "/<<PKGBUILDDIR>>/deps"},
>                      {"APT_CONFIG","/var/lib/sbuild/apt.conf"},
>                      {"AR","ar"},
>                      {"AS","as"},
>                      {"ASFLAGS",[]},
>                      {"BINDIR","/usr/lib/erlang/erts-13.1.5/bin"},
>                      {"CC","cc"},
>                      {"CFLAGS",
>                       "-g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
> -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time 
> -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
> -fstack-protector-strong -Wformat -Werror=format-security -Wall"},
>                      {"CPP","cpp"},
>                      {"CPPFLAGS","-Wdate-time -D_FORTIFY_SOURCE=2"},
>                      {"CXX","c++"},
>                      {"CXXFLAGS",
>                       "-g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
> -fstack-protector-strong -Wformat -Werror=format-security"},
>                      {"DEB_BUILD_ARCH","amd64"},
>                      {"DEB_BUILD_ARCH_ABI","base"},
>                      {"DEB_BUILD_ARCH_BITS","64"},
>                      {"DEB_BUILD_ARCH_CPU","amd64"},
>                      {"DEB_BUILD_ARCH_ENDIAN","little"},
>                      {"DEB_BUILD_ARCH_LIBC","gnu"},
>                      {"DEB_BUILD_ARCH_OS","linux"},
>                      {"DEB_BUILD_GNU_CPU","x86_64"},
>                      {"DEB_BUILD_GNU_SYSTEM","linux-gnu"},
>                      {"DEB_BUILD_GNU_TYPE","x86_64-linux-gnu"},
>                      {"DEB_BUILD_MAINT_OPTIONS","hardening=+all"},
>                      {"DEB_BUILD_MULTIARCH","x86_64-linux-gnu"},
>                      {"DEB_BUILD_OPTIONS","parallel=8"},
>                      {"DEB_HOST_ARCH","amd64"},
>                      {"DEB_HOST_ARCH_ABI","base"},
>                      {"DEB_HOST_ARCH_BITS","64"},
>                      {"DEB_HOST_ARCH_CPU","amd64"},
>                      {"DEB_HOST_ARCH_ENDIAN","little"},
>                      {"DEB_HOST_ARCH_LIBC","gnu"},
>                      {"DEB_HOST_ARCH_OS","linux"},
>                      {"DEB_HOST_GNU_CPU","x86_64"},
>                      {"DEB_HOST_GNU_SYSTEM","linux-gnu"},
>                      {"DEB_HOST_GNU_TYPE","x86_64-linux-gnu"},
>                      {"DEB_HOST_MULTIARCH","x86_64-linux-gnu"},
>                      {"DEB_RULES_REQUIRES_ROOT","no"},
>                      {"DEB_TARGET_ARCH","amd64"},
>                      {"DEB_TARGET_ARCH_ABI","base"},
>                      {"DEB_TARGET_ARCH_BITS","64"},
>                      {"DEB_TARGET_ARCH_CPU","amd64"},
>                      {"DEB_TARGET_ARCH_ENDIAN","little"},
>                      {"DEB_TARGET_ARCH_LIBC","gnu"},
>                      {"DEB_TARGET_ARCH_OS","linux"},
>                      {"DEB_TARGET_GNU_CPU","x86_64"},
>                      {"DEB_TARGET_GNU_SYSTEM","linux-gnu"},
>                      {"DEB_TARGET_GNU_TYPE","x86_64-linux-gnu"},
>                      {"DEB_TARGET_MULTIARCH","x86_64-linux-gnu"},
>                      {"DFLAGS","-frelease"},
>                      {"DH_INTERNAL_BUILDFLAGS","1"},
>                      {"DH_VERBOSE","1"},
>                      {"DRV_CC_TEMPLATE",
>                       "cc -c -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
> -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time 
> -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
> -fstack-protector-strong -Wformat -Werror=format-security -Wall -g -Wall 
> -fPIC -MMD  -I\"/usr/lib/erlang/lib/erl_interface-5.3/include\" 
> -I\"/usr/lib/erlang/erts-13.1.5/include\"   $PORT_IN_FILES -o 
> $PORT_OUT_FILE"},
>                      {"DRV_CFLAGS",
>                       "-g -Wall -fPIC -MMD  
> -I\"/usr/lib/erlang/lib/erl_interface-5.3/include\" 
> -I\"/usr/lib/erlang/erts-13.1.5/include\"  "},
>                      {"DRV_CXX_TEMPLATE",
>                       "c++ -c -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
> -fstack-protector-strong -Wformat -Werror=format-security -g -Wall -fPIC -MMD 
>  -I\"/usr/lib/erlang/lib/erl_interface-5.3/include\" 
> -I\"/usr/lib/erlang/erts-13.1.5/include\"   $PORT_IN_FILES -o 
> $PORT_OUT_FILE"},
>                      {"DRV_LDFLAGS",
>                       "-shared  
> -L\"/usr/lib/erlang/lib/erl_interface-5.3/lib\" -lei"},
>                      {"DRV_LINK_CXX_TEMPLATE",
>                       "c++ $PORT_IN_FILES -Wl,-z,relro -Wl,-z,now  
> -Wl,-z,relro -Wl,-z,now -lexpat  -shared  
> -L\"/usr/lib/erlang/lib/erl_interface-5.3/lib\" -lei -o $PORT_OUT_FILE"},
>                      {"DRV_LINK_TEMPLATE",
>                       "cc $PORT_IN_FILES -Wl,-z,relro -Wl,-z,now  
> -Wl,-z,relro -Wl,-z,now -lexpat  -shared  
> -L\"/usr/lib/erlang/lib/erl_interface-5.3/lib\" -lei -o $PORT_OUT_FILE"},
>                      {"EMU","beam"},
>                      {"ERLANG_ARCH","64"},
>                      {"ERLANG_TARGET","25.2.3-x86_64-pc-linux-gnu-64"},
>                      {"ERL_CFLAGS",
>                       " -I\"/usr/lib/erlang/lib/erl_interface-5.3/include\" 
> -I\"/usr/lib/erlang/erts-13.1.5/include\"  "},
>                      {"ERL_COMPILER_OPTIONS","deterministic"},
>                      {"ERL_EI_LIBDIR",
>                       "\"/usr/lib/erlang/lib/erl_interface-5.3/lib\""},
>                      {"ERL_LDFLAGS",
>                       " -L\"/usr/lib/erlang/lib/erl_interface-5.3/lib\" 
> -lei"},
>                      {"ESCRIPT_NAME","/usr/bin/rebar"},
>                      {"EXE_CC_TEMPLATE",
>                       "cc -c -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
> -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time 
> -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
> -fstack-protector-strong -Wformat -Werror=format-security -Wall -g -Wall 
> -fPIC -MMD  -I\"/usr/lib/erlang/lib/erl_interface-5.3/include\" 
> -I\"/usr/lib/erlang/erts-13.1.5/include\"   $PORT_IN_FILES -o 
> $PORT_OUT_FILE"},
>                      {"EXE_CFLAGS",
>                       "-g -Wall -fPIC -MMD  
> -I\"/usr/lib/erlang/lib/erl_interface-5.3/include\" 
> -I\"/usr/lib/erlang/erts-13.1.5/include\"  "},
>                      {"EXE_CXX_TEMPLATE",
>                       "c++ -c -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
> -fstack-protector-strong -Wformat -Werror=format-security -g -Wall -fPIC -MMD 
>  -I\"/usr/lib/erlang/lib/erl_interface-5.3/include\" 
> -I\"/usr/lib/erlang/erts-13.1.5/include\"   $PORT_IN_FILES -o 
> $PORT_OUT_FILE"},
>                      {"EXE_LDFLAGS",
>                       " -L\"/usr/lib/erlang/lib/erl_interface-5.3/lib\" 
> -lei"},
>                      {"EXE_LINK_CXX_TEMPLATE",
>                       "c++ $PORT_IN_FILES -Wl,-z,relro -Wl,-z,now  
> -Wl,-z,relro -Wl,-z,now -lexpat   
> -L\"/usr/lib/erlang/lib/erl_interface-5.3/lib\" -lei -o $PORT_OUT_FILE"},
>                      {"EXE_LINK_TEMPLATE",
>                       "cc $PORT_IN_FILES -Wl,-z,relro -Wl,-z,now  
> -Wl,-z,relro -Wl,-z,now -lexpat   
> -L\"/usr/lib/erlang/lib/erl_interface-5.3/lib\" -lei -o $PORT_OUT_FILE"},
>                      {"FCFLAGS",
>                       "-g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
> -fstack-protector-strong"},
>                      {"FFLAGS",
>                       "-g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
> -fstack-protector-strong"},
>                      {"GCJFLAGS",
>                       "-g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
> -fstack-protector-strong"},
>                      {"HOME",
>                       
> "/<<PKGBUILDDIR>>/debian/.debhelper/generated/_source/home"},
>                      {"LANG","C.UTF-8"},
>                      {"LC_ALL","C.UTF-8"},
>                      {"LC_COLLATE","C.UTF-8"},
>                      {"LD","ld"},
>                      {"LDFLAGS",
>                       "-Wl,-z,relro -Wl,-z,now  -Wl,-z,relro -Wl,-z,now 
> -lexpat "},
>                      {"LOGNAME","user42"},
>                      {"MAKEFLAGS"," --no-print-directory"},
>                      {"MAKELEVEL","2"},
>                      {"MFLAGS","--no-print-directory"},
>                      {"NM","nm"},
>                      {"OBJCFLAGS",
>                       "-g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
> -fstack-protector-strong -Wformat -Werror=format-security"},
>                      {"OBJCOPY","objcopy"},
>                      {"OBJCXXFLAGS",
>                       "-g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
> -fstack-protector-strong -Wformat -Werror=format-security"},
>                      {"OBJDUMP","objdump"},
>                      {"OLDPWD","/<<BUILDDIR>>"},
>                      {"PATH",
>                       
> "/usr/lib/erlang/erts-13.1.5/bin:/usr/lib/erlang/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"},
>                      {"PROGNAME","erl"},
>                      {"PWD",
>                       "/<<PKGBUILDDIR>>"},
>                      {"RANLIB","ranlib"},
>                      {"REBAR_DEPS_PREFER_LIBS","TRUE"},
>                      {"ROOTDIR","/usr/lib/erlang"},
>                      {"SCHROOT_ALIAS_NAME","unstable"},
>                      {"SCHROOT_CHROOT_NAME","sid-amd64-sbuild"},
>                      {"SCHROOT_COMMAND",
>                       "/bin/sh -c cd /<<PKGBUILDDIR>> && runuser -u user42 -- 
> dpkg-buildpackage --sanitize-env -us -uc -rfakeroot -b"},
>                      {"SCHROOT_GID","1001"},
>                      {"SCHROOT_GROUP","user42"},
>                      {"SCHROOT_SESSION_ID",
>                       
> "sid-amd64-sbuild-b02ec6ce-ef81-4ed3-a372-5d9f3bd58d18"},
>                      {"SCHROOT_UID","1001"},
>                      {"SCHROOT_USER","user42"},
>                      {"SHELL","/bin/sh"},
>                      {"SOURCE_DATE_EPOCH","1675864299"},
>                      {"STRIP","strip"},
>                      {"USER","user42"}]}]
> DEBUG: Port Cmd: "cc c_src/fxml_stream.o -Wl,-z,relro -Wl,-z,now  
> -Wl,-z,relro -Wl,-z,now -lexpat  -shared  
> -L\"/usr/lib/erlang/lib/erl_interface-5.3/lib\" -lei -o 
> priv/lib/fxml_stream.so"
> Port Opts: [{env,[{"REBAR_DEPS_DIR",
>                    "/<<PKGBUILDDIR>>/deps"},
>                   {"ERL_LIBS",
>                    "/<<PKGBUILDDIR>>/deps"},
>                   {"APT_CONFIG","/var/lib/sbuild/apt.conf"},
>                   {"AR","ar"},
>                   {"AS","as"},
>                   {"ASFLAGS",[]},
>                   {"BINDIR","/usr/lib/erlang/erts-13.1.5/bin"},
>                   {"CC","cc"},
>                   {"CFLAGS",
>                    "-g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
> -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time 
> -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
> -fstack-protector-strong -Wformat -Werror=format-security -Wall"},
>                   {"CPP","cpp"},
>                   {"CPPFLAGS","-Wdate-time -D_FORTIFY_SOURCE=2"},
>                   {"CXX","c++"},
>                   {"CXXFLAGS",
>                    "-g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
> -fstack-protector-strong -Wformat -Werror=format-security"},
>                   {"DEB_BUILD_ARCH","amd64"},
>                   {"DEB_BUILD_ARCH_ABI","base"},
>                   {"DEB_BUILD_ARCH_BITS","64"},
>                   {"DEB_BUILD_ARCH_CPU","amd64"},
>                   {"DEB_BUILD_ARCH_ENDIAN","little"},
>                   {"DEB_BUILD_ARCH_LIBC","gnu"},
>                   {"DEB_BUILD_ARCH_OS","linux"},
>                   {"DEB_BUILD_GNU_CPU","x86_64"},
>                   {"DEB_BUILD_GNU_SYSTEM","linux-gnu"},
>                   {"DEB_BUILD_GNU_TYPE","x86_64-linux-gnu"},
>                   {"DEB_BUILD_MAINT_OPTIONS","hardening=+all"},
>                   {"DEB_BUILD_MULTIARCH","x86_64-linux-gnu"},
>                   {"DEB_BUILD_OPTIONS","parallel=8"},
>                   {"DEB_HOST_ARCH","amd64"},
>                   {"DEB_HOST_ARCH_ABI","base"},
>                   {"DEB_HOST_ARCH_BITS","64"},
>                   {"DEB_HOST_ARCH_CPU","amd64"},
>                   {"DEB_HOST_ARCH_ENDIAN","little"},
>                   {"DEB_HOST_ARCH_LIBC","gnu"},
>                   {"DEB_HOST_ARCH_OS","linux"},
>                   {"DEB_HOST_GNU_CPU","x86_64"},
>                   {"DEB_HOST_GNU_SYSTEM","linux-gnu"},
>                   {"DEB_HOST_GNU_TYPE","x86_64-linux-gnu"},
>                   {"DEB_HOST_MULTIARCH","x86_64-linux-gnu"},
>                   {"DEB_RULES_REQUIRES_ROOT","no"},
>                   {"DEB_TARGET_ARCH","amd64"},
>                   {"DEB_TARGET_ARCH_ABI","base"},
>                   {"DEB_TARGET_ARCH_BITS","64"},
>                   {"DEB_TARGET_ARCH_CPU","amd64"},
>                   {"DEB_TARGET_ARCH_ENDIAN","little"},
>                   {"DEB_TARGET_ARCH_LIBC","gnu"},
>                   {"DEB_TARGET_ARCH_OS","linux"},
>                   {"DEB_TARGET_GNU_CPU","x86_64"},
>                   {"DEB_TARGET_GNU_SYSTEM","linux-gnu"},
>                   {"DEB_TARGET_GNU_TYPE","x86_64-linux-gnu"},
>                   {"DEB_TARGET_MULTIARCH","x86_64-linux-gnu"},
>                   {"DFLAGS","-frelease"},
>                   {"DH_INTERNAL_BUILDFLAGS","1"},
>                   {"DH_VERBOSE","1"},
>                   {"DRV_CC_TEMPLATE",
>                    "cc -c -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
> -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time 
> -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
> -fstack-protector-strong -Wformat -Werror=format-security -Wall -g -Wall 
> -fPIC -MMD  -I\"/usr/lib/erlang/lib/erl_interface-5.3/include\" 
> -I\"/usr/lib/erlang/erts-13.1.5/include\"   $PORT_IN_FILES -o 
> $PORT_OUT_FILE"},
>                   {"DRV_CFLAGS",
>                    "-g -Wall -fPIC -MMD  
> -I\"/usr/lib/erlang/lib/erl_interface-5.3/include\" 
> -I\"/usr/lib/erlang/erts-13.1.5/include\"  "},
>                   {"DRV_CXX_TEMPLATE",
>                    "c++ -c -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
> -fstack-protector-strong -Wformat -Werror=format-security -g -Wall -fPIC -MMD 
>  -I\"/usr/lib/erlang/lib/erl_interface-5.3/include\" 
> -I\"/usr/lib/erlang/erts-13.1.5/include\"   $PORT_IN_FILES -o 
> $PORT_OUT_FILE"},
>                   {"DRV_LDFLAGS",
>                    "-shared  -L\"/usr/lib/erlang/lib/erl_interface-5.3/lib\" 
> -lei"},
>                   {"DRV_LINK_CXX_TEMPLATE",
>                    "c++ $PORT_IN_FILES -Wl,-z,relro -Wl,-z,now  -Wl,-z,relro 
> -Wl,-z,now -lexpat  -shared  -L\"/usr/lib/erlang/lib/erl_interface-5.3/lib\" 
> -lei -o $PORT_OUT_FILE"},
>                   {"DRV_LINK_TEMPLATE",
>                    "cc $PORT_IN_FILES -Wl,-z,relro -Wl,-z,now  -Wl,-z,relro 
> -Wl,-z,now -lexpat  -shared  -L\"/usr/lib/erlang/lib/erl_interface-5.3/lib\" 
> -lei -o $PORT_OUT_FILE"},
>                   {"EMU","beam"},
>                   {"ERLANG_ARCH","64"},
>                   {"ERLANG_TARGET","25.2.3-x86_64-pc-linux-gnu-64"},
>                   {"ERL_CFLAGS",
>                    " -I\"/usr/lib/erlang/lib/erl_interface-5.3/include\" 
> -I\"/usr/lib/erlang/erts-13.1.5/include\"  "},
>                   {"ERL_COMPILER_OPTIONS","deterministic"},
>                   {"ERL_EI_LIBDIR",
>                    "\"/usr/lib/erlang/lib/erl_interface-5.3/lib\""},
>                   {"ERL_LDFLAGS",
>                    " -L\"/usr/lib/erlang/lib/erl_interface-5.3/lib\" -lei"},
>                   {"ESCRIPT_NAME","/usr/bin/rebar"},
>                   {"EXE_CC_TEMPLATE",
>                    "cc -c -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
> -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time 
> -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
> -fstack-protector-strong -Wformat -Werror=format-security -Wall -g -Wall 
> -fPIC -MMD  -I\"/usr/lib/erlang/lib/erl_interface-5.3/include\" 
> -I\"/usr/lib/erlang/erts-13.1.5/include\"   $PORT_IN_FILES -o 
> $PORT_OUT_FILE"},
>                   {"EXE_CFLAGS",
>                    "-g -Wall -fPIC -MMD  
> -I\"/usr/lib/erlang/lib/erl_interface-5.3/include\" 
> -I\"/usr/lib/erlang/erts-13.1.5/include\"  "},
>                   {"EXE_CXX_TEMPLATE",
>                    "c++ -c -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
> -fstack-protector-strong -Wformat -Werror=format-security -g -Wall -fPIC -MMD 
>  -I\"/usr/lib/erlang/lib/erl_interface-5.3/include\" 
> -I\"/usr/lib/erlang/erts-13.1.5/include\"   $PORT_IN_FILES -o 
> $PORT_OUT_FILE"},
>                   {"EXE_LDFLAGS",
>                    " -L\"/usr/lib/erlang/lib/erl_interface-5.3/lib\" -lei"},
>                   {"EXE_LINK_CXX_TEMPLATE",
>                    "c++ $PORT_IN_FILES -Wl,-z,relro -Wl,-z,now  -Wl,-z,relro 
> -Wl,-z,now -lexpat   -L\"/usr/lib/erlang/lib/erl_interface-5.3/lib\" -lei -o 
> $PORT_OUT_FILE"},
>                   {"EXE_LINK_TEMPLATE",
>                    "cc $PORT_IN_FILES -Wl,-z,relro -Wl,-z,now  -Wl,-z,relro 
> -Wl,-z,now -lexpat   -L\"/usr/lib/erlang/lib/erl_interface-5.3/lib\" -lei -o 
> $PORT_OUT_FILE"},
>                   {"FCFLAGS",
>                    "-g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
> -fstack-protector-strong"},
>                   {"FFLAGS",
>                    "-g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
> -fstack-protector-strong"},
>                   {"GCJFLAGS",
>                    "-g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
> -fstack-protector-strong"},
>                   {"HOME",
>                    
> "/<<PKGBUILDDIR>>/debian/.debhelper/generated/_source/home"},
>                   {"LANG","C.UTF-8"},
>                   {"LC_ALL","C.UTF-8"},
>                   {"LC_COLLATE","C.UTF-8"},
>                   {"LD","ld"},
>                   {"LDFLAGS",
>                    "-Wl,-z,relro -Wl,-z,now  -Wl,-z,relro -Wl,-z,now -lexpat 
> "},
>                   {"LOGNAME","user42"},
>                   {"MAKEFLAGS"," --no-print-directory"},
>                   {"MAKELEVEL","2"},
>                   {"MFLAGS","--no-print-directory"},
>                   {"NM","nm"},
>                   {"OBJCFLAGS",
>                    "-g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
> -fstack-protector-strong -Wformat -Werror=format-security"},
>                   {"OBJCOPY","objcopy"},
>                   {"OBJCXXFLAGS",
>                    "-g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
> -fstack-protector-strong -Wformat -Werror=format-security"},
>                   {"OBJDUMP","objdump"},
>                   {"OLDPWD","/<<BUILDDIR>>"},
>                   {"PATH",
>                    
> "/usr/lib/erlang/erts-13.1.5/bin:/usr/lib/erlang/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"},
>                   {"PROGNAME","erl"},
>                   {"PWD","/<<PKGBUILDDIR>>"},
>                   {"RANLIB","ranlib"},
>                   {"REBAR_DEPS_PREFER_LIBS","TRUE"},
>                   {"ROOTDIR","/usr/lib/erlang"},
>                   {"SCHROOT_ALIAS_NAME","unstable"},
>                   {"SCHROOT_CHROOT_NAME","sid-amd64-sbuild"},
>                   {"SCHROOT_COMMAND",
>                    "/bin/sh -c cd /<<PKGBUILDDIR>> && runuser -u user42 -- 
> dpkg-buildpackage --sanitize-env -us -uc -rfakeroot -b"},
>                   {"SCHROOT_GID","1001"},
>                   {"SCHROOT_GROUP","user42"},
>                   {"SCHROOT_SESSION_ID",
>                    "sid-amd64-sbuild-b02ec6ce-ef81-4ed3-a372-5d9f3bd58d18"},
>                   {"SCHROOT_UID","1001"},
>                   {"SCHROOT_USER","user42"},
>                   {"SHELL","/bin/sh"},
>                   {"SOURCE_DATE_EPOCH","1675864299"},
>                   {"STRIP","strip"},
>                   {"USER","user42"}]},
>             exit_status,
>             {line,16384},
>             use_stdio,stderr_to_stdout,hide]
> INFO:  No app_vars_file defined.
> DEBUG: Postdirs: []
>    dh_auto_test -O--buildsystem=rebar
>       make --no-print-directory -f /usr/share/dh-rebar/make/dh-rebar.Makefile 
> test
> rebar_eunit
> rebar eunit skip_deps=true -vv
> DEBUG: Evaluating config script "/<<PKGBUILDDIR>>/rebar.config.script"
> DEBUG: Consult config file "/<<PKGBUILDDIR>>/rebar.config"
> DEBUG: Rebar location: "/usr/bin/rebar"
> DEBUG: Consult config file "/<<PKGBUILDDIR>>/src/fast_xml.app.src"
> DEBUG: is_app_available, looking for App p1_utils with Path 
> "/<<PKGBUILDDIR>>/deps/p1_utils"
> DEBUG: Directory expected to be an app dir, but it doesn't exist (yet?):
> /<<PKGBUILDDIR>>/deps/p1_utils
> DEBUG: is_app_available, looking for App p1_utils with Path 
> "/usr/lib/erlang/lib/p1_utils-1.0.25"
> INFO:  Looking for p1_utils-.* ; found p1_utils-1.0.25 at 
> /usr/lib/erlang/lib/p1_utils-1.0.25
> DEBUG: Available deps: [{dep,"/usr/lib/erlang/lib/p1_utils-1.0.25",p1_utils,
>                              ".*",
>                              {git,"https://github.com/processone/p1_utils";,
>                                   {tag,"1.0.25"}},
>                              false}]
> DEBUG: Missing deps  : []
> DEBUG: is_app_available, looking for App p1_utils with Path 
> "/usr/lib/erlang/lib/p1_utils-1.0.25"
> INFO:  Looking for p1_utils-.* ; found p1_utils-1.0.25 at 
> /usr/lib/erlang/lib/p1_utils-1.0.25
> DEBUG: Adding /usr/lib/erlang/lib/p1_utils-1.0.25/ebin to code path
> DEBUG: Adding skip dir: /usr/lib/erlang/lib/p1_utils-1.0.25
> DEBUG: Associate sub_dir /usr/lib/erlang/lib/p1_utils-1.0.25 with 
> /<<PKGBUILDDIR>>
> DEBUG: Plugins requested while processing /<<PKGBUILDDIR>>: []
> DEBUG: Predirs: ["/usr/lib/erlang/lib/p1_utils-1.0.25"]
> DEBUG: Consult config file "/usr/lib/erlang/lib/p1_utils-1.0.25/rebar.config"
> DEBUG: Available deps: []
> DEBUG: Missing deps  : []
> DEBUG: Plugins requested while processing 
> /usr/lib/erlang/lib/p1_utils-1.0.25: []
> DEBUG: Predirs: []
> DEBUG: Postdirs: []
> ==> erlang-p1-xml-1.1.49 (eunit)
> DEBUG: Matched required ERTS version: 13.1.5 -> .*
> DEBUG: Matched required OTP release: 25 -> .*
> DEBUG: Min OTP version unconfigured
> DEBUG: Triq availability: false
> DEBUG: PropEr availability: false
> DEBUG: QuickCheck availability: false
> INFO:  sh info:
>       cwd: "/<<PKGBUILDDIR>>"
>       cmd: cp -R src/fxml_gen_pt.erl src/fxml_sup.erl src/fxml_stream.erl 
> src/fxmlrpc.erl src/fast_xml.erl src/fxml_gen.erl src/fxmlrpc_codec.erl 
> src/fxmlrpc_codec_external.erl src/fxml.erl test/fxml_test.erl ".eunit"
> DEBUG:        opts: [{use_stdout,false},abort_on_error]
> DEBUG: Port Cmd: "cp -R src/fxml_gen_pt.erl src/fxml_sup.erl 
> src/fxml_stream.erl src/fxmlrpc.erl src/fast_xml.erl src/fxml_gen.erl 
> src/fxmlrpc_codec.erl src/fxmlrpc_codec_external.erl src/fxml.erl 
> test/fxml_test.erl \".eunit\""
> Port Opts: [exit_status,{line,16384},use_stdio,stderr_to_stdout,hide]
> DEBUG: erl_opts [{d,'TEST'},debug_info,debug_info,nowarn_export_all]
> DEBUG: Files to compile first: ["src/fxml_gen_pt.erl"]
> Compiled src/fxml_gen_pt.erl
> DEBUG: Starting 3 compile worker(s)
> Compiled src/fxml_sup.erl
> Compiled src/fast_xml.erl
> Compiled src/fxml_stream.erl
> Compiled src/fxmlrpc.erl
> Compiled src/fxmlrpc_codec_external.erl
> Compiled src/fxml.erl
> Compiled src/fxmlrpc_codec.erl
> DEBUG: Worker exited cleanly
> Compiled test/fxml_test.erl
> DEBUG: Worker exited cleanly
> Compiled src/fxml_gen.erl
> DEBUG: Worker exited cleanly
> INFO:  Cover compiling /<<PKGBUILDDIR>>
> ======================== EUnit ========================
> module 'fxmlrpc_codec_external'
> module 'fxmlrpc_codec'
> module 'fxml'
> module 'fxml_stream'
> module 'fxmlrpc'
> module 'fxml_test'
>   fxml_test: start_test...=INFO REPORT==== 14-Aug-2023::15:37:44.879338 ===
>     application: fast_xml
>     exited: stopped
>     type: temporary
> 
> =INFO REPORT==== 14-Aug-2023::15:37:44.879934 ===
>     application: fast_xml
>     exited: stopped
>     type: temporary
> 
> [0.011 s] ok
>   fxml_test: tag_test...ok
>   fxml_test: cve_2022_25236_test...ok
>   fxml_test: empty_tag_test...ok
>   fxml_test: empty_tag_with_ns_test...ok
>   fxml_test: tag_with_cdata_test...ok
>   fxml_test: tag_with_attrs_test...ok
>   fxml_test: tag_with_empty_attr_test...ok
>   fxml_test: tag_with_prefix_test...ok
>   fxml_test: tag_with_prefix_children1_test...ok
>   fxml_test: tag_with_prefix_children2_test...ok
>   fxml_test: tag_with_prefix_children3_test...ok
>   fxml_test: tag_with_prefix_children4_test...ok
>   fxml_test: tag_with_attr_with_prefix_test...ok
>   fxml_test: tag_with_tags_test...ok
>   fxml_test: stream_test...ok
>   fxml_test: stream_normalized_ns_test...ok
>   fxml_test: stream_reset_test...ok
>   fxml_test: stream_error_test...ok
>   fxml_test: stream_with_joined_cdata_test...ok
>   fxml_test: splitted_stream_test...ok
>   fxml_test: map_stream_test...ok
>   fxml_test: streaming_mismatched_tags_error_test...ok
>   fxml_test: streaming_invalid_attribute_error_test...ok
>   fxml_test: xmpp_stream_test...ok
>   fxml_test: too_big_test...ok
>   fxml_test: too_big_with_data_after_test...ok
>   fxml_test: close_close_test...ok
>   fxml_test: close_parse_test...ok
>   fxml_test: close_change_callback_pid_test...ok
>   fxml_test: change_callback_pid_test...ok
>   fxml_test: badarg_new_test...ok
>   fxml_test: badarg_parse_test...ok
>   fxml_test: badarg_change_callback_pid_test...ok
>   fxml_test: badarg_close_test...ok
>   fxml_test: badarg_parse_element_test...ok
>   fxml_test: parse_error_test...ok
>   fxml_test: dead_pid_test...ok
>   fxml_test: -huge_element_test_/0-fun-4-...[0.329 s] ok
>   fxml_test: -many_stream_elements_test_/0-fun-4-...[0.567 s] ok
>   fxml_test: billionlaughs_test...ok
>   fxml_test: element_to_binary_entities_test...ok
>   fxml_test: element_to_binary_resize_test...ok
>   fxml_test: element_to_binary_test...ok
>   fxml_test: element_to_header_test...ok
>   fxml_test: element_to_header_xmlcdata_test...ok
>   fxml_test: crypt_test...ok
>   fxml_test: remove_cdata_test...ok
>   fxml_test: remove_subtags_test...ok
>   fxml_test: get_cdata_test...ok
>   fxml_test: get_tag_cdata_test...ok
>   fxml_test: get_attr_test...ok
>   fxml_test: get_attr_empty_test...ok
>   fxml_test: get_attr_s_test...ok
>   fxml_test: get_attr_s_empty_test...ok
>   fxml_test: get_tag_attr_test...ok
>   fxml_test: get_tag_attr_empty_test...ok
>   fxml_test: get_tag_attr_s_test...[0.001 s] ok
>   fxml_test: get_tag_attr_s_empty_test...ok
>   fxml_test: get_subtag_test...ok
>   fxml_test: get_subtag_false_test...ok
>   fxml_test: get_subtags_test...ok
>   fxml_test: get_subtags_empty_test...ok
>   fxml_test: get_subtag_with_xmlns_test...ok
>   fxml_test: get_subtag_with_xmlns_empty_test...ok
>   fxml_test: get_subtags_with_xmlns_test...ok
>   fxml_test: get_subtag_cdata_test...ok
>   fxml_test: get_subtag_cdata_empty_test...ok
>   fxml_test: append_subtags_test...ok
>   fxml_test: get_path_s_tag_test...ok
>   fxml_test: get_path_s_empty_tag_test...ok
>   fxml_test: get_path_s_attr_test...ok
>   fxml_test: get_path_s_cdata_test...ok
>   fxml_test: replace_tag_attr_test...ok
>   fxml_test: replace_subtag_test...ok
>   fxml_test: to_xmlel_test...ok
>   fxml_test: rpc_fault_test...ok
>   fxml_test: rpc_call_test...ok
>   fxml_test: response_test...ok
>   fxml_test: rpc_empty_call_test...ok
>   fxml_test: rpc_empty_response_test...ok
>   [done in 1.156 s]
> module 'fxml_gen'
> module 'fast_xml'
> module 'fxml_gen_pt'
> module 'fxml_sup'
> =======================================================
>   All 81 tests passed.
> Cover analysis: /<<PKGBUILDDIR>>/.eunit/index.html
> Coverdata export: /<<PKGBUILDDIR>>/.eunit/cover.coverdata
> DEBUG: Reconstruct kernel [{logger_level,notice},
>                            {logger_sasl_compatible,false},
>                            {net_tickintensity,4},
>                            {net_ticktime,60},
>                            {prevent_overlapping_partitions,true},
>                            {shell_docs_ansi,auto}]
> DEBUG: Reconstruct crypto [{fips_mode,false},{rand_cache_size,896}]
> DEBUG: Reconstruct p1_utils []
> DEBUG: Reconstruct compiler []
> DEBUG: Reconstruct rebar []
> DEBUG: Reconstruct stdlib []
> DEBUG: Reconstruct fast_xml []
> DEBUG: Kill <0.214.0> [{current_function,{application_master,main_loop,2}},
>                        {initial_call,{proc_lib,init_p,5}},
>                        {status,waiting},
>                        {message_queue_len,0},
>                        {links,[<0.215.0>,<0.44.0>]},
>                        {dictionary,
>                            [{'$ancestors',[<0.213.0>]},
>                             {'$initial_call',{application_master,init,4}}]},
>                        {trap_exit,true},
>                        {error_handler,error_handler},
>                        {priority,normal},
>                        {group_leader,<0.214.0>},
>                        {total_heap_size,233},
>                        {heap_size,233},
>                        {stack_size,7},
>                        {reductions,41},
>                        {garbage_collection,
>                            [{max_heap_size,
>                                 #{error_logger => true,kill => true,
>                                   size => 0}},
>                             {min_bin_vheap_size,46422},
>                             {min_heap_size,233},
>                             {fullsweep_after,65535},
>                             {minor_gcs,0}]},
>                        {suspending,[]}]
> DEBUG: Kill <0.215.0> [{current_function,{application_master,loop_it,4}},
>                        {initial_call,{application_master,start_it,4}},
>                        {status,running},
>                        {message_queue_len,0},
>                        {links,[<0.214.0>,<0.216.0>]},
>                        {dictionary,[]},
>                        {trap_exit,true},
>                        {error_handler,error_handler},
>                        {priority,normal},
>                        {group_leader,<0.214.0>},
>                        {total_heap_size,233},
>                        {heap_size,233},
>                        {stack_size,6},
>                        {reductions,88},
>                        {garbage_collection,
>                            [{max_heap_size,
>                                 #{error_logger => true,kill => true,
>                                   size => 0}},
>                             {min_bin_vheap_size,46422},
>                             {min_heap_size,233},
>                             {fullsweep_after,65535},
>                             {minor_gcs,0}]},
>                        {suspending,[]}]
> =INFO REPORT==== 14-Aug-2023::15:37:46.204942 ===
>     application: p1_utils
>     exited: killed
>     type: temporary
> 
> DEBUG: Kill <0.216.0> [{registered_name,p1_utils_sup},
>                        {current_function,{code_server,call,1}},
>                        {initial_call,{proc_lib,init_p,5}},
>                        {status,running},
>                        {message_queue_len,0},
>                        {links,[<0.215.0>]},
>                        {dictionary,
>                            [{'$ancestors',[<0.215.0>]},
>                             {'$initial_call',{supervisor,p1_utils_sup,1}}]},
>                        {trap_exit,true},
>                        {error_handler,error_handler},
>                        {priority,normal},
>                        {group_leader,<0.214.0>},
>                        {total_heap_size,376},
>                        {heap_size,376},
>                        {stack_size,32},
>                        {reductions,100},
>                        {garbage_collection,
>                            [{max_heap_size,
>                                 #{error_logger => true,kill => true,
>                                   size => 0}},
>                             {min_bin_vheap_size,46422},
>                             {min_heap_size,233},
>                             {fullsweep_after,65535},
>                             {minor_gcs,0}]},
>                        {suspending,[]}]
> DEBUG: Kill <0.240.0> [{current_function,{fxml_test,receiver,1}},
>                        {initial_call,{erlang,apply,2}},
>                        {status,waiting},
>                        {message_queue_len,3},
>                        {links,[]},
>                        {dictionary,[]},
>                        {trap_exit,false},
>                        {error_handler,error_handler},
>                        {priority,normal},
>                        {group_leader,<0.239.0>},
>                        {total_heap_size,406},
>                        {heap_size,233},
>                        {stack_size,3},
>                        {reductions,82},
>                        {garbage_collection,
>                            [{max_heap_size,
>                                 #{error_logger => true,kill => true,
>                                   size => 0}},
>                             {min_bin_vheap_size,46422},
>                             {min_heap_size,233},
>                             {fullsweep_after,65535},
>                             {minor_gcs,0}]},
>                        {suspending,[]}]
> DEBUG: Kill <0.242.0> [{current_function,{fxml_test,receiver,1}},
>                        {initial_call,{erlang,apply,2}},
>                        {status,waiting},
>                        {message_queue_len,3},
>                        {links,[]},
>                        {dictionary,[]},
>                        {trap_exit,false},
>                        {error_handler,error_handler},
>                        {priority,normal},
>                        {group_leader,<0.241.0>},
>                        {total_heap_size,987},
>                        {heap_size,987},
>                        {stack_size,3},
>                        {reductions,221},
>                        {garbage_collection,
>                            [{max_heap_size,
>                                 #{error_logger => true,kill => true,
>                                   size => 0}},
>                             {min_bin_vheap_size,46422},
>                             {min_heap_size,233},
>                             {fullsweep_after,65535},
>                             {minor_gcs,0}]},
>                        {suspending,[]}]
> DEBUG: Kill <0.246.0> [{current_function,{fxml_test,receiver,1}},
>                        {initial_call,{erlang,apply,2}},
>                        {status,waiting},
>                        {message_queue_len,0},
>                        {links,[]},
>                        {dictionary,[]},
>                        {trap_exit,false},
>                        {error_handler,error_handler},
>                        {priority,normal},
>                        {group_leader,<0.245.0>},
>                        {total_heap_size,271},
>                        {heap_size,233},
>                        {stack_size,3},
>                        {reductions,50},
>                        {garbage_collection,
>                            [{max_heap_size,
>                                 #{error_logger => true,kill => true,
>                                   size => 0}},
>                             {min_bin_vheap_size,46422},
>                             {min_heap_size,233},
>                             {fullsweep_after,65535},
>                             {minor_gcs,0}]},
>                        {suspending,[]}]
> DEBUG: Kill <0.248.0> [{current_function,{fxml_test,receiver,1}},
>                        {initial_call,{erlang,apply,2}},
>                        {status,waiting},
>                        {message_queue_len,0},
>                        {links,[]},
>                        {dictionary,[]},
>                        {trap_exit,false},
>                        {error_handler,error_handler},
>                        {priority,normal},
>                        {group_leader,<0.247.0>},
>                        {total_heap_size,298},
>                        {heap_size,233},
>                        {stack_size,3},
>                        {reductions,60},
>                        {garbage_collection,
>                            [{max_heap_size,
>                                 #{error_logger => true,kill => true,
>                                   size => 0}},
>                             {min_bin_vheap_size,46422},
>                             {min_heap_size,233},
>                             {fullsweep_after,65535},
>                             {minor_gcs,0}]},
>                        {suspending,[]}]
> DEBUG: Kill <0.250.0> [{current_function,{fxml_test,receiver,1}},
>                        {initial_call,{erlang,apply,2}},
>                        {status,waiting},
>                        {message_queue_len,0},
>                        {links,[]},
>                        {dictionary,[]},
>                        {trap_exit,false},
>                        {error_handler,error_handler},
>                        {priority,normal},
>                        {group_leader,<0.249.0>},
>                        {total_heap_size,341},
>                        {heap_size,233},
>                        {stack_size,3},
>                        {reductions,197},
>                        {garbage_collection,
>                            [{max_heap_size,
>                                 #{error_logger => true,kill => true,
>                                   size => 0}},
>                             {min_bin_vheap_size,46422},
>                             {min_heap_size,233},
>                             {fullsweep_after,65535},
>                             {minor_gcs,0}]},
>                        {suspending,[]}]
> DEBUG: Kill <0.260.0> [{current_function,{fxml_test,receiver,1}},
>                        {initial_call,{erlang,apply,2}},
>                        {status,waiting},
>                        {message_queue_len,0},
>                        {links,[]},
>                        {dictionary,[]},
>                        {trap_exit,false},
>                        {error_handler,error_handler},
>                        {priority,normal},
>                        {group_leader,<0.259.0>},
>                        {total_heap_size,300},
>                        {heap_size,233},
>                        {stack_size,3},
>                        {reductions,69},
>                        {garbage_collection,
>                            [{max_heap_size,
>                                 #{error_logger => true,kill => true,
>                                   size => 0}},
>                             {min_bin_vheap_size,46422},
>                             {min_heap_size,233},
>                             {fullsweep_after,65535},
>                             {minor_gcs,0}]},
>                        {suspending,[]}]
> DEBUG: Kill <0.267.0> [{current_function,{fxml_test,receiver,1}},
>                        {initial_call,{erlang,apply,2}},
>                        {status,waiting},
>                        {message_queue_len,0},
>                        {links,[]},
>                        {dictionary,[]},
>                        {trap_exit,false},
>                        {error_handler,error_handler},
>                        {priority,normal},
>                        {group_leader,<0.266.0>},
>                        {total_heap_size,249},
>                        {heap_size,233},
>                        {stack_size,3},
>                        {reductions,41},
>                        {garbage_collection,
>                            [{max_heap_size,
>                                 #{error_logger => true,kill => true,
>                                   size => 0}},
>                             {min_bin_vheap_size,46422},
>                             {min_heap_size,233},
>                             {fullsweep_after,65535},
>                             {minor_gcs,0}]},
>                        {suspending,[]}]
> DEBUG: Kill <0.268.0> [{current_function,{fxml_test,receiver,1}},
>                        {initial_call,{erlang,apply,2}},
>                        {status,waiting},
>                        {message_queue_len,0},
>                        {links,[]},
>                        {dictionary,[]},
>                        {trap_exit,false},
>                        {error_handler,error_handler},
>                        {priority,normal},
>                        {group_leader,<0.266.0>},
>                        {total_heap_size,248},
>                        {heap_size,233},
>                        {stack_size,3},
>                        {reductions,45},
>                        {garbage_collection,
>                            [{max_heap_size,
>                                 #{error_logger => true,kill => true,
>                                   size => 0}},
>                             {min_bin_vheap_size,46422},
>                             {min_heap_size,233},
>                             {fullsweep_after,65535},
>                             {minor_gcs,0}]},
>                        {suspending,[]}]
> DEBUG: Kill <0.279.0> [{current_function,{fxml_test,receiver,1}},
>                        {initial_call,{erlang,apply,2}},
>                        {status,waiting},
>                        {message_queue_len,0},
>                        {links,[]},
>                        {dictionary,[]},
>                        {trap_exit,false},
>                        {error_handler,error_handler},
>                        {priority,normal},
>                        {group_leader,<0.278.0>},
>                        {total_heap_size,3556},
>                        {heap_size,2586},
>                        {stack_size,3},
>                        {reductions,3302417},
>                        {garbage_collection,
>                            [{max_heap_size,
>                                 #{error_logger => true,kill => true,
>                                   size => 0}},
>                             {min_bin_vheap_size,46422},
>                             {min_heap_size,233},
>                             {fullsweep_after,65535},
>                             {minor_gcs,2363}]},
>                        {suspending,[]}]
> DEBUG: Kill <0.281.0> [{current_function,{fxml_test,receiver,1}},
>                        {initial_call,{erlang,apply,2}},
>                        {status,waiting},
>                        {message_queue_len,0},
>                        {links,[]},
>                        {dictionary,[]},
>                        {trap_exit,false},
>                        {error_handler,error_handler},
>                        {priority,normal},
>                        {group_leader,<0.280.0>},
>                        {total_heap_size,246},
>                        {heap_size,233},
>                        {stack_size,3},
>                        {reductions,41},
>                        {garbage_collection,
>                            [{max_heap_size,
>                                 #{error_logger => true,kill => true,
>                                   size => 0}},
>                             {min_bin_vheap_size,46422},
>                             {min_heap_size,233},
>                             {fullsweep_after,65535},
>                             {minor_gcs,0}]},
>                        {suspending,[]}]
> DEBUG: Postdirs: []
>       rm -fr -- /tmp/dh-xdg-rundir-GuQnd4Rc
>    create-stamp debian/debhelper-build-stamp
>    dh_testroot -O--buildsystem=rebar
>    dh_prep -O--buildsystem=rebar
>       rm -f -- debian/erlang-p1-xml.substvars
>       rm -fr -- debian/.debhelper/generated/erlang-p1-xml/ 
> debian/erlang-p1-xml/ debian/tmp/
>       rm -f debian/erlang-p1-xml.debhelper.log
>    debian/rules override_dh_auto_install
> make[1]: Entering directory '/<<PKGBUILDDIR>>'
> dh_auto_install
>       install -m0755 -d /<<PKGBUILDDIR>>/debian/erlang-p1-xml
>       make --no-print-directory -f /usr/share/dh-rebar/make/dh-rebar.Makefile 
> install /<<PKGBUILDDIR>>/debian/erlang-p1-xml
> echo install
> install
> echo  debian/erlang-p1-xml.install >> debian/trash
> if [ -e debian/erlang-p1-xml.install.in ]; then\
>       echo "Filling in debian/erlang-p1-xml.install using 
> debian/erlang-p1-xml.install.in";\
>       cat debian/erlang-p1-xml.install.in |   sed -e 
> 's/@@PKG_VERSION@@/1.1.49/g' -e 's/@@E_PKG_NAME@@/p1_xml/g' -e 
> 's/@@REBAR_LIB_DIR@@/priv/g' -e 's/@@REBAR_BIN_DIR@@/ebin/g' -e 
> 's/@@REBAR_INCLUDE_DIR@@/include/g' -e '/^test /e' | \
>                       (while read line; do [ -e  debian/erlang-p1-xml.install 
> ] || touch  debian/erlang-p1-xml.install; if grep -q -F "$line"  
> debian/erlang-p1-xml.install; then echo "Skipping already existing line: 
> $line"; else echo "Adding new line: $line"; echo "$line" >>  
> debian/erlang-p1-xml.install; fi; done);\
> else \
>       echo "Filling in debian/erlang-p1-xml.install using 
> /usr/share/dh-rebar/template/pkg.install.in";\
>       cat /usr/share/dh-rebar/template/pkg.install.in |       sed -e 
> 's/@@PKG_VERSION@@/1.1.49/g' -e 's/@@E_PKG_NAME@@/p1_xml/g' -e 
> 's/@@REBAR_LIB_DIR@@/priv/g' -e 's/@@REBAR_BIN_DIR@@/ebin/g' -e 
> 's/@@REBAR_INCLUDE_DIR@@/include/g' -e '/^test /e' | \
>                       (while read line; do [ -e  debian/erlang-p1-xml.install 
> ] || touch  debian/erlang-p1-xml.install; if grep -q -F "$line"  
> debian/erlang-p1-xml.install; then echo "Skipping already existing line: 
> $line"; else echo "Adding new line: $line"; echo "$line" >>  
> debian/erlang-p1-xml.install; fi; done);\
> fi
> Filling in debian/erlang-p1-xml.install using 
> /usr/share/dh-rebar/template/pkg.install.in
> Adding new line: usr/lib/erlang/lib/p1_xml-1.1.49/ebin
> Adding new line: usr/lib/erlang/lib/p1_xml-1.1.49/priv
> echo  debian/erlang-p1-xml-dev.install >> debian/trash
> if [ -e debian/erlang-p1-xml-dev.install.in ]; then\
>       echo "Filling in debian/erlang-p1-xml-dev.install using 
> debian/erlang-p1-xml-dev.install.in";\
>       cat debian/erlang-p1-xml-dev.install.in |       sed -e 
> 's/@@PKG_VERSION@@/1.1.49/g' -e 's/@@E_PKG_NAME@@/p1_xml/g' -e 
> 's/@@REBAR_LIB_DIR@@/priv/g' -e 's/@@REBAR_BIN_DIR@@/ebin/g' -e 
> 's/@@REBAR_INCLUDE_DIR@@/include/g' -e '/^test /e' | \
>                       (while read line; do [ -e  
> debian/erlang-p1-xml-dev.install ] || touch  
> debian/erlang-p1-xml-dev.install; if grep -q -F "$line"  
> debian/erlang-p1-xml-dev.install; then echo "Skipping already existing line: 
> $line"; else echo "Adding new line: $line"; echo "$line" >>  
> debian/erlang-p1-xml-dev.install; fi; done);\
> else \
>       echo "Filling in debian/erlang-p1-xml-dev.install using 
> /usr/share/dh-rebar/template/dev.install.in";\
>       cat /usr/share/dh-rebar/template/dev.install.in |       sed -e 
> 's/@@PKG_VERSION@@/1.1.49/g' -e 's/@@E_PKG_NAME@@/p1_xml/g' -e 
> 's/@@REBAR_LIB_DIR@@/priv/g' -e 's/@@REBAR_BIN_DIR@@/ebin/g' -e 
> 's/@@REBAR_INCLUDE_DIR@@/include/g' -e '/^test /e' | \
>                       (while read line; do [ -e  
> debian/erlang-p1-xml-dev.install ] || touch  
> debian/erlang-p1-xml-dev.install; if grep -q -F "$line"  
> debian/erlang-p1-xml-dev.install; then echo "Skipping already existing line: 
> $line"; else echo "Adding new line: $line"; echo "$line" >>  
> debian/erlang-p1-xml-dev.install; fi; done);\
> fi
> Filling in debian/erlang-p1-xml-dev.install using 
> /usr/share/dh-rebar/template/dev.install.in
> Adding new line: usr/lib/erlang/lib/p1_xml-1.1.49/include
> install -d \
>       debian/tmp/usr/lib/erlang/lib/p1_xml-1.1.49/ebin
> install -m 644 ebin/* \
>       debian/tmp/usr/lib/erlang/lib/p1_xml-1.1.49/ebin/
> if [ -e include ]; then \
>       install -d \
>               debian/tmp/usr/lib/erlang/lib/p1_xml-1.1.49/include ;\
>       install -m 644 include/* \
>               debian/tmp/usr/lib/erlang/lib/p1_xml-1.1.49/include/;\
> fi
> if [ -e priv ]; then \
>       install -d \
>               debian/tmp/usr/lib/erlang/lib/p1_xml-1.1.49/priv ;\
>       install -m 644 priv/* \
>               debian/tmp/usr/lib/erlang/lib/p1_xml-1.1.49/priv/ ;\
>       rm -rf 
> debian/tmp/usr/lib/erlang/lib/p1_xml-1.1.49/priv/Run-eunit-loop.expect ;\
> fi
> install: omitting directory 'priv/lib'
> make[2]: Nothing to be done for '/<<PKGBUILDDIR>>/debian/erlang-p1-xml'.
> for file in include/*.hrl priv/lib/*.so ; do \
>       fname=$(basename ${file}) ; \
>       subdir=$(dirname ${file}) ; \
>       if [ ! -f 
> /<<PKGBUILDDIR>>/debian/erlang-p1-xml/usr/lib/erlang/lib/p1_xml-1.1.49/${subdir}/${fname}
>  ] ; then \
>               install -m 755 -d 
> /<<PKGBUILDDIR>>/debian/erlang-p1-xml/usr/lib/erlang/lib/p1_xml-1.1.49/${subdir}
>  ; \
>               install -m 644 ${file} 
> /<<PKGBUILDDIR>>/debian/erlang-p1-xml/usr/lib/erlang/lib/p1_xml-1.1.49/${subdir}
>  ; \
>       fi ; \
> done
> make[1]: Leaving directory '/<<PKGBUILDDIR>>'
>    dh_install -O--buildsystem=rebar
>       install -m0755 -d debian/erlang-p1-xml//usr/lib/erlang/lib/p1_xml-1.1.49
>       cp --reflink=auto -a debian/tmp/usr/lib/erlang/lib/p1_xml-1.1.49/ebin 
> debian/tmp/usr/lib/erlang/lib/p1_xml-1.1.49/priv 
> debian/erlang-p1-xml//usr/lib/erlang/lib/p1_xml-1.1.49/
>    dh_installdocs -O--buildsystem=rebar
>       install -m0755 -d debian/erlang-p1-xml/usr/share/doc/erlang-p1-xml
>       install -m0755 -d debian/erlang-p1-xml/usr/share/doc/erlang-p1-xml
>       cp --reflink=auto -a ./README.md 
> debian/erlang-p1-xml/usr/share/doc/erlang-p1-xml
>       chmod -R u\+rw,go=rX debian/erlang-p1-xml/usr/share/doc
>       install -p -m0644 debian/copyright 
> debian/erlang-p1-xml/usr/share/doc/erlang-p1-xml/copyright
>    dh_installchangelogs -O--buildsystem=rebar
>       install -m0755 -d debian/erlang-p1-xml/usr/share/doc/erlang-p1-xml
>       install -p -m0644 
> debian/.debhelper/generated/erlang-p1-xml/dh_installchangelogs.dch.trimmed 
> debian/erlang-p1-xml/usr/share/doc/erlang-p1-xml/changelog.Debian
>       install -p -m0644 ./CHANGELOG.md 
> debian/erlang-p1-xml/usr/share/doc/erlang-p1-xml/changelog
>    dh_installsystemduser -O--buildsystem=rebar
>    dh_lintian -O--buildsystem=rebar
>       install -m0755 -d debian/erlang-p1-xml/usr/share/lintian/overrides
>       install -p -m0644 debian/erlang-p1-xml.lintian-overrides 
> debian/erlang-p1-xml/usr/share/lintian/overrides/erlang-p1-xml
>    dh_perl -O--buildsystem=rebar
>    dh_link -O--buildsystem=rebar
>    dh_strip_nondeterminism -O--buildsystem=rebar
>    dh_compress "-X.erl -X.beam" -O--buildsystem=rebar
>       cd debian/erlang-p1-xml
>       chmod a-x usr/share/doc/erlang-p1-xml/README.md 
> usr/share/doc/erlang-p1-xml/changelog 
> usr/share/doc/erlang-p1-xml/changelog.Debian
>       gzip -9nf usr/share/doc/erlang-p1-xml/README.md 
> usr/share/doc/erlang-p1-xml/changelog 
> usr/share/doc/erlang-p1-xml/changelog.Debian
>       cd '/<<PKGBUILDDIR>>'
>    dh_fixperms -O--buildsystem=rebar
>       find debian/erlang-p1-xml ! -type l -a -true -a -true -print0 
> 2>/dev/null | xargs -0r chmod go=rX,u+rw,a-s
>       find debian/erlang-p1-xml/usr/share/doc -type f -a -true -a ! -regex 
> 'debian/erlang-p1-xml/usr/share/doc/[^/]*/examples/.*' -print0 2>/dev/null | 
> xargs -0r chmod 0644
>       find debian/erlang-p1-xml/usr/share/doc -type d -a -true -a -true 
> -print0 2>/dev/null | xargs -0r chmod 0755
>       find debian/erlang-p1-xml/usr/share/lintian/overrides -type f -a -true 
> -a -true -print0 2>/dev/null | xargs -0r chmod 0644
>       find debian/erlang-p1-xml -type f \( -name '*.so.*' -o -name '*.so' -o 
> -name '*.la' -o -name '*.a' -o -name '*.js' -o -name '*.css' -o -name 
> '*.scss' -o -name '*.sass' -o -name '*.jpeg' -o -name '*.jpg' -o -name 
> '*.png' -o -name '*.gif' -o -name '*.cmxs' -o -name '*.node' \) -a -true -a 
> -true -print0 2>/dev/null | xargs -0r chmod 0644
>       find debian/erlang-p1-xml/usr/lib -type f -name '*.ali' -a -true -a 
> -true -print0 2>/dev/null | xargs -0r chmod uga-w
>    dh_missing -O--buildsystem=rebar
> dh_missing: warning: usr/lib/erlang/lib/p1_xml-1.1.49/include/fxml.hrl exists 
> in debian/tmp but is not installed to anywhere 
> dh_missing: warning: usr/lib/erlang/lib/p1_xml-1.1.49/include/fxml_gen.hrl 
> exists in debian/tmp but is not installed to anywhere 
> dh_missing: error: missing files, aborting
>       The following debhelper tools have reported what they installed (with 
> files per package)
>        * dh_install: erlang-p1-xml (2)
>        * dh_installdocs: erlang-p1-xml (1)
>       If the missing files are installed by another tool, please file a bug 
> against it.
>       When filing the report, if the tool is not part of debhelper itself, 
> please reference the
>       "Logging helpers and dh_missing" section from the "PROGRAMMING" guide 
> for debhelper (10.6.3+).
>         (in the debhelper package: /usr/share/doc/debhelper/PROGRAMMING.gz)
>       Be sure to test with dpkg-buildpackage -A/-B as the results may vary 
> when only a subset is built
>       If the omission is intentional or no other helper can take care of this 
> consider adding the
>       paths to debian/not-installed.
> make: *** [debian/rules:11: binary] Error 25
> dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 
> 2
> 
> E: Command 'cd /<<PKGBUILDDIR>> && runuser -u user42 -- dpkg-buildpackage 
> --sanitize-env -us -uc -rfakeroot -b' failed to run.


The full build log is available from:
http://qa-logs.debian.net/2023/08/16/erlang-p1-xml_1.1.49-2_unstable.log

If you reassign this bug to another package, please mark it as 'affects'-ing
this package. See https://www.debian.org/Bugs/server-control#affects

If you fail to reproduce this, please provide a build log and diff it with mine
so that we can identify if something relevant changed in the meantime.


Reply via email to