--- Begin Message ---
Source: erlang-p1-utils
Version: 1.0.25-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-utils
> dpkg-buildpackage: info: source version 1.0.25-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
> dh_auto_clean -O--buildsystem=rebar
> 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/p1_utils.app.src"
> DEBUG: Available deps: []
> DEBUG: Missing deps : []
> DEBUG: Plugins requested while processing /<<PKGBUILDDIR>>: []
> DEBUG: Predirs: []
> ==> erlang-p1-utils-1.0.25 (clean)
> 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
> dh_autoreconf_clean -O--buildsystem=rebar
> dh_clean -O--buildsystem=rebar
> rm -f debian/debhelper-build-stamp
> rm -rf debian/.debhelper/
> rm -f debian/erlang-p1-utils.debhelper.log
> rm -f -- debian/erlang-p1-utils.substvars debian/files
> rm -fr -- debian/erlang-p1-utils/ 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
> dh_auto_configure -O--buildsystem=rebar
> make --no-print-directory -f /usr/share/dh-rebar/make/dh-rebar.Makefile
> configure
> make[1]: Nothing to be done for 'configure'.
> 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/p1_utils.app.src"
> DEBUG: Available deps: []
> DEBUG: Missing deps : []
> DEBUG: Plugins requested while processing /<<PKGBUILDDIR>>: []
> DEBUG: Predirs: []
> ==> erlang-p1-utils-1.0.25 (compile)
> DEBUG: Matched required ERTS version: 13.1.5 -> .*
> DEBUG: Matched required OTP release: 25 -> .*
> DEBUG: Min OTP version unconfigured
> DEBUG: erl_opts [debug_info,debug_info,{d,'HAVE_RAND'}]
> DEBUG: Files to compile first: ["src/p1_server.erl"]
> Compiled src/p1_server.erl
> DEBUG: Starting 3 compile worker(s)
> Compiled src/p1_time_compat.erl
> Compiled src/p1_options.erl
> Compiled src/p1_nif_utils.erl
> Compiled src/p1_file_queue.erl
> Compiled src/p1_shaper.erl
> Compiled src/p1_http.erl
> Compiled src/p1_prof.erl
> Compiled src/p1_proxy_protocol.erl
> Compiled src/p1_utils_sup.erl
> Compiled src/treap.erl
> Compiled src/p1_utils.erl
> Compiled src/p1_rand.erl
> DEBUG: Worker exited cleanly
> Compiled src/p1_queue.erl
> DEBUG: Worker exited cleanly
> Compiled src/p1_fsm.erl
> DEBUG: Worker exited cleanly
> 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/p1_utils.app.src"
> DEBUG: Available deps: []
> DEBUG: Missing deps : []
> DEBUG: Plugins requested while processing /<<PKGBUILDDIR>>: []
> DEBUG: Predirs: []
> ==> erlang-p1-utils-1.0.25 (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/p1_options.erl src/p1_time_compat.erl
> src/p1_file_queue.erl src/p1_fsm.erl src/p1_nif_utils.erl src/p1_prof.erl
> src/p1_shaper.erl src/p1_server.erl src/p1_http.erl src/p1_proxy_protocol.erl
> src/treap.erl src/p1_utils_sup.erl src/p1_utils.erl src/p1_queue.erl
> src/p1_rand.erl test/p1_queue_test.erl ".eunit"
> DEBUG: opts: [{use_stdout,false},abort_on_error]
> DEBUG: Port Cmd: "cp -R src/p1_options.erl src/p1_time_compat.erl
> src/p1_file_queue.erl src/p1_fsm.erl src/p1_nif_utils.erl src/p1_prof.erl
> src/p1_shaper.erl src/p1_server.erl src/p1_http.erl src/p1_proxy_protocol.erl
> src/treap.erl src/p1_utils_sup.erl src/p1_utils.erl src/p1_queue.erl
> src/p1_rand.erl test/p1_queue_test.erl \".eunit\""
> Port Opts: [exit_status,{line,16384},use_stdio,stderr_to_stdout,hide]
> DEBUG: erl_opts [{d,'TEST'},debug_info,debug_info,{d,'HAVE_RAND'}]
> DEBUG: Files to compile first: ["src/p1_server.erl"]
> Compiled src/p1_server.erl
> DEBUG: Starting 3 compile worker(s)
> Compiled src/p1_time_compat.erl
> Compiled src/p1_options.erl
> Compiled src/p1_nif_utils.erl
> Compiled src/p1_file_queue.erl
> Compiled src/p1_shaper.erl
> Compiled src/p1_http.erl
> Compiled src/p1_prof.erl
> Compiled src/treap.erl
> Compiled src/p1_utils_sup.erl
> Compiled src/p1_utils.erl
> Compiled src/p1_proxy_protocol.erl
> Compiled src/p1_queue.erl
> Compiled src/p1_rand.erl
> DEBUG: Worker exited cleanly
> Compiled src/p1_fsm.erl
> DEBUG: Worker exited cleanly
> p1_queue_test.erl:11:2: Warning: export_all flag enabled - all functions will
> be exported
> Compiled test/p1_queue_test.erl
> DEBUG: Worker exited cleanly
> INFO: Cover compiling /<<PKGBUILDDIR>>
> ======================== EUnit ========================
> module 'p1_utils_sup'
> module 'p1_time_compat'
> module 'p1_prof'
> module 'p1_file_queue'
> module 'treap'
> module 'p1_server'
> module 'p1_shaper'
> module 'p1_fsm'
> module 'p1_queue_test'
> p1_queue_test: start_test...[0.007 s] ok
> p1_queue_test: double_start_test...ok
> p1_queue_test: new_ram_test...ok
> p1_queue_test: new_file_test...ok
> p1_queue_test: double_close_test...[0.002 s] ok
> p1_queue_test: close_test...[0.005 s] ok
> p1_queue_test: type_ram_test...ok
> p1_queue_test: type_file_test...[0.002 s] ok
> p1_queue_test: is_queue_ram_test...ok
> p1_queue_test: is_queue_file_test...ok
> p1_queue_test: is_queue_not_queue_test...ok
> p1_queue_test: from_list_ram_test...ok
> p1_queue_test: from_list_file_test...[0.001 s] ok
> p1_queue_test: to_list_ram_test...ok
> p1_queue_test: to_list_file_test...ok
> p1_queue_test: len_ram_test...ok
> p1_queue_test: len_file_test...ok
> p1_queue_test: len_macro_ram_test...ok
> p1_queue_test: len_macro_file_test...[0.003 s] ok
> p1_queue_test: is_empty_ram_test...ok
> p1_queue_test: is_empty_file_test...ok
> p1_queue_test: clear_ram_test...ok
> p1_queue_test: clear_file_test...ok
> p1_queue_test: in_ram_test...ok
> p1_queue_test: in_file_test...ok
> p1_queue_test: out_ram_test...ok
> p1_queue_test: out_file_test...ok
> p1_queue_test: out_empty_ram_test...ok
> p1_queue_test: out_empty_file_test...ok
> p1_queue_test: clear_in_test...[0.002 s] ok
> p1_queue_test: get_limit_ram_test...ok
> p1_queue_test: get_limit_file_test...ok
> p1_queue_test: set_limit_ram_test...ok
> p1_queue_test: set_limit_file_test...[0.002 s] ok
> p1_queue_test: from_list_limit_ram_test...ok
> p1_queue_test: from_list_limit_file_test...ok
> p1_queue_test: peek_ram_test...ok
> p1_queue_test: peek_file_test...ok
> p1_queue_test: peek_empty_ram_test...ok
> p1_queue_test: peek_empty_file_test...ok
> p1_queue_test: drop_ram_test...ok
> p1_queue_test: drop_file_test...ok
> p1_queue_test: drop_empty_ram_test...ok
> p1_queue_test: drop_empty_file_test...ok
> p1_queue_test: foreach_ram_test...ok
> p1_queue_test: foreach_file_test...ok
> p1_queue_test: foldl_ram_test...ok
> p1_queue_test: foldl_file_test...ok
> p1_queue_test: dropwhile_ram_test...ok
> p1_queue_test: dropwhile_file_test...ok
> p1_queue_test: drop_until_empty_ram_test...ok
> p1_queue_test: drop_until_empty_file_test...ok
> p1_queue_test: ram_to_file_test...ok
> p1_queue_test: file_to_ram_test...ok
> p1_queue_test: not_owner_test...ok
> p1_queue_test: format_error_test...[0.002 s] ok
> p1_queue_test: bad_size_test...ok
> p1_queue_test: eof_test...ok
> p1_queue_test: bad_term_test...ok
> p1_queue_test: closed_test...ok
> p1_queue_test: write_fail_test...ok
> p1_queue_test: gc_test...[0.041 s] ok
> p1_queue_test: destruction_test...[0.009 s] ok
> p1_queue_test: emfile_test...[0.001 s] ok
> p1_queue_test: stop_test...[0.001 s] ok
> p1_queue_test: start_fail_test...=ERROR REPORT====
> 14-Aug-2023::15:43:31.149243 ===
> failed to create directory "/<<PKGBUILDDIR>>/.eunit/eacces_queue/p1_queue":
> permission denied
> =CRASH REPORT==== 14-Aug-2023::15:43:31.149395 ===
> crasher:
> initial call: p1_file_queue:init/1
> pid: <0.339.0>
> registered_name: []
> exception exit: eacces
> in function gen_server:init_it/6 (gen_server.erl, line 835)
> ancestors: [p1_utils_sup,<0.232.0>]
> message_queue_len: 0
> messages: []
> links: [<0.233.0>]
> dictionary: []
> trap_exit: false
> status: running
> heap_size: 610
> stack_size: 28
> reductions: 3319
> neighbours:
>
> [0.001 s] ok
> p1_queue_test: start_eacces_test...[0.001 s] ok
> p1_queue_test: new_eacces_test...ok
> p1_queue_test: from_list_eacces_test...ok
> p1_queue_test: stop_eaccess_test...ok
> [done in 0.291 s]
> module 'p1_queue'
> module 'p1_options'
> module 'p1_rand'
> module 'p1_proxy_protocol'
> module 'p1_http'
> module 'p1_utils'
> module 'p1_nif_utils'
> =======================================================
> All 70 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 p1_utils []
> DEBUG: Reconstruct crypto [{fips_mode,false},{rand_cache_size,896}]
> DEBUG: Reconstruct rebar []
> DEBUG: Reconstruct stdlib []
> DEBUG: Reconstruct compiler []
> DEBUG: Kill <0.231.0> [{current_function,{application_master,main_loop,2}},
> {initial_call,{proc_lib,init_p,5}},
> {status,waiting},
> {message_queue_len,0},
> {links,[<0.232.0>,<0.44.0>]},
> {dictionary,
> [{'$initial_call',{application_master,init,4}},
> {'$ancestors',[<0.230.0>]}]},
> {trap_exit,true},
> {error_handler,error_handler},
> {priority,normal},
> {group_leader,<0.231.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.232.0> [{current_function,{application_master,loop_it,4}},
> {initial_call,{application_master,start_it,4}},
> {status,running},
> {message_queue_len,0},
> {links,[<0.231.0>,<0.233.0>]},
> {dictionary,[]},
> {trap_exit,true},
> {error_handler,error_handler},
> {priority,normal},
> {group_leader,<0.231.0>},
> {total_heap_size,233},
> {heap_size,233},
> {stack_size,6},
> {reductions,61},
> {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:43:31.373497 ===
> application: p1_utils
> exited: killed
> type: temporary
>
> DEBUG: Kill <0.233.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.232.0>]},
> {dictionary,
> [{'$initial_call',{supervisor,p1_utils_sup,1}},
> {'$ancestors',[<0.232.0>]}]},
> {trap_exit,true},
> {error_handler,error_handler},
> {priority,normal},
> {group_leader,<0.231.0>},
> {total_heap_size,1986},
> {heap_size,987},
> {stack_size,32},
> {reductions,684},
> {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,2}]},
> {suspending,[]}]
> DEBUG: Postdirs: []
> rm -fr -- /tmp/dh-xdg-rundir-SltMXZXc
> create-stamp debian/debhelper-build-stamp
> dh_testroot -O--buildsystem=rebar
> dh_prep -O--buildsystem=rebar
> rm -f -- debian/erlang-p1-utils.substvars
> rm -fr -- debian/.debhelper/generated/erlang-p1-utils/
> debian/erlang-p1-utils/ debian/tmp/
> debian/rules override_dh_auto_install
> make[1]: Entering directory '/<<PKGBUILDDIR>>'
> dh_auto_install
> install -m0755 -d /<<PKGBUILDDIR>>/debian/erlang-p1-utils
> make --no-print-directory -f /usr/share/dh-rebar/make/dh-rebar.Makefile
> install /<<PKGBUILDDIR>>/debian/erlang-p1-utils
> echo install
> install
> echo debian/erlang-p1-utils.install >> debian/trash
> if [ -e debian/erlang-p1-utils.install.in ]; then\
> echo "Filling in debian/erlang-p1-utils.install using
> debian/erlang-p1-utils.install.in";\
> cat debian/erlang-p1-utils.install.in | sed -e
> 's/@@PKG_VERSION@@/1.0.25/g' -e 's/@@E_PKG_NAME@@/p1_utils/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-utils.install ] || touch debian/erlang-p1-utils.install; if
> grep -q -F "$line" debian/erlang-p1-utils.install; then echo "Skipping
> already existing line: $line"; else echo "Adding new line: $line"; echo
> "$line" >> debian/erlang-p1-utils.install; fi; done);\
> else \
> echo "Filling in debian/erlang-p1-utils.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.0.25/g' -e 's/@@E_PKG_NAME@@/p1_utils/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-utils.install ] || touch debian/erlang-p1-utils.install; if
> grep -q -F "$line" debian/erlang-p1-utils.install; then echo "Skipping
> already existing line: $line"; else echo "Adding new line: $line"; echo
> "$line" >> debian/erlang-p1-utils.install; fi; done);\
> fi
> Filling in debian/erlang-p1-utils.install using
> /usr/share/dh-rebar/template/pkg.install.in
> Adding new line: usr/lib/erlang/lib/p1_utils-1.0.25/ebin
> Skipping already existing line:
> echo debian/erlang-p1-utils-dev.install >> debian/trash
> if [ -e debian/erlang-p1-utils-dev.install.in ]; then\
> echo "Filling in debian/erlang-p1-utils-dev.install using
> debian/erlang-p1-utils-dev.install.in";\
> cat debian/erlang-p1-utils-dev.install.in | sed -e
> 's/@@PKG_VERSION@@/1.0.25/g' -e 's/@@E_PKG_NAME@@/p1_utils/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-utils-dev.install ] || touch
> debian/erlang-p1-utils-dev.install; if grep -q -F "$line"
> debian/erlang-p1-utils-dev.install; then echo "Skipping already existing
> line: $line"; else echo "Adding new line: $line"; echo "$line" >>
> debian/erlang-p1-utils-dev.install; fi; done);\
> else \
> echo "Filling in debian/erlang-p1-utils-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.0.25/g' -e 's/@@E_PKG_NAME@@/p1_utils/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-utils-dev.install ] || touch
> debian/erlang-p1-utils-dev.install; if grep -q -F "$line"
> debian/erlang-p1-utils-dev.install; then echo "Skipping already existing
> line: $line"; else echo "Adding new line: $line"; echo "$line" >>
> debian/erlang-p1-utils-dev.install; fi; done);\
> fi
> Filling in debian/erlang-p1-utils-dev.install using
> /usr/share/dh-rebar/template/dev.install.in
> Adding new line: usr/lib/erlang/lib/p1_utils-1.0.25/include
> install -d \
> debian/tmp/usr/lib/erlang/lib/p1_utils-1.0.25/ebin
> install -m 644 ebin/* \
> debian/tmp/usr/lib/erlang/lib/p1_utils-1.0.25/ebin/
> if [ -e include ]; then \
> install -d \
> debian/tmp/usr/lib/erlang/lib/p1_utils-1.0.25/include ;\
> install -m 644 include/* \
> debian/tmp/usr/lib/erlang/lib/p1_utils-1.0.25/include/;\
> fi
> if [ -e priv ]; then \
> install -d \
> debian/tmp/usr/lib/erlang/lib/p1_utils-1.0.25/priv ;\
> install -m 644 priv/* \
> debian/tmp/usr/lib/erlang/lib/p1_utils-1.0.25/priv/ ;\
> rm -rf
> debian/tmp/usr/lib/erlang/lib/p1_utils-1.0.25/priv/Run-eunit-loop.expect ;\
> fi
> make[2]: Nothing to be done for '/<<PKGBUILDDIR>>/debian/erlang-p1-utils'.
> for file in include/*.hrl; do \
> fname=$(basename ${file}) ; \
> subdir=$(dirname ${file}) ; \
> if [ ! -f
> /<<PKGBUILDDIR>>/debian/erlang-p1-utils/usr/lib/erlang/lib/p1_utils-1.0.25/${subdir}/${fname}
> ] ; then \
> install -m 755 -d
> /<<PKGBUILDDIR>>/debian/erlang-p1-utils/usr/lib/erlang/lib/p1_utils-1.0.25/${subdir}
> ; \
> install -m 644 ${file}
> /<<PKGBUILDDIR>>/debian/erlang-p1-utils/usr/lib/erlang/lib/p1_utils-1.0.25/${subdir}
> ; \
> fi ; \
> done
> make[1]: Leaving directory '/<<PKGBUILDDIR>>'
> dh_install -O--buildsystem=rebar
> install -m0755 -d
> debian/erlang-p1-utils//usr/lib/erlang/lib/p1_utils-1.0.25
> cp --reflink=auto -a debian/tmp/usr/lib/erlang/lib/p1_utils-1.0.25/ebin
> debian/erlang-p1-utils//usr/lib/erlang/lib/p1_utils-1.0.25/
> dh_installdocs -O--buildsystem=rebar
> install -m0755 -d debian/erlang-p1-utils/usr/share/doc/erlang-p1-utils
> install -m0755 -d debian/erlang-p1-utils/usr/share/doc/erlang-p1-utils
> cp --reflink=auto -a ./README.md
> debian/erlang-p1-utils/usr/share/doc/erlang-p1-utils
> chmod -R u\+rw,go=rX debian/erlang-p1-utils/usr/share/doc
> install -p -m0644 debian/copyright
> debian/erlang-p1-utils/usr/share/doc/erlang-p1-utils/copyright
> dh_installchangelogs -O--buildsystem=rebar
> install -m0755 -d debian/erlang-p1-utils/usr/share/doc/erlang-p1-utils
> install -p -m0644
> debian/.debhelper/generated/erlang-p1-utils/dh_installchangelogs.dch.trimmed
> debian/erlang-p1-utils/usr/share/doc/erlang-p1-utils/changelog.Debian
> install -p -m0644 ./CHANGELOG.md
> debian/erlang-p1-utils/usr/share/doc/erlang-p1-utils/changelog
> dh_installsystemduser -O--buildsystem=rebar
> dh_lintian -O--buildsystem=rebar
> install -m0755 -d debian/erlang-p1-utils/usr/share/lintian/overrides
> install -p -m0644 debian/erlang-p1-utils.lintian-overrides
> debian/erlang-p1-utils/usr/share/lintian/overrides/erlang-p1-utils
> 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-utils
> chmod a-x usr/share/doc/erlang-p1-utils/changelog
> usr/share/doc/erlang-p1-utils/changelog.Debian
> gzip -9nf usr/share/doc/erlang-p1-utils/changelog
> usr/share/doc/erlang-p1-utils/changelog.Debian
> cd '/<<PKGBUILDDIR>>'
> dh_fixperms -O--buildsystem=rebar
> find debian/erlang-p1-utils ! -type l -a -true -a -true -print0
> 2>/dev/null | xargs -0r chmod go=rX,u+rw,a-s
> find debian/erlang-p1-utils/usr/share/doc -type f -a -true -a ! -regex
> 'debian/erlang-p1-utils/usr/share/doc/[^/]*/examples/.*' -print0 2>/dev/null
> | xargs -0r chmod 0644
> find debian/erlang-p1-utils/usr/share/doc -type d -a -true -a -true
> -print0 2>/dev/null | xargs -0r chmod 0755
> find debian/erlang-p1-utils/usr/share/lintian/overrides -type f -a
> -true -a -true -print0 2>/dev/null | xargs -0r chmod 0644
> find debian/erlang-p1-utils -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-utils/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_utils-1.0.25/include/p1_queue.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-utils (1)
> * dh_installdocs: erlang-p1-utils (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-utils_1.0.25-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.
--- End Message ---