On 2017-02-02 16:54:08 [+0000], Holger Levsen wrote: > > I'm surprised to see that many packages failing to build in parallel, as we're > building everything in parallel and I dont remember such failures recentl.y
So retried them with -j1 [0] and: - passed: boxbackup 0.11.1~r2837-4 erlang 19.2.1+dfsg-1 gridsite 2.3.2-3 kannel-sqlbox 0.7.2-4 kannel 1.4.4-4 mailsync 5.2.2-3.1 netkit-telnet-ssl 0.17.41+0.2-2 nmh 1.6-16 postfix 3.1.4-3 pure-ftpd 1.0.43-3 qtwebsockets-opensource-src 5.7.1~20161021-4 r-cran-rsclient 0.7-3-2 rserve 1.7-3-3 vde2 2.3.2+r586-2.1 - still failing: mongodb 3.2.11-2 nova 14.0.0-3 openvswitch 2.6.2~pre+git20161223-3 pyrit 0.4.0-7 python-asyncssh 1.8.1-2 ruby2.3 2.3.3-1 and the failing ones do not look obvious. [0] https://breakpoint.cc/openssl-rebuild/2017-02-01-rebuild-testing-retry/ > You can go to http://reproducible.debian.net/$srcpkgname and see for yourself > whether they build fine in our environment. If they do, you can rule out > "parallel" as causing this… I see. I looked at kannel. The -j1 version: |sed "s/#FIGTYPE#/.png/;s/#VERSION#/1.4.4/;s/#DATE#/2016-12-03/;s/#DRAFTS#/IGNORE/" doc/wtls/wtls.xml > doc/wtls/wtls.tmp |openjade -V nochunks -t sgml -d /usr/share/sgml/docbook/stylesheet/dsssl/modular/html/docbook.dsl /usr/share/xml/declaration/xml.dcl doc/wtls/wtls.tmp > doc/wtls/wtls.html |rm -f doc/wtls/wtls.tmp … |sed "s/#FIGTYPE#/.ps/;s/#VERSION#/1.4.4/;s/#DATE#/2016-12-03/;s/#DRAFTS#/IGNORE/" doc/wtls/wtls.xml > doc/wtls/wtls.tmp |cd `dirname doc/wtls/wtls.xml` && openjade -o `basename doc/wtls/wtls`.rtf -t rtf -d /usr/share/sgml/docbook/stylesheet/dsssl/modular/print/docbook.dsl /usr/share/xml/declaration/xml.dcl `basename doc/wtls/wtls`.tmp |rm -f doc/wtls/wtls.tmp and the -j16: |sed "s/#FIGTYPE#/.png/;s/#VERSION#/1.4.4/;s/#DATE#/2016-12-03/;s/#DRAFTS#/IGNORE/" doc/wtls/wtls.xml > doc/wtls/wtls.tmp |openjade -o doc/wtls/wtls.tex -t tex -d /usr/share/sgml/docbook/stylesheet/dsssl/modular/print/docbook.dsl /usr/share/xml/declaration/xml.dcl doc/wtls/wtls.tmp |openjade:/usr/share/sgml/docbook/stylesheet/dsssl/modular/print/dbttlpg.dsl:2722:6:E: flow object not accepted by port; only display flow objects accepted |openjade:/usr/share/sgml/docbook/stylesheet/dsssl/modular/print/dbttlpg.dsl:2722:6:E: flow object not accepted by port; only display flow objects accepted |openjade:/usr/share/sgml/docbook/stylesheet/dsssl/modular/print/dbttlpg.dsl:2722:6:E: flow object not accepted by port; only display flow objects accepted |rm -f doc/wtls/wtls.tmp |openjade -o doc/alligata/alligata.tex -t tex -d /usr/share/sgml/docbook/stylesheet/dsssl/modular/print/docbook.dsl /usr/share/xml/declaration/xml.dcl doc/alligata/alligata.tmp |rm -f doc/wtls/wtls.tmp … |ranlib libwmlscript.a |openjade:E: cannot find "doc/wtls/wtls.tmp"; tried "doc/wtls/wtls.tmp", "/usr/local/share/sgml/doc/wtls/wtls.tmp", "/usr/share/sgml/doc/wtls/wtls.tmp" |openjade:/usr/share/xml/declaration/xml.dcl:190:1:E: end of document in prolog |rm -f doc/wtls/wtls.tmp That "flow object not accepted by port" seems not to be the issue but the fact, that wtls.tmp is reused and probably removed too early. > -- > cheers, > Holger Sebastian

