Branch indexing Connecting to https://api.github.com using edgex-jenkins github personal access token Connecting to https://api.github.com to check permissions of obtain list of dovholuknf for edgexfoundry/edgex-ui-go Loading trusted files from base branch main at e8bc1a271f7c47b072abce29d011d908314ff344 rather than ad239085ddaf86ebc5101b870b2c7de2b50b2e80 Obtained Jenkinsfile from e8bc1a271f7c47b072abce29d011d908314ff344 Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh1648914771930355727.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 33739fb647ab338ef2ce3bfc8312bfbcef468f88 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --resolve-git-dir /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f/.git # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f@tmp/jenkins-gitclient-ssh12773352988607024931.key > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 33739fb647ab338ef2ce3bfc8312bfbcef468f88 The recommended git tool is: git using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and with tags Cloning repository git@github.com:edgexfoundry/edgex-global-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-ui-go/branches/PR-698/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-ui-go/branches/PR-698/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh16997685394828312739.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-ui-go/branches/PR-698/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh8738336030304035278.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 33739fb647ab338ef2ce3bfc8312bfbcef468f88 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 33739fb647ab338ef2ce3bfc8312bfbcef468f88 # timeout=10 Commit message: "Merge pull request #447 from ernestojeda/fix-release-changelog" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 > git --version # timeout=10 > git --version # 'git version 2.16.6' Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh12926387109626106413.key > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 65355178549468b165f8106641c96c3190b1d843 The recommended git tool is: NONE using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository git@github.com:lfit/releng-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-ui-go/branches/PR-698/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e # timeout=10 Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-ui-go/branches/PR-698/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh39214960322272733.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision 65355178549468b165f8106641c96c3190b1d843 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 65355178549468b165f8106641c96c3190b1d843 # timeout=10 Commit message: "Fix: Add S3 URL in href to ship logs" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 > git --version # timeout=10 > git --version # 'git version 2.16.6' fatal: bad object 33739fb647ab338ef2ce3bfc8312bfbcef468f88 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:edgex-ui-go] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-ui-go-settings PROJECT: edgex-ui-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.21 USE_ALPINE: true DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_IMAGE_NAME: edgex-ui DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘ubuntu20.04-docker-8c-8g’ Running on prd-ubuntu20.04-docker-8c-8g-335 in /w/workspace/edgexfoundry_edgex-ui-go_PR-698 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout The recommended git tool is: git using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git > git init /w/workspace/edgexfoundry_edgex-ui-go_PR-698 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/main commit e8bc1a271f7c47b072abce29d011d908314ff344 into PR head commit ad239085ddaf86ebc5101b870b2c7de2b50b2e80 Merge succeeded, producing c61d73d64082ccae77a617b440ae62e09a04285e Checking out Revision c61d73d64082ccae77a617b440ae62e09a04285e (PR-698) > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/698/head:refs/remotes/origin/PR-698 +refs/heads/main:refs/remotes/origin/main # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f ad239085ddaf86ebc5101b870b2c7de2b50b2e80 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge e8bc1a271f7c47b072abce29d011d908314ff344 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f c61d73d64082ccae77a617b440ae62e09a04285e # timeout=10 Commit message: "Merge commit 'e8bc1a271f7c47b072abce29d011d908314ff344' into HEAD" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.25.1' fatal: bad object 33739fb647ab338ef2ce3bfc8312bfbcef468f88 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 02:08:07 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 02:08:08 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 02:08:08 ========================================================= 02:08:08 EdgeX Global Pipelines Version Info 02:08:08 ========================================================= [Pipeline] libraryResource [Pipeline] sh 02:08:09 ------------------- 02:08:09 stable info: 02:08:09 ------------------- 02:08:09 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 02:08:09 Commit SHA: 33739fb647ab338ef2ce3bfc8312bfbcef468f88 02:08:09 Message: update stable to v1.0.258 02:08:09 ------------------- 02:08:09 experimental info: 02:08:09 ------------------- 02:08:09 Commited By: **** collab-it+edgex@linuxfoundation.org 02:08:09 Commit SHA: 33739fb647ab338ef2ce3bfc8312bfbcef468f88 02:08:09 Message: update experimental to v1.0.258 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 02:08:09 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-ui-go-settings [Pipeline] echo 02:08:09 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-ui-go [Pipeline] echo 02:08:09 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 02:08:10 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 02:08:10 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 02:08:10 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.21 [Pipeline] echo 02:08:10 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 02:08:10 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 02:08:10 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 02:08:10 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 02:08:10 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 02:08:10 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = edgex-ui [Pipeline] echo 02:08:10 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 02:08:10 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 02:08:10 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 02:08:10 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 02:08:11 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 02:08:11 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 02:08:11 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 02:08:11 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 02:08:11 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 02:08:11 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 02:08:11 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 02:08:11 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 02:08:11 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 02:08:11 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 02:08:11 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 02:08:11 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-698 [Pipeline] echo 02:08:12 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-698 [Pipeline] echo 02:08:12 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-698 [Pipeline] echo 02:08:12 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = c61d73d64082ccae77a617b440ae62e09a04285e [Pipeline] echo 02:08:12 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = c61d73d [Pipeline] echo 02:08:12 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 02:08:12 provisioning config files... 02:08:12 copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-698@tmp/config5765199829568193478tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 02:08:12 ---> ****-login.sh 02:08:12 nexus3.edgexfoundry.org:10001 02:08:13 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:08:13 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 02:08:13 Configure a credential helper to remove this warning. See 02:08:13 https://docs.****.com/engine/reference/commandline/login/#credentials-store 02:08:13 02:08:13 Login Succeeded 02:08:13 nexus3.edgexfoundry.org:10002 02:08:13 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:08:13 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 02:08:13 Configure a credential helper to remove this warning. See 02:08:13 https://docs.****.com/engine/reference/commandline/login/#credentials-store 02:08:13 02:08:13 Login Succeeded 02:08:13 nexus3.edgexfoundry.org:10003 02:08:13 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:08:13 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 02:08:13 Configure a credential helper to remove this warning. See 02:08:13 https://docs.****.com/engine/reference/commandline/login/#credentials-store 02:08:13 02:08:13 Login Succeeded 02:08:13 nexus3.edgexfoundry.org:10004 02:08:13 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:08:13 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 02:08:13 Configure a credential helper to remove this warning. See 02:08:13 https://docs.****.com/engine/reference/commandline/login/#credentials-store 02:08:13 02:08:13 Login Succeeded 02:08:13 ****.io 02:08:13 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:08:14 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 02:08:14 Configure a credential helper to remove this warning. See 02:08:14 https://docs.****.com/engine/reference/commandline/login/#credentials-store 02:08:14 02:08:14 Login Succeeded 02:08:14 ---> ****-login.sh ends [Pipeline] } 02:08:14 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 02:08:15 + git rev-list -1 --merges c61d73d64082ccae77a617b440ae62e09a04285e~1..c61d73d64082ccae77a617b440ae62e09a04285e [Pipeline] echo 02:08:15 -----------> git rev-list -1 --merges c61d73d64082ccae77a617b440ae62e09a04285e~1..c61d73d64082ccae77a617b440ae62e09a04285e c61d73d64082ccae77a617b440ae62e09a04285e 02:08:15 c61d73d64082ccae77a617b440ae62e09a04285e [false] [Pipeline] sh 02:08:15 + git log --format=format:%s -1 c61d73d64082ccae77a617b440ae62e09a04285e [Pipeline] echo 02:08:15 ========================================================= 02:08:15 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 02:08:15 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 02:08:16 + git log --format=format:%s -1 c61d73d64082ccae77a617b440ae62e09a04285e [Pipeline] echo 02:08:16 [semverPrep] GIT_COMMIT: c61d73d64082ccae77a617b440ae62e09a04285e, Commit Message: Merge commit 'e8bc1a271f7c47b072abce29d011d908314ff344' into HEAD [Pipeline] echo 02:08:16 [semverPrep] This is not a build commit. [Pipeline] sh 02:08:16 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 02:08:16 + grep -v github /etc/ssh/ssh_known_hosts 02:08:16 + [ -e /tmp/ssh_known_hosts ] 02:08:16 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 02:08:16 + + echosudo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= tee 02:08:16 -a /etc/ssh/ssh_known_hosts 02:08:16 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:08:17 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 02:08:17 02:08:17 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:08:17 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 02:08:17 0.1.4: Pulling from edgex-devops/py-git-semver 02:08:17 b85a868b505f: Pulling fs layer 02:08:17 e2be974225ed: Pulling fs layer 02:08:17 339a4e72a1f5: Pulling fs layer 02:08:17 988bab9f4d93: Pulling fs layer 02:08:17 1469e6f7b9e6: Pulling fs layer 02:08:17 eaf3925da568: Pulling fs layer 02:08:17 bab4dde63d76: Pulling fs layer 02:08:17 bde34c3a00c8: Pulling fs layer 02:08:17 b352a97aabf1: Pulling fs layer 02:08:17 4872d77fe225: Pulling fs layer 02:08:17 5851b861e8e6: Pulling fs layer 02:08:17 1469e6f7b9e6: Waiting 02:08:17 bab4dde63d76: Waiting 02:08:17 bde34c3a00c8: Waiting 02:08:17 b352a97aabf1: Waiting 02:08:17 eaf3925da568: Waiting 02:08:17 4872d77fe225: Waiting 02:08:17 5851b861e8e6: Waiting 02:08:17 988bab9f4d93: Waiting 02:08:17 e2be974225ed: Verifying Checksum 02:08:17 e2be974225ed: Download complete 02:08:17 988bab9f4d93: Verifying Checksum 02:08:17 988bab9f4d93: Download complete 02:08:17 1469e6f7b9e6: Verifying Checksum 02:08:17 1469e6f7b9e6: Download complete 02:08:17 eaf3925da568: Verifying Checksum 02:08:17 eaf3925da568: Download complete 02:08:17 339a4e72a1f5: Verifying Checksum 02:08:17 339a4e72a1f5: Download complete 02:08:17 bde34c3a00c8: Verifying Checksum 02:08:17 bde34c3a00c8: Download complete 02:08:17 b352a97aabf1: Verifying Checksum 02:08:17 b352a97aabf1: Download complete 02:08:17 4872d77fe225: Verifying Checksum 02:08:17 4872d77fe225: Download complete 02:08:17 5851b861e8e6: Verifying Checksum 02:08:17 5851b861e8e6: Download complete 02:08:17 b85a868b505f: Download complete 02:08:18 bab4dde63d76: Verifying Checksum 02:08:18 bab4dde63d76: Download complete 02:08:19 b85a868b505f: Pull complete 02:08:19 e2be974225ed: Pull complete 02:08:19 339a4e72a1f5: Pull complete 02:08:19 988bab9f4d93: Pull complete 02:08:19 1469e6f7b9e6: Pull complete 02:08:20 eaf3925da568: Pull complete 02:08:21 bab4dde63d76: Pull complete 02:08:21 bde34c3a00c8: Pull complete 02:08:21 b352a97aabf1: Pull complete 02:08:21 4872d77fe225: Pull complete 02:08:21 5851b861e8e6: Pull complete 02:08:21 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 02:08:21 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 02:08:21 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 02:08:22 prd-ubuntu20.04-docker-8c-8g-335 does not seem to be running inside a container 02:08:22 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_edgex-ui-go_PR-698 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-698:/w/workspace/edgexfoundry_edgex-ui-go_PR-698:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-698@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-698@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 02:08:25 $ docker top baaa6988841cdaad7670e6ad4d3fae8d8f1b60888f7ea175c0e8592c7e9bcee0 -eo pid,comm 02:08:26 ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). 02:08:26 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 02:08:26 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 02:08:26 [ssh-agent] Looking for ssh-agent implementation... 02:08:26 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 02:08:26 $ docker exec baaa6988841cdaad7670e6ad4d3fae8d8f1b60888f7ea175c0e8592c7e9bcee0 ssh-agent 02:08:26 SSH_AUTH_SOCK=/tmp/ssh-rLKe2humTloY/agent.31 02:08:26 SSH_AGENT_PID=37 02:08:26 Running ssh-add (command line suppressed) 02:08:26 Identity added: /w/workspace/edgexfoundry_edgex-ui-go_PR-698@tmp/private_key_14504220772609317138.key (/w/workspace/edgexfoundry_edgex-ui-go_PR-698@tmp/private_key_14504220772609317138.key) 02:08:26 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 02:08:26 + git tag --points-at HEAD [Pipeline] } 02:08:26 $ docker exec --env ******** --env ******** baaa6988841cdaad7670e6ad4d3fae8d8f1b60888f7ea175c0e8592c7e9bcee0 ssh-agent -k 02:08:27 unset SSH_AUTH_SOCK; 02:08:27 unset SSH_AGENT_PID; 02:08:27 echo Agent pid 37 killed; 02:08:27 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 02:08:27 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 02:08:27 [ssh-agent] Looking for ssh-agent implementation... 02:08:27 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 02:08:27 $ docker exec baaa6988841cdaad7670e6ad4d3fae8d8f1b60888f7ea175c0e8592c7e9bcee0 ssh-agent 02:08:27 SSH_AUTH_SOCK=/tmp/ssh-WmAOJvO2nMdZ/agent.69 02:08:27 SSH_AGENT_PID=76 02:08:27 Running ssh-add (command line suppressed) 02:08:27 Identity added: /w/workspace/edgexfoundry_edgex-ui-go_PR-698@tmp/private_key_17287792511475479337.key (/w/workspace/edgexfoundry_edgex-ui-go_PR-698@tmp/private_key_17287792511475479337.key) 02:08:27 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 02:08:27 + git semver init 02:08:28 2024-02-02 02:08:28,114 [run_init] DEBUG init version:0.0.0 force:False 02:08:28 2024-02-02 02:08:28,115 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgexfoundry_edgex-ui-go_PR-698/.semver 02:08:28 2024-02-02 02:08:28,115 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-ui-go.git /w/workspace/edgexfoundry_edgex-ui-go_PR-698/.semver 02:08:28 2024-02-02 02:08:28,115 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/edgex-ui-go.git', '/w/workspace/edgexfoundry_edgex-ui-go_PR-698/.semver'], cwd=/w/workspace/edgexfoundry_edgex-ui-go_PR-698, universal_newlines=False, shell=None, istream=None) 02:08:30 2024-02-02 02:08:30,158 [append_file] DEBUG append to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-698/.git/info/exclude 02:08:30 2024-02-02 02:08:30,159 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgexfoundry_edgex-ui-go_PR-698/.semver/PR-698 with force:False 02:08:30 2024-02-02 02:08:30,159 [write_file] DEBUG write to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-698/.semver/PR-698 02:08:30 2024-02-02 02:08:30,163 [execute] INFO git cat-file --batch-check 02:08:30 2024-02-02 02:08:30,163 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgexfoundry_edgex-ui-go_PR-698/.semver, universal_newlines=False, shell=None, istream=) 02:08:30 2024-02-02 02:08:30,170 [execute] INFO git cat-file --batch 02:08:30 2024-02-02 02:08:30,170 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgexfoundry_edgex-ui-go_PR-698/.semver, universal_newlines=False, shell=None, istream=) 02:08:30 2024-02-02 02:08:30,176 [read_version] DEBUG read version from /w/workspace/edgexfoundry_edgex-ui-go_PR-698/.semver/PR-698 02:08:30 0.0.0 [Pipeline] } 02:08:30 $ docker exec --env ******** --env ******** baaa6988841cdaad7670e6ad4d3fae8d8f1b60888f7ea175c0e8592c7e9bcee0 ssh-agent -k 02:08:30 unset SSH_AUTH_SOCK; 02:08:30 unset SSH_AGENT_PID; 02:08:30 echo Agent pid 76 killed; 02:08:30 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 02:08:31 + git semver [Pipeline] } 02:08:32 $ docker stop --time=1 baaa6988841cdaad7670e6ad4d3fae8d8f1b60888f7ea175c0e8592c7e9bcee0 02:08:33 $ docker rm -f --volumes baaa6988841cdaad7670e6ad4d3fae8d8f1b60888f7ea175c0e8592c7e9bcee0 [Pipeline] // withDockerContainer [Pipeline] sh 02:08:33 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 02:08:34 Stashed 1 file(s) [Pipeline] echo 02:08:34 [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] withEnv [Pipeline] { [Pipeline] node [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 02:08:35 provisioning config files... 02:08:35 copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-698@tmp/config9249015817868493237tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 02:08:35 ---> ****-login.sh 02:08:35 nexus3.edgexfoundry.org:10001 02:08:35 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:08:35 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 02:08:35 Configure a credential helper to remove this warning. See 02:08:35 https://docs.****.com/engine/reference/commandline/login/#credentials-store 02:08:35 02:08:35 Login Succeeded 02:08:35 nexus3.edgexfoundry.org:10002 02:08:35 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:08:35 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 02:08:35 Configure a credential helper to remove this warning. See 02:08:35 https://docs.****.com/engine/reference/commandline/login/#credentials-store 02:08:35 02:08:35 Login Succeeded 02:08:35 nexus3.edgexfoundry.org:10003 02:08:35 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:08:35 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 02:08:35 Configure a credential helper to remove this warning. See 02:08:35 https://docs.****.com/engine/reference/commandline/login/#credentials-store 02:08:35 02:08:35 Login Succeeded 02:08:35 nexus3.edgexfoundry.org:10004 02:08:35 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:08:35 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 02:08:35 Configure a credential helper to remove this warning. See 02:08:35 https://docs.****.com/engine/reference/commandline/login/#credentials-store 02:08:35 02:08:35 Login Succeeded 02:08:35 ****.io 02:08:36 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:08:36 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 02:08:36 Configure a credential helper to remove this warning. See 02:08:36 https://docs.****.com/engine/reference/commandline/login/#credentials-store 02:08:36 02:08:36 Login Succeeded 02:08:36 ---> ****-login.sh ends [Pipeline] } 02:08:36 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 02:08:36 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo 02:08:36 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo 02:08:36 ========================================================= 02:08:36 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine] 02:08:36 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:08:37 + docker build -t ci-base-image-x86_64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine --build-arg MAKE=echo noop --target=builder . 02:08:37 Sending build context to Docker daemon 57.55MB 02:08:37 Step 1/15 : ARG BASE=golang:1.21-alpine3.18 02:08:37 Step 2/15 : FROM ${BASE} AS builder 02:08:37 1.21-alpine: Pulling from edgex-devops/edgex-golang-base 02:08:37 7264a8db6415: Pulling fs layer 02:08:37 c4d48a809fc2: Pulling fs layer 02:08:37 4f1c88b9dad5: Pulling fs layer 02:08:37 ad3a456e5733: Pulling fs layer 02:08:37 69c7f0334f64: Pulling fs layer 02:08:37 1f1c1a5573a3: Pulling fs layer 02:08:37 ce7588e14bc9: Pulling fs layer 02:08:37 b5e4710f87ac: Pulling fs layer 02:08:37 ad3a456e5733: Waiting 02:08:37 69c7f0334f64: Waiting 02:08:37 1f1c1a5573a3: Waiting 02:08:37 ce7588e14bc9: Waiting 02:08:37 b5e4710f87ac: Waiting 02:08:37 c4d48a809fc2: Verifying Checksum 02:08:37 c4d48a809fc2: Download complete 02:08:37 ad3a456e5733: Verifying Checksum 02:08:37 ad3a456e5733: Download complete 02:08:37 69c7f0334f64: Verifying Checksum 02:08:37 69c7f0334f64: Download complete 02:08:37 7264a8db6415: Verifying Checksum 02:08:37 7264a8db6415: Download complete 02:08:37 1f1c1a5573a3: Download complete 02:08:37 7264a8db6415: Pull complete 02:08:37 b5e4710f87ac: Verifying Checksum 02:08:37 b5e4710f87ac: Download complete 02:08:38 c4d48a809fc2: Pull complete 02:08:38 4f1c88b9dad5: Verifying Checksum 02:08:38 4f1c88b9dad5: Download complete 02:08:38 ce7588e14bc9: Verifying Checksum 02:08:38 ce7588e14bc9: Download complete 02:08:42 4f1c88b9dad5: Pull complete 02:08:42 ad3a456e5733: Pull complete 02:08:42 69c7f0334f64: Pull complete 02:08:42 1f1c1a5573a3: Pull complete 02:08:43 ce7588e14bc9: Pull complete 02:08:44 b5e4710f87ac: Pull complete 02:08:44 Digest: sha256:f80dd7bb8fdf010369d5adb4058a62695265b22e897ca6aac7b42af84fdce50e 02:08:44 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine 02:08:44 ---> 88b5674ff536 02:08:44 Step 3/15 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" 02:08:49 ---> Running in c1c73f60f446 02:08:49 Removing intermediate container c1c73f60f446 02:08:49 ---> fc7766a32bc0 02:08:49 Step 4/15 : ARG ALPINE_PKG_BASE="make git" 02:08:49 ---> Running in 1a3aa7d9a8fa 02:08:49 Removing intermediate container 1a3aa7d9a8fa 02:08:49 ---> 95b392ba9df5 02:08:49 Step 5/15 : ARG ALPINE_PKG_EXTRA="" 02:08:49 ---> Running in 319ecf5c274e 02:08:49 Removing intermediate container 319ecf5c274e 02:08:49 ---> 32c156a18c96 02:08:49 Step 6/15 : LABEL Name=edgex-ui-go 02:08:49 ---> Running in 9ebbc52ed568 02:08:49 Removing intermediate container 9ebbc52ed568 02:08:49 ---> 49f00dc32a1d 02:08:49 Step 7/15 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2023: Intel' 02:08:49 ---> Running in 57437eb361fd 02:08:49 Removing intermediate container 57437eb361fd 02:08:49 ---> 6ea08482fc29 02:08:49 Step 8/15 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 02:08:49 Still waiting to schedule task 02:08:49 Waiting for next available executor on ‘prd-ubuntu20.04-docker-arm64-4c-16g-331’ 02:08:50 latest: Pulling from library/docker 02:08:50 4abcf2066143: Pulling fs layer 02:08:50 d339c902f7d7: Pulling fs layer 02:08:50 4f4fb700ef54: Pulling fs layer 02:08:50 fd6da5881d23: Pulling fs layer 02:08:50 b6168663bbb0: Pulling fs layer 02:08:50 a54bc4c52de5: Pulling fs layer 02:08:50 b48a81fca6fc: Pulling fs layer 02:08:50 c7f4b43f6a86: Pulling fs layer 02:08:50 241e19d5bb55: Pulling fs layer 02:08:50 a18d6143d160: Pulling fs layer 02:08:50 faef9d990511: Pulling fs layer 02:08:50 2b031a68dd11: Pulling fs layer 02:08:50 8921a83f1d31: Pulling fs layer 02:08:50 1f6bae68ae72: Pulling fs layer 02:08:50 3701828773b1: Pulling fs layer 02:08:50 f810b3a3d230: Pulling fs layer 02:08:50 fd6da5881d23: Waiting 02:08:50 b6168663bbb0: Waiting 02:08:50 a54bc4c52de5: Waiting 02:08:50 b48a81fca6fc: Waiting 02:08:50 c7f4b43f6a86: Waiting 02:08:50 241e19d5bb55: Waiting 02:08:50 a18d6143d160: Waiting 02:08:50 faef9d990511: Waiting 02:08:50 2b031a68dd11: Waiting 02:08:50 8921a83f1d31: Waiting 02:08:50 1f6bae68ae72: Waiting 02:08:50 3701828773b1: Waiting 02:08:50 f810b3a3d230: Waiting 02:08:50 4f4fb700ef54: Verifying Checksum 02:08:50 4f4fb700ef54: Download complete 02:08:50 d339c902f7d7: Verifying Checksum 02:08:50 d339c902f7d7: Download complete 02:08:50 4abcf2066143: Verifying Checksum 02:08:50 4abcf2066143: Download complete 02:08:50 fd6da5881d23: Verifying Checksum 02:08:50 fd6da5881d23: Download complete 02:08:50 4abcf2066143: Pull complete 02:08:50 d339c902f7d7: Pull complete 02:08:50 b6168663bbb0: Verifying Checksum 02:08:50 b6168663bbb0: Download complete 02:08:50 a54bc4c52de5: Verifying Checksum 02:08:50 a54bc4c52de5: Download complete 02:08:50 4f4fb700ef54: Pull complete 02:08:50 b48a81fca6fc: Verifying Checksum 02:08:50 b48a81fca6fc: Download complete 02:08:50 fd6da5881d23: Pull complete 02:08:51 c7f4b43f6a86: Verifying Checksum 02:08:51 c7f4b43f6a86: Download complete 02:08:51 241e19d5bb55: Verifying Checksum 02:08:51 241e19d5bb55: Download complete 02:08:51 a18d6143d160: Verifying Checksum 02:08:51 a18d6143d160: Download complete 02:08:51 2b031a68dd11: Download complete 02:08:51 faef9d990511: Verifying Checksum 02:08:51 faef9d990511: Download complete 02:08:51 8921a83f1d31: Verifying Checksum 02:08:51 8921a83f1d31: Download complete 02:08:51 b6168663bbb0: Pull complete 02:08:51 f810b3a3d230: Verifying Checksum 02:08:51 f810b3a3d230: Download complete 02:08:51 3701828773b1: Verifying Checksum 02:08:51 3701828773b1: Download complete 02:08:51 a54bc4c52de5: Pull complete 02:08:52 b48a81fca6fc: Pull complete 02:08:52 c7f4b43f6a86: Pull complete 02:08:52 241e19d5bb55: Pull complete 02:08:52 1f6bae68ae72: Verifying Checksum 02:08:52 1f6bae68ae72: Download complete 02:08:52 a18d6143d160: Pull complete 02:08:52 faef9d990511: Pull complete 02:08:52 2b031a68dd11: Pull complete 02:08:52 8921a83f1d31: Pull complete 02:08:53 1f6bae68ae72: Pull complete 02:08:53 3701828773b1: Pull complete 02:08:53 f810b3a3d230: Pull complete 02:08:53 Digest: sha256:ef26679413e86f8eae35ad24aca2b5106fb1c78ebb31c33b1aafbd6f5b074e50 02:08:53 Status: Downloaded newer image for docker:latest 02:08:56 ---> edbb14e035e4 02:08:56 Step 9/15 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 02:08:56 ---> Running in 3180d42a3cba 02:08:56 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 02:08:56 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 02:08:57 OK: 264 MiB in 52 packages 02:08:57 Removing intermediate container 3180d42a3cba 02:08:57 ---> 7bc3cb19f7ed 02:08:57 Step 10/15 : ENV GO111MODULE=on 02:08:57 ---> Running in 0e0ec01a07b7 02:08:57 Removing intermediate container 0e0ec01a07b7 02:08:57 ---> de201d6dd299 02:08:57 Step 11/15 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go 02:08:57 ---> Running in 100cbee9bab8 02:08:57 Removing intermediate container 100cbee9bab8 02:08:57 ---> d8a5ee79700e 02:08:57 Step 12/15 : COPY go.mod vendor* ./ 02:08:57 ---> 3e220570e9c9 02:08:57 Step 13/15 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 02:08:57 ---> Running in 7a8ecaf507b3 02:09:30 Removing intermediate container 7a8ecaf507b3 02:09:30 ---> 088aee97f4bc 02:09:30 Step 14/15 : COPY . . 02:09:31 ---> e75c317b6edb 02:09:31 Step 15/15 : RUN ${MAKE} 02:09:31 ---> Running in af70137ff814 02:09:31 noop 02:09:32 Removing intermediate container af70137ff814 02:09:32 ---> fa844baa1131 02:09:32 Successfully built fa844baa1131 02:09:32 Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:09:32 + docker inspect -f . ci-base-image-x86_64 02:09:32 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 02:09:33 prd-ubuntu20.04-docker-8c-8g-335 does not seem to be running inside a container 02:09:33 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgexfoundry_edgex-ui-go_PR-698 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-698:/w/workspace/edgexfoundry_edgex-ui-go_PR-698:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-698@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-698@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 02:09:33 $ docker top a395224ca38b1aa75efb56eab4feff1a4233b20d2b3ff5ec6998399322f26e6f -eo pid,comm [Pipeline] { [Pipeline] sh 02:09:34 + go version 02:09:34 go version go1.21.0 linux/amd64 [Pipeline] } 02:09:34 $ docker stop --time=1 a395224ca38b1aa75efb56eab4feff1a4233b20d2b3ff5ec6998399322f26e6f 02:09:35 $ docker rm -f --volumes a395224ca38b1aa75efb56eab4feff1a4233b20d2b3ff5ec6998399322f26e6f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:09:36 + docker inspect -f . ci-base-image-x86_64 02:09:36 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 02:09:36 prd-ubuntu20.04-docker-8c-8g-335 does not seem to be running inside a container 02:09:36 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/edgexfoundry_edgex-ui-go_PR-698 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-698:/w/workspace/edgexfoundry_edgex-ui-go_PR-698:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-698@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-698@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 02:09:37 $ docker top 31415903fa6174942d03ca4a17f164f300e881092bb078dd06a420455d975575 -eo pid,comm [Pipeline] { [Pipeline] sh 02:09:37 + git config --global --add safe.directory /w/workspace/edgexfoundry_edgex-ui-go_PR-698 [Pipeline] fileExists [Pipeline] sh 02:09:37 + make test 02:09:37 CGO_ENABLED=0 GO111MODULE=on go test -tags "no_messagebus" -coverprofile=coverage.out ./... 02:09:38 internal/application.go:25:2: no required module provides package github.com/openziti/sdk-golang/ziti; to add it: 02:09:38 go get github.com/openziti/sdk-golang/ziti 02:09:38 make: *** [Makefile:49: test-go] Error 1 [Pipeline] } 02:09:38 $ docker stop --time=1 31415903fa6174942d03ca4a17f164f300e881092bb078dd06a420455d975575 02:09:39 $ docker rm -f --volumes 31415903fa6174942d03ca4a17f164f300e881092bb078dd06a420455d975575 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:09:41 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 02:09:41 02:09:41 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:09:41 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 02:09:41 latest: Pulling from edgex-lftools-log-publisher 02:09:41 5eb5b503b376: Pulling fs layer 02:09:41 5c69ac0246d0: Pulling fs layer 02:09:41 ec43610c2a17: Pulling fs layer 02:09:41 3a2ae6a8a46f: Pulling fs layer 02:09:41 33b1e0a273af: Pulling fs layer 02:09:41 5d3b04190fa2: Pulling fs layer 02:09:41 2f39f015ded8: Pulling fs layer 02:09:41 5d3b04190fa2: Waiting 02:09:41 2f39f015ded8: Waiting 02:09:41 33b1e0a273af: Waiting 02:09:41 3a2ae6a8a46f: Waiting 02:09:41 5c69ac0246d0: Verifying Checksum 02:09:41 5c69ac0246d0: Download complete 02:09:41 3a2ae6a8a46f: Verifying Checksum 02:09:41 3a2ae6a8a46f: Download complete 02:09:41 33b1e0a273af: Verifying Checksum 02:09:41 33b1e0a273af: Download complete 02:09:41 5d3b04190fa2: Verifying Checksum 02:09:41 5d3b04190fa2: Download complete 02:09:41 ec43610c2a17: Verifying Checksum 02:09:41 ec43610c2a17: Download complete 02:09:41 5eb5b503b376: Verifying Checksum 02:09:41 5eb5b503b376: Download complete 02:09:42 2f39f015ded8: Download complete 02:09:43 5eb5b503b376: Pull complete 02:09:43 5c69ac0246d0: Pull complete 02:09:43 ec43610c2a17: Pull complete 02:09:43 3a2ae6a8a46f: Pull complete 02:09:43 33b1e0a273af: Pull complete 02:09:43 5d3b04190fa2: Pull complete 02:09:48 2f39f015ded8: Pull complete 02:09:48 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 02:09:48 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 02:09:48 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 02:09:48 prd-ubuntu20.04-docker-8c-8g-335 does not seem to be running inside a container 02:09:48 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgexfoundry_edgex-ui-go_PR-698 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-698:/w/workspace/edgexfoundry_edgex-ui-go_PR-698:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-698@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-698@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 02:09:54 $ docker top d5e979473953d52ea71cb9c213cbce775ee821ca3ae208cbfafccd9c2c3f8a5f -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 02:09:55 ---> job-cost.sh 02:09:55 lf-activate-venv: SKIPPING 02:09:55 INFO: No Stack... 02:09:56 INFO: Retrieving Pricing Info for: v3-standard-8 02:09:56 INFO: Archiving Costs [Pipeline] sh 02:09:56 + cat /w/workspace/edgexfoundry_edgex-ui-go_PR-698/archives/cost.csv 02:09:56 + cut -d, -f6 [Pipeline] lock 02:09:56 Trying to acquire lock on [jenkins-edgexfoundry-edgex-ui-go-PR-698-1-stack-cost] 02:09:56 Resource [jenkins-edgexfoundry-edgex-ui-go-PR-698-1-stack-cost] did not exist. Created. 02:09:56 Lock acquired on [jenkins-edgexfoundry-edgex-ui-go-PR-698-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 02:09:57 + echo total: 0.2199999988079071 [Pipeline] stash 02:09:57 Stashed 1 file(s) [Pipeline] } 02:09:57 Lock released on resource [jenkins-edgexfoundry-edgex-ui-go-PR-698-1-stack-cost] [Pipeline] // lock [Pipeline] } 02:09:57 $ docker stop --time=1 d5e979473953d52ea71cb9c213cbce775ee821ca3ae208cbfafccd9c2c3f8a5f 02:09:58 $ docker rm -f --volumes d5e979473953d52ea71cb9c213cbce775ee821ca3ae208cbfafccd9c2c3f8a5f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 02:09:59 Failed in branch amd64 02:11:36 Running on prd-ubuntu20.04-docker-arm64-4c-16g-338 in /w/workspace/edgexfoundry_edgex-ui-go_PR-698 [Pipeline] { [Pipeline] ws 02:11:36 Running in /w/workspace/edgex-ui-go/1 [Pipeline] { [Pipeline] checkout 02:11:39 The recommended git tool is: git 02:11:44 using credential edgex-jenkins-ssh 02:11:44 Cloning the remote Git repository 02:11:44 Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git 02:11:44 > git init /w/workspace/edgex-ui-go/1 # timeout=10 02:11:45 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 02:11:45 > git --version # timeout=10 02:11:45 > git --version # 'git version 2.25.1' 02:11:45 using GIT_SSH to set credentials SSH Credentials for GitHub 02:11:45 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 02:11:49 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 02:11:49 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 02:11:50 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 02:11:50 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 02:11:50 using GIT_SSH to set credentials SSH Credentials for GitHub 02:11:50 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/698/head:refs/remotes/origin/PR-698 +refs/heads/main:refs/remotes/origin/main # timeout=10 02:11:51 Merging remotes/origin/main commit e8bc1a271f7c47b072abce29d011d908314ff344 into PR head commit ad239085ddaf86ebc5101b870b2c7de2b50b2e80 02:11:52 Merge succeeded, producing c2979422146bc5fbbef03e5586eaaa0109702a5a 02:11:52 Checking out Revision c2979422146bc5fbbef03e5586eaaa0109702a5a (PR-698) 02:11:51 > git config core.sparsecheckout # timeout=10 02:11:51 > git checkout -f ad239085ddaf86ebc5101b870b2c7de2b50b2e80 # timeout=10 02:11:51 > git remote # timeout=10 02:11:51 > git config --get remote.origin.url # timeout=10 02:11:51 using GIT_SSH to set credentials SSH Credentials for GitHub 02:11:51 > git merge e8bc1a271f7c47b072abce29d011d908314ff344 # timeout=10 02:11:52 > git rev-parse HEAD^{commit} # timeout=10 02:11:52 > git config core.sparsecheckout # timeout=10 02:11:52 > git checkout -f c2979422146bc5fbbef03e5586eaaa0109702a5a # timeout=10 02:11:55 Commit message: "Merge commit 'e8bc1a271f7c47b072abce29d011d908314ff344' into HEAD" 02:11:55 First time build. Skipping changelog. 02:11:55 > git --version # timeout=10 02:11:55 > git --version # 'git version 2.25.1' 02:11:55 fatal: bad object 33739fb647ab338ef2ce3bfc8312bfbcef468f88 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 02:11:57 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 02:11:57 % Total % Received % Xferd Average Speed Time Time Time Current 02:11:57 Dload Upload Total Spent Left Speed 02:11:57 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12682 100 12682 0 0 196k 0 --:--:-- --:--:-- --:--:-- 199k [Pipeline] sh 02:11:58 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 02:11:58 + sudo tee /etc/docker/daemon.new 02:11:58 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 02:11:58 { 02:11:58 "registry-mirrors": [ 02:11:58 "https://nexus3.edgexfoundry.org:10001" 02:11:58 ], 02:11:58 "bip": "10.250.0.254/24", 02:11:58 "hosts": [ 02:11:58 "tcp://0.0.0.0:5555", 02:11:58 "unix:///var/run/docker.sock" 02:11:58 ], 02:11:58 "mtu": 1458, 02:11:58 "selinux-enabled": true, 02:11:58 "seccomp-profile": "/etc/docker/seccomp.json" 02:11:58 } [Pipeline] sh 02:11:59 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 02:11:59 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 02:12:17 provisioning config files... 02:12:17 copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/1@tmp/config8247787111646023202tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 02:12:18 ---> ****-login.sh 02:12:18 nexus3.edgexfoundry.org:10001 02:12:18 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:12:18 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 02:12:18 Configure a credential helper to remove this warning. See 02:12:18 https://docs.****.com/engine/reference/commandline/login/#credentials-store 02:12:18 02:12:18 Login Succeeded 02:12:18 nexus3.edgexfoundry.org:10002 02:12:19 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:12:19 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 02:12:19 Configure a credential helper to remove this warning. See 02:12:19 https://docs.****.com/engine/reference/commandline/login/#credentials-store 02:12:19 02:12:19 Login Succeeded 02:12:19 nexus3.edgexfoundry.org:10003 02:12:19 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:12:19 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 02:12:19 Configure a credential helper to remove this warning. See 02:12:19 https://docs.****.com/engine/reference/commandline/login/#credentials-store 02:12:19 02:12:19 Login Succeeded 02:12:19 nexus3.edgexfoundry.org:10004 02:12:20 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:12:20 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 02:12:20 Configure a credential helper to remove this warning. See 02:12:20 https://docs.****.com/engine/reference/commandline/login/#credentials-store 02:12:20 02:12:20 Login Succeeded 02:12:20 ****.io 02:12:20 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:12:20 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 02:12:20 Configure a credential helper to remove this warning. See 02:12:20 https://docs.****.com/engine/reference/commandline/login/#credentials-store 02:12:20 02:12:20 Login Succeeded 02:12:20 ---> ****-login.sh ends [Pipeline] } 02:12:20 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 02:12:21 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo 02:12:21 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo 02:12:21 ========================================================= 02:12:21 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine] 02:12:21 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:12:22 + docker build -t ci-base-image-arm64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine --build-arg MAKE=echo noop --target=builder . 02:12:23 Sending build context to Docker daemon 34.35MB 02:12:23 Step 1/15 : ARG BASE=golang:1.21-alpine3.18 02:12:23 Step 2/15 : FROM ${BASE} AS builder 02:12:23 1.21-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 02:12:23 9fda8d8052c6: Pulling fs layer 02:12:23 5d54e960e981: Pulling fs layer 02:12:23 c4a7e357bf2a: Pulling fs layer 02:12:23 f0e02332f6b5: Pulling fs layer 02:12:23 872ee5b61b7b: Pulling fs layer 02:12:23 0c6a40ed1a82: Pulling fs layer 02:12:23 94ae7d8d031c: Pulling fs layer 02:12:23 872ee5b61b7b: Waiting 02:12:23 0c6a40ed1a82: Waiting 02:12:23 94ae7d8d031c: Waiting 02:12:23 f0e02332f6b5: Waiting 02:12:23 5d54e960e981: Verifying Checksum 02:12:23 5d54e960e981: Download complete 02:12:23 f0e02332f6b5: Verifying Checksum 02:12:23 f0e02332f6b5: Download complete 02:12:23 872ee5b61b7b: Verifying Checksum 02:12:23 872ee5b61b7b: Download complete 02:12:24 9fda8d8052c6: Verifying Checksum 02:12:24 9fda8d8052c6: Download complete 02:12:24 94ae7d8d031c: Verifying Checksum 02:12:24 94ae7d8d031c: Download complete 02:12:24 9fda8d8052c6: Pull complete 02:12:25 5d54e960e981: Pull complete 02:12:25 c4a7e357bf2a: Verifying Checksum 02:12:25 c4a7e357bf2a: Download complete 02:12:27 0c6a40ed1a82: Verifying Checksum 02:12:27 0c6a40ed1a82: Download complete 02:12:39 c4a7e357bf2a: Pull complete 02:12:39 f0e02332f6b5: Pull complete 02:12:40 872ee5b61b7b: Pull complete 02:12:50 0c6a40ed1a82: Pull complete 02:12:50 94ae7d8d031c: Pull complete 02:12:50 Digest: sha256:bced28d2139e98291f6f5222245e06760ce829f55f75386c6c13bfabca1016f1 02:12:50 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine 02:12:50 ---> 86de565de09d 02:12:50 Step 3/15 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" 02:12:51 ---> Running in 8b09a46374bd 02:12:52 Removing intermediate container 8b09a46374bd 02:12:52 ---> ada30ef4f0bf 02:12:52 Step 4/15 : ARG ALPINE_PKG_BASE="make git" 02:12:52 ---> Running in f9b4a95ef41b 02:12:52 Removing intermediate container f9b4a95ef41b 02:12:52 ---> 7b4a83c3e0d1 02:12:52 Step 5/15 : ARG ALPINE_PKG_EXTRA="" 02:12:52 ---> Running in f1e74f5debcb 02:12:52 Removing intermediate container f1e74f5debcb 02:12:52 ---> eb86220a2f2f 02:12:52 Step 6/15 : LABEL Name=edgex-ui-go 02:12:52 ---> Running in dabad038d243 02:12:54 Removing intermediate container dabad038d243 02:12:54 ---> f7dfb71149fe 02:12:54 Step 7/15 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2023: Intel' 02:12:54 ---> Running in 91326310396b 02:12:54 Removing intermediate container 91326310396b 02:12:54 ---> 4a715925241e 02:12:54 Step 8/15 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 02:12:55 latest: Pulling from library/docker 02:12:55 bca4290a9639: Pulling fs layer 02:12:55 2cd627277f8a: Pulling fs layer 02:12:55 4f4fb700ef54: Pulling fs layer 02:12:55 a4fb61f641ed: Pulling fs layer 02:12:55 47f4d3b2720d: Pulling fs layer 02:12:55 5a66ce1aea6b: Pulling fs layer 02:12:55 5a0da380a768: Pulling fs layer 02:12:55 fd3364e0c80a: Pulling fs layer 02:12:55 9d397e39bdd4: Pulling fs layer 02:12:55 058c8bc73208: Pulling fs layer 02:12:55 e3f992dd6a8e: Pulling fs layer 02:12:55 c1f027976386: Pulling fs layer 02:12:55 2ccc0a04b955: Pulling fs layer 02:12:55 124d7d852822: Pulling fs layer 02:12:55 e9578c7c454c: Pulling fs layer 02:12:55 50ff999be3f2: Pulling fs layer 02:12:55 47f4d3b2720d: Waiting 02:12:55 5a66ce1aea6b: Waiting 02:12:55 5a0da380a768: Waiting 02:12:55 fd3364e0c80a: Waiting 02:12:55 9d397e39bdd4: Waiting 02:12:55 058c8bc73208: Waiting 02:12:55 e3f992dd6a8e: Waiting 02:12:55 c1f027976386: Waiting 02:12:55 2ccc0a04b955: Waiting 02:12:55 124d7d852822: Waiting 02:12:55 e9578c7c454c: Waiting 02:12:55 50ff999be3f2: Waiting 02:12:55 a4fb61f641ed: Waiting 02:12:55 4f4fb700ef54: Verifying Checksum 02:12:55 4f4fb700ef54: Download complete 02:12:55 2cd627277f8a: Verifying Checksum 02:12:55 2cd627277f8a: Download complete 02:12:55 bca4290a9639: Verifying Checksum 02:12:55 bca4290a9639: Download complete 02:12:55 a4fb61f641ed: Verifying Checksum 02:12:55 a4fb61f641ed: Download complete 02:12:56 47f4d3b2720d: Verifying Checksum 02:12:56 47f4d3b2720d: Download complete 02:12:56 5a66ce1aea6b: Verifying Checksum 02:12:56 5a66ce1aea6b: Download complete 02:12:56 bca4290a9639: Pull complete 02:12:56 fd3364e0c80a: Verifying Checksum 02:12:56 9d397e39bdd4: Verifying Checksum 02:12:56 9d397e39bdd4: Download complete 02:12:56 5a0da380a768: Verifying Checksum 02:12:56 5a0da380a768: Download complete 02:12:56 058c8bc73208: Verifying Checksum 02:12:56 058c8bc73208: Download complete 02:12:56 c1f027976386: Verifying Checksum 02:12:56 c1f027976386: Download complete 02:12:57 2ccc0a04b955: Verifying Checksum 02:12:57 2ccc0a04b955: Download complete 02:12:57 e3f992dd6a8e: Verifying Checksum 02:12:57 e3f992dd6a8e: Download complete 02:12:57 50ff999be3f2: Download complete 02:12:57 e9578c7c454c: Verifying Checksum 02:12:57 e9578c7c454c: Download complete 02:12:57 2cd627277f8a: Pull complete 02:12:57 4f4fb700ef54: Pull complete 02:12:58 a4fb61f641ed: Pull complete 02:12:58 124d7d852822: Verifying Checksum 02:12:58 124d7d852822: Download complete 02:12:58 47f4d3b2720d: Pull complete 02:13:00 5a66ce1aea6b: Pull complete 02:13:01 5a0da380a768: Pull complete 02:13:02 fd3364e0c80a: Pull complete 02:13:02 9d397e39bdd4: Pull complete 02:13:02 058c8bc73208: Pull complete 02:13:03 e3f992dd6a8e: Pull complete 02:13:03 c1f027976386: Pull complete 02:13:04 2ccc0a04b955: Pull complete 02:13:07 124d7d852822: Pull complete 02:13:07 e9578c7c454c: Pull complete 02:13:08 50ff999be3f2: Pull complete 02:13:08 Digest: sha256:ef26679413e86f8eae35ad24aca2b5106fb1c78ebb31c33b1aafbd6f5b074e50 02:13:08 Status: Downloaded newer image for docker:latest 02:13:10 ---> 61fbeec2ed2d 02:13:10 Step 9/15 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 02:13:10 ---> Running in b68ab459e7b4 02:13:11 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 02:13:11 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 02:13:13 OK: 266 MiB in 52 packages 02:13:14 Removing intermediate container b68ab459e7b4 02:13:14 ---> f1653717af25 02:13:14 Step 10/15 : ENV GO111MODULE=on 02:13:14 ---> Running in f6e0b55a3f10 02:13:14 Removing intermediate container f6e0b55a3f10 02:13:14 ---> a321bd703c82 02:13:14 Step 11/15 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go 02:13:14 ---> Running in 70fefb6c0489 02:13:15 Removing intermediate container 70fefb6c0489 02:13:15 ---> 383f9a5d392b 02:13:15 Step 12/15 : COPY go.mod vendor* ./ 02:13:15 ---> c0cba5aef656 02:13:15 Step 13/15 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 02:13:15 ---> Running in 63a8830cf656 02:14:23 Removing intermediate container 63a8830cf656 02:14:23 ---> d14d995479f2 02:14:23 Step 14/15 : COPY . . 02:14:23 ---> 0240f533a31c 02:14:23 Step 15/15 : RUN ${MAKE} 02:14:23 ---> Running in aeeec163933f 02:14:23 noop 02:14:23 Removing intermediate container aeeec163933f 02:14:23 ---> 1305d0b81976 02:14:23 Successfully built 1305d0b81976 02:14:23 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:14:24 + docker inspect -f . ci-base-image-arm64 02:14:24 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 02:14:24 prd-ubuntu20.04-docker-arm64-4c-16g-338 does not seem to be running inside a container 02:14:24 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/1 -v /w/workspace/edgex-ui-go/1:/w/workspace/edgex-ui-go/1:rw,z -v /w/workspace/edgex-ui-go/1@tmp:/w/workspace/edgex-ui-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 02:14:26 $ docker top 8e3246c913f2629d2b0b527cf2871ec6f7b07035e9d3a26b780188bb9d552b71 -eo pid,comm [Pipeline] { [Pipeline] sh 02:14:26 + go version 02:14:26 go version go1.21.0 linux/arm64 [Pipeline] } 02:14:27 $ docker stop --time=1 8e3246c913f2629d2b0b527cf2871ec6f7b07035e9d3a26b780188bb9d552b71 02:14:28 $ docker rm -f --volumes 8e3246c913f2629d2b0b527cf2871ec6f7b07035e9d3a26b780188bb9d552b71 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:14:29 + docker inspect -f . ci-base-image-arm64 02:14:29 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 02:14:30 prd-ubuntu20.04-docker-arm64-4c-16g-338 does not seem to be running inside a container 02:14:30 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/edgex-ui-go/1 -v /w/workspace/edgex-ui-go/1:/w/workspace/edgex-ui-go/1:rw,z -v /w/workspace/edgex-ui-go/1@tmp:/w/workspace/edgex-ui-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 02:14:31 $ docker top a78cb527e97c99692dfea8444d1082371e520d7337544c297e0b6904d677eda6 -eo pid,comm [Pipeline] { [Pipeline] sh 02:14:32 + git config --global --add safe.directory /w/workspace/edgex-ui-go/1 [Pipeline] fileExists [Pipeline] sh 02:14:33 + make test 02:14:33 CGO_ENABLED=0 GO111MODULE=on go test -tags "no_messagebus" -coverprofile=coverage.out ./... 02:14:36 internal/application.go:25:2: no required module provides package github.com/openziti/sdk-golang/ziti; to add it: 02:14:36 go get github.com/openziti/sdk-golang/ziti 02:14:36 make: *** [Makefile:49: test-go] Error 1 [Pipeline] } 02:14:36 $ docker stop --time=1 a78cb527e97c99692dfea8444d1082371e520d7337544c297e0b6904d677eda6 02:14:38 $ docker rm -f --volumes a78cb527e97c99692dfea8444d1082371e520d7337544c297e0b6904d677eda6 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:14:40 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 02:14:40 02:14:40 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:14:41 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 02:14:41 arm64: Pulling from edgex-lftools-log-publisher 02:14:41 8998bd30e6a1: Pulling fs layer 02:14:41 04944245beec: Pulling fs layer 02:14:41 699f458cf7ca: Pulling fs layer 02:14:41 765212b225bb: Pulling fs layer 02:14:41 f23df028b6ca: Pulling fs layer 02:14:41 d65c8cfc05b1: Pulling fs layer 02:14:41 2437ff75d9bd: Pulling fs layer 02:14:41 f23df028b6ca: Waiting 02:14:41 765212b225bb: Waiting 02:14:41 d65c8cfc05b1: Waiting 02:14:41 2437ff75d9bd: Waiting 02:14:41 04944245beec: Download complete 02:14:41 765212b225bb: Verifying Checksum 02:14:41 765212b225bb: Download complete 02:14:41 f23df028b6ca: Verifying Checksum 02:14:41 f23df028b6ca: Download complete 02:14:41 d65c8cfc05b1: Verifying Checksum 02:14:41 d65c8cfc05b1: Download complete 02:14:41 699f458cf7ca: Verifying Checksum 02:14:41 699f458cf7ca: Download complete 02:14:42 8998bd30e6a1: Verifying Checksum 02:14:42 8998bd30e6a1: Download complete 02:14:45 2437ff75d9bd: Verifying Checksum 02:14:45 2437ff75d9bd: Download complete 02:14:47 8998bd30e6a1: Pull complete 02:14:47 04944245beec: Pull complete 02:14:53 699f458cf7ca: Pull complete 02:14:53 765212b225bb: Pull complete 02:14:53 f23df028b6ca: Pull complete 02:14:53 d65c8cfc05b1: Pull complete 02:15:12 2437ff75d9bd: Pull complete 02:15:12 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 02:15:12 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 02:15:12 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 02:15:12 prd-ubuntu20.04-docker-arm64-4c-16g-338 does not seem to be running inside a container 02:15:12 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-ui-go/1 -v /w/workspace/edgex-ui-go/1:/w/workspace/edgex-ui-go/1:rw,z -v /w/workspace/edgex-ui-go/1@tmp:/w/workspace/edgex-ui-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat 02:15:14 $ docker top ec4420348c3fe5fb66016087af0385e0589a35945a565750a5e9a408cc4553fc -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 02:15:15 ---> job-cost.sh 02:15:15 lf-activate-venv: SKIPPING 02:15:15 INFO: No Stack... 02:15:15 INFO: Retrieving Pricing Info for: v3-standard-4 02:15:16 INFO: Archiving Costs [Pipeline] sh 02:15:17 + cat /w/workspace/edgex-ui-go/1/archives/cost.csv 02:15:17 + cut -d, -f6 [Pipeline] lock 02:15:17 Trying to acquire lock on [jenkins-edgexfoundry-edgex-ui-go-PR-698-1-stack-cost] 02:15:17 Resource [jenkins-edgexfoundry-edgex-ui-go-PR-698-1-stack-cost] did not exist. Created. 02:15:17 Lock acquired on [jenkins-edgexfoundry-edgex-ui-go-PR-698-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 02:15:18 /w/workspace/edgex-ui-go/1@tmp/durable-7a994c83/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh 02:15:19 + echo total: 0.10999999940395355 [Pipeline] stash 02:15:19 Warning: overwriting stash ‘stack-cost’ 02:15:20 Stashed 1 file(s) [Pipeline] } 02:15:20 Lock released on resource [jenkins-edgexfoundry-edgex-ui-go-PR-698-1-stack-cost] [Pipeline] // lock [Pipeline] } 02:15:20 $ docker stop --time=1 ec4420348c3fe5fb66016087af0385e0589a35945a565750a5e9a408cc4553fc 02:15:22 $ docker rm -f --volumes ec4420348c3fe5fb66016087af0385e0589a35945a565750a5e9a408cc4553fc [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 02:15:23 Failed in branch arm64 [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) Stage "CodeCov" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) Stage "Snyk Dependency Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to earlier failure(s) [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh 02:15:27 + [ -d /w/workspace/edgexfoundry_edgex-ui-go_PR-698/archives ] 02:15:27 + ls -al /w/workspace/edgexfoundry_edgex-ui-go_PR-698/archives 02:15:27 total 16 02:15:27 drwxr-xr-x 3 root root 4096 Feb 2 02:09 . 02:15:27 drwxrwxr-x 14 jenkins jenkins 4096 Feb 2 02:09 .. 02:15:27 drwxr-xr-x 2 root root 4096 Feb 2 02:09 cost 02:15:27 -rw-r--r-- 1 root root 83 Feb 2 02:09 cost.csv 02:15:27 + sudo chown -R jenkins:jenkins /w/workspace/edgexfoundry_edgex-ui-go_PR-698/archives 02:15:27 + ls -al /w/workspace/edgexfoundry_edgex-ui-go_PR-698/archives 02:15:27 total 16 02:15:27 drwxr-xr-x 3 jenkins jenkins 4096 Feb 2 02:09 . 02:15:27 drwxrwxr-x 14 jenkins jenkins 4096 Feb 2 02:09 .. 02:15:27 drwxr-xr-x 2 jenkins jenkins 4096 Feb 2 02:09 cost 02:15:27 -rw-r--r-- 1 jenkins jenkins 83 Feb 2 02:09 cost.csv [Pipeline] libraryResource [Pipeline] sh 02:15:28 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 02:15:28 ---> package-listing.sh 02:15:28 ++ facter osfamily 02:15:28 ++ tr '[:upper:]' '[:lower:]' 02:15:28 + OS_FAMILY=debian 02:15:28 + workspace=/w/workspace/edgexfoundry_edgex-ui-go_PR-698 02:15:28 + START_PACKAGES=/tmp/packages_start.txt 02:15:28 + END_PACKAGES=/tmp/packages_end.txt 02:15:28 + DIFF_PACKAGES=/tmp/packages_diff.txt 02:15:28 + PACKAGES=/tmp/packages_start.txt 02:15:28 + '[' /w/workspace/edgexfoundry_edgex-ui-go_PR-698 ']' 02:15:28 + PACKAGES=/tmp/packages_end.txt 02:15:28 + case "${OS_FAMILY}" in 02:15:28 + dpkg -l 02:15:28 + grep '^ii' 02:15:28 + '[' -f /tmp/packages_start.txt ']' 02:15:28 + '[' -f /tmp/packages_end.txt ']' 02:15:28 + diff /tmp/packages_start.txt /tmp/packages_end.txt 02:15:28 + '[' /w/workspace/edgexfoundry_edgex-ui-go_PR-698 ']' 02:15:28 + mkdir -p /w/workspace/edgexfoundry_edgex-ui-go_PR-698/archives/ 02:15:28 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgexfoundry_edgex-ui-go_PR-698/archives/ [Pipeline] echo 02:15:29 Launching container with: [--privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgexfoundry_edgex-ui-go_PR-698/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 02:15:29 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:15:30 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 02:15:30 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 02:15:30 prd-ubuntu20.04-docker-8c-8g-335 does not seem to be running inside a container 02:15:30 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgexfoundry_edgex-ui-go_PR-698/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgexfoundry_edgex-ui-go_PR-698 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-698:/w/workspace/edgexfoundry_edgex-ui-go_PR-698:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-698@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-698@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 02:15:30 $ docker top 5127bd698cc62b19a0b8e1343c031c8f89cfeeae1255fd40bdbd75ed3af80d24 -eo pid,comm [Pipeline] { [Pipeline] sh 02:15:31 + touch /tmp/pre-build-complete [Pipeline] sh 02:15:31 + mkdir -p /var/log/sysstat [Pipeline] sh 02:15:31 + ls /var/log/sa-host 02:15:31 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 02:15:32 provisioning config files... 02:15:32 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-698@tmp/config14979412543733412989tmp [Pipeline] { [Pipeline] echo 02:15:32 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 02:15:32 ---> create-netrc.sh [Pipeline] } 02:15:32 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 02:15:33 ---> python-tools-install.sh [Pipeline] echo 02:15:33 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 02:15:33 ---> sudo-logs.sh 02:15:33 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 02:15:33 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 02:15:33 ---> job-cost.sh 02:15:33 lf-activate-venv: SKIPPING 02:15:33 DEBUG: total: 0.2199999988079071 02:15:33 INFO: Retrieving Stack Cost... 02:15:34 INFO: Retrieving Pricing Info for: v3-standard-8 02:15:34 INFO: Archiving Costs [Pipeline] echo 02:15:34 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 02:15:34 ---> logs-deploy.sh 02:15:34 lf-activate-venv: SKIPPING 02:15:34 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-ui-go/PR-698/1 02:15:34 INFO: archiving workspace using pattern(s): 02:15:35 Archives upload complete. 02:15:36 INFO: archiving logs to Nexus 02:15:36 ---> uname -a: 02:15:36 Linux prd-ubuntu20-04-docker-8c-8g-335 5.4.0-126-generic #142-Ubuntu SMP Fri Aug 26 12:12:57 UTC 2022 x86_64 GNU/Linux 02:15:36 02:15:36 02:15:36 ---> lscpu: 02:15:36 Architecture: x86_64 02:15:36 CPU op-mode(s): 32-bit, 64-bit 02:15:36 Byte Order: Little Endian 02:15:36 Address sizes: 40 bits physical, 48 bits virtual 02:15:36 CPU(s): 8 02:15:36 On-line CPU(s) list: 0-7 02:15:36 Thread(s) per core: 1 02:15:36 Core(s) per socket: 1 02:15:36 Socket(s): 8 02:15:36 NUMA node(s): 1 02:15:36 Vendor ID: AuthenticAMD 02:15:36 CPU family: 23 02:15:36 Model: 49 02:15:36 Model name: AMD EPYC-Rome Processor 02:15:36 Stepping: 0 02:15:36 CPU MHz: 2800.000 02:15:36 BogoMIPS: 5600.00 02:15:36 Virtualization: AMD-V 02:15:36 Hypervisor vendor: KVM 02:15:36 Virtualization type: full 02:15:36 L1d cache: 256 KiB 02:15:36 L1i cache: 256 KiB 02:15:36 L2 cache: 4 MiB 02:15:36 L3 cache: 128 MiB 02:15:36 NUMA node0 CPU(s): 0-7 02:15:36 Vulnerability Itlb multihit: Not affected 02:15:36 Vulnerability L1tf: Not affected 02:15:36 Vulnerability Mds: Not affected 02:15:36 Vulnerability Meltdown: Not affected 02:15:36 Vulnerability Mmio stale data: Not affected 02:15:36 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 02:15:36 Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization 02:15:36 Vulnerability Spectre v2: Mitigation; Retpolines, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling 02:15:36 Vulnerability Srbds: Not affected 02:15:36 Vulnerability Tsx async abort: Not affected 02:15:36 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm rep_good nopl cpuid extd_apicid tsc_known_freq pni pclmulqdq ssse3 fma cx16 sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand hypervisor lahf_lm cmp_legacy svm cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw topoext perfctr_core ssbd ibrs ibpb stibp vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 xsaves clzero xsaveerptr wbnoinvd arat npt nrip_save umip rdpid arch_capabilities 02:15:36 02:15:36 02:15:36 ---> nproc: 02:15:36 8 02:15:36 02:15:36 02:15:36 ---> df -h: 02:15:36 Filesystem Size Used Avail Use% Mounted on 02:15:36 overlay 155G 12G 144G 8% / 02:15:36 tmpfs 64M 0 64M 0% /dev 02:15:36 tmpfs 16G 0 16G 0% /sys/fs/cgroup 02:15:36 shm 64M 0 64M 0% /dev/shm 02:15:36 /dev/vda1 155G 12G 144G 8% /facter-os 02:15:36 02:15:36 02:15:36 ---> sar -b -r -n DEV: 02:15:36 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-335) 02/02/24 _x86_64_ (8 CPU) 02:15:36 02:15:36 02:07:22 LINUX RESTART (8 CPU) 02:15:36 02:15:36 02:08:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 02:15:36 02:09:01 402.92 10.70 392.22 0.00 1759.17 109551.74 0.00 02:15:36 02:10:01 167.07 1.23 165.84 0.00 25.33 59568.61 0.00 02:15:36 02:11:01 1.45 0.00 1.45 0.00 0.00 22.41 0.00 02:15:36 02:12:01 1.00 0.00 1.00 0.00 0.00 12.66 0.00 02:15:36 02:13:01 31.14 8.80 22.35 0.00 926.25 2088.85 0.00 02:15:36 02:14:01 3.80 0.03 3.77 0.00 0.27 73.72 0.00 02:15:36 02:15:01 0.83 0.00 0.83 0.00 0.00 10.00 0.00 02:15:36 Average: 86.89 2.97 83.92 0.00 387.28 24474.85 0.00 02:15:36 02:15:36 02:08:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 02:15:36 02:09:01 28692596 31490408 815944 2.48 82676 2977040 1980064 5.84 1129608 2648572 1920 02:15:36 02:10:01 27592800 31506480 795196 2.42 150796 3914064 1764036 5.20 1200496 3561616 276 02:15:36 02:11:01 27601308 31515080 786452 2.39 150840 3914068 1764036 5.20 1190148 3561620 28 02:15:36 02:12:01 27601272 31515256 786148 2.39 150872 3914068 1764036 5.20 1190044 3561740 12 02:15:36 02:13:01 27469176 31502828 774196 2.35 166344 4020704 1680212 4.95 1265660 3594960 308 02:15:36 02:14:01 27472164 31501320 775808 2.36 164888 4017576 1689456 4.98 1263728 3591776 12 02:15:36 02:15:01 27480352 31509600 767368 2.33 164920 4017580 1689456 4.98 1255544 3591780 8 02:15:36 Average: 27701381 31505853 785873 2.39 147334 3825014 1761614 5.19 1213604 3444581 366 02:15:36 02:15:36 02:08:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 02:15:36 02:09:01 ens3 525.83 368.41 7632.10 65.21 0.00 0.00 0.00 0.00 02:15:36 02:09:01 veth54ce7bc 52.32 55.49 5.10 50.43 0.00 0.00 0.00 0.00 02:15:36 02:09:01 lo 8.80 8.80 0.91 0.91 0.00 0.00 0.00 0.00 02:15:36 02:09:01 docker0 120.43 122.78 9.17 458.48 0.00 0.00 0.00 0.00 02:15:36 02:10:01 ens3 331.79 176.79 4506.01 29.88 0.00 0.00 0.00 0.00 02:15:36 02:10:01 lo 1.20 1.20 0.11 0.11 0.00 0.00 0.00 0.00 02:15:36 02:10:01 docker0 111.75 223.25 9.54 1958.45 0.00 0.00 0.00 0.00 02:15:36 02:11:01 ens3 1.73 0.48 0.84 0.27 0.00 0.00 0.00 0.00 02:15:36 02:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:15:36 02:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:15:36 02:12:01 ens3 1.02 1.02 0.56 0.43 0.00 0.00 0.00 0.00 02:15:36 02:12:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 02:15:36 02:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:15:36 02:13:01 ens3 57.79 33.71 695.57 2.62 0.00 0.00 0.00 0.00 02:15:36 02:13:01 lo 0.27 0.27 0.02 0.02 0.00 0.00 0.00 0.00 02:15:36 02:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:15:36 02:14:01 ens3 0.25 0.17 0.07 0.01 0.00 0.00 0.00 0.00 02:15:36 02:14:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 02:15:36 02:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:15:36 02:15:01 ens3 0.13 0.00 0.01 0.00 0.00 0.00 0.00 0.00 02:15:36 02:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:15:36 02:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:15:36 Average: ens3 131.22 82.94 1833.55 14.06 0.00 0.00 0.00 0.00 02:15:36 Average: lo 1.52 1.52 0.15 0.15 0.00 0.00 0.00 0.00 02:15:36 Average: docker0 33.17 49.43 2.67 345.27 0.00 0.00 0.00 0.00 02:15:36 02:15:36 02:15:36 ---> sar -P ALL: 02:15:36 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-335) 02/02/24 _x86_64_ (8 CPU) 02:15:36 02:15:36 02:07:22 LINUX RESTART (8 CPU) 02:15:36 02:15:36 02:08:01 CPU %user %nice %system %iowait %steal %idle 02:15:36 02:09:01 all 7.80 0.00 3.37 3.42 0.07 85.35 02:15:36 02:09:01 0 9.48 0.00 3.23 1.99 0.05 85.25 02:15:36 02:09:01 1 7.43 0.00 3.29 1.87 0.10 87.31 02:15:36 02:09:01 2 7.75 0.00 3.44 13.46 0.07 75.28 02:15:36 02:09:01 3 7.22 0.00 2.56 0.15 0.07 90.00 02:15:36 02:09:01 4 7.63 0.00 3.54 3.84 0.07 84.93 02:15:36 02:09:01 5 6.25 0.00 3.86 1.23 0.05 88.62 02:15:36 02:09:01 6 8.50 0.00 2.65 1.23 0.07 87.56 02:15:36 02:09:01 7 8.13 0.00 4.40 3.64 0.05 83.78 02:15:36 02:10:01 all 6.24 0.00 3.06 5.87 0.07 84.76 02:15:36 02:10:01 0 5.20 0.00 2.46 1.99 0.05 90.30 02:15:36 02:10:01 1 6.39 0.00 3.33 1.21 0.05 89.03 02:15:36 02:10:01 2 7.17 0.00 2.68 6.13 0.08 83.94 02:15:36 02:10:01 3 6.48 0.00 2.72 1.88 0.13 88.78 02:15:36 02:10:01 4 6.43 0.00 2.73 1.78 0.03 89.03 02:15:36 02:10:01 5 6.40 0.00 2.99 2.13 0.05 88.44 02:15:36 02:10:01 6 5.99 0.00 3.99 31.49 0.07 58.47 02:15:36 02:10:01 7 5.91 0.00 3.63 0.59 0.05 89.83 02:15:36 02:11:01 all 0.03 0.00 0.00 0.01 0.01 99.95 02:15:36 02:11:01 0 0.00 0.00 0.00 0.00 0.00 100.00 02:15:36 02:11:01 1 0.00 0.00 0.00 0.00 0.02 99.98 02:15:36 02:11:01 2 0.02 0.00 0.00 0.00 0.00 99.98 02:15:36 02:11:01 3 0.12 0.00 0.00 0.08 0.02 99.78 02:15:36 02:11:01 4 0.00 0.00 0.00 0.00 0.02 99.98 02:15:36 02:11:01 5 0.03 0.00 0.00 0.00 0.02 99.95 02:15:36 02:11:01 6 0.02 0.00 0.00 0.02 0.00 99.97 02:15:36 02:11:01 7 0.07 0.00 0.00 0.00 0.00 99.93 02:15:36 02:12:01 all 0.28 0.00 0.01 0.01 0.01 99.69 02:15:36 02:12:01 0 0.02 0.00 0.00 0.00 0.00 99.98 02:15:36 02:12:01 1 0.03 0.00 0.03 0.00 0.00 99.93 02:15:36 02:12:01 2 1.97 0.00 0.00 0.00 0.02 98.01 02:15:36 02:12:01 3 0.05 0.00 0.02 0.03 0.03 99.87 02:15:36 02:12:01 4 0.02 0.00 0.00 0.00 0.00 99.98 02:15:36 02:12:01 5 0.07 0.00 0.02 0.00 0.00 99.92 02:15:36 02:12:01 6 0.03 0.00 0.02 0.03 0.02 99.90 02:15:36 02:12:01 7 0.07 0.00 0.00 0.00 0.00 99.93 02:15:36 02:13:01 all 1.33 0.00 0.73 2.11 0.08 95.75 02:15:36 02:13:01 0 0.98 0.00 0.50 0.10 0.03 98.38 02:15:36 02:13:01 1 1.60 0.00 1.78 1.02 0.02 95.58 02:15:36 02:13:01 2 2.79 0.00 0.41 0.23 0.15 96.42 02:15:36 02:13:01 3 1.03 0.00 0.62 11.70 0.23 86.42 02:15:36 02:13:01 4 1.02 0.00 0.77 3.29 0.05 94.87 02:15:36 02:13:01 5 1.42 0.00 0.55 0.08 0.07 97.88 02:15:36 02:13:01 6 0.74 0.00 0.40 0.37 0.03 98.46 02:15:36 02:13:01 7 1.08 0.00 0.82 0.07 0.03 98.00 02:15:36 02:14:01 all 0.08 0.00 0.06 0.11 0.01 99.74 02:15:36 02:14:01 0 0.05 0.00 0.03 0.00 0.02 99.90 02:15:36 02:14:01 1 0.05 0.00 0.03 0.00 0.00 99.92 02:15:36 02:14:01 2 0.05 0.00 0.07 0.00 0.02 99.87 02:15:36 02:14:01 3 0.13 0.00 0.07 0.47 0.02 99.32 02:15:36 02:14:01 4 0.03 0.00 0.05 0.42 0.02 99.48 02:15:36 02:14:01 5 0.10 0.00 0.07 0.00 0.00 99.83 02:15:36 02:14:01 6 0.12 0.00 0.12 0.00 0.00 99.77 02:15:36 02:14:01 7 0.10 0.00 0.05 0.00 0.00 99.85 02:15:36 02:15:01 all 0.02 0.00 0.00 0.00 0.01 99.97 02:15:36 02:15:01 0 0.00 0.00 0.00 0.00 0.00 100.00 02:15:36 02:15:01 1 0.02 0.00 0.02 0.00 0.00 99.97 02:15:36 02:15:01 2 0.00 0.00 0.00 0.00 0.00 100.00 02:15:36 02:15:01 3 0.07 0.00 0.02 0.02 0.03 99.87 02:15:36 02:15:01 4 0.00 0.00 0.00 0.00 0.00 100.00 02:15:36 02:15:01 5 0.03 0.00 0.00 0.00 0.02 99.95 02:15:36 02:15:01 6 0.03 0.00 0.00 0.00 0.00 99.97 02:15:36 02:15:01 7 0.00 0.00 0.00 0.00 0.00 100.00 02:15:36 Average: all 2.24 0.00 1.03 1.64 0.03 95.06 02:15:36 Average: 0 2.23 0.00 0.89 0.58 0.02 96.28 02:15:36 Average: 1 2.20 0.00 1.21 0.58 0.03 95.98 02:15:36 Average: 2 2.81 0.00 0.93 2.80 0.05 93.41 02:15:36 Average: 3 2.15 0.00 0.85 2.05 0.08 94.87 02:15:36 Average: 4 2.15 0.00 1.01 1.33 0.03 95.49 02:15:36 Average: 5 2.03 0.00 1.06 0.49 0.03 96.39 02:15:36 Average: 6 2.19 0.00 1.02 4.67 0.03 92.09 02:15:36 Average: 7 2.18 0.00 1.26 0.61 0.02 95.94 02:15:36 02:15:36 02:15:36