Skip to content
Failed

Console Output

16:11:28 Started by user admin
16:11:28 Running as SYSTEM
16:11:28 Building in workspace /storagepool/ci/jenkins/workspace/prolinux
16:11:28 The recommended git tool is: NONE
16:11:28 No credentials specified
16:11:28  > git rev-parse --resolve-git-dir /storagepool/ci/jenkins/workspace/prolinux/.git # timeout=10
16:11:28 Fetching changes from the remote Git repository
16:11:28  > git config remote.origin.url https://github.com/Sineware/prolinux.git # timeout=10
16:11:28 Fetching upstream changes from https://github.com/Sineware/prolinux.git
16:11:28  > git --version # timeout=10
16:11:28  > git --version # 'git version 2.25.1'
16:11:28  > git fetch --tags --force --progress -- https://github.com/Sineware/prolinux.git +refs/heads/*:refs/remotes/origin/* # timeout=10
16:11:28  > git rev-parse refs/remotes/origin/main^{commit} # timeout=10
16:11:28 Checking out Revision 518acd10bdc0426ffc6c0c411a00fb5bdd4c7e04 (refs/remotes/origin/main)
16:11:28  > git config core.sparsecheckout # timeout=10
16:11:28  > git checkout -f 518acd10bdc0426ffc6c0c411a00fb5bdd4c7e04 # timeout=10
16:11:28 Commit message: "testing CI build"
16:11:28  > git rev-list --no-walk 518acd10bdc0426ffc6c0c411a00fb5bdd4c7e04 # timeout=10
16:11:28 [Set GitHub commit status (universal)] PENDING on repos [GHRepository@2a303843[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:518acd1) with context:prolinux
16:11:28 Setting commit status on GitHub for https://github.com/Sineware/prolinux/commit/518acd10bdc0426ffc6c0c411a00fb5bdd4c7e04
16:11:28 [prolinux] $ /bin/sh -xe /tmp/jenkins17386258380704511941.sh
16:11:29 + make build_container
16:11:29 Building the Docker build container
16:11:29 sudo docker build . -t sineware-build
16:11:29 Sending build context to Docker daemon  41.93MB

16:11:29 Step 1/4 : FROM ubuntu:focal
16:11:29  ---> ff0fea8310f3
16:11:29 Step 2/4 : WORKDIR /build-scripts
16:11:29  ---> Using cache
16:11:29  ---> 934dde40b05a
16:11:29 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
16:11:29  ---> Using cache
16:11:29  ---> d79dcfa7dc87
16:11:29 Step 4/4 : CMD ["./build.sh"]
16:11:29  ---> Using cache
16:11:29  ---> 6480055e435f
16:11:29 Successfully built 6480055e435f
16:11:29 Successfully tagged sineware-build:latest
16:11:29 Archiving artifacts
16:11:29 ERROR: Step ‘Archive the artifacts’ failed: No artifacts found that match the file pattern "artifacts/*". Configuration error?
16:11:29 [Set GitHub commit status (universal)] ERROR on repos [GHRepository@52491e77[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:518acd1) with context:prolinux
16:11:29 Setting commit status on GitHub for https://github.com/Sineware/prolinux/commit/518acd10bdc0426ffc6c0c411a00fb5bdd4c7e04
16:11:30 Finished: FAILURE