[Qa-jenkins-scm] Build failed in Jenkins: reproducible_fdroid_build_apps #1116

jenkins at jenkins.debian.net jenkins at jenkins.debian.net
Thu Feb 11 16:50:59 GMT 2021


See <https://jenkins.debian.net/job/reproducible_fdroid_build_apps/1116/display/redirect?page=changes>

Changes:

[fossdd] Revert removing Licenses


------------------------------------------
[...truncated 127.05 KB...]
2021-02-11 16:15:14,102 INFO: destroying buildserver before build
2021-02-11 16:15:14,102 INFO: destroying vm 'builder_default'
==> default: VM not created. Moving on...
2021-02-11 16:15:18,786 DEBUG: vagrant destroy completed
2021-02-11 16:15:18,788 DEBUG: deleted vagrant dir: /var/lib/jenkins/userContent/reproducible/reproducible_fdroid_build_apps/fdroiddata/builder/.vagrant
2021-02-11 16:15:18,788 DEBUG: vagrant global-status --prune
id       name    provider   state    directory                                                                                         
---------------------------------------------------------------------------------------------------------------------------------------
1607f36  default virtualbox poweroff /var/lib/jenkins/userContent/reproducible/reproducible_setup_fdroid_build_environment/buildserver 
 
The above shows information about all known Vagrant environments
on this machine. This data is cached and may not be completely
up-to-date (use "vagrant global-status --prune" to prune invalid
entries). To interact with any of the machines, you can go to that
directory and run Vagrant, or you can use the ID directly with
Vagrant commands from any directory. For example:
"vagrant destroy 1a2b3c4d"
2021-02-11 16:15:20,345 INFO: starting buildserver
Bringing machine 'default' up with 'virtualbox' provider...
==> default: Importing base box 'buildserver'...
Progress: 10%Progress: 20%Progress: 30%Progress: 40%Progress: 50%Progress: 60%Progress: 70%Progress: 80%Progress: 90%==> default: Matching MAC address for NAT networking...
==> default: Setting the name of the VM: builder_default_1613062205952_36386
==> default: Clearing any previously set network interfaces...
==> default: Preparing network interfaces based on configuration...
    default: Adapter 1: nat
==> default: Forwarding ports...
    default: 22 (guest) => 2222 (host) (adapter 1)
==> default: Booting VM...
==> default: Waiting for machine to boot. This may take a few minutes...
    default: SSH address: 127.0.0.1:2222
    default: SSH username: vagrant
    default: SSH auth method: private key
==> default: Machine booted and ready!
==> default: Checking for guest additions in VM...
    default: The guest additions on this VM do not match the installed version of
    default: VirtualBox! In most cases this is fine, but in rare cases it can
    default: prevent things such as shared folders from working properly. If you see
    default: shared folder errors, please make sure the guest additions within the
    default: virtual machine match the version of VirtualBox you have installed on
    default: your host and reload your VM.
    default: 
    default: Guest Additions Version: 5.2.24
    default: VirtualBox Version: 6.0
2021-02-11 16:50:25,829 DEBUG: vm uuid: ed4cb777-0374-40d3-a037-7343c164924b
2021-02-11 16:50:25,829 DEBUG: vagrant ssh-config
2021-02-11 16:50:28,065 INFO: Connecting to virtual machine...
2021-02-11 16:50:28,082 INFO: Connected (version 2.0, client OpenSSH_7.4p1)
/usr/lib/python3/dist-packages/paramiko/kex_ecdh_nist.py:39: CryptographyDeprecationWarning: encode_point has been deprecated on EllipticCurvePublicNumbers and will be removed in a future version. Please use EllipticCurvePublicKey.public_bytes to obtain both compressed and uncompressed point encoding.
  m.add_string(self.Q_C.public_numbers().encode_point())
/usr/lib/python3/dist-packages/paramiko/kex_ecdh_nist.py:96: CryptographyDeprecationWarning: Support for unsafe construction of public numbers from encoded data will be removed in a future version. Please use EllipticCurvePublicKey.from_encoded_point
  self.curve, Q_S_bytes
