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

jenkins at jenkins.debian.net jenkins at jenkins.debian.net
Tue Aug 9 10:07:45 BST 2022


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

Changes:

[root] gradle v7.5.1

[hans] scanner: fix maven url check for kts files


------------------------------------------
[...truncated 2.20 MB...]
warning: [options] bootstrap class path not set in conjunction with -source 1.5
warning: [options] source value 1.5 is obsolete and will be removed in a future release
warning: [options] target value 1.5 is obsolete and will be removed in a future release
warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.
4 warnings
:integration-android:processResources NO-SOURCE
:integration-android:classes
:integration-android:jar
:wallet:svgToPngMipmap
:wallet:preBuild
:wallet:extractProguardFiles
:wallet:preReleaseBuild
:wallet:checkReleaseManifest
:wallet:preDebugBuild
:wallet:prepareAndroidxArchCoreCoreRuntime200Library
:wallet:prepareAndroidxCardviewCardview100Library
:wallet:prepareAndroidxCoreCore100Library
:wallet:prepareAndroidxCustomviewCustomview100Library
:wallet:prepareAndroidxFragmentFragment100Library
:wallet:prepareAndroidxLifecycleLifecycleExtensions200Library
:wallet:prepareAndroidxLifecycleLifecycleLivedata200Library
:wallet:prepareAndroidxLifecycleLifecycleLivedataCore200Library
:wallet:prepareAndroidxLifecycleLifecycleProcess200Library
:wallet:prepareAndroidxLifecycleLifecycleRuntime200Library
:wallet:prepareAndroidxLifecycleLifecycleService200Library
:wallet:prepareAndroidxLifecycleLifecycleViewmodel200Library
:wallet:prepareAndroidxLoaderLoader100Library
:wallet:prepareAndroidxLocalbroadcastmanagerLocalbroadcastmanager100Library
:wallet:prepareAndroidxRecyclerviewRecyclerview100Library
:wallet:prepareAndroidxRoomRoomRuntime200Library
:wallet:prepareAndroidxSqliteSqlite200Library
:wallet:prepareAndroidxSqliteSqliteFramework200Library
:wallet:prepareAndroidxVersionedparcelableVersionedparcelable100Library
:wallet:prepareAndroidxViewpagerViewpager100Library
:wallet:prepareComGithubTony19LogbackAndroid1302Library
:wallet:prepareReleaseDependencies
:wallet:compileReleaseAidl
:wallet:compileReleaseRenderscript
:wallet:generateReleaseBuildConfig
:wallet:generateReleaseResValues
:wallet:generateReleaseResources
:wallet:mergeReleaseResources
:wallet:processReleaseManifest
:wallet:processReleaseResources
:wallet:generateReleaseSources
:wallet:incrementalReleaseJavaCompilationSafeguard
:wallet:javaPreCompileRelease
:wallet:compileReleaseJavaWithJavacNote: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.

:wallet:generateJsonModelRelease
CMake Error: Could not create named generator Android Gradle - Ninja
Generators
  Green Hills MULTI            = Generates Green Hills MULTI files
                                 (experimental, work-in-progress).
* Unix Makefiles               = Generates standard UNIX makefiles.
  Ninja                        = Generates build.ninja files.
  Ninja Multi-Config           = Generates build-<Config>.ninja files.
  Watcom WMake                 = Generates Watcom WMake makefiles.
  CodeBlocks - Ninja           = Generates CodeBlocks project files.
  CodeBlocks - Unix Makefiles  = Generates CodeBlocks project files.
  CodeLite - Ninja             = Generates CodeLite project files.
  CodeLite - Unix Makefiles    = Generates CodeLite project files.
  Eclipse CDT4 - Ninja         = Generates Eclipse CDT 4.0 project files.
  Eclipse CDT4 - Unix Makefiles= Generates Eclipse CDT 4.0 project files.
  Kate - Ninja                 = Generates Kate project files.
  Kate - Unix Makefiles        = Generates Kate project files.
  Sublime Text 2 - Ninja       = Generates Sublime Text 2 project files.
  Sublime Text 2 - Unix Makefiles
                               = Generates Sublime Text 2 project files.
CMake Error: Could not create named generator Android Gradle - Ninja
Generators
  Green Hills MULTI            = Generates Green Hills MULTI files
                                 (experimental, work-in-progress).
