Started by user admin Running as SYSTEM Building remotely on yoimiya-alpine-build in workspace /home/swadmin/jenkins/workspace/prolinux-2-embedded-dev-x64 The recommended git tool is: NONE No credentials specified Cloning the remote Git repository Cloning repository https://github.com/Sineware/prolinux-2.git > git init /home/swadmin/jenkins/workspace/prolinux-2-embedded-dev-x64 # timeout=10 Fetching upstream changes from https://github.com/Sineware/prolinux-2.git > git --version # timeout=10 > git --version # 'git version 2.40.0' > git fetch --tags --force --progress -- https://github.com/Sineware/prolinux-2.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url https://github.com/Sineware/prolinux-2.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch > git rev-parse refs/remotes/origin/main^{commit} # timeout=10 Checking out Revision 8d03a76c091ec566040cc3f96ff619498b4daa33 (refs/remotes/origin/main) > git config core.sparsecheckout # timeout=10 > git checkout -f 8d03a76c091ec566040cc3f96ff619498b4daa33 # timeout=10 Commit message: "changes" First time build. Skipping changelog. [prolinux-2-embedded-dev-x64] $ /bin/bash /tmp/jenkins3874929412420858079.sh mkdir: created directory 'output' mkdir: created directory 'build' Submodule 'ocs2-prolinuxd' (https://github.com/Sineware/ocs2-prolinuxd.git) registered for path 'ocs2-prolinuxd' Cloning into '/home/swadmin/jenkins/workspace/prolinux-2-embedded-dev-x64/ocs2-prolinuxd'... Submodule path 'ocs2-prolinuxd': checked out 'b28115d67e3869e6b94df44e09d700b15f1da44d' added 48 packages, and audited 49 packages in 3s 2 packages are looking for funding run `npm fund` for details found 0 vulnerabilities > prolinux-2@1.0.0 build > ts-node src/index.ts Starting ProLinux build on 4/24/2023, 12:14:22 AM Build dirs: /home/swadmin/jenkins/workspace/prolinux-2-embedded-dev-x64/build, /home/swadmin/jenkins/workspace/prolinux-2-embedded-dev-x64/build/rootfs, /home/swadmin/jenkins/workspace/prolinux-2-embedded-dev-x64/distro-files Platform arch: x64 Target device: tablet-x64uefi:edge, variant: embedded, channel: dev { product: '', id: -1, jwt: '', buildnum: 0, variant: '', isreleased: false, buildstring: '', channel: '', uuid: '', arch: '', url: '' } Latest build number: 1, 278b7718-49d5-4c47-8068-84514eb2f494 mkdir: created directory '/home/swadmin/jenkins/workspace/prolinux-2-embedded-dev-x64/build/rootfs' Downloading Arch root from https://archive.archlinux.org/iso/2023.04.01/archlinux-bootstrap-x86_64.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 159M 0 879k 0 0 639k 0 0:04:14 0:00:01 0:04:13 639k 12 159M 12 19.6M 0 0 8647k 0 0:00:18 0:00:02 0:00:16 8644k 26 159M 26 42.3M 0 0 12.6M 0 0:00:12 0:00:03 0:00:09 12.6M 40 159M 40 64.7M 0 0 14.9M 0 0:00:10 0:00:04 0:00:06 14.9M 54 159M 54 86.7M 0 0 16.2M 0 0:00:09 0:00:05 0:00:04 17.6M 69 159M 69 110M 0 0 17.4M 0 0:00:09 0:00:06 0:00:03 22.1M 83 159M 83 133M 0 0 18.1M 0 0:00:08 0:00:07 0:00:01 22.7M 98 159M 98 156M 0 0 18.7M 0 0:00:08 0:00:08 --:--:-- 22.7M 100 159M 100 159M 0 0 18.8M 0 0:00:08 0:00:08 --:--:-- 22.8M umount: unrecognized option: R BusyBox v1.36.0 (2023-04-11 16:01:21 UTC) multi-call binary. Usage: umount [-rlfda] [-t FSTYPE] [-O FSOPT] FILESYSTEM|DIRECTORY Unmount filesystems -a Unmount all filesystems -r Remount devices read-only if mount is busy -l Lazy umount (detach filesystem) -f Force umount (i.e., unreachable NFS server) -d Free loop device if it has been used -t FSTYPE[,...] Unmount only these filesystem type(s) -O FSOPT[,...] Unmount only filesystem mounted with the given options Creating and mounting rootfs.img mke2fs 1.47.0 (5-Feb-2023) mkfs.ext4: invalid blocks '-L' on device '/home/swadmin/jenkins/workspace/prolinux-2-embedded-dev-x64/build/rootfs.img' Error: Command failed: set -e; sudo mkfs.ext4 /home/swadmin/jenkins/workspace/prolinux-2-embedded-dev-x64/build/rootfs.img -L pmOS_root at checkExecSyncError (node:child_process:885:11) at Object.execSync (node:child_process:957:15) at exports.default (/home/swadmin/jenkins/workspace/prolinux-2-embedded-dev-x64/src/helpers/exec.ts:3:26) at main (/home/swadmin/jenkins/workspace/prolinux-2-embedded-dev-x64/src/index.ts:71:9) at processTicksAndRejections (node:internal/process/task_queues:95:5) { status: 1, signal: null, output: [ null, null, null ], pid: 1996200, stdout: null, stderr: null } real 0m12.050s user 0m5.555s sys 0m1.954s Build step 'Execute shell' marked build as failure Finished: FAILURE