Pull request #632 opened 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 lenny-intel for edgexfoundry/edgex-ui-go Obtained Jenkinsfile from 79760c884bf334ea7550a3c31c98c2801c51cbc2+ef214e184896840ffd361b660bf61225b6f94ad5 (2989474c73f95a5e6457fe72b941b32ec81a39d4) 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-ssh7500269930336126954.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision e143027787c0ac28563f7e92b6cefc600d3b7107 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-ssh14732237919128077647.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 e143027787c0ac28563f7e92b6cefc600d3b7107 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-632/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-632/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh7661729951308607608.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-632/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh16074962289890854062.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision e143027787c0ac28563f7e92b6cefc600d3b7107 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f e143027787c0ac28563f7e92b6cefc600d3b7107 # timeout=10 Commit message: "Merge pull request #442 from ernestojeda/golang-1.21" > 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-ssh13098783869401666084.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-632/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-632/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh17446056574730726186.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 e143027787c0ac28563f7e92b6cefc600d3b7107 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 ‘prd-ubuntu20.04-docker-8c-8g-6035’ Running on prd-ubuntu20.04-docker-8c-8g-6037 in /w/workspace/edgexfoundry_edgex-ui-go_PR-632 [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-632 # 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 > 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/632/head:refs/remotes/origin/PR-632 +refs/heads/main:refs/remotes/origin/main # timeout=10 Merging remotes/origin/main commit ef214e184896840ffd361b660bf61225b6f94ad5 into PR head commit 79760c884bf334ea7550a3c31c98c2801c51cbc2 Merge succeeded, producing 79760c884bf334ea7550a3c31c98c2801c51cbc2 Checking out Revision 79760c884bf334ea7550a3c31c98c2801c51cbc2 (PR-632) > git config core.sparsecheckout # timeout=10 > git checkout -f 79760c884bf334ea7550a3c31c98c2801c51cbc2 # 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 ef214e184896840ffd361b660bf61225b6f94ad5 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 79760c884bf334ea7550a3c31c98c2801c51cbc2 # timeout=10 Commit message: "build: Upgrade to go-1.21 and Alpine 3.18" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.25.1' fatal: bad object e143027787c0ac28563f7e92b6cefc600d3b7107 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2023-09-12T22:29:03.719Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2023-09-12T22:29:03.879Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2023-09-12T22:29:03.969Z] ========================================================= [2023-09-12T22:29:03.969Z] EdgeX Global Pipelines Version Info [2023-09-12T22:29:03.969Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2023-09-12T22:29:04.742Z] ------------------- [2023-09-12T22:29:04.742Z] stable info: [2023-09-12T22:29:04.742Z] ------------------- [2023-09-12T22:29:04.742Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2023-09-12T22:29:04.742Z] Commit SHA: e143027787c0ac28563f7e92b6cefc600d3b7107 [2023-09-12T22:29:04.742Z] Message: update stable to v1.0.254 [2023-09-12T22:29:05.317Z] ------------------- [2023-09-12T22:29:05.317Z] experimental info: [2023-09-12T22:29:05.317Z] ------------------- [2023-09-12T22:29:05.317Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2023-09-12T22:29:05.317Z] Commit SHA: e143027787c0ac28563f7e92b6cefc600d3b7107 [2023-09-12T22:29:05.317Z] Message: update experimental to v1.0.254 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2023-09-12T22:29:05.618Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-ui-go-settings [Pipeline] echo [2023-09-12T22:29:05.657Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-ui-go [Pipeline] echo [2023-09-12T22:29:05.692Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2023-09-12T22:29:05.731Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2023-09-12T22:29:05.768Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2023-09-12T22:29:05.808Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.21 [Pipeline] echo [2023-09-12T22:29:05.845Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2023-09-12T22:29:05.882Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2023-09-12T22:29:05.920Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2023-09-12T22:29:05.961Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2023-09-12T22:29:05.996Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2023-09-12T22:29:06.030Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = edgex-ui [Pipeline] echo [2023-09-12T22:29:06.066Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2023-09-12T22:29:06.101Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2023-09-12T22:29:06.135Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2023-09-12T22:29:06.170Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2023-09-12T22:29:06.206Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2023-09-12T22:29:06.242Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2023-09-12T22:29:06.288Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2023-09-12T22:29:06.329Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2023-09-12T22:29:06.367Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2023-09-12T22:29:06.403Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2023-09-12T22:29:06.438Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2023-09-12T22:29:06.477Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2023-09-12T22:29:06.516Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2023-09-12T22:29:06.555Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2023-09-12T22:29:06.590Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2023-09-12T22:29:06.625Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-632 [Pipeline] echo [2023-09-12T22:29:06.663Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-632 [Pipeline] echo [2023-09-12T22:29:06.716Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-632 [Pipeline] echo [2023-09-12T22:29:06.754Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 79760c884bf334ea7550a3c31c98c2801c51cbc2 [Pipeline] echo [2023-09-12T22:29:06.796Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 79760c8 [Pipeline] echo [2023-09-12T22:29:06.832Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-09-12T22:29:06.936Z] provisioning config files... [2023-09-12T22:29:06.954Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-632@tmp/config18238268877782597077tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-09-12T22:29:07.303Z] ---> docker-login.sh [2023-09-12T22:29:07.303Z] nexus3.edgexfoundry.org:10001 [2023-09-12T22:29:07.563Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-09-12T22:29:07.823Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-09-12T22:29:07.824Z] Configure a credential helper to remove this warning. See [2023-09-12T22:29:07.824Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-09-12T22:29:07.824Z] [2023-09-12T22:29:07.824Z] Login Succeeded [2023-09-12T22:29:07.824Z] nexus3.edgexfoundry.org:10002 [2023-09-12T22:29:07.824Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-09-12T22:29:07.824Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-09-12T22:29:07.824Z] Configure a credential helper to remove this warning. See [2023-09-12T22:29:07.824Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-09-12T22:29:07.824Z] [2023-09-12T22:29:07.824Z] Login Succeeded [2023-09-12T22:29:07.824Z] nexus3.edgexfoundry.org:10003 [2023-09-12T22:29:07.824Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-09-12T22:29:07.824Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-09-12T22:29:07.824Z] Configure a credential helper to remove this warning. See [2023-09-12T22:29:07.824Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-09-12T22:29:07.824Z] [2023-09-12T22:29:07.824Z] Login Succeeded [2023-09-12T22:29:07.824Z] nexus3.edgexfoundry.org:10004 [2023-09-12T22:29:08.084Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-09-12T22:29:08.084Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-09-12T22:29:08.084Z] Configure a credential helper to remove this warning. See [2023-09-12T22:29:08.084Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-09-12T22:29:08.084Z] [2023-09-12T22:29:08.084Z] Login Succeeded [2023-09-12T22:29:08.084Z] docker.io [2023-09-12T22:29:08.084Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-09-12T22:29:08.342Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-09-12T22:29:08.342Z] Configure a credential helper to remove this warning. See [2023-09-12T22:29:08.342Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-09-12T22:29:08.342Z] [2023-09-12T22:29:08.342Z] Login Succeeded [2023-09-12T22:29:08.342Z] ---> docker-login.sh ends [Pipeline] } [2023-09-12T22:29:08.371Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2023-09-12T22:29:08.993Z] + git rev-list -1 --merges 79760c884bf334ea7550a3c31c98c2801c51cbc2~1..79760c884bf334ea7550a3c31c98c2801c51cbc2 [Pipeline] echo [2023-09-12T22:29:09.052Z] -----------> git rev-list -1 --merges 79760c884bf334ea7550a3c31c98c2801c51cbc2~1..79760c884bf334ea7550a3c31c98c2801c51cbc2 79760c884bf334ea7550a3c31c98c2801c51cbc2 [false] [Pipeline] sh [2023-09-12T22:29:09.364Z] + git log --format=format:%s -1 79760c884bf334ea7550a3c31c98c2801c51cbc2 [Pipeline] echo [2023-09-12T22:29:09.401Z] ========================================================= [2023-09-12T22:29:09.401Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2023-09-12T22:29:09.401Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-09-12T22:29:09.848Z] + git log --format=format:%s -1 79760c884bf334ea7550a3c31c98c2801c51cbc2 [Pipeline] echo [2023-09-12T22:29:09.879Z] [semverPrep] GIT_COMMIT: 79760c884bf334ea7550a3c31c98c2801c51cbc2, Commit Message: build: Upgrade to go-1.21 and Alpine 3.18 [Pipeline] echo [2023-09-12T22:29:09.909Z] [semverPrep] This is not a build commit. [Pipeline] sh [2023-09-12T22:29:10.296Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-09-12T22:29:10.296Z] + grep -v github /etc/ssh/ssh_known_hosts [2023-09-12T22:29:10.296Z] + [ -e /tmp/ssh_known_hosts ] [2023-09-12T22:29:10.296Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2023-09-12T22:29:10.296Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2023-09-12T22:29:10.296Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2023-09-12T22:29:10.296Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-12T22:29:10.729Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-09-12T22:29:10.729Z] [2023-09-12T22:29:10.729Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-12T22:29:11.101Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-09-12T22:29:11.101Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2023-09-12T22:29:11.101Z] b85a868b505f: Pulling fs layer [2023-09-12T22:29:11.101Z] e2be974225ed: Pulling fs layer [2023-09-12T22:29:11.101Z] 339a4e72a1f5: Pulling fs layer [2023-09-12T22:29:11.101Z] 988bab9f4d93: Pulling fs layer [2023-09-12T22:29:11.101Z] 1469e6f7b9e6: Pulling fs layer [2023-09-12T22:29:11.101Z] eaf3925da568: Pulling fs layer [2023-09-12T22:29:11.101Z] bab4dde63d76: Pulling fs layer [2023-09-12T22:29:11.101Z] bde34c3a00c8: Pulling fs layer [2023-09-12T22:29:11.101Z] b352a97aabf1: Pulling fs layer [2023-09-12T22:29:11.101Z] 4872d77fe225: Pulling fs layer [2023-09-12T22:29:11.101Z] 5851b861e8e6: Pulling fs layer [2023-09-12T22:29:11.101Z] 988bab9f4d93: Waiting [2023-09-12T22:29:11.101Z] bab4dde63d76: Waiting [2023-09-12T22:29:11.101Z] eaf3925da568: Waiting [2023-09-12T22:29:11.101Z] bde34c3a00c8: Waiting [2023-09-12T22:29:11.101Z] b352a97aabf1: Waiting [2023-09-12T22:29:11.101Z] 5851b861e8e6: Waiting [2023-09-12T22:29:11.101Z] 4872d77fe225: Waiting [2023-09-12T22:29:11.101Z] e2be974225ed: Verifying Checksum [2023-09-12T22:29:11.101Z] e2be974225ed: Download complete [2023-09-12T22:29:11.101Z] 988bab9f4d93: Verifying Checksum [2023-09-12T22:29:11.101Z] 988bab9f4d93: Download complete [2023-09-12T22:29:11.362Z] 1469e6f7b9e6: Verifying Checksum [2023-09-12T22:29:11.362Z] 1469e6f7b9e6: Download complete [2023-09-12T22:29:11.362Z] 339a4e72a1f5: Verifying Checksum [2023-09-12T22:29:11.362Z] 339a4e72a1f5: Download complete [2023-09-12T22:29:11.362Z] eaf3925da568: Verifying Checksum [2023-09-12T22:29:11.362Z] eaf3925da568: Download complete [2023-09-12T22:29:11.362Z] bde34c3a00c8: Download complete [2023-09-12T22:29:11.362Z] b352a97aabf1: Verifying Checksum [2023-09-12T22:29:11.362Z] b352a97aabf1: Download complete [2023-09-12T22:29:11.362Z] 4872d77fe225: Verifying Checksum [2023-09-12T22:29:11.362Z] 4872d77fe225: Download complete [2023-09-12T22:29:11.362Z] 5851b861e8e6: Verifying Checksum [2023-09-12T22:29:11.362Z] 5851b861e8e6: Download complete [2023-09-12T22:29:11.362Z] b85a868b505f: Verifying Checksum [2023-09-12T22:29:11.362Z] b85a868b505f: Download complete [2023-09-12T22:29:11.621Z] bab4dde63d76: Verifying Checksum [2023-09-12T22:29:11.621Z] bab4dde63d76: Download complete [2023-09-12T22:29:12.566Z] b85a868b505f: Pull complete [2023-09-12T22:29:12.826Z] e2be974225ed: Pull complete [2023-09-12T22:29:13.402Z] 339a4e72a1f5: Pull complete [2023-09-12T22:29:13.662Z] 988bab9f4d93: Pull complete [2023-09-12T22:29:13.920Z] 1469e6f7b9e6: Pull complete [2023-09-12T22:29:13.920Z] eaf3925da568: Pull complete [2023-09-12T22:29:15.825Z] bab4dde63d76: Pull complete [2023-09-12T22:29:15.825Z] bde34c3a00c8: Pull complete [2023-09-12T22:29:15.825Z] b352a97aabf1: Pull complete [2023-09-12T22:29:15.825Z] 4872d77fe225: Pull complete [2023-09-12T22:29:16.085Z] 5851b861e8e6: Pull complete [2023-09-12T22:29:16.085Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2023-09-12T22:29:16.085Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-09-12T22:29:16.085Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-09-12T22:29:16.315Z] prd-ubuntu20.04-docker-8c-8g-6037 does not seem to be running inside a container [2023-09-12T22:29:16.372Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_edgex-ui-go_PR-632 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-632:/w/workspace/edgexfoundry_edgex-ui-go_PR-632:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-632@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-632@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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-09-12T22:29:18.952Z] $ docker top 3dfb7661c1c920426a13f9071256315dc712f72b2d9fdb2aee0f6ec15ff3846e -eo pid,comm [2023-09-12T22:29:19.022Z] 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). [2023-09-12T22:29:19.022Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-09-12T22:29:19.142Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-09-12T22:29:19.143Z] [ssh-agent] Looking for ssh-agent implementation... [2023-09-12T22:29:19.249Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-09-12T22:29:19.244Z] $ docker exec 3dfb7661c1c920426a13f9071256315dc712f72b2d9fdb2aee0f6ec15ff3846e ssh-agent [2023-09-12T22:29:19.349Z] SSH_AUTH_SOCK=/tmp/ssh-eNSrJb96GHFY/agent.32 [2023-09-12T22:29:19.349Z] SSH_AGENT_PID=38 [2023-09-12T22:29:19.403Z] Running ssh-add (command line suppressed) [2023-09-12T22:29:19.503Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_PR-632@tmp/private_key_12953845536490704398.key (/w/workspace/edgexfoundry_edgex-ui-go_PR-632@tmp/private_key_12953845536490704398.key) [2023-09-12T22:29:19.525Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-09-12T22:29:19.855Z] + git tag --points-at HEAD [Pipeline] } [2023-09-12T22:29:19.874Z] $ docker exec --env ******** --env ******** 3dfb7661c1c920426a13f9071256315dc712f72b2d9fdb2aee0f6ec15ff3846e ssh-agent -k [2023-09-12T22:29:19.963Z] unset SSH_AUTH_SOCK; [2023-09-12T22:29:19.963Z] unset SSH_AGENT_PID; [2023-09-12T22:29:19.963Z] echo Agent pid 38 killed; [2023-09-12T22:29:19.982Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2023-09-12T22:29:20.058Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-09-12T22:29:20.058Z] [ssh-agent] Looking for ssh-agent implementation... [2023-09-12T22:29:20.160Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-09-12T22:29:20.154Z] $ docker exec 3dfb7661c1c920426a13f9071256315dc712f72b2d9fdb2aee0f6ec15ff3846e ssh-agent [2023-09-12T22:29:20.272Z] SSH_AUTH_SOCK=/tmp/ssh-eiv35wH00jqc/agent.70 [2023-09-12T22:29:20.272Z] SSH_AGENT_PID=76 [2023-09-12T22:29:20.277Z] Running ssh-add (command line suppressed) [2023-09-12T22:29:20.365Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_PR-632@tmp/private_key_13592229775710581911.key (/w/workspace/edgexfoundry_edgex-ui-go_PR-632@tmp/private_key_13592229775710581911.key) [2023-09-12T22:29:20.387Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-09-12T22:29:20.728Z] + git semver init [2023-09-12T22:29:20.988Z] 2023-09-12 22:29:20,883 [run_init] DEBUG init version:0.0.0 force:False [2023-09-12T22:29:20.988Z] 2023-09-12 22:29:20,884 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgexfoundry_edgex-ui-go_PR-632/.semver [2023-09-12T22:29:20.988Z] 2023-09-12 22:29:20,885 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-ui-go.git /w/workspace/edgexfoundry_edgex-ui-go_PR-632/.semver [2023-09-12T22:29:20.988Z] 2023-09-12 22:29:20,885 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/edgex-ui-go.git', '/w/workspace/edgexfoundry_edgex-ui-go_PR-632/.semver'], cwd=/w/workspace/edgexfoundry_edgex-ui-go_PR-632, universal_newlines=False, shell=None, istream=None) [2023-09-12T22:29:22.367Z] 2023-09-12 22:29:22,275 [append_file] DEBUG append to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-632/.git/info/exclude [2023-09-12T22:29:22.367Z] 2023-09-12 22:29:22,276 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgexfoundry_edgex-ui-go_PR-632/.semver/PR-632 with force:False [2023-09-12T22:29:22.367Z] 2023-09-12 22:29:22,276 [write_file] DEBUG write to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-632/.semver/PR-632 [2023-09-12T22:29:22.367Z] 2023-09-12 22:29:22,280 [execute] INFO git cat-file --batch-check [2023-09-12T22:29:22.367Z] 2023-09-12 22:29:22,281 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgexfoundry_edgex-ui-go_PR-632/.semver, universal_newlines=False, shell=None, istream=) [2023-09-12T22:29:22.367Z] 2023-09-12 22:29:22,288 [execute] INFO git cat-file --batch [2023-09-12T22:29:22.367Z] 2023-09-12 22:29:22,289 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgexfoundry_edgex-ui-go_PR-632/.semver, universal_newlines=False, shell=None, istream=) [2023-09-12T22:29:22.367Z] 2023-09-12 22:29:22,294 [read_version] DEBUG read version from /w/workspace/edgexfoundry_edgex-ui-go_PR-632/.semver/PR-632 [2023-09-12T22:29:22.367Z] 0.0.0 [Pipeline] } [2023-09-12T22:29:22.381Z] $ docker exec --env ******** --env ******** 3dfb7661c1c920426a13f9071256315dc712f72b2d9fdb2aee0f6ec15ff3846e ssh-agent -k [2023-09-12T22:29:22.476Z] unset SSH_AUTH_SOCK; [2023-09-12T22:29:22.479Z] unset SSH_AGENT_PID; [2023-09-12T22:29:22.480Z] echo Agent pid 76 killed; [2023-09-12T22:29:22.501Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-09-12T22:29:22.929Z] + git semver [Pipeline] } [2023-09-12T22:29:23.201Z] $ docker stop --time=1 3dfb7661c1c920426a13f9071256315dc712f72b2d9fdb2aee0f6ec15ff3846e [2023-09-12T22:29:24.520Z] $ docker rm -f --volumes 3dfb7661c1c920426a13f9071256315dc712f72b2d9fdb2aee0f6ec15ff3846e [Pipeline] // withDockerContainer [Pipeline] sh [2023-09-12T22:29:24.928Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2023-09-12T22:29:25.191Z] Stashed 1 file(s) [Pipeline] echo [2023-09-12T22:29:25.207Z] [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 [2023-09-12T22:29:25.791Z] provisioning config files... [2023-09-12T22:29:25.801Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-632@tmp/config15003489284607254305tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-09-12T22:29:26.145Z] ---> docker-login.sh [2023-09-12T22:29:26.146Z] nexus3.edgexfoundry.org:10001 [2023-09-12T22:29:26.146Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-09-12T22:29:26.146Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-09-12T22:29:26.146Z] Configure a credential helper to remove this warning. See [2023-09-12T22:29:26.146Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-09-12T22:29:26.146Z] [2023-09-12T22:29:26.146Z] Login Succeeded [2023-09-12T22:29:26.146Z] nexus3.edgexfoundry.org:10002 [2023-09-12T22:29:26.146Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-09-12T22:29:26.146Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-09-12T22:29:26.146Z] Configure a credential helper to remove this warning. See [2023-09-12T22:29:26.146Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-09-12T22:29:26.146Z] [2023-09-12T22:29:26.146Z] Login Succeeded [2023-09-12T22:29:26.146Z] nexus3.edgexfoundry.org:10003 [2023-09-12T22:29:26.405Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-09-12T22:29:26.405Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-09-12T22:29:26.405Z] Configure a credential helper to remove this warning. See [2023-09-12T22:29:26.405Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-09-12T22:29:26.405Z] [2023-09-12T22:29:26.405Z] Login Succeeded [2023-09-12T22:29:26.405Z] nexus3.edgexfoundry.org:10004 [2023-09-12T22:29:26.405Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-09-12T22:29:26.405Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-09-12T22:29:26.405Z] Configure a credential helper to remove this warning. See [2023-09-12T22:29:26.405Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-09-12T22:29:26.405Z] [2023-09-12T22:29:26.405Z] Login Succeeded [2023-09-12T22:29:26.405Z] docker.io [2023-09-12T22:29:26.665Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-09-12T22:29:26.665Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-09-12T22:29:26.665Z] Configure a credential helper to remove this warning. See [2023-09-12T22:29:26.665Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-09-12T22:29:26.665Z] [2023-09-12T22:29:26.665Z] Login Succeeded [2023-09-12T22:29:26.665Z] ---> docker-login.sh ends [Pipeline] } [2023-09-12T22:29:26.696Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2023-09-12T22:29:26.889Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-09-12T22:29:26.929Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-09-12T22:29:26.962Z] ========================================================= [2023-09-12T22:29:26.963Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine] [2023-09-12T22:29:26.963Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-12T22:29:27.439Z] + 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 . [2023-09-12T22:29:27.697Z] Sending build context to Docker daemon 47.53MB [2023-09-12T22:29:27.697Z] Step 1/15 : ARG BASE=golang:1.21-alpine3.18 [2023-09-12T22:29:27.697Z] Step 2/15 : FROM ${BASE} AS builder [2023-09-12T22:29:27.697Z] 1.21-alpine: Pulling from edgex-devops/edgex-golang-base [2023-09-12T22:29:27.697Z] 7264a8db6415: Pulling fs layer [2023-09-12T22:29:27.697Z] c4d48a809fc2: Pulling fs layer [2023-09-12T22:29:27.697Z] 4f1c88b9dad5: Pulling fs layer [2023-09-12T22:29:27.697Z] ad3a456e5733: Pulling fs layer [2023-09-12T22:29:27.697Z] 9e4f439ed901: Pulling fs layer [2023-09-12T22:29:27.697Z] feaf6a47b606: Pulling fs layer [2023-09-12T22:29:27.697Z] 5e8b037d7d82: Pulling fs layer [2023-09-12T22:29:27.697Z] 8ac70367396e: Pulling fs layer [2023-09-12T22:29:27.697Z] 6db16350a2e2: Pulling fs layer [2023-09-12T22:29:27.697Z] 9250d5d63582: Pulling fs layer [2023-09-12T22:29:27.697Z] 8ac70367396e: Waiting [2023-09-12T22:29:27.697Z] 6db16350a2e2: Waiting [2023-09-12T22:29:27.697Z] 9e4f439ed901: Waiting [2023-09-12T22:29:27.697Z] 5e8b037d7d82: Waiting [2023-09-12T22:29:27.697Z] feaf6a47b606: Waiting [2023-09-12T22:29:27.697Z] ad3a456e5733: Waiting [2023-09-12T22:29:27.697Z] 9250d5d63582: Waiting [2023-09-12T22:29:27.697Z] c4d48a809fc2: Download complete [2023-09-12T22:29:27.697Z] ad3a456e5733: Verifying Checksum [2023-09-12T22:29:27.697Z] ad3a456e5733: Download complete [2023-09-12T22:29:27.697Z] 9e4f439ed901: Download complete [2023-09-12T22:29:27.697Z] 7264a8db6415: Verifying Checksum [2023-09-12T22:29:27.697Z] 7264a8db6415: Download complete [2023-09-12T22:29:27.958Z] feaf6a47b606: Verifying Checksum [2023-09-12T22:29:27.958Z] feaf6a47b606: Download complete [2023-09-12T22:29:27.958Z] 7264a8db6415: Pull complete [2023-09-12T22:29:27.958Z] 8ac70367396e: Verifying Checksum [2023-09-12T22:29:27.958Z] 8ac70367396e: Download complete [2023-09-12T22:29:28.217Z] c4d48a809fc2: Pull complete [2023-09-12T22:29:28.217Z] 4f1c88b9dad5: Verifying Checksum [2023-09-12T22:29:28.217Z] 4f1c88b9dad5: Download complete [2023-09-12T22:29:28.217Z] 6db16350a2e2: Verifying Checksum [2023-09-12T22:29:28.217Z] 6db16350a2e2: Download complete [2023-09-12T22:29:28.475Z] 9250d5d63582: Verifying Checksum [2023-09-12T22:29:28.475Z] 9250d5d63582: Download complete [2023-09-12T22:29:28.475Z] 5e8b037d7d82: Verifying Checksum [2023-09-12T22:29:28.475Z] 5e8b037d7d82: Download complete [2023-09-12T22:29:31.776Z] 4f1c88b9dad5: Pull complete [2023-09-12T22:29:31.776Z] ad3a456e5733: Pull complete [2023-09-12T22:29:31.776Z] 9e4f439ed901: Pull complete [2023-09-12T22:29:31.776Z] feaf6a47b606: Pull complete [2023-09-12T22:29:33.676Z] 5e8b037d7d82: Pull complete [2023-09-12T22:29:33.937Z] 8ac70367396e: Pull complete [2023-09-12T22:29:34.505Z] 6db16350a2e2: Pull complete [2023-09-12T22:29:35.071Z] 9250d5d63582: Pull complete [2023-09-12T22:29:35.072Z] Digest: sha256:3646cb4089a714386d09daba17fdee0803df1ec33e73c4ae92f9989f90c6e4e0 [2023-09-12T22:29:35.072Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine [2023-09-12T22:29:35.072Z] ---> fa269f55d9b9 [2023-09-12T22:29:35.072Z] Step 3/15 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" [2023-09-12T22:29:40.401Z] ---> Running in aa5d4cfa166a [2023-09-12T22:29:40.401Z] Removing intermediate container aa5d4cfa166a [2023-09-12T22:29:40.401Z] ---> 71a981d69ab6 [2023-09-12T22:29:40.401Z] Step 4/15 : ARG ALPINE_PKG_BASE="make git" [2023-09-12T22:29:40.401Z] ---> Running in a0dcb0db2536 [2023-09-12T22:29:40.401Z] Removing intermediate container a0dcb0db2536 [2023-09-12T22:29:40.401Z] ---> 53e4df81e19e [2023-09-12T22:29:40.401Z] Step 5/15 : ARG ALPINE_PKG_EXTRA="" [2023-09-12T22:29:40.401Z] ---> Running in 4b2f69959f98 [2023-09-12T22:29:40.401Z] Removing intermediate container 4b2f69959f98 [2023-09-12T22:29:40.401Z] ---> e2b0a5b2bde3 [2023-09-12T22:29:40.401Z] Step 6/15 : LABEL Name=edgex-ui-go [2023-09-12T22:29:40.401Z] ---> Running in b535d04bc352 [2023-09-12T22:29:40.619Z] Still waiting to schedule task [2023-09-12T22:29:40.620Z] Waiting for next available executor on ‘prd-ubuntu20.04-docker-arm64-4c-16g-6036’ [2023-09-12T22:29:40.661Z] Removing intermediate container b535d04bc352 [2023-09-12T22:29:40.661Z] ---> 9f4879a553fa [2023-09-12T22:29:40.661Z] Step 7/15 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2023: Intel' [2023-09-12T22:29:40.661Z] ---> Running in 8d401cfdb881 [2023-09-12T22:29:40.661Z] Removing intermediate container 8d401cfdb881 [2023-09-12T22:29:40.661Z] ---> 6afed5209ae1 [2023-09-12T22:29:40.661Z] Step 8/15 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2023-09-12T22:29:41.229Z] latest: Pulling from library/docker [2023-09-12T22:29:41.229Z] 7264a8db6415: Already exists [2023-09-12T22:29:41.229Z] cfafd3a03f86: Pulling fs layer [2023-09-12T22:29:41.229Z] 4f4fb700ef54: Pulling fs layer [2023-09-12T22:29:41.229Z] f11d96ce7eaa: Pulling fs layer [2023-09-12T22:29:41.229Z] 6adc040a05cc: Pulling fs layer [2023-09-12T22:29:41.229Z] 787484ec7e57: Pulling fs layer [2023-09-12T22:29:41.229Z] ab22443da284: Pulling fs layer [2023-09-12T22:29:41.229Z] 4df676a3ac49: Pulling fs layer [2023-09-12T22:29:41.229Z] 579a751e9a42: Pulling fs layer [2023-09-12T22:29:41.229Z] 6adc040a05cc: Waiting [2023-09-12T22:29:41.229Z] 433699f84749: Pulling fs layer [2023-09-12T22:29:41.229Z] 3e5c5f3a87be: Pulling fs layer [2023-09-12T22:29:41.229Z] 389d589ce89a: Pulling fs layer [2023-09-12T22:29:41.229Z] a43e1216f500: Pulling fs layer [2023-09-12T22:29:41.229Z] 2c2a8ce1e4eb: Pulling fs layer [2023-09-12T22:29:41.229Z] 787484ec7e57: Waiting [2023-09-12T22:29:41.229Z] 433699f84749: Waiting [2023-09-12T22:29:41.229Z] 3e5c5f3a87be: Waiting [2023-09-12T22:29:41.229Z] 389d589ce89a: Waiting [2023-09-12T22:29:41.229Z] ab22443da284: Waiting [2023-09-12T22:29:41.229Z] a43e1216f500: Waiting [2023-09-12T22:29:41.229Z] 2c2a8ce1e4eb: Waiting [2023-09-12T22:29:41.229Z] 4df676a3ac49: Waiting [2023-09-12T22:29:41.229Z] 579a751e9a42: Waiting [2023-09-12T22:29:41.229Z] 4f4fb700ef54: Download complete [2023-09-12T22:29:41.495Z] cfafd3a03f86: Verifying Checksum [2023-09-12T22:29:41.495Z] cfafd3a03f86: Download complete [2023-09-12T22:29:41.495Z] f11d96ce7eaa: Verifying Checksum [2023-09-12T22:29:41.495Z] f11d96ce7eaa: Download complete [2023-09-12T22:29:41.495Z] cfafd3a03f86: Pull complete [2023-09-12T22:29:41.495Z] 4f4fb700ef54: Pull complete [2023-09-12T22:29:41.753Z] ab22443da284: Download complete [2023-09-12T22:29:41.753Z] 6adc040a05cc: Verifying Checksum [2023-09-12T22:29:41.753Z] 6adc040a05cc: Download complete [2023-09-12T22:29:41.753Z] 787484ec7e57: Verifying Checksum [2023-09-12T22:29:41.753Z] 787484ec7e57: Download complete [2023-09-12T22:29:41.753Z] 4df676a3ac49: Verifying Checksum [2023-09-12T22:29:41.753Z] 4df676a3ac49: Download complete [2023-09-12T22:29:41.753Z] f11d96ce7eaa: Pull complete [2023-09-12T22:29:41.753Z] 579a751e9a42: Verifying Checksum [2023-09-12T22:29:41.753Z] 579a751e9a42: Download complete [2023-09-12T22:29:42.012Z] 3e5c5f3a87be: Verifying Checksum [2023-09-12T22:29:42.013Z] 3e5c5f3a87be: Download complete [2023-09-12T22:29:42.013Z] 433699f84749: Verifying Checksum [2023-09-12T22:29:42.013Z] 433699f84749: Download complete [2023-09-12T22:29:42.013Z] a43e1216f500: Verifying Checksum [2023-09-12T22:29:42.271Z] 2c2a8ce1e4eb: Verifying Checksum [2023-09-12T22:29:42.271Z] 2c2a8ce1e4eb: Download complete [2023-09-12T22:29:42.271Z] 6adc040a05cc: Pull complete [2023-09-12T22:29:42.530Z] 787484ec7e57: Pull complete [2023-09-12T22:29:42.789Z] 389d589ce89a: Verifying Checksum [2023-09-12T22:29:42.789Z] 389d589ce89a: Download complete [2023-09-12T22:29:42.789Z] ab22443da284: Pull complete [2023-09-12T22:29:42.789Z] 4df676a3ac49: Pull complete [2023-09-12T22:29:42.789Z] 579a751e9a42: Pull complete [2023-09-12T22:29:43.046Z] 433699f84749: Pull complete [2023-09-12T22:29:43.046Z] 3e5c5f3a87be: Pull complete [2023-09-12T22:29:43.983Z] 389d589ce89a: Pull complete [2023-09-12T22:29:44.243Z] a43e1216f500: Pull complete [2023-09-12T22:29:44.243Z] 2c2a8ce1e4eb: Pull complete [2023-09-12T22:29:44.243Z] Digest: sha256:9e6dbb25d3c0e1e2d222c8a3f074cb8240d1a716d0c6868f76eb3d5a4dfb174c [2023-09-12T22:29:44.243Z] Status: Downloaded newer image for docker:latest [2023-09-12T22:29:47.528Z] ---> a4d2e25fdc0a [2023-09-12T22:29:47.528Z] Step 9/15 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-09-12T22:29:47.528Z] ---> Running in c04432bd0f6d [2023-09-12T22:29:47.528Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2023-09-12T22:29:47.788Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2023-09-12T22:29:48.048Z] OK: 265 MiB in 56 packages [2023-09-12T22:29:48.306Z] Removing intermediate container c04432bd0f6d [2023-09-12T22:29:48.306Z] ---> 731e73c5937d [2023-09-12T22:29:48.306Z] Step 10/15 : ENV GO111MODULE=on [2023-09-12T22:29:48.306Z] ---> Running in 4b75e7903ccc [2023-09-12T22:29:48.306Z] Removing intermediate container 4b75e7903ccc [2023-09-12T22:29:48.306Z] ---> e561cce6570c [2023-09-12T22:29:48.306Z] Step 11/15 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go [2023-09-12T22:29:48.306Z] ---> Running in c248d74cc23b [2023-09-12T22:29:48.565Z] Removing intermediate container c248d74cc23b [2023-09-12T22:29:48.565Z] ---> a689c71db39a [2023-09-12T22:29:48.565Z] Step 12/15 : COPY go.mod vendor* ./ [2023-09-12T22:29:48.565Z] ---> d146271379d1 [2023-09-12T22:29:48.565Z] Step 13/15 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-09-12T22:29:48.565Z] ---> Running in a4b40b15e44b [2023-09-12T22:30:27.162Z] Removing intermediate container a4b40b15e44b [2023-09-12T22:30:27.162Z] ---> ab055170b223 [2023-09-12T22:30:27.162Z] Step 14/15 : COPY . . [2023-09-12T22:30:27.162Z] ---> c9a0eb9fcbc6 [2023-09-12T22:30:27.162Z] Step 15/15 : RUN ${MAKE} [2023-09-12T22:30:27.162Z] ---> Running in dfb5aec9e90f [2023-09-12T22:30:27.162Z] noop [2023-09-12T22:30:27.162Z] Removing intermediate container dfb5aec9e90f [2023-09-12T22:30:27.162Z] ---> 83a77080b7db [2023-09-12T22:30:27.162Z] Successfully built 83a77080b7db [2023-09-12T22:30:27.162Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-12T22:30:27.601Z] + docker inspect -f . ci-base-image-x86_64 [2023-09-12T22:30:27.601Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-09-12T22:30:27.753Z] prd-ubuntu20.04-docker-8c-8g-6037 does not seem to be running inside a container [2023-09-12T22:30:27.932Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgexfoundry_edgex-ui-go_PR-632 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-632:/w/workspace/edgexfoundry_edgex-ui-go_PR-632:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-632@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-632@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 ******** -e ******** ci-base-image-x86_64 cat [2023-09-12T22:30:28.256Z] $ docker top 0d8ba291045cb8a80d126f45f8cc4baf95fd83ee27317589b057ee78c11d955c -eo pid,comm [Pipeline] { [Pipeline] sh [2023-09-12T22:30:28.499Z] + go version [2023-09-12T22:30:28.499Z] go version go1.21.0 linux/amd64 [Pipeline] } [2023-09-12T22:30:28.681Z] $ docker stop --time=1 0d8ba291045cb8a80d126f45f8cc4baf95fd83ee27317589b057ee78c11d955c [2023-09-12T22:30:29.947Z] $ docker rm -f --volumes 0d8ba291045cb8a80d126f45f8cc4baf95fd83ee27317589b057ee78c11d955c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-12T22:30:30.464Z] + docker inspect -f . ci-base-image-x86_64 [2023-09-12T22:30:30.464Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-09-12T22:30:30.609Z] prd-ubuntu20.04-docker-8c-8g-6037 does not seem to be running inside a container [2023-09-12T22:30:30.802Z] $ 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-632 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-632:/w/workspace/edgexfoundry_edgex-ui-go_PR-632:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-632@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-632@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 ******** -e ******** ci-base-image-x86_64 cat [2023-09-12T22:30:31.113Z] $ docker top 7d73e10596f42a26e3174a19520549aa13a32c5960b50eaa51099768b6d332bf -eo pid,comm [Pipeline] { [Pipeline] sh [2023-09-12T22:30:31.328Z] + git config --global --add safe.directory /w/workspace/edgexfoundry_edgex-ui-go_PR-632 [Pipeline] fileExists [Pipeline] sh [2023-09-12T22:30:31.697Z] + make test [2023-09-12T22:30:31.697Z] CGO_ENABLED=0 GO111MODULE=on go test -tags "no_messagebus" -coverprofile=coverage.out ./... [2023-09-12T22:30:32.634Z] ? github.com/edgexfoundry/edgex-ui-go [no test files] [2023-09-12T22:30:40.737Z] ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] [2023-09-12T22:30:40.737Z] ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] [2023-09-12T22:30:40.737Z] ? github.com/edgexfoundry/edgex-ui-go/internal/common [no test files] [2023-09-12T22:30:40.737Z] ? github.com/edgexfoundry/edgex-ui-go/internal/container [no test files] [2023-09-12T22:30:40.737Z] ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] [2023-09-12T22:30:40.737Z] ? github.com/edgexfoundry/edgex-ui-go/internal/config [no test files] [2023-09-12T22:30:40.737Z] ? github.com/edgexfoundry/edgex-ui-go/internal/service [no test files] [2023-09-12T22:30:40.737Z] ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] [2023-09-12T22:30:40.737Z] CGO_ENABLED=0 GO111MODULE=on go vet -tags "no_messagebus" ./... [2023-09-12T22:30:42.635Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-09-12T22:30:42.635Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-09-12T22:30:42.635Z] ./bin/test-attribution-txt.sh [2023-09-12T22:30:42.635Z] make -C web test [2023-09-12T22:30:42.635Z] make[1]: Entering directory '/w/workspace/edgexfoundry_edgex-ui-go_PR-632/web' [2023-09-12T22:30:42.635Z] make[1]: tput: No such file or directory [2023-09-12T22:30:42.635Z] make[1]: tput: No such file or directory [2023-09-12T22:30:42.635Z] warning: generating ./VERSION [2023-09-12T22:30:42.635Z] echo "0.0.0" > VERSION [2023-09-12T22:30:42.635Z] docker build \ [2023-09-12T22:30:42.635Z] -f Dockerfile \ [2023-09-12T22:30:42.635Z] --build-arg USER=1000 \ [2023-09-12T22:30:42.635Z] \ [2023-09-12T22:30:42.635Z] --label "git_sha=79760c884bf334ea7550a3c31c98c2801c51cbc2" \ [2023-09-12T22:30:42.635Z] -t edgexfoundry/edgex-web-ui:79760c884bf334ea7550a3c31c98c2801c51cbc2 \ [2023-09-12T22:30:42.635Z] -t edgexfoundry/edgex-web-ui:0.0.0-dev \ [2023-09-12T22:30:42.635Z] . [2023-09-12T22:30:42.635Z] DEPRECATED: The legacy builder is deprecated and will be removed in a future release. [2023-09-12T22:30:42.635Z] Install the buildx component to build images with BuildKit: [2023-09-12T22:30:42.635Z] https://docs.docker.com/go/buildx/ [2023-09-12T22:30:42.635Z] [2023-09-12T22:30:42.635Z] Sending build context to Docker daemon 2.571MB [2023-09-12T22:30:42.635Z] Step 1/10 : FROM node:16.17-alpine3.15 [2023-09-12T22:30:43.202Z] 16.17-alpine3.15: Pulling from library/node [2023-09-12T22:30:43.202Z] 9621f1afde84: Pulling fs layer [2023-09-12T22:30:43.202Z] c6f70ee39829: Pulling fs layer [2023-09-12T22:30:43.202Z] 56892a8094a2: Pulling fs layer [2023-09-12T22:30:43.202Z] 58dd87906ef0: Pulling fs layer [2023-09-12T22:30:43.202Z] 58dd87906ef0: Waiting [2023-09-12T22:30:43.461Z] 9621f1afde84: Verifying Checksum [2023-09-12T22:30:43.461Z] 9621f1afde84: Download complete [2023-09-12T22:30:43.461Z] 9621f1afde84: Pull complete [2023-09-12T22:30:43.719Z] 56892a8094a2: Download complete [2023-09-12T22:30:43.719Z] 58dd87906ef0: Verifying Checksum [2023-09-12T22:30:43.719Z] 58dd87906ef0: Download complete [2023-09-12T22:30:44.651Z] c6f70ee39829: Verifying Checksum [2023-09-12T22:30:44.651Z] c6f70ee39829: Download complete [2023-09-12T22:30:45.583Z] c6f70ee39829: Pull complete [2023-09-12T22:30:45.842Z] 56892a8094a2: Pull complete [2023-09-12T22:30:45.842Z] 58dd87906ef0: Pull complete [2023-09-12T22:30:45.842Z] Digest: sha256:84c606bfbe4cf120c52b17c3b727e614d99e357a8e350f83a4e7b9ec0798e04a [2023-09-12T22:30:45.842Z] Status: Downloaded newer image for node:16.17-alpine3.15 [2023-09-12T22:30:45.842Z] ---> b69703f70c3d [2023-09-12T22:30:45.842Z] Step 2/10 : RUN apk add --no-cache chromium [2023-09-12T22:30:47.738Z] ---> Running in 127ed741bfff [2023-09-12T22:30:47.996Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2023-09-12T22:30:47.996Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2023-09-12T22:30:48.255Z] (1/129) Installing libxau (1.0.9-r0) [2023-09-12T22:30:48.514Z] (2/129) Installing libmd (1.0.3-r0) [2023-09-12T22:30:48.514Z] (3/129) Installing libbsd (0.11.3-r1) [2023-09-12T22:30:48.514Z] (4/129) Installing libxdmcp (1.1.3-r0) [2023-09-12T22:30:48.514Z] (5/129) Installing libxcb (1.14-r2) [2023-09-12T22:30:48.514Z] (6/129) Installing libx11 (1.7.3.1-r1) [2023-09-12T22:30:48.514Z] (7/129) Installing libxext (1.3.4-r0) [2023-09-12T22:30:48.514Z] (8/129) Installing libice (1.0.10-r0) [2023-09-12T22:30:48.514Z] (9/129) Installing libuuid (2.37.4-r0) [2023-09-12T22:30:48.514Z] (10/129) Installing libsm (1.2.3-r0) [2023-09-12T22:30:48.514Z] (11/129) Installing libxt (1.2.1-r0) [2023-09-12T22:30:48.774Z] (12/129) Installing libxmu (1.1.3-r0) [2023-09-12T22:30:48.774Z] (13/129) Installing xset (1.2.4-r0) [2023-09-12T22:30:48.774Z] (14/129) Installing xprop (1.2.5-r0) [2023-09-12T22:30:48.774Z] (15/129) Installing xdg-utils (1.1.3-r0) [2023-09-12T22:30:48.774Z] (16/129) Installing eudev-libs (3.2.11_pre1-r0) [2023-09-12T22:30:48.774Z] (17/129) Installing pkgconf (1.8.1-r0) [2023-09-12T22:30:48.774Z] (18/129) Installing libffi (3.4.2-r1) [2023-09-12T22:30:48.774Z] (19/129) Installing libintl (0.21-r0) [2023-09-12T22:30:48.774Z] (20/129) Installing libblkid (2.37.4-r0) [2023-09-12T22:30:48.774Z] (21/129) Installing libmount (2.37.4-r0) [2023-09-12T22:30:48.774Z] (22/129) Installing pcre (8.45-r1) [2023-09-12T22:30:48.774Z] (23/129) Installing glib (2.70.5-r0) [2023-09-12T22:30:48.774Z] (24/129) Installing xz-libs (5.2.5-r1) [2023-09-12T22:30:48.774Z] (25/129) Installing libxml2 (2.9.14-r2) [2023-09-12T22:30:48.774Z] (26/129) Installing shared-mime-info (2.1-r2) [2023-09-12T22:30:48.774Z] (27/129) Installing hicolor-icon-theme (0.17-r1) [2023-09-12T22:30:48.774Z] (28/129) Installing libjpeg-turbo (2.1.2-r0) [2023-09-12T22:30:48.774Z] (29/129) Installing libpng (1.6.37-r1) [2023-09-12T22:30:48.774Z] (30/129) Installing libwebp (1.2.2-r1) [2023-09-12T22:30:48.774Z] (31/129) Installing zstd-libs (1.5.0-r0) [2023-09-12T22:30:49.033Z] (32/129) Installing tiff (4.4.0-r4) [2023-09-12T22:30:49.033Z] (33/129) Installing gdk-pixbuf (2.42.8-r0) [2023-09-12T22:30:49.033Z] (34/129) Installing gtk-update-icon-cache (2.24.33-r0) [2023-09-12T22:30:49.033Z] (35/129) Installing libxcomposite (0.4.5-r0) [2023-09-12T22:30:49.033Z] (36/129) Installing libxfixes (6.0.0-r0) [2023-09-12T22:30:49.033Z] (37/129) Installing libxrender (0.9.10-r3) [2023-09-12T22:30:49.033Z] (38/129) Installing libxcursor (1.2.0-r0) [2023-09-12T22:30:49.033Z] (39/129) Installing libxdamage (1.1.5-r1) [2023-09-12T22:30:49.033Z] (40/129) Installing libxi (1.8-r0) [2023-09-12T22:30:49.033Z] (41/129) Installing libxinerama (1.1.4-r1) [2023-09-12T22:30:49.033Z] (42/129) Installing libxrandr (1.5.2-r1) [2023-09-12T22:30:49.033Z] (43/129) Installing atk (2.36.0-r0) [2023-09-12T22:30:49.033Z] (44/129) Installing libxtst (1.2.3-r3) [2023-09-12T22:30:49.033Z] (45/129) Installing dbus-libs (1.12.26-r0) [2023-09-12T22:30:49.033Z] (46/129) Installing at-spi2-core (2.42.0-r0) [2023-09-12T22:30:49.033Z] (47/129) Installing at-spi2-atk (2.38.0-r0) [2023-09-12T22:30:49.033Z] (48/129) Installing expat (2.5.0-r0) [2023-09-12T22:30:49.033Z] (49/129) Installing brotli-libs (1.0.9-r5) [2023-09-12T22:30:49.033Z] (50/129) Installing libbz2 (1.0.8-r1) [2023-09-12T22:30:49.033Z] (51/129) Installing freetype (2.11.1-r2) [2023-09-12T22:30:49.033Z] (52/129) Installing fontconfig (2.13.1-r4) [2023-09-12T22:30:49.033Z] (53/129) Installing pixman (0.40.0-r4) [2023-09-12T22:30:49.033Z] (54/129) Installing cairo (1.16.0-r5) [2023-09-12T22:30:49.033Z] (55/129) Installing cairo-gobject (1.16.0-r5) [2023-09-12T22:30:49.033Z] (56/129) Installing avahi-libs (0.8-r5) [2023-09-12T22:30:49.033Z] (57/129) Installing gmp (6.2.1-r1) [2023-09-12T22:30:49.033Z] (58/129) Installing nettle (3.7.3-r0) [2023-09-12T22:30:49.033Z] (59/129) Installing p11-kit (0.24.0-r1) [2023-09-12T22:30:49.033Z] (60/129) Installing libtasn1 (4.18.0-r1) [2023-09-12T22:30:49.033Z] (61/129) Installing libunistring (0.9.10-r1) [2023-09-12T22:30:49.033Z] (62/129) Installing gnutls (3.7.1-r2) [2023-09-12T22:30:49.033Z] (63/129) Installing cups-libs (2.3.3-r8) [2023-09-12T22:30:49.292Z] (64/129) Installing libepoxy (1.5.9-r0) [2023-09-12T22:30:49.292Z] (65/129) Installing fribidi (1.0.11-r0) [2023-09-12T22:30:49.292Z] (66/129) Installing graphite2 (1.3.14-r0) [2023-09-12T22:30:49.292Z] (67/129) Installing harfbuzz (3.0.0-r2) [2023-09-12T22:30:49.292Z] (68/129) Installing libxft (2.3.4-r0) [2023-09-12T22:30:49.292Z] (69/129) Installing pango (1.48.10-r0) [2023-09-12T22:30:49.292Z] (70/129) Installing wayland-libs-client (1.19.0-r1) [2023-09-12T22:30:49.292Z] (71/129) Installing wayland-libs-cursor (1.19.0-r1) [2023-09-12T22:30:49.292Z] (72/129) Installing wayland-libs-egl (1.19.0-r1) [2023-09-12T22:30:49.292Z] (73/129) Installing xkeyboard-config (2.34-r0) [2023-09-12T22:30:49.292Z] (74/129) Installing libxkbcommon (1.3.1-r0) [2023-09-12T22:30:49.292Z] (75/129) Installing gtk+3.0 (3.24.30-r0) [2023-09-12T22:30:49.292Z] Executing gtk+3.0-3.24.30-r0.post-install [2023-09-12T22:30:49.292Z] (76/129) Installing libfontenc (1.1.4-r0) [2023-09-12T22:30:49.292Z] (77/129) Installing mkfontscale (1.2.1-r1) [2023-09-12T22:30:49.292Z] (78/129) Installing ttf-opensans (1.10-r1) [2023-09-12T22:30:49.552Z] Executing ttf-opensans-1.10-r1.post-install [2023-09-12T22:30:51.458Z] (79/129) Installing libogg (1.3.5-r0) [2023-09-12T22:30:51.458Z] (80/129) Installing flac (1.3.4-r0) [2023-09-12T22:30:51.458Z] (81/129) Installing alsa-lib (1.2.5.1-r1) [2023-09-12T22:30:51.718Z] (82/129) Installing libatomic (10.3.1_git20211027-r0) [2023-09-12T22:30:51.718Z] (83/129) Installing sdl2 (2.0.16-r4) [2023-09-12T22:30:51.718Z] (84/129) Installing aom-libs (3.2.0-r0) [2023-09-12T22:30:51.718Z] (85/129) Installing libass (0.15.2-r0) [2023-09-12T22:30:51.718Z] (86/129) Installing libdav1d (0.9.2-r0) [2023-09-12T22:30:51.718Z] (87/129) Installing ncurses-terminfo-base (6.3_p20211120-r2) [2023-09-12T22:30:51.718Z] (88/129) Installing ncurses-libs (6.3_p20211120-r2) [2023-09-12T22:30:51.718Z] (89/129) Installing lame (3.100-r0) [2023-09-12T22:30:51.718Z] (90/129) Installing opus (1.3.1-r1) [2023-09-12T22:30:51.718Z] (91/129) Installing libgomp (10.3.1_git20211027-r0) [2023-09-12T22:30:51.718Z] (92/129) Installing soxr (0.1.3-r2) [2023-09-12T22:30:51.718Z] (93/129) Installing libsrt (1.4.2-r1) [2023-09-12T22:30:51.718Z] (94/129) Installing libssh (0.9.6-r1) [2023-09-12T22:30:51.718Z] (95/129) Installing libtheora (1.1.1-r16) [2023-09-12T22:30:51.718Z] (96/129) Installing v4l-utils-libs (1.22.1-r1) [2023-09-12T22:30:51.718Z] (97/129) Installing libpciaccess (0.16-r0) [2023-09-12T22:30:51.718Z] (98/129) Installing libdrm (2.4.109-r0) [2023-09-12T22:30:51.718Z] (99/129) Installing libva (2.13.0-r0) [2023-09-12T22:30:51.718Z] (100/129) Installing libvdpau (1.4-r0) [2023-09-12T22:30:51.718Z] (101/129) Installing vidstab (1.1.0-r1) [2023-09-12T22:30:51.718Z] (102/129) Installing libvorbis (1.3.7-r0) [2023-09-12T22:30:51.718Z] (103/129) Installing libvpx (1.10.0-r0) [2023-09-12T22:30:51.718Z] (104/129) Installing vulkan-loader (1.2.196-r0) [2023-09-12T22:30:51.718Z] (105/129) Installing x264-libs (20210613-r0) [2023-09-12T22:30:51.718Z] (106/129) Installing x265-libs (3.5-r0) [2023-09-12T22:30:51.977Z] (107/129) Installing xvidcore (1.3.7-r1) [2023-09-12T22:30:51.977Z] (108/129) Installing ffmpeg-libs (4.4.1-r2) [2023-09-12T22:30:52.235Z] (109/129) Installing libevent (2.1.12-r4) [2023-09-12T22:30:52.235Z] (110/129) Installing mesa (21.2.6-r0) [2023-09-12T22:30:52.235Z] (111/129) Installing wayland-libs-server (1.19.0-r1) [2023-09-12T22:30:52.235Z] (112/129) Installing mesa-gbm (21.2.6-r0) [2023-09-12T22:30:52.235Z] (113/129) Installing lcms2 (2.12-r1) [2023-09-12T22:30:52.235Z] (114/129) Installing nspr (4.32-r0) [2023-09-12T22:30:52.235Z] (115/129) Installing sqlite-libs (3.36.0-r0) [2023-09-12T22:30:52.235Z] (116/129) Installing nss (3.78.1-r0) [2023-09-12T22:30:52.235Z] (117/129) Installing libasyncns (0.8-r1) [2023-09-12T22:30:52.235Z] (118/129) Installing libltdl (2.4.6-r7) [2023-09-12T22:30:52.235Z] (119/129) Installing orc (0.4.32-r0) [2023-09-12T22:30:52.235Z] (120/129) Installing libsndfile (1.0.31-r1) [2023-09-12T22:30:52.235Z] (121/129) Installing speexdsp (1.2.0-r0) [2023-09-12T22:30:52.235Z] (122/129) Installing tdb-libs (1.4.5-r0) [2023-09-12T22:30:52.235Z] (123/129) Installing libpulse (15.0-r2) [2023-09-12T22:30:52.235Z] (124/129) Installing re2 (2021.11.01-r0) [2023-09-12T22:30:52.235Z] (125/129) Installing snappy (1.1.9-r1) [2023-09-12T22:30:52.235Z] (126/129) Installing libgpg-error (1.42-r1) [2023-09-12T22:30:52.235Z] (127/129) Installing libgcrypt (1.9.4-r0) [2023-09-12T22:30:52.235Z] (128/129) Installing libxslt (1.1.35-r0) [2023-09-12T22:30:52.235Z] (129/129) Installing chromium (99.0.4844.84-r0) [2023-09-12T22:30:54.141Z] Executing busybox-1.34.1-r7.trigger [2023-09-12T22:30:54.141Z] Executing glib-2.70.5-r0.trigger [2023-09-12T22:30:54.141Z] Executing shared-mime-info-2.1-r2.trigger [2023-09-12T22:30:54.141Z] Executing gdk-pixbuf-2.42.8-r0.trigger [2023-09-12T22:30:54.141Z] Executing gtk-update-icon-cache-2.24.33-r0.trigger [2023-09-12T22:30:54.404Z] Executing fontconfig-2.13.1-r4.trigger [2023-09-12T22:30:54.404Z] Executing mkfontscale-1.2.1-r1.trigger [2023-09-12T22:30:54.404Z] OK: 286 MiB in 145 packages [2023-09-12T22:31:01.017Z] Removing intermediate container 127ed741bfff [2023-09-12T22:31:01.017Z] ---> 6841d062ce50 [2023-09-12T22:31:01.017Z] Step 3/10 : ENV CHROME_BIN=/usr/bin/chromium-browser [2023-09-12T22:31:01.017Z] ---> Running in 01f88b00f0c8 [2023-09-12T22:31:01.017Z] Removing intermediate container 01f88b00f0c8 [2023-09-12T22:31:01.017Z] ---> 49f284cf769b [2023-09-12T22:31:01.017Z] Step 4/10 : ENV PATH /app/node_modules/.bin:$PATH [2023-09-12T22:31:01.017Z] ---> Running in 1cab908e90fc [2023-09-12T22:31:01.017Z] Removing intermediate container 1cab908e90fc [2023-09-12T22:31:01.017Z] ---> 711b2e22158d [2023-09-12T22:31:01.017Z] Step 5/10 : RUN npm install -g npm [2023-09-12T22:31:01.017Z] ---> Running in aad58996541b [2023-09-12T22:31:01.275Z] npm ERR! code EBADENGINE [2023-09-12T22:31:01.275Z] npm ERR! engine Unsupported engine [2023-09-12T22:31:01.275Z] npm ERR! engine Not compatible with your version of node/npm: npm@10.1.0 [2023-09-12T22:31:01.275Z] npm ERR! notsup Not compatible with your version of node/npm: npm@10.1.0 [2023-09-12T22:31:01.275Z] npm ERR! notsup Required: {"node":"^18.17.0 || >=20.5.0"} [2023-09-12T22:31:01.275Z] npm ERR! notsup Actual: {"npm":"8.15.0","node":"v16.17.1"} [2023-09-12T22:31:01.275Z]  [2023-09-12T22:31:01.275Z] npm ERR! A complete log of this run can be found in: [2023-09-12T22:31:01.275Z] npm ERR! /root/.npm/_logs/2023-09-12T22_31_01_054Z-debug-0.log [2023-09-12T22:31:01.843Z] The command '/bin/sh -c npm install -g npm' returned a non-zero code: 1 [2023-09-12T22:31:01.843Z] make[1]: *** [Makefile:82: edgex-web-ui.imagebuilt] Error 1 [2023-09-12T22:31:01.843Z] make[1]: Leaving directory '/w/workspace/edgexfoundry_edgex-ui-go_PR-632/web' [2023-09-12T22:31:01.843Z] make: *** [Makefile:56: test-angular] Error 2 [Pipeline] } [2023-09-12T22:31:01.911Z] $ docker stop --time=1 7d73e10596f42a26e3174a19520549aa13a32c5960b50eaa51099768b6d332bf [2023-09-12T22:31:03.209Z] $ docker rm -f --volumes 7d73e10596f42a26e3174a19520549aa13a32c5960b50eaa51099768b6d332bf [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 [2023-09-12T22:31:04.371Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-09-12T22:31:04.371Z] [2023-09-12T22:31:04.371Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-12T22:31:04.737Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-09-12T22:31:04.737Z] latest: Pulling from edgex-lftools-log-publisher [2023-09-12T22:31:04.737Z] 5eb5b503b376: Pulling fs layer [2023-09-12T22:31:04.737Z] 5c69ac0246d0: Pulling fs layer [2023-09-12T22:31:04.737Z] ec43610c2a17: Pulling fs layer [2023-09-12T22:31:04.737Z] 3a2ae6a8a46f: Pulling fs layer [2023-09-12T22:31:04.737Z] 33b1e0a273af: Pulling fs layer [2023-09-12T22:31:04.737Z] 5d3b04190fa2: Pulling fs layer [2023-09-12T22:31:04.737Z] 3a2ae6a8a46f: Waiting [2023-09-12T22:31:04.737Z] 33b1e0a273af: Waiting [2023-09-12T22:31:04.737Z] 2f39f015ded8: Pulling fs layer [2023-09-12T22:31:04.737Z] 2f39f015ded8: Waiting [2023-09-12T22:31:04.737Z] 5d3b04190fa2: Waiting [2023-09-12T22:31:04.737Z] 5c69ac0246d0: Verifying Checksum [2023-09-12T22:31:04.737Z] 5c69ac0246d0: Download complete [2023-09-12T22:31:04.737Z] 3a2ae6a8a46f: Download complete [2023-09-12T22:31:04.996Z] 33b1e0a273af: Verifying Checksum [2023-09-12T22:31:04.996Z] 33b1e0a273af: Download complete [2023-09-12T22:31:04.996Z] ec43610c2a17: Verifying Checksum [2023-09-12T22:31:04.996Z] ec43610c2a17: Download complete [2023-09-12T22:31:04.996Z] 5d3b04190fa2: Verifying Checksum [2023-09-12T22:31:04.996Z] 5d3b04190fa2: Download complete [2023-09-12T22:31:04.996Z] 5eb5b503b376: Verifying Checksum [2023-09-12T22:31:04.996Z] 5eb5b503b376: Download complete [2023-09-12T22:31:05.929Z] 2f39f015ded8: Download complete [2023-09-12T22:31:06.187Z] 5eb5b503b376: Pull complete [2023-09-12T22:31:06.445Z] 5c69ac0246d0: Pull complete [2023-09-12T22:31:06.703Z] ec43610c2a17: Pull complete [2023-09-12T22:31:06.960Z] 3a2ae6a8a46f: Pull complete [2023-09-12T22:31:06.960Z] 33b1e0a273af: Pull complete [2023-09-12T22:31:07.217Z] 5d3b04190fa2: Pull complete [2023-09-12T22:31:11.400Z] 2f39f015ded8: Pull complete [2023-09-12T22:31:11.400Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2023-09-12T22:31:11.400Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-09-12T22:31:11.400Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-09-12T22:31:30.057Z] prd-ubuntu20.04-docker-8c-8g-6037 does not seem to be running inside a container [2023-09-12T22:31:30.061Z] $ 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-632 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-632:/w/workspace/edgexfoundry_edgex-ui-go_PR-632:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-632@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-632@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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2023-09-12T22:31:36.565Z] $ docker top 8bdc42a530dd38868731b34d9a1bc767e10a07b01d521222ab1f1104fcd8c938 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-09-12T22:31:37.021Z] ---> job-cost.sh [2023-09-12T22:31:37.021Z] lf-activate-venv: SKIPPING [2023-09-12T22:31:37.021Z] INFO: No Stack... [2023-09-12T22:31:37.280Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-09-12T22:31:37.540Z] INFO: Archiving Costs [Pipeline] sh [2023-09-12T22:31:37.856Z] + cat /w/workspace/edgexfoundry_edgex-ui-go_PR-632/archives/cost.csv [2023-09-12T22:31:37.856Z] + cut -d, -f6 [Pipeline] lock [2023-09-12T22:31:37.902Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-ui-go-PR-632-1-stack-cost] [2023-09-12T22:31:37.906Z] Resource [jenkins-edgexfoundry-edgex-ui-go-PR-632-1-stack-cost] did not exist. Created. [2023-09-12T22:31:37.907Z] Lock acquired on [jenkins-edgexfoundry-edgex-ui-go-PR-632-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-09-12T22:31:38.300Z] + echo total: 0.2199999988079071 [Pipeline] stash [2023-09-12T22:31:38.391Z] Stashed 1 file(s) [Pipeline] } [2023-09-12T22:31:38.406Z] Lock released on resource [jenkins-edgexfoundry-edgex-ui-go-PR-632-1-stack-cost] [Pipeline] // lock [Pipeline] } [2023-09-12T22:31:38.454Z] $ docker stop --time=1 8bdc42a530dd38868731b34d9a1bc767e10a07b01d521222ab1f1104fcd8c938 [2023-09-12T22:31:39.604Z] $ docker rm -f --volumes 8bdc42a530dd38868731b34d9a1bc767e10a07b01d521222ab1f1104fcd8c938 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2023-09-12T22:31:40.045Z] Failed in branch amd64 [2023-09-12T22:32:01.524Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-6038 in /w/workspace/edgexfoundry_edgex-ui-go_PR-632 [Pipeline] { [Pipeline] ws [2023-09-12T22:32:01.580Z] Running in /w/workspace/edgex-ui-go/1 [Pipeline] { [Pipeline] checkout [2023-09-12T22:32:01.656Z] The recommended git tool is: git [2023-09-12T22:32:06.479Z] using credential edgex-jenkins-ssh [2023-09-12T22:32:06.500Z] Cloning the remote Git repository [2023-09-12T22:32:06.540Z] Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git [2023-09-12T22:32:08.494Z] > git init /w/workspace/edgex-ui-go/1 # timeout=10 [2023-09-12T22:32:08.633Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2023-09-12T22:32:08.634Z] > git --version # timeout=10 [2023-09-12T22:32:08.655Z] > git --version # 'git version 2.25.1' [2023-09-12T22:32:08.657Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-09-12T22:32:08.793Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-09-12T22:32:11.975Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2023-09-12T22:32:12.011Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-09-12T22:32:12.779Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2023-09-12T22:32:12.816Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2023-09-12T22:32:12.817Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-09-12T22:32:12.836Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/632/head:refs/remotes/origin/PR-632 +refs/heads/main:refs/remotes/origin/main # timeout=10 [2023-09-12T22:32:13.378Z] Merging remotes/origin/main commit ef214e184896840ffd361b660bf61225b6f94ad5 into PR head commit 79760c884bf334ea7550a3c31c98c2801c51cbc2 [2023-09-12T22:32:13.937Z] Merge succeeded, producing 79760c884bf334ea7550a3c31c98c2801c51cbc2 [2023-09-12T22:32:13.938Z] Checking out Revision 79760c884bf334ea7550a3c31c98c2801c51cbc2 (PR-632) [2023-09-12T22:32:13.393Z] > git config core.sparsecheckout # timeout=10 [2023-09-12T22:32:13.458Z] > git checkout -f 79760c884bf334ea7550a3c31c98c2801c51cbc2 # timeout=10 [2023-09-12T22:32:13.839Z] > git remote # timeout=10 [2023-09-12T22:32:13.859Z] > git config --get remote.origin.url # timeout=10 [2023-09-12T22:32:13.881Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-09-12T22:32:13.893Z] > git merge ef214e184896840ffd361b660bf61225b6f94ad5 # timeout=10 [2023-09-12T22:32:13.919Z] > git rev-parse HEAD^{commit} # timeout=10 [2023-09-12T22:32:13.941Z] > git config core.sparsecheckout # timeout=10 [2023-09-12T22:32:13.956Z] > git checkout -f 79760c884bf334ea7550a3c31c98c2801c51cbc2 # timeout=10 [2023-09-12T22:32:17.795Z] Commit message: "build: Upgrade to go-1.21 and Alpine 3.18" [2023-09-12T22:32:17.842Z] > git --version # timeout=10 [2023-09-12T22:32:17.853Z] > git --version # 'git version 2.25.1' [2023-09-12T22:32:17.872Z] fatal: bad object e143027787c0ac28563f7e92b6cefc600d3b7107 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-09-12T22:32:18.895Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2023-09-12T22:32:18.895Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-09-12T22:32:18.895Z] Dload Upload Total Spent Left Speed [2023-09-12T22:32:18.895Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 93072 0 --:--:-- --:--:-- --:--:-- 93072 [Pipeline] sh [2023-09-12T22:32:19.587Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2023-09-12T22:32:19.935Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2023-09-12T22:32:19.935Z] + sudo tee /etc/docker/daemon.new [2023-09-12T22:32:19.935Z] { [2023-09-12T22:32:19.935Z] "registry-mirrors": [ [2023-09-12T22:32:19.935Z] "https://nexus3.edgexfoundry.org:10001" [2023-09-12T22:32:19.935Z] ], [2023-09-12T22:32:19.935Z] "bip": "10.250.0.254/24", [2023-09-12T22:32:19.935Z] "hosts": [ [2023-09-12T22:32:19.935Z] "tcp://0.0.0.0:5555", [2023-09-12T22:32:19.935Z] "unix:///var/run/docker.sock" [2023-09-12T22:32:19.935Z] ], [2023-09-12T22:32:19.935Z] "mtu": 1458, [2023-09-12T22:32:19.935Z] "selinux-enabled": true, [2023-09-12T22:32:19.935Z] "seccomp-profile": "/etc/docker/seccomp.json" [2023-09-12T22:32:19.935Z] } [Pipeline] sh [2023-09-12T22:32:20.271Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2023-09-12T22:32:20.616Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-09-12T22:32:38.928Z] provisioning config files... [2023-09-12T22:32:38.952Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/1@tmp/config5504902103085383349tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-09-12T22:32:39.340Z] ---> docker-login.sh [2023-09-12T22:32:39.340Z] nexus3.edgexfoundry.org:10001 [2023-09-12T22:32:39.609Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-09-12T22:32:39.879Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-09-12T22:32:39.879Z] Configure a credential helper to remove this warning. See [2023-09-12T22:32:39.879Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-09-12T22:32:39.879Z] [2023-09-12T22:32:39.879Z] Login Succeeded [2023-09-12T22:32:39.879Z] nexus3.edgexfoundry.org:10002 [2023-09-12T22:32:40.149Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-09-12T22:32:40.149Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-09-12T22:32:40.149Z] Configure a credential helper to remove this warning. See [2023-09-12T22:32:40.149Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-09-12T22:32:40.149Z] [2023-09-12T22:32:40.149Z] Login Succeeded [2023-09-12T22:32:40.149Z] nexus3.edgexfoundry.org:10003 [2023-09-12T22:32:40.418Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-09-12T22:32:40.687Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-09-12T22:32:40.687Z] Configure a credential helper to remove this warning. See [2023-09-12T22:32:40.687Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-09-12T22:32:40.687Z] [2023-09-12T22:32:40.687Z] Login Succeeded [2023-09-12T22:32:40.687Z] nexus3.edgexfoundry.org:10004 [2023-09-12T22:32:40.959Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-09-12T22:32:40.959Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-09-12T22:32:40.959Z] Configure a credential helper to remove this warning. See [2023-09-12T22:32:40.959Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-09-12T22:32:40.959Z] [2023-09-12T22:32:40.959Z] Login Succeeded [2023-09-12T22:32:40.959Z] docker.io [2023-09-12T22:32:41.228Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-09-12T22:32:41.496Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-09-12T22:32:41.496Z] Configure a credential helper to remove this warning. See [2023-09-12T22:32:41.496Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-09-12T22:32:41.496Z] [2023-09-12T22:32:41.496Z] Login Succeeded [2023-09-12T22:32:41.496Z] ---> docker-login.sh ends [Pipeline] } [2023-09-12T22:32:41.529Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2023-09-12T22:32:41.903Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-09-12T22:32:41.935Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-09-12T22:32:41.968Z] ========================================================= [2023-09-12T22:32:41.968Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine] [2023-09-12T22:32:41.968Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-12T22:32:42.461Z] + 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 . [2023-09-12T22:32:43.439Z] Sending build context to Docker daemon 30.31MB [2023-09-12T22:32:43.439Z] Step 1/15 : ARG BASE=golang:1.21-alpine3.18 [2023-09-12T22:32:43.439Z] Step 2/15 : FROM ${BASE} AS builder [2023-09-12T22:32:43.439Z] 1.21-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2023-09-12T22:32:43.439Z] 9fda8d8052c6: Pulling fs layer [2023-09-12T22:32:43.439Z] 5d54e960e981: Pulling fs layer [2023-09-12T22:32:43.439Z] c4a7e357bf2a: Pulling fs layer [2023-09-12T22:32:43.439Z] f0e02332f6b5: Pulling fs layer [2023-09-12T22:32:43.439Z] 66412af1f25a: Pulling fs layer [2023-09-12T22:32:43.439Z] 1baf3a5c0e64: Pulling fs layer [2023-09-12T22:32:43.439Z] 9a37bb91b891: Pulling fs layer [2023-09-12T22:32:43.439Z] a29adfc67d43: Pulling fs layer [2023-09-12T22:32:43.439Z] d5de9f91c1a4: Pulling fs layer [2023-09-12T22:32:43.439Z] a29adfc67d43: Waiting [2023-09-12T22:32:43.439Z] 1baf3a5c0e64: Waiting [2023-09-12T22:32:43.439Z] 9a37bb91b891: Waiting [2023-09-12T22:32:43.439Z] d5de9f91c1a4: Waiting [2023-09-12T22:32:43.710Z] f0e02332f6b5: Waiting [2023-09-12T22:32:43.710Z] 66412af1f25a: Waiting [2023-09-12T22:32:43.710Z] 5d54e960e981: Verifying Checksum [2023-09-12T22:32:43.710Z] 5d54e960e981: Download complete [2023-09-12T22:32:43.710Z] f0e02332f6b5: Verifying Checksum [2023-09-12T22:32:43.710Z] f0e02332f6b5: Download complete [2023-09-12T22:32:43.710Z] 66412af1f25a: Verifying Checksum [2023-09-12T22:32:43.710Z] 66412af1f25a: Download complete [2023-09-12T22:32:43.710Z] 9fda8d8052c6: Download complete [2023-09-12T22:32:44.294Z] 9a37bb91b891: Verifying Checksum [2023-09-12T22:32:44.294Z] 9a37bb91b891: Download complete [2023-09-12T22:32:44.562Z] 9fda8d8052c6: Pull complete [2023-09-12T22:32:44.562Z] a29adfc67d43: Verifying Checksum [2023-09-12T22:32:44.562Z] a29adfc67d43: Download complete [2023-09-12T22:32:45.157Z] 5d54e960e981: Pull complete [2023-09-12T22:32:45.424Z] d5de9f91c1a4: Verifying Checksum [2023-09-12T22:32:45.424Z] d5de9f91c1a4: Download complete [2023-09-12T22:32:45.424Z] c4a7e357bf2a: Download complete [2023-09-12T22:32:46.402Z] 1baf3a5c0e64: Verifying Checksum [2023-09-12T22:32:46.402Z] 1baf3a5c0e64: Download complete [2023-09-12T22:32:56.494Z] c4a7e357bf2a: Pull complete [2023-09-12T22:32:56.494Z] f0e02332f6b5: Pull complete [2023-09-12T22:32:56.494Z] 66412af1f25a: Pull complete [2023-09-12T22:33:04.723Z] 1baf3a5c0e64: Pull complete [2023-09-12T22:33:05.686Z] 9a37bb91b891: Pull complete [2023-09-12T22:33:07.096Z] a29adfc67d43: Pull complete [2023-09-12T22:33:08.517Z] d5de9f91c1a4: Pull complete [2023-09-12T22:33:08.517Z] Digest: sha256:1924af6f0b663904b942a9ee07fc1d4556a77458ebf1950facbcfc555602d6a5 [2023-09-12T22:33:08.517Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine [2023-09-12T22:33:08.517Z] ---> 746ca1b523b5 [2023-09-12T22:33:08.517Z] Step 3/15 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" [2023-09-12T22:33:10.517Z] ---> Running in 10f81cb91db6 [2023-09-12T22:33:10.517Z] Removing intermediate container 10f81cb91db6 [2023-09-12T22:33:10.517Z] ---> 3b8674bdb2ed [2023-09-12T22:33:10.517Z] Step 4/15 : ARG ALPINE_PKG_BASE="make git" [2023-09-12T22:33:10.517Z] ---> Running in bf4b25fef286 [2023-09-12T22:33:10.788Z] Removing intermediate container bf4b25fef286 [2023-09-12T22:33:10.788Z] ---> 315612cd2816 [2023-09-12T22:33:10.788Z] Step 5/15 : ARG ALPINE_PKG_EXTRA="" [2023-09-12T22:33:11.056Z] ---> Running in 61ae4eb4d0ad [2023-09-12T22:33:11.325Z] Removing intermediate container 61ae4eb4d0ad [2023-09-12T22:33:11.325Z] ---> 7d09838a3475 [2023-09-12T22:33:11.325Z] Step 6/15 : LABEL Name=edgex-ui-go [2023-09-12T22:33:11.325Z] ---> Running in 5061fe167d62 [2023-09-12T22:33:11.606Z] Removing intermediate container 5061fe167d62 [2023-09-12T22:33:11.606Z] ---> 7087ec31748d [2023-09-12T22:33:11.606Z] Step 7/15 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2023: Intel' [2023-09-12T22:33:11.606Z] ---> Running in dad88868d31c [2023-09-12T22:33:11.874Z] Removing intermediate container dad88868d31c [2023-09-12T22:33:11.874Z] ---> 3e0725219e4f [2023-09-12T22:33:11.874Z] Step 8/15 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2023-09-12T22:33:12.457Z] latest: Pulling from library/docker [2023-09-12T22:33:12.457Z] 9fda8d8052c6: Already exists [2023-09-12T22:33:12.727Z] 6852f3ef0b5f: Pulling fs layer [2023-09-12T22:33:12.727Z] 4f4fb700ef54: Pulling fs layer [2023-09-12T22:33:12.727Z] 767c2a40dc41: Pulling fs layer [2023-09-12T22:33:12.727Z] 011855a528fc: Pulling fs layer [2023-09-12T22:33:12.727Z] 2eb2999eb53e: Pulling fs layer [2023-09-12T22:33:12.727Z] 52a6c1800204: Pulling fs layer [2023-09-12T22:33:12.727Z] a01340eade1a: Pulling fs layer [2023-09-12T22:33:12.727Z] fcee97a2aa0f: Pulling fs layer [2023-09-12T22:33:12.727Z] 8cf3fdb5711b: Pulling fs layer [2023-09-12T22:33:12.727Z] 36ac283ad2d4: Pulling fs layer [2023-09-12T22:33:12.727Z] 3f3c41fd9ebb: Pulling fs layer [2023-09-12T22:33:12.727Z] 011855a528fc: Waiting [2023-09-12T22:33:12.727Z] 29a5074801a2: Pulling fs layer [2023-09-12T22:33:12.727Z] 0a0cc6640ec8: Pulling fs layer [2023-09-12T22:33:12.727Z] 52a6c1800204: Waiting [2023-09-12T22:33:12.727Z] a01340eade1a: Waiting [2023-09-12T22:33:12.727Z] fcee97a2aa0f: Waiting [2023-09-12T22:33:12.727Z] 8cf3fdb5711b: Waiting [2023-09-12T22:33:12.727Z] 36ac283ad2d4: Waiting [2023-09-12T22:33:12.727Z] 3f3c41fd9ebb: Waiting [2023-09-12T22:33:12.727Z] 29a5074801a2: Waiting [2023-09-12T22:33:12.727Z] 0a0cc6640ec8: Waiting [2023-09-12T22:33:12.727Z] 2eb2999eb53e: Waiting [2023-09-12T22:33:12.727Z] 4f4fb700ef54: Verifying Checksum [2023-09-12T22:33:12.727Z] 4f4fb700ef54: Download complete [2023-09-12T22:33:13.000Z] 6852f3ef0b5f: Download complete [2023-09-12T22:33:13.269Z] 767c2a40dc41: Verifying Checksum [2023-09-12T22:33:13.269Z] 767c2a40dc41: Download complete [2023-09-12T22:33:13.269Z] 52a6c1800204: Verifying Checksum [2023-09-12T22:33:13.269Z] 52a6c1800204: Download complete [2023-09-12T22:33:13.536Z] 011855a528fc: Verifying Checksum [2023-09-12T22:33:13.536Z] 011855a528fc: Download complete [2023-09-12T22:33:13.536Z] a01340eade1a: Verifying Checksum [2023-09-12T22:33:13.536Z] a01340eade1a: Download complete [2023-09-12T22:33:13.536Z] 2eb2999eb53e: Verifying Checksum [2023-09-12T22:33:13.536Z] 2eb2999eb53e: Download complete [2023-09-12T22:33:13.536Z] fcee97a2aa0f: Verifying Checksum [2023-09-12T22:33:13.536Z] fcee97a2aa0f: Download complete [2023-09-12T22:33:13.536Z] 6852f3ef0b5f: Pull complete [2023-09-12T22:33:13.804Z] 36ac283ad2d4: Verifying Checksum [2023-09-12T22:33:13.804Z] 36ac283ad2d4: Download complete [2023-09-12T22:33:13.804Z] 8cf3fdb5711b: Verifying Checksum [2023-09-12T22:33:13.804Z] 8cf3fdb5711b: Download complete [2023-09-12T22:33:13.804Z] 29a5074801a2: Verifying Checksum [2023-09-12T22:33:13.804Z] 29a5074801a2: Download complete [2023-09-12T22:33:13.804Z] 4f4fb700ef54: Pull complete [2023-09-12T22:33:13.804Z] 0a0cc6640ec8: Verifying Checksum [2023-09-12T22:33:13.804Z] 0a0cc6640ec8: Download complete [2023-09-12T22:33:14.784Z] 767c2a40dc41: Pull complete [2023-09-12T22:33:15.050Z] 3f3c41fd9ebb: Verifying Checksum [2023-09-12T22:33:15.050Z] 3f3c41fd9ebb: Download complete [2023-09-12T22:33:17.638Z] 011855a528fc: Pull complete [2023-09-12T22:33:18.611Z] 2eb2999eb53e: Pull complete [2023-09-12T22:33:18.611Z] 52a6c1800204: Pull complete [2023-09-12T22:33:18.876Z] a01340eade1a: Pull complete [2023-09-12T22:33:19.143Z] fcee97a2aa0f: Pull complete [2023-09-12T22:33:20.103Z] 8cf3fdb5711b: Pull complete [2023-09-12T22:33:20.370Z] 36ac283ad2d4: Pull complete [2023-09-12T22:33:22.952Z] 3f3c41fd9ebb: Pull complete [2023-09-12T22:33:23.221Z] 29a5074801a2: Pull complete [2023-09-12T22:33:23.488Z] 0a0cc6640ec8: Pull complete [2023-09-12T22:33:23.488Z] Digest: sha256:9e6dbb25d3c0e1e2d222c8a3f074cb8240d1a716d0c6868f76eb3d5a4dfb174c [2023-09-12T22:33:23.488Z] Status: Downloaded newer image for docker:latest [2023-09-12T22:33:26.076Z] ---> 5891a7c0e1d3 [2023-09-12T22:33:26.076Z] Step 9/15 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-09-12T22:33:26.076Z] ---> Running in ca1039d44c1b [2023-09-12T22:33:26.660Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2023-09-12T22:33:27.242Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2023-09-12T22:33:28.201Z] OK: 267 MiB in 56 packages [2023-09-12T22:33:28.783Z] Removing intermediate container ca1039d44c1b [2023-09-12T22:33:28.783Z] ---> 35c8a618734d [2023-09-12T22:33:28.783Z] Step 10/15 : ENV GO111MODULE=on [2023-09-12T22:33:29.048Z] ---> Running in 78ce5ff88e05 [2023-09-12T22:33:29.315Z] Removing intermediate container 78ce5ff88e05 [2023-09-12T22:33:29.315Z] ---> bb2df00a2fd9 [2023-09-12T22:33:29.315Z] Step 11/15 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go [2023-09-12T22:33:29.315Z] ---> Running in 0718741795b7 [2023-09-12T22:33:29.583Z] Removing intermediate container 0718741795b7 [2023-09-12T22:33:29.583Z] ---> 2a7995d3ce49 [2023-09-12T22:33:29.583Z] Step 12/15 : COPY go.mod vendor* ./ [2023-09-12T22:33:31.522Z] ---> d7591231444b [2023-09-12T22:33:31.522Z] Step 13/15 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-09-12T22:33:31.791Z] ---> Running in 5162d85b76cd [2023-09-12T22:34:28.191Z] Removing intermediate container 5162d85b76cd [2023-09-12T22:34:28.191Z] ---> 3de0b53071e4 [2023-09-12T22:34:28.191Z] Step 14/15 : COPY . . [2023-09-12T22:34:30.143Z] ---> e0b72821e373 [2023-09-12T22:34:30.143Z] Step 15/15 : RUN ${MAKE} [2023-09-12T22:34:30.143Z] ---> Running in bd35118bc60a [2023-09-12T22:34:31.120Z] noop [2023-09-12T22:34:31.389Z] Removing intermediate container bd35118bc60a [2023-09-12T22:34:31.389Z] ---> 0175149f490a [2023-09-12T22:34:31.654Z] Successfully built 0175149f490a [2023-09-12T22:34:31.654Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-12T22:34:32.114Z] + docker inspect -f . ci-base-image-arm64 [2023-09-12T22:34:32.114Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-09-12T22:34:32.386Z] prd-ubuntu20.04-docker-arm64-4c-16g-6038 does not seem to be running inside a container [2023-09-12T22:34:32.443Z] $ 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 ******** -e ******** -e ******** ci-base-image-arm64 cat [2023-09-12T22:34:33.604Z] $ docker top f53cd17f67b242f8440f85dc247ce5565239c8bf2dc722711c9e4ee9aa511062 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-09-12T22:34:34.459Z] + go version [2023-09-12T22:34:34.460Z] go version go1.21.0 linux/arm64 [Pipeline] } [2023-09-12T22:34:34.492Z] $ docker stop --time=1 f53cd17f67b242f8440f85dc247ce5565239c8bf2dc722711c9e4ee9aa511062 [2023-09-12T22:34:36.078Z] $ docker rm -f --volumes f53cd17f67b242f8440f85dc247ce5565239c8bf2dc722711c9e4ee9aa511062 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-12T22:34:36.914Z] + docker inspect -f . ci-base-image-arm64 [2023-09-12T22:34:36.914Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-09-12T22:34:37.167Z] prd-ubuntu20.04-docker-arm64-4c-16g-6038 does not seem to be running inside a container [2023-09-12T22:34:37.227Z] $ 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 ******** -e ******** -e ******** ci-base-image-arm64 cat [2023-09-12T22:34:40.734Z] $ docker top 4e09c4066cef7a4fde08784b6423b4518ba5fe63b4275c5fd454db2736f34254 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-09-12T22:34:41.278Z] + git config --global --add safe.directory /w/workspace/edgex-ui-go/1 [Pipeline] fileExists [Pipeline] sh [2023-09-12T22:34:41.655Z] + make test [2023-09-12T22:34:41.655Z] CGO_ENABLED=0 GO111MODULE=on go test -tags "no_messagebus" -coverprofile=coverage.out ./... [2023-09-12T22:34:45.904Z] ? github.com/edgexfoundry/edgex-ui-go [no test files] [2023-09-12T22:35:53.731Z] ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] [2023-09-12T22:35:53.731Z] ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] [2023-09-12T22:35:53.731Z] ? github.com/edgexfoundry/edgex-ui-go/internal/common [no test files] [2023-09-12T22:35:53.731Z] ? github.com/edgexfoundry/edgex-ui-go/internal/config [no test files] [2023-09-12T22:35:53.731Z] ? github.com/edgexfoundry/edgex-ui-go/internal/container [no test files] [2023-09-12T22:35:53.731Z] ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] [2023-09-12T22:35:53.731Z] ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] [2023-09-12T22:35:53.731Z] ? github.com/edgexfoundry/edgex-ui-go/internal/service [no test files] [2023-09-12T22:35:53.731Z] CGO_ENABLED=0 GO111MODULE=on go vet -tags "no_messagebus" ./... [2023-09-12T22:36:03.800Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-09-12T22:36:03.800Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-09-12T22:36:03.800Z] ./bin/test-attribution-txt.sh [2023-09-12T22:36:03.800Z] make -C web test [2023-09-12T22:36:03.800Z] make[1]: Entering directory '/w/workspace/edgex-ui-go/1/web' [2023-09-12T22:36:03.800Z] make[1]: tput: No such file or directory [2023-09-12T22:36:03.800Z] make[1]: tput: No such file or directory [2023-09-12T22:36:03.800Z] warning: generating ./VERSION [2023-09-12T22:36:03.800Z] echo "0.0.0" > VERSION [2023-09-12T22:36:03.800Z] docker build \ [2023-09-12T22:36:03.800Z] -f Dockerfile \ [2023-09-12T22:36:03.800Z] --build-arg USER=1000 \ [2023-09-12T22:36:03.800Z] \ [2023-09-12T22:36:03.800Z] --label "git_sha=79760c884bf334ea7550a3c31c98c2801c51cbc2" \ [2023-09-12T22:36:03.800Z] -t edgexfoundry/edgex-web-ui:79760c884bf334ea7550a3c31c98c2801c51cbc2 \ [2023-09-12T22:36:03.800Z] -t edgexfoundry/edgex-web-ui:0.0.0-dev \ [2023-09-12T22:36:03.800Z] . [2023-09-12T22:36:04.068Z] DEPRECATED: The legacy builder is deprecated and will be removed in a future release. [2023-09-12T22:36:04.068Z] Install the buildx component to build images with BuildKit: [2023-09-12T22:36:04.068Z] https://docs.docker.com/go/buildx/ [2023-09-12T22:36:04.068Z] [2023-09-12T22:36:04.653Z] Sending build context to Docker daemon 2.571MB [2023-09-12T22:36:04.653Z] Step 1/10 : FROM node:16.17-alpine3.15 [2023-09-12T22:36:04.653Z] 16.17-alpine3.15: Pulling from library/node [2023-09-12T22:36:05.614Z] 47517142f6ba: Pulling fs layer [2023-09-12T22:36:05.614Z] 5f8c4bfa009b: Pulling fs layer [2023-09-12T22:36:05.614Z] f7079c9c4ba1: Pulling fs layer [2023-09-12T22:36:05.614Z] aba105e6f55a: Pulling fs layer [2023-09-12T22:36:05.614Z] aba105e6f55a: Waiting [2023-09-12T22:36:05.614Z] 47517142f6ba: Verifying Checksum [2023-09-12T22:36:05.614Z] 47517142f6ba: Download complete [2023-09-12T22:36:05.881Z] aba105e6f55a: Verifying Checksum [2023-09-12T22:36:05.881Z] aba105e6f55a: Download complete [2023-09-12T22:36:05.881Z] 47517142f6ba: Pull complete [2023-09-12T22:36:06.462Z] f7079c9c4ba1: Verifying Checksum [2023-09-12T22:36:06.462Z] f7079c9c4ba1: Download complete [2023-09-12T22:36:07.422Z] 5f8c4bfa009b: Verifying Checksum [2023-09-12T22:36:07.422Z] 5f8c4bfa009b: Download complete [2023-09-12T22:36:10.930Z] 5f8c4bfa009b: Pull complete [2023-09-12T22:36:15.230Z] f7079c9c4ba1: Pull complete [2023-09-12T22:36:15.230Z] aba105e6f55a: Pull complete [2023-09-12T22:36:15.230Z] Digest: sha256:84c606bfbe4cf120c52b17c3b727e614d99e357a8e350f83a4e7b9ec0798e04a [2023-09-12T22:36:15.230Z] Status: Downloaded newer image for node:16.17-alpine3.15 [2023-09-12T22:36:15.230Z] ---> bf1b8b58d215 [2023-09-12T22:36:15.230Z] Step 2/10 : RUN apk add --no-cache chromium [2023-09-12T22:36:15.819Z] ---> Running in 805868edbbde [2023-09-12T22:36:16.782Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2023-09-12T22:36:17.049Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2023-09-12T22:36:17.634Z] (1/128) Installing libxau (1.0.9-r0) [2023-09-12T22:36:17.634Z] (2/128) Installing libmd (1.0.3-r0) [2023-09-12T22:36:17.901Z] (3/128) Installing libbsd (0.11.3-r1) [2023-09-12T22:36:17.901Z] (4/128) Installing libxdmcp (1.1.3-r0) [2023-09-12T22:36:17.901Z] (5/128) Installing libxcb (1.14-r2) [2023-09-12T22:36:17.901Z] (6/128) Installing libx11 (1.7.3.1-r1) [2023-09-12T22:36:18.168Z] (7/128) Installing libxext (1.3.4-r0) [2023-09-12T22:36:18.435Z] (8/128) Installing libice (1.0.10-r0) [2023-09-12T22:36:18.435Z] (9/128) Installing libuuid (2.37.4-r0) [2023-09-12T22:36:18.435Z] (10/128) Installing libsm (1.2.3-r0) [2023-09-12T22:36:18.435Z] (11/128) Installing libxt (1.2.1-r0) [2023-09-12T22:36:18.435Z] (12/128) Installing libxmu (1.1.3-r0) [2023-09-12T22:36:18.435Z] (13/128) Installing xset (1.2.4-r0) [2023-09-12T22:36:18.435Z] (14/128) Installing xprop (1.2.5-r0) [2023-09-12T22:36:18.435Z] (15/128) Installing xdg-utils (1.1.3-r0) [2023-09-12T22:36:18.435Z] (16/128) Installing eudev-libs (3.2.11_pre1-r0) [2023-09-12T22:36:18.702Z] (17/128) Installing pkgconf (1.8.1-r0) [2023-09-12T22:36:18.702Z] (18/128) Installing libffi (3.4.2-r1) [2023-09-12T22:36:18.702Z] (19/128) Installing libintl (0.21-r0) [2023-09-12T22:36:18.702Z] (20/128) Installing libblkid (2.37.4-r0) [2023-09-12T22:36:18.702Z] (21/128) Installing libmount (2.37.4-r0) [2023-09-12T22:36:18.702Z] (22/128) Installing pcre (8.45-r1) [2023-09-12T22:36:18.702Z] (23/128) Installing glib (2.70.5-r0) [2023-09-12T22:36:18.702Z] (24/128) Installing xz-libs (5.2.5-r1) [2023-09-12T22:36:18.702Z] (25/128) Installing libxml2 (2.9.14-r2) [2023-09-12T22:36:18.971Z] (26/128) Installing shared-mime-info (2.1-r2) [2023-09-12T22:36:18.971Z] (27/128) Installing hicolor-icon-theme (0.17-r1) [2023-09-12T22:36:18.971Z] (28/128) Installing libjpeg-turbo (2.1.2-r0) [2023-09-12T22:36:18.971Z] (29/128) Installing libpng (1.6.37-r1) [2023-09-12T22:36:18.971Z] (30/128) Installing libwebp (1.2.2-r1) [2023-09-12T22:36:18.971Z] (31/128) Installing zstd-libs (1.5.0-r0) [2023-09-12T22:36:19.239Z] (32/128) Installing tiff (4.4.0-r4) [2023-09-12T22:36:19.239Z] (33/128) Installing gdk-pixbuf (2.42.8-r0) [2023-09-12T22:36:19.239Z] (34/128) Installing gtk-update-icon-cache (2.24.33-r0) [2023-09-12T22:36:19.239Z] (35/128) Installing libxcomposite (0.4.5-r0) [2023-09-12T22:36:19.506Z] (36/128) Installing libxfixes (6.0.0-r0) [2023-09-12T22:36:19.506Z] (37/128) Installing libxrender (0.9.10-r3) [2023-09-12T22:36:19.506Z] (38/128) Installing libxcursor (1.2.0-r0) [2023-09-12T22:36:19.506Z] (39/128) Installing libxdamage (1.1.5-r1) [2023-09-12T22:36:19.774Z] (40/128) Installing libxi (1.8-r0) [2023-09-12T22:36:19.774Z] (41/128) Installing libxinerama (1.1.4-r1) [2023-09-12T22:36:19.774Z] (42/128) Installing libxrandr (1.5.2-r1) [2023-09-12T22:36:19.774Z] (43/128) Installing atk (2.36.0-r0) [2023-09-12T22:36:19.774Z] (44/128) Installing libxtst (1.2.3-r3) [2023-09-12T22:36:20.040Z] (45/128) Installing dbus-libs (1.12.26-r0) [2023-09-12T22:36:20.040Z] (46/128) Installing at-spi2-core (2.42.0-r0) [2023-09-12T22:36:20.040Z] (47/128) Installing at-spi2-atk (2.38.0-r0) [2023-09-12T22:36:20.040Z] (48/128) Installing expat (2.5.0-r0) [2023-09-12T22:36:20.040Z] (49/128) Installing brotli-libs (1.0.9-r5) [2023-09-12T22:36:20.040Z] (50/128) Installing libbz2 (1.0.8-r1) [2023-09-12T22:36:20.040Z] (51/128) Installing freetype (2.11.1-r2) [2023-09-12T22:36:20.307Z] (52/128) Installing fontconfig (2.13.1-r4) [2023-09-12T22:36:20.307Z] (53/128) Installing pixman (0.40.0-r4) [2023-09-12T22:36:20.307Z] (54/128) Installing cairo (1.16.0-r5) [2023-09-12T22:36:20.574Z] (55/128) Installing cairo-gobject (1.16.0-r5) [2023-09-12T22:36:20.574Z] (56/128) Installing avahi-libs (0.8-r5) [2023-09-12T22:36:20.574Z] (57/128) Installing gmp (6.2.1-r1) [2023-09-12T22:36:20.574Z] (58/128) Installing nettle (3.7.3-r0) [2023-09-12T22:36:20.841Z] (59/128) Installing p11-kit (0.24.0-r1) [2023-09-12T22:36:20.841Z] (60/128) Installing libtasn1 (4.18.0-r1) [2023-09-12T22:36:20.841Z] (61/128) Installing libunistring (0.9.10-r1) [2023-09-12T22:36:20.841Z] (62/128) Installing gnutls (3.7.1-r2) [2023-09-12T22:36:20.841Z] (63/128) Installing cups-libs (2.3.3-r8) [2023-09-12T22:36:21.109Z] (64/128) Installing libepoxy (1.5.9-r0) [2023-09-12T22:36:21.109Z] (65/128) Installing fribidi (1.0.11-r0) [2023-09-12T22:36:21.109Z] (66/128) Installing graphite2 (1.3.14-r0) [2023-09-12T22:36:21.109Z] (67/128) Installing harfbuzz (3.0.0-r2) [2023-09-12T22:36:21.445Z] (68/128) Installing libxft (2.3.4-r0) [2023-09-12T22:36:21.445Z] (69/128) Installing pango (1.48.10-r0) [2023-09-12T22:36:21.711Z] (70/128) Installing wayland-libs-client (1.19.0-r1) [2023-09-12T22:36:21.711Z] (71/128) Installing wayland-libs-cursor (1.19.0-r1) [2023-09-12T22:36:21.711Z] (72/128) Installing wayland-libs-egl (1.19.0-r1) [2023-09-12T22:36:21.976Z] (73/128) Installing xkeyboard-config (2.34-r0) [2023-09-12T22:36:22.241Z] (74/128) Installing libxkbcommon (1.3.1-r0) [2023-09-12T22:36:22.242Z] (75/128) Installing gtk+3.0 (3.24.30-r0) [2023-09-12T22:36:22.824Z] Executing gtk+3.0-3.24.30-r0.post-install [2023-09-12T22:36:22.824Z] (76/128) Installing libfontenc (1.1.4-r0) [2023-09-12T22:36:22.824Z] (77/128) Installing mkfontscale (1.2.1-r1) [2023-09-12T22:36:22.824Z] (78/128) Installing ttf-opensans (1.10-r1) [2023-09-12T22:36:22.824Z] Executing ttf-opensans-1.10-r1.post-install [2023-09-12T22:36:25.395Z] (79/128) Installing libogg (1.3.5-r0) [2023-09-12T22:36:25.395Z] (80/128) Installing flac (1.3.4-r0) [2023-09-12T22:36:25.395Z] (81/128) Installing alsa-lib (1.2.5.1-r1) [2023-09-12T22:36:25.395Z] (82/128) Installing libatomic (10.3.1_git20211027-r0) [2023-09-12T22:36:25.395Z] (83/128) Installing sdl2 (2.0.16-r4) [2023-09-12T22:36:25.395Z] (84/128) Installing aom-libs (3.2.0-r0) [2023-09-12T22:36:25.395Z] (85/128) Installing libass (0.15.2-r0) [2023-09-12T22:36:25.395Z] (86/128) Installing libdav1d (0.9.2-r0) [2023-09-12T22:36:25.661Z] (87/128) Installing ncurses-terminfo-base (6.3_p20211120-r2) [2023-09-12T22:36:25.661Z] (88/128) Installing ncurses-libs (6.3_p20211120-r2) [2023-09-12T22:36:25.661Z] (89/128) Installing lame (3.100-r0) [2023-09-12T22:36:25.661Z] (90/128) Installing opus (1.3.1-r1) [2023-09-12T22:36:25.661Z] (91/128) Installing libgomp (10.3.1_git20211027-r0) [2023-09-12T22:36:25.661Z] (92/128) Installing soxr (0.1.3-r2) [2023-09-12T22:36:25.661Z] (93/128) Installing libsrt (1.4.2-r1) [2023-09-12T22:36:25.927Z] (94/128) Installing libssh (0.9.6-r1) [2023-09-12T22:36:25.927Z] (95/128) Installing libtheora (1.1.1-r16) [2023-09-12T22:36:25.927Z] (96/128) Installing v4l-utils-libs (1.22.1-r1) [2023-09-12T22:36:26.192Z] (97/128) Installing libdrm (2.4.109-r0) [2023-09-12T22:36:26.192Z] (98/128) Installing libva (2.13.0-r0) [2023-09-12T22:36:26.192Z] (99/128) Installing libvdpau (1.4-r0) [2023-09-12T22:36:26.192Z] (100/128) Installing vidstab (1.1.0-r1) [2023-09-12T22:36:26.192Z] (101/128) Installing libvorbis (1.3.7-r0) [2023-09-12T22:36:26.192Z] (102/128) Installing libvpx (1.10.0-r0) [2023-09-12T22:36:26.456Z] (103/128) Installing vulkan-loader (1.2.196-r0) [2023-09-12T22:36:26.456Z] (104/128) Installing x264-libs (20210613-r0) [2023-09-12T22:36:26.723Z] (105/128) Installing x265-libs (3.5-r0) [2023-09-12T22:36:26.723Z] (106/128) Installing xvidcore (1.3.7-r1) [2023-09-12T22:36:26.990Z] (107/128) Installing ffmpeg-libs (4.4.1-r2) [2023-09-12T22:36:27.573Z] (108/128) Installing libevent (2.1.12-r4) [2023-09-12T22:36:27.573Z] (109/128) Installing mesa (21.2.6-r0) [2023-09-12T22:36:27.573Z] (110/128) Installing wayland-libs-server (1.19.0-r1) [2023-09-12T22:36:27.573Z] (111/128) Installing mesa-gbm (21.2.6-r0) [2023-09-12T22:36:27.573Z] (112/128) Installing lcms2 (2.12-r1) [2023-09-12T22:36:27.573Z] (113/128) Installing nspr (4.32-r0) [2023-09-12T22:36:27.838Z] (114/128) Installing sqlite-libs (3.36.0-r0) [2023-09-12T22:36:27.838Z] (115/128) Installing nss (3.78.1-r0) [2023-09-12T22:36:27.838Z] (116/128) Installing libasyncns (0.8-r1) [2023-09-12T22:36:28.104Z] (117/128) Installing libltdl (2.4.6-r7) [2023-09-12T22:36:28.104Z] (118/128) Installing orc (0.4.32-r0) [2023-09-12T22:36:28.104Z] (119/128) Installing libsndfile (1.0.31-r1) [2023-09-12T22:36:28.104Z] (120/128) Installing speexdsp (1.2.0-r0) [2023-09-12T22:36:28.104Z] (121/128) Installing tdb-libs (1.4.5-r0) [2023-09-12T22:36:28.104Z] (122/128) Installing libpulse (15.0-r2) [2023-09-12T22:36:28.369Z] (123/128) Installing re2 (2021.11.01-r0) [2023-09-12T22:36:28.369Z] (124/128) Installing snappy (1.1.9-r1) [2023-09-12T22:36:28.369Z] (125/128) Installing libgpg-error (1.42-r1) [2023-09-12T22:36:28.369Z] (126/128) Installing libgcrypt (1.9.4-r0) [2023-09-12T22:36:28.369Z] (127/128) Installing libxslt (1.1.35-r0) [2023-09-12T22:36:28.369Z] (128/128) Installing chromium (99.0.4844.84-r0) [2023-09-12T22:36:32.618Z] Executing busybox-1.34.1-r7.trigger [2023-09-12T22:36:32.618Z] Executing glib-2.70.5-r0.trigger [2023-09-12T22:36:32.618Z] Executing shared-mime-info-2.1-r2.trigger [2023-09-12T22:36:34.563Z] Executing gdk-pixbuf-2.42.8-r0.trigger [2023-09-12T22:36:34.563Z] Executing gtk-update-icon-cache-2.24.33-r0.trigger [2023-09-12T22:36:34.830Z] Executing fontconfig-2.13.1-r4.trigger [2023-09-12T22:36:34.830Z] Executing mkfontscale-1.2.1-r1.trigger [2023-09-12T22:36:34.830Z] OK: 275 MiB in 144 packages [2023-09-12T22:36:47.139Z] Removing intermediate container 805868edbbde [2023-09-12T22:36:47.139Z] ---> 2178776656ca [2023-09-12T22:36:47.139Z] Step 3/10 : ENV CHROME_BIN=/usr/bin/chromium-browser [2023-09-12T22:36:47.139Z] ---> Running in 4cb7821594e9 [2023-09-12T22:36:47.139Z] Removing intermediate container 4cb7821594e9 [2023-09-12T22:36:47.139Z] ---> d51a7ca04890 [2023-09-12T22:36:47.139Z] Step 4/10 : ENV PATH /app/node_modules/.bin:$PATH [2023-09-12T22:36:47.139Z] ---> Running in 0293e6806507 [2023-09-12T22:36:47.139Z] Removing intermediate container 0293e6806507 [2023-09-12T22:36:47.139Z] ---> 288c719da57a [2023-09-12T22:36:47.139Z] Step 5/10 : RUN npm install -g npm [2023-09-12T22:36:47.139Z] ---> Running in 6c13d4741819 [2023-09-12T22:36:52.485Z] npm ERR! code EBADENGINE [2023-09-12T22:36:52.485Z] npm ERR! engine Unsupported engine [2023-09-12T22:36:52.485Z] npm ERR! engine Not compatible with your version of node/npm: npm@10.1.0 [2023-09-12T22:36:52.485Z] npm ERR! notsup Not compatible with your version of node/npm: npm@10.1.0 [2023-09-12T22:36:52.485Z] npm ERR! notsup Required: {"node":"^18.17.0 || >=20.5.0"} [2023-09-12T22:36:52.485Z] npm ERR! notsup Actual: {"npm":"8.15.0","node":"v16.17.1"} [2023-09-12T22:36:52.485Z]  [2023-09-12T22:36:52.485Z] npm ERR! A complete log of this run can be found in: [2023-09-12T22:36:52.485Z] npm ERR! /root/.npm/_logs/2023-09-12T22_36_50_361Z-debug-0.log [2023-09-12T22:36:52.485Z] The command '/bin/sh -c npm install -g npm' returned a non-zero code: 1 [2023-09-12T22:36:52.485Z] make[1]: *** [Makefile:82: edgex-web-ui.imagebuilt] Error 1 [2023-09-12T22:36:52.485Z] make[1]: Leaving directory '/w/workspace/edgex-ui-go/1/web' [2023-09-12T22:36:52.485Z] make: *** [Makefile:56: test-angular] Error 2 [Pipeline] } [2023-09-12T22:36:52.531Z] $ docker stop --time=1 4e09c4066cef7a4fde08784b6423b4518ba5fe63b4275c5fd454db2736f34254 [2023-09-12T22:36:56.683Z] $ docker rm -f --volumes 4e09c4066cef7a4fde08784b6423b4518ba5fe63b4275c5fd454db2736f34254 [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 [2023-09-12T22:36:58.378Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-09-12T22:36:58.378Z] [2023-09-12T22:36:58.378Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-12T22:36:58.778Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-09-12T22:36:58.778Z] arm64: Pulling from edgex-lftools-log-publisher [2023-09-12T22:36:58.778Z] 8998bd30e6a1: Pulling fs layer [2023-09-12T22:36:58.778Z] 04944245beec: Pulling fs layer [2023-09-12T22:36:58.778Z] 699f458cf7ca: Pulling fs layer [2023-09-12T22:36:58.778Z] 765212b225bb: Pulling fs layer [2023-09-12T22:36:58.778Z] f23df028b6ca: Pulling fs layer [2023-09-12T22:36:58.778Z] d65c8cfc05b1: Pulling fs layer [2023-09-12T22:36:58.778Z] 2437ff75d9bd: Pulling fs layer [2023-09-12T22:36:58.778Z] 765212b225bb: Waiting [2023-09-12T22:36:58.778Z] f23df028b6ca: Waiting [2023-09-12T22:36:58.778Z] d65c8cfc05b1: Waiting [2023-09-12T22:36:58.778Z] 2437ff75d9bd: Waiting [2023-09-12T22:36:58.778Z] 04944245beec: Verifying Checksum [2023-09-12T22:36:58.778Z] 04944245beec: Download complete [2023-09-12T22:36:59.043Z] 765212b225bb: Download complete [2023-09-12T22:36:59.043Z] f23df028b6ca: Verifying Checksum [2023-09-12T22:36:59.043Z] f23df028b6ca: Download complete [2023-09-12T22:36:59.043Z] d65c8cfc05b1: Verifying Checksum [2023-09-12T22:36:59.043Z] d65c8cfc05b1: Download complete [2023-09-12T22:36:59.043Z] 699f458cf7ca: Verifying Checksum [2023-09-12T22:36:59.043Z] 699f458cf7ca: Download complete [2023-09-12T22:36:59.622Z] 8998bd30e6a1: Verifying Checksum [2023-09-12T22:36:59.622Z] 8998bd30e6a1: Download complete [2023-09-12T22:37:01.554Z] 2437ff75d9bd: Verifying Checksum [2023-09-12T22:37:01.554Z] 2437ff75d9bd: Download complete [2023-09-12T22:37:02.956Z] 8998bd30e6a1: Pull complete [2023-09-12T22:37:03.536Z] 04944245beec: Pull complete [2023-09-12T22:37:04.938Z] 699f458cf7ca: Pull complete [2023-09-12T22:37:04.938Z] 765212b225bb: Pull complete [2023-09-12T22:37:05.518Z] f23df028b6ca: Pull complete [2023-09-12T22:37:05.784Z] d65c8cfc05b1: Pull complete [2023-09-12T22:37:20.807Z] 2437ff75d9bd: Pull complete [2023-09-12T22:37:20.807Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2023-09-12T22:37:20.807Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-09-12T22:37:20.807Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-09-12T22:37:21.125Z] prd-ubuntu20.04-docker-arm64-4c-16g-6038 does not seem to be running inside a container [2023-09-12T22:37:21.185Z] $ 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 ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat [2023-09-12T22:37:23.584Z] $ docker top 6bdc9cb2143f7b9439f187b5692ec23213328a88f880c8cc59ff5ac6aadaac65 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-09-12T22:37:24.139Z] ---> job-cost.sh [2023-09-12T22:37:24.406Z] lf-activate-venv: SKIPPING [2023-09-12T22:37:24.406Z] INFO: No Stack... [2023-09-12T22:37:24.672Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2023-09-12T22:37:25.635Z] INFO: Archiving Costs [Pipeline] sh [2023-09-12T22:37:25.973Z] + cat /w/workspace/edgex-ui-go/1/archives/cost.csv [2023-09-12T22:37:25.973Z] + cut -d, -f6 [Pipeline] lock [2023-09-12T22:37:26.318Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-ui-go-PR-632-1-stack-cost] [2023-09-12T22:37:26.323Z] Resource [jenkins-edgexfoundry-edgex-ui-go-PR-632-1-stack-cost] did not exist. Created. [2023-09-12T22:37:26.323Z] Lock acquired on [jenkins-edgexfoundry-edgex-ui-go-PR-632-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-09-12T22:37:27.036Z] /w/workspace/edgex-ui-go/1@tmp/durable-ed6bfc9d/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh [2023-09-12T22:37:27.698Z] + echo total: 0.10999999940395355 [Pipeline] stash [2023-09-12T22:37:27.733Z] Warning: overwriting stash ‘stack-cost’ [2023-09-12T22:37:28.309Z] Stashed 1 file(s) [Pipeline] } [2023-09-12T22:37:28.324Z] Lock released on resource [jenkins-edgexfoundry-edgex-ui-go-PR-632-1-stack-cost] [Pipeline] // lock [Pipeline] } [2023-09-12T22:37:28.555Z] $ docker stop --time=1 6bdc9cb2143f7b9439f187b5692ec23213328a88f880c8cc59ff5ac6aadaac65 [2023-09-12T22:37:30.036Z] $ docker rm -f --volumes 6bdc9cb2143f7b9439f187b5692ec23213328a88f880c8cc59ff5ac6aadaac65 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2023-09-12T22:37:30.720Z] 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 [2023-09-12T22:37:32.720Z] + [ -d /w/workspace/edgexfoundry_edgex-ui-go_PR-632/archives ] [2023-09-12T22:37:32.720Z] + ls -al /w/workspace/edgexfoundry_edgex-ui-go_PR-632/archives [2023-09-12T22:37:32.720Z] total 16 [2023-09-12T22:37:32.720Z] drwxr-xr-x 3 root root 4096 Sep 12 22:31 . [2023-09-12T22:37:32.720Z] drwxrwxr-x 15 jenkins jenkins 4096 Sep 12 22:31 .. [2023-09-12T22:37:32.720Z] drwxr-xr-x 2 root root 4096 Sep 12 22:31 cost [2023-09-12T22:37:32.720Z] -rw-r--r-- 1 root root 83 Sep 12 22:31 cost.csv [2023-09-12T22:37:32.720Z] + sudo chown -R jenkins:jenkins /w/workspace/edgexfoundry_edgex-ui-go_PR-632/archives [2023-09-12T22:37:32.720Z] + ls -al /w/workspace/edgexfoundry_edgex-ui-go_PR-632/archives [2023-09-12T22:37:32.720Z] total 16 [2023-09-12T22:37:32.720Z] drwxr-xr-x 3 jenkins jenkins 4096 Sep 12 22:31 . [2023-09-12T22:37:32.720Z] drwxrwxr-x 15 jenkins jenkins 4096 Sep 12 22:31 .. [2023-09-12T22:37:32.720Z] drwxr-xr-x 2 jenkins jenkins 4096 Sep 12 22:31 cost [2023-09-12T22:37:32.720Z] -rw-r--r-- 1 jenkins jenkins 83 Sep 12 22:31 cost.csv [Pipeline] libraryResource [Pipeline] sh [2023-09-12T22:37:33.050Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2023-09-12T22:37:33.939Z] ---> package-listing.sh [2023-09-12T22:37:33.939Z] ++ facter osfamily [2023-09-12T22:37:33.939Z] ++ tr '[:upper:]' '[:lower:]' [2023-09-12T22:37:34.197Z] + OS_FAMILY=debian [2023-09-12T22:37:34.197Z] + workspace=/w/workspace/edgexfoundry_edgex-ui-go_PR-632 [2023-09-12T22:37:34.197Z] + START_PACKAGES=/tmp/packages_start.txt [2023-09-12T22:37:34.197Z] + END_PACKAGES=/tmp/packages_end.txt [2023-09-12T22:37:34.197Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2023-09-12T22:37:34.197Z] + PACKAGES=/tmp/packages_start.txt [2023-09-12T22:37:34.197Z] + '[' /w/workspace/edgexfoundry_edgex-ui-go_PR-632 ']' [2023-09-12T22:37:34.197Z] + PACKAGES=/tmp/packages_end.txt [2023-09-12T22:37:34.197Z] + case "${OS_FAMILY}" in [2023-09-12T22:37:34.197Z] + dpkg -l [2023-09-12T22:37:34.197Z] + grep '^ii' [2023-09-12T22:37:34.197Z] + '[' -f /tmp/packages_start.txt ']' [2023-09-12T22:37:34.197Z] + '[' -f /tmp/packages_end.txt ']' [2023-09-12T22:37:34.197Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2023-09-12T22:37:34.197Z] + '[' /w/workspace/edgexfoundry_edgex-ui-go_PR-632 ']' [2023-09-12T22:37:34.197Z] + mkdir -p /w/workspace/edgexfoundry_edgex-ui-go_PR-632/archives/ [2023-09-12T22:37:34.197Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgexfoundry_edgex-ui-go_PR-632/archives/ [Pipeline] echo [2023-09-12T22:37:34.238Z] 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-632/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2023-09-12T22:37:34.538Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-12T22:37:34.911Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-09-12T22:37:34.911Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-09-12T22:37:35.050Z] prd-ubuntu20.04-docker-8c-8g-6037 does not seem to be running inside a container [2023-09-12T22:37:35.080Z] $ 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-632/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-632 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-632:/w/workspace/edgexfoundry_edgex-ui-go_PR-632:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-632@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-632@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 [2023-09-12T22:37:35.246Z] $ docker top bb5d05336431fa3d123940abba15a5ad0118aee7f3c85c6855b7d468a79d9b13 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-09-12T22:37:35.642Z] + touch /tmp/pre-build-complete [Pipeline] sh [2023-09-12T22:37:35.960Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2023-09-12T22:37:36.265Z] + ls /var/log/sa-host [2023-09-12T22:37:36.265Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-09-12T22:37:36.407Z] provisioning config files... [2023-09-12T22:37:36.414Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-632@tmp/config1693741473836615120tmp [Pipeline] { [Pipeline] echo [2023-09-12T22:37:36.482Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2023-09-12T22:37:36.806Z] ---> create-netrc.sh [Pipeline] } [2023-09-12T22:37:36.837Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2023-09-12T22:37:37.235Z] ---> python-tools-install.sh [Pipeline] echo [2023-09-12T22:37:37.265Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2023-09-12T22:37:37.581Z] ---> sudo-logs.sh [2023-09-12T22:37:37.581Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2023-09-12T22:37:37.667Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2023-09-12T22:37:37.981Z] ---> job-cost.sh [2023-09-12T22:37:37.981Z] lf-activate-venv: SKIPPING [2023-09-12T22:37:37.981Z] DEBUG: total: 0.2199999988079071 [2023-09-12T22:37:37.981Z] INFO: Retrieving Stack Cost... [2023-09-12T22:37:38.246Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-09-12T22:37:38.506Z] INFO: Archiving Costs [Pipeline] echo [2023-09-12T22:37:38.544Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2023-09-12T22:37:38.856Z] ---> logs-deploy.sh [2023-09-12T22:37:38.857Z] lf-activate-venv: SKIPPING [2023-09-12T22:37:38.857Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-ui-go/PR-632/1 [2023-09-12T22:37:38.857Z] INFO: archiving workspace using pattern(s): [2023-09-12T22:37:39.797Z] Archives upload complete. [2023-09-12T22:37:39.797Z] INFO: archiving logs to Nexus