* Unix Makefiles               = Generates standard UNIX makefiles.
  Ninja                        = Generates build.ninja files.
  Ninja Multi-Config           = Generates build-<Config>.ninja files.
  Watcom WMake                 = Generates Watcom WMake makefiles.
  CodeBlocks - Ninja           = Generates CodeBlocks project files.
  CodeBlocks - Unix Makefiles  = Generates CodeBlocks project files.
  CodeLite - Ninja             = Generates CodeLite project files.
  CodeLite - Unix Makefiles    = Generates CodeLite project files.
  Eclipse CDT4 - Ninja         = Generates Eclipse CDT 4.0 project files.
  Eclipse CDT4 - Unix Makefiles= Generates Eclipse CDT 4.0 project files.
  Kate - Ninja                 = Generates Kate project files.
  Kate - Unix Makefiles        = Generates Kate project files.
  Sublime Text 2 - Ninja       = Generates Sublime Text 2 project files.
  Sublime Text 2 - Unix Makefiles
                               = Generates Sublime Text 2 project files.
:wallet:generateJsonModelRelease FAILED

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':wallet:generateJsonModelRelease'.
> Build command failed.
  Error while executing process /opt/android-sdk/cmake/3.22.1/bin/cmake with arguments {-H/home/vagrant/build/de.schildbach.wallet_test/wallet/cpp -B/home/vagrant/build/de.schildbach.wallet_test/wallet/.externalNativeBuild/cmake/release/armeabi-v7a -GAndroid Gradle - Ninja -DANDROID_ABI=armeabi-v7a -DANDROID_NDK=/opt/android-sdk/ndk/17.1.4828580 -DCMAKE_LIBRARY_OUTPUT_DIRECTORY=/home/vagrant/build/de.schildbach.wallet_test/wallet/build/intermediates/cmake/release/obj/armeabi-v7a -DCMAKE_BUILD_TYPE=Release -DCMAKE_MAKE_PROGRAM=/opt/android-sdk/cmake/3.22.1/bin/ninja -DCMAKE_TOOLCHAIN_FILE=/opt/android-sdk/ndk/17.1.4828580/build/cmake/android.toolchain.cmake -DANDROID_PLATFORM=android-14 -DCMAKE_C_FLAGS=-DHAVE_CONFIG_H}
  CMake Error: Could not create named generator Android Gradle - Ninja
  
  Generators
    Green Hills MULTI            = Generates Green Hills MULTI files
                                   (experimental, work-in-progress).
  * Unix Makefiles               = Generates standard UNIX makefiles.
    Ninja                        = Generates build.ninja files.
    Ninja Multi-Config           = Generates build-<Config>.ninja files.
    Watcom WMake                 = Generates Watcom WMake makefiles.
    CodeBlocks - Ninja           = Generates CodeBlocks project files.
    CodeBlocks - Unix Makefiles  = Generates CodeBlocks project files.
    CodeLite - Ninja             = Generates CodeLite project files.
    CodeLite - Unix Makefiles    = Generates CodeLite project files.
    Eclipse CDT4 - Ninja         = Generates Eclipse CDT 4.0 project files.
    Eclipse CDT4 - Unix Makefiles= Generates Eclipse CDT 4.0 project files.
    Kate - Ninja                 = Generates Kate project files.
    Kate - Unix Makefiles        = Generates Kate project files.
    Sublime Text 2 - Ninja       = Generates Sublime Text 2 project files.
    Sublime Text 2 - Unix Makefiles
                                 = Generates Sublime Text 2 project files.
  


* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.

BUILD FAILED

