17:55:15 Started by GitHub push by Seshpenguin 17:55:15 Running as SYSTEM 17:55:15 Building in workspace /storagepool/ci/jenkins/workspace/prolinux 17:55:15 The recommended git tool is: NONE 17:55:15 No credentials specified 17:55:15 > git rev-parse --resolve-git-dir /storagepool/ci/jenkins/workspace/prolinux/.git # timeout=10 17:55:15 Fetching changes from the remote Git repository 17:55:15 > git config remote.origin.url https://github.com/Sineware/prolinux.git # timeout=10 17:55:15 Fetching upstream changes from https://github.com/Sineware/prolinux.git 17:55:15 > git --version # timeout=10 17:55:15 > git --version # 'git version 2.25.1' 17:55:15 > git fetch --tags --force --progress -- https://github.com/Sineware/prolinux.git +refs/heads/*:refs/remotes/origin/* # timeout=10 17:55:15 > git rev-parse refs/remotes/origin/main^{commit} # timeout=10 17:55:15 Checking out Revision 0a2ac99816b31fb62ff3ce371c9c3dd2de421b6a (refs/remotes/origin/main) 17:55:15 > git config core.sparsecheckout # timeout=10 17:55:15 > git checkout -f 0a2ac99816b31fb62ff3ce371c9c3dd2de421b6a # timeout=10 17:55:15 Commit message: "hack" 17:55:15 > git rev-list --no-walk 518acd10bdc0426ffc6c0c411a00fb5bdd4c7e04 # timeout=10 17:55:15 [Set GitHub commit status (universal)] PENDING on repos [GHRepository@546adf64[nodeId=MDEwOlJlcG9zaXRvcnkzMDcxODI5MDM=,description=The main repository and source tree of Sineware ProLinux.,homepage=,name=prolinux,fork=false,archived=false,visibility=public,size=50467,milestones={},language=Shell,commits={},source=<null>,parent=<null>,isTemplate=false,compareUsePaginatedCommits=false,url=https://api.github.com/repos/Sineware/prolinux,id=307182903,nodeId=<null>,createdAt=2020-10-25T20:08:48Z,updatedAt=2022-01-09T00:05:47Z]] (sha:0a2ac99) with context:prolinux 17:55:15 Setting commit status on GitHub for https://github.com/Sineware/prolinux/commit/0a2ac99816b31fb62ff3ce371c9c3dd2de421b6a 17:55:16 [prolinux] $ /bin/sh -xe /tmp/jenkins15396069656806762766.sh 17:55:16 + ./cibuild.sh 17:55:16 Starting an automated CI development build... on Tue 09 Aug 2022 05:55:16 PM UTC 17:55:16 * Setting up environment... 17:55:16 * Building ProLinux Server (x86_64) 17:55:16 mkdir -pv artifacts 17:55:16 mkdir -pv buildmeta 17:55:16 sudo rm -rf artifacts/* 17:55:16 mkdir -pv artifacts/aarch64 17:55:16 mkdir: created directory 'artifacts/aarch64' 17:55:16 mkdir -pv artifacts/x86_64 17:55:16 mkdir: created directory 'artifacts/x86_64' 17:55:16 Installing dependencies... 17:55:16 cd ./tools/setup-build; npm i 17:55:17 17:55:17 up to date, audited 10 packages in 712ms 17:55:17 17:55:17 3 packages are looking for funding 17:55:17 run `npm fund` for details 17:55:17 17:55:17 2 high severity vulnerabilities 17:55:17 17:55:17 To address all issues, run: 17:55:17 npm audit fix 17:55:17 17:55:17 Run `npm audit` for details. 17:55:17 cd ./tools/update-deployer; npm i 17:55:18 17:55:18 up to date, audited 25 packages in 695ms 17:55:18 17:55:18 3 packages are looking for funding 17:55:18 run `npm fund` for details 17:55:18 17:55:18 3 high severity vulnerabilities 17:55:18 17:55:18 To address all issues, run: 17:55:18 npm audit fix 17:55:18 17:55:18 Run `npm audit` for details. 17:55:18 Running the build setup script... 17:55:18 sudo node ./tools/setup-build/index.js 17:55:18 ℹ Setting up the build environment... 17:55:18 ℹ Verifying file integrity... 17:55:18 ✔ Integrity Check Passed: artifacts 17:55:18 ✔ Integrity Check Passed: build-scripts 17:55:18 ✔ Integrity Check Passed: buildmeta 17:55:18 ✔ Integrity Check Passed: initramfs-gen 17:55:18 ✔ Integrity Check Passed: iso-build-scripts 17:55:18 ✔ Integrity Check Passed: kernel-gen 17:55:18 ✔ Integrity Check Passed: os-variants 17:55:18 ✔ Integrity Check Passed: tools 17:55:18 ℹ Contacting the update server for the latest build number... 17:55:18 ℹ Latest build is 1001 17:55:18 ✔ Setting new build number to: 1002 17:55:18 SINEWARE_BUILD: 1002 17:55:18 SINEWARE_STRING_BUILD: 1002+GIT0a2ac99816b31fb62ff3ce371c9c3dd2de421b6a 17:55:18 SINEWARE_PRODUCT: prolinux 17:55:18 SINEWARE_VARIANT: server 17:55:18 SINEWARE_CHANNEL: devel 17:55:18 SINEWARE_PRETTY_NAME: Sineware ProLinux Server 17:55:18 SINEWARE_PRETTY_VERSION: 1.0-1002 17:55:18 Building the Docker build container 17:55:18 sudo docker build . -t sineware-build 17:55:19 Sending build context to Docker daemon 41.93MB 17:55:19 Step 1/4 : FROM ubuntu:focal 17:55:19 ---> ff0fea8310f3 17:55:19 Step 2/4 : WORKDIR /build-scripts 17:55:19 ---> Using cache 17:55:19 ---> 934dde40b05a 17:55:19 Step 3/4 : RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y build-essential autoconf git libguestfs-tools syslinux syslinux-efi syslinux-common util-linux gdisk e2fsprogs grub-common grub-pc-bin xorriso rsync linux-generic-hwe-20.04 libkmod-dev pkg-config binfmt-support qemu-user-static zstd flex bison libelf-dev libssl-dev bc libncurses-dev #kernel 17:55:19 ---> Using cache 17:55:19 ---> d79dcfa7dc87 17:55:19 Step 4/4 : CMD ["./build.sh"] 17:55:19 ---> Using cache 17:55:19 ---> 6480055e435f 17:55:19 Successfully built 6480055e435f 17:55:20 Successfully tagged sineware-build:latest 17:55:20 Building ProLinuxd Java... 17:55:20 cd prolinuxd && ./build.sh 17:55:20 * Build Step: ProLinuxd * 17:55:20 openjdk version "17.0.4" 2022-07-19 17:55:20 OpenJDK Runtime Environment (build 17.0.4+8-Ubuntu-120.04) 17:55:20 OpenJDK 64-Bit Server VM (build 17.0.4+8-Ubuntu-120.04, mixed mode, sharing) 17:55:20 * Java version = 17 ✔️ 17:55:21 Starting a Gradle Daemon (subsequent builds will be faster) 17:55:29 17:55:29 > Task :compileJava 17:55:29 Note: Some input files use or override a deprecated API. 17:55:29 Note: Recompile with -Xlint:deprecation for details. 17:55:29 17:55:29 > Task :processResources 17:55:29 > Task :classes 17:55:29 > Task :jar 17:55:29 17:55:29 BUILD SUCCESSFUL in 9s 17:55:29 3 actionable tasks: 3 executed 17:55:29 ls: cannot access './prolinuxd-java/build/distribution/': No such file or directory 17:55:29 make: *** [Makefile:57: build_prolinuxd] Error 2 17:55:29 17:55:29 real 0m13.680s 17:55:29 user 0m4.340s 17:55:29 sys 0m0.844s 17:55:29 Build step 'Execute shell' marked build as failure 17:55:30 Archiving artifacts 17:55:30 [Set GitHub commit status (universal)] ERROR on repos [GHRepository@4692a518[nodeId=MDEwOlJlcG9zaXRvcnkzMDcxODI5MDM=,description=The main repository and source tree of Sineware ProLinux.,homepage=,name=prolinux,fork=false,archived=false,visibility=public,size=50467,milestones={},language=Shell,commits={},source=<null>,parent=<null>,isTemplate=false,compareUsePaginatedCommits=false,url=https://api.github.com/repos/Sineware/prolinux,id=307182903,nodeId=<null>,createdAt=2020-10-25T20:08:48Z,updatedAt=2022-01-09T00:05:47Z]] (sha:0a2ac99) with context:prolinux 17:55:30 Setting commit status on GitHub for https://github.com/Sineware/prolinux/commit/0a2ac99816b31fb62ff3ce371c9c3dd2de421b6a 17:55:30 Finished: FAILURE