--- Begin Message ---
Source: erlang-p1-stun
Version: 1.2.7-1
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-stun
> dpkg-buildpackage: info: source version 1.2.7-1
> 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/stun.app.src"
> DEBUG: Available deps: []
> DEBUG: Missing deps : []
> DEBUG: Plugins requested while processing /<<PKGBUILDDIR>>: []
> DEBUG: Predirs: []
> ==> erlang-p1-stun-1.2.7 (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-stun.debhelper.log
> rm -f -- debian/erlang-p1-stun.substvars debian/files
> rm -fr -- debian/erlang-p1-stun/ 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/stun.app.src"
> DEBUG: Available deps: []
> DEBUG: Missing deps : []
> DEBUG: Plugins requested while processing /<<PKGBUILDDIR>>: []
> DEBUG: Predirs: []
> ==> erlang-p1-stun-1.2.7 (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,{i,"include"},{d,'RAND_UNIFORM'}]
> DEBUG: Files to compile first: []
> DEBUG: Starting 3 compile worker(s)
> Compiled src/stun_listener.erl
> Compiled src/stun_shaper.erl
> Compiled src/stun_sup.erl
> Compiled src/stun_app.erl
> Compiled src/turn_sm.erl
> Compiled src/turn_tmp_sup.erl
> Compiled src/stun_codec.erl
> Compiled src/stun_acceptor.erl
> Compiled src/stun_tmp_sup.erl
> Compiled src/stun_acceptor_sup.erl
> Compiled src/stun_test.erl
> Compiled src/stun_logger.erl
> Compiled src/stun_listener_sup.erl
> DEBUG: Worker exited cleanly
> Compiled src/stun.erl
> DEBUG: Worker exited cleanly
> Compiled src/turn.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/stun.app.src"
> DEBUG: Available deps: []
> DEBUG: Missing deps : []
> DEBUG: Plugins requested while processing /<<PKGBUILDDIR>>: []
> DEBUG: Predirs: []
> ==> erlang-p1-stun-1.2.7 (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/stun_listener.erl src/stun_codec.erl src/stun_shaper.erl
> src/turn_sm.erl src/stun_sup.erl src/stun_app.erl src/stun.erl
> src/turn_tmp_sup.erl src/stun_test.erl src/stun_acceptor.erl
> src/stun_tmp_sup.erl src/stun_acceptor_sup.erl src/turn.erl
> src/stun_logger.erl src/stun_listener_sup.erl ".eunit"
> DEBUG: opts: [{use_stdout,false},abort_on_error]
> DEBUG: Port Cmd: "cp -R src/stun_listener.erl src/stun_codec.erl
> src/stun_shaper.erl src/turn_sm.erl src/stun_sup.erl src/stun_app.erl
> src/stun.erl src/turn_tmp_sup.erl src/stun_test.erl src/stun_acceptor.erl
> src/stun_tmp_sup.erl src/stun_acceptor_sup.erl src/turn.erl
> src/stun_logger.erl src/stun_listener_sup.erl \".eunit\""
> Port Opts: [exit_status,{line,16384},use_stdio,stderr_to_stdout,hide]
> DEBUG: erl_opts [{d,'TEST'},
> debug_info,debug_info,
> {i,"include"},
> {d,'RAND_UNIFORM'}]
> DEBUG: Files to compile first: []
> DEBUG: Starting 3 compile worker(s)
> Compiled src/stun_shaper.erl
> Compiled src/stun_listener.erl
> Compiled src/stun_sup.erl
> Compiled src/stun_app.erl
> Compiled src/turn_sm.erl
> Compiled src/turn_tmp_sup.erl
> Compiled src/stun_codec.erl
> Compiled src/stun_acceptor.erl
> Compiled src/stun_tmp_sup.erl
> Compiled src/stun_acceptor_sup.erl
> Compiled src/stun_test.erl
> Compiled src/stun_logger.erl
> Compiled src/stun_listener_sup.erl
> DEBUG: Worker exited cleanly
> Compiled src/stun.erl
> DEBUG: Worker exited cleanly
> Compiled src/turn.erl
> DEBUG: Worker exited cleanly
> INFO: Cover compiling /<<PKGBUILDDIR>>
> ======================== EUnit ========================
> module 'stun_sup'
> module 'stun_logger'
> module 'turn'
> module 'stun_codec'
> module 'turn_sm'
> module 'stun_acceptor_sup'
> module 'stun_tmp_sup'
> module 'stun'
> module 'stun_app'
> module 'stun_listener_sup'
> module 'turn_tmp_sup'
> module 'stun_acceptor'
> module 'stun_shaper'
> module 'stun_listener'
> module 'stun_test'
> stun_test: init_test...[0.035 s] ok
> stun_test: mk_cert_test...ok
> stun_test: add_udp_listener_test...[0.006 s] ok
> stun_test: add_tcp_listener_test...[0.003 s] ok
> stun_test: add_tls_listener_test...ok
> stun_test: add_auto_listener_test...[0.016 s] ok
> stun_test: bind_udp_test...[0.002 s] ok
> stun_test: bind_tcp_test...ok
> stun_test: bind_tls_test...[1.021 s] ok
> stun_test: bind_auto_test...[1.007 s] ok
> stun_test: del_tcp_listener_test...ok
> stun_test: del_tls_listener_test...ok
> stun_test: del_auto_listener_test...ok
> stun_test: allocate_udp_test...[0.005 s] ok
> [done in 2.137 s]
> =======================================================
> All 14 tests passed.
> Cover analysis: /<<PKGBUILDDIR>>/.eunit/index.html
> Coverdata export: /<<PKGBUILDDIR>>/.eunit/cover.coverdata
> DEBUG: Reconstruct fast_tls []
> DEBUG: Reconstruct compiler []
> 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 rebar []
> DEBUG: Reconstruct p1_utils []
> DEBUG: Reconstruct stdlib []
> DEBUG: Reconstruct stun []
> DEBUG: Kill <0.275.0> [{current_function,{application_master,main_loop,2}},
> {initial_call,{proc_lib,init_p,5}},
> {status,waiting},
> {message_queue_len,0},
> {links,[<0.276.0>,<0.44.0>]},
> {dictionary,
> [{'$initial_call',{application_master,init,4}},
> {'$ancestors',[<0.274.0>]}]},
> {trap_exit,true},
> {error_handler,error_handler},
> {priority,normal},
> {group_leader,<0.275.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.276.0> [{current_function,{application_master,loop_it,4}},
> {initial_call,{application_master,start_it,4}},
> {status,running},
> {message_queue_len,0},
> {links,[<0.275.0>,<0.277.0>]},
> {dictionary,[]},
> {trap_exit,true},
> {error_handler,error_handler},
> {priority,normal},
> {group_leader,<0.275.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:50:09.127221 ===
> application: p1_utils
> exited: killed
> type: temporary
>
> DEBUG: Kill <0.277.0> [{registered_name,p1_utils_sup},
> {current_function,{io_lib_pretty,get_option,3}},
> {initial_call,{proc_lib,init_p,5}},
> {status,running},
> {message_queue_len,0},
> {links,[<0.276.0>]},
> {dictionary,
> [{'$initial_call',{supervisor,p1_utils_sup,1}},
> {'$ancestors',[<0.276.0>]}]},
> {trap_exit,true},
> {error_handler,error_handler},
> {priority,normal},
> {group_leader,<0.275.0>},
> {total_heap_size,10957},
> {heap_size,4185},
> {stack_size,116},
> {reductions,8066},
> {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,[]}]
> =ERROR REPORT==== 14-Aug-2023::15:50:09.127486 ===
> ** Generic server p1_utils_sup terminating
> ** Last message in was {'EXIT',<0.276.0>,killed}
> ** When Server state == {state,{local,p1_utils_sup},
> one_for_one,
> {[],#{}},
> undefined,10,1,[],0,never,p1_utils_sup,[]}
> ** Reason for termination ==
> ** killed
>
> DEBUG: Kill <0.280.0> [{current_function,{application_master,main_loop,2}},
> {initial_call,{proc_lib,init_p,5}},
> {status,waiting},
> {message_queue_len,0},
> {links,[<0.281.0>,<0.44.0>]},
> {dictionary,
> [{'$initial_call',{application_master,init,4}},
> {'$ancestors',[<0.279.0>]}]},
> {trap_exit,true},
> {error_handler,error_handler},
> {priority,normal},
> {group_leader,<0.280.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.281.0> [{current_function,{application_master,loop_it,4}},
> {initial_call,{application_master,start_it,4}},
> {status,running},
> {message_queue_len,0},
> {links,[<0.280.0>,<0.282.0>]},
> {dictionary,[]},
> {trap_exit,true},
> {error_handler,error_handler},
> {priority,normal},
> {group_leader,<0.280.0>},
> {total_heap_size,233},
> {heap_size,233},
> {stack_size,6},
> {reductions,160},
> {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.282.0> [{registered_name,stun_sup},
> {current_function,{gen_server,loop,7}},
> {initial_call,{proc_lib,init_p,5}},
> {status,running},
> {message_queue_len,1},
> {links,
> [<0.283.0>,<0.287.0>,<0.288.0>,<0.286.0>,
> <0.281.0>]},
> {dictionary,
> [{'$initial_call',{supervisor,stun_sup,1}},
> {'$ancestors',[<0.281.0>]}]},
> {trap_exit,true},
> {error_handler,error_handler},
> {priority,normal},
> {group_leader,<0.280.0>},
> {total_heap_size,613},
> {heap_size,233},
> {stack_size,11},
> {reductions,430},
> {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,3}]},
> {suspending,[]}]
> DEBUG: Kill <0.283.0> [{registered_name,stun_listener_sup},
> {current_function,{gen_server,loop,7}},
> {initial_call,{proc_lib,init_p,5}},
> {status,running},
> {message_queue_len,0},
> {links,[<0.284.0>,<0.285.0>,<0.282.0>]},
> {dictionary,
>
> [{'$initial_call',{supervisor,stun_listener_sup,1}},
> {'$ancestors',[stun_sup,<0.281.0>]}]},
> {trap_exit,true},
> {error_handler,error_handler},
> {priority,normal},
> {group_leader,<0.280.0>},
> {total_heap_size,609},
> {heap_size,233},
> {stack_size,11},
> {reductions,251},
> {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,1}]},
> {suspending,[]}]
> =INFO REPORT==== 14-Aug-2023::15:50:09.129506 ===
> application: stun
> exited: killed
> type: temporary
>
> =ERROR REPORT==== 14-Aug-2023::15:50:09.130235 ===
> ** Generic server stun_tmp_sup terminating
> ** Last message in was {'EXIT',<0.282.0>,killed}
> ** When Server state == {state,
> {local,stun_tmp_sup},
> simple_one_for_one,
> {[stun],
> #{stun =>
> {child,undefined,stun,
> {stun,start_link,[]},
> temporary,false,5000,worker,
> [stun]}}},
> {mapsets,#{}},
> 10,1,[],0,never,stun_tmp_sup,[]}
> ** Reason for termination ==
> ** killed
>
> DEBUG: Kill <0.284.0> [{registered_name,stun_acceptor_sup},
>
> {current_function,{supervisor,wait_dynamic_children,5}},
> {initial_call,{proc_lib,init_p,5}},
> {status,running},
> {message_queue_len,0},
> {links,[<0.291.0>,<0.283.0>]},
> {dictionary,
>
> [{'$initial_call',{supervisor,stun_acceptor_sup,1}},
> {'$ancestors',
> [stun_listener_sup,stun_sup,<0.281.0>]}]},
> {trap_exit,true},
> {error_handler,error_handler},
> {priority,normal},
> {group_leader,<0.280.0>},
> {total_heap_size,764},
> {heap_size,376},
> {stack_size,34},
> {reductions,515},
> {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,[]}]
> =ERROR REPORT==== 14-Aug-2023::15:50:09.130672 ===
> ** Generic server turn_tmp_sup terminating
> ** Last message in was {'EXIT',<0.282.0>,killed}
> ** When Server state == {state,
> {local,turn_tmp_sup},
> simple_one_for_one,
> {[turn],
> #{turn =>
> {child,undefined,turn,
> {turn,start_link,[]},
> temporary,false,5000,worker,
> [turn]}}},
> {mapsets,#{}},
> 10,1,[],0,never,turn_tmp_sup,[]}
> ** Reason for termination ==
> ** killed
>
> DEBUG: Kill <0.285.0> []
> =CRASH REPORT==== 14-Aug-2023::15:50:09.130909 ===
> crasher:
> initial call: supervisor:turn_tmp_sup/1
> pid: <0.287.0>
> registered_name: turn_tmp_sup
> exception exit: killed
> in function gen_server:decode_msg/9 (gen_server.erl, line 909)
> ancestors: [stun_sup,<0.281.0>]
> message_queue_len: 0
> messages: []
> links: []
> dictionary: []
> trap_exit: true
> status: running
> heap_size: 4185
> stack_size: 28
> reductions: 6226
> neighbours:
>
> DEBUG: Kill <0.286.0> []
> =CRASH REPORT==== 14-Aug-2023::15:50:09.130502 ===
> crasher:
> initial call: supervisor:stun_tmp_sup/1
> pid: <0.286.0>
> registered_name: stun_tmp_sup
> exception exit: killed
> in function gen_server:decode_msg/9 (gen_server.erl, line 909)
> ancestors: [stun_sup,<0.281.0>]
> message_queue_len: 0
> messages: []
> links: []
> dictionary: []
> trap_exit: true
> status: running
> heap_size: 376
> stack_size: 28
> reductions: 6273
> neighbours:
>
> DEBUG: Kill <0.287.0> []
> DEBUG: Kill <0.288.0> []
> DEBUG: Kill <0.291.0> []
> DEBUG: Postdirs: []
> rm -fr -- /tmp/dh-xdg-rundir-aahilyN2
> create-stamp debian/debhelper-build-stamp
> dh_testroot -O--buildsystem=rebar
> dh_prep -O--buildsystem=rebar
> rm -f -- debian/erlang-p1-stun.substvars
> rm -fr -- debian/.debhelper/generated/erlang-p1-stun/
> debian/erlang-p1-stun/ debian/tmp/
> debian/rules override_dh_auto_install
> make[1]: Entering directory '/<<PKGBUILDDIR>>'
> dh_auto_install
> install -m0755 -d /<<PKGBUILDDIR>>/debian/erlang-p1-stun
> make --no-print-directory -f /usr/share/dh-rebar/make/dh-rebar.Makefile
> install /<<PKGBUILDDIR>>/debian/erlang-p1-stun
> echo install
> install
> echo debian/erlang-p1-stun.install >> debian/trash
> if [ -e debian/erlang-p1-stun.install.in ]; then\
> echo "Filling in debian/erlang-p1-stun.install using
> debian/erlang-p1-stun.install.in";\
> cat debian/erlang-p1-stun.install.in | sed -e
> 's/@@PKG_VERSION@@/1.2.7/g' -e 's/@@E_PKG_NAME@@/p1_stun/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-stun.install ] || touch debian/erlang-p1-stun.install; if
> grep -q -F "$line" debian/erlang-p1-stun.install; then echo "Skipping
> already existing line: $line"; else echo "Adding new line: $line"; echo
> "$line" >> debian/erlang-p1-stun.install; fi; done);\
> else \
> echo "Filling in debian/erlang-p1-stun.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.2.7/g' -e 's/@@E_PKG_NAME@@/p1_stun/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-stun.install ] || touch debian/erlang-p1-stun.install; if
> grep -q -F "$line" debian/erlang-p1-stun.install; then echo "Skipping
> already existing line: $line"; else echo "Adding new line: $line"; echo
> "$line" >> debian/erlang-p1-stun.install; fi; done);\
> fi
> Filling in debian/erlang-p1-stun.install using
> /usr/share/dh-rebar/template/pkg.install.in
> Adding new line: usr/lib/erlang/lib/p1_stun-1.2.7/ebin
> Skipping already existing line:
> echo debian/erlang-p1-stun-dev.install >> debian/trash
> if [ -e debian/erlang-p1-stun-dev.install.in ]; then\
> echo "Filling in debian/erlang-p1-stun-dev.install using
> debian/erlang-p1-stun-dev.install.in";\
> cat debian/erlang-p1-stun-dev.install.in | sed -e
> 's/@@PKG_VERSION@@/1.2.7/g' -e 's/@@E_PKG_NAME@@/p1_stun/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-stun-dev.install ] || touch
> debian/erlang-p1-stun-dev.install; if grep -q -F "$line"
> debian/erlang-p1-stun-dev.install; then echo "Skipping already existing line:
> $line"; else echo "Adding new line: $line"; echo "$line" >>
> debian/erlang-p1-stun-dev.install; fi; done);\
> else \
> echo "Filling in debian/erlang-p1-stun-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.2.7/g' -e 's/@@E_PKG_NAME@@/p1_stun/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-stun-dev.install ] || touch
> debian/erlang-p1-stun-dev.install; if grep -q -F "$line"
> debian/erlang-p1-stun-dev.install; then echo "Skipping already existing line:
> $line"; else echo "Adding new line: $line"; echo "$line" >>
> debian/erlang-p1-stun-dev.install; fi; done);\
> fi
> Filling in debian/erlang-p1-stun-dev.install using
> /usr/share/dh-rebar/template/dev.install.in
> Adding new line: usr/lib/erlang/lib/p1_stun-1.2.7/include
> install -d \
> debian/tmp/usr/lib/erlang/lib/p1_stun-1.2.7/ebin
> install -m 644 ebin/* \
> debian/tmp/usr/lib/erlang/lib/p1_stun-1.2.7/ebin/
> if [ -e include ]; then \
> install -d \
> debian/tmp/usr/lib/erlang/lib/p1_stun-1.2.7/include ;\
> install -m 644 include/* \
> debian/tmp/usr/lib/erlang/lib/p1_stun-1.2.7/include/;\
> fi
> if [ -e priv ]; then \
> install -d \
> debian/tmp/usr/lib/erlang/lib/p1_stun-1.2.7/priv ;\
> install -m 644 priv/* \
> debian/tmp/usr/lib/erlang/lib/p1_stun-1.2.7/priv/ ;\
> rm -rf
> debian/tmp/usr/lib/erlang/lib/p1_stun-1.2.7/priv/Run-eunit-loop.expect ;\
> fi
> make[2]: Nothing to be done for '/<<PKGBUILDDIR>>/debian/erlang-p1-stun'.
> for file in include/*.hrl; do \
> fname=$(basename ${file}) ; \
> subdir=$(dirname ${file}) ; \
> if [ ! -f
> /<<PKGBUILDDIR>>/debian/erlang-p1-stun/usr/lib/erlang/lib/p1_stun-1.2.7/${subdir}/${fname}
> ] ; then \
> install -m 755 -d
> /<<PKGBUILDDIR>>/debian/erlang-p1-stun/usr/lib/erlang/lib/p1_stun-1.2.7/${subdir}
> ; \
> install -m 644 ${file}
> /<<PKGBUILDDIR>>/debian/erlang-p1-stun/usr/lib/erlang/lib/p1_stun-1.2.7/${subdir}
> ; \
> fi ; \
> done
> make[1]: Leaving directory '/<<PKGBUILDDIR>>'
> dh_install -O--buildsystem=rebar
> install -m0755 -d
> debian/erlang-p1-stun//usr/lib/erlang/lib/p1_stun-1.2.7
> cp --reflink=auto -a debian/tmp/usr/lib/erlang/lib/p1_stun-1.2.7/ebin
> debian/erlang-p1-stun//usr/lib/erlang/lib/p1_stun-1.2.7/
> dh_installdocs -O--buildsystem=rebar
> install -m0755 -d debian/erlang-p1-stun/usr/share/doc/erlang-p1-stun
> install -p -m0644 debian/copyright
> debian/erlang-p1-stun/usr/share/doc/erlang-p1-stun/copyright
> dh_installchangelogs -O--buildsystem=rebar
> install -m0755 -d debian/erlang-p1-stun/usr/share/doc/erlang-p1-stun
> install -p -m0644
> debian/.debhelper/generated/erlang-p1-stun/dh_installchangelogs.dch.trimmed
> debian/erlang-p1-stun/usr/share/doc/erlang-p1-stun/changelog.Debian
> install -p -m0644 ./CHANGELOG.md
> debian/erlang-p1-stun/usr/share/doc/erlang-p1-stun/changelog
> dh_installsystemduser -O--buildsystem=rebar
> dh_lintian -O--buildsystem=rebar
> install -m0755 -d debian/erlang-p1-stun/usr/share/lintian/overrides
> install -p -m0644 debian/erlang-p1-stun.lintian-overrides
> debian/erlang-p1-stun/usr/share/lintian/overrides/erlang-p1-stun
> 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-stun
> chmod a-x usr/share/doc/erlang-p1-stun/changelog
> usr/share/doc/erlang-p1-stun/changelog.Debian
> gzip -9nf usr/share/doc/erlang-p1-stun/changelog
> usr/share/doc/erlang-p1-stun/changelog.Debian
> cd '/<<PKGBUILDDIR>>'
> dh_fixperms -O--buildsystem=rebar
> find debian/erlang-p1-stun ! -type l -a -true -a -true -print0
> 2>/dev/null | xargs -0r chmod go=rX,u+rw,a-s
> find debian/erlang-p1-stun/usr/share/doc -type f -a -true -a ! -regex
> 'debian/erlang-p1-stun/usr/share/doc/[^/]*/examples/.*' -print0 2>/dev/null |
> xargs -0r chmod 0644
> find debian/erlang-p1-stun/usr/share/doc -type d -a -true -a -true
> -print0 2>/dev/null | xargs -0r chmod 0755
> find debian/erlang-p1-stun/usr/share/lintian/overrides -type f -a -true
> -a -true -print0 2>/dev/null | xargs -0r chmod 0644
> find debian/erlang-p1-stun -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-stun/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_stun-1.2.7/include/stun.hrl exists
> in debian/tmp but is not installed to anywhere
> dh_missing: warning: usr/lib/erlang/lib/p1_stun-1.2.7/include/stun_logger.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-stun (1)
> * dh_installdocs: erlang-p1-stun (0)
> 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-stun_1.2.7-1_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 ---