Pull request #585 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 4186f934069d6ebbe6c7ddd5a1f2c4f4fcbf1e54+1fc6aad09b79efe7d583b860cd1a98c2a76983c7 (a5f1f480da4070c4a1ae51adc9a3a8f0fa85b936) 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-ssh245522878423821219.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 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-ssh9531331391107190533.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 cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 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-585/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-585/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh10492795624729181381.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-585/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh14895111186906165739.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 # timeout=10 Commit message: "Merge pull request #420 from bill-mahoney/levski-update" > 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-ssh1471504136178902351.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-585/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-585/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh5875214733068773311.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 cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 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.18 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 All nodes of label ‘ubuntu20.04-docker-8c-8g’ are offline Running on prd-ubuntu20.04-docker-8c-8g-813 in /w/workspace/edgexfoundry_edgex-ui-go_PR-585 [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-585 # 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 Merging remotes/origin/main commit 1fc6aad09b79efe7d583b860cd1a98c2a76983c7 into PR head commit 4186f934069d6ebbe6c7ddd5a1f2c4f4fcbf1e54 Merge succeeded, producing 4186f934069d6ebbe6c7ddd5a1f2c4f4fcbf1e54 Checking out Revision 4186f934069d6ebbe6c7ddd5a1f2c4f4fcbf1e54 (PR-585) Commit message: "chore(deps): Bump json5 and @angular-devkit/build-angular in /web" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.25.1' fatal: bad object cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 > 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/585/head:refs/remotes/origin/PR-585 +refs/heads/main:refs/remotes/origin/main # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 4186f934069d6ebbe6c7ddd5a1f2c4f4fcbf1e54 # 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 1fc6aad09b79efe7d583b860cd1a98c2a76983c7 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 4186f934069d6ebbe6c7ddd5a1f2c4f4fcbf1e54 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 11:22:35 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 11:22:35 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 11:22:36 ========================================================= 11:22:36 EdgeX Global Pipelines Version Info 11:22:36 ========================================================= [Pipeline] libraryResource [Pipeline] sh 11:22:36 ------------------- 11:22:36 stable info: 11:22:36 ------------------- 11:22:36 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 11:22:36 Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 11:22:36 Message: update stable to v1.0.244 11:22:37 ------------------- 11:22:37 experimental info: 11:22:37 ------------------- 11:22:37 Commited By: **** collab-it+edgex@linuxfoundation.org 11:22:37 Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 11:22:37 Message: update experimental to v1.0.244 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 11:22:37 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-ui-go-settings [Pipeline] echo 11:22:37 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-ui-go [Pipeline] echo 11:22:37 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 11:22:37 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 11:22:37 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 11:22:37 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.18 [Pipeline] echo 11:22:37 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 11:22:37 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 11:22:38 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 11:22:38 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 11:22:38 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 11:22:38 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = edgex-ui [Pipeline] echo 11:22:38 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 11:22:38 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 11:22:38 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 11:22:38 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 11:22:38 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 11:22:38 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 11:22:38 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 11:22:38 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 11:22:38 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 11:22:38 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 11:22:38 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 11:22:38 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 11:22:38 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 11:22:38 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 11:22:38 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 11:22:38 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-585 [Pipeline] echo 11:22:38 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-585 [Pipeline] echo 11:22:39 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-585 [Pipeline] echo 11:22:39 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 4186f934069d6ebbe6c7ddd5a1f2c4f4fcbf1e54 [Pipeline] echo 11:22:39 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 4186f93 [Pipeline] echo 11:22:39 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 11:22:39 provisioning config files... 11:22:39 copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-585@tmp/config15672701666712566676tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 11:22:39 ---> docker-login.sh 11:22:39 nexus3.edgexfoundry.org:10001 11:22:39 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:22:39 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 11:22:39 Configure a credential helper to remove this warning. See 11:22:39 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 11:22:39 11:22:39 Login Succeeded 11:22:39 nexus3.edgexfoundry.org:10002 11:22:40 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:22:40 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 11:22:40 Configure a credential helper to remove this warning. See 11:22:40 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 11:22:40 11:22:40 Login Succeeded 11:22:40 nexus3.edgexfoundry.org:10003 11:22:40 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:22:40 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 11:22:40 Configure a credential helper to remove this warning. See 11:22:40 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 11:22:40 11:22:40 Login Succeeded 11:22:40 nexus3.edgexfoundry.org:10004 11:22:40 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:22:40 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 11:22:40 Configure a credential helper to remove this warning. See 11:22:40 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 11:22:40 11:22:40 Login Succeeded 11:22:40 docker.io 11:22:40 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:22:40 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 11:22:40 Configure a credential helper to remove this warning. See 11:22:40 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 11:22:40 11:22:40 Login Succeeded 11:22:40 ---> docker-login.sh ends [Pipeline] } 11:22:40 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 11:22:41 + git rev-list -1 --merges 4186f934069d6ebbe6c7ddd5a1f2c4f4fcbf1e54~1..4186f934069d6ebbe6c7ddd5a1f2c4f4fcbf1e54 [Pipeline] echo 11:22:41 -----------> git rev-list -1 --merges 4186f934069d6ebbe6c7ddd5a1f2c4f4fcbf1e54~1..4186f934069d6ebbe6c7ddd5a1f2c4f4fcbf1e54 4186f934069d6ebbe6c7ddd5a1f2c4f4fcbf1e54 [false] [Pipeline] sh 11:22:41 + git log --format=format:%s -1 4186f934069d6ebbe6c7ddd5a1f2c4f4fcbf1e54 [Pipeline] echo 11:22:41 ========================================================= 11:22:41 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 11:22:41 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 11:22:42 + git log --format=format:%s -1 4186f934069d6ebbe6c7ddd5a1f2c4f4fcbf1e54 [Pipeline] echo 11:22:42 [semverPrep] GIT_COMMIT: 4186f934069d6ebbe6c7ddd5a1f2c4f4fcbf1e54, Commit Message: chore(deps): Bump json5 and @angular-devkit/build-angular in /web [Pipeline] echo 11:22:42 [semverPrep] This is not a build commit. [Pipeline] sh 11:22:42 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 11:22:42 + grep -v github /etc/ssh/ssh_known_hosts 11:22:42 + [ -e /tmp/ssh_known_hosts ] 11:22:42 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 11:22:42 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 11:22:42 + sudo tee -a /etc/ssh/ssh_known_hosts 11:22:42 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:22:43 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 11:22:43 11:22:43 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:22:44 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 11:22:44 0.1.4: Pulling from edgex-devops/py-git-semver 11:22:44 b85a868b505f: Pulling fs layer 11:22:44 e2be974225ed: Pulling fs layer 11:22:44 339a4e72a1f5: Pulling fs layer 11:22:44 988bab9f4d93: Pulling fs layer 11:22:44 1469e6f7b9e6: Pulling fs layer 11:22:44 eaf3925da568: Pulling fs layer 11:22:44 bab4dde63d76: Pulling fs layer 11:22:44 bde34c3a00c8: Pulling fs layer 11:22:44 b352a97aabf1: Pulling fs layer 11:22:44 4872d77fe225: Pulling fs layer 11:22:44 5851b861e8e6: Pulling fs layer 11:22:44 bab4dde63d76: Waiting 11:22:44 bde34c3a00c8: Waiting 11:22:44 b352a97aabf1: Waiting 11:22:44 4872d77fe225: Waiting 11:22:44 5851b861e8e6: Waiting 11:22:44 1469e6f7b9e6: Waiting 11:22:44 eaf3925da568: Waiting 11:22:44 e2be974225ed: Verifying Checksum 11:22:44 e2be974225ed: Download complete 11:22:44 988bab9f4d93: Verifying Checksum 11:22:44 988bab9f4d93: Download complete 11:22:44 1469e6f7b9e6: Verifying Checksum 11:22:44 1469e6f7b9e6: Download complete 11:22:44 eaf3925da568: Verifying Checksum 11:22:44 eaf3925da568: Download complete 11:22:44 339a4e72a1f5: Verifying Checksum 11:22:44 339a4e72a1f5: Download complete 11:22:44 bde34c3a00c8: Download complete 11:22:44 b352a97aabf1: Verifying Checksum 11:22:44 b352a97aabf1: Download complete 11:22:44 4872d77fe225: Verifying Checksum 11:22:44 4872d77fe225: Download complete 11:22:44 5851b861e8e6: Download complete 11:22:44 b85a868b505f: Verifying Checksum 11:22:44 b85a868b505f: Download complete 11:22:44 bab4dde63d76: Verifying Checksum 11:22:44 bab4dde63d76: Download complete 11:22:45 b85a868b505f: Pull complete 11:22:45 e2be974225ed: Pull complete 11:22:46 339a4e72a1f5: Pull complete 11:22:46 988bab9f4d93: Pull complete 11:22:46 1469e6f7b9e6: Pull complete 11:22:46 eaf3925da568: Pull complete 11:22:48 bab4dde63d76: Pull complete 11:22:48 bde34c3a00c8: Pull complete 11:22:48 b352a97aabf1: Pull complete 11:22:48 4872d77fe225: Pull complete 11:22:48 5851b861e8e6: Pull complete 11:22:48 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 11:22:48 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 11:22:48 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 11:22:48 prd-ubuntu20.04-docker-8c-8g-813 does not seem to be running inside a container 11:22:49 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_edgex-ui-go_PR-585 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-585:/w/workspace/edgexfoundry_edgex-ui-go_PR-585:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-585@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-585@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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 11:22:51 $ docker top b8609dae5d1a430424f6c1bbbdc15014bafd2220883c3e9706d85fb5460a15fb -eo pid,comm 11:22:51 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). 11:22:51 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 11:22:52 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 11:22:52 [ssh-agent] Looking for ssh-agent implementation... 11:22:52 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 11:22:52 $ docker exec b8609dae5d1a430424f6c1bbbdc15014bafd2220883c3e9706d85fb5460a15fb ssh-agent 11:22:52 SSH_AUTH_SOCK=/tmp/ssh-wNZVhjauYLPK/agent.32 11:22:52 SSH_AGENT_PID=39 11:22:52 Running ssh-add (command line suppressed) 11:22:52 Identity added: /w/workspace/edgexfoundry_edgex-ui-go_PR-585@tmp/private_key_15976689907200545533.key (/w/workspace/edgexfoundry_edgex-ui-go_PR-585@tmp/private_key_15976689907200545533.key) 11:22:52 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 11:22:53 + git tag --points-at HEAD [Pipeline] } 11:22:53 $ docker exec --env ******** --env ******** b8609dae5d1a430424f6c1bbbdc15014bafd2220883c3e9706d85fb5460a15fb ssh-agent -k 11:22:53 unset SSH_AUTH_SOCK; 11:22:53 unset SSH_AGENT_PID; 11:22:53 echo Agent pid 39 killed; 11:22:53 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 11:22:53 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 11:22:53 [ssh-agent] Looking for ssh-agent implementation... 11:22:53 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 11:22:53 $ docker exec b8609dae5d1a430424f6c1bbbdc15014bafd2220883c3e9706d85fb5460a15fb ssh-agent 11:22:53 SSH_AUTH_SOCK=/tmp/ssh-FbQeXyi9YKzs/agent.71 11:22:53 SSH_AGENT_PID=77 11:22:53 Running ssh-add (command line suppressed) 11:22:53 Identity added: /w/workspace/edgexfoundry_edgex-ui-go_PR-585@tmp/private_key_275025329331710595.key (/w/workspace/edgexfoundry_edgex-ui-go_PR-585@tmp/private_key_275025329331710595.key) 11:22:53 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 11:22:53 + git semver init 11:22:54 2023-01-02 11:22:54,118 [run_init] DEBUG init version:0.0.0 force:False 11:22:54 2023-01-02 11:22:54,119 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgexfoundry_edgex-ui-go_PR-585/.semver 11:22:54 2023-01-02 11:22:54,120 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-ui-go.git /w/workspace/edgexfoundry_edgex-ui-go_PR-585/.semver 11:22:54 2023-01-02 11:22:54,120 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/edgex-ui-go.git', '/w/workspace/edgexfoundry_edgex-ui-go_PR-585/.semver'], cwd=/w/workspace/edgexfoundry_edgex-ui-go_PR-585, universal_newlines=False, shell=None, istream=None) 11:22:56 2023-01-02 11:22:55,733 [append_file] DEBUG append to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-585/.git/info/exclude 11:22:56 2023-01-02 11:22:55,734 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgexfoundry_edgex-ui-go_PR-585/.semver/PR-585 with force:False 11:22:56 2023-01-02 11:22:55,734 [write_file] DEBUG write to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-585/.semver/PR-585 11:22:56 2023-01-02 11:22:55,738 [execute] INFO git cat-file --batch-check 11:22:56 2023-01-02 11:22:55,738 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgexfoundry_edgex-ui-go_PR-585/.semver, universal_newlines=False, shell=None, istream=) 11:22:56 2023-01-02 11:22:55,745 [execute] INFO git cat-file --batch 11:22:56 2023-01-02 11:22:55,745 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgexfoundry_edgex-ui-go_PR-585/.semver, universal_newlines=False, shell=None, istream=) 11:22:56 2023-01-02 11:22:55,752 [read_version] DEBUG read version from /w/workspace/edgexfoundry_edgex-ui-go_PR-585/.semver/PR-585 11:22:56 0.0.0 [Pipeline] } 11:22:56 $ docker exec --env ******** --env ******** b8609dae5d1a430424f6c1bbbdc15014bafd2220883c3e9706d85fb5460a15fb ssh-agent -k 11:22:56 unset SSH_AUTH_SOCK; 11:22:56 unset SSH_AGENT_PID; 11:22:56 echo Agent pid 77 killed; 11:22:56 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 11:22:57 + git semver [Pipeline] } 11:22:57 $ docker stop --time=1 b8609dae5d1a430424f6c1bbbdc15014bafd2220883c3e9706d85fb5460a15fb 11:22:59 $ docker rm -f --volumes b8609dae5d1a430424f6c1bbbdc15014bafd2220883c3e9706d85fb5460a15fb [Pipeline] // withDockerContainer [Pipeline] sh 11:22:59 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 11:23:00 Stashed 1 file(s) [Pipeline] echo 11:23:00 [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 11:23:01 provisioning config files... 11:23:01 copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-585@tmp/config7904802540816906675tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 11:23:01 ---> docker-login.sh 11:23:01 nexus3.edgexfoundry.org:10001 11:23:01 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:23:01 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 11:23:01 Configure a credential helper to remove this warning. See 11:23:01 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 11:23:01 11:23:01 Login Succeeded 11:23:01 nexus3.edgexfoundry.org:10002 11:23:01 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:23:01 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 11:23:01 Configure a credential helper to remove this warning. See 11:23:01 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 11:23:01 11:23:01 Login Succeeded 11:23:01 nexus3.edgexfoundry.org:10003 11:23:01 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:23:01 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 11:23:01 Configure a credential helper to remove this warning. See 11:23:01 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 11:23:01 11:23:01 Login Succeeded 11:23:01 nexus3.edgexfoundry.org:10004 11:23:01 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:23:01 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 11:23:01 Configure a credential helper to remove this warning. See 11:23:01 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 11:23:01 11:23:01 Login Succeeded 11:23:01 docker.io 11:23:01 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:23:02 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 11:23:02 Configure a credential helper to remove this warning. See 11:23:02 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 11:23:02 11:23:02 Login Succeeded 11:23:02 ---> docker-login.sh ends [Pipeline] } 11:23:02 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 11:23:02 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 11:23:02 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 11:23:02 ========================================================= 11:23:02 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine] 11:23:02 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:23:02 + docker build -t ci-base-image-x86_64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine --build-arg MAKE=echo noop --target=builder . 11:23:03 Sending build context to Docker daemon 45.43MB 11:23:03 Step 1/16 : ARG BASE=golang:1.18-alpine3.16 11:23:03 Step 2/16 : FROM ${BASE} AS builder 11:23:03 1.18-alpine: Pulling from edgex-devops/edgex-golang-base 11:23:03 213ec9aee27d: Pulling fs layer 11:23:03 4583459ba037: Pulling fs layer 11:23:03 93c1e223e6f2: Pulling fs layer 11:23:03 53926ce57604: Pulling fs layer 11:23:03 21b2b0c7a3f4: Pulling fs layer 11:23:03 53926ce57604: Waiting 11:23:03 22ff95d597cd: Pulling fs layer 11:23:03 12d6caf4c0d1: Pulling fs layer 11:23:03 96b7cbca73a9: Pulling fs layer 11:23:03 a7acece74701: Pulling fs layer 11:23:03 12d6caf4c0d1: Waiting 11:23:03 21b2b0c7a3f4: Waiting 11:23:03 96b7cbca73a9: Waiting 11:23:03 a7acece74701: Waiting 11:23:03 22ff95d597cd: Waiting 11:23:03 93c1e223e6f2: Verifying Checksum 11:23:03 93c1e223e6f2: Download complete 11:23:03 4583459ba037: Download complete 11:23:03 21b2b0c7a3f4: Verifying Checksum 11:23:03 21b2b0c7a3f4: Download complete 11:23:03 22ff95d597cd: Verifying Checksum 11:23:03 22ff95d597cd: Download complete 11:23:03 213ec9aee27d: Verifying Checksum 11:23:03 12d6caf4c0d1: Verifying Checksum 11:23:03 12d6caf4c0d1: Download complete 11:23:03 213ec9aee27d: Pull complete 11:23:03 4583459ba037: Pull complete 11:23:03 93c1e223e6f2: Pull complete 11:23:04 a7acece74701: Verifying Checksum 11:23:04 a7acece74701: Download complete 11:23:04 96b7cbca73a9: Verifying Checksum 11:23:04 96b7cbca73a9: Download complete 11:23:04 53926ce57604: Verifying Checksum 11:23:04 53926ce57604: Download complete 11:23:07 53926ce57604: Pull complete 11:23:08 21b2b0c7a3f4: Pull complete 11:23:08 22ff95d597cd: Pull complete 11:23:08 12d6caf4c0d1: Pull complete 11:23:10 96b7cbca73a9: Pull complete 11:23:10 a7acece74701: Pull complete 11:23:10 Digest: sha256:f6a9ef70c52da88a2ff63a0c6767b24654f9f5185d1d85ca6cc3004fb48f6c2d 11:23:10 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine 11:23:10 ---> db6d94c90886 11:23:10 Step 3/16 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" 11:23:16 Still waiting to schedule task 11:23:16 All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline 11:23:17 ---> Running in cdec247e6f54 11:23:17 Removing intermediate container cdec247e6f54 11:23:17 ---> 6c09f3475e49 11:23:17 Step 4/16 : ARG ALPINE_PKG_BASE="make git" 11:23:17 ---> Running in 62f5df8f8a54 11:23:17 Removing intermediate container 62f5df8f8a54 11:23:17 ---> c0a09a1b7779 11:23:17 Step 5/16 : ARG ALPINE_PKG_EXTRA="" 11:23:17 ---> Running in d091aaf2dd43 11:23:17 Removing intermediate container d091aaf2dd43 11:23:17 ---> 3d8cb639fd0d 11:23:17 Step 6/16 : LABEL Name=edgex-ui-go 11:23:17 ---> Running in e11ecf1d6d6f 11:23:17 Removing intermediate container e11ecf1d6d6f 11:23:17 ---> fa2dccf66907 11:23:17 Step 7/16 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2022: Intel' 11:23:17 ---> Running in a8423c21f266 11:23:17 Removing intermediate container a8423c21f266 11:23:17 ---> ae647fff109e 11:23:17 Step 8/16 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 11:23:17 latest: Pulling from library/docker 11:23:17 c158987b0551: Pulling fs layer 11:23:17 93eea1d5d8e5: Pulling fs layer 11:23:17 08b41ddca615: Pulling fs layer 11:23:17 1de76f94013e: Pulling fs layer 11:23:17 36812387b4c0: Pulling fs layer 11:23:17 3a7e843175d0: Pulling fs layer 11:23:17 00f70019cf2a: Pulling fs layer 11:23:17 c3a00b8fabf3: Pulling fs layer 11:23:17 c3a00b8fabf3: Waiting 11:23:17 1de76f94013e: Waiting 11:23:17 36812387b4c0: Waiting 11:23:17 3a7e843175d0: Waiting 11:23:17 00f70019cf2a: Waiting 11:23:18 c158987b0551: Download complete 11:23:18 93eea1d5d8e5: Verifying Checksum 11:23:18 93eea1d5d8e5: Download complete 11:23:18 08b41ddca615: Verifying Checksum 11:23:18 08b41ddca615: Download complete 11:23:18 c158987b0551: Pull complete 11:23:18 1de76f94013e: Verifying Checksum 11:23:18 1de76f94013e: Download complete 11:23:18 93eea1d5d8e5: Pull complete 11:23:18 36812387b4c0: Verifying Checksum 11:23:18 36812387b4c0: Download complete 11:23:18 00f70019cf2a: Verifying Checksum 11:23:18 00f70019cf2a: Download complete 11:23:18 c3a00b8fabf3: Verifying Checksum 11:23:18 c3a00b8fabf3: Download complete 11:23:18 3a7e843175d0: Download complete 11:23:18 08b41ddca615: Pull complete 11:23:19 1de76f94013e: Pull complete 11:23:19 36812387b4c0: Pull complete 11:23:19 3a7e843175d0: Pull complete 11:23:19 00f70019cf2a: Pull complete 11:23:19 c3a00b8fabf3: Pull complete 11:23:19 Digest: sha256:9586963dcc07a22641bf03c22f43cd7e45b3107df6bf55c92d8c5098b0ac1750 11:23:19 Status: Downloaded newer image for docker:latest 11:23:21 ---> 201378aa38ca 11:23:21 Step 9/16 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 11:23:21 ---> Running in b5a452360ff6 11:23:21 Removing intermediate container b5a452360ff6 11:23:21 ---> 8624055da411 11:23:21 Step 10/16 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 11:23:21 ---> Running in c0030984f7f8 11:23:22 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 11:23:22 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 11:23:23 OK: 211 MiB in 51 packages 11:23:23 Removing intermediate container c0030984f7f8 11:23:23 ---> 944524ede390 11:23:23 Step 11/16 : ENV GO111MODULE=on 11:23:23 ---> Running in 9860f7691731 11:23:24 Removing intermediate container 9860f7691731 11:23:24 ---> a63b5e533c9d 11:23:24 Step 12/16 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go 11:23:24 ---> Running in 588efe63a386 11:23:24 Removing intermediate container 588efe63a386 11:23:24 ---> aa4b76234d84 11:23:24 Step 13/16 : COPY go.mod vendor* ./ 11:23:24 ---> 32994393f536 11:23:24 Step 14/16 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 11:23:24 ---> Running in 5fc514c29031 11:23:50 Removing intermediate container 5fc514c29031 11:23:50 ---> 4e7e7d870952 11:23:50 Step 15/16 : COPY . . 11:23:51 ---> a89ff94581d8 11:23:51 Step 16/16 : RUN ${MAKE} 11:23:51 ---> Running in ee8f0dfd3ae1 11:23:52 noop 11:23:52 Removing intermediate container ee8f0dfd3ae1 11:23:52 ---> 05cab9e94d22 11:23:52 Successfully built 05cab9e94d22 11:23:52 Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:23:52 + docker inspect -f . ci-base-image-x86_64 11:23:52 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 11:23:53 prd-ubuntu20.04-docker-8c-8g-813 does not seem to be running inside a container 11:23:53 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgexfoundry_edgex-ui-go_PR-585 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-585:/w/workspace/edgexfoundry_edgex-ui-go_PR-585:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-585@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-585@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 ******** ci-base-image-x86_64 cat 11:23:53 $ docker top e428c903682f915ef7ded6d3ca2be68f646732e09c8a480886be5aed12f902fb -eo pid,comm [Pipeline] { [Pipeline] sh 11:23:53 + go version 11:23:53 go version go1.18.7 linux/amd64 [Pipeline] } 11:23:53 $ docker stop --time=1 e428c903682f915ef7ded6d3ca2be68f646732e09c8a480886be5aed12f902fb 11:23:55 $ docker rm -f --volumes e428c903682f915ef7ded6d3ca2be68f646732e09c8a480886be5aed12f902fb [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:23:55 + docker inspect -f . ci-base-image-x86_64 11:23:55 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 11:23:56 prd-ubuntu20.04-docker-8c-8g-813 does not seem to be running inside a container 11:23:56 $ 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-585 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-585:/w/workspace/edgexfoundry_edgex-ui-go_PR-585:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-585@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-585@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 ******** ci-base-image-x86_64 cat 11:23:56 $ docker top 10c6cd92ea6384d2baaa25b2b15d467eda212d594ec96ee6f34e11987fc8b548 -eo pid,comm [Pipeline] { [Pipeline] sh 11:23:56 + git config --global --add safe.directory /w/workspace/edgexfoundry_edgex-ui-go_PR-585 [Pipeline] fileExists [Pipeline] sh 11:23:57 + make test 11:23:57 CGO_ENABLED=0 GO111MODULE=on go test -tags "no_messagebus" -coverprofile=coverage.out ./... 11:23:57 ? github.com/edgexfoundry/edgex-ui-go [no test files] 11:24:07 ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] 11:24:07 ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] 11:24:07 ? github.com/edgexfoundry/edgex-ui-go/internal/common [no test files] 11:24:07 ? github.com/edgexfoundry/edgex-ui-go/internal/config [no test files] 11:24:07 ? github.com/edgexfoundry/edgex-ui-go/internal/container [no test files] 11:24:07 ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] 11:24:07 ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] 11:24:07 ? github.com/edgexfoundry/edgex-ui-go/internal/service [no test files] 11:24:07 CGO_ENABLED=0 GO111MODULE=on go vet -tags "no_messagebus" ./... 11:24:09 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 11:24:09 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 11:24:09 ./bin/test-attribution-txt.sh 11:24:09 An attribution for github.com/edgexfoundry/go-mod-bootstrap/v2 is missing from Attribution.txt, please add 11:24:09 An attribution for github.com/Microsoft/go-winio is missing from Attribution.txt, please add 11:24:09 An attribution for github.com/eclipse/paho.mqtt.golang is missing from Attribution.txt, please add 11:24:09 An attribution for github.com/edgexfoundry/go-mod-messaging/v2 is missing from Attribution.txt, please add 11:24:09 An attribution for github.com/edgexfoundry/go-mod-secrets/v2 is missing from Attribution.txt, please add 11:24:09 An attribution for github.com/go-kit/log is missing from Attribution.txt, please add 11:24:09 An attribution for github.com/go-logfmt/logfmt is missing from Attribution.txt, please add 11:24:09 An attribution for github.com/go-redis/redis/v7 is missing from Attribution.txt, please add 11:24:09 An attribution for github.com/golang/protobuf is missing from Attribution.txt, please add 11:24:09 An attribution for github.com/gorilla/websocket is missing from Attribution.txt, please add 11:24:09 An attribution for github.com/hashicorp/errwrap is missing from Attribution.txt, please add 11:24:09 An attribution for github.com/hashicorp/go-multierror is missing from Attribution.txt, please add 11:24:09 An attribution for github.com/nats-io/nats.go is missing from Attribution.txt, please add 11:24:09 An attribution for github.com/nats-io/nkeys is missing from Attribution.txt, please add 11:24:09 An attribution for github.com/nats-io/nuid is missing from Attribution.txt, please add 11:24:09 An attribution for github.com/pebbe/zmq4 is missing from Attribution.txt, please add 11:24:09 An attribution for github.com/rcrowley/go-metrics is missing from Attribution.txt, please add 11:24:09 An attribution for github.com/spiffe/go-spiffe/v2 is missing from Attribution.txt, please add 11:24:09 An attribution for github.com/zeebo/errs is missing from Attribution.txt, please add 11:24:09 An attribution for golang.org/x/net is missing from Attribution.txt, please add 11:24:09 An attribution for golang.org/x/sync is missing from Attribution.txt, please add 11:24:09 An attribution for google.golang.org/genproto is missing from Attribution.txt, please add 11:24:09 An attribution for google.golang.org/grpc is missing from Attribution.txt, please add 11:24:09 An attribution for google.golang.org/protobuf is missing from Attribution.txt, please add 11:24:09 An attribution for gopkg.in/square/go-jose.v2 is missing from Attribution.txt, please add 11:24:09 make -C web test 11:24:09 make[1]: Entering directory '/w/workspace/edgexfoundry_edgex-ui-go_PR-585/web' 11:24:09 make[1]: tput: No such file or directory 11:24:09 make[1]: tput: No such file or directory 11:24:09 warning: generating ./VERSION 11:24:09 echo "0.0.0" > VERSION 11:24:09 docker build \ 11:24:09 -f Dockerfile \ 11:24:09 --build-arg USER=1000 \ 11:24:09 \ 11:24:09 --label "git_sha=4186f934069d6ebbe6c7ddd5a1f2c4f4fcbf1e54" \ 11:24:09 -t edgexfoundry/edgex-web-ui:4186f934069d6ebbe6c7ddd5a1f2c4f4fcbf1e54 \ 11:24:09 -t edgexfoundry/edgex-web-ui:0.0.0-dev \ 11:24:09 . 11:24:09 Sending build context to Docker daemon 2.961MB 11:24:09 Step 1/10 : FROM node:16.17-alpine3.15 11:24:09 16.17-alpine3.15: Pulling from library/node 11:24:09 9621f1afde84: Pulling fs layer 11:24:09 c6f70ee39829: Pulling fs layer 11:24:09 56892a8094a2: Pulling fs layer 11:24:09 58dd87906ef0: Pulling fs layer 11:24:09 58dd87906ef0: Waiting 11:24:09 9621f1afde84: Download complete 11:24:09 9621f1afde84: Pull complete 11:24:09 58dd87906ef0: Verifying Checksum 11:24:09 58dd87906ef0: Download complete 11:24:09 56892a8094a2: Verifying Checksum 11:24:09 56892a8094a2: Download complete 11:24:11 c6f70ee39829: Verifying Checksum 11:24:11 c6f70ee39829: Download complete 11:24:12 c6f70ee39829: Pull complete 11:24:12 56892a8094a2: Pull complete 11:24:12 58dd87906ef0: Pull complete 11:24:12 Digest: sha256:84c606bfbe4cf120c52b17c3b727e614d99e357a8e350f83a4e7b9ec0798e04a 11:24:12 Status: Downloaded newer image for node:16.17-alpine3.15 11:24:12 ---> b69703f70c3d 11:24:12 Step 2/10 : RUN apk add --no-cache chromium 11:24:14 ---> Running in 22febc6d657d 11:24:14 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 11:24:14 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 11:24:14 (1/129) Installing libxau (1.0.9-r0) 11:24:14 (2/129) Installing libmd (1.0.3-r0) 11:24:14 (3/129) Installing libbsd (0.11.3-r1) 11:24:14 (4/129) Installing libxdmcp (1.1.3-r0) 11:24:14 (5/129) Installing libxcb (1.14-r2) 11:24:14 (6/129) Installing libx11 (1.7.3.1-r0) 11:24:15 (7/129) Installing libxext (1.3.4-r0) 11:24:15 (8/129) Installing libice (1.0.10-r0) 11:24:15 (9/129) Installing libuuid (2.37.4-r0) 11:24:15 (10/129) Installing libsm (1.2.3-r0) 11:24:15 (11/129) Installing libxt (1.2.1-r0) 11:24:15 (12/129) Installing libxmu (1.1.3-r0) 11:24:15 (13/129) Installing xset (1.2.4-r0) 11:24:15 (14/129) Installing xprop (1.2.5-r0) 11:24:15 (15/129) Installing xdg-utils (1.1.3-r0) 11:24:15 (16/129) Installing eudev-libs (3.2.11_pre1-r0) 11:24:15 (17/129) Installing pkgconf (1.8.0-r0) 11:24:15 (18/129) Installing libffi (3.4.2-r1) 11:24:15 (19/129) Installing libintl (0.21-r0) 11:24:15 (20/129) Installing libblkid (2.37.4-r0) 11:24:15 (21/129) Installing libmount (2.37.4-r0) 11:24:15 (22/129) Installing pcre (8.45-r1) 11:24:15 (23/129) Installing glib (2.70.1-r0) 11:24:15 (24/129) Installing xz-libs (5.2.5-r1) 11:24:15 (25/129) Installing libxml2 (2.9.14-r2) 11:24:15 (26/129) Installing shared-mime-info (2.1-r1) 11:24:15 (27/129) Installing hicolor-icon-theme (0.17-r1) 11:24:15 (28/129) Installing libjpeg-turbo (2.1.2-r0) 11:24:15 (29/129) Installing libpng (1.6.37-r1) 11:24:15 (30/129) Installing libwebp (1.2.2-r0) 11:24:15 (31/129) Installing zstd-libs (1.5.0-r0) 11:24:15 (32/129) Installing tiff (4.4.0-r0) 11:24:15 (33/129) Installing gdk-pixbuf (2.42.8-r0) 11:24:15 (34/129) Installing gtk-update-icon-cache (2.24.33-r0) 11:24:15 (35/129) Installing libxcomposite (0.4.5-r0) 11:24:15 (36/129) Installing libxfixes (6.0.0-r0) 11:24:15 (37/129) Installing libxrender (0.9.10-r3) 11:24:15 (38/129) Installing libxcursor (1.2.0-r0) 11:24:15 (39/129) Installing libxdamage (1.1.5-r1) 11:24:15 (40/129) Installing libxi (1.8-r0) 11:24:15 (41/129) Installing libxinerama (1.1.4-r1) 11:24:15 (42/129) Installing libxrandr (1.5.2-r1) 11:24:15 (43/129) Installing atk (2.36.0-r0) 11:24:15 (44/129) Installing libxtst (1.2.3-r3) 11:24:15 (45/129) Installing dbus-libs (1.12.24-r0) 11:24:15 (46/129) Installing at-spi2-core (2.42.0-r0) 11:24:15 (47/129) Installing at-spi2-atk (2.38.0-r0) 11:24:15 (48/129) Installing expat (2.5.0-r0) 11:24:15 (49/129) Installing brotli-libs (1.0.9-r5) 11:24:15 (50/129) Installing libbz2 (1.0.8-r1) 11:24:15 (51/129) Installing freetype (2.11.1-r2) 11:24:15 (52/129) Installing fontconfig (2.13.1-r4) 11:24:15 (53/129) Installing pixman (0.40.0-r4) 11:24:15 (54/129) Installing cairo (1.16.0-r5) 11:24:15 (55/129) Installing cairo-gobject (1.16.0-r5) 11:24:15 (56/129) Installing avahi-libs (0.8-r5) 11:24:15 (57/129) Installing gmp (6.2.1-r1) 11:24:15 (58/129) Installing nettle (3.7.3-r0) 11:24:15 (59/129) Installing p11-kit (0.24.0-r1) 11:24:15 (60/129) Installing libtasn1 (4.18.0-r1) 11:24:15 (61/129) Installing libunistring (0.9.10-r1) 11:24:15 (62/129) Installing gnutls (3.7.1-r1) 11:24:15 (63/129) Installing cups-libs (2.3.3-r6) 11:24:15 (64/129) Installing libepoxy (1.5.9-r0) 11:24:15 (65/129) Installing fribidi (1.0.11-r0) 11:24:15 (66/129) Installing graphite2 (1.3.14-r0) 11:24:15 (67/129) Installing harfbuzz (3.0.0-r2) 11:24:15 (68/129) Installing libxft (2.3.4-r0) 11:24:15 (69/129) Installing pango (1.48.10-r0) 11:24:15 (70/129) Installing wayland-libs-client (1.19.0-r1) 11:24:15 (71/129) Installing wayland-libs-cursor (1.19.0-r1) 11:24:15 (72/129) Installing wayland-libs-egl (1.19.0-r1) 11:24:15 (73/129) Installing xkeyboard-config (2.34-r0) 11:24:15 (74/129) Installing libxkbcommon (1.3.1-r0) 11:24:15 (75/129) Installing gtk+3.0 (3.24.30-r0) 11:24:15 Executing gtk+3.0-3.24.30-r0.post-install 11:24:15 (76/129) Installing libfontenc (1.1.4-r0) 11:24:15 (77/129) Installing mkfontscale (1.2.1-r1) 11:24:15 (78/129) Installing ttf-opensans (1.10-r1) 11:24:15 Executing ttf-opensans-1.10-r1.post-install 11:24:18 (79/129) Installing libogg (1.3.5-r0) 11:24:18 (80/129) Installing flac (1.3.4-r0) 11:24:18 (81/129) Installing alsa-lib (1.2.5.1-r1) 11:24:18 (82/129) Installing libatomic (10.3.1_git20211027-r0) 11:24:18 (83/129) Installing sdl2 (2.0.16-r4) 11:24:18 (84/129) Installing aom-libs (3.2.0-r0) 11:24:18 (85/129) Installing libass (0.15.2-r0) 11:24:18 (86/129) Installing libdav1d (0.9.2-r0) 11:24:18 (87/129) Installing ncurses-terminfo-base (6.3_p20211120-r1) 11:24:18 (88/129) Installing ncurses-libs (6.3_p20211120-r1) 11:24:18 (89/129) Installing lame (3.100-r0) 11:24:18 (90/129) Installing opus (1.3.1-r1) 11:24:18 (91/129) Installing libgomp (10.3.1_git20211027-r0) 11:24:18 (92/129) Installing soxr (0.1.3-r2) 11:24:18 (93/129) Installing libsrt (1.4.2-r1) 11:24:18 (94/129) Installing libssh (0.9.6-r1) 11:24:18 (95/129) Installing libtheora (1.1.1-r16) 11:24:18 (96/129) Installing v4l-utils-libs (1.22.1-r1) 11:24:18 (97/129) Installing libpciaccess (0.16-r0) 11:24:18 (98/129) Installing libdrm (2.4.109-r0) 11:24:18 (99/129) Installing libva (2.13.0-r0) 11:24:18 (100/129) Installing libvdpau (1.4-r0) 11:24:18 (101/129) Installing vidstab (1.1.0-r1) 11:24:18 (102/129) Installing libvorbis (1.3.7-r0) 11:24:18 (103/129) Installing libvpx (1.10.0-r0) 11:24:18 (104/129) Installing vulkan-loader (1.2.196-r0) 11:24:18 (105/129) Installing x264-libs (20210613-r0) 11:24:18 (106/129) Installing x265-libs (3.5-r0) 11:24:18 (107/129) Installing xvidcore (1.3.7-r1) 11:24:18 (108/129) Installing ffmpeg-libs (4.4.1-r2) 11:24:18 (109/129) Installing libevent (2.1.12-r4) 11:24:18 (110/129) Installing mesa (21.2.6-r0) 11:24:18 (111/129) Installing wayland-libs-server (1.19.0-r1) 11:24:18 (112/129) Installing mesa-gbm (21.2.6-r0) 11:24:18 (113/129) Installing lcms2 (2.12-r1) 11:24:18 (114/129) Installing nspr (4.32-r0) 11:24:18 (115/129) Installing sqlite-libs (3.36.0-r0) 11:24:18 (116/129) Installing nss (3.78.1-r0) 11:24:18 (117/129) Installing libasyncns (0.8-r1) 11:24:18 (118/129) Installing libltdl (2.4.6-r7) 11:24:18 (119/129) Installing orc (0.4.32-r0) 11:24:18 (120/129) Installing libsndfile (1.0.31-r1) 11:24:18 (121/129) Installing speexdsp (1.2.0-r0) 11:24:18 (122/129) Installing tdb-libs (1.4.5-r0) 11:24:18 (123/129) Installing libpulse (15.0-r2) 11:24:18 (124/129) Installing re2 (2021.11.01-r0) 11:24:18 (125/129) Installing snappy (1.1.9-r1) 11:24:18 (126/129) Installing libgpg-error (1.42-r1) 11:24:18 (127/129) Installing libgcrypt (1.9.4-r0) 11:24:18 (128/129) Installing libxslt (1.1.35-r0) 11:24:18 (129/129) Installing chromium (99.0.4844.84-r0) 11:24:20 Executing busybox-1.34.1-r7.trigger 11:24:20 Executing glib-2.70.1-r0.trigger 11:24:20 Executing shared-mime-info-2.1-r1.trigger 11:24:21 Executing gdk-pixbuf-2.42.8-r0.trigger 11:24:21 Executing gtk-update-icon-cache-2.24.33-r0.trigger 11:24:21 Executing fontconfig-2.13.1-r4.trigger 11:24:21 Executing mkfontscale-1.2.1-r1.trigger 11:24:21 OK: 286 MiB in 145 packages 11:24:26 Removing intermediate container 22febc6d657d 11:24:26 ---> 152e4e08b2a5 11:24:26 Step 3/10 : ENV CHROME_BIN=/usr/bin/chromium-browser 11:24:26 ---> Running in 173b55a8fc5f 11:24:26 Removing intermediate container 173b55a8fc5f 11:24:26 ---> e87ec2f79242 11:24:26 Step 4/10 : ENV PATH /app/node_modules/.bin:$PATH 11:24:26 ---> Running in bb8c14bf73ff 11:24:26 Removing intermediate container bb8c14bf73ff 11:24:26 ---> 568cf939a1c0 11:24:26 Step 5/10 : RUN npm install -g npm 11:24:27 ---> Running in 4a6b20836f5f 11:24:33 11:24:33 removed 8 packages, changed 80 packages, and audited 232 packages in 5s 11:24:33 11:24:33 14 packages are looking for funding 11:24:33 run `npm fund` for details 11:24:33 11:24:33 found 0 vulnerabilities 11:24:34 Removing intermediate container 4a6b20836f5f 11:24:34 ---> d62b6c79a112 11:24:34 Step 6/10 : ARG USER=1000 11:24:34 ---> Running in 080a221d3ae6 11:24:34 Removing intermediate container 080a221d3ae6 11:24:34 ---> bdd23103035e 11:24:34 Step 7/10 : RUN deluser --remove-home node && adduser -u $USER -D -s /bin/sh node 11:24:34 ---> Running in f1f26c3bf980 11:24:35 Removing intermediate container f1f26c3bf980 11:24:35 ---> 2e7808893911 11:24:35 Step 8/10 : USER $USER:$USER 11:24:35 ---> Running in 8d526d47d17c 11:24:35 Removing intermediate container 8d526d47d17c 11:24:35 ---> 0aa0b9cf3810 11:24:35 Step 9/10 : WORKDIR /app 11:24:35 ---> Running in 1e91cf5d23bf 11:24:35 Removing intermediate container 1e91cf5d23bf 11:24:35 ---> 2ad51dc00094 11:24:35 Step 10/10 : LABEL git_sha=4186f934069d6ebbe6c7ddd5a1f2c4f4fcbf1e54 11:24:35 ---> Running in e043aa962136 11:24:35 Removing intermediate container e043aa962136 11:24:35 ---> 687d262e0b0b 11:24:35 Successfully built 687d262e0b0b 11:24:35 Successfully tagged edgexfoundry/edgex-web-ui:4186f934069d6ebbe6c7ddd5a1f2c4f4fcbf1e54 11:24:35 Successfully tagged edgexfoundry/edgex-web-ui:0.0.0-dev 11:24:35 touch edgex-web-ui.imagebuilt 11:24:35 mkdir -p node_modules coverage 11:24:35 chown "1000:1000" node_modules coverage package-lock.json 11:24:35 docker run --rm -i -v "$(pwd):/app" -u "1000:1000" edgexfoundry/edgex-web-ui:0.0.0-dev npm install 11:24:40 npm ERR! code ERESOLVE 11:24:40 npm ERR! ERESOLVE could not resolve 11:24:40 npm ERR! 11:24:40 npm ERR! While resolving: @angular-devkit/build-angular@15.0.4 11:24:40 npm ERR! Found: @angular/compiler-cli@12.2.4 11:24:40 npm ERR! node_modules/@angular/compiler-cli 11:24:40 npm ERR! dev @angular/compiler-cli@"~12.2.4" from the root project 11:24:40 npm ERR! peer @angular/compiler-cli@"12.2.4" from @angular/localize@12.2.4 11:24:40 npm ERR! node_modules/@angular/localize 11:24:40 npm ERR! dev @angular/localize@"^12.2.4" from the root project 11:24:40 npm ERR! 11:24:40 npm ERR! Could not resolve dependency: 11:24:40 npm ERR! peer @angular/compiler-cli@"^15.0.0" from @angular-devkit/build-angular@15.0.4 11:24:40 npm ERR! node_modules/@angular-devkit/build-angular 11:24:40 npm ERR! dev @angular-devkit/build-angular@"~15.0.4" from the root project 11:24:40 npm ERR! 11:24:40 npm ERR! Conflicting peer dependency: @angular/compiler-cli@15.0.4 11:24:40 npm ERR! node_modules/@angular/compiler-cli 11:24:40 npm ERR! peer @angular/compiler-cli@"^15.0.0" from @angular-devkit/build-angular@15.0.4 11:24:40 npm ERR! node_modules/@angular-devkit/build-angular 11:24:40 npm ERR! dev @angular-devkit/build-angular@"~15.0.4" from the root project 11:24:40 npm ERR! 11:24:40 npm ERR! Fix the upstream dependency conflict, or retry 11:24:40 npm ERR! this command with --force or --legacy-peer-deps 11:24:40 npm ERR! to accept an incorrect (and potentially broken) dependency resolution. 11:24:40 npm ERR! 11:24:40 npm ERR! 11:24:40 npm ERR! For a full report see: 11:24:40 npm ERR! /home/node/.npm/_logs/2023-01-02T11_24_36_020Z-eresolve-report.txt 11:24:40 11:24:40 npm ERR! A complete log of this run can be found in: 11:24:40 npm ERR! /home/node/.npm/_logs/2023-01-02T11_24_36_020Z-debug-0.log 11:24:40 make[1]: *** [Makefile:139: node_modules] Error 1 11:24:40 make[1]: Leaving directory '/w/workspace/edgexfoundry_edgex-ui-go_PR-585/web' 11:24:40 make: *** [Makefile:56: test-angular] Error 2 [Pipeline] } 11:24:40 $ docker stop --time=1 10c6cd92ea6384d2baaa25b2b15d467eda212d594ec96ee6f34e11987fc8b548 11:24:42 $ docker rm -f --volumes 10c6cd92ea6384d2baaa25b2b15d467eda212d594ec96ee6f34e11987fc8b548 [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 11:24:43 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 11:24:43 11:24:43 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:24:43 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 11:24:43 latest: Pulling from edgex-lftools-log-publisher 11:24:43 5eb5b503b376: Pulling fs layer 11:24:43 5c69ac0246d0: Pulling fs layer 11:24:43 ec43610c2a17: Pulling fs layer 11:24:43 3a2ae6a8a46f: Pulling fs layer 11:24:43 33b1e0a273af: Pulling fs layer 11:24:43 5d3b04190fa2: Pulling fs layer 11:24:43 2f39f015ded8: Pulling fs layer 11:24:43 3a2ae6a8a46f: Waiting 11:24:43 33b1e0a273af: Waiting 11:24:43 5d3b04190fa2: Waiting 11:24:43 2f39f015ded8: Waiting 11:24:43 5c69ac0246d0: Download complete 11:24:43 3a2ae6a8a46f: Download complete 11:24:44 33b1e0a273af: Verifying Checksum 11:24:44 33b1e0a273af: Download complete 11:24:44 5d3b04190fa2: Download complete 11:24:44 ec43610c2a17: Verifying Checksum 11:24:44 ec43610c2a17: Download complete 11:24:44 5eb5b503b376: Verifying Checksum 11:24:44 5eb5b503b376: Download complete 11:24:44 2f39f015ded8: Download complete 11:24:45 5eb5b503b376: Pull complete 11:24:45 5c69ac0246d0: Pull complete 11:24:45 ec43610c2a17: Pull complete 11:24:45 3a2ae6a8a46f: Pull complete 11:24:46 33b1e0a273af: Pull complete 11:24:46 5d3b04190fa2: Pull complete 11:24:50 2f39f015ded8: Pull complete 11:24:50 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 11:24:50 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 11:24:50 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 11:24:50 prd-ubuntu20.04-docker-8c-8g-813 does not seem to be running inside a container 11:24:50 $ 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-585 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-585:/w/workspace/edgexfoundry_edgex-ui-go_PR-585:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-585@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-585@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-lftools-log-publisher:latest cat 11:24:53 $ docker top 01b4958778cfe8b5b727e4b5f09c747877d5e21247597fe9d99317afa429b584 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 11:24:54 ---> job-cost.sh 11:24:54 lf-activate-venv: SKIPPING 11:24:54 INFO: No Stack... 11:24:54 INFO: Retrieving Pricing Info for: v3-standard-8 11:24:55 INFO: Archiving Costs [Pipeline] sh 11:24:55 + + cut -d, -f6 11:24:55 cat /w/workspace/edgexfoundry_edgex-ui-go_PR-585/archives/cost.csv [Pipeline] lock 11:24:55 Trying to acquire lock on [jenkins-edgexfoundry-edgex-ui-go-PR-585-1-stack-cost] 11:24:55 Resource [jenkins-edgexfoundry-edgex-ui-go-PR-585-1-stack-cost] did not exist. Created. 11:24:55 Lock acquired on [jenkins-edgexfoundry-edgex-ui-go-PR-585-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 11:24:55 + echo total: 0.2199999988079071 [Pipeline] stash 11:24:56 Stashed 1 file(s) [Pipeline] } 11:24:56 Lock released on resource [jenkins-edgexfoundry-edgex-ui-go-PR-585-1-stack-cost] [Pipeline] // lock [Pipeline] } 11:24:56 $ docker stop --time=1 01b4958778cfe8b5b727e4b5f09c747877d5e21247597fe9d99317afa429b584 11:24:56 Running on prd-ubuntu20.04-docker-arm64-4c-16g-814 in /w/workspace/edgexfoundry_edgex-ui-go_PR-585 11:24:57 $ docker rm -f --volumes 01b4958778cfe8b5b727e4b5f09c747877d5e21247597fe9d99317afa429b584 [Pipeline] // withDockerContainer [Pipeline] { [Pipeline] } [Pipeline] // script [Pipeline] ws 11:24:57 Running in /w/workspace/edgex-ui-go/1 [Pipeline] { [Pipeline] checkout [Pipeline] } 11:24:57 The recommended git tool is: git [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 11:24:57 Failed in branch amd64 11:25:02 using credential edgex-jenkins-ssh 11:25:02 Cloning the remote Git repository 11:25:02 Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git 11:25:02 > git init /w/workspace/edgex-ui-go/1 # timeout=10 11:25:03 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 11:25:03 > git --version # timeout=10 11:25:03 > git --version # 'git version 2.25.1' 11:25:03 using GIT_SSH to set credentials SSH Credentials for GitHub 11:25:03 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 11:25:06 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 11:25:06 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 11:25:07 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 11:25:07 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 11:25:07 using GIT_SSH to set credentials SSH Credentials for GitHub 11:25:07 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/585/head:refs/remotes/origin/PR-585 +refs/heads/main:refs/remotes/origin/main # timeout=10 11:25:07 Merging remotes/origin/main commit 1fc6aad09b79efe7d583b860cd1a98c2a76983c7 into PR head commit 4186f934069d6ebbe6c7ddd5a1f2c4f4fcbf1e54 11:25:08 Merge succeeded, producing 4186f934069d6ebbe6c7ddd5a1f2c4f4fcbf1e54 11:25:08 Checking out Revision 4186f934069d6ebbe6c7ddd5a1f2c4f4fcbf1e54 (PR-585) 11:25:09 Commit message: "chore(deps): Bump json5 and @angular-devkit/build-angular in /web" 11:25:09 > git --version # timeout=10 11:25:09 > git --version # 'git version 2.25.1' 11:25:09 fatal: bad object cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 11:25:07 > git config core.sparsecheckout # timeout=10 11:25:07 > git checkout -f 4186f934069d6ebbe6c7ddd5a1f2c4f4fcbf1e54 # timeout=10 11:25:08 > git remote # timeout=10 11:25:08 > git config --get remote.origin.url # timeout=10 11:25:08 using GIT_SSH to set credentials SSH Credentials for GitHub 11:25:08 > git merge 1fc6aad09b79efe7d583b860cd1a98c2a76983c7 # timeout=10 11:25:08 > git rev-parse HEAD^{commit} # timeout=10 11:25:08 > git config core.sparsecheckout # timeout=10 11:25:08 > git checkout -f 4186f934069d6ebbe6c7ddd5a1f2c4f4fcbf1e54 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 11:25:10 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 11:25:10 % Total % Received % Xferd Average Speed Time Time Time Current 11:25:10 Dload Upload Total Spent Left Speed 11:25:10 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 50200 0 --:--:-- --:--:-- --:--:-- 50200 [Pipeline] sh 11:25:10 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 11:25:11 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 11:25:11 + sudo tee /etc/docker/daemon.new 11:25:11 { 11:25:11 "registry-mirrors": [ 11:25:11 "https://nexus3.edgexfoundry.org:10001" 11:25:11 ], 11:25:11 "bip": "10.250.0.254/24", 11:25:11 "hosts": [ 11:25:11 "tcp://0.0.0.0:5555", 11:25:11 "unix:///var/run/docker.sock" 11:25:11 ], 11:25:11 "mtu": 1458, 11:25:11 "selinux-enabled": true, 11:25:11 "seccomp-profile": "/etc/docker/seccomp.json" 11:25:11 } [Pipeline] sh 11:25:11 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 11:25:11 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 11:25:30 provisioning config files... 11:25:30 copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/1@tmp/config16829065180252093341tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 11:25:30 ---> docker-login.sh 11:25:30 nexus3.edgexfoundry.org:10001 11:25:31 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:25:31 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 11:25:31 Configure a credential helper to remove this warning. See 11:25:31 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 11:25:31 11:25:31 Login Succeeded 11:25:31 nexus3.edgexfoundry.org:10002 11:25:31 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:25:31 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 11:25:31 Configure a credential helper to remove this warning. See 11:25:31 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 11:25:31 11:25:31 Login Succeeded 11:25:31 nexus3.edgexfoundry.org:10003 11:25:31 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:25:32 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 11:25:32 Configure a credential helper to remove this warning. See 11:25:32 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 11:25:32 11:25:32 Login Succeeded 11:25:32 nexus3.edgexfoundry.org:10004 11:25:32 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:25:32 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 11:25:32 Configure a credential helper to remove this warning. See 11:25:32 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 11:25:32 11:25:32 Login Succeeded 11:25:32 docker.io 11:25:32 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:25:32 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 11:25:32 Configure a credential helper to remove this warning. See 11:25:32 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 11:25:32 11:25:32 Login Succeeded 11:25:32 ---> docker-login.sh ends [Pipeline] } 11:25:32 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 11:25:33 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 11:25:33 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 11:25:33 ========================================================= 11:25:33 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine] 11:25:33 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:25:33 + docker build -t ci-base-image-arm64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine --build-arg MAKE=echo noop --target=builder . 11:25:34 Sending build context to Docker daemon 28.54MB 11:25:34 Step 1/16 : ARG BASE=golang:1.18-alpine3.16 11:25:34 Step 2/16 : FROM ${BASE} AS builder 11:25:34 1.18-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 11:25:34 9b18e9b68314: Pulling fs layer 11:25:34 35d82f9e3411: Pulling fs layer 11:25:34 e16973657156: Pulling fs layer 11:25:34 fc693d55d65f: Pulling fs layer 11:25:34 7e9fc2657dce: Pulling fs layer 11:25:34 dda99020689f: Pulling fs layer 11:25:34 db1c61fa0a46: Pulling fs layer 11:25:34 891c053d2c06: Pulling fs layer 11:25:34 fc693d55d65f: Waiting 11:25:34 dda99020689f: Waiting 11:25:34 7e9fc2657dce: Waiting 11:25:34 db1c61fa0a46: Waiting 11:25:34 891c053d2c06: Waiting 11:25:34 e16973657156: Download complete 11:25:35 35d82f9e3411: Verifying Checksum 11:25:35 35d82f9e3411: Download complete 11:25:35 7e9fc2657dce: Download complete 11:25:35 dda99020689f: Verifying Checksum 11:25:35 dda99020689f: Download complete 11:25:35 9b18e9b68314: Verifying Checksum 11:25:35 9b18e9b68314: Download complete 11:25:35 9b18e9b68314: Pull complete 11:25:36 891c053d2c06: Verifying Checksum 11:25:36 891c053d2c06: Download complete 11:25:37 db1c61fa0a46: Verifying Checksum 11:25:37 db1c61fa0a46: Download complete 11:25:37 fc693d55d65f: Verifying Checksum 11:25:37 fc693d55d65f: Download complete 11:25:37 35d82f9e3411: Pull complete 11:25:38 e16973657156: Pull complete 11:25:50 fc693d55d65f: Pull complete 11:25:50 7e9fc2657dce: Pull complete 11:25:50 dda99020689f: Pull complete 11:25:57 db1c61fa0a46: Pull complete 11:25:58 891c053d2c06: Pull complete 11:25:58 Digest: sha256:2cacf8bfc28650abd52610e42dcfc04852e818eb73900ea96edaef96a54d0b45 11:25:58 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine 11:25:58 ---> f96f9c87975a 11:25:58 Step 3/16 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" 11:26:00 ---> Running in afd5e1508ad3 11:26:00 Removing intermediate container afd5e1508ad3 11:26:00 ---> 73dacf13e870 11:26:00 Step 4/16 : ARG ALPINE_PKG_BASE="make git" 11:26:00 ---> Running in 77de6850b4ff 11:26:01 Removing intermediate container 77de6850b4ff 11:26:01 ---> 1ceb717a05a8 11:26:01 Step 5/16 : ARG ALPINE_PKG_EXTRA="" 11:26:01 ---> Running in a04ba9291b1f 11:26:01 Removing intermediate container a04ba9291b1f 11:26:01 ---> a115efc235b7 11:26:01 Step 6/16 : LABEL Name=edgex-ui-go 11:26:01 ---> Running in b0180ea44f1f 11:26:02 Removing intermediate container b0180ea44f1f 11:26:02 ---> a578f87496ca 11:26:02 Step 7/16 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2022: Intel' 11:26:02 ---> Running in 0e67ebc14952 11:26:02 Removing intermediate container 0e67ebc14952 11:26:02 ---> e9baee3bf5c9 11:26:02 Step 8/16 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 11:26:02 latest: Pulling from library/docker 11:26:02 261da4162673: Pulling fs layer 11:26:02 0eb5dec0c1f5: Pulling fs layer 11:26:02 f9db874a82a6: Pulling fs layer 11:26:02 16bcbc5124e1: Pulling fs layer 11:26:02 572c6a0495ba: Pulling fs layer 11:26:02 022b5312edcc: Pulling fs layer 11:26:02 e4eb3085741a: Pulling fs layer 11:26:02 ed99cff288a7: Pulling fs layer 11:26:02 16bcbc5124e1: Waiting 11:26:02 572c6a0495ba: Waiting 11:26:02 022b5312edcc: Waiting 11:26:02 e4eb3085741a: Waiting 11:26:02 ed99cff288a7: Waiting 11:26:03 0eb5dec0c1f5: Verifying Checksum 11:26:03 0eb5dec0c1f5: Download complete 11:26:03 261da4162673: Verifying Checksum 11:26:03 261da4162673: Download complete 11:26:03 f9db874a82a6: Verifying Checksum 11:26:03 f9db874a82a6: Download complete 11:26:03 022b5312edcc: Verifying Checksum 11:26:03 022b5312edcc: Download complete 11:26:03 572c6a0495ba: Verifying Checksum 11:26:03 572c6a0495ba: Download complete 11:26:03 16bcbc5124e1: Verifying Checksum 11:26:03 16bcbc5124e1: Download complete 11:26:03 e4eb3085741a: Verifying Checksum 11:26:03 e4eb3085741a: Download complete 11:26:03 ed99cff288a7: Verifying Checksum 11:26:03 ed99cff288a7: Download complete 11:26:04 261da4162673: Pull complete 11:26:04 0eb5dec0c1f5: Pull complete 11:26:05 f9db874a82a6: Pull complete 11:26:06 16bcbc5124e1: Pull complete 11:26:07 572c6a0495ba: Pull complete 11:26:07 022b5312edcc: Pull complete 11:26:07 e4eb3085741a: Pull complete 11:26:08 ed99cff288a7: Pull complete 11:26:08 Digest: sha256:9586963dcc07a22641bf03c22f43cd7e45b3107df6bf55c92d8c5098b0ac1750 11:26:08 Status: Downloaded newer image for docker:latest 11:26:10 ---> 69f12842c7d1 11:26:10 Step 9/16 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 11:26:10 ---> Running in 2adb7ba24b48 11:26:12 Removing intermediate container 2adb7ba24b48 11:26:12 ---> 9c8c4200c5f5 11:26:12 Step 10/16 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 11:26:12 ---> Running in dd86771f9211 11:26:13 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 11:26:13 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 11:26:15 OK: 221 MiB in 51 packages 11:26:15 Removing intermediate container dd86771f9211 11:26:15 ---> de0a9ece80a9 11:26:15 Step 11/16 : ENV GO111MODULE=on 11:26:15 ---> Running in 9eba8ef6bef0 11:26:15 Removing intermediate container 9eba8ef6bef0 11:26:15 ---> f3a2f5430b78 11:26:15 Step 12/16 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go 11:26:15 ---> Running in af4096f83d0f 11:26:16 Removing intermediate container af4096f83d0f 11:26:16 ---> ffdaef19389a 11:26:16 Step 13/16 : COPY go.mod vendor* ./ 11:26:16 ---> 08c973d486bf 11:26:16 Step 14/16 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 11:26:17 ---> Running in 961ba2395fbf 11:27:13 Removing intermediate container 961ba2395fbf 11:27:13 ---> 47d6b4e55607 11:27:13 Step 15/16 : COPY . . 11:27:13 ---> 38eba6236a04 11:27:13 Step 16/16 : RUN ${MAKE} 11:27:13 ---> Running in 354f4650c7bc 11:27:13 noop 11:27:13 Removing intermediate container 354f4650c7bc 11:27:13 ---> 9e0e8b30907d 11:27:13 Successfully built 9e0e8b30907d 11:27:13 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:27:13 + docker inspect -f . ci-base-image-arm64 11:27:13 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 11:27:14 prd-ubuntu20.04-docker-arm64-4c-16g-814 does not seem to be running inside a container 11:27:14 $ 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 ******** ci-base-image-arm64 cat 11:27:15 $ docker top 934b87f8a5c3dc13f5356529f15a79e24d718ae2447c823f44aa59c06cf171b3 -eo pid,comm [Pipeline] { [Pipeline] sh 11:27:16 + go version 11:27:16 go version go1.18.7 linux/arm64 [Pipeline] } 11:27:16 $ docker stop --time=1 934b87f8a5c3dc13f5356529f15a79e24d718ae2447c823f44aa59c06cf171b3 11:27:17 $ docker rm -f --volumes 934b87f8a5c3dc13f5356529f15a79e24d718ae2447c823f44aa59c06cf171b3 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:27:18 + docker inspect -f . ci-base-image-arm64 11:27:18 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 11:27:18 prd-ubuntu20.04-docker-arm64-4c-16g-814 does not seem to be running inside a container 11:27:18 $ 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 ******** ci-base-image-arm64 cat 11:27:20 $ docker top 62aa3d5a63cb7875f104e05c91c197e4b05f5b5a02c3c9eac8923d5f230c61a3 -eo pid,comm [Pipeline] { [Pipeline] sh 11:27:20 + git config --global --add safe.directory /w/workspace/edgex-ui-go/1 [Pipeline] fileExists [Pipeline] sh 11:27:20 + make test 11:27:20 CGO_ENABLED=0 GO111MODULE=on go test -tags "no_messagebus" -coverprofile=coverage.out ./... 11:27:22 ? github.com/edgexfoundry/edgex-ui-go [no test files] 11:28:30 ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] 11:28:30 ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] 11:28:30 ? github.com/edgexfoundry/edgex-ui-go/internal/common [no test files] 11:28:30 ? github.com/edgexfoundry/edgex-ui-go/internal/config [no test files] 11:28:30 ? github.com/edgexfoundry/edgex-ui-go/internal/container [no test files] 11:28:30 ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] 11:28:30 ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] 11:28:30 ? github.com/edgexfoundry/edgex-ui-go/internal/service [no test files] 11:28:30 CGO_ENABLED=0 GO111MODULE=on go vet -tags "no_messagebus" ./... 11:28:48 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 11:28:48 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 11:28:48 ./bin/test-attribution-txt.sh 11:28:48 An attribution for github.com/edgexfoundry/go-mod-bootstrap/v2 is missing from Attribution.txt, please add 11:28:48 An attribution for github.com/Microsoft/go-winio is missing from Attribution.txt, please add 11:28:48 An attribution for github.com/eclipse/paho.mqtt.golang is missing from Attribution.txt, please add 11:28:48 An attribution for github.com/edgexfoundry/go-mod-messaging/v2 is missing from Attribution.txt, please add 11:28:48 An attribution for github.com/edgexfoundry/go-mod-secrets/v2 is missing from Attribution.txt, please add 11:28:48 An attribution for github.com/go-kit/log is missing from Attribution.txt, please add 11:28:48 An attribution for github.com/go-logfmt/logfmt is missing from Attribution.txt, please add 11:28:48 An attribution for github.com/go-redis/redis/v7 is missing from Attribution.txt, please add 11:28:48 An attribution for github.com/golang/protobuf is missing from Attribution.txt, please add 11:28:48 An attribution for github.com/gorilla/websocket is missing from Attribution.txt, please add 11:28:48 An attribution for github.com/hashicorp/errwrap is missing from Attribution.txt, please add 11:28:48 An attribution for github.com/hashicorp/go-multierror is missing from Attribution.txt, please add 11:28:48 An attribution for github.com/nats-io/nats.go is missing from Attribution.txt, please add 11:28:48 An attribution for github.com/nats-io/nkeys is missing from Attribution.txt, please add 11:28:48 An attribution for github.com/nats-io/nuid is missing from Attribution.txt, please add 11:28:48 An attribution for github.com/pebbe/zmq4 is missing from Attribution.txt, please add 11:28:48 An attribution for github.com/rcrowley/go-metrics is missing from Attribution.txt, please add 11:28:48 An attribution for github.com/spiffe/go-spiffe/v2 is missing from Attribution.txt, please add 11:28:48 An attribution for github.com/zeebo/errs is missing from Attribution.txt, please add 11:28:48 An attribution for golang.org/x/net is missing from Attribution.txt, please add 11:28:48 An attribution for golang.org/x/sync is missing from Attribution.txt, please add 11:28:48 An attribution for google.golang.org/genproto is missing from Attribution.txt, please add 11:28:48 An attribution for google.golang.org/grpc is missing from Attribution.txt, please add 11:28:48 An attribution for google.golang.org/protobuf is missing from Attribution.txt, please add 11:28:48 An attribution for gopkg.in/square/go-jose.v2 is missing from Attribution.txt, please add 11:28:48 make -C web test 11:28:48 make[1]: Entering directory '/w/workspace/edgex-ui-go/1/web' 11:28:48 make[1]: tput: No such file or directory 11:28:48 make[1]: tput: No such file or directory 11:28:48 warning: generating ./VERSION 11:28:48 echo "0.0.0" > VERSION 11:28:48 docker build \ 11:28:48 -f Dockerfile \ 11:28:48 --build-arg USER=1000 \ 11:28:48 \ 11:28:48 --label "git_sha=4186f934069d6ebbe6c7ddd5a1f2c4f4fcbf1e54" \ 11:28:48 -t edgexfoundry/edgex-web-ui:4186f934069d6ebbe6c7ddd5a1f2c4f4fcbf1e54 \ 11:28:48 -t edgexfoundry/edgex-web-ui:0.0.0-dev \ 11:28:48 . 11:28:48 Sending build context to Docker daemon 2.961MB 11:28:48 Step 1/10 : FROM node:16.17-alpine3.15 11:28:48 16.17-alpine3.15: Pulling from library/node 11:28:48 47517142f6ba: Pulling fs layer 11:28:48 5f8c4bfa009b: Pulling fs layer 11:28:48 f7079c9c4ba1: Pulling fs layer 11:28:48 aba105e6f55a: Pulling fs layer 11:28:48 aba105e6f55a: Waiting 11:28:49 47517142f6ba: Download complete 11:28:49 aba105e6f55a: Verifying Checksum 11:28:49 aba105e6f55a: Download complete 11:28:49 f7079c9c4ba1: Verifying Checksum 11:28:49 f7079c9c4ba1: Download complete 11:28:49 47517142f6ba: Pull complete 11:28:51 5f8c4bfa009b: Verifying Checksum 11:28:51 5f8c4bfa009b: Download complete 11:28:54 5f8c4bfa009b: Pull complete 11:28:54 f7079c9c4ba1: Pull complete 11:28:54 aba105e6f55a: Pull complete 11:28:54 Digest: sha256:84c606bfbe4cf120c52b17c3b727e614d99e357a8e350f83a4e7b9ec0798e04a 11:28:54 Status: Downloaded newer image for node:16.17-alpine3.15 11:28:54 ---> bf1b8b58d215 11:28:54 Step 2/10 : RUN apk add --no-cache chromium 11:28:55 ---> Running in 01310d20bc2f 11:28:56 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 11:28:56 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 11:28:57 (1/128) Installing libxau (1.0.9-r0) 11:28:57 (2/128) Installing libmd (1.0.3-r0) 11:28:57 (3/128) Installing libbsd (0.11.3-r1) 11:28:57 (4/128) Installing libxdmcp (1.1.3-r0) 11:28:57 (5/128) Installing libxcb (1.14-r2) 11:28:57 (6/128) Installing libx11 (1.7.3.1-r0) 11:28:57 (7/128) Installing libxext (1.3.4-r0) 11:28:57 (8/128) Installing libice (1.0.10-r0) 11:28:57 (9/128) Installing libuuid (2.37.4-r0) 11:28:57 (10/128) Installing libsm (1.2.3-r0) 11:28:57 (11/128) Installing libxt (1.2.1-r0) 11:28:57 (12/128) Installing libxmu (1.1.3-r0) 11:28:57 (13/128) Installing xset (1.2.4-r0) 11:28:57 (14/128) Installing xprop (1.2.5-r0) 11:28:57 (15/128) Installing xdg-utils (1.1.3-r0) 11:28:57 (16/128) Installing eudev-libs (3.2.11_pre1-r0) 11:28:57 (17/128) Installing pkgconf (1.8.0-r0) 11:28:57 (18/128) Installing libffi (3.4.2-r1) 11:28:57 (19/128) Installing libintl (0.21-r0) 11:28:57 (20/128) Installing libblkid (2.37.4-r0) 11:28:57 (21/128) Installing libmount (2.37.4-r0) 11:28:57 (22/128) Installing pcre (8.45-r1) 11:28:57 (23/128) Installing glib (2.70.1-r0) 11:28:57 (24/128) Installing xz-libs (5.2.5-r1) 11:28:57 (25/128) Installing libxml2 (2.9.14-r2) 11:28:57 (26/128) Installing shared-mime-info (2.1-r1) 11:28:57 (27/128) Installing hicolor-icon-theme (0.17-r1) 11:28:57 (28/128) Installing libjpeg-turbo (2.1.2-r0) 11:28:57 (29/128) Installing libpng (1.6.37-r1) 11:28:57 (30/128) Installing libwebp (1.2.2-r0) 11:28:57 (31/128) Installing zstd-libs (1.5.0-r0) 11:28:57 (32/128) Installing tiff (4.4.0-r0) 11:28:57 (33/128) Installing gdk-pixbuf (2.42.8-r0) 11:28:58 (34/128) Installing gtk-update-icon-cache (2.24.33-r0) 11:28:58 (35/128) Installing libxcomposite (0.4.5-r0) 11:28:58 (36/128) Installing libxfixes (6.0.0-r0) 11:28:58 (37/128) Installing libxrender (0.9.10-r3) 11:28:58 (38/128) Installing libxcursor (1.2.0-r0) 11:28:58 (39/128) Installing libxdamage (1.1.5-r1) 11:28:58 (40/128) Installing libxi (1.8-r0) 11:28:58 (41/128) Installing libxinerama (1.1.4-r1) 11:28:58 (42/128) Installing libxrandr (1.5.2-r1) 11:28:58 (43/128) Installing atk (2.36.0-r0) 11:28:58 (44/128) Installing libxtst (1.2.3-r3) 11:28:58 (45/128) Installing dbus-libs (1.12.24-r0) 11:28:58 (46/128) Installing at-spi2-core (2.42.0-r0) 11:28:58 (47/128) Installing at-spi2-atk (2.38.0-r0) 11:28:58 (48/128) Installing expat (2.5.0-r0) 11:28:58 (49/128) Installing brotli-libs (1.0.9-r5) 11:28:58 (50/128) Installing libbz2 (1.0.8-r1) 11:28:58 (51/128) Installing freetype (2.11.1-r2) 11:28:58 (52/128) Installing fontconfig (2.13.1-r4) 11:28:58 (53/128) Installing pixman (0.40.0-r4) 11:28:58 (54/128) Installing cairo (1.16.0-r5) 11:28:58 (55/128) Installing cairo-gobject (1.16.0-r5) 11:28:58 (56/128) Installing avahi-libs (0.8-r5) 11:28:58 (57/128) Installing gmp (6.2.1-r1) 11:28:58 (58/128) Installing nettle (3.7.3-r0) 11:28:58 (59/128) Installing p11-kit (0.24.0-r1) 11:28:58 (60/128) Installing libtasn1 (4.18.0-r1) 11:28:58 (61/128) Installing libunistring (0.9.10-r1) 11:28:58 (62/128) Installing gnutls (3.7.1-r1) 11:28:58 (63/128) Installing cups-libs (2.3.3-r6) 11:28:58 (64/128) Installing libepoxy (1.5.9-r0) 11:28:58 (65/128) Installing fribidi (1.0.11-r0) 11:28:58 (66/128) Installing graphite2 (1.3.14-r0) 11:28:58 (67/128) Installing harfbuzz (3.0.0-r2) 11:28:58 (68/128) Installing libxft (2.3.4-r0) 11:28:58 (69/128) Installing pango (1.48.10-r0) 11:28:58 (70/128) Installing wayland-libs-client (1.19.0-r1) 11:28:58 (71/128) Installing wayland-libs-cursor (1.19.0-r1) 11:28:58 (72/128) Installing wayland-libs-egl (1.19.0-r1) 11:28:58 (73/128) Installing xkeyboard-config (2.34-r0) 11:28:58 (74/128) Installing libxkbcommon (1.3.1-r0) 11:28:58 (75/128) Installing gtk+3.0 (3.24.30-r0) 11:28:59 Executing gtk+3.0-3.24.30-r0.post-install 11:28:59 (76/128) Installing libfontenc (1.1.4-r0) 11:28:59 (77/128) Installing mkfontscale (1.2.1-r1) 11:28:59 (78/128) Installing ttf-opensans (1.10-r1) 11:28:59 Executing ttf-opensans-1.10-r1.post-install 11:29:01 (79/128) Installing libogg (1.3.5-r0) 11:29:01 (80/128) Installing flac (1.3.4-r0) 11:29:01 (81/128) Installing alsa-lib (1.2.5.1-r1) 11:29:01 (82/128) Installing libatomic (10.3.1_git20211027-r0) 11:29:01 (83/128) Installing sdl2 (2.0.16-r4) 11:29:01 (84/128) Installing aom-libs (3.2.0-r0) 11:29:01 (85/128) Installing libass (0.15.2-r0) 11:29:01 (86/128) Installing libdav1d (0.9.2-r0) 11:29:01 (87/128) Installing ncurses-terminfo-base (6.3_p20211120-r1) 11:29:01 (88/128) Installing ncurses-libs (6.3_p20211120-r1) 11:29:01 (89/128) Installing lame (3.100-r0) 11:29:01 (90/128) Installing opus (1.3.1-r1) 11:29:01 (91/128) Installing libgomp (10.3.1_git20211027-r0) 11:29:01 (92/128) Installing soxr (0.1.3-r2) 11:29:01 (93/128) Installing libsrt (1.4.2-r1) 11:29:01 (94/128) Installing libssh (0.9.6-r1) 11:29:01 (95/128) Installing libtheora (1.1.1-r16) 11:29:01 (96/128) Installing v4l-utils-libs (1.22.1-r1) 11:29:01 (97/128) Installing libdrm (2.4.109-r0) 11:29:01 (98/128) Installing libva (2.13.0-r0) 11:29:01 (99/128) Installing libvdpau (1.4-r0) 11:29:02 (100/128) Installing vidstab (1.1.0-r1) 11:29:02 (101/128) Installing libvorbis (1.3.7-r0) 11:29:02 (102/128) Installing libvpx (1.10.0-r0) 11:29:02 (103/128) Installing vulkan-loader (1.2.196-r0) 11:29:02 (104/128) Installing x264-libs (20210613-r0) 11:29:02 (105/128) Installing x265-libs (3.5-r0) 11:29:02 (106/128) Installing xvidcore (1.3.7-r1) 11:29:02 (107/128) Installing ffmpeg-libs (4.4.1-r2) 11:29:03 (108/128) Installing libevent (2.1.12-r4) 11:29:03 (109/128) Installing mesa (21.2.6-r0) 11:29:03 (110/128) Installing wayland-libs-server (1.19.0-r1) 11:29:03 (111/128) Installing mesa-gbm (21.2.6-r0) 11:29:03 (112/128) Installing lcms2 (2.12-r1) 11:29:03 (113/128) Installing nspr (4.32-r0) 11:29:03 (114/128) Installing sqlite-libs (3.36.0-r0) 11:29:03 (115/128) Installing nss (3.78.1-r0) 11:29:03 (116/128) Installing libasyncns (0.8-r1) 11:29:03 (117/128) Installing libltdl (2.4.6-r7) 11:29:03 (118/128) Installing orc (0.4.32-r0) 11:29:03 (119/128) Installing libsndfile (1.0.31-r1) 11:29:03 (120/128) Installing speexdsp (1.2.0-r0) 11:29:03 (121/128) Installing tdb-libs (1.4.5-r0) 11:29:03 (122/128) Installing libpulse (15.0-r2) 11:29:03 (123/128) Installing re2 (2021.11.01-r0) 11:29:03 (124/128) Installing snappy (1.1.9-r1) 11:29:03 (125/128) Installing libgpg-error (1.42-r1) 11:29:03 (126/128) Installing libgcrypt (1.9.4-r0) 11:29:03 (127/128) Installing libxslt (1.1.35-r0) 11:29:03 (128/128) Installing chromium (99.0.4844.84-r0) 11:29:07 Executing busybox-1.34.1-r7.trigger 11:29:07 Executing glib-2.70.1-r0.trigger 11:29:07 Executing shared-mime-info-2.1-r1.trigger 11:29:11 Executing gdk-pixbuf-2.42.8-r0.trigger 11:29:11 Executing gtk-update-icon-cache-2.24.33-r0.trigger 11:29:11 Executing fontconfig-2.13.1-r4.trigger 11:29:11 Executing mkfontscale-1.2.1-r1.trigger 11:29:11 OK: 275 MiB in 144 packages 11:29:20 Removing intermediate container 01310d20bc2f 11:29:20 ---> e3ca7c262c95 11:29:20 Step 3/10 : ENV CHROME_BIN=/usr/bin/chromium-browser 11:29:20 ---> Running in 79e6f19f4be8 11:29:20 Removing intermediate container 79e6f19f4be8 11:29:20 ---> 53d04a96f3cd 11:29:20 Step 4/10 : ENV PATH /app/node_modules/.bin:$PATH 11:29:20 ---> Running in 48f1b16e1a04 11:29:20 Removing intermediate container 48f1b16e1a04 11:29:20 ---> bf20883f3595 11:29:20 Step 5/10 : RUN npm install -g npm 11:29:20 ---> Running in bbeb670921ec 11:29:47 11:29:47 removed 8 packages, changed 80 packages, and audited 232 packages in 22s 11:29:47 11:29:47 14 packages are looking for funding 11:29:47 run `npm fund` for details 11:29:47 11:29:47 found 0 vulnerabilities 11:29:49 Removing intermediate container bbeb670921ec 11:29:49 ---> d92e75180191 11:29:49 Step 6/10 : ARG USER=1000 11:29:49 ---> Running in 562beaadd4bb 11:29:49 Removing intermediate container 562beaadd4bb 11:29:49 ---> 0562cb981140 11:29:49 Step 7/10 : RUN deluser --remove-home node && adduser -u $USER -D -s /bin/sh node 11:29:50 ---> Running in a293b0ac91ca 11:29:52 Removing intermediate container a293b0ac91ca 11:29:52 ---> 1c371b11c155 11:29:52 Step 8/10 : USER $USER:$USER 11:29:52 ---> Running in 588441f74797 11:29:52 Removing intermediate container 588441f74797 11:29:52 ---> 7f565d7f8117 11:29:52 Step 9/10 : WORKDIR /app 11:29:52 ---> Running in 34a853ec2631 11:29:52 Removing intermediate container 34a853ec2631 11:29:52 ---> 19db921d729f 11:29:52 Step 10/10 : LABEL git_sha=4186f934069d6ebbe6c7ddd5a1f2c4f4fcbf1e54 11:29:52 ---> Running in 245d506aacf3 11:29:53 Removing intermediate container 245d506aacf3 11:29:53 ---> 4c6a126c6300 11:29:53 Successfully built 4c6a126c6300 11:29:53 Successfully tagged edgexfoundry/edgex-web-ui:4186f934069d6ebbe6c7ddd5a1f2c4f4fcbf1e54 11:29:53 Successfully tagged edgexfoundry/edgex-web-ui:0.0.0-dev 11:29:53 touch edgex-web-ui.imagebuilt 11:29:53 mkdir -p node_modules coverage 11:29:53 chown "1000:1000" node_modules coverage package-lock.json 11:29:53 docker run --rm -i -v "$(pwd):/app" -u "1000:1000" edgexfoundry/edgex-web-ui:0.0.0-dev npm install 11:30:08 npm ERR! code ERESOLVE 11:30:08 npm ERR! ERESOLVE could not resolve 11:30:08 npm ERR! 11:30:08 npm ERR! While resolving: @angular-devkit/build-angular@15.0.4 11:30:08 npm ERR! Found: @angular/compiler-cli@12.2.4 11:30:08 npm ERR! node_modules/@angular/compiler-cli 11:30:08 npm ERR! dev @angular/compiler-cli@"~12.2.4" from the root project 11:30:08 npm ERR! peer @angular/compiler-cli@"12.2.4" from @angular/localize@12.2.4 11:30:08 npm ERR! node_modules/@angular/localize 11:30:08 npm ERR! dev @angular/localize@"^12.2.4" from the root project 11:30:08 npm ERR! 11:30:08 npm ERR! Could not resolve dependency: 11:30:08 npm ERR! peer @angular/compiler-cli@"^15.0.0" from @angular-devkit/build-angular@15.0.4 11:30:08 npm ERR! node_modules/@angular-devkit/build-angular 11:30:08 npm ERR! dev @angular-devkit/build-angular@"~15.0.4" from the root project 11:30:08 npm ERR! 11:30:08 npm ERR! Conflicting peer dependency: @angular/compiler-cli@15.0.4 11:30:08 npm ERR! node_modules/@angular/compiler-cli 11:30:08 npm ERR! peer @angular/compiler-cli@"^15.0.0" from @angular-devkit/build-angular@15.0.4 11:30:08 npm ERR! node_modules/@angular-devkit/build-angular 11:30:08 npm ERR! dev @angular-devkit/build-angular@"~15.0.4" from the root project 11:30:08 npm ERR! 11:30:08 npm ERR! Fix the upstream dependency conflict, or retry 11:30:08 npm ERR! this command with --force or --legacy-peer-deps 11:30:08 npm ERR! to accept an incorrect (and potentially broken) dependency resolution. 11:30:08 npm ERR! 11:30:08 npm ERR! 11:30:08 npm ERR! For a full report see: 11:30:08 npm ERR! /home/node/.npm/_logs/2023-01-02T11_29_56_889Z-eresolve-report.txt 11:30:08 11:30:08 npm ERR! A complete log of this run can be found in: 11:30:08 npm ERR! /home/node/.npm/_logs/2023-01-02T11_29_56_889Z-debug-0.log 11:30:08 make[1]: *** [Makefile:139: node_modules] Error 1 11:30:08 make[1]: Leaving directory '/w/workspace/edgex-ui-go/1/web' 11:30:08 make: *** [Makefile:56: test-angular] Error 2 [Pipeline] } 11:30:08 $ docker stop --time=1 62aa3d5a63cb7875f104e05c91c197e4b05f5b5a02c3c9eac8923d5f230c61a3 11:30:09 $ docker rm -f --volumes 62aa3d5a63cb7875f104e05c91c197e4b05f5b5a02c3c9eac8923d5f230c61a3 [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 11:30:11 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 11:30:11 11:30:11 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:30:11 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 11:30:11 arm64: Pulling from edgex-lftools-log-publisher 11:30:11 8998bd30e6a1: Pulling fs layer 11:30:11 04944245beec: Pulling fs layer 11:30:11 699f458cf7ca: Pulling fs layer 11:30:11 765212b225bb: Pulling fs layer 11:30:11 f23df028b6ca: Pulling fs layer 11:30:11 d65c8cfc05b1: Pulling fs layer 11:30:11 2437ff75d9bd: Pulling fs layer 11:30:11 765212b225bb: Waiting 11:30:11 d65c8cfc05b1: Waiting 11:30:11 f23df028b6ca: Waiting 11:30:11 2437ff75d9bd: Waiting 11:30:12 04944245beec: Verifying Checksum 11:30:12 04944245beec: Download complete 11:30:12 765212b225bb: Verifying Checksum 11:30:12 765212b225bb: Download complete 11:30:12 f23df028b6ca: Verifying Checksum 11:30:12 f23df028b6ca: Download complete 11:30:12 d65c8cfc05b1: Verifying Checksum 11:30:12 d65c8cfc05b1: Download complete 11:30:12 699f458cf7ca: Verifying Checksum 11:30:12 699f458cf7ca: Download complete 11:30:13 8998bd30e6a1: Verifying Checksum 11:30:13 8998bd30e6a1: Download complete 11:30:15 2437ff75d9bd: Verifying Checksum 11:30:15 2437ff75d9bd: Download complete 11:30:17 8998bd30e6a1: Pull complete 11:30:18 04944245beec: Pull complete 11:30:19 699f458cf7ca: Pull complete 11:30:19 765212b225bb: Pull complete 11:30:20 f23df028b6ca: Pull complete 11:30:20 d65c8cfc05b1: Pull complete 11:30:35 2437ff75d9bd: Pull complete 11:30:35 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 11:30:35 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 11:30:35 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 11:30:35 prd-ubuntu20.04-docker-arm64-4c-16g-814 does not seem to be running inside a container 11:30:35 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat 11:30:38 $ docker top 65a994ae98a559413e2f157a1c8533354ba05ce29ea588cbdfdd89ab2e47afc6 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 11:30:38 ---> job-cost.sh 11:30:39 lf-activate-venv: SKIPPING 11:30:39 INFO: No Stack... 11:30:39 INFO: Retrieving Pricing Info for: v3-standard-4 11:30:40 INFO: Archiving Costs [Pipeline] sh 11:30:40 + + cutcat -d, /w/workspace/edgex-ui-go/1/archives/cost.csv -f6 11:30:40 [Pipeline] lock 11:30:40 Trying to acquire lock on [jenkins-edgexfoundry-edgex-ui-go-PR-585-1-stack-cost] 11:30:40 Resource [jenkins-edgexfoundry-edgex-ui-go-PR-585-1-stack-cost] did not exist. Created. 11:30:40 Lock acquired on [jenkins-edgexfoundry-edgex-ui-go-PR-585-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 11:30:41 /w/workspace/edgex-ui-go/1@tmp/durable-dab7fa47/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh 11:30:41 + echo total: 0.10999999940395355 [Pipeline] stash 11:30:41 Warning: overwriting stash ‘stack-cost’ 11:30:42 Stashed 1 file(s) [Pipeline] } 11:30:42 Lock released on resource [jenkins-edgexfoundry-edgex-ui-go-PR-585-1-stack-cost] [Pipeline] // lock [Pipeline] } 11:30:42 $ docker stop --time=1 65a994ae98a559413e2f157a1c8533354ba05ce29ea588cbdfdd89ab2e47afc6 11:30:43 $ docker rm -f --volumes 65a994ae98a559413e2f157a1c8533354ba05ce29ea588cbdfdd89ab2e47afc6 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 11:30:44 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 11:30:46 + [ -d /w/workspace/edgexfoundry_edgex-ui-go_PR-585/archives ] 11:30:46 + ls -al /w/workspace/edgexfoundry_edgex-ui-go_PR-585/archives 11:30:46 total 16 11:30:46 drwxr-xr-x 3 root root 4096 Jan 2 11:24 . 11:30:46 drwxrwxr-x 15 jenkins jenkins 4096 Jan 2 11:24 .. 11:30:46 drwxr-xr-x 2 root root 4096 Jan 2 11:24 cost 11:30:46 -rw-r--r-- 1 root root 83 Jan 2 11:24 cost.csv 11:30:46 + sudo chown -R jenkins:jenkins /w/workspace/edgexfoundry_edgex-ui-go_PR-585/archives 11:30:46 + ls -al /w/workspace/edgexfoundry_edgex-ui-go_PR-585/archives 11:30:46 total 16 11:30:46 drwxr-xr-x 3 jenkins jenkins 4096 Jan 2 11:24 . 11:30:46 drwxrwxr-x 15 jenkins jenkins 4096 Jan 2 11:24 .. 11:30:46 drwxr-xr-x 2 jenkins jenkins 4096 Jan 2 11:24 cost 11:30:46 -rw-r--r-- 1 jenkins jenkins 83 Jan 2 11:24 cost.csv [Pipeline] libraryResource [Pipeline] sh 11:30:46 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 11:30:47 ---> package-listing.sh 11:30:47 ++ facter osfamily 11:30:47 ++ tr '[:upper:]' '[:lower:]' 11:30:48 + OS_FAMILY=debian 11:30:48 + workspace=/w/workspace/edgexfoundry_edgex-ui-go_PR-585 11:30:48 + START_PACKAGES=/tmp/packages_start.txt 11:30:48 + END_PACKAGES=/tmp/packages_end.txt 11:30:48 + DIFF_PACKAGES=/tmp/packages_diff.txt 11:30:48 + PACKAGES=/tmp/packages_start.txt 11:30:48 + '[' /w/workspace/edgexfoundry_edgex-ui-go_PR-585 ']' 11:30:48 + PACKAGES=/tmp/packages_end.txt 11:30:48 + case "${OS_FAMILY}" in 11:30:48 + dpkg -l 11:30:48 + grep '^ii' 11:30:48 + '[' -f /tmp/packages_start.txt ']' 11:30:48 + '[' -f /tmp/packages_end.txt ']' 11:30:48 + diff /tmp/packages_start.txt /tmp/packages_end.txt 11:30:48 + '[' /w/workspace/edgexfoundry_edgex-ui-go_PR-585 ']' 11:30:48 + mkdir -p /w/workspace/edgexfoundry_edgex-ui-go_PR-585/archives/ 11:30:48 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgexfoundry_edgex-ui-go_PR-585/archives/ [Pipeline] echo 11:30:48 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-585/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 11:30:48 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:30:48 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 11:30:48 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 11:30:49 prd-ubuntu20.04-docker-8c-8g-813 does not seem to be running inside a container 11:30:49 $ 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-585/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-585 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-585:/w/workspace/edgexfoundry_edgex-ui-go_PR-585:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-585@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-585@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 11:30:49 $ docker top 50fd01abf1d646c88c6da0bf0b4d8c64245d67f32a2db3c99d9cab26770932fc -eo pid,comm [Pipeline] { [Pipeline] sh 11:30:49 + touch /tmp/pre-build-complete [Pipeline] sh 11:30:50 + mkdir -p /var/log/sysstat [Pipeline] sh 11:30:50 + ls /var/log/sa-host 11:30:50 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 11:30:50 provisioning config files... 11:30:50 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-585@tmp/config17139985890209063012tmp [Pipeline] { [Pipeline] echo 11:30:50 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 11:30:51 ---> create-netrc.sh [Pipeline] } 11:30:51 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 11:30:51 ---> python-tools-install.sh [Pipeline] echo 11:30:51 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 11:30:51 ---> sudo-logs.sh 11:30:51 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 11:30:51 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 11:30:52 ---> job-cost.sh 11:30:52 lf-activate-venv: SKIPPING 11:30:52 DEBUG: total: 0.2199999988079071 11:30:52 INFO: Retrieving Stack Cost... 11:30:52 INFO: Retrieving Pricing Info for: v3-standard-8 11:30:52 INFO: Archiving Costs [Pipeline] echo 11:30:52 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 11:30:53 ---> logs-deploy.sh 11:30:53 lf-activate-venv: SKIPPING 11:30:53 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-ui-go/PR-585/1 11:30:53 INFO: archiving workspace using pattern(s): 11:30:54 Archives upload complete. 11:30:54 INFO: archiving logs to Nexus