/usr/lib/python3/dist-packages/paramiko/kex_ecdh_nist.py:111: CryptographyDeprecationWarning: encode_point has been deprecated on EllipticCurvePublicNumbers and will be removed in a future version. Please use EllipticCurvePublicKey.public_bytes to obtain both compressed and uncompressed point encoding.
  hm.add_string(self.Q_C.public_numbers().encode_point())
2021-02-11 16:50:28,150 INFO: Authentication (publickey) successful!
2021-02-11 16:50:28,197 INFO: [chan 0] Opened sftp connection (server version 3)
2021-02-11 16:50:28,201 INFO: Preparing server for build...
2021-02-11 16:50:28,228 DEBUG: rsyncing /var/lib/jenkins/userContent/reproducible/reproducible_fdroid_build_apps/fdroidserver to /home/vagrant/fdroidserver
2021-02-11 16:50:28,688 DEBUG: rsyncing metadata/is.xyz.omw_nightly to /home/vagrant/metadata
2021-02-11 16:50:28,897 DEBUG: rsyncing build/is.xyz.omw_nightly to /home/vagrant/build
2021-02-11 16:50:32,521 INFO: Starting build...
2021-02-11 16:50:34,662 DEBUG: buildserver > Traceback (most recent call last):
2021-02-11 16:50:34,662 DEBUG: buildserver >   File "/home/vagrant/fdroidserver/fdroid", line 20, in <module>
2021-02-11 16:50:34,662 DEBUG: buildserver >     import fdroidserver.__main__
2021-02-11 16:50:34,663 DEBUG: buildserver >   File "/home/vagrant/fdroidserver/fdroidserver/__init__.py", line 37, in <module>
2021-02-11 16:50:34,663 DEBUG: buildserver >     from fdroidserver.index import (download_repo_index,
2021-02-11 16:50:34,663 DEBUG: buildserver >   File "/home/vagrant/fdroidserver/fdroidserver/index.py", line 33, in <module>
2021-02-11 16:50:34,663 DEBUG: buildserver >     import qrcode
2021-02-11 16:50:34,663 DEBUG: buildserver > ImportError: No module named 'qrcode'
2021-02-11 16:50:34,743 INFO: ...getting exit status
2021-02-11 16:50:34,744 DEBUG: virtualbox is the sole installed and supported vagrant provider, selecting 'virtualbox'
2021-02-11 16:50:34,745 DEBUG: vm uuid: ed4cb777-0374-40d3-a037-7343c164924b
2021-02-11 16:50:34,745 INFO: destroying buildserver after build
2021-02-11 16:50:34,745 INFO: destroying vm 'builder_default'
==> default: Forcing shutdown of VM...
==> default: Destroying VM and associated drives...
2021-02-11 16:50:51,306 DEBUG: vagrant destroy completed
2021-02-11 16:50:51,307 DEBUG: deleted vagrant dir: /var/lib/jenkins/userContent/reproducible/reproducible_fdroid_build_apps/fdroiddata/builder/.vagrant
2021-02-11 16:50:51,307 DEBUG: vagrant global-status --prune
id       name    provider   state    directory                                                                                         
---------------------------------------------------------------------------------------------------------------------------------------
1607f36  default virtualbox poweroff /var/lib/jenkins/userContent/reproducible/reproducible_setup_fdroid_build_environment/buildserver 
 
The above shows information about all known Vagrant environments
on this machine. This data is cached and may not be completely
up-to-date (use "vagrant global-status --prune" to prune invalid
entries). To interact with any of the machines, you can go to that
directory and run Vagrant, or you can use the ID directly with
Vagrant commands from any directory. For example:
"vagrant destroy 1a2b3c4d"
2021-02-11 16:50:52,861 ERROR: Could not build app is.xyz.omw_nightly: Build.py failed on server for is.xyz.omw_nightly:0.47.0-42-nightly
2021-02-11 16:50:52,863 DEBUG: Setting 7200 sec timeout for this build
2021-02-11 16:50:52,867 DEBUG: Getting git vcs interface for https://notabug.org/Umnik/SaveTo.git
2021-02-11 16:50:52,867 DEBUG: > git --version
git version 2.20.1
2021-02-11 16:50:53,078 INFO: Using git version 2.20.1
2021-02-11 16:50:53,079 DEBUG: Checking 1.3
2021-02-11 16:50:53,079 INFO: Building version 1.3 (3) of xyz.myachin.saveto
2021-02-11 16:50:53,093 DEBUG: Directory: build/xyz.myachin.saveto
2021-02-11 16:50:53,093 DEBUG: > git rev-parse --show-toplevel
2021-02-11 16:50:53,304 DEBUG: Directory: build/xyz.myachin.saveto
2021-02-11 16:50:53,304 DEBUG: > git submodule foreach --recursive git reset --hard
2021-02-11 16:50:53,415 DEBUG: Directory: build/xyz.myachin.saveto
2021-02-11 16:50:53,415 DEBUG: > git submodule foreach --recursive git clean -dffx
2021-02-11 16:50:53,527 DEBUG: Directory: build/xyz.myachin.saveto
2021-02-11 16:50:53,527 DEBUG: > git -c core.askpass=/bin/true -c core.sshCommand=/bin/false -c url.https://.insteadOf=ssh:// -c url.https://u:p@bitbucket.org/.insteadOf=git@bitbucket.org: -c url.https://u:p@bitbucket.org.insteadOf=git://bitbucket.org -c url.https://u:p@bitbucket.org.insteadOf=https://bitbucket.org -c url.https://u:p@github.com/.insteadOf=git@github.com: -c url.https://u:p@github.com.insteadOf=git://github.com -c url.https://u:p@github.com.insteadOf=https://github.com -c url.https://u:p@gitlab.com/.insteadOf=git@gitlab.com: -c url.https://u:p@gitlab.com.insteadOf=git://gitlab.com -c url.https://u:p@gitlab.com.insteadOf=https://gitlab.com fetch origin
2021-02-11 16:50:54,941 DEBUG: Directory: build/xyz.myachin.saveto
2021-02-11 16:50:54,941 DEBUG: > git -c core.askpass=/bin/true -c core.sshCommand=/bin/false -c url.https://.insteadOf=ssh:// -c url.https://u:p@bitbucket.org/.insteadOf=git@bitbucket.org: -c url.https://u:p@bitbucket.org.insteadOf=git://bitbucket.org -c url.https://u:p@bitbucket.org.insteadOf=https://bitbucket.org -c url.https://u:p@github.com/.insteadOf=git@github.com: -c url.https://u:p@github.com.insteadOf=git://github.com -c url.https://u:p@github.com.insteadOf=https://github.com -c url.https://u:p@gitlab.com/.insteadOf=git@gitlab.com: -c url.https://u:p@gitlab.com.insteadOf=git://gitlab.com -c url.https://u:p@gitlab.com.insteadOf=https://gitlab.com fetch --prune --tags --force origin
2021-02-11 16:50:55,757 DEBUG: Directory: build/xyz.myachin.saveto
2021-02-11 16:50:55,757 DEBUG: > git remote set-head origin --auto
2021-02-11 16:50:57,173 DEBUG: Directory: build/xyz.myachin.saveto
2021-02-11 16:50:57,173 DEBUG: > git checkout -f 1.3
2021-02-11 16:50:57,386 DEBUG: Directory: build/xyz.myachin.saveto
2021-02-11 16:50:57,386 DEBUG: > git clean -dffx
2021-02-11 16:50:57,497 DEBUG: virtualbox is the sole installed and supported vagrant provider, selecting 'virtualbox'
2021-02-11 16:50:57,498 DEBUG: vm uuid is None
2021-02-11 16:50:57,498 INFO: destroying buildserver before build
2021-02-11 16:50:57,498 INFO: destroying vm 'builder_default'
FATAL: command execution failed
java.io.IOException
	at hudson.remoting.Channel.close(Channel.java:1499)
	at hudson.remoting.Channel.close(Channel.java:1455)
	at hudson.slaves.SlaveComputer.closeChannel(SlaveComputer.java:874)
	at hudson.slaves.SlaveComputer.kill(SlaveComputer.java:841)
	at hudson.model.AbstractCIBase.killComputer(AbstractCIBase.java:86)
	at jenkins.model.Jenkins.access$2000(Jenkins.java:318)
	at jenkins.model.Jenkins$19.run(Jenkins.java:3544)
	at hudson.model.Queue._withLock(Queue.java:1398)
	at hudson.model.Queue.withLock(Queue.java:1275)
	at jenkins.model.Jenkins._cleanUpDisconnectComputers(Jenkins.java:3538)
	at jenkins.model.Jenkins.cleanUp(Jenkins.java:3420)
	at hudson.WebAppMain.contextDestroyed(WebAppMain.java:441)
	at org.eclipse.jetty.server.handler.ContextHandler.callContextDestroyed(ContextHandler.java:1075)
	at org.eclipse.jetty.servlet.ServletContextHandler.callContextDestroyed(ServletContextHandler.java:584)
	at org.eclipse.jetty.server.handler.ContextHandler.contextDestroyed(ContextHandler.java:1038)
	at org.eclipse.jetty.servlet.ServletHandler.doStop(ServletHandler.java:319)
	at org.eclipse.jetty.util.component.AbstractLifeCycle.stop(AbstractLifeCycle.java:93)
	at org.eclipse.jetty.util.component.ContainerLifeCycle.stop(ContainerLifeCycle.java:180)
	at org.eclipse.jetty.util.component.ContainerLifeCycle.doStop(ContainerLifeCycle.java:201)
	at org.eclipse.jetty.server.handler.AbstractHandler.doStop(AbstractHandler.java:108)
	at org.eclipse.jetty.security.SecurityHandler.doStop(SecurityHandler.java:437)
	at org.eclipse.jetty.security.ConstraintSecurityHandler.doStop(ConstraintSecurityHandler.java:425)
	at org.eclipse.jetty.util.component.AbstractLifeCycle.stop(AbstractLifeCycle.java:93)
	at org.eclipse.jetty.util.component.ContainerLifeCycle.stop(ContainerLifeCycle.java:180)
	at org.eclipse.jetty.util.component.ContainerLifeCycle.doStop(ContainerLifeCycle.java:201)
	at org.eclipse.jetty.server.handler.AbstractHandler.doStop(AbstractHandler.java:108)
	at org.eclipse.jetty.server.session.SessionHandler.doStop(SessionHandler.java:519)
	at org.eclipse.jetty.util.component.AbstractLifeCycle.stop(AbstractLifeCycle.java:93)
	at org.eclipse.jetty.util.component.ContainerLifeCycle.stop(ContainerLifeCycle.java:180)
	at org.eclipse.jetty.util.component.ContainerLifeCycle.doStop(ContainerLifeCycle.java:201)
	at org.eclipse.jetty.server.handler.AbstractHandler.doStop(AbstractHandler.java:108)
	at org.eclipse.jetty.server.handler.ContextHandler.stopContext(ContextHandler.java:1061)
	at org.eclipse.jetty.servlet.ServletContextHandler.stopContext(ServletContextHandler.java:386)
	at org.eclipse.jetty.webapp.WebAppContext.stopWebapp(WebAppContext.java:1462)
	at org.eclipse.jetty.webapp.WebAppContext.stopContext(WebAppContext.java:1428)
	at org.eclipse.jetty.server.handler.ContextHandler.doStop(ContextHandler.java:1115)
	at org.eclipse.jetty.servlet.ServletContextHandler.doStop(ServletContextHandler.java:297)
	at org.eclipse.jetty.webapp.WebAppContext.doStop(WebAppContext.java:547)
	at org.eclipse.jetty.util.component.AbstractLifeCycle.stop(AbstractLifeCycle.java:93)
	at org.eclipse.jetty.util.component.ContainerLifeCycle.stop(ContainerLifeCycle.java:180)
	at org.eclipse.jetty.util.component.ContainerLifeCycle.doStop(ContainerLifeCycle.java:201)
	at org.eclipse.jetty.server.handler.AbstractHandler.doStop(AbstractHandler.java:108)
	at org.eclipse.jetty.server.Server.doStop(Server.java:470)
	at org.eclipse.jetty.util.component.AbstractLifeCycle.stop(AbstractLifeCycle.java:93)
	at winstone.Launcher.shutdown(Launcher.java:318)
	at winstone.ShutdownHook.run(ShutdownHook.java:25)
Caused: hudson.remoting.ChannelClosedException: Channel "hudson.remoting.Channel at 74d029ee:osuosl168-amd64.debian.net": Remote call on osuosl168-amd64.debian.net failed. The channel is closing down or has closed down
	at hudson.remoting.Channel.call(Channel.java:994)
	at hudson.remoting.RemoteInvocationHandler.invoke(RemoteInvocationHandler.java:286)
	at com.sun.proxy.$Proxy58.isAlive(Unknown Source)
	at hudson.Launcher$RemoteLauncher$ProcImpl.isAlive(Launcher.java:1211)
	at hudson.Launcher$RemoteLauncher$ProcImpl.join(Launcher.java:1203)
	at hudson.tasks.CommandInterpreter.join(CommandInterpreter.java:194)
	at hudson.tasks.CommandInterpreter.perform(CommandInterpreter.java:144)
	at hudson.tasks.CommandInterpreter.perform(CommandInterpreter.java:91)
	at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
	at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:804)
	at hudson.model.Build$BuildExecution.build(Build.java:197)
	at hudson.model.Build$BuildExecution.doRun(Build.java:163)
	at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:514)
	at hudson.model.Run.execute(Run.java:1907)
	at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
	at hudson.model.ResourceController.execute(ResourceController.java:97)
	at hudson.model.Executor.run(Executor.java:429)
FATAL: Unable to delete script file /tmp/jenkins10132948953347905923.sh
java.io.IOException
	at hudson.remoting.Channel.close(Channel.java:1499)
	at hudson.remoting.Channel.close(Channel.java:1455)
	at hudson.slaves.SlaveComputer.closeChannel(SlaveComputer.java:874)
	at hudson.slaves.SlaveComputer.kill(SlaveComputer.java:841)
	at hudson.model.AbstractCIBase.killComputer(AbstractCIBase.java:86)
	at jenkins.model.Jenkins.access$2000(Jenkins.java:318)
	at jenkins.model.Jenkins$19.run(Jenkins.java:3544)
	at hudson.model.Queue._withLock(Queue.java:1398)
	at hudson.model.Queue.withLock(Queue.java:1275)
	at jenkins.model.Jenkins._cleanUpDisconnectComputers(Jenkins.java:3538)
	at jenkins.model.Jenkins.cleanUp(Jenkins.java:3420)
	at hudson.WebAppMain.contextDestroyed(WebAppMain.java:441)
	at org.eclipse.jetty.server.handler.ContextHandler.callContextDestroyed(ContextHandler.java:1075)
	at org.eclipse.jetty.servlet.ServletContextHandler.callContextDestroyed(ServletContextHandler.java:584)
	at org.eclipse.jetty.server.handler.ContextHandler.contextDestroyed(ContextHandler.java:1038)
	at org.eclipse.jetty.servlet.ServletHandler.doStop(ServletHandler.java:319)
	at org.eclipse.jetty.util.component.AbstractLifeCycle.stop(AbstractLifeCycle.java:93)
	at org.eclipse.jetty.util.component.ContainerLifeCycle.stop(ContainerLifeCycle.java:180)
	at org.eclipse.jetty.util.component.ContainerLifeCycle.doStop(ContainerLifeCycle.java:201)
	at org.eclipse.jetty.server.handler.AbstractHandler.doStop(AbstractHandler.java:108)
	at org.eclipse.jetty.security.SecurityHandler.doStop(SecurityHandler.java:437)
	at org.eclipse.jetty.security.ConstraintSecurityHandler.doStop(ConstraintSecurityHandler.java:425)
	at org.eclipse.jetty.util.component.AbstractLifeCycle.stop(AbstractLifeCycle.java:93)
	at org.eclipse.jetty.util.component.ContainerLifeCycle.stop(ContainerLifeCycle.java:180)
	at org.eclipse.jetty.util.component.ContainerLifeCycle.doStop(ContainerLifeCycle.java:201)
	at org.eclipse.jetty.server.handler.AbstractHandler.doStop(AbstractHandler.java:108)
	at org.eclipse.jetty.server.session.SessionHandler.doStop(SessionHandler.java:519)
	at org.eclipse.jetty.util.component.AbstractLifeCycle.stop(AbstractLifeCycle.java:93)
	at org.eclipse.jetty.util.component.ContainerLifeCycle.stop(ContainerLifeCycle.java:180)
	at org.eclipse.jetty.util.component.ContainerLifeCycle.doStop(ContainerLifeCycle.java:201)
	at org.eclipse.jetty.server.handler.AbstractHandler.doStop(AbstractHandler.java:108)
	at org.eclipse.jetty.server.handler.ContextHandler.stopContext(ContextHandler.java:1061)
	at org.eclipse.jetty.servlet.ServletContextHandler.stopContext(ServletContextHandler.java:386)
	at org.eclipse.jetty.webapp.WebAppContext.stopWebapp(WebAppContext.java:1462)
	at org.eclipse.jetty.webapp.WebAppContext.stopContext(WebAppContext.java:1428)
	at org.eclipse.jetty.server.handler.ContextHandler.doStop(ContextHandler.java:1115)
	at org.eclipse.jetty.servlet.ServletContextHandler.doStop(ServletContextHandler.java:297)
	at org.eclipse.jetty.webapp.WebAppContext.doStop(WebAppContext.java:547)
	at org.eclipse.jetty.util.component.AbstractLifeCycle.stop(AbstractLifeCycle.java:93)
	at org.eclipse.jetty.util.component.ContainerLifeCycle.stop(ContainerLifeCycle.java:180)
	at org.eclipse.jetty.util.component.ContainerLifeCycle.doStop(ContainerLifeCycle.java:201)
	at org.eclipse.jetty.server.handler.AbstractHandler.doStop(AbstractHandler.java:108)
	at org.eclipse.jetty.server.Server.doStop(Server.java:470)
	at org.eclipse.jetty.util.component.AbstractLifeCycle.stop(AbstractLifeCycle.java:93)
	at winstone.Launcher.shutdown(Launcher.java:318)
	at winstone.ShutdownHook.run(ShutdownHook.java:25)
Caused: hudson.remoting.ChannelClosedException: Channel "hudson.remoting.Channel at 74d029ee:osuosl168-amd64.debian.net": Remote call on osuosl168-amd64.debian.net failed. The channel is closing down or has closed down
	at hudson.remoting.Channel.call(Channel.java:994)
	at hudson.FilePath.act(FilePath.java:1157)
	at hudson.FilePath.act(FilePath.java:1146)
	at hudson.FilePath.delete(FilePath.java:1669)
	at hudson.tasks.CommandInterpreter.perform(CommandInterpreter.java:162)
	at hudson.tasks.CommandInterpreter.perform(CommandInterpreter.java:91)
	at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
	at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:804)
	at hudson.model.Build$BuildExecution.build(Build.java:197)
	at hudson.model.Build$BuildExecution.doRun(Build.java:163)
	at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:514)
	at hudson.model.Run.execute(Run.java:1907)
	at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
	at hudson.model.ResourceController.execute(ResourceController.java:97)
	at hudson.model.Executor.run(Executor.java:429)
Build step 'Execute shell' marked build as failure
ERROR: Step ‘Console output (build log) parsing’ failed: no workspace for reproducible_fdroid_build_apps #1116



More information about the Qa-jenkins-scm mailing list