Pull request #658 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Connecting to https://api.github.com to check permissions of obtain list of yiqisoft for edgexfoundry/edgex-ui-go Loading trusted files from base branch main at 422becc45202548155d324fc99806fcdfea34ca0 rather than 6cd958e8792824617ef9e13f7801649486dd64cd Obtained Jenkinsfile from 422becc45202548155d324fc99806fcdfea34ca0 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-ssh4542912399006845513.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 05349e3f996d6f6d0c0ad3c2ccda408eae121119 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-ssh5918850747272855943.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 05349e3f996d6f6d0c0ad3c2ccda408eae121119 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-658/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-658/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh7419504639237223646.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-658/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh15674931302093230649.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 05349e3f996d6f6d0c0ad3c2ccda408eae121119 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 05349e3f996d6f6d0c0ad3c2ccda408eae121119 # timeout=10 Commit message: "Merge pull request #444 from ernestojeda/update-streams" > 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-ssh8943438947135688602.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-658/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-658/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh3330945083965719315.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 05349e3f996d6f6d0c0ad3c2ccda408eae121119 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:edgex-ui-go] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-ui-go-settings PROJECT: edgex-ui-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.21 USE_ALPINE: true DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_IMAGE_NAME: edgex-ui DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘prd-ubuntu20.04-docker-8c-8g-16629’ Running on prd-ubuntu20.04-docker-8c-8g-16631 in /w/workspace/edgexfoundry_edgex-ui-go_PR-658 [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-658 # 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 422becc45202548155d324fc99806fcdfea34ca0 into PR head commit 6cd958e8792824617ef9e13f7801649486dd64cd > 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/658/head:refs/remotes/origin/PR-658 +refs/heads/main:refs/remotes/origin/main # timeout=10 > git config core.sparsecheckout # timeout=10 Merge succeeded, producing 6cd958e8792824617ef9e13f7801649486dd64cd Checking out Revision 6cd958e8792824617ef9e13f7801649486dd64cd (PR-658) > git checkout -f 6cd958e8792824617ef9e13f7801649486dd64cd # 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 422becc45202548155d324fc99806fcdfea34ca0 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 6cd958e8792824617ef9e13f7801649486dd64cd # timeout=10 Commit message: "fix: Unauthorized API in profile yaml" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.25.1' fatal: bad object 05349e3f996d6f6d0c0ad3c2ccda408eae121119 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 14:01:22 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 14:01:22 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 14:01:22 ========================================================= 14:01:22 EdgeX Global Pipelines Version Info 14:01:22 ========================================================= [Pipeline] libraryResource [Pipeline] sh 14:01:24 ------------------- 14:01:24 stable info: 14:01:24 ------------------- 14:01:24 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 14:01:24 Commit SHA: 05349e3f996d6f6d0c0ad3c2ccda408eae121119 14:01:24 Message: update stable to v1.0.255 14:01:24 ------------------- 14:01:24 experimental info: 14:01:24 ------------------- 14:01:24 Commited By: **** collab-it+edgex@linuxfoundation.org 14:01:24 Commit SHA: 05349e3f996d6f6d0c0ad3c2ccda408eae121119 14:01:24 Message: update experimental to v1.0.255 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 14:01:24 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-ui-go-settings [Pipeline] echo 14:01:24 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-ui-go [Pipeline] echo 14:01:24 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 14:01:24 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 14:01:24 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 14:01:24 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.21 [Pipeline] echo 14:01:24 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 14:01:24 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 14:01:24 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 14:01:24 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 14:01:25 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 14:01:25 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = edgex-ui [Pipeline] echo 14:01:25 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 14:01:25 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 14:01:25 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 14:01:25 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 14:01:25 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 14:01:25 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 14:01:25 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 14:01:25 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 14:01:25 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 14:01:25 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 14:01:25 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 14:01:25 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 14:01:25 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 14:01:25 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 14:01:25 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 14:01:25 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-658 [Pipeline] echo 14:01:25 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-658 [Pipeline] echo 14:01:25 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-658 [Pipeline] echo 14:01:25 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 6cd958e8792824617ef9e13f7801649486dd64cd [Pipeline] echo 14:01:25 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 6cd958e [Pipeline] echo 14:01:25 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 14:01:26 provisioning config files... 14:01:26 copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-658@tmp/config15378847874522769239tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 14:01:26 ---> docker-login.sh 14:01:26 nexus3.edgexfoundry.org:10001 14:01:26 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:01:26 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:01:26 Configure a credential helper to remove this warning. See 14:01:26 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:01:26 14:01:26 Login Succeeded 14:01:26 nexus3.edgexfoundry.org:10002 14:01:26 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:01:26 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:01:26 Configure a credential helper to remove this warning. See 14:01:26 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:01:26 14:01:26 Login Succeeded 14:01:26 nexus3.edgexfoundry.org:10003 14:01:26 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:01:27 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:01:27 Configure a credential helper to remove this warning. See 14:01:27 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:01:27 14:01:27 Login Succeeded 14:01:27 nexus3.edgexfoundry.org:10004 14:01:27 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:01:27 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:01:27 Configure a credential helper to remove this warning. See 14:01:27 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:01:27 14:01:27 Login Succeeded 14:01:27 docker.io 14:01:27 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:01:27 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:01:27 Configure a credential helper to remove this warning. See 14:01:27 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:01:27 14:01:27 Login Succeeded 14:01:27 ---> docker-login.sh ends [Pipeline] } 14:01:27 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 14:01:28 + git rev-list -1 --merges 6cd958e8792824617ef9e13f7801649486dd64cd~1..6cd958e8792824617ef9e13f7801649486dd64cd [Pipeline] echo 14:01:28 -----------> git rev-list -1 --merges 6cd958e8792824617ef9e13f7801649486dd64cd~1..6cd958e8792824617ef9e13f7801649486dd64cd 6cd958e8792824617ef9e13f7801649486dd64cd [false] [Pipeline] sh 14:01:28 + git log --format=format:%s -1 6cd958e8792824617ef9e13f7801649486dd64cd [Pipeline] echo 14:01:28 ========================================================= 14:01:28 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 14:01:28 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 14:01:29 + git log --format=format:%s -1 6cd958e8792824617ef9e13f7801649486dd64cd [Pipeline] echo 14:01:29 [semverPrep] GIT_COMMIT: 6cd958e8792824617ef9e13f7801649486dd64cd, Commit Message: fix: Unauthorized API in profile yaml [Pipeline] echo 14:01:29 [semverPrep] This is not a build commit. [Pipeline] sh 14:01:29 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 14:01:29 + grep -v github /etc/ssh/ssh_known_hosts 14:01:29 + [ -e /tmp/ssh_known_hosts ] 14:01:29 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 14:01:29 + + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 14:01:29 sudo tee -a /etc/ssh/ssh_known_hosts 14:01:29 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:01:30 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 14:01:30 14:01:30 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:01:30 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 14:01:30 0.1.4: Pulling from edgex-devops/py-git-semver 14:01:30 b85a868b505f: Pulling fs layer 14:01:30 e2be974225ed: Pulling fs layer 14:01:30 339a4e72a1f5: Pulling fs layer 14:01:30 988bab9f4d93: Pulling fs layer 14:01:30 1469e6f7b9e6: Pulling fs layer 14:01:30 eaf3925da568: Pulling fs layer 14:01:30 1469e6f7b9e6: Waiting 14:01:30 988bab9f4d93: Waiting 14:01:30 eaf3925da568: Waiting 14:01:30 bab4dde63d76: Pulling fs layer 14:01:30 bde34c3a00c8: Pulling fs layer 14:01:30 bab4dde63d76: Waiting 14:01:30 b352a97aabf1: Pulling fs layer 14:01:30 4872d77fe225: Pulling fs layer 14:01:30 b352a97aabf1: Waiting 14:01:30 4872d77fe225: Waiting 14:01:30 5851b861e8e6: Pulling fs layer 14:01:30 e2be974225ed: Verifying Checksum 14:01:30 e2be974225ed: Download complete 14:01:30 988bab9f4d93: Verifying Checksum 14:01:30 988bab9f4d93: Download complete 14:01:30 339a4e72a1f5: Verifying Checksum 14:01:30 339a4e72a1f5: Download complete 14:01:30 eaf3925da568: Verifying Checksum 14:01:30 eaf3925da568: Download complete 14:01:30 1469e6f7b9e6: Verifying Checksum 14:01:30 1469e6f7b9e6: Download complete 14:01:30 bde34c3a00c8: Download complete 14:01:30 b352a97aabf1: Verifying Checksum 14:01:30 b352a97aabf1: Download complete 14:01:30 4872d77fe225: Verifying Checksum 14:01:30 4872d77fe225: Download complete 14:01:30 5851b861e8e6: Verifying Checksum 14:01:30 5851b861e8e6: Download complete 14:01:30 b85a868b505f: Verifying Checksum 14:01:30 b85a868b505f: Download complete 14:01:31 bab4dde63d76: Verifying Checksum 14:01:31 bab4dde63d76: Download complete 14:01:32 b85a868b505f: Pull complete 14:01:32 e2be974225ed: Pull complete 14:01:32 339a4e72a1f5: Pull complete 14:01:32 988bab9f4d93: Pull complete 14:01:33 1469e6f7b9e6: Pull complete 14:01:33 eaf3925da568: Pull complete 14:01:35 bab4dde63d76: Pull complete 14:01:35 bde34c3a00c8: Pull complete 14:01:35 b352a97aabf1: Pull complete 14:01:35 4872d77fe225: Pull complete 14:01:35 5851b861e8e6: Pull complete 14:01:35 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 14:01:35 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 14:01:35 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 14:01:36 prd-ubuntu20.04-docker-8c-8g-16631 does not seem to be running inside a container 14:01:36 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_edgex-ui-go_PR-658 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-658:/w/workspace/edgexfoundry_edgex-ui-go_PR-658:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-658@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-658@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 14:01:46 $ docker top c50b9db48b327f8d5ab21365a5d50f61dc9727dd95f3991696ce9a7289753e33 -eo pid,comm 14:01:47 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). 14:01:47 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 14:01:47 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 14:01:47 [ssh-agent] Looking for ssh-agent implementation... 14:01:47 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 14:01:47 $ docker exec c50b9db48b327f8d5ab21365a5d50f61dc9727dd95f3991696ce9a7289753e33 ssh-agent 14:01:47 SSH_AUTH_SOCK=/tmp/ssh-jzOR6pQKQQ2b/agent.32 14:01:47 SSH_AGENT_PID=38 14:01:47 Running ssh-add (command line suppressed) 14:01:47 Identity added: /w/workspace/edgexfoundry_edgex-ui-go_PR-658@tmp/private_key_18009005017765250630.key (/w/workspace/edgexfoundry_edgex-ui-go_PR-658@tmp/private_key_18009005017765250630.key) 14:01:47 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 14:01:47 + git tag --points-at HEAD [Pipeline] } 14:01:47 $ docker exec --env ******** --env ******** c50b9db48b327f8d5ab21365a5d50f61dc9727dd95f3991696ce9a7289753e33 ssh-agent -k 14:01:47 unset SSH_AUTH_SOCK; 14:01:47 unset SSH_AGENT_PID; 14:01:47 echo Agent pid 38 killed; 14:01:47 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 14:01:48 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 14:01:48 [ssh-agent] Looking for ssh-agent implementation... 14:01:48 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 14:01:48 $ docker exec c50b9db48b327f8d5ab21365a5d50f61dc9727dd95f3991696ce9a7289753e33 ssh-agent 14:01:48 SSH_AUTH_SOCK=/tmp/ssh-ahhO24e52bXi/agent.70 14:01:48 SSH_AGENT_PID=76 14:01:48 Running ssh-add (command line suppressed) 14:01:48 Identity added: /w/workspace/edgexfoundry_edgex-ui-go_PR-658@tmp/private_key_1703302726503340930.key (/w/workspace/edgexfoundry_edgex-ui-go_PR-658@tmp/private_key_1703302726503340930.key) 14:01:48 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 14:01:48 + git semver init 14:01:49 2023-11-06 14:01:48,941 [run_init] DEBUG init version:0.0.0 force:False 14:01:49 2023-11-06 14:01:48,943 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgexfoundry_edgex-ui-go_PR-658/.semver 14:01:49 2023-11-06 14:01:48,943 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-ui-go.git /w/workspace/edgexfoundry_edgex-ui-go_PR-658/.semver 14:01:49 2023-11-06 14:01:48,943 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/edgex-ui-go.git', '/w/workspace/edgexfoundry_edgex-ui-go_PR-658/.semver'], cwd=/w/workspace/edgexfoundry_edgex-ui-go_PR-658, universal_newlines=False, shell=None, istream=None) 14:01:50 2023-11-06 14:01:50,739 [append_file] DEBUG append to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-658/.git/info/exclude 14:01:50 2023-11-06 14:01:50,739 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgexfoundry_edgex-ui-go_PR-658/.semver/PR-658 with force:False 14:01:50 2023-11-06 14:01:50,740 [write_file] DEBUG write to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-658/.semver/PR-658 14:01:50 2023-11-06 14:01:50,742 [execute] INFO git cat-file --batch-check 14:01:50 2023-11-06 14:01:50,743 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgexfoundry_edgex-ui-go_PR-658/.semver, universal_newlines=False, shell=None, istream=) 14:01:50 2023-11-06 14:01:50,748 [execute] INFO git cat-file --batch 14:01:50 2023-11-06 14:01:50,748 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgexfoundry_edgex-ui-go_PR-658/.semver, universal_newlines=False, shell=None, istream=) 14:01:50 2023-11-06 14:01:50,753 [read_version] DEBUG read version from /w/workspace/edgexfoundry_edgex-ui-go_PR-658/.semver/PR-658 14:01:50 0.0.0 [Pipeline] } 14:01:50 $ docker exec --env ******** --env ******** c50b9db48b327f8d5ab21365a5d50f61dc9727dd95f3991696ce9a7289753e33 ssh-agent -k 14:01:51 unset SSH_AUTH_SOCK; 14:01:51 unset SSH_AGENT_PID; 14:01:51 echo Agent pid 76 killed; 14:01:51 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 14:01:51 + git semver [Pipeline] } 14:01:52 $ docker stop --time=1 c50b9db48b327f8d5ab21365a5d50f61dc9727dd95f3991696ce9a7289753e33 14:01:53 $ docker rm -f --volumes c50b9db48b327f8d5ab21365a5d50f61dc9727dd95f3991696ce9a7289753e33 [Pipeline] // withDockerContainer [Pipeline] sh 14:01:54 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 14:01:54 Stashed 1 file(s) [Pipeline] echo 14:01:54 [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 14:01:55 provisioning config files... 14:01:55 copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-658@tmp/config15985043137880419876tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 14:01:55 ---> docker-login.sh 14:01:55 nexus3.edgexfoundry.org:10001 14:01:55 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:01:55 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:01:55 Configure a credential helper to remove this warning. See 14:01:55 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:01:55 14:01:55 Login Succeeded 14:01:55 nexus3.edgexfoundry.org:10002 14:01:55 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:01:55 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:01:55 Configure a credential helper to remove this warning. See 14:01:55 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:01:55 14:01:55 Login Succeeded 14:01:55 nexus3.edgexfoundry.org:10003 14:01:55 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:01:55 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:01:55 Configure a credential helper to remove this warning. See 14:01:55 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:01:55 14:01:55 Login Succeeded 14:01:55 nexus3.edgexfoundry.org:10004 14:01:55 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:01:55 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:01:55 Configure a credential helper to remove this warning. See 14:01:55 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:01:55 14:01:55 Login Succeeded 14:01:55 docker.io 14:01:55 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:01:56 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:01:56 Configure a credential helper to remove this warning. See 14:01:56 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:01:56 14:01:56 Login Succeeded 14:01:56 ---> docker-login.sh ends [Pipeline] } 14:01:56 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 14:01:56 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo 14:01:56 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo 14:01:56 ========================================================= 14:01:56 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine] 14:01:56 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:01:56 + docker build -t ci-base-image-x86_64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine --build-arg MAKE=echo noop --target=builder . 14:01:57 Sending build context to Docker daemon 49.13MB 14:01:57 Step 1/15 : ARG BASE=golang:1.21-alpine3.18 14:01:57 Step 2/15 : FROM ${BASE} AS builder 14:01:59 1.21-alpine: Pulling from edgex-devops/edgex-golang-base 14:01:59 7264a8db6415: Pulling fs layer 14:01:59 c4d48a809fc2: Pulling fs layer 14:01:59 4f1c88b9dad5: Pulling fs layer 14:01:59 ad3a456e5733: Pulling fs layer 14:01:59 33e27b845d1e: Pulling fs layer 14:01:59 c68163c4e522: Pulling fs layer 14:01:59 50da416c3ac9: Pulling fs layer 14:01:59 23d2d4c4bb30: Pulling fs layer 14:01:59 33e27b845d1e: Waiting 14:01:59 c68163c4e522: Waiting 14:01:59 50da416c3ac9: Waiting 14:01:59 ad3a456e5733: Waiting 14:01:59 23d2d4c4bb30: Waiting 14:01:59 c4d48a809fc2: Download complete 14:01:59 ad3a456e5733: Verifying Checksum 14:01:59 ad3a456e5733: Download complete 14:01:59 33e27b845d1e: Verifying Checksum 14:01:59 33e27b845d1e: Download complete 14:01:59 7264a8db6415: Download complete 14:01:59 c68163c4e522: Verifying Checksum 14:01:59 c68163c4e522: Download complete 14:01:59 23d2d4c4bb30: Verifying Checksum 14:01:59 4f1c88b9dad5: Verifying Checksum 14:02:00 50da416c3ac9: Verifying Checksum 14:02:00 50da416c3ac9: Download complete 14:02:00 7264a8db6415: Pull complete 14:02:02 c4d48a809fc2: Pull complete 14:02:07 4f1c88b9dad5: Pull complete 14:02:08 ad3a456e5733: Pull complete 14:02:09 Still waiting to schedule task 14:02:09 Waiting for next available executor on ‘prd-ubuntu20.04-docker-arm64-4c-16g-16630’ 14:02:10 33e27b845d1e: Pull complete 14:02:11 c68163c4e522: Pull complete 14:02:14 50da416c3ac9: Pull complete 14:02:17 23d2d4c4bb30: Pull complete 14:02:18 Digest: sha256:869f8081a9cc57a47d9be3c92245bb8518e7edea9beab93563b77b0fbed5fa8c 14:02:18 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine 14:02:18 ---> 0786185ac409 14:02:18 Step 3/15 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" 14:02:50 ---> Running in 3bf4c9a1c56b 14:02:50 Removing intermediate container 3bf4c9a1c56b 14:02:50 ---> 80f595021a75 14:02:50 Step 4/15 : ARG ALPINE_PKG_BASE="make git" 14:02:50 ---> Running in fb90ef6954f8 14:02:50 Removing intermediate container fb90ef6954f8 14:02:50 ---> 8908ead3d68b 14:02:50 Step 5/15 : ARG ALPINE_PKG_EXTRA="" 14:02:50 ---> Running in 1393e8b38ea6 14:02:52 Removing intermediate container 1393e8b38ea6 14:02:52 ---> f26730995c65 14:02:52 Step 6/15 : LABEL Name=edgex-ui-go 14:02:53 ---> Running in c20a09ce3cf1 14:02:54 Removing intermediate container c20a09ce3cf1 14:02:54 ---> 61d2863b2361 14:02:54 Step 7/15 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2023: Intel' 14:02:55 ---> Running in be89cab4fedc 14:02:56 Removing intermediate container be89cab4fedc 14:02:56 ---> 6fd454a69566 14:02:56 Step 8/15 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 14:02:57 latest: Pulling from library/docker 14:02:58 96526aa774ef: Pulling fs layer 14:02:58 308a300cc30f: Pulling fs layer 14:02:58 4f4fb700ef54: Pulling fs layer 14:02:58 5fcb7611fd77: Pulling fs layer 14:02:58 be9955e691a8: Pulling fs layer 14:02:58 1b5ce73eb848: Pulling fs layer 14:02:58 fe45098d8d9e: Pulling fs layer 14:02:58 843bf259cc12: Pulling fs layer 14:02:58 e56cd900ceac: Pulling fs layer 14:02:58 605d1390b383: Pulling fs layer 14:02:58 8f7854084fed: Pulling fs layer 14:02:58 0a217d94afa5: Pulling fs layer 14:02:58 50e7dd98501d: Pulling fs layer 14:02:58 fe45098d8d9e: Waiting 14:02:58 843bf259cc12: Waiting 14:02:58 e56cd900ceac: Waiting 14:02:58 5fcb7611fd77: Waiting 14:02:58 605d1390b383: Waiting 14:02:58 8f7854084fed: Waiting 14:02:58 be9955e691a8: Waiting 14:02:58 0a217d94afa5: Waiting 14:02:58 1b5ce73eb848: Waiting 14:02:58 68811508944a: Pulling fs layer 14:02:58 50e7dd98501d: Waiting 14:02:58 68811508944a: Waiting 14:02:58 4f4fb700ef54: Verifying Checksum 14:02:58 96526aa774ef: Verifying Checksum 14:02:58 96526aa774ef: Download complete 14:02:58 308a300cc30f: Download complete 14:02:58 5fcb7611fd77: Verifying Checksum 14:02:58 5fcb7611fd77: Download complete 14:02:58 be9955e691a8: Verifying Checksum 14:02:58 be9955e691a8: Download complete 14:02:58 96526aa774ef: Pull complete 14:02:58 1b5ce73eb848: Verifying Checksum 14:02:58 1b5ce73eb848: Download complete 14:02:58 fe45098d8d9e: Download complete 14:02:58 843bf259cc12: Verifying Checksum 14:02:58 843bf259cc12: Download complete 14:02:59 e56cd900ceac: Verifying Checksum 14:02:59 e56cd900ceac: Download complete 14:02:59 8f7854084fed: Download complete 14:02:59 605d1390b383: Verifying Checksum 14:02:59 605d1390b383: Download complete 14:02:59 308a300cc30f: Pull complete 14:02:59 50e7dd98501d: Download complete 14:02:59 68811508944a: Verifying Checksum 14:02:59 68811508944a: Download complete 14:02:59 4f4fb700ef54: Pull complete 14:02:59 5fcb7611fd77: Pull complete 14:03:00 0a217d94afa5: Verifying Checksum 14:03:00 0a217d94afa5: Download complete 14:03:00 be9955e691a8: Pull complete 14:03:01 1b5ce73eb848: Pull complete 14:03:01 fe45098d8d9e: Pull complete 14:03:01 843bf259cc12: Pull complete 14:03:02 e56cd900ceac: Pull complete 14:03:03 605d1390b383: Pull complete 14:03:03 8f7854084fed: Pull complete 14:03:05 0a217d94afa5: Pull complete 14:03:05 50e7dd98501d: Pull complete 14:03:05 68811508944a: Pull complete 14:03:05 Digest: sha256:1dfc375736e448806602211e09a9b1390eb110548dcb839eef374da357ca5f5d 14:03:05 Status: Downloaded newer image for docker:latest 14:03:09 ---> d309fa94132a 14:03:09 Step 9/15 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 14:03:09 ---> Running in 35b94c26b4c8 14:03:09 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 14:03:09 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 14:03:09 OK: 264 MiB in 52 packages 14:03:10 Removing intermediate container 35b94c26b4c8 14:03:10 ---> 62ff0c1ba237 14:03:10 Step 10/15 : ENV GO111MODULE=on 14:03:10 ---> Running in 4139b247be16 14:03:10 Removing intermediate container 4139b247be16 14:03:10 ---> 809a6e722191 14:03:10 Step 11/15 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go 14:03:10 ---> Running in 54bedc22906a 14:03:10 Removing intermediate container 54bedc22906a 14:03:10 ---> 445d70141a57 14:03:10 Step 12/15 : COPY go.mod vendor* ./ 14:03:11 ---> 4ce08164eb3e 14:03:11 Step 13/15 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 14:03:11 ---> Running in 192f1196becd 14:04:18 Removing intermediate container 192f1196becd 14:04:18 ---> 6a612b55e65f 14:04:18 Step 14/15 : COPY . . 14:04:20 ---> 93a8e9df32af 14:04:20 Step 15/15 : RUN ${MAKE} 14:04:20 ---> Running in 77a01af9c832 14:04:21 noop 14:04:21 Removing intermediate container 77a01af9c832 14:04:21 ---> 9b525328e68f 14:04:21 Successfully built 9b525328e68f 14:04:21 Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:04:22 + docker inspect -f . ci-base-image-x86_64 14:04:22 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 14:04:22 prd-ubuntu20.04-docker-8c-8g-16631 does not seem to be running inside a container 14:04:22 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgexfoundry_edgex-ui-go_PR-658 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-658:/w/workspace/edgexfoundry_edgex-ui-go_PR-658:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-658@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-658@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 14:04:24 $ docker top f6becbbc742ee4f71843ffe2366e5ff675a838c09424c3260f94c5c156f43b61 -eo pid,comm [Pipeline] { [Pipeline] sh 14:04:25 + go version 14:04:25 go version go1.21.0 linux/amd64 [Pipeline] } 14:04:25 $ docker stop --time=1 f6becbbc742ee4f71843ffe2366e5ff675a838c09424c3260f94c5c156f43b61 14:04:26 $ docker rm -f --volumes f6becbbc742ee4f71843ffe2366e5ff675a838c09424c3260f94c5c156f43b61 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:04:27 + docker inspect -f . ci-base-image-x86_64 14:04:27 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 14:04:27 prd-ubuntu20.04-docker-8c-8g-16631 does not seem to be running inside a container 14:04:27 $ 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-658 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-658:/w/workspace/edgexfoundry_edgex-ui-go_PR-658:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-658@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-658@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 14:04:28 $ docker top a61cb2d11ccd44ca22e3b1215373e0ae2c4cae2cf43332bc72547430e83b8562 -eo pid,comm [Pipeline] { [Pipeline] sh 14:04:28 + git config --global --add safe.directory /w/workspace/edgexfoundry_edgex-ui-go_PR-658 [Pipeline] fileExists [Pipeline] sh 14:04:28 + make test 14:04:28 CGO_ENABLED=0 GO111MODULE=on go test -tags "no_messagebus" -coverprofile=coverage.out ./... 14:04:33 ? github.com/edgexfoundry/edgex-ui-go [no test files] 14:04:41 ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] 14:04:41 ? github.com/edgexfoundry/edgex-ui-go/internal/common [no test files] 14:04:41 ? github.com/edgexfoundry/edgex-ui-go/internal/container [no test files] 14:04:41 ? github.com/edgexfoundry/edgex-ui-go/internal/config [no test files] 14:04:41 ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] 14:04:41 ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] 14:04:41 ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] 14:04:41 ? github.com/edgexfoundry/edgex-ui-go/internal/service [no test files] 14:04:41 CGO_ENABLED=0 GO111MODULE=on go vet -tags "no_messagebus" ./... 14:04:43 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 14:04:43 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 14:04:43 ./bin/test-attribution-txt.sh 14:04:44 An attribution for github.com/gabriel-vasile/mimetype is missing from Attribution.txt, please add 14:04:44 An attribution for github.com/golang-jwt/jwt is missing from Attribution.txt, please add 14:04:44 An attribution for github.com/klauspost/compress is missing from Attribution.txt, please add 14:04:44 An attribution for github.com/labstack/echo/v4 is missing from Attribution.txt, please add 14:04:44 An attribution for github.com/labstack/gommon is missing from Attribution.txt, please add 14:04:44 An attribution for github.com/valyala/bytebufferpool is missing from Attribution.txt, please add 14:04:44 An attribution for github.com/valyala/fasttemplate is missing from Attribution.txt, please add 14:04:44 An attribution for golang.org/x/exp is missing from Attribution.txt, please add 14:04:44 An attribution for golang.org/x/time is missing from Attribution.txt, please add 14:04:44 make -C web test 14:04:44 make[1]: Entering directory '/w/workspace/edgexfoundry_edgex-ui-go_PR-658/web' 14:04:44 make[1]: tput: No such file or directory 14:04:44 make[1]: tput: No such file or directory 14:04:44 warning: generating ./VERSION 14:04:44 echo "0.0.0" > VERSION 14:04:44 docker build \ 14:04:44 -f Dockerfile \ 14:04:44 --build-arg USER=1000 \ 14:04:44 \ 14:04:44 --label "git_sha=6cd958e8792824617ef9e13f7801649486dd64cd" \ 14:04:44 -t edgexfoundry/edgex-web-ui:6cd958e8792824617ef9e13f7801649486dd64cd \ 14:04:44 -t edgexfoundry/edgex-web-ui:0.0.0-dev \ 14:04:44 . 14:04:44 DEPRECATED: The legacy builder is deprecated and will be removed in a future release. 14:04:44 Install the buildx component to build images with BuildKit: 14:04:44 https://docs.docker.com/go/buildx/ 14:04:44 14:04:44 Sending build context to Docker daemon 2.706MB 14:04:44 Step 1/11 : FROM node:18-alpine3.18 14:04:44 18-alpine3.18: Pulling from library/node 14:04:44 96526aa774ef: Already exists 14:04:44 3130715204cf: Pulling fs layer 14:04:44 b06de8ab1c4f: Pulling fs layer 14:04:44 90ef3ffc5156: Pulling fs layer 14:04:44 90ef3ffc5156: Verifying Checksum 14:04:44 90ef3ffc5156: Download complete 14:04:44 b06de8ab1c4f: Verifying Checksum 14:04:44 b06de8ab1c4f: Download complete 14:04:45 3130715204cf: Verifying Checksum 14:04:45 3130715204cf: Download complete 14:04:47 3130715204cf: Pull complete 14:04:47 b06de8ab1c4f: Pull complete 14:04:47 90ef3ffc5156: Pull complete 14:04:48 Digest: sha256:435dcad253bb5b7f347ebc69c8cc52de7c912eb7241098b920f2fc2d7843183d 14:04:48 Status: Downloaded newer image for node:18-alpine3.18 14:04:48 ---> d1517ab6615b 14:04:48 Step 2/11 : RUN apk add --no-cache chromium 14:04:55 ---> Running in d62f7ba95510 14:04:55 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 14:04:55 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 14:04:56 (1/154) Installing libexpat (2.5.0-r1) 14:04:56 (2/154) Installing brotli-libs (1.0.9-r14) 14:04:56 (3/154) Installing libbz2 (1.0.8-r5) 14:04:56 (4/154) Installing libpng (1.6.39-r3) 14:04:56 (5/154) Installing freetype (2.13.0-r5) 14:04:56 (6/154) Installing fontconfig (2.14.2-r3) 14:04:56 (7/154) Installing libfontenc (1.1.7-r2) 14:04:56 (8/154) Installing mkfontscale (1.2.2-r3) 14:04:56 (9/154) Installing font-opensans (0_git20210927-r1) 14:04:56 (10/154) Installing pkgconf (1.9.5-r0) 14:04:56 (11/154) Installing libffi (3.4.4-r2) 14:04:56 (12/154) Installing libintl (0.21.1-r7) 14:04:56 (13/154) Installing libblkid (2.38.1-r8) 14:04:56 (14/154) Installing libmount (2.38.1-r8) 14:04:56 (15/154) Installing pcre2 (10.42-r1) 14:04:56 (16/154) Installing glib (2.76.4-r0) 14:04:56 (17/154) Installing xz-libs (5.4.3-r0) 14:04:56 (18/154) Installing libxml2 (2.11.4-r0) 14:04:56 (19/154) Installing shared-mime-info (2.2-r5) 14:04:56 (20/154) Installing hicolor-icon-theme (0.17-r2) 14:04:56 (21/154) Installing libjpeg-turbo (2.1.5.1-r3) 14:04:56 (22/154) Installing libwebp (1.3.2-r0) 14:04:56 (23/154) Installing zstd-libs (1.5.5-r4) 14:04:56 (24/154) Installing tiff (4.5.1-r0) 14:04:56 (25/154) Installing gdk-pixbuf (2.42.10-r5) 14:04:56 (26/154) Installing gtk-update-icon-cache (3.24.38-r1) 14:04:56 (27/154) Installing libxau (1.0.11-r2) 14:04:56 (28/154) Installing libmd (1.0.4-r2) 14:04:56 (29/154) Installing libbsd (0.11.7-r1) 14:04:56 (30/154) Installing libxdmcp (1.1.4-r2) 14:04:56 (31/154) Installing libxcb (1.15-r1) 14:04:56 (32/154) Installing libx11 (1.8.7-r0) 14:04:56 (33/154) Installing libxcomposite (0.4.6-r3) 14:04:56 (34/154) Installing libxfixes (6.0.1-r2) 14:04:56 (35/154) Installing libxrender (0.9.11-r3) 14:04:56 (36/154) Installing libxcursor (1.2.1-r2) 14:04:56 (37/154) Installing libxdamage (1.1.6-r2) 14:04:56 (38/154) Installing libxext (1.3.5-r2) 14:04:56 (39/154) Installing libxi (1.8.1-r0) 14:04:56 (40/154) Installing libxinerama (1.1.5-r2) 14:04:56 (41/154) Installing libxrandr (1.5.3-r2) 14:04:56 (42/154) Installing libatk-1.0 (2.48.3-r0) 14:04:56 (43/154) Installing libxtst (1.2.4-r2) 14:04:56 (44/154) Installing dbus-libs (1.14.8-r0) 14:04:56 (45/154) Installing at-spi2-core (2.48.3-r0) 14:04:56 (46/154) Installing libatk-bridge-2.0 (2.48.3-r0) 14:04:56 (47/154) Installing pixman (0.42.2-r1) 14:04:56 (48/154) Installing cairo (1.17.8-r1) 14:04:56 (49/154) Installing cairo-gobject (1.17.8-r1) 14:04:56 (50/154) Installing avahi-libs (0.8-r13) 14:04:56 (51/154) Installing gmp (6.2.1-r3) 14:04:56 (52/154) Installing nettle (3.8.1-r2) 14:04:56 (53/154) Installing libunistring (1.1-r1) 14:04:56 (54/154) Installing libidn2 (2.3.4-r1) 14:04:56 (55/154) Installing p11-kit (0.24.1-r2) 14:04:56 (56/154) Installing libtasn1 (4.19.0-r1) 14:04:56 (57/154) Installing gnutls (3.8.0-r2) 14:04:56 (58/154) Installing cups-libs (2.4.7-r0) 14:04:56 (59/154) Installing libepoxy (1.5.10-r1) 14:04:56 (60/154) Installing fribidi (1.0.13-r0) 14:04:56 (61/154) Installing graphite2 (1.3.14-r5) 14:04:56 (62/154) Installing harfbuzz (7.3.0-r0) 14:04:56 (63/154) Installing libxft (2.3.8-r1) 14:04:56 (64/154) Installing pango (1.50.14-r1) 14:04:56 (65/154) Installing wayland-libs-client (1.22.0-r2) 14:04:56 (66/154) Installing wayland-libs-cursor (1.22.0-r2) 14:04:56 (67/154) Installing wayland-libs-egl (1.22.0-r2) 14:04:56 (68/154) Installing xkeyboard-config (2.38-r0) 14:04:56 (69/154) Installing libxkbcommon (1.5.0-r2) 14:04:56 (70/154) Installing gtk+3.0 (3.24.38-r1) 14:04:56 Executing gtk+3.0-3.24.38-r1.post-install 14:04:56 (71/154) Installing icu-data-full (73.2-r2) 14:04:57 (72/154) Installing mesa (23.0.4-r0) 14:04:57 (73/154) Installing llvm15-libs (15.0.7-r6) 14:04:57 (74/154) Installing hwdata-pci (0.370-r0) 14:04:57 (75/154) Installing libpciaccess (0.17-r2) 14:04:57 (76/154) Installing libdrm (2.4.115-r4) 14:04:57 (77/154) Installing musl-fts (1.2.7-r5) 14:04:57 (78/154) Installing libelf (0.189-r2) 14:04:57 (79/154) Installing mesa-glapi (23.0.4-r0) 14:04:57 (80/154) Installing mesa-dri-gallium (23.0.4-r0) 14:04:57 (81/154) Installing eudev-libs (3.2.11-r8) 14:04:57 (82/154) Installing libmagic (5.45-r0) 14:04:57 (83/154) Installing file (5.45-r0) 14:04:57 (84/154) Installing libice (1.1.1-r2) 14:04:57 (85/154) Installing libuuid (2.38.1-r8) 14:04:57 (86/154) Installing libsm (1.2.4-r1) 14:04:57 (87/154) Installing libxt (1.3.0-r2) 14:04:57 (88/154) Installing libxmu (1.1.4-r2) 14:04:57 (89/154) Installing xset (1.2.5-r1) 14:04:57 (90/154) Installing xprop (1.2.6-r0) 14:04:57 (91/154) Installing xdg-utils (1.1.3-r4) 14:04:57 (92/154) Installing libogg (1.3.5-r4) 14:04:57 (93/154) Installing flac-libs (1.4.3-r0) 14:04:57 (94/154) Installing alsa-lib (1.2.9-r1) 14:04:57 (95/154) Installing libatomic (12.2.1_git20220924-r10) 14:04:57 (96/154) Installing svt-av1-libs (1.6.0-r0) 14:04:58 (97/154) Installing aom-libs (3.6.1-r0) 14:04:58 (98/154) Installing libva (2.18.0-r1) 14:04:58 (99/154) Installing libvdpau (1.5-r1) 14:04:58 (100/154) Installing onevpl-libs (2023.2.1-r0) 14:04:58 (101/154) Installing ffmpeg-libavutil (6.0-r15) 14:04:58 (102/154) Installing libdav1d (1.2.1-r0) 14:04:58 (103/154) Installing libhwy (1.0.4-r1) 14:04:58 (104/154) Installing lcms2 (2.15-r2) 14:04:58 (105/154) Installing libjxl (0.8.2-r0) 14:04:58 (106/154) Installing lame-libs (3.100-r5) 14:04:58 (107/154) Installing opus (1.4-r0) 14:04:58 (108/154) Installing libgomp (12.2.1_git20220924-r10) 14:04:58 (109/154) Installing soxr (0.1.3-r5) 14:04:58 (110/154) Installing ffmpeg-libswresample (6.0-r15) 14:04:58 (111/154) Installing libtheora (1.1.1-r17) 14:04:58 (112/154) Installing libvorbis (1.3.7-r1) 14:04:58 (113/154) Installing libvpx (1.13.0-r2) 14:04:58 (114/154) Installing x264-libs (0.164_git20220602-r1) 14:04:58 (115/154) Installing numactl (2.0.16-r4) 14:04:58 (116/154) Installing x265-libs (3.5-r4) 14:04:58 (117/154) Installing xvidcore (1.3.7-r1) 14:04:58 (118/154) Installing ffmpeg-libavcodec (6.0-r15) 14:04:58 (119/154) Installing libbluray (1.3.4-r0) 14:04:58 (120/154) Installing mpg123-libs (1.31.3-r1) 14:04:58 (121/154) Installing libopenmpt (0.7.2-r0) 14:04:58 (122/154) Installing cjson (1.7.15-r4) 14:04:58 (123/154) Installing mbedtls (2.28.5-r0) 14:04:58 (124/154) Installing librist (0.2.7-r0) 14:04:58 (125/154) Installing libsrt (1.5.2-r0) 14:04:58 (126/154) Installing libssh (0.10.5-r0) 14:04:58 (127/154) Installing libsodium (1.0.18-r3) 14:04:58 (128/154) Installing libzmq (4.3.4-r4) 14:04:58 (129/154) Installing ffmpeg-libavformat (6.0-r15) 14:04:58 (130/154) Installing libevent (2.1.12-r6) 14:04:58 (131/154) Installing wayland-libs-server (1.22.0-r2) 14:04:58 (132/154) Installing mesa-gbm (23.0.4-r0) 14:04:58 (133/154) Installing harfbuzz-subset (7.3.0-r0) 14:04:58 (134/154) Installing icu-libs (73.2-r2) 14:04:58 (135/154) Installing jsoncpp (1.9.5-r0) 14:04:58 (136/154) Installing minizip (1.2.13-r1) 14:04:58 (137/154) Installing nspr (4.35-r2) 14:04:58 (138/154) Installing sqlite-libs (3.41.2-r2) 14:04:58 (139/154) Installing nss (3.94-r0) 14:04:58 (140/154) Installing pipewire-libs (0.3.70-r1) 14:04:58 (141/154) Installing libasyncns (0.8-r1) 14:04:58 (142/154) Installing libltdl (2.4.7-r2) 14:04:58 (143/154) Installing orc (0.4.34-r0) 14:04:58 (144/154) Installing libsndfile (1.2.0-r2) 14:04:58 (145/154) Installing speexdsp (1.2.1-r1) 14:04:58 (146/154) Installing tdb-libs (1.4.8-r1) 14:04:58 (147/154) Installing libpulse (16.1-r10) 14:04:58 (148/154) Installing snappy (1.1.10-r1) 14:04:58 (149/154) Installing libwoff2common (1.0.2-r2) 14:04:58 (150/154) Installing libwoff2enc (1.0.2-r2) 14:04:58 (151/154) Installing libgpg-error (1.47-r1) 14:04:58 (152/154) Installing libgcrypt (1.10.2-r1) 14:04:58 (153/154) Installing libxslt (1.1.38-r0) 14:04:58 (154/154) Installing chromium (117.0.5938.62-r0) 14:05:00 Executing busybox-1.36.1-r2.trigger 14:05:00 Executing fontconfig-2.14.2-r3.trigger 14:05:00 Executing mkfontscale-1.2.2-r3.trigger 14:05:00 Executing glib-2.76.4-r0.trigger 14:05:00 Executing shared-mime-info-2.2-r5.trigger 14:05:00 Executing gdk-pixbuf-2.42.10-r5.trigger 14:05:00 Executing gtk-update-icon-cache-3.24.38-r1.trigger 14:05:00 OK: 576 MiB in 171 packages 14:05:13 Removing intermediate container d62f7ba95510 14:05:13 ---> 2260a7407399 14:05:13 Step 3/11 : ENV CHROME_BIN=/usr/bin/chromium-browser 14:05:13 ---> Running in 04d61aa33433 14:05:13 Removing intermediate container 04d61aa33433 14:05:13 ---> f5c4514eedcd 14:05:13 Step 4/11 : ENV NODE_OPTIONS=--openssl-legacy-provider 14:05:13 ---> Running in 4fe8d6e53678 14:05:13 Removing intermediate container 4fe8d6e53678 14:05:13 ---> 4959ddf57739 14:05:13 Step 5/11 : ENV PATH /app/node_modules/.bin:$PATH 14:05:13 ---> Running in da7df91627c2 14:05:13 Removing intermediate container da7df91627c2 14:05:13 ---> b57f16bb5739 14:05:13 Step 6/11 : RUN npm install -g npm 14:05:13 ---> Running in 70777c49d2f4 14:05:18 Running on prd-ubuntu20.04-docker-arm64-4c-16g-16633 in /w/workspace/edgexfoundry_edgex-ui-go_PR-658 [Pipeline] { [Pipeline] ws 14:05:18 Running in /w/workspace/edgex-ui-go/1 [Pipeline] { [Pipeline] checkout 14:05:18 The recommended git tool is: git 14:05:23 14:05:23 removed 31 packages, and changed 65 packages in 9s 14:05:23 14:05:23 26 packages are looking for funding 14:05:23 run `npm fund` for details 14:05:24 Removing intermediate container 70777c49d2f4 14:05:24 ---> d433830d77c0 14:05:24 Step 7/11 : ARG USER=1000 14:05:24 ---> Running in 1cfc267f860e 14:05:24 Removing intermediate container 1cfc267f860e 14:05:24 ---> 6c344d4b81c1 14:05:24 Step 8/11 : RUN deluser --remove-home node && adduser -u $USER -D -s /bin/sh node 14:05:24 ---> Running in 5f59f4bf57fa 14:05:25 Removing intermediate container 5f59f4bf57fa 14:05:25 ---> 56e8f1d653a1 14:05:25 Step 9/11 : USER $USER:$USER 14:05:25 ---> Running in 6d1b69e1e02b 14:05:25 Removing intermediate container 6d1b69e1e02b 14:05:25 ---> 95784482a514 14:05:25 Step 10/11 : WORKDIR /app 14:05:25 ---> Running in 6cf82c9c22fb 14:05:25 Removing intermediate container 6cf82c9c22fb 14:05:25 ---> 69c8f36bfc38 14:05:25 Step 11/11 : LABEL git_sha=6cd958e8792824617ef9e13f7801649486dd64cd 14:05:26 ---> Running in cc7ebeb6f4e6 14:05:26 Removing intermediate container cc7ebeb6f4e6 14:05:26 ---> 3682f1cdbac1 14:05:26 Successfully built 3682f1cdbac1 14:05:26 Successfully tagged edgexfoundry/edgex-web-ui:6cd958e8792824617ef9e13f7801649486dd64cd 14:05:26 Successfully tagged edgexfoundry/edgex-web-ui:0.0.0-dev 14:05:26 touch edgex-web-ui.imagebuilt 14:05:26 mkdir -p node_modules coverage 14:05:26 chown "1000:1000" node_modules coverage package-lock.json 14:05:26 docker run --rm -i -v "$(pwd):/app" -u "1000:1000" edgexfoundry/edgex-web-ui:0.0.0-dev npm install 14:05:28 using credential edgex-jenkins-ssh 14:05:28 Cloning the remote Git repository 14:05:28 npm WARN EBADENGINE Unsupported engine { 14:05:28 npm WARN EBADENGINE package: '@angular-devkit/architect@0.1202.4', 14:05:28 npm WARN EBADENGINE required: { 14:05:28 npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', 14:05:28 npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', 14:05:28 npm WARN EBADENGINE yarn: '>= 1.13.0' 14:05:28 npm WARN EBADENGINE }, 14:05:28 npm WARN EBADENGINE current: { node: 'v18.18.2', npm: '10.2.3' } 14:05:28 npm WARN EBADENGINE } 14:05:28 npm WARN EBADENGINE Unsupported engine { 14:05:28 npm WARN EBADENGINE package: '@angular-devkit/build-angular@12.2.4', 14:05:28 npm WARN EBADENGINE required: { 14:05:28 npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', 14:05:28 npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', 14:05:28 npm WARN EBADENGINE yarn: '>= 1.13.0' 14:05:28 npm WARN EBADENGINE }, 14:05:28 npm WARN EBADENGINE current: { node: 'v18.18.2', npm: '10.2.3' } 14:05:28 npm WARN EBADENGINE } 14:05:28 npm WARN EBADENGINE Unsupported engine { 14:05:28 npm WARN EBADENGINE package: '@angular-devkit/build-optimizer@0.1202.4', 14:05:28 npm WARN EBADENGINE required: { 14:05:28 npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', 14:05:28 npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', 14:05:28 npm WARN EBADENGINE yarn: '>= 1.13.0' 14:05:28 npm WARN EBADENGINE }, 14:05:28 npm WARN EBADENGINE current: { node: 'v18.18.2', npm: '10.2.3' } 14:05:28 npm WARN EBADENGINE } 14:05:28 npm WARN EBADENGINE Unsupported engine { 14:05:28 npm WARN EBADENGINE package: '@angular-devkit/build-webpack@0.1202.4', 14:05:28 npm WARN EBADENGINE required: { 14:05:28 npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', 14:05:28 npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', 14:05:28 npm WARN EBADENGINE yarn: '>= 1.13.0' 14:05:28 npm WARN EBADENGINE }, 14:05:28 npm WARN EBADENGINE current: { node: 'v18.18.2', npm: '10.2.3' } 14:05:28 npm WARN EBADENGINE } 14:05:28 npm WARN EBADENGINE Unsupported engine { 14:05:28 npm WARN EBADENGINE package: '@angular-devkit/core@12.2.4', 14:05:28 npm WARN EBADENGINE required: { 14:05:28 npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', 14:05:28 npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', 14:05:28 npm WARN EBADENGINE yarn: '>= 1.13.0' 14:05:28 npm WARN EBADENGINE }, 14:05:28 npm WARN EBADENGINE current: { node: 'v18.18.2', npm: '10.2.3' } 14:05:28 npm WARN EBADENGINE } 14:05:28 npm WARN EBADENGINE Unsupported engine { 14:05:28 npm WARN EBADENGINE package: '@angular-devkit/schematics@12.2.4', 14:05:28 npm WARN EBADENGINE required: { 14:05:28 npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', 14:05:28 npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', 14:05:28 npm WARN EBADENGINE yarn: '>= 1.13.0' 14:05:28 npm WARN EBADENGINE }, 14:05:28 npm WARN EBADENGINE current: { node: 'v18.18.2', npm: '10.2.3' } 14:05:28 npm WARN EBADENGINE } 14:05:28 npm WARN EBADENGINE Unsupported engine { 14:05:28 npm WARN EBADENGINE package: '@angular/cli@12.2.4', 14:05:28 npm WARN EBADENGINE required: { 14:05:28 npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', 14:05:28 npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', 14:05:28 npm WARN EBADENGINE yarn: '>= 1.13.0' 14:05:28 npm WARN EBADENGINE }, 14:05:28 npm WARN EBADENGINE current: { node: 'v18.18.2', npm: '10.2.3' } 14:05:28 npm WARN EBADENGINE } 14:05:28 npm WARN EBADENGINE Unsupported engine { 14:05:28 npm WARN EBADENGINE package: '@ngtools/webpack@12.2.4', 14:05:28 npm WARN EBADENGINE required: { 14:05:28 npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', 14:05:28 npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', 14:05:28 npm WARN EBADENGINE yarn: '>= 1.13.0' 14:05:28 npm WARN EBADENGINE }, 14:05:28 npm WARN EBADENGINE current: { node: 'v18.18.2', npm: '10.2.3' } 14:05:28 npm WARN EBADENGINE } 14:05:28 npm WARN EBADENGINE Unsupported engine { 14:05:28 npm WARN EBADENGINE package: '@schematics/angular@12.2.4', 14:05:28 npm WARN EBADENGINE required: { 14:05:28 npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', 14:05:28 npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', 14:05:28 npm WARN EBADENGINE yarn: '>= 1.13.0' 14:05:28 npm WARN EBADENGINE }, 14:05:28 npm WARN EBADENGINE current: { node: 'v18.18.2', npm: '10.2.3' } 14:05:28 npm WARN EBADENGINE } 14:05:28 Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git 14:05:28 > git init /w/workspace/edgex-ui-go/1 # timeout=10 14:05:28 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 14:05:28 > git --version # timeout=10 14:05:28 > git --version # 'git version 2.25.1' 14:05:28 using GIT_SSH to set credentials SSH Credentials for GitHub 14:05:28 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 14:05:32 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 14:05:32 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 14:05:32 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 14:05:32 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 14:05:32 using GIT_SSH to set credentials SSH Credentials for GitHub 14:05:32 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/658/head:refs/remotes/origin/PR-658 +refs/heads/main:refs/remotes/origin/main # timeout=10 14:05:33 Merging remotes/origin/main commit 422becc45202548155d324fc99806fcdfea34ca0 into PR head commit 6cd958e8792824617ef9e13f7801649486dd64cd 14:05:33 > git config core.sparsecheckout # timeout=10 14:05:33 > git checkout -f 6cd958e8792824617ef9e13f7801649486dd64cd # timeout=10 14:05:39 Merge succeeded, producing 6cd958e8792824617ef9e13f7801649486dd64cd 14:05:39 Checking out Revision 6cd958e8792824617ef9e13f7801649486dd64cd (PR-658) 14:05:39 > git remote # timeout=10 14:05:39 > git config --get remote.origin.url # timeout=10 14:05:39 using GIT_SSH to set credentials SSH Credentials for GitHub 14:05:39 > git merge 422becc45202548155d324fc99806fcdfea34ca0 # timeout=10 14:05:39 > git rev-parse HEAD^{commit} # timeout=10 14:05:39 > git config core.sparsecheckout # timeout=10 14:05:39 > git checkout -f 6cd958e8792824617ef9e13f7801649486dd64cd # timeout=10 14:05:42 Commit message: "fix: Unauthorized API in profile yaml" 14:05:43 > git --version # timeout=10 14:05:43 > git --version # 'git version 2.25.1' 14:05:43 fatal: bad object 05349e3f996d6f6d0c0ad3c2ccda408eae121119 14:05:43 npm WARN deprecated source-map-url@0.4.1: See https://github.com/lydell/source-map-url#deprecated 14:05:43 npm WARN deprecated resolve-url@0.2.1: https://github.com/lydell/resolve-url#deprecated 14:05:43 npm WARN deprecated @npmcli/move-file@1.1.2: This functionality has been moved to @npmcli/fs 14:05:43 npm WARN deprecated stable@0.1.8: Modern JS already guarantees Array#sort() is a stable sort, so this library is deprecated. See the compatibility table on MDN: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/sort#browser_compatibility 14:05:43 npm WARN deprecated sourcemap-codec@1.4.8: Please use @jridgewell/sourcemap-codec instead 14:05:43 npm WARN deprecated urix@0.1.0: Please see https://github.com/lydell/urix#deprecated 14:05:43 npm WARN deprecated har-validator@5.1.5: this library is no longer supported 14:05:43 npm WARN deprecated flatten@1.0.3: flatten is deprecated in favor of utility frameworks such as lodash. 14:05:43 npm WARN deprecated source-map-resolve@0.6.0: See https://github.com/lydell/source-map-resolve#deprecated 14:05:43 npm WARN deprecated source-map-resolve@0.5.3: See https://github.com/lydell/source-map-resolve#deprecated 14:05:43 npm WARN deprecated querystring@0.2.0: The querystring API is considered Legacy. new code should use the URLSearchParams API instead. 14:05:43 npm WARN deprecated source-map-resolve@0.5.3: See https://github.com/lydell/source-map-resolve#deprecated 14:05:43 npm WARN deprecated uuid@3.4.0: Please upgrade to version 7 or higher. Older versions may use Math.random() in certain circumstances, which is known to be problematic. See https://v8.dev/blog/math-random for details. 14:05:43 npm WARN deprecated uuid@3.4.0: Please upgrade to version 7 or higher. Older versions may use Math.random() in certain circumstances, which is known to be problematic. See https://v8.dev/blog/math-random for details. 14:05:43 npm WARN deprecated uuid@3.4.0: Please upgrade to version 7 or higher. Older versions may use Math.random() in certain circumstances, which is known to be problematic. See https://v8.dev/blog/math-random for details. 14:05:43 npm WARN deprecated chokidar@2.1.8: Chokidar 2 does not receive security updates since 2019. Upgrade to chokidar 3 with 15x fewer dependencies [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 14:05:44 npm WARN deprecated request@2.88.2: request has been deprecated, see https://github.com/request/request/issues/3142 14:05:44 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 14:05:44 % Total % Received % Xferd Average Speed Time Time Time Current 14:05:44 Dload Upload Total Spent Left Speed 14:05:44 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12682 100 12682 0 0 213k 0 --:--:-- --:--:-- --:--:-- 209k [Pipeline] sh 14:05:44 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 14:05:45 + sudo tee /etc/docker/daemon.new 14:05:45 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 14:05:45 { 14:05:45 "registry-mirrors": [ 14:05:45 "https://nexus3.edgexfoundry.org:10001" 14:05:45 ], 14:05:45 "bip": "10.250.0.254/24", 14:05:45 "hosts": [ 14:05:45 "tcp://0.0.0.0:5555", 14:05:45 "unix:///var/run/docker.sock" 14:05:45 ], 14:05:45 "mtu": 1458, 14:05:45 "selinux-enabled": true, 14:05:45 "seccomp-profile": "/etc/docker/seccomp.json" 14:05:45 } [Pipeline] sh 14:05:45 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 14:05:45 npm WARN deprecated protractor@7.0.0: We have news to share - Protractor is deprecated and will reach end-of-life by Summer 2023. To learn more and find out about other options please refer to this post on the Angular blog. Thank you for using and contributing to Protractor. https://goo.gle/state-of-e2e-in-angular 14:05:46 + sudo service docker restart 14:05:46 npm WARN deprecated popper.js@1.16.1: You can find the new Popper v2 at @popperjs/core, this package is dedicated to the legacy v1 14:05:48 npm WARN deprecated tslint@6.1.3: TSLint has been deprecated in favor of ESLint. Please see https://github.com/palantir/tslint/issues/4534 for more information. 14:05:52 npm WARN deprecated core-js@3.16.0: core-js@<3.23.3 is no longer maintained and not recommended for usage due to the number of issues. Because of the V8 engine whims, feature detection in old core-js versions could cause a slowdown up to 100x even if nothing is polyfilled. Some versions have web compatibility issues. Please, upgrade your dependencies to the actual version of core-js. 14:05:58 14:05:58 added 1478 packages, and audited 1479 packages in 31s 14:05:58 14:05:58 77 vulnerabilities (1 low, 53 moderate, 16 high, 7 critical) 14:05:58 14:05:58 To address issues that do not require attention, run: 14:05:58 npm audit fix 14:05:58 14:05:58 To address all issues (including breaking changes), run: 14:05:58 npm audit fix --force 14:05:58 14:05:58 Run `npm audit` for details. [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 14:06:04 provisioning config files... 14:06:04 copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/1@tmp/config11479944449612905762tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 14:06:04 ---> docker-login.sh 14:06:04 nexus3.edgexfoundry.org:10001 14:06:05 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:06:05 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:06:05 Configure a credential helper to remove this warning. See 14:06:05 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:06:05 14:06:05 Login Succeeded 14:06:05 nexus3.edgexfoundry.org:10002 14:06:05 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:06:05 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:06:05 Configure a credential helper to remove this warning. See 14:06:05 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:06:05 14:06:05 Login Succeeded 14:06:05 nexus3.edgexfoundry.org:10003 14:06:06 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:06:06 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:06:06 Configure a credential helper to remove this warning. See 14:06:06 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:06:06 14:06:06 Login Succeeded 14:06:06 nexus3.edgexfoundry.org:10004 14:06:06 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:06:06 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:06:06 Configure a credential helper to remove this warning. See 14:06:06 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:06:06 14:06:06 Login Succeeded 14:06:06 docker.io 14:06:06 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:06:07 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:06:07 Configure a credential helper to remove this warning. See 14:06:07 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:06:07 14:06:07 Login Succeeded 14:06:07 ---> docker-login.sh ends [Pipeline] } 14:06:07 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 14:06:07 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo 14:06:07 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo 14:06:07 ========================================================= 14:06:07 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine] 14:06:07 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:06:08 + docker build -t ci-base-image-arm64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine --build-arg MAKE=echo noop --target=builder . 14:06:10 docker run --rm -i -v "$(pwd):/app" -u "1000:1000" edgexfoundry/edgex-web-ui:0.0.0-dev ng test --code-coverage --watch false --browsers ChromeHeadlessNoSandbox 14:06:12 - Generating browser application bundles (phase: setup)... 14:06:12 Sending build context to Docker daemon 31.63MB 14:06:12 Step 1/15 : ARG BASE=golang:1.21-alpine3.18 14:06:12 Step 2/15 : FROM ${BASE} AS builder 14:06:12 1.21-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 14:06:12 9fda8d8052c6: Pulling fs layer 14:06:12 5d54e960e981: Pulling fs layer 14:06:12 c4a7e357bf2a: Pulling fs layer 14:06:12 f0e02332f6b5: Pulling fs layer 14:06:12 cefa15bbcfad: Pulling fs layer 14:06:12 17808c966233: Pulling fs layer 14:06:12 f4c1fc716caa: Pulling fs layer 14:06:12 f0e02332f6b5: Waiting 14:06:12 17808c966233: Waiting 14:06:12 cefa15bbcfad: Waiting 14:06:12 f4c1fc716caa: Waiting 14:06:12 5d54e960e981: Verifying Checksum 14:06:12 5d54e960e981: Download complete 14:06:12 f0e02332f6b5: Verifying Checksum 14:06:12 f0e02332f6b5: Download complete 14:06:12 cefa15bbcfad: Verifying Checksum 14:06:12 cefa15bbcfad: Download complete 14:06:12 9fda8d8052c6: Download complete 14:06:12 f4c1fc716caa: Verifying Checksum 14:06:12 f4c1fc716caa: Download complete 14:06:13 9fda8d8052c6: Pull complete 14:06:13 5d54e960e981: Pull complete 14:06:13 c4a7e357bf2a: Download complete 14:06:14 17808c966233: Verifying Checksum 14:06:14 17808c966233: Download complete 14:06:16 Compiling @angular/core : es2015 as esm2015 14:06:16 Compiling @angular/compiler/testing : es2015 as esm2015 14:06:18 Compiling @angular/core/testing : es2015 as esm2015 14:06:18 Compiling @angular/common : es2015 as esm2015 14:06:19 Compiling @angular/platform-browser : es2015 as esm2015 14:06:19 Compiling @angular/common/testing : es2015 as esm2015 14:06:19 Compiling @angular/common/http : es2015 as esm2015 14:06:20 Compiling @angular/platform-browser-dynamic : es2015 as esm2015 14:06:20 Compiling @angular/platform-browser/testing : es2015 as esm2015 14:06:20 Compiling @angular/forms : es2015 as esm2015 14:06:20 Compiling @angular/router : es2015 as esm2015 14:06:20 Compiling @angular/platform-browser-dynamic/testing : es2015 as esm2015 14:06:20 Compiling @angular/common/http/testing : es2015 as esm2015 14:06:22 Compiling @angular/router/testing : es2015 as esm2015 14:06:26 06 11 2023 14:06:25.964:INFO [karma-server]: Karma v6.3.16 server started at http://localhost:9876/ 14:06:26 06 11 2023 14:06:25.966:INFO [launcher]: Launching browsers ChromeHeadlessNoSandbox with concurrency unlimited 14:06:26 06 11 2023 14:06:25.969:INFO [launcher]: Starting browser ChromeHeadless 14:06:27 c4a7e357bf2a: Pull complete 14:06:27 f0e02332f6b5: Pull complete 14:06:27 cefa15bbcfad: Pull complete 14:06:35 17808c966233: Pull complete 14:06:35 f4c1fc716caa: Pull complete 14:06:35 Digest: sha256:f9b5da702465edd0a2564459334de068a24595700ad6c8d0b85b07445f0b3000 14:06:35 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine 14:06:35 ---> ea914061e18c 14:06:35 Step 3/15 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" 14:06:36 ✔ Browser application bundle generation complete. 14:06:36 06 11 2023 14:06:36.249:INFO [Chrome Headless 117.0.5938.62 (Linux x86_64)]: Connected on socket PWtJtJWgj1QrUrquAAAB with id 59521754 14:06:37 ---> Running in 20e020d63db1 14:06:37 Removing intermediate container 20e020d63db1 14:06:37 ---> 19ed4b28cb43 14:06:37 Step 4/15 : ARG ALPINE_PKG_BASE="make git" 14:06:37 ---> Running in d7eb5e343a49 14:06:38 Removing intermediate container d7eb5e343a49 14:06:38 ---> 67827dc48b7d 14:06:38 Step 5/15 : ARG ALPINE_PKG_EXTRA="" 14:06:38 ---> Running in 88b98b21f35d 14:06:38 Removing intermediate container 88b98b21f35d 14:06:38 ---> 480fbd2591cf 14:06:38 Step 6/15 : LABEL Name=edgex-ui-go 14:06:38 ---> Running in 479c9fc21f8f 14:06:38 Removing intermediate container 479c9fc21f8f 14:06:38 ---> 2d139d4e1377 14:06:38 Step 7/15 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2023: Intel' 14:06:38 ---> Running in 8ec952d31c72 14:06:39 Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 0 of 147 SUCCESS (0 secs / 0 secs) 14:06:39 Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 1 of 147 SUCCESS (0 secs / 0.02 secs) 14:06:39 Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 2 of 147 SUCCESS (0 secs / 0.022 secs) 14:06:39 Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 3 of 147 SUCCESS (0 secs / 0.149 secs) 14:06:39 Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 4 of 147 SUCCESS (0 secs / 0.184 secs) 14:06:39 Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 5 of 147 SUCCESS (0 secs / 0.19 secs) 14:06:39 Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 6 of 147 SUCCESS (0 secs / 0.194 secs) 14:06:39 Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 7 of 147 SUCCESS (0 secs / 0.198 secs) 14:06:39 Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 8 of 147 SUCCESS (0 secs / 0.201 secs) 14:06:39 Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 9 of 147 SUCCESS (0 secs / 0.203 secs) 14:06:39 Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 10 of 147 SUCCESS (0 secs / 0.215 secs) 14:06:39 Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 11 of 147 SUCCESS (0 secs / 0.221 secs) 14:06:39 Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 12 of 147 SUCCESS (0 secs / 0.238 secs) 14:06:39 Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 13 of 147 SUCCESS (0 secs / 0.248 secs) 14:06:39 Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 14 of 147 SUCCESS (0 secs / 0.253 secs) 14:06:39 Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 15 of 147 SUCCESS (0 secs / 0.259 secs) 14:06:39 Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 16 of 147 SUCCESS (0 secs / 0.269 secs) 14:06:39 WARN: ' 14:06:39 It looks like you're using ngModel on the same form field as formControlName. 14:06:39 Support for using the ngModel input property and ngModelChange event with 14:06:39 reactive form directives has been deprecated in Angular v6 and will be removed 14:06:39 in a future version of Angular. 14:06:39 14:06:39 For more information on this, see our API docs here: 14:06:39 https://angular.io/api/forms/FormControlName#use-with-ngmodel 14:06:39 ' 14:06:39 Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 16 of 147 SUCCESS (0 secs / 0.269 secs) 14:06:39 WARN: ' 14:06:39 It looks like you're using ngModel on the same form field as formControlName. 14:06:39 Support for using the ngModel input property and ngModelChange event with 14:06:39 reactive form directives has been deprecated in Angular v6 and will be removed 14:06:39 in a future version of Angular. 14:06:39 14:06:39 For more information on this, see our API docs here: 14:06:39 https://angular.io/api/forms/FormControlName#use-with-ngmodel 14:06:39 ' 14:06:39 Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 17 of 147 SUCCESS (0 secs / 0.294 secs) 14:06:39 Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 18 of 147 SUCCESS (0 secs / 0.302 secs) 14:06:39 Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 19 of 147 SUCCESS (0 secs / 0.305 secs) 14:06:39 Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 20 of 147 SUCCESS (0 secs / 0.329 secs) 14:06:39 Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 21 of 147 SUCCESS (0 secs / 0.337 secs) 14:06:39 Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 22 of 147 SUCCESS (0 secs / 0.348 secs) 14:06:39 Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 23 of 147 SUCCESS (0 secs / 0.354 secs) 14:06:39 Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 24 of 147 SUCCESS (0 secs / 0.356 secs) 14:06:39 Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 25 of 147 SUCCESS (0 secs / 0.358 secs) 14:06:39 Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 26 of 147 SUCCESS (0 secs / 0.375 secs) 14:06:39 Removing intermediate container 8ec952d31c72 14:06:39 ---> d3f8f926c7f2 14:06:39 Step 8/15 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 14:06:39 Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 27 of 147 SUCCESS (0 secs / 0.397 secs) 14:06:39 Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 28 of 147 SUCCESS (0 secs / 0.405 secs) 14:06:39 Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 29 of 147 SUCCESS (0 secs / 0.412 secs) 14:06:39 Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 30 of 147 SUCCESS (0 secs / 0.438 secs) 14:06:39 Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 31 of 147 SUCCESS (0 secs / 0.45 secs) 14:06:39 Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 32 of 147 SUCCESS (0 secs / 0.454 secs) 14:06:39 Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 33 of 147 SUCCESS (0 secs / 0.46 secs) 14:06:39 Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 34 of 147 SUCCESS (0 secs / 0.469 secs) 14:06:39 Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 35 of 147 SUCCESS (0 secs / 0.471 secs) 14:06:39 Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 36 of 147 SUCCESS (0 secs / 0.483 secs) 14:06:39 Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 37 of 147 SUCCESS (0 secs / 0.502 secs) 14:06:39 Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 38 of 147 SUCCESS (0 secs / 0.507 secs) 14:06:39 Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 39 of 147 SUCCESS (0 secs / 0.509 secs) 14:06:39 Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 40 of 147 SUCCESS (0 secs / 0.512 secs) 14:06:39 Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 41 of 147 SUCCESS (0 secs / 0.526 secs) 14:06:39 Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 42 of 147 SUCCESS (0 secs / 0.528 secs) 14:06:39 Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 43 of 147 SUCCESS (0 secs / 0.536 secs) 14:06:39 Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 44 of 147 SUCCESS (0 secs / 0.554 secs) 14:06:39 Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 45 of 147 SUCCESS (0 secs / 0.56 secs) 14:06:39 Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 46 of 147 SUCCESS (0 secs / 0.573 secs) 14:06:39 Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 47 of 147 SUCCESS (0 secs / 0.59 secs) 14:06:39 Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 48 of 147 SUCCESS (0 secs / 0.593 secs) 14:06:39 Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 49 of 147 SUCCESS (0 secs / 0.594 secs) 14:06:39 Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 50 of 147 SUCCESS (0 secs / 0.597 secs) 14:06:39 Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 51 of 147 SUCCESS (0 secs / 0.604 secs) 14:06:39 Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 52 of 147 SUCCESS (0 secs / 0.606 secs) 14:06:39 Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 53 of 147 SUCCESS (0 secs / 0.607 secs) 14:06:39 Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 54 of 147 SUCCESS (0 secs / 0.629 secs) 14:06:39 Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 55 of 147 SUCCESS (0 secs / 0.633 secs) 14:06:39 Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 56 of 147 SUCCESS (0 secs / 0.65 secs) 14:06:39 Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 57 of 147 SUCCESS (0 secs / 0.662 secs) 14:06:39 Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 58 of 147 SUCCESS (0 secs / 0.683 secs) 14:06:39 Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 59 of 147 SUCCESS (0 secs / 0.693 secs) 14:06:39 Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 60 of 147 SUCCESS (0 secs / 0.713 secs) 14:06:39 Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 61 of 147 SUCCESS (0 secs / 0.727 secs) 14:06:39 Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 62 of 147 SUCCESS (0 secs / 0.738 secs) 14:06:39 Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 63 of 147 SUCCESS (0 secs / 0.775 secs) 14:06:39 Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 64 of 147 SUCCESS (0 secs / 0.781 secs) 14:06:39 Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 65 of 147 SUCCESS (0 secs / 0.79 secs) 14:06:39 Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 66 of 147 SUCCESS (0 secs / 0.795 secs) 14:06:39 Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 67 of 147 SUCCESS (0 secs / 0.809 secs) 14:06:39 latest: Pulling from library/docker 14:06:39 Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 68 of 147 SUCCESS (0 secs / 0.814 secs) 14:06:39 Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 69 of 147 SUCCESS (0 secs / 0.823 secs) 14:06:39 Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 70 of 147 SUCCESS (0 secs / 0.845 secs) 14:06:39 Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 71 of 147 SUCCESS (0 secs / 0.851 secs) 14:06:39 Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 72 of 147 SUCCESS (0 secs / 0.855 secs) 14:06:39 Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 73 of 147 SUCCESS (0 secs / 0.858 secs) 14:06:39 Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 74 of 147 SUCCESS (0 secs / 0.876 secs) 14:06:39 Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 75 of 147 SUCCESS (0 secs / 0.92 secs) 14:06:39 Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 76 of 147 SUCCESS (0 secs / 0.94 secs) 14:06:39 Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 77 of 147 SUCCESS (0 secs / 0.969 secs) 14:06:39 Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 78 of 147 SUCCESS (0 secs / 0.981 secs) 14:06:39 Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 79 of 147 SUCCESS (0 secs / 0.987 secs) 14:06:39 Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 80 of 147 SUCCESS (0 secs / 0.993 secs) 14:06:40 579b34f0a95b: Pulling fs layer 14:06:40 2ecd494fa26a: Pulling fs layer 14:06:40 4f4fb700ef54: Pulling fs layer 14:06:40 99624a4fd86a: Pulling fs layer 14:06:40 6b3f207db0e4: Pulling fs layer 14:06:40 99624a4fd86a: Waiting 14:06:40 2f21744ef460: Pulling fs layer 14:06:40 6b3f207db0e4: Waiting 14:06:40 80fde8283b9a: Pulling fs layer 14:06:40 2f21744ef460: Waiting 14:06:40 cfd52aaeb832: Pulling fs layer 14:06:40 80fde8283b9a: Waiting 14:06:40 2aa7661f3209: Pulling fs layer 14:06:40 cfd52aaeb832: Waiting 14:06:40 2aa7661f3209: Waiting 14:06:40 ad7962f27383: Pulling fs layer 14:06:40 c8cf6870052b: Pulling fs layer 14:06:40 ad7962f27383: Waiting 14:06:40 1996d6e72d7b: Pulling fs layer 14:06:40 1996d6e72d7b: Waiting 14:06:40 112e10f1d4c1: Pulling fs layer 14:06:40 b97b6e3dbded: Pulling fs layer 14:06:40 112e10f1d4c1: Waiting 14:06:40 b97b6e3dbded: Waiting 14:06:40 Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 81 of 147 SUCCESS (0 secs / 1.015 secs) 14:06:40 Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 82 of 147 SUCCESS (0 secs / 1.025 secs) 14:06:40 Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 83 of 147 SUCCESS (0 secs / 1.03 secs) 14:06:40 Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 84 of 147 SUCCESS (0 secs / 1.039 secs) 14:06:40 Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 85 of 147 SUCCESS (0 secs / 1.055 secs) 14:06:40 Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 86 of 147 SUCCESS (0 secs / 1.061 secs) 14:06:40 Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 87 of 147 SUCCESS (0 secs / 1.068 secs) 14:06:40 Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 88 of 147 SUCCESS (0 secs / 1.114 secs) 14:06:40 Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 89 of 147 SUCCESS (0 secs / 1.145 secs) 14:06:40 Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 90 of 147 SUCCESS (0 secs / 1.155 secs) 14:06:40 Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 91 of 147 SUCCESS (0 secs / 1.158 secs) 14:06:40 Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 92 of 147 SUCCESS (0 secs / 1.163 secs) 14:06:40 Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 93 of 147 SUCCESS (0 secs / 1.177 secs) 14:06:40 Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 94 of 147 SUCCESS (0 secs / 1.182 secs) 14:06:40 Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 95 of 147 SUCCESS (0 secs / 1.193 secs) 14:06:40 4f4fb700ef54: Verifying Checksum 14:06:40 4f4fb700ef54: Download complete 14:06:40 579b34f0a95b: Verifying Checksum 14:06:40 579b34f0a95b: Download complete 14:06:40 2ecd494fa26a: Verifying Checksum 14:06:40 2ecd494fa26a: Download complete 14:06:40 Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 96 of 147 SUCCESS (0 secs / 1.204 secs) 14:06:40 Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 97 of 147 SUCCESS (0 secs / 1.206 secs) 14:06:40 Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 98 of 147 SUCCESS (0 secs / 1.207 secs) 14:06:40 Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 99 of 147 SUCCESS (0 secs / 1.22 secs) 14:06:40 Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 100 of 147 SUCCESS (0 secs / 1.233 secs) 14:06:40 Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 101 of 147 SUCCESS (0 secs / 1.235 secs) 14:06:40 Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 102 of 147 SUCCESS (0 secs / 1.243 secs) 14:06:40 Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 103 of 147 SUCCESS (0 secs / 1.253 secs) 14:06:40 Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 104 of 147 SUCCESS (0 secs / 1.261 secs) 14:06:40 Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 105 of 147 SUCCESS (0 secs / 1.267 secs) 14:06:40 Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 106 of 147 SUCCESS (0 secs / 1.271 secs) 14:06:40 Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 107 of 147 SUCCESS (0 secs / 1.275 secs) 14:06:40 Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 108 of 147 SUCCESS (0 secs / 1.28 secs) 14:06:40 Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 109 of 147 SUCCESS (0 secs / 1.286 secs) 14:06:40 Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 110 of 147 SUCCESS (0 secs / 1.291 secs) 14:06:40 Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 111 of 147 SUCCESS (0 secs / 1.293 secs) 14:06:40 Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 112 of 147 SUCCESS (0 secs / 1.296 secs) 14:06:40 Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 113 of 147 SUCCESS (0 secs / 1.299 secs) 14:06:40 Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 114 of 147 SUCCESS (0 secs / 1.301 secs) 14:06:40 Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 115 of 147 SUCCESS (0 secs / 1.302 secs) 14:06:40 Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 116 of 147 SUCCESS (0 secs / 1.31 secs) 14:06:40 Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 117 of 147 SUCCESS (0 secs / 1.319 secs) 14:06:40 Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 118 of 147 SUCCESS (0 secs / 1.321 secs) 14:06:40 Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 119 of 147 SUCCESS (0 secs / 1.332 secs) 14:06:40 Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 120 of 147 SUCCESS (0 secs / 1.335 secs) 14:06:40 Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 121 of 147 SUCCESS (0 secs / 1.336 secs) 14:06:40 ERROR: 'NG0304: 'router-outlet' is not a known element: 14:06:40 1. If 'router-outlet' is an Angular component, then verify that it is part of this module. 14:06:40 2. If 'router-outlet' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.' 14:06:40 Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 121 of 147 SUCCESS (0 secs / 1.336 secs) 14:06:40 ERROR: 'NG0304: 'router-outlet' is not a known element: 14:06:40 1. If 'router-outlet' is an Angular component, then verify that it is part of this module. 14:06:40 2. If 'router-outlet' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.' 14:06:40 Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 122 of 147 SUCCESS (0 secs / 1.339 secs) 14:06:40 Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 123 of 147 SUCCESS (0 secs / 1.343 secs) 14:06:40 Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 124 of 147 SUCCESS (0 secs / 1.344 secs) 14:06:40 Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 125 of 147 SUCCESS (0 secs / 1.345 secs) 14:06:40 Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 126 of 147 SUCCESS (0 secs / 1.346 secs) 14:06:40 Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 127 of 147 SUCCESS (0 secs / 1.348 secs) 14:06:40 Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 128 of 147 SUCCESS (0 secs / 1.35 secs) 14:06:40 Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 129 of 147 SUCCESS (0 secs / 1.356 secs) 14:06:40 Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 130 of 147 SUCCESS (0 secs / 1.358 secs) 14:06:40 Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 131 of 147 SUCCESS (0 secs / 1.361 secs) 14:06:40 Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 132 of 147 SUCCESS (0 secs / 1.382 secs) 14:06:40 Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 133 of 147 SUCCESS (0 secs / 1.384 secs) 14:06:40 Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 134 of 147 SUCCESS (0 secs / 1.387 secs) 14:06:40 Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 135 of 147 SUCCESS (0 secs / 1.397 secs) 14:06:40 Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 136 of 147 SUCCESS (0 secs / 1.403 secs) 14:06:40 Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 137 of 147 SUCCESS (0 secs / 1.411 secs) 14:06:40 Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 138 of 147 SUCCESS (0 secs / 1.426 secs) 14:06:40 Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 139 of 147 SUCCESS (0 secs / 1.433 secs) 14:06:40 Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 140 of 147 SUCCESS (0 secs / 1.439 secs) 14:06:40 Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 141 of 147 SUCCESS (0 secs / 1.448 secs) 14:06:40 Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 142 of 147 SUCCESS (0 secs / 1.451 secs) 14:06:40 Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 143 of 147 SUCCESS (0 secs / 1.462 secs) 14:06:40 Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 144 of 147 SUCCESS (0 secs / 1.475 secs) 14:06:40 Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 145 of 147 SUCCESS (0 secs / 1.48 secs) 14:06:40 Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 146 of 147 SUCCESS (0 secs / 1.494 secs) 14:06:40 Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 147 of 147 SUCCESS (0 secs / 1.5 secs) 14:06:40 99624a4fd86a: Verifying Checksum 14:06:40 99624a4fd86a: Download complete 14:06:40 6b3f207db0e4: Verifying Checksum 14:06:40 6b3f207db0e4: Download complete 14:06:41 Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 147 of 147 SUCCESS (2.06 secs / 1.5 secs) 14:06:41 TOTAL: 147 SUCCESS 14:06:41 ✔ Browser application bundle generation complete. 14:06:41 80fde8283b9a: Verifying Checksum 14:06:41 80fde8283b9a: Download complete 14:06:41 579b34f0a95b: Pull complete 14:06:41 cfd52aaeb832: Verifying Checksum 14:06:41 cfd52aaeb832: Download complete 14:06:41 2aa7661f3209: Verifying Checksum 14:06:41 2aa7661f3209: Download complete 14:06:41 14:06:41 =============================== Coverage summary =============================== 14:06:41 Statements : 41.03% ( 1473/3590 ) 14:06:41 Branches : 11.75% ( 114/970 ) 14:06:41 Functions : 32.21% ( 422/1310 ) 14:06:41 Lines : 39.02% ( 1328/3403 ) 14:06:41 ================================================================================ 14:06:41 ✔ Browser application bundle generation complete. 14:06:41 2f21744ef460: Verifying Checksum 14:06:41 2f21744ef460: Download complete 14:06:41 c8cf6870052b: Verifying Checksum 14:06:41 c8cf6870052b: Download complete 14:06:41 112e10f1d4c1: Verifying Checksum 14:06:41 112e10f1d4c1: Download complete 14:06:41 b97b6e3dbded: Download complete 14:06:41 2ecd494fa26a: Pull complete 14:06:41 make[1]: Leaving directory '/w/workspace/edgexfoundry_edgex-ui-go_PR-658/web' [Pipeline] echo 14:06:41 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] } 14:06:41 $ docker stop --time=1 a61cb2d11ccd44ca22e3b1215373e0ae2c4cae2cf43332bc72547430e83b8562 14:06:42 4f4fb700ef54: Pull complete 14:06:42 ad7962f27383: Verifying Checksum 14:06:42 ad7962f27383: Download complete 14:06:43 $ docker rm -f --volumes a61cb2d11ccd44ca22e3b1215373e0ae2c4cae2cf43332bc72547430e83b8562 14:06:43 1996d6e72d7b: Verifying Checksum 14:06:43 1996d6e72d7b: Download complete 14:06:43 99624a4fd86a: Pull complete [Pipeline] // withDockerContainer [Pipeline] sh 14:06:43 + sudo chown -R jenkins:jenkins . [Pipeline] stash 14:06:44 Stashed 1 file(s) [Pipeline] } 14:06:44 6b3f207db0e4: Pull complete [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 14:06:45 + sudo chown -R jenkins:jenkins . 14:06:46 2f21744ef460: Pull complete [Pipeline] sh 14:06:46 80fde8283b9a: Pull complete 14:06:46 + ls -al . 14:06:46 total 180 14:06:46 drwxrwxr-x 13 jenkins jenkins 4096 Nov 6 14:04 . 14:06:46 drwxrwxr-x 4 jenkins jenkins 4096 Nov 6 14:01 .. 14:06:46 drwxrwxr-x 2 jenkins jenkins 4096 Nov 6 14:01 .blubracket 14:06:46 -rw-rw-r-- 1 jenkins jenkins 18 Nov 6 14:01 .dockerignore 14:06:46 drwxrwxr-x 8 jenkins jenkins 4096 Nov 6 14:01 .git 14:06:46 drwxrwxr-x 3 jenkins jenkins 4096 Nov 6 14:01 .github 14:06:46 -rw-rw-r-- 1 jenkins jenkins 161 Nov 6 14:01 .gitignore 14:06:46 drwxr-xr-x 3 jenkins jenkins 4096 Nov 6 14:01 .semver 14:06:46 -rw-rw-r-- 1 jenkins jenkins 8418 Nov 6 14:01 Attribution.txt 14:06:46 -rw-rw-r-- 1 jenkins jenkins 19103 Nov 6 14:01 CHANGELOG.md 14:06:46 -rw-rw-r-- 1 jenkins jenkins 3959 Nov 6 14:01 CONTRIBUTING.md 14:06:46 -rw-rw-r-- 1 jenkins jenkins 1788 Nov 6 14:01 Dockerfile 14:06:46 -rw-rw-r-- 1 jenkins jenkins 652 Nov 6 14:01 Jenkinsfile 14:06:46 -rw-rw-r-- 1 jenkins jenkins 11357 Nov 6 14:01 LICENSE 14:06:46 -rw-rw-r-- 1 jenkins jenkins 2134 Nov 6 14:01 Makefile 14:06:46 -rw-rw-r-- 1 jenkins jenkins 4381 Nov 6 14:01 README.md 14:06:46 -rw-rw-r-- 1 jenkins jenkins 5 Nov 6 14:01 VERSION 14:06:46 drwxrwxr-x 3 jenkins jenkins 4096 Nov 6 14:01 assets 14:06:46 drwxrwxr-x 2 jenkins jenkins 4096 Nov 6 14:01 bin 14:06:46 drwxrwxr-x 3 jenkins jenkins 4096 Nov 6 14:01 cmd 14:06:46 -rw-r--r-- 1 jenkins jenkins 10 Nov 6 14:04 coverage.out 14:06:46 drwxrwxr-x 2 jenkins jenkins 4096 Nov 6 14:01 docs 14:06:46 -rw-rw-r-- 1 jenkins jenkins 3512 Nov 6 14:01 go.mod 14:06:46 -rw-rw-r-- 1 jenkins jenkins 34269 Nov 6 14:01 go.sum 14:06:46 drwxrwxr-x 8 jenkins jenkins 4096 Nov 6 14:01 internal 14:06:46 drwxrwxr-x 4 jenkins jenkins 4096 Nov 6 14:01 testing 14:06:46 -rw-rw-r-- 1 jenkins jenkins 155 Nov 6 14:01 version.go 14:06:46 drwxrwxr-x 6 jenkins jenkins 4096 Nov 6 14:05 web [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:06:46 cfd52aaeb832: Pull complete 14:06:46 2aa7661f3209: Pull complete 14:06:46 + docker build -t edgex-ui -f Dockerfile --build-arg BASE=ci-base-image-x86_64 --build-arg MAKE=make build --build-arg ARCH=amd64 --label git_sha=6cd958e8792824617ef9e13f7801649486dd64cd --label arch=amd64 --label version=0.0.0 . 14:06:47 Sending build context to Docker daemon 51.83MB 14:06:47 Step 1/25 : ARG BASE=golang:1.21-alpine3.18 14:06:47 Step 2/25 : FROM ${BASE} AS builder 14:06:47 ---> 9b525328e68f 14:06:47 Step 3/25 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" 14:06:48 ad7962f27383: Pull complete 14:06:48 c8cf6870052b: Pull complete 14:06:48 ---> Running in 504da010269f 14:06:48 Removing intermediate container 504da010269f 14:06:48 ---> ec3ee24e3d0f 14:06:48 Step 4/25 : ARG ALPINE_PKG_BASE="make git" 14:06:48 ---> Running in 658012484c68 14:06:48 Removing intermediate container 658012484c68 14:06:48 ---> b8c52a24e037 14:06:48 Step 5/25 : ARG ALPINE_PKG_EXTRA="" 14:06:48 ---> Running in 0e5666801d23 14:06:48 Removing intermediate container 0e5666801d23 14:06:48 ---> c80b826a8a8c 14:06:48 Step 6/25 : LABEL Name=edgex-ui-go 14:06:48 ---> Running in b9bb43004efc 14:06:48 Removing intermediate container b9bb43004efc 14:06:48 ---> d9d13b8e6ba2 14:06:48 Step 7/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2023: Intel' 14:06:48 ---> Running in d8467fd08288 14:06:48 Removing intermediate container d8467fd08288 14:06:48 ---> 8afa9dde5bf9 14:06:48 Step 8/25 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 14:06:50 ---> 78125ea3b484 14:06:50 Step 9/25 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 14:06:50 ---> Running in 0b41abb30b21 14:06:50 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 14:06:50 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 14:06:50 OK: 264 MiB in 52 packages 14:06:50 Removing intermediate container 0b41abb30b21 14:06:50 ---> f0944cb2dbc0 14:06:50 Step 10/25 : ENV GO111MODULE=on 14:06:50 ---> Running in 3acb781c9c96 14:06:50 Removing intermediate container 3acb781c9c96 14:06:50 ---> af8ed24fe221 14:06:50 Step 11/25 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go 14:06:50 ---> Running in dc698a2f0db4 14:06:51 Removing intermediate container dc698a2f0db4 14:06:51 ---> 915097d81129 14:06:51 Step 12/25 : COPY go.mod vendor* ./ 14:06:51 ---> e85436aa902a 14:06:51 Step 13/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 14:06:51 ---> Running in 99ed463fcb68 14:06:51 1996d6e72d7b: Pull complete 14:06:51 112e10f1d4c1: Pull complete 14:06:52 Removing intermediate container 99ed463fcb68 14:06:52 ---> b22638751991 14:06:52 Step 14/25 : COPY . . 14:06:52 b97b6e3dbded: Pull complete 14:06:52 Digest: sha256:1dfc375736e448806602211e09a9b1390eb110548dcb839eef374da357ca5f5d 14:06:52 Status: Downloaded newer image for docker:latest 14:06:54 ---> 2a84ac59cc31 14:06:54 Step 9/15 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 14:06:54 ---> Running in bfa757188725 14:06:55 ---> 6bba3e9c0b9b 14:06:55 Step 15/25 : RUN ${MAKE} 14:06:55 ---> Running in 26042398373f 14:06:55 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus" -ldflags "-X github.com/edgexfoundry/edgex-ui-go.Version=0.0.0" -trimpath -o cmd/edgex-ui-server/edgex-ui-server ./cmd/edgex-ui-server 14:06:55 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 14:06:56 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 14:06:57 OK: 266 MiB in 52 packages 14:06:57 Removing intermediate container bfa757188725 14:06:57 ---> 408d94220e97 14:06:57 Step 10/15 : ENV GO111MODULE=on 14:06:57 ---> Running in 1c22d8bb8197 14:06:58 Removing intermediate container 1c22d8bb8197 14:06:58 ---> 82cf35009aac 14:06:58 Step 11/15 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go 14:06:58 ---> Running in c7edc1750086 14:06:58 Removing intermediate container c7edc1750086 14:06:58 ---> 2e73a06b22e3 14:06:58 Step 12/15 : COPY go.mod vendor* ./ 14:06:59 ---> 6440c1843fec 14:06:59 Step 13/15 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 14:06:59 ---> Running in e36aa4e84931 14:07:17 Removing intermediate container 26042398373f 14:07:17 ---> 8ae05aa9218e 14:07:17 Step 16/25 : FROM alpine:3.18 14:07:17 3.18: Pulling from library/alpine 14:07:17 96526aa774ef: Already exists 14:07:17 Digest: sha256:eece025e432126ce23f223450a0326fbebde39cdf496a85d8c016293fc851978 14:07:17 Status: Downloaded newer image for alpine:3.18 14:07:17 ---> 8ca4688f4f35 14:07:17 Step 17/25 : EXPOSE 4000 14:07:17 ---> Running in 31348add65b0 14:07:17 Removing intermediate container 31348add65b0 14:07:17 ---> 728772883bdf 14:07:17 Step 18/25 : COPY --from=builder /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server 14:07:17 ---> 154ff5473070 14:07:17 Step 19/25 : COPY --from=builder /go/src/github.com/edgexfoundry/edgex-ui-go/Attribution.txt /Attribution.txt 14:07:17 ---> e3db3ebade0b 14:07:17 Step 20/25 : COPY --from=builder /go/src/github.com/edgexfoundry/edgex-ui-go/LICENSE /LICENSE 14:07:17 ---> 591c1110c867 14:07:17 Step 21/25 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server 14:07:17 ---> Running in b12f557da5b6 14:07:17 Removing intermediate container b12f557da5b6 14:07:17 ---> 17ecbd21ae44 14:07:17 Step 22/25 : ENTRYPOINT ["./edgex-ui-server","--configDir=res/docker"] 14:07:17 ---> Running in 1a1ce5de2328 14:07:17 Removing intermediate container 1a1ce5de2328 14:07:17 ---> e5069b53249b 14:07:17 Step 23/25 : LABEL arch=amd64 14:07:17 ---> Running in 5ae8c5bb2921 14:07:17 Removing intermediate container 5ae8c5bb2921 14:07:17 ---> 2c27ba64919d 14:07:17 Step 24/25 : LABEL git_sha=6cd958e8792824617ef9e13f7801649486dd64cd 14:07:17 ---> Running in abc8d8c240be 14:07:17 Removing intermediate container abc8d8c240be 14:07:17 ---> dc42b9bf8fd9 14:07:17 Step 25/25 : LABEL version=0.0.0 14:07:17 ---> Running in 3df6ccd00aa5 14:07:17 Removing intermediate container 3df6ccd00aa5 14:07:17 ---> f8293e5af56f 14:07:17 [Warning] One or more build-args [ARCH] were not consumed 14:07:17 Successfully built f8293e5af56f 14:07:17 Successfully tagged edgex-ui:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:07:18 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 14:07:18 14:07:18 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:07:19 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 14:07:19 latest: Pulling from edgex-lftools-log-publisher 14:07:19 5eb5b503b376: Pulling fs layer 14:07:19 5c69ac0246d0: Pulling fs layer 14:07:19 ec43610c2a17: Pulling fs layer 14:07:19 3a2ae6a8a46f: Pulling fs layer 14:07:19 33b1e0a273af: Pulling fs layer 14:07:19 5d3b04190fa2: Pulling fs layer 14:07:19 2f39f015ded8: Pulling fs layer 14:07:19 33b1e0a273af: Waiting 14:07:19 5d3b04190fa2: Waiting 14:07:19 2f39f015ded8: Waiting 14:07:19 3a2ae6a8a46f: Waiting 14:07:19 5c69ac0246d0: Download complete 14:07:19 3a2ae6a8a46f: Download complete 14:07:19 33b1e0a273af: Verifying Checksum 14:07:19 33b1e0a273af: Download complete 14:07:19 ec43610c2a17: Download complete 14:07:19 5d3b04190fa2: Download complete 14:07:19 5eb5b503b376: Download complete 14:07:20 2f39f015ded8: Verifying Checksum 14:07:20 2f39f015ded8: Download complete 14:07:20 5eb5b503b376: Pull complete 14:07:20 5c69ac0246d0: Pull complete 14:07:21 ec43610c2a17: Pull complete 14:07:21 3a2ae6a8a46f: Pull complete 14:07:21 33b1e0a273af: Pull complete 14:07:21 5d3b04190fa2: Pull complete 14:07:25 2f39f015ded8: Pull complete 14:07:25 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 14:07:25 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 14:07:25 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 14:07:25 prd-ubuntu20.04-docker-8c-8g-16631 does not seem to be running inside a container 14:07:25 $ 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-658 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-658:/w/workspace/edgexfoundry_edgex-ui-go_PR-658:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-658@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-658@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 14:07:33 $ docker top 4ac929ee4ba91b071ae6ed33ae8e864739058f9c1b4441769aad0b883cc1d69b -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 14:07:33 ---> job-cost.sh 14:07:33 lf-activate-venv: SKIPPING 14:07:33 INFO: No Stack... 14:07:34 INFO: Retrieving Pricing Info for: v3-standard-8 14:07:34 INFO: Archiving Costs [Pipeline] sh 14:07:35 + cat /w/workspace/edgexfoundry_edgex-ui-go_PR-658/archives/cost.csv 14:07:35 + cut -d, -f6 [Pipeline] lock 14:07:35 Trying to acquire lock on [jenkins-edgexfoundry-edgex-ui-go-PR-658-1-stack-cost] 14:07:35 Resource [jenkins-edgexfoundry-edgex-ui-go-PR-658-1-stack-cost] did not exist. Created. 14:07:35 Lock acquired on [jenkins-edgexfoundry-edgex-ui-go-PR-658-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 14:07:35 + echo total: 0.2199999988079071 [Pipeline] stash 14:07:35 Stashed 1 file(s) [Pipeline] } 14:07:35 Lock released on resource [jenkins-edgexfoundry-edgex-ui-go-PR-658-1-stack-cost] [Pipeline] // lock [Pipeline] } 14:07:36 $ docker stop --time=1 4ac929ee4ba91b071ae6ed33ae8e864739058f9c1b4441769aad0b883cc1d69b 14:07:37 $ docker rm -f --volumes 4ac929ee4ba91b071ae6ed33ae8e864739058f9c1b4441769aad0b883cc1d69b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 14:08:20 Removing intermediate container e36aa4e84931 14:08:20 ---> 838165bfeab9 14:08:20 Step 14/15 : COPY . . 14:08:20 ---> 0435b495c8f1 14:08:20 Step 15/15 : RUN ${MAKE} 14:08:20 ---> Running in 75109e20a5ec 14:08:20 noop 14:08:20 Removing intermediate container 75109e20a5ec 14:08:20 ---> 561149d42669 14:08:20 Successfully built 561149d42669 14:08:20 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:08:21 + docker inspect -f . ci-base-image-arm64 14:08:21 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 14:08:21 prd-ubuntu20.04-docker-arm64-4c-16g-16633 does not seem to be running inside a container 14:08:21 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/1 -v /w/workspace/edgex-ui-go/1:/w/workspace/edgex-ui-go/1:rw,z -v /w/workspace/edgex-ui-go/1@tmp:/w/workspace/edgex-ui-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 14:08:22 $ docker top ebb1910696b6e59117f79349331a72a8b01829d970118f9f5e3ef84ca9af9d47 -eo pid,comm [Pipeline] { [Pipeline] sh 14:08:23 + go version 14:08:23 go version go1.21.0 linux/arm64 [Pipeline] } 14:08:23 $ docker stop --time=1 ebb1910696b6e59117f79349331a72a8b01829d970118f9f5e3ef84ca9af9d47 14:08:25 $ docker rm -f --volumes ebb1910696b6e59117f79349331a72a8b01829d970118f9f5e3ef84ca9af9d47 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:08:26 + docker inspect -f . ci-base-image-arm64 14:08:26 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 14:08:26 prd-ubuntu20.04-docker-arm64-4c-16g-16633 does not seem to be running inside a container 14:08:26 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/edgex-ui-go/1 -v /w/workspace/edgex-ui-go/1:/w/workspace/edgex-ui-go/1:rw,z -v /w/workspace/edgex-ui-go/1@tmp:/w/workspace/edgex-ui-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 14:08:27 $ docker top 81ab0c003a35b3bc37ce770a115d28cf76f9f76542a0b1f2e6e79a0081060aa9 -eo pid,comm [Pipeline] { [Pipeline] sh 14:08:28 + git config --global --add safe.directory /w/workspace/edgex-ui-go/1 [Pipeline] fileExists [Pipeline] sh 14:08:29 + make test 14:08:29 CGO_ENABLED=0 GO111MODULE=on go test -tags "no_messagebus" -coverprofile=coverage.out ./... 14:08:37 ? github.com/edgexfoundry/edgex-ui-go [no test files] 14:09:58 ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] 14:09:58 ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] 14:09:58 ? github.com/edgexfoundry/edgex-ui-go/internal/common [no test files] 14:09:58 ? github.com/edgexfoundry/edgex-ui-go/internal/config [no test files] 14:09:58 ? github.com/edgexfoundry/edgex-ui-go/internal/container [no test files] 14:09:58 ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] 14:09:58 ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] 14:09:58 ? github.com/edgexfoundry/edgex-ui-go/internal/service [no test files] 14:09:58 CGO_ENABLED=0 GO111MODULE=on go vet -tags "no_messagebus" ./... 14:10:25 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 14:10:25 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 14:10:25 ./bin/test-attribution-txt.sh 14:10:25 An attribution for github.com/gabriel-vasile/mimetype is missing from Attribution.txt, please add 14:10:25 An attribution for github.com/golang-jwt/jwt is missing from Attribution.txt, please add 14:10:25 An attribution for github.com/klauspost/compress is missing from Attribution.txt, please add 14:10:25 An attribution for github.com/labstack/echo/v4 is missing from Attribution.txt, please add 14:10:25 An attribution for github.com/labstack/gommon is missing from Attribution.txt, please add 14:10:25 An attribution for github.com/valyala/bytebufferpool is missing from Attribution.txt, please add 14:10:25 An attribution for github.com/valyala/fasttemplate is missing from Attribution.txt, please add 14:10:25 An attribution for golang.org/x/exp is missing from Attribution.txt, please add 14:10:25 An attribution for golang.org/x/time is missing from Attribution.txt, please add 14:10:25 make -C web test 14:10:25 make[1]: Entering directory '/w/workspace/edgex-ui-go/1/web' 14:10:25 make[1]: tput: No such file or directory 14:10:25 make[1]: tput: No such file or directory 14:10:25 warning: generating ./VERSION 14:10:25 echo "0.0.0" > VERSION 14:10:25 docker build \ 14:10:25 -f Dockerfile \ 14:10:25 --build-arg USER=1000 \ 14:10:25 \ 14:10:25 --label "git_sha=6cd958e8792824617ef9e13f7801649486dd64cd" \ 14:10:25 -t edgexfoundry/edgex-web-ui:6cd958e8792824617ef9e13f7801649486dd64cd \ 14:10:25 -t edgexfoundry/edgex-web-ui:0.0.0-dev \ 14:10:25 . 14:10:25 DEPRECATED: The legacy builder is deprecated and will be removed in a future release. 14:10:25 Install the buildx component to build images with BuildKit: 14:10:25 https://docs.docker.com/go/buildx/ 14:10:25 14:10:25 Sending build context to Docker daemon 2.706MB 14:10:25 Step 1/11 : FROM node:18-alpine3.18 14:10:26 18-alpine3.18: Pulling from library/node 14:10:26 579b34f0a95b: Already exists 14:10:26 193dce5f4a0c: Pulling fs layer 14:10:26 78d1fe6b9b44: Pulling fs layer 14:10:26 18c854bc80ea: Pulling fs layer 14:10:26 18c854bc80ea: Download complete 14:10:26 78d1fe6b9b44: Verifying Checksum 14:10:26 78d1fe6b9b44: Download complete 14:10:28 193dce5f4a0c: Verifying Checksum 14:10:28 193dce5f4a0c: Download complete 14:10:36 193dce5f4a0c: Pull complete 14:10:41 78d1fe6b9b44: Pull complete 14:10:41 18c854bc80ea: Pull complete 14:10:41 Digest: sha256:435dcad253bb5b7f347ebc69c8cc52de7c912eb7241098b920f2fc2d7843183d 14:10:41 Status: Downloaded newer image for node:18-alpine3.18 14:10:41 ---> f5a5f9201015 14:10:41 Step 2/11 : RUN apk add --no-cache chromium 14:10:42 ---> Running in 69acf52d6da0 14:10:44 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 14:10:44 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 14:10:46 (1/151) Installing libexpat (2.5.0-r1) 14:10:46 (2/151) Installing brotli-libs (1.0.9-r14) 14:10:46 (3/151) Installing libbz2 (1.0.8-r5) 14:10:46 (4/151) Installing libpng (1.6.39-r3) 14:10:46 (5/151) Installing freetype (2.13.0-r5) 14:10:46 (6/151) Installing fontconfig (2.14.2-r3) 14:10:46 (7/151) Installing libfontenc (1.1.7-r2) 14:10:46 (8/151) Installing mkfontscale (1.2.2-r3) 14:10:46 (9/151) Installing font-opensans (0_git20210927-r1) 14:10:46 (10/151) Installing pkgconf (1.9.5-r0) 14:10:46 (11/151) Installing libffi (3.4.4-r2) 14:10:46 (12/151) Installing libintl (0.21.1-r7) 14:10:46 (13/151) Installing libblkid (2.38.1-r8) 14:10:46 (14/151) Installing libmount (2.38.1-r8) 14:10:46 (15/151) Installing pcre2 (10.42-r1) 14:10:46 (16/151) Installing glib (2.76.4-r0) 14:10:46 (17/151) Installing xz-libs (5.4.3-r0) 14:10:46 (18/151) Installing libxml2 (2.11.4-r0) 14:10:46 (19/151) Installing shared-mime-info (2.2-r5) 14:10:46 (20/151) Installing hicolor-icon-theme (0.17-r2) 14:10:46 (21/151) Installing libjpeg-turbo (2.1.5.1-r3) 14:10:46 (22/151) Installing libwebp (1.3.2-r0) 14:10:46 (23/151) Installing zstd-libs (1.5.5-r4) 14:10:46 (24/151) Installing tiff (4.5.1-r0) 14:10:46 (25/151) Installing gdk-pixbuf (2.42.10-r5) 14:10:46 (26/151) Installing gtk-update-icon-cache (3.24.38-r1) 14:10:46 (27/151) Installing libxau (1.0.11-r2) 14:10:46 (28/151) Installing libmd (1.0.4-r2) 14:10:46 (29/151) Installing libbsd (0.11.7-r1) 14:10:46 (30/151) Installing libxdmcp (1.1.4-r2) 14:10:46 (31/151) Installing libxcb (1.15-r1) 14:10:46 (32/151) Installing libx11 (1.8.7-r0) 14:10:46 (33/151) Installing libxcomposite (0.4.6-r3) 14:10:46 (34/151) Installing libxfixes (6.0.1-r2) 14:10:46 (35/151) Installing libxrender (0.9.11-r3) 14:10:46 (36/151) Installing libxcursor (1.2.1-r2) 14:10:46 (37/151) Installing libxdamage (1.1.6-r2) 14:10:46 (38/151) Installing libxext (1.3.5-r2) 14:10:46 (39/151) Installing libxi (1.8.1-r0) 14:10:46 (40/151) Installing libxinerama (1.1.5-r2) 14:10:46 (41/151) Installing libxrandr (1.5.3-r2) 14:10:46 (42/151) Installing libatk-1.0 (2.48.3-r0) 14:10:46 (43/151) Installing libxtst (1.2.4-r2) 14:10:46 (44/151) Installing dbus-libs (1.14.8-r0) 14:10:47 (45/151) Installing at-spi2-core (2.48.3-r0) 14:10:47 (46/151) Installing libatk-bridge-2.0 (2.48.3-r0) 14:10:47 (47/151) Installing pixman (0.42.2-r1) 14:10:47 (48/151) Installing cairo (1.17.8-r1) 14:10:47 (49/151) Installing cairo-gobject (1.17.8-r1) 14:10:47 (50/151) Installing avahi-libs (0.8-r13) 14:10:47 (51/151) Installing gmp (6.2.1-r3) 14:10:47 (52/151) Installing nettle (3.8.1-r2) 14:10:47 (53/151) Installing libunistring (1.1-r1) 14:10:47 (54/151) Installing libidn2 (2.3.4-r1) 14:10:47 (55/151) Installing p11-kit (0.24.1-r2) 14:10:47 (56/151) Installing libtasn1 (4.19.0-r1) 14:10:47 (57/151) Installing gnutls (3.8.0-r2) 14:10:47 (58/151) Installing cups-libs (2.4.7-r0) 14:10:47 (59/151) Installing libepoxy (1.5.10-r1) 14:10:47 (60/151) Installing fribidi (1.0.13-r0) 14:10:47 (61/151) Installing graphite2 (1.3.14-r5) 14:10:47 (62/151) Installing harfbuzz (7.3.0-r0) 14:10:47 (63/151) Installing libxft (2.3.8-r1) 14:10:47 (64/151) Installing pango (1.50.14-r1) 14:10:47 (65/151) Installing wayland-libs-client (1.22.0-r2) 14:10:47 (66/151) Installing wayland-libs-cursor (1.22.0-r2) 14:10:47 (67/151) Installing wayland-libs-egl (1.22.0-r2) 14:10:47 (68/151) Installing xkeyboard-config (2.38-r0) 14:10:47 (69/151) Installing libxkbcommon (1.5.0-r2) 14:10:47 (70/151) Installing gtk+3.0 (3.24.38-r1) 14:10:48 Executing gtk+3.0-3.24.38-r1.post-install 14:10:48 (71/151) Installing icu-data-full (73.2-r2) 14:10:48 (72/151) Installing mesa (23.0.4-r0) 14:10:48 (73/151) Installing llvm15-libs (15.0.7-r6) 14:10:51 (74/151) Installing libdrm (2.4.115-r4) 14:10:51 (75/151) Installing musl-fts (1.2.7-r5) 14:10:51 (76/151) Installing libelf (0.189-r2) 14:10:51 (77/151) Installing mesa-glapi (23.0.4-r0) 14:10:51 (78/151) Installing mesa-dri-gallium (23.0.4-r0) 14:10:51 (79/151) Installing eudev-libs (3.2.11-r8) 14:10:51 (80/151) Installing libmagic (5.45-r0) 14:10:52 (81/151) Installing file (5.45-r0) 14:10:52 (82/151) Installing libice (1.1.1-r2) 14:10:52 (83/151) Installing libuuid (2.38.1-r8) 14:10:52 (84/151) Installing libsm (1.2.4-r1) 14:10:52 (85/151) Installing libxt (1.3.0-r2) 14:10:52 (86/151) Installing libxmu (1.1.4-r2) 14:10:52 (87/151) Installing xset (1.2.5-r1) 14:10:52 (88/151) Installing xprop (1.2.6-r0) 14:10:52 (89/151) Installing xdg-utils (1.1.3-r4) 14:10:52 (90/151) Installing libogg (1.3.5-r4) 14:10:52 (91/151) Installing flac-libs (1.4.3-r0) 14:10:52 (92/151) Installing alsa-lib (1.2.9-r1) 14:10:52 (93/151) Installing libatomic (12.2.1_git20220924-r10) 14:10:52 (94/151) Installing svt-av1-libs (1.6.0-r0) 14:10:52 (95/151) Installing aom-libs (3.6.1-r0) 14:10:52 (96/151) Installing libva (2.18.0-r1) 14:10:52 (97/151) Installing libvdpau (1.5-r1) 14:10:52 (98/151) Installing ffmpeg-libavutil (6.0-r15) 14:10:52 (99/151) Installing libdav1d (1.2.1-r0) 14:10:52 (100/151) Installing libhwy (1.0.4-r1) 14:10:52 (101/151) Installing lcms2 (2.15-r2) 14:10:52 (102/151) Installing libjxl (0.8.2-r0) 14:10:52 (103/151) Installing lame-libs (3.100-r5) 14:10:52 (104/151) Installing opus (1.4-r0) 14:10:52 (105/151) Installing libgomp (12.2.1_git20220924-r10) 14:10:52 (106/151) Installing soxr (0.1.3-r5) 14:10:52 (107/151) Installing ffmpeg-libswresample (6.0-r15) 14:10:52 (108/151) Installing libtheora (1.1.1-r17) 14:10:52 (109/151) Installing libvorbis (1.3.7-r1) 14:10:52 (110/151) Installing libvpx (1.13.0-r2) 14:10:52 (111/151) Installing x264-libs (0.164_git20220602-r1) 14:10:52 (112/151) Installing numactl (2.0.16-r4) 14:10:52 (113/151) Installing x265-libs (3.5-r4) 14:10:53 (114/151) Installing xvidcore (1.3.7-r1) 14:10:53 (115/151) Installing ffmpeg-libavcodec (6.0-r15) 14:10:53 (116/151) Installing libbluray (1.3.4-r0) 14:10:53 (117/151) Installing mpg123-libs (1.31.3-r1) 14:10:53 (118/151) Installing libopenmpt (0.7.2-r0) 14:10:53 (119/151) Installing cjson (1.7.15-r4) 14:10:53 (120/151) Installing mbedtls (2.28.5-r0) 14:10:53 (121/151) Installing librist (0.2.7-r0) 14:10:53 (122/151) Installing libsrt (1.5.2-r0) 14:10:53 (123/151) Installing libssh (0.10.5-r0) 14:10:53 (124/151) Installing libsodium (1.0.18-r3) 14:10:53 (125/151) Installing libzmq (4.3.4-r4) 14:10:53 (126/151) Installing ffmpeg-libavformat (6.0-r15) 14:10:53 (127/151) Installing libevent (2.1.12-r6) 14:10:53 (128/151) Installing wayland-libs-server (1.22.0-r2) 14:10:53 (129/151) Installing mesa-gbm (23.0.4-r0) 14:10:53 (130/151) Installing harfbuzz-subset (7.3.0-r0) 14:10:53 (131/151) Installing icu-libs (73.2-r2) 14:10:53 (132/151) Installing jsoncpp (1.9.5-r0) 14:10:53 (133/151) Installing minizip (1.2.13-r1) 14:10:53 (134/151) Installing nspr (4.35-r2) 14:10:53 (135/151) Installing sqlite-libs (3.41.2-r2) 14:10:53 (136/151) Installing nss (3.94-r0) 14:10:53 (137/151) Installing pipewire-libs (0.3.70-r1) 14:10:53 (138/151) Installing libasyncns (0.8-r1) 14:10:53 (139/151) Installing libltdl (2.4.7-r2) 14:10:53 (140/151) Installing orc (0.4.34-r0) 14:10:53 (141/151) Installing libsndfile (1.2.0-r2) 14:10:54 (142/151) Installing speexdsp (1.2.1-r1) 14:10:54 (143/151) Installing tdb-libs (1.4.8-r1) 14:10:54 (144/151) Installing libpulse (16.1-r10) 14:10:54 (145/151) Installing snappy (1.1.10-r1) 14:10:54 (146/151) Installing libwoff2common (1.0.2-r2) 14:10:54 (147/151) Installing libwoff2enc (1.0.2-r2) 14:10:54 (148/151) Installing libgpg-error (1.47-r1) 14:10:54 (149/151) Installing libgcrypt (1.10.2-r1) 14:10:54 (150/151) Installing libxslt (1.1.38-r0) 14:10:54 (151/151) Installing chromium (117.0.5938.62-r0) 14:10:59 Executing busybox-1.36.1-r2.trigger 14:10:59 Executing fontconfig-2.14.2-r3.trigger 14:10:59 Executing mkfontscale-1.2.2-r3.trigger 14:10:59 Executing glib-2.76.4-r0.trigger 14:10:59 Executing shared-mime-info-2.2-r5.trigger 14:11:02 Executing gdk-pixbuf-2.42.10-r5.trigger 14:11:02 Executing gtk-update-icon-cache-3.24.38-r1.trigger 14:11:02 OK: 555 MiB in 168 packages 14:11:17 Removing intermediate container 69acf52d6da0 14:11:17 ---> e292abf1fcad 14:11:17 Step 3/11 : ENV CHROME_BIN=/usr/bin/chromium-browser 14:11:17 ---> Running in ea2f8b869b61 14:11:17 Removing intermediate container ea2f8b869b61 14:11:17 ---> 3ef0a895a68d 14:11:17 Step 4/11 : ENV NODE_OPTIONS=--openssl-legacy-provider 14:11:17 ---> Running in 195cdd6899ce 14:11:17 Removing intermediate container 195cdd6899ce 14:11:17 ---> c41726edf3a8 14:11:17 Step 5/11 : ENV PATH /app/node_modules/.bin:$PATH 14:11:17 ---> Running in 76323d4c4052 14:11:17 Removing intermediate container 76323d4c4052 14:11:17 ---> d66d10294653 14:11:17 Step 6/11 : RUN npm install -g npm 14:11:17 ---> Running in d69a39bf4cc1 14:11:44 14:11:44 removed 31 packages, and changed 65 packages in 22s 14:11:44 14:11:44 26 packages are looking for funding 14:11:44 run `npm fund` for details 14:11:45 Removing intermediate container d69a39bf4cc1 14:11:45 ---> 788341f3fde9 14:11:45 Step 7/11 : ARG USER=1000 14:11:45 ---> Running in 26325e7297dd 14:11:45 Removing intermediate container 26325e7297dd 14:11:45 ---> aeef03afc7d2 14:11:45 Step 8/11 : RUN deluser --remove-home node && adduser -u $USER -D -s /bin/sh node 14:11:45 ---> Running in 7049a665cced 14:11:46 Removing intermediate container 7049a665cced 14:11:46 ---> 356170374b3b 14:11:46 Step 9/11 : USER $USER:$USER 14:11:46 ---> Running in a8e106447b97 14:11:47 Removing intermediate container a8e106447b97 14:11:47 ---> 5fe4037a7c36 14:11:47 Step 10/11 : WORKDIR /app 14:11:47 ---> Running in 65ac255b3f9c 14:11:47 Removing intermediate container 65ac255b3f9c 14:11:47 ---> 65257604e28b 14:11:47 Step 11/11 : LABEL git_sha=6cd958e8792824617ef9e13f7801649486dd64cd 14:11:47 ---> Running in b81164ed12c4 14:11:48 Removing intermediate container b81164ed12c4 14:11:48 ---> 32c70a055a8c 14:11:48 Successfully built 32c70a055a8c 14:11:48 Successfully tagged edgexfoundry/edgex-web-ui:6cd958e8792824617ef9e13f7801649486dd64cd 14:11:48 Successfully tagged edgexfoundry/edgex-web-ui:0.0.0-dev 14:11:48 touch edgex-web-ui.imagebuilt 14:11:48 mkdir -p node_modules coverage 14:11:48 chown "1000:1000" node_modules coverage package-lock.json 14:11:48 docker run --rm -i -v "$(pwd):/app" -u "1000:1000" edgexfoundry/edgex-web-ui:0.0.0-dev npm install 14:12:00 npm WARN EBADENGINE Unsupported engine { 14:12:00 npm WARN EBADENGINE package: '@angular-devkit/architect@0.1202.4', 14:12:00 npm WARN EBADENGINE required: { 14:12:00 npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', 14:12:00 npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', 14:12:00 npm WARN EBADENGINE yarn: '>= 1.13.0' 14:12:00 npm WARN EBADENGINE }, 14:12:00 npm WARN EBADENGINE current: { node: 'v18.18.2', npm: '10.2.3' } 14:12:00 npm WARN EBADENGINE } 14:12:00 npm WARN EBADENGINE Unsupported engine { 14:12:00 npm WARN EBADENGINE package: '@angular-devkit/build-angular@12.2.4', 14:12:00 npm WARN EBADENGINE required: { 14:12:00 npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', 14:12:00 npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', 14:12:00 npm WARN EBADENGINE yarn: '>= 1.13.0' 14:12:00 npm WARN EBADENGINE }, 14:12:00 npm WARN EBADENGINE current: { node: 'v18.18.2', npm: '10.2.3' } 14:12:00 npm WARN EBADENGINE } 14:12:00 npm WARN EBADENGINE Unsupported engine { 14:12:00 npm WARN EBADENGINE package: '@angular-devkit/build-optimizer@0.1202.4', 14:12:00 npm WARN EBADENGINE required: { 14:12:00 npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', 14:12:00 npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', 14:12:00 npm WARN EBADENGINE yarn: '>= 1.13.0' 14:12:00 npm WARN EBADENGINE }, 14:12:00 npm WARN EBADENGINE current: { node: 'v18.18.2', npm: '10.2.3' } 14:12:00 npm WARN EBADENGINE } 14:12:00 npm WARN EBADENGINE Unsupported engine { 14:12:00 npm WARN EBADENGINE package: '@angular-devkit/build-webpack@0.1202.4', 14:12:00 npm WARN EBADENGINE required: { 14:12:00 npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', 14:12:00 npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', 14:12:00 npm WARN EBADENGINE yarn: '>= 1.13.0' 14:12:00 npm WARN EBADENGINE }, 14:12:00 npm WARN EBADENGINE current: { node: 'v18.18.2', npm: '10.2.3' } 14:12:00 npm WARN EBADENGINE } 14:12:00 npm WARN EBADENGINE Unsupported engine { 14:12:00 npm WARN EBADENGINE package: '@angular-devkit/core@12.2.4', 14:12:00 npm WARN EBADENGINE required: { 14:12:00 npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', 14:12:00 npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', 14:12:00 npm WARN EBADENGINE yarn: '>= 1.13.0' 14:12:00 npm WARN EBADENGINE }, 14:12:00 npm WARN EBADENGINE current: { node: 'v18.18.2', npm: '10.2.3' } 14:12:00 npm WARN EBADENGINE } 14:12:00 npm WARN EBADENGINE Unsupported engine { 14:12:00 npm WARN EBADENGINE package: '@angular-devkit/schematics@12.2.4', 14:12:00 npm WARN EBADENGINE required: { 14:12:00 npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', 14:12:00 npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', 14:12:00 npm WARN EBADENGINE yarn: '>= 1.13.0' 14:12:00 npm WARN EBADENGINE }, 14:12:00 npm WARN EBADENGINE current: { node: 'v18.18.2', npm: '10.2.3' } 14:12:00 npm WARN EBADENGINE } 14:12:00 npm WARN EBADENGINE Unsupported engine { 14:12:00 npm WARN EBADENGINE package: '@angular/cli@12.2.4', 14:12:00 npm WARN EBADENGINE required: { 14:12:00 npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', 14:12:00 npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', 14:12:00 npm WARN EBADENGINE yarn: '>= 1.13.0' 14:12:00 npm WARN EBADENGINE }, 14:12:00 npm WARN EBADENGINE current: { node: 'v18.18.2', npm: '10.2.3' } 14:12:00 npm WARN EBADENGINE } 14:12:00 npm WARN EBADENGINE Unsupported engine { 14:12:00 npm WARN EBADENGINE package: '@ngtools/webpack@12.2.4', 14:12:00 npm WARN EBADENGINE required: { 14:12:00 npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', 14:12:00 npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', 14:12:00 npm WARN EBADENGINE yarn: '>= 1.13.0' 14:12:00 npm WARN EBADENGINE }, 14:12:00 npm WARN EBADENGINE current: { node: 'v18.18.2', npm: '10.2.3' } 14:12:00 npm WARN EBADENGINE } 14:12:00 npm WARN EBADENGINE Unsupported engine { 14:12:00 npm WARN EBADENGINE package: '@schematics/angular@12.2.4', 14:12:00 npm WARN EBADENGINE required: { 14:12:00 npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', 14:12:00 npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', 14:12:00 npm WARN EBADENGINE yarn: '>= 1.13.0' 14:12:00 npm WARN EBADENGINE }, 14:12:00 npm WARN EBADENGINE current: { node: 'v18.18.2', npm: '10.2.3' } 14:12:00 npm WARN EBADENGINE } 14:13:36 npm WARN deprecated flatten@1.0.3: flatten is deprecated in favor of utility frameworks such as lodash. 14:13:36 npm WARN deprecated har-validator@5.1.5: this library is no longer supported 14:13:36 npm WARN deprecated urix@0.1.0: Please see https://github.com/lydell/urix#deprecated 14:13:36 npm WARN deprecated stable@0.1.8: Modern JS already guarantees Array#sort() is a stable sort, so this library is deprecated. See the compatibility table on MDN: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/sort#browser_compatibility 14:13:36 npm WARN deprecated source-map-url@0.4.1: See https://github.com/lydell/source-map-url#deprecated 14:13:36 npm WARN deprecated sourcemap-codec@1.4.8: Please use @jridgewell/sourcemap-codec instead 14:13:36 npm WARN deprecated source-map-resolve@0.6.0: See https://github.com/lydell/source-map-resolve#deprecated 14:13:36 npm WARN deprecated resolve-url@0.2.1: https://github.com/lydell/resolve-url#deprecated 14:13:36 npm WARN deprecated querystring@0.2.0: The querystring API is considered Legacy. new code should use the URLSearchParams API instead. 14:13:36 npm WARN deprecated request@2.88.2: request has been deprecated, see https://github.com/request/request/issues/3142 14:13:36 npm WARN deprecated protractor@7.0.0: We have news to share - Protractor is deprecated and will reach end-of-life by Summer 2023. To learn more and find out about other options please refer to this post on the Angular blog. Thank you for using and contributing to Protractor. https://goo.gle/state-of-e2e-in-angular 14:13:36 npm WARN deprecated popper.js@1.16.1: You can find the new Popper v2 at @popperjs/core, this package is dedicated to the legacy v1 14:13:45 npm WARN deprecated tslint@6.1.3: TSLint has been deprecated in favor of ESLint. Please see https://github.com/palantir/tslint/issues/4534 for more information. 14:14:52 npm WARN deprecated @npmcli/move-file@1.1.2: This functionality has been moved to @npmcli/fs 14:14:52 npm WARN deprecated source-map-resolve@0.5.3: See https://github.com/lydell/source-map-resolve#deprecated 14:14:52 npm WARN deprecated source-map-resolve@0.5.3: See https://github.com/lydell/source-map-resolve#deprecated 14:14:52 npm WARN deprecated uuid@3.4.0: Please upgrade to version 7 or higher. Older versions may use Math.random() in certain circumstances, which is known to be problematic. See https://v8.dev/blog/math-random for details. 14:14:52 npm WARN deprecated uuid@3.4.0: Please upgrade to version 7 or higher. Older versions may use Math.random() in certain circumstances, which is known to be problematic. See https://v8.dev/blog/math-random for details. 14:14:52 npm WARN deprecated uuid@3.4.0: Please upgrade to version 7 or higher. Older versions may use Math.random() in certain circumstances, which is known to be problematic. See https://v8.dev/blog/math-random for details. 14:14:52 npm WARN deprecated chokidar@2.1.8: Chokidar 2 does not receive security updates since 2019. Upgrade to chokidar 3 with 15x fewer dependencies 14:15:25 npm WARN deprecated core-js@3.16.0: core-js@<3.23.3 is no longer maintained and not recommended for usage due to the number of issues. Because of the V8 engine whims, feature detection in old core-js versions could cause a slowdown up to 100x even if nothing is polyfilled. Some versions have web compatibility issues. Please, upgrade your dependencies to the actual version of core-js. 14:15:51 npm ERR! code ECONNRESET 14:15:51 npm ERR! errno ECONNRESET 14:15:51 npm ERR! network request to https://registry.npmjs.org/rxjs/-/rxjs-6.6.7.tgz failed, reason: socket hang up 14:15:51 npm ERR! network This is a problem related to network connectivity. 14:15:51 npm ERR! network In most cases you are behind a proxy or have bad network settings. 14:15:51 npm ERR! network 14:15:51 npm ERR! network If you are behind a proxy, please make sure that the 14:15:51 npm ERR! network 'proxy' config is set properly. See: 'npm help config' 14:15:51 14:15:51 npm ERR! A complete log of this run can be found in: /home/node/.npm/_logs/2023-11-06T14_11_50_562Z-debug-0.log 14:15:51 make[1]: *** [Makefile:139: node_modules] Error 1 14:15:51 make[1]: Leaving directory '/w/workspace/edgex-ui-go/1/web' 14:15:51 make: *** [Makefile:56: test-angular] Error 2 [Pipeline] } 14:15:51 $ docker stop --time=1 81ab0c003a35b3bc37ce770a115d28cf76f9f76542a0b1f2e6e79a0081060aa9 14:15:53 $ docker rm -f --volumes 81ab0c003a35b3bc37ce770a115d28cf76f9f76542a0b1f2e6e79a0081060aa9 [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 14:15:55 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 14:15:55 14:15:55 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:15:55 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 14:15:56 arm64: Pulling from edgex-lftools-log-publisher 14:15:56 8998bd30e6a1: Pulling fs layer 14:15:56 04944245beec: Pulling fs layer 14:15:56 699f458cf7ca: Pulling fs layer 14:15:56 765212b225bb: Pulling fs layer 14:15:56 f23df028b6ca: Pulling fs layer 14:15:56 d65c8cfc05b1: Pulling fs layer 14:15:56 2437ff75d9bd: Pulling fs layer 14:15:56 f23df028b6ca: Waiting 14:15:56 d65c8cfc05b1: Waiting 14:15:56 2437ff75d9bd: Waiting 14:15:56 765212b225bb: Waiting 14:15:56 04944245beec: Verifying Checksum 14:15:56 04944245beec: Download complete 14:15:56 765212b225bb: Verifying Checksum 14:15:56 f23df028b6ca: Verifying Checksum 14:15:56 f23df028b6ca: Download complete 14:15:56 d65c8cfc05b1: Verifying Checksum 14:15:56 d65c8cfc05b1: Download complete 14:15:56 699f458cf7ca: Verifying Checksum 14:15:56 699f458cf7ca: Download complete 14:15:56 8998bd30e6a1: Verifying Checksum 14:15:56 8998bd30e6a1: Download complete 14:15:59 2437ff75d9bd: Verifying Checksum 14:15:59 2437ff75d9bd: Download complete 14:16:01 8998bd30e6a1: Pull complete 14:16:01 04944245beec: Pull complete 14:16:03 699f458cf7ca: Pull complete 14:16:03 765212b225bb: Pull complete 14:16:04 f23df028b6ca: Pull complete 14:16:04 d65c8cfc05b1: Pull complete 14:16:22 2437ff75d9bd: Pull complete 14:16:22 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 14:16:22 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 14:16:22 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 14:16:23 prd-ubuntu20.04-docker-arm64-4c-16g-16633 does not seem to be running inside a container 14:16:23 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-ui-go/1 -v /w/workspace/edgex-ui-go/1:/w/workspace/edgex-ui-go/1:rw,z -v /w/workspace/edgex-ui-go/1@tmp:/w/workspace/edgex-ui-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat 14:16:25 $ docker top b270e4b8823988e12c5a46824cfeab6453dc469b8594eb61ed81c5ded9f78ef1 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 14:16:26 ---> job-cost.sh 14:16:26 lf-activate-venv: SKIPPING 14:16:26 INFO: No Stack... 14:16:26 INFO: Retrieving Pricing Info for: v3-standard-4 14:16:27 INFO: Archiving Costs [Pipeline] sh 14:16:28 + cut -d, -f6 14:16:28 + cat /w/workspace/edgex-ui-go/1/archives/cost.csv [Pipeline] lock 14:16:28 Trying to acquire lock on [jenkins-edgexfoundry-edgex-ui-go-PR-658-1-stack-cost] 14:16:28 Resource [jenkins-edgexfoundry-edgex-ui-go-PR-658-1-stack-cost] did not exist. Created. 14:16:28 Lock acquired on [jenkins-edgexfoundry-edgex-ui-go-PR-658-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 14:16:29 /w/workspace/edgex-ui-go/1@tmp/durable-6417b893/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh 14:16:29 + echo total: 0.10999999940395355 [Pipeline] stash 14:16:29 Warning: overwriting stash ‘stack-cost’ 14:16:30 Stashed 1 file(s) [Pipeline] } 14:16:30 Lock released on resource [jenkins-edgexfoundry-edgex-ui-go-PR-658-1-stack-cost] [Pipeline] // lock [Pipeline] } 14:16:30 $ docker stop --time=1 b270e4b8823988e12c5a46824cfeab6453dc469b8594eb61ed81c5ded9f78ef1 14:16:33 $ docker rm -f --volumes b270e4b8823988e12c5a46824cfeab6453dc469b8594eb61ed81c5ded9f78ef1 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 14:16:34 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 14:16:36 + [ -d /w/workspace/edgexfoundry_edgex-ui-go_PR-658/archives ] 14:16:36 + ls -al /w/workspace/edgexfoundry_edgex-ui-go_PR-658/archives 14:16:36 total 16 14:16:36 drwxr-xr-x 3 root root 4096 Nov 6 14:07 . 14:16:36 drwxrwxr-x 14 jenkins jenkins 4096 Nov 6 14:07 .. 14:16:36 drwxr-xr-x 2 root root 4096 Nov 6 14:07 cost 14:16:36 -rw-r--r-- 1 root root 83 Nov 6 14:07 cost.csv 14:16:36 + sudo chown -R jenkins:jenkins /w/workspace/edgexfoundry_edgex-ui-go_PR-658/archives 14:16:36 + ls -al /w/workspace/edgexfoundry_edgex-ui-go_PR-658/archives 14:16:36 total 16 14:16:36 drwxr-xr-x 3 jenkins jenkins 4096 Nov 6 14:07 . 14:16:36 drwxrwxr-x 14 jenkins jenkins 4096 Nov 6 14:07 .. 14:16:36 drwxr-xr-x 2 jenkins jenkins 4096 Nov 6 14:07 cost 14:16:36 -rw-r--r-- 1 jenkins jenkins 83 Nov 6 14:07 cost.csv [Pipeline] libraryResource [Pipeline] sh 14:16:36 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 14:16:37 ---> package-listing.sh 14:16:37 ++ facter osfamily 14:16:37 ++ tr '[:upper:]' '[:lower:]' 14:16:38 + OS_FAMILY=debian 14:16:38 + workspace=/w/workspace/edgexfoundry_edgex-ui-go_PR-658 14:16:38 + START_PACKAGES=/tmp/packages_start.txt 14:16:38 + END_PACKAGES=/tmp/packages_end.txt 14:16:38 + DIFF_PACKAGES=/tmp/packages_diff.txt 14:16:38 + PACKAGES=/tmp/packages_start.txt 14:16:38 + '[' /w/workspace/edgexfoundry_edgex-ui-go_PR-658 ']' 14:16:38 + PACKAGES=/tmp/packages_end.txt 14:16:38 + case "${OS_FAMILY}" in 14:16:38 + grep '^ii' 14:16:38 + dpkg -l 14:16:38 + '[' -f /tmp/packages_start.txt ']' 14:16:38 + '[' -f /tmp/packages_end.txt ']' 14:16:38 + diff /tmp/packages_start.txt /tmp/packages_end.txt 14:16:38 + '[' /w/workspace/edgexfoundry_edgex-ui-go_PR-658 ']' 14:16:38 + mkdir -p /w/workspace/edgexfoundry_edgex-ui-go_PR-658/archives/ 14:16:38 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgexfoundry_edgex-ui-go_PR-658/archives/ [Pipeline] echo 14:16:38 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-658/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 14:16:38 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:16:39 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 14:16:39 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 14:16:39 prd-ubuntu20.04-docker-8c-8g-16631 does not seem to be running inside a container 14:16:39 $ 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-658/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-658 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-658:/w/workspace/edgexfoundry_edgex-ui-go_PR-658:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-658@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-658@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 14:16:39 $ docker top 8ecb1b42b4e002fe3963c5124f534729075d6f0fe161ab199f4fadb261897661 -eo pid,comm [Pipeline] { [Pipeline] sh 14:16:39 + touch /tmp/pre-build-complete [Pipeline] sh 14:16:40 + mkdir -p /var/log/sysstat [Pipeline] sh 14:16:40 + ls /var/log/sa-host 14:16:40 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 14:16:40 provisioning config files... 14:16:40 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-658@tmp/config8149786622566837956tmp [Pipeline] { [Pipeline] echo 14:16:40 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 14:16:41 ---> create-netrc.sh [Pipeline] } 14:16:41 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 14:16:41 ---> python-tools-install.sh [Pipeline] echo 14:16:41 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 14:16:41 ---> sudo-logs.sh 14:16:41 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 14:16:41 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 14:16:42 ---> job-cost.sh 14:16:42 lf-activate-venv: SKIPPING 14:16:42 DEBUG: total: 0.2199999988079071 14:16:42 INFO: Retrieving Stack Cost... 14:16:42 INFO: Retrieving Pricing Info for: v3-standard-8 14:16:43 INFO: Archiving Costs [Pipeline] echo 14:16:43 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 14:16:43 ---> logs-deploy.sh 14:16:43 lf-activate-venv: SKIPPING 14:16:43 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-ui-go/PR-658/1 14:16:43 INFO: archiving workspace using pattern(s): 14:16:44 Archives upload complete. 14:16:44 INFO: archiving logs to Nexus 14:16:45 ---> uname -a: 14:16:45 Linux prd-ubuntu20-04-docker-8c-8g-16631 5.4.0-126-generic #142-Ubuntu SMP Fri Aug 26 12:12:57 UTC 2022 x86_64 GNU/Linux 14:16:45 14:16:45 14:16:45 ---> lscpu: 14:16:45 Architecture: x86_64 14:16:45 CPU op-mode(s): 32-bit, 64-bit 14:16:45 Byte Order: Little Endian 14:16:45 Address sizes: 40 bits physical, 48 bits virtual 14:16:45 CPU(s): 8 14:16:45 On-line CPU(s) list: 0-7 14:16:45 Thread(s) per core: 1 14:16:45 Core(s) per socket: 1 14:16:45 Socket(s): 8 14:16:45 NUMA node(s): 1 14:16:45 Vendor ID: AuthenticAMD 14:16:45 CPU family: 23 14:16:45 Model: 49 14:16:45 Model name: AMD EPYC-Rome Processor 14:16:45 Stepping: 0 14:16:45 CPU MHz: 2799.998 14:16:45 BogoMIPS: 5599.99 14:16:45 Virtualization: AMD-V 14:16:45 Hypervisor vendor: KVM 14:16:45 Virtualization type: full 14:16:45 L1d cache: 256 KiB 14:16:45 L1i cache: 256 KiB 14:16:45 L2 cache: 4 MiB 14:16:45 L3 cache: 128 MiB 14:16:45 NUMA node0 CPU(s): 0-7 14:16:45 Vulnerability Itlb multihit: Not affected 14:16:45 Vulnerability L1tf: Not affected 14:16:45 Vulnerability Mds: Not affected 14:16:45 Vulnerability Meltdown: Not affected 14:16:45 Vulnerability Mmio stale data: Not affected 14:16:45 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 14:16:45 Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization 14:16:45 Vulnerability Spectre v2: Mitigation; Retpolines, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling 14:16:45 Vulnerability Srbds: Not affected 14:16:45 Vulnerability Tsx async abort: Not affected 14:16:45 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm rep_good nopl cpuid extd_apicid tsc_known_freq pni pclmulqdq ssse3 fma cx16 sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand hypervisor lahf_lm cmp_legacy svm cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw topoext perfctr_core ssbd ibrs ibpb stibp vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 xsaves clzero xsaveerptr wbnoinvd arat npt nrip_save umip rdpid arch_capabilities 14:16:45 14:16:45 14:16:45 ---> nproc: 14:16:45 8 14:16:45 14:16:45 14:16:45 ---> df -h: 14:16:45 Filesystem Size Used Avail Use% Mounted on 14:16:45 overlay 155G 14G 142G 9% / 14:16:45 tmpfs 64M 0 64M 0% /dev 14:16:45 tmpfs 16G 0 16G 0% /sys/fs/cgroup 14:16:45 shm 64M 0 64M 0% /dev/shm 14:16:45 /dev/vda1 155G 14G 142G 9% /facter-os 14:16:45 14:16:45 14:16:45 ---> sar -b -r -n DEV: 14:16:45 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-16631) 11/06/23 _x86_64_ (8 CPU) 14:16:45 14:16:45 14:00:08 LINUX RESTART (8 CPU) 14:16:45 14:16:45 14:01:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 14:16:45 14:02:01 203.68 38.61 165.06 0.00 4311.08 58879.84 0.00 14:16:45 14:03:01 61.19 0.02 61.17 0.00 1.73 61198.60 0.00 14:16:45 14:04:01 136.46 1.17 135.29 0.00 12.26 81361.77 0.00 14:16:45 14:05:01 121.68 0.10 121.58 0.00 14.00 38117.25 0.00 14:16:45 14:06:01 391.62 11.06 380.55 0.00 5160.47 70937.79 0.00 14:16:45 14:07:01 200.48 1.17 199.32 0.00 25.86 32721.35 0.00 14:16:45 14:08:01 119.73 0.02 119.71 0.00 4.27 34137.78 0.00 14:16:45 14:09:01 2.33 0.00 2.33 0.00 0.00 27.86 0.00 14:16:45 14:10:01 1.18 0.00 1.18 0.00 0.00 13.06 0.00 14:16:45 14:11:01 1.22 0.00 1.22 0.00 0.00 15.06 0.00 14:16:45 14:12:01 0.95 0.00 0.95 0.00 0.00 10.26 0.00 14:16:45 14:13:01 1.32 0.00 1.32 0.00 0.00 15.46 0.00 14:16:45 14:14:01 0.93 0.00 0.93 0.00 0.00 10.66 0.00 14:16:45 14:15:01 1.37 0.00 1.37 0.00 0.00 16.00 0.00 14:16:45 14:16:01 1.57 0.02 1.55 0.00 0.13 21.86 0.00 14:16:45 Average: 82.91 3.44 79.47 0.00 631.27 25128.24 0.00 14:16:45 14:16:45 14:01:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 14:16:45 14:02:01 29668376 31614704 734228 2.23 62652 2176528 1838620 5.42 994236 1894172 240360 14:16:45 14:03:01 28976764 31585828 736976 2.24 78052 2800024 1842328 5.43 1015336 2516320 222680 14:16:45 14:04:01 27294892 31567976 743332 2.26 152132 4247440 1869952 5.51 1271996 3786224 526712 14:16:45 14:05:01 26961112 31551060 752628 2.29 159864 4545156 1896444 5.59 1246852 4125036 477792 14:16:45 14:06:01 25490008 31519364 742132 2.26 252276 5750668 1818284 5.36 1659188 4996740 553220 14:16:45 14:07:01 25207556 31275540 987668 3.00 253612 5776528 2240720 6.60 2228784 4697192 188424 14:16:45 14:08:01 24964720 31518644 749056 2.28 258452 6224060 1695172 5.00 1956824 5183972 380 14:16:45 14:09:01 24965604 31519600 748268 2.28 258480 6224068 1695172 5.00 1956724 5183980 156 14:16:45 14:10:01 24971416 31525456 742432 2.26 258512 6224060 1695172 5.00 1951056 5183980 4 14:16:45 14:11:01 24974800 31528856 738892 2.25 258540 6224072 1711288 5.04 1947944 5183984 20 14:16:45 14:12:01 24980256 31534312 733360 2.23 258548 6224072 1711288 5.04 1942380 5183984 8 14:16:45 14:13:01 24980240 31534356 733312 2.23 258580 6224076 1711288 5.04 1942404 5183992 8 14:16:45 14:14:01 24980440 31534560 733284 2.23 258592 6224080 1711288 5.04 1942468 5183996 24 14:16:45 14:15:01 24980424 31534596 733272 2.23 258624 6224076 1711288 5.04 1942248 5184000 8 14:16:45 14:16:01 24978284 31532484 734976 2.24 258664 6224060 1723096 5.08 1943188 5183972 8 14:16:45 Average: 25891659 31525156 756254 2.30 219039 5420865 1791427 5.28 1729442 4578103 147320 14:16:45 14:16:45 14:01:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 14:16:45 14:02:01 ens3 652.29 445.63 6100.16 126.62 0.00 0.00 0.00 0.00 14:16:45 14:02:01 docker0 49.49 48.61 3.59 288.32 0.00 0.00 0.00 0.00 14:16:45 14:02:01 lo 6.71 6.71 0.66 0.66 0.00 0.00 0.00 0.00 14:16:45 14:03:01 ens3 143.96 63.96 2001.18 15.86 0.00 0.00 0.00 0.00 14:16:45 14:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:16:45 14:03:01 lo 2.47 2.47 0.29 0.29 0.00 0.00 0.00 0.00 14:16:45 14:04:01 ens3 309.52 224.56 2398.60 26.89 0.00 0.00 0.00 0.00 14:16:45 14:04:01 docker0 215.30 294.22 17.88 2384.53 0.00 0.00 0.00 0.00 14:16:45 14:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:16:45 14:05:01 ens3 240.61 95.48 4692.14 21.53 0.00 0.00 0.00 0.00 14:16:45 14:05:01 veth3fa654f 0.00 0.20 0.00 0.02 0.00 0.00 0.00 0.00 14:16:45 14:05:01 docker0 55.92 180.40 3.38 3835.20 0.00 0.00 0.00 0.00 14:16:45 14:05:01 lo 0.73 0.73 0.07 0.07 0.00 0.00 0.00 0.00 14:16:45 14:06:01 ens3 860.24 736.31 5140.70 85.77 0.00 0.00 0.00 0.00 14:16:45 14:06:01 veth3fa654f 0.00 0.05 0.00 0.00 0.00 0.00 0.00 0.00 14:16:45 14:06:01 docker0 620.31 631.16 58.49 2389.05 0.00 0.00 0.00 0.00 14:16:45 14:06:01 lo 0.67 0.67 0.06 0.06 0.00 0.00 0.00 0.00 14:16:45 14:07:01 ens3 62.36 69.07 64.19 154.09 0.00 0.00 0.00 0.00 14:16:45 14:07:01 veth0a1c711 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 14:16:45 14:07:01 docker0 1.93 3.43 0.11 30.93 0.00 0.00 0.00 0.00 14:16:45 14:07:01 lo 0.47 0.47 0.04 0.04 0.00 0.00 0.00 0.00 14:16:45 14:08:01 ens3 93.75 56.82 2523.78 11.50 0.00 0.00 0.00 0.00 14:16:45 14:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:16:45 14:08:01 lo 1.60 1.60 0.16 0.16 0.00 0.00 0.00 0.00 14:16:45 14:09:01 ens3 0.17 0.13 0.01 0.01 0.00 0.00 0.00 0.00 14:16:45 14:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:16:45 14:09:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 14:16:45 14:10:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:16:45 14:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:16:45 14:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:16:45 14:11:01 ens3 1.70 1.13 4.14 0.08 0.00 0.00 0.00 0.00 14:16:45 14:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:16:45 14:11:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 14:16:45 14:12:01 ens3 0.40 0.23 0.15 0.07 0.00 0.00 0.00 0.00 14:16:45 14:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:16:45 14:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:16:45 14:13:01 ens3 0.13 0.08 0.01 0.01 0.00 0.00 0.00 0.00 14:16:45 14:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:16:45 14:13:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 14:16:45 14:14:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:16:45 14:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:16:45 14:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:16:45 14:15:01 ens3 0.13 0.10 0.01 0.01 0.00 0.00 0.00 0.00 14:16:45 14:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:16:45 14:15:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 14:16:45 14:16:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:16:45 14:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:16:45 14:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:16:45 Average: ens3 157.14 112.53 1523.29 29.39 0.00 0.00 0.00 0.00 14:16:45 Average: docker0 62.88 77.22 5.57 595.53 0.00 0.00 0.00 0.00 14:16:45 Average: lo 0.89 0.89 0.09 0.09 0.00 0.00 0.00 0.00 14:16:45 14:16:45 14:16:45 ---> sar -P ALL: 14:16:45 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-16631) 11/06/23 _x86_64_ (8 CPU) 14:16:45 14:16:45 14:00:08 LINUX RESTART (8 CPU) 14:16:45 14:16:45 14:01:02 CPU %user %nice %system %iowait %steal %idle 14:16:45 14:02:01 all 7.08 0.00 1.91 5.88 0.06 85.07 14:16:45 14:02:01 0 8.61 0.00 2.05 3.29 0.05 86.00 14:16:45 14:02:01 1 7.12 0.00 1.47 3.64 0.05 87.72 14:16:45 14:02:01 2 6.18 0.00 2.01 1.42 0.10 90.29 14:16:45 14:02:01 3 8.15 0.00 2.00 15.92 0.07 73.86 14:16:45 14:02:01 4 4.64 0.00 1.96 2.24 0.05 91.11 14:16:45 14:02:01 5 9.23 0.00 2.18 7.61 0.07 80.91 14:16:45 14:02:01 6 7.53 0.00 2.04 6.28 0.05 84.10 14:16:45 14:02:01 7 5.21 0.00 1.54 6.68 0.07 86.50 14:16:45 14:03:01 all 2.98 0.00 1.27 14.39 0.04 81.32 14:16:45 14:03:01 0 2.54 0.00 0.87 0.02 0.03 96.54 14:16:45 14:03:01 1 3.25 0.00 0.97 15.43 0.05 80.30 14:16:45 14:03:01 2 4.15 0.00 1.24 1.73 0.03 92.85 14:16:45 14:03:01 3 2.45 0.00 1.80 37.42 0.03 58.30 14:16:45 14:03:01 4 2.91 0.00 1.29 0.57 0.03 95.20 14:16:45 14:03:01 5 2.48 0.00 1.39 50.38 0.03 45.71 14:16:45 14:03:01 6 2.64 0.00 1.65 7.59 0.05 88.07 14:16:45 14:03:01 7 3.40 0.00 0.92 2.24 0.03 93.41 14:16:45 14:04:01 all 4.99 0.00 2.35 10.00 0.06 82.60 14:16:45 14:04:01 0 3.73 0.00 1.39 0.44 0.07 94.38 14:16:45 14:04:01 1 4.84 0.00 1.95 6.80 0.03 86.38 14:16:45 14:04:01 2 6.46 0.00 2.43 0.67 0.10 90.34 14:16:45 14:04:01 3 5.37 0.00 2.90 5.98 0.07 85.69 14:16:45 14:04:01 4 4.61 0.00 2.71 15.74 0.03 76.92 14:16:45 14:04:01 5 5.39 0.00 3.22 45.71 0.07 45.61 14:16:45 14:04:01 6 4.81 0.00 2.09 0.57 0.07 92.46 14:16:45 14:04:01 7 4.70 0.00 2.14 4.54 0.05 88.57 14:16:45 14:05:01 all 15.56 0.00 2.85 9.23 0.09 72.27 14:16:45 14:05:01 0 12.94 0.00 2.23 0.44 0.05 84.34 14:16:45 14:05:01 1 15.55 0.00 2.62 1.38 0.07 80.39 14:16:45 14:05:01 2 15.80 0.00 3.01 2.74 0.08 78.37 14:16:45 14:05:01 3 14.90 0.00 2.96 20.46 0.10 61.58 14:16:45 14:05:01 4 15.38 0.00 2.68 7.05 0.17 74.72 14:16:45 14:05:01 5 18.10 0.00 4.16 27.23 0.12 50.39 14:16:45 14:05:01 6 14.87 0.00 2.20 13.65 0.07 69.22 14:16:45 14:05:01 7 16.93 0.00 2.98 0.94 0.08 79.07 14:16:45 14:06:01 all 12.72 0.00 4.99 6.01 0.09 76.19 14:16:45 14:06:01 0 9.75 0.00 3.64 8.13 0.07 78.42 14:16:45 14:06:01 1 8.66 0.00 7.18 1.67 0.08 82.40 14:16:45 14:06:01 2 11.58 0.00 4.54 3.65 0.08 80.14 14:16:45 14:06:01 3 15.46 0.00 4.90 11.76 0.08 67.80 14:16:45 14:06:01 4 16.76 0.00 5.01 4.07 0.08 74.08 14:16:45 14:06:01 5 10.91 0.00 3.59 2.66 0.10 82.74 14:16:45 14:06:01 6 6.14 0.00 5.81 13.74 0.12 74.19 14:16:45 14:06:01 7 22.44 0.00 5.27 2.42 0.13 69.74 14:16:45 14:07:01 all 22.40 0.00 3.41 3.11 0.07 71.00 14:16:45 14:07:01 0 20.39 0.00 3.75 14.04 0.08 61.73 14:16:45 14:07:01 1 40.23 0.00 4.56 1.39 0.10 53.71 14:16:45 14:07:01 2 19.13 0.00 3.39 3.52 0.07 73.89 14:16:45 14:07:01 3 16.16 0.00 2.09 2.47 0.05 79.23 14:16:45 14:07:01 4 21.45 0.00 3.55 2.16 0.07 72.77 14:16:45 14:07:01 5 19.05 0.00 3.63 0.43 0.07 76.82 14:16:45 14:07:01 6 15.60 0.00 2.48 0.18 0.07 81.67 14:16:45 14:07:01 7 27.27 0.00 3.82 0.71 0.08 68.12 14:16:45 14:08:01 all 8.06 0.00 1.87 3.45 0.04 86.58 14:16:45 14:08:01 0 8.24 0.00 2.06 1.09 0.05 88.56 14:16:45 14:08:01 1 8.23 0.00 2.10 0.05 0.03 89.59 14:16:45 14:08:01 2 7.74 0.00 1.73 6.09 0.03 84.41 14:16:45 14:08:01 3 7.86 0.00 2.24 18.65 0.05 71.19 14:16:45 14:08:01 4 7.84 0.00 1.44 0.00 0.03 90.68 14:16:45 14:08:01 5 8.27 0.00 2.16 0.07 0.03 89.46 14:16:45 14:08:01 6 8.10 0.00 1.63 1.74 0.03 88.49 14:16:45 14:08:01 7 8.21 0.00 1.60 0.02 0.03 90.14 14:16:45 14:09:01 all 0.04 0.00 0.01 0.00 0.00 99.95 14:16:45 14:09:01 0 0.02 0.00 0.02 0.00 0.02 99.95 14:16:45 14:09:01 1 0.00 0.00 0.00 0.00 0.00 100.00 14:16:45 14:09:01 2 0.07 0.00 0.02 0.00 0.00 99.92 14:16:45 14:09:01 3 0.22 0.00 0.00 0.02 0.00 99.77 14:16:45 14:09:01 4 0.00 0.00 0.00 0.00 0.00 100.00 14:16:45 14:09:01 5 0.00 0.00 0.02 0.00 0.00 99.98 14:16:45 14:09:01 6 0.00 0.00 0.00 0.00 0.00 100.00 14:16:45 14:09:01 7 0.00 0.00 0.00 0.00 0.00 100.00 14:16:45 14:10:01 all 0.03 0.00 0.01 0.01 0.01 99.95 14:16:45 14:10:01 0 0.05 0.00 0.02 0.00 0.00 99.93 14:16:45 14:10:01 1 0.02 0.00 0.00 0.00 0.00 99.98 14:16:45 14:10:01 2 0.08 0.00 0.03 0.05 0.02 99.82 14:16:45 14:10:01 3 0.02 0.00 0.00 0.02 0.02 99.95 14:16:45 14:10:01 4 0.00 0.00 0.00 0.00 0.02 99.98 14:16:45 14:10:01 5 0.02 0.00 0.00 0.02 0.00 99.97 14:16:45 14:10:01 6 0.00 0.00 0.00 0.00 0.00 100.00 14:16:45 14:10:01 7 0.05 0.00 0.00 0.00 0.00 99.95 14:16:45 14:11:01 all 0.10 0.00 0.01 0.00 0.00 99.89 14:16:45 14:11:01 0 0.03 0.00 0.00 0.00 0.00 99.97 14:16:45 14:11:01 1 0.00 0.00 0.00 0.00 0.00 100.00 14:16:45 14:11:01 2 0.05 0.00 0.02 0.00 0.02 99.92 14:16:45 14:11:01 3 0.65 0.00 0.00 0.02 0.00 99.33 14:16:45 14:11:01 4 0.02 0.00 0.02 0.00 0.00 99.97 14:16:45 14:11:01 5 0.02 0.00 0.00 0.02 0.00 99.97 14:16:45 14:11:01 6 0.00 0.00 0.00 0.00 0.00 100.00 14:16:45 14:11:01 7 0.02 0.00 0.02 0.00 0.00 99.97 14:16:45 14:12:01 all 0.10 0.00 0.01 0.00 0.00 99.88 14:16:45 14:12:01 0 0.03 0.00 0.02 0.00 0.00 99.95 14:16:45 14:12:01 1 0.00 0.00 0.02 0.00 0.00 99.98 14:16:45 14:12:01 2 0.05 0.00 0.05 0.00 0.00 99.90 14:16:45 14:12:01 3 0.65 0.00 0.03 0.00 0.00 99.32 14:16:45 14:12:01 4 0.02 0.00 0.00 0.00 0.00 99.98 14:16:45 14:12:01 5 0.02 0.00 0.00 0.00 0.00 99.98 14:16:45 14:12:01 6 0.02 0.00 0.00 0.00 0.00 99.98 14:16:45 14:12:01 7 0.03 0.00 0.00 0.00 0.00 99.97 14:16:45 14:16:45 14:12:01 CPU %user %nice %system %iowait %steal %idle 14:16:45 14:13:01 all 0.06 0.00 0.01 0.00 0.00 99.92 14:16:45 14:13:01 0 0.07 0.00 0.00 0.00 0.00 99.93 14:16:45 14:13:01 1 0.02 0.00 0.00 0.00 0.00 99.98 14:16:45 14:13:01 2 0.05 0.00 0.05 0.00 0.02 99.88 14:16:45 14:13:01 3 0.33 0.00 0.00 0.02 0.02 99.63 14:16:45 14:13:01 4 0.00 0.00 0.02 0.00 0.00 99.98 14:16:45 14:13:01 5 0.00 0.00 0.00 0.02 0.00 99.98 14:16:45 14:13:01 6 0.00 0.00 0.02 0.00 0.00 99.98 14:16:45 14:13:01 7 0.00 0.00 0.02 0.00 0.00 99.98 14:16:45 14:14:01 all 0.02 0.00 0.01 0.00 0.01 99.96 14:16:45 14:14:01 0 0.03 0.00 0.03 0.00 0.02 99.92 14:16:45 14:14:01 1 0.00 0.00 0.00 0.00 0.00 100.00 14:16:45 14:14:01 2 0.07 0.00 0.03 0.00 0.02 99.88 14:16:45 14:14:01 3 0.00 0.00 0.00 0.00 0.00 100.00 14:16:45 14:14:01 4 0.02 0.00 0.00 0.00 0.00 99.98 14:16:45 14:14:01 5 0.00 0.00 0.00 0.02 0.02 99.97 14:16:45 14:14:01 6 0.02 0.00 0.00 0.00 0.00 99.98 14:16:45 14:14:01 7 0.02 0.00 0.02 0.00 0.00 99.97 14:16:45 14:15:01 all 0.01 0.00 0.01 0.01 0.01 99.96 14:16:45 14:15:01 0 0.03 0.00 0.00 0.00 0.00 99.97 14:16:45 14:15:01 1 0.00 0.00 0.00 0.00 0.00 100.00 14:16:45 14:15:01 2 0.02 0.00 0.02 0.00 0.00 99.97 14:16:45 14:15:01 3 0.00 0.00 0.02 0.02 0.02 99.95 14:16:45 14:15:01 4 0.00 0.00 0.00 0.00 0.02 99.98 14:16:45 14:15:01 5 0.02 0.00 0.02 0.07 0.00 99.90 14:16:45 14:15:01 6 0.00 0.00 0.00 0.00 0.00 100.00 14:16:45 14:15:01 7 0.03 0.00 0.00 0.00 0.02 99.95 14:16:45 14:16:01 all 0.02 0.00 0.03 0.00 0.00 99.95 14:16:45 14:16:01 0 0.03 0.00 0.05 0.00 0.00 99.92 14:16:45 14:16:01 1 0.02 0.00 0.02 0.00 0.00 99.97 14:16:45 14:16:01 2 0.05 0.00 0.05 0.00 0.02 99.88 14:16:45 14:16:01 3 0.00 0.00 0.02 0.02 0.00 99.97 14:16:45 14:16:01 4 0.02 0.00 0.02 0.00 0.00 99.97 14:16:45 14:16:01 5 0.02 0.00 0.02 0.02 0.00 99.95 14:16:45 14:16:01 6 0.02 0.00 0.02 0.00 0.00 99.97 14:16:45 14:16:01 7 0.00 0.00 0.05 0.00 0.00 99.95 14:16:45 Average: all 4.92 0.00 1.24 3.46 0.03 90.34 14:16:45 Average: 0 4.41 0.00 1.07 1.82 0.03 92.67 14:16:45 Average: 1 5.84 0.00 1.39 2.01 0.03 90.73 14:16:45 Average: 2 4.75 0.00 1.24 1.32 0.04 92.66 14:16:45 Average: 3 4.80 0.00 1.26 7.48 0.03 86.42 14:16:45 Average: 4 4.89 0.00 1.24 2.11 0.03 91.72 14:16:45 Average: 5 4.87 0.00 1.35 8.89 0.03 84.85 14:16:45 Average: 6 3.97 0.00 1.19 2.90 0.03 91.92 14:16:45 Average: 7 5.86 0.00 1.22 1.16 0.03 91.73 14:16:45 14:16:45 14:16:45