Your message dated Tue, 19 Jul 2016 22:03:04 +0200
with message-id <[email protected]>
and subject line Re: Bug#831233: libmongodb-perl: FTBFS: Build hangs minutes of 
inactivity
has caused the Debian Bug report #831233,
regarding libmongodb-perl: FTBFS: Build hangs minutes of inactivity
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
831233: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=831233
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: libmongodb-perl
Version: 1.2.3-1
Severity: serious
Tags: stretch sid
User: [email protected]
Usertags: qa-ftbfs-20160714 qa-ftbfs
Justification: FTBFS on amd64

Hi,

During a rebuild of all packages in sid, your package failed to build on
amd64.

Relevant part (hopefully):
> make[1]: Entering directory '/«PKGBUILDDIR»'
> mkdir -p /«PKGBUILDDIR»/debian/build
> # mongod is required during build only on i386 amd64
> # "until netstat" command wait for mongod to be listening on PORT
> if [ -x /usr/bin/mongod ]; then \
>   mongod --dbpath /«PKGBUILDDIR»/debian/build --noprealloc --bind_ip 
> 127.0.0.1 --nojournal --port 12345 --quiet --fork --logpath 
> /«PKGBUILDDIR»/debian/build/mongod.log --pidfilepath 
> /«PKGBUILDDIR»/debian/build/mongod.pid; \
>   i=10; \
>   until (/bin/netstat -want | grep -q 127.0.0.1:12345 ) || [ $i = 0 ]; do 
> sleep 1; i=$((i-1)); echo waiting for mongod; done \
> fi
> make[1]: *** wait: No child processes.  Stop.
> make[1]: *** Waiting for unfinished jobs....
> make[1]: *** wait: No child processes.  Stop.
> E: Caught signal ‘Terminated’: terminating immediately
> make: *** [build-arch] Terminated
> debian/rules:13: recipe for target 'build-arch' failed
> Build killed with signal TERM after 150 minutes of inactivity

The full build log is available from:
   
http://people.debian.org/~lucas/logs/2016/07/14/libmongodb-perl_1.2.3-1_unstable_gcc5.log

A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

About the archive rebuild: The rebuild was done on EC2 VM instances from
Amazon Web Services, using a clean, minimal and up-to-date chroot. Every
failed build was retried once to eliminate random failures.

--- End Message ---
--- Begin Message ---
Hi,

On 14/07/16 at 23:00 +0200, gregor herrmann wrote:
> Control: tag -1 unreproducible
> Control: severity -1 important
> 
> On Thu, 14 Jul 2016 12:07:08 +0200, Lucas Nussbaum wrote:
> 
> > Source: libmongodb-perl
> > Version: 1.2.3-1
> > Severity: serious
> > Tags: stretch sid
> > User: [email protected]
> > Usertags: qa-ftbfs-20160714 qa-ftbfs
> > Justification: FTBFS on amd64
> > 
> > Hi,
> > 
> > During a rebuild of all packages in sid, your package failed to build on
> > amd64.
> > 
> > Relevant part (hopefully):
> > > make[1]: Entering directory '/«PKGBUILDDIR»'
> > > mkdir -p /«PKGBUILDDIR»/debian/build
> > > # mongod is required during build only on i386 amd64
> > > # "until netstat" command wait for mongod to be listening on PORT
> > > if [ -x /usr/bin/mongod ]; then \
> > >   mongod --dbpath /«PKGBUILDDIR»/debian/build --noprealloc --bind_ip 
> > > 127.0.0.1 --nojournal --port 12345 --quiet --fork --logpath 
> > > /«PKGBUILDDIR»/debian/build/mongod.log --pidfilepath 
> > > /«PKGBUILDDIR»/debian/build/mongod.pid; \
> > >   i=10; \
> > >   until (/bin/netstat -want | grep -q 127.0.0.1:12345 ) || [ $i = 0 ]; do 
> > > sleep 1; i=$((i-1)); echo waiting for mongod; done \
> > > fi
> > > make[1]: *** wait: No child processes.  Stop.
> > > make[1]: *** Waiting for unfinished jobs....
> > > make[1]: *** wait: No child processes.  Stop.
> > > E: Caught signal ‘Terminated’: terminating immediately
> > > make: *** [build-arch] Terminated
> > > debian/rules:13: recipe for target 'build-arch' failed
> > > Build killed with signal TERM after 150 minutes of inactivity
> > 
> > The full build log is available from:
> >    
> > http://people.debian.org/~lucas/logs/2016/07/14/libmongodb-perl_1.2.3-1_unstable_gcc5.log
> 
> The package still builds fine for me locally (cowbuilder) and also on
> on jenkins:
> https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/libmongodb-perl.html
> 
> 
> I have no idea what happens on the AWS builder; lowering the severity
> for now.

Found it:
I was using libeatmydata to make the build faster. Apparently, mongod
simply fails to start when libeatmydata is LD_PRELOADed. Strange.
Closing the bug.

Lucas

--- End Message ---

Reply via email to