Total time: 26.631 secs
==== detail end ====
2022-08-09 08:58:44,640 DEBUG: Error encoutered, stopping by user request.
==== detail end ====
2022-08-09 08:59:06,266 INFO: Finished
2022-08-09 08:59:06,267 INFO: 1 build failed
+ for f in metadata/*/signatures/*
++++ dirname metadata/de.schildbach.wallet_test/signatures/381
+++ dirname metadata/de.schildbach.wallet_test/signatures
++ basename metadata/de.schildbach.wallet_test
+ appid=de.schildbach.wallet_test
++ basename metadata/de.schildbach.wallet_test/signatures/381
+ versionCode=381
+ rm -f repo/de.schildbach.wallet_test_381.log.gz 'archive/de.schildbach.wallet_test_381*.*' 'unsigned/de.schildbach.wallet_test_381*.*'
+ /var/lib/jenkins/userContent/reproducible/reproducible_fdroid_build_apps/fdroid build --verbose --latest --no-tarball de.schildbach.wallet_test:381
2022-08-09 08:59:06,898 DEBUG: Reading 'config.yml'
2022-08-09 08:59:06,905 DEBUG: Popen(['git', 'cat-file', '--batch-check'], cwd=/var/lib/jenkins/userContent/reproducible/reproducible_fdroid_build_apps/fdroiddata, universal_newlines=False, shell=None, istream=<valid stream>)
2022-08-09 08:59:06,912 DEBUG: Popen(['git', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/var/lib/jenkins/userContent/reproducible/reproducible_fdroid_build_apps/fdroiddata, universal_newlines=False, shell=None, istream=None)
2022-08-09 08:59:06,950 DEBUG: Popen(['git', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/var/lib/jenkins/userContent/reproducible/reproducible_fdroid_build_apps/fdroiddata, universal_newlines=False, shell=None, istream=None)
2022-08-09 08:59:07,011 DEBUG: Popen(['git', 'ls-files', '--modified'], cwd=/var/lib/jenkins/userContent/reproducible/reproducible_fdroid_build_apps/fdroiddata, universal_newlines=False, shell=None, istream=None)
2022-08-09 08:59:07,187 DEBUG: Popen(['git', 'status', '--porcelain', '--untracked-files'], cwd=/var/lib/jenkins/userContent/reproducible/reproducible_fdroid_build_apps/fdroiddata, universal_newlines=False, shell=None, istream=None)
2022-08-09 08:59:07,947 DEBUG: Popen(['git', 'cat-file', '--batch-check'], cwd=/var/lib/jenkins/userContent/reproducible/reproducible_fdroid_build_apps, universal_newlines=False, shell=None, istream=<valid stream>)
2022-08-09 08:59:07,957 DEBUG: Popen(['git', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/var/lib/jenkins/userContent/reproducible/reproducible_fdroid_build_apps, universal_newlines=False, shell=None, istream=None)
2022-08-09 08:59:07,965 DEBUG: Popen(['git', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/var/lib/jenkins/userContent/reproducible/reproducible_fdroid_build_apps, universal_newlines=False, shell=None, istream=None)
2022-08-09 08:59:07,976 DEBUG: Popen(['git', 'ls-files', '--modified'], cwd=/var/lib/jenkins/userContent/reproducible/reproducible_fdroid_build_apps, universal_newlines=False, shell=None, istream=None)
2022-08-09 08:59:07,983 DEBUG: Popen(['git', 'status', '--porcelain', '--untracked-files'], cwd=/var/lib/jenkins/userContent/reproducible/reproducible_fdroid_build_apps, universal_newlines=False, shell=None, istream=None)
2022-08-09 08:59:08,227 DEBUG: Setting 7200 sec timeout for this build
2022-08-09 08:59:08,274 DEBUG: Getting git vcs interface for https://github.com/bitcoin-wallet/bitcoin-wallet.git
2022-08-09 08:59:08,275 DEBUG: > git --version
git version 2.30.2
2022-08-09 08:59:08,380 INFO: Using git version 2.30.2
2022-08-09 08:59:08,380 DEBUG: Checking 6.41
2022-08-09 08:59:08,381 INFO: Building version 6.41 (381) of de.schildbach.wallet_test
2022-08-09 08:59:08,381 DEBUG: Directory: build/de.schildbach.wallet_test
2022-08-09 08:59:08,381 DEBUG: > git rev-parse --show-toplevel
2022-08-09 08:59:08,586 DEBUG: Directory: build/de.schildbach.wallet_test
2022-08-09 08:59:08,586 DEBUG: > git submodule foreach --recursive git reset --hard
2022-08-09 08:59:08,692 DEBUG: Directory: build/de.schildbach.wallet_test
2022-08-09 08:59:08,692 DEBUG: > git reset --hard
2022-08-09 08:59:09,698 DEBUG: Directory: build/de.schildbach.wallet_test
2022-08-09 08:59:09,699 DEBUG: > git submodule foreach --recursive git clean -dffx
2022-08-09 08:59:09,804 DEBUG: Directory: build/de.schildbach.wallet_test
2022-08-09 08:59:09,805 DEBUG: > git clean -dffx
2022-08-09 08:59:09,909 DEBUG: Directory: build/de.schildbach.wallet_test
2022-08-09 08:59:09,910 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
2022-08-09 08:59:10,817 DEBUG: Directory: build/de.schildbach.wallet_test
2022-08-09 08:59:10,817 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 remote prune origin
2022-08-09 08:59:11,425 DEBUG: Directory: build/de.schildbach.wallet_test
2022-08-09 08:59:11,426 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
2022-08-09 08:59:12,033 DEBUG: Directory: build/de.schildbach.wallet_test
2022-08-09 08:59:12,034 DEBUG: > git remote set-head origin --auto
2022-08-09 08:59:12,742 DEBUG: Directory: build/de.schildbach.wallet_test
2022-08-09 08:59:12,742 DEBUG: > git checkout -f v6.41
2022-08-09 08:59:12,949 DEBUG: Directory: build/de.schildbach.wallet_test
2022-08-09 08:59:12,949 DEBUG: > git clean -dffx
2022-08-09 08:59:13,055 DEBUG: virtualbox is the sole installed and supported vagrant provider, selecting 'virtualbox'
2022-08-09 08:59:13,055 DEBUG: vm uuid is None
2022-08-09 08:59:13,059 INFO: destroying buildserver before build
2022-08-09 08:59:13,060 INFO: destroying vm 'builder_default'
==> default: VM not created. Moving on...
2022-08-09 08:59:16,464 DEBUG: vagrant destroy completed
2022-08-09 08:59:16,465 DEBUG: deleted vagrant dir: /var/lib/jenkins/userContent/reproducible/reproducible_fdroid_build_apps/fdroiddata/builder/.vagrant
2022-08-09 08:59:16,465 DEBUG: vagrant global-status --prune
id       name    provider   state    directory                                                                                         
---------------------------------------------------------------------------------------------------------------------------------------
fd6ceb4  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"
2022-08-09 08:59:17,921 INFO: starting buildserver
Bringing machine 'default' up with 'virtualbox' provider...
==> default: Importing base box 'buildserver'...
Progress: 10%Progress: 20%Progress: 30%Progress: 40%FATAL: Unable to delete script file /tmp/jenkins12678840568062437551.sh
java.io.EOFException
	at java.base/java.io.ObjectInputStream$PeekInputStream.readFully(ObjectInputStream.java:2894)
	at java.base/java.io.ObjectInputStream$BlockDataInputStream.readShort(ObjectInputStream.java:3389)
	at java.base/java.io.ObjectInputStream.readStreamHeader(ObjectInputStream.java:931)
	at java.base/java.io.ObjectInputStream.<init>(ObjectInputStream.java:374)
	at hudson.remoting.ObjectInputStreamEx.<init>(ObjectInputStreamEx.java:49)
	at hudson.remoting.Command.readFrom(Command.java:142)
	at hudson.remoting.Command.readFrom(Command.java:128)
	at hudson.remoting.AbstractSynchronousByteArrayCommandTransport.read(AbstractSynchronousByteArrayCommandTransport.java:35)
	at hudson.remoting.SynchronousCommandTransport$ReaderThread.run(SynchronousCommandTransport.java:61)
Caused: java.io.IOException: Unexpected termination of the channel
	at hudson.remoting.SynchronousCommandTransport$ReaderThread.run(SynchronousCommandTransport.java:75)
Caused: hudson.remoting.ChannelClosedException: Channel "hudson.remoting.Channel at 4d9e354d: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:993)
	at hudson.FilePath.act(FilePath.java:1194)
	at hudson.FilePath.act(FilePath.java:1183)
	at hudson.FilePath.delete(FilePath.java:1730)
	at hudson.tasks.CommandInterpreter.perform(CommandInterpreter.java:163)
	at hudson.tasks.CommandInterpreter.perform(CommandInterpreter.java:92)
	at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
	at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:816)
	at hudson.model.Build$BuildExecution.build(Build.java:199)
	at hudson.model.Build$BuildExecution.doRun(Build.java:164)
	at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:524)
	at hudson.model.Run.execute(Run.java:1897)
	at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:44)
	at hudson.model.ResourceController.execute(ResourceController.java:101)
	at hudson.model.Executor.run(Executor.java:442)
Agent went offline during the build
ERROR: Connection was broken: java.io.EOFException
	at java.base/java.io.ObjectInputStream$PeekInputStream.readFully(ObjectInputStream.java:2894)
	at java.base/java.io.ObjectInputStream$BlockDataInputStream.readShort(ObjectInputStream.java:3389)
	at java.base/java.io.ObjectInputStream.readStreamHeader(ObjectInputStream.java:931)
	at java.base/java.io.ObjectInputStream.<init>(ObjectInputStream.java:374)
	at hudson.remoting.ObjectInputStreamEx.<init>(ObjectInputStreamEx.java:49)
	at hudson.remoting.Command.readFrom(Command.java:142)
	at hudson.remoting.Command.readFrom(Command.java:128)
	at hudson.remoting.AbstractSynchronousByteArrayCommandTransport.read(AbstractSynchronousByteArrayCommandTransport.java:35)
	at hudson.remoting.SynchronousCommandTransport$ReaderThread.run(SynchronousCommandTransport.java:61)
Caused: java.io.IOException: Unexpected termination of the channel
	at hudson.remoting.SynchronousCommandTransport$ReaderThread.run(SynchronousCommandTransport.java:75)

Build step 'Execute shell' marked build as failure
ERROR: Step ‘Console output (build log) parsing’ failed: no workspace for reproducible_fdroid_build_apps #1283



More information about the Qa-jenkins-scm mailing list