Pull request #553 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 farshidtz for edgexfoundry/edgex-ui-go Obtained Jenkinsfile from 5f438056cf0d27be832a44d306540d9cec6ea88f+490d55d23c3381dbf94452a94173aa21d56f4e2c (9b7e47ed9b1d39b5bcbbeea13fa6c8b349596f13) 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-ssh5204551839041304357.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision bd7468d5528128c83034753e4c3def8ef9af3f2d 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-ssh17336756326182273382.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 bd7468d5528128c83034753e4c3def8ef9af3f2d 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-553/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-553/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh13009255650908916915.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-553/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh17199751119458401558.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision bd7468d5528128c83034753e4c3def8ef9af3f2d (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f bd7468d5528128c83034753e4c3def8ef9af3f2d # timeout=10 Commit message: "Merge pull request #410 from ernestojeda/changes-for-dind-test" > 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-ssh10874129859756520614.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-553/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-553/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh17227859530150381333.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 bd7468d5528128c83034753e4c3def8ef9af3f2d Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:edgex-ui-go] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-ui-go-settings PROJECT: edgex-ui-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.18 USE_ALPINE: true DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_IMAGE_NAME: edgex-ui DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task Waiting for next available executor Running on prd-ubuntu20.04-docker-8c-8g-29824 in /w/workspace/edgexfoundry_edgex-ui-go_PR-553 [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-553 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/553/head:refs/remotes/origin/PR-553 +refs/heads/main:refs/remotes/origin/main # timeout=10 Merging remotes/origin/main commit 490d55d23c3381dbf94452a94173aa21d56f4e2c into PR head commit 5f438056cf0d27be832a44d306540d9cec6ea88f Merge succeeded, producing 5f438056cf0d27be832a44d306540d9cec6ea88f Checking out Revision 5f438056cf0d27be832a44d306540d9cec6ea88f (PR-553) > git config core.sparsecheckout # timeout=10 > git checkout -f 5f438056cf0d27be832a44d306540d9cec6ea88f # 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 490d55d23c3381dbf94452a94173aa21d56f4e2c # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 5f438056cf0d27be832a44d306540d9cec6ea88f # timeout=10 Commit message: "refactor: port install hook from bash to go" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.25.1' fatal: bad object bd7468d5528128c83034753e4c3def8ef9af3f2d [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 15:30:41 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 15:30:41 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 15:30:41 ========================================================= 15:30:41 EdgeX Global Pipelines Version Info 15:30:41 ========================================================= [Pipeline] libraryResource [Pipeline] sh 15:30:42 ------------------- 15:30:42 stable info: 15:30:42 ------------------- 15:30:42 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 15:30:42 Commit SHA: bd7468d5528128c83034753e4c3def8ef9af3f2d 15:30:42 Message: update stable to v1.0.239 15:30:42 ------------------- 15:30:42 experimental info: 15:30:42 ------------------- 15:30:42 Commited By: **** collab-it+edgex@linuxfoundation.org 15:30:42 Commit SHA: bd7468d5528128c83034753e4c3def8ef9af3f2d 15:30:42 Message: update experimental to v1.0.239 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 15:30:43 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-ui-go-settings [Pipeline] echo 15:30:43 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-ui-go [Pipeline] echo 15:30:43 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 15:30:43 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 15:30:43 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 15:30:43 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.18 [Pipeline] echo 15:30:43 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 15:30:43 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 15:30:43 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 15:30:43 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 15:30:43 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 15:30:43 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = edgex-ui [Pipeline] echo 15:30:43 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 15:30:43 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 15:30:43 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 15:30:43 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 15:30:43 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 15:30:43 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 15:30:43 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 15:30:43 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 15:30:44 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 15:30:44 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 15:30:44 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 15:30:44 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 15:30:44 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 15:30:44 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 15:30:44 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 15:30:44 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-553 [Pipeline] echo 15:30:44 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-553 [Pipeline] echo 15:30:44 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-553 [Pipeline] echo 15:30:44 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 5f438056cf0d27be832a44d306540d9cec6ea88f [Pipeline] echo 15:30:44 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 5f43805 [Pipeline] echo 15:30:44 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 15:30:44 provisioning config files... 15:30:44 copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-553@tmp/config6860648555363413445tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 15:30:44 ---> docker-login.sh 15:30:44 nexus3.edgexfoundry.org:10001 15:30:45 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:30:45 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:30:45 Configure a credential helper to remove this warning. See 15:30:45 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:30:45 15:30:45 Login Succeeded 15:30:45 nexus3.edgexfoundry.org:10002 15:30:45 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:30:45 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:30:45 Configure a credential helper to remove this warning. See 15:30:45 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:30:45 15:30:45 Login Succeeded 15:30:45 nexus3.edgexfoundry.org:10003 15:30:45 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:30:45 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:30:45 Configure a credential helper to remove this warning. See 15:30:45 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:30:45 15:30:45 Login Succeeded 15:30:45 nexus3.edgexfoundry.org:10004 15:30:45 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:30:45 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:30:45 Configure a credential helper to remove this warning. See 15:30:45 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:30:45 15:30:45 Login Succeeded 15:30:45 docker.io 15:30:46 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:30:46 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:30:46 Configure a credential helper to remove this warning. See 15:30:46 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:30:46 15:30:46 Login Succeeded 15:30:46 ---> docker-login.sh ends [Pipeline] } 15:30:46 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 15:30:46 + git rev-list -1 --merges 5f438056cf0d27be832a44d306540d9cec6ea88f~1..5f438056cf0d27be832a44d306540d9cec6ea88f [Pipeline] echo 15:30:47 -----------> git rev-list -1 --merges 5f438056cf0d27be832a44d306540d9cec6ea88f~1..5f438056cf0d27be832a44d306540d9cec6ea88f 5f438056cf0d27be832a44d306540d9cec6ea88f [false] [Pipeline] sh 15:30:47 + git log --format=format:%s -1 5f438056cf0d27be832a44d306540d9cec6ea88f [Pipeline] echo 15:30:47 ========================================================= 15:30:47 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 15:30:47 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 15:30:47 + git log --format=format:%s -1 5f438056cf0d27be832a44d306540d9cec6ea88f [Pipeline] echo 15:30:47 [semverPrep] GIT_COMMIT: 5f438056cf0d27be832a44d306540d9cec6ea88f, Commit Message: refactor: port install hook from bash to go [Pipeline] echo 15:30:47 [semverPrep] This is not a build commit. [Pipeline] sh 15:30:48 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 15:30:48 + grep -v github /etc/ssh/ssh_known_hosts 15:30:48 + [ -e /tmp/ssh_known_hosts ] 15:30:48 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 15:30:48 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 15:30:48 + sudo tee -a /etc/ssh/ssh_known_hosts 15:30:48 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:30:48 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 15:30:48 15:30:48 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:30:49 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 15:30:49 0.1.4: Pulling from edgex-devops/py-git-semver 15:30:49 b85a868b505f: Pulling fs layer 15:30:49 e2be974225ed: Pulling fs layer 15:30:49 339a4e72a1f5: Pulling fs layer 15:30:49 988bab9f4d93: Pulling fs layer 15:30:49 1469e6f7b9e6: Pulling fs layer 15:30:49 eaf3925da568: Pulling fs layer 15:30:49 bab4dde63d76: Pulling fs layer 15:30:49 bde34c3a00c8: Pulling fs layer 15:30:49 b352a97aabf1: Pulling fs layer 15:30:49 4872d77fe225: Pulling fs layer 15:30:49 5851b861e8e6: Pulling fs layer 15:30:49 bab4dde63d76: Waiting 15:30:49 4872d77fe225: Waiting 15:30:49 bde34c3a00c8: Waiting 15:30:49 5851b861e8e6: Waiting 15:30:49 b352a97aabf1: Waiting 15:30:49 988bab9f4d93: Waiting 15:30:49 1469e6f7b9e6: Waiting 15:30:49 eaf3925da568: Waiting 15:30:49 e2be974225ed: Verifying Checksum 15:30:49 e2be974225ed: Download complete 15:30:49 988bab9f4d93: Verifying Checksum 15:30:49 988bab9f4d93: Download complete 15:30:49 1469e6f7b9e6: Verifying Checksum 15:30:49 1469e6f7b9e6: Download complete 15:30:49 339a4e72a1f5: Verifying Checksum 15:30:49 339a4e72a1f5: Download complete 15:30:49 eaf3925da568: Verifying Checksum 15:30:49 eaf3925da568: Download complete 15:30:49 bde34c3a00c8: Download complete 15:30:49 b352a97aabf1: Verifying Checksum 15:30:49 b352a97aabf1: Download complete 15:30:49 4872d77fe225: Verifying Checksum 15:30:49 4872d77fe225: Download complete 15:30:49 5851b861e8e6: Download complete 15:30:49 b85a868b505f: Verifying Checksum 15:30:49 b85a868b505f: Download complete 15:30:49 bab4dde63d76: Verifying Checksum 15:30:49 bab4dde63d76: Download complete 15:30:51 b85a868b505f: Pull complete 15:30:51 e2be974225ed: Pull complete 15:30:51 339a4e72a1f5: Pull complete 15:30:51 988bab9f4d93: Pull complete 15:30:51 1469e6f7b9e6: Pull complete 15:30:51 eaf3925da568: Pull complete 15:30:54 bab4dde63d76: Pull complete 15:30:54 bde34c3a00c8: Pull complete 15:30:54 b352a97aabf1: Pull complete 15:30:54 4872d77fe225: Pull complete 15:30:54 5851b861e8e6: Pull complete 15:30:54 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 15:30:54 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 15:30:54 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 15:30:54 prd-ubuntu20.04-docker-8c-8g-29824 does not seem to be running inside a container 15:30:54 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_edgex-ui-go_PR-553 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-553:/w/workspace/edgexfoundry_edgex-ui-go_PR-553:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-553@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-553@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 15:30:57 $ docker top 00fd2b345883e7274b413e264af1fb0700df18b61e872484dd75f973bc4c3811 -eo pid,comm 15:30:58 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). 15:30:58 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 15:30:58 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 15:30:58 [ssh-agent] Looking for ssh-agent implementation... 15:30:58 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 15:30:58 $ docker exec 00fd2b345883e7274b413e264af1fb0700df18b61e872484dd75f973bc4c3811 ssh-agent 15:30:58 SSH_AUTH_SOCK=/tmp/ssh-kSqlstpAKCSH/agent.32 15:30:58 SSH_AGENT_PID=38 15:30:58 Running ssh-add (command line suppressed) 15:30:58 Identity added: /w/workspace/edgexfoundry_edgex-ui-go_PR-553@tmp/private_key_1232498170147609630.key (/w/workspace/edgexfoundry_edgex-ui-go_PR-553@tmp/private_key_1232498170147609630.key) 15:30:58 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 15:30:58 + git tag --points-at HEAD [Pipeline] } 15:30:58 $ docker exec --env ******** --env ******** 00fd2b345883e7274b413e264af1fb0700df18b61e872484dd75f973bc4c3811 ssh-agent -k 15:30:59 unset SSH_AUTH_SOCK; 15:30:59 unset SSH_AGENT_PID; 15:30:59 echo Agent pid 38 killed; 15:30:59 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 15:30:59 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 15:30:59 [ssh-agent] Looking for ssh-agent implementation... 15:30:59 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 15:30:59 $ docker exec 00fd2b345883e7274b413e264af1fb0700df18b61e872484dd75f973bc4c3811 ssh-agent 15:30:59 SSH_AUTH_SOCK=/tmp/ssh-6MCPn1mIsnwb/agent.70 15:30:59 SSH_AGENT_PID=76 15:30:59 Running ssh-add (command line suppressed) 15:30:59 Identity added: /w/workspace/edgexfoundry_edgex-ui-go_PR-553@tmp/private_key_1253554555977698308.key (/w/workspace/edgexfoundry_edgex-ui-go_PR-553@tmp/private_key_1253554555977698308.key) 15:30:59 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 15:30:59 + git semver init 15:31:00 2022-09-19 15:31:00,048 [run_init] DEBUG init version:0.0.0 force:False 15:31:00 2022-09-19 15:31:00,049 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgexfoundry_edgex-ui-go_PR-553/.semver 15:31:00 2022-09-19 15:31:00,050 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-ui-go.git /w/workspace/edgexfoundry_edgex-ui-go_PR-553/.semver 15:31:00 2022-09-19 15:31:00,051 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/edgex-ui-go.git', '/w/workspace/edgexfoundry_edgex-ui-go_PR-553/.semver'], cwd=/w/workspace/edgexfoundry_edgex-ui-go_PR-553, universal_newlines=False, shell=None, istream=None) 15:31:02 2022-09-19 15:31:01,503 [append_file] DEBUG append to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-553/.git/info/exclude 15:31:02 2022-09-19 15:31:01,504 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgexfoundry_edgex-ui-go_PR-553/.semver/PR-553 with force:False 15:31:02 2022-09-19 15:31:01,504 [write_file] DEBUG write to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-553/.semver/PR-553 15:31:02 2022-09-19 15:31:01,509 [execute] INFO git cat-file --batch-check 15:31:02 2022-09-19 15:31:01,509 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgexfoundry_edgex-ui-go_PR-553/.semver, universal_newlines=False, shell=None, istream=) 15:31:02 2022-09-19 15:31:01,516 [execute] INFO git cat-file --batch 15:31:02 2022-09-19 15:31:01,516 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgexfoundry_edgex-ui-go_PR-553/.semver, universal_newlines=False, shell=None, istream=) 15:31:02 2022-09-19 15:31:01,523 [read_version] DEBUG read version from /w/workspace/edgexfoundry_edgex-ui-go_PR-553/.semver/PR-553 15:31:02 0.0.0 [Pipeline] } 15:31:02 $ docker exec --env ******** --env ******** 00fd2b345883e7274b413e264af1fb0700df18b61e872484dd75f973bc4c3811 ssh-agent -k 15:31:02 unset SSH_AUTH_SOCK; 15:31:02 unset SSH_AGENT_PID; 15:31:02 echo Agent pid 76 killed; 15:31:02 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 15:31:02 + git semver [Pipeline] } 15:31:02 $ docker stop --time=1 00fd2b345883e7274b413e264af1fb0700df18b61e872484dd75f973bc4c3811 15:31:04 $ docker rm -f 00fd2b345883e7274b413e264af1fb0700df18b61e872484dd75f973bc4c3811 [Pipeline] // withDockerContainer [Pipeline] sh 15:31:04 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 15:31:04 Stashed 1 file(s) [Pipeline] echo 15:31:04 [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 15:31:05 provisioning config files... 15:31:05 copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-553@tmp/config7381424256740546598tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 15:31:05 ---> docker-login.sh 15:31:05 nexus3.edgexfoundry.org:10001 15:31:05 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:31:05 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:31:05 Configure a credential helper to remove this warning. See 15:31:05 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:31:05 15:31:05 Login Succeeded 15:31:05 nexus3.edgexfoundry.org:10002 15:31:05 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:31:06 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:31:06 Configure a credential helper to remove this warning. See 15:31:06 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:31:06 15:31:06 Login Succeeded 15:31:06 nexus3.edgexfoundry.org:10003 15:31:06 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:31:06 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:31:06 Configure a credential helper to remove this warning. See 15:31:06 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:31:06 15:31:06 Login Succeeded 15:31:06 nexus3.edgexfoundry.org:10004 15:31:06 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:31:06 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:31:06 Configure a credential helper to remove this warning. See 15:31:06 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:31:06 15:31:06 Login Succeeded 15:31:06 docker.io 15:31:06 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:31:06 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:31:06 Configure a credential helper to remove this warning. See 15:31:06 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:31:06 15:31:06 Login Succeeded 15:31:06 ---> docker-login.sh ends [Pipeline] } 15:31:06 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 15:31:06 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 15:31:06 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 15:31:07 ========================================================= 15:31:07 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine] 15:31:07 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:31:07 + docker build -t ci-base-image-x86_64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine --build-arg MAKE=echo noop --target=builder . 15:31:07 Sending build context to Docker daemon 45.41MB 15:31:07 Step 1/16 : ARG BASE=golang:1.18-alpine3.16 15:31:07 Step 2/16 : FROM ${BASE} AS builder 15:31:07 1.18-alpine: Pulling from edgex-devops/edgex-golang-base 15:31:07 2408cc74d12b: Pulling fs layer 15:31:07 ea60b727a1ce: Pulling fs layer 15:31:07 30c4a7721957: Pulling fs layer 15:31:07 370296b7ddb6: Pulling fs layer 15:31:07 7c6cee850709: Pulling fs layer 15:31:07 39a5fcdaea64: Pulling fs layer 15:31:07 d94ebbe4e438: Pulling fs layer 15:31:07 bcfd1f05c69d: Pulling fs layer 15:31:07 59ccb84bbe0f: Pulling fs layer 15:31:07 370296b7ddb6: Waiting 15:31:07 7c6cee850709: Waiting 15:31:07 39a5fcdaea64: Waiting 15:31:07 59ccb84bbe0f: Waiting 15:31:07 bcfd1f05c69d: Waiting 15:31:07 30c4a7721957: Verifying Checksum 15:31:07 30c4a7721957: Download complete 15:31:07 ea60b727a1ce: Verifying Checksum 15:31:07 ea60b727a1ce: Download complete 15:31:07 7c6cee850709: Verifying Checksum 15:31:07 7c6cee850709: Download complete 15:31:07 39a5fcdaea64: Verifying Checksum 15:31:07 39a5fcdaea64: Download complete 15:31:07 2408cc74d12b: Download complete 15:31:08 d94ebbe4e438: Verifying Checksum 15:31:08 d94ebbe4e438: Download complete 15:31:08 2408cc74d12b: Pull complete 15:31:08 ea60b727a1ce: Pull complete 15:31:08 30c4a7721957: Pull complete 15:31:08 59ccb84bbe0f: Verifying Checksum 15:31:08 59ccb84bbe0f: Download complete 15:31:08 bcfd1f05c69d: Verifying Checksum 15:31:08 bcfd1f05c69d: Download complete 15:31:08 370296b7ddb6: Verifying Checksum 15:31:08 370296b7ddb6: Download complete 15:31:13 370296b7ddb6: Pull complete 15:31:13 7c6cee850709: Pull complete 15:31:13 39a5fcdaea64: Pull complete 15:31:13 d94ebbe4e438: Pull complete 15:31:15 bcfd1f05c69d: Pull complete 15:31:15 59ccb84bbe0f: Pull complete 15:31:16 Digest: sha256:b7a3521351a9cbc7ce2a60b0b0d40edf4ed6cc338df7dc09f1589c9a81f0a497 15:31:16 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine 15:31:16 ---> a4fb48ad2a94 15:31:16 Step 3/16 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" 15:31:20 Still waiting to schedule task 15:31:20 All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline 15:31:22 ---> Running in a484c342b7cd 15:31:22 Removing intermediate container a484c342b7cd 15:31:22 ---> 597301bb1455 15:31:22 Step 4/16 : ARG ALPINE_PKG_BASE="make git" 15:31:22 ---> Running in c49f1620c870 15:31:22 Removing intermediate container c49f1620c870 15:31:22 ---> 4b5f172f4ce9 15:31:22 Step 5/16 : ARG ALPINE_PKG_EXTRA="" 15:31:22 ---> Running in d31d4dff9166 15:31:22 Removing intermediate container d31d4dff9166 15:31:22 ---> 696a5e31c410 15:31:22 Step 6/16 : LABEL Name=edgex-ui-go 15:31:22 ---> Running in bcef7fd61d7d 15:31:22 Removing intermediate container bcef7fd61d7d 15:31:22 ---> 326cd8868b84 15:31:22 Step 7/16 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2022: Intel' 15:31:22 ---> Running in d0e2667690ba 15:31:22 Removing intermediate container d0e2667690ba 15:31:22 ---> f4a47b7c89ba 15:31:22 Step 8/16 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 15:31:23 latest: Pulling from library/docker 15:31:23 213ec9aee27d: Pulling fs layer 15:31:23 6eb510456a42: Pulling fs layer 15:31:23 4627ba0696d0: Pulling fs layer 15:31:23 58acb0837d57: Pulling fs layer 15:31:23 12036fa74330: Pulling fs layer 15:31:23 c052aa9e92bf: Pulling fs layer 15:31:23 87c6260f9eda: Pulling fs layer 15:31:23 669290a31ba1: Pulling fs layer 15:31:23 d77965d4a857: Pulling fs layer 15:31:23 c052aa9e92bf: Waiting 15:31:23 d77965d4a857: Waiting 15:31:23 87c6260f9eda: Waiting 15:31:23 669290a31ba1: Waiting 15:31:23 58acb0837d57: Waiting 15:31:23 12036fa74330: Waiting 15:31:23 4627ba0696d0: Verifying Checksum 15:31:23 4627ba0696d0: Download complete 15:31:23 6eb510456a42: Verifying Checksum 15:31:23 6eb510456a42: Download complete 15:31:23 213ec9aee27d: Verifying Checksum 15:31:23 213ec9aee27d: Download complete 15:31:23 213ec9aee27d: Pull complete 15:31:23 c052aa9e92bf: Verifying Checksum 15:31:23 c052aa9e92bf: Download complete 15:31:23 6eb510456a42: Pull complete 15:31:24 4627ba0696d0: Pull complete 15:31:24 87c6260f9eda: Verifying Checksum 15:31:24 87c6260f9eda: Download complete 15:31:24 12036fa74330: Verifying Checksum 15:31:24 12036fa74330: Download complete 15:31:24 669290a31ba1: Verifying Checksum 15:31:24 669290a31ba1: Download complete 15:31:24 d77965d4a857: Verifying Checksum 15:31:24 d77965d4a857: Download complete 15:31:24 58acb0837d57: Verifying Checksum 15:31:24 58acb0837d57: Download complete 15:31:25 58acb0837d57: Pull complete 15:31:25 12036fa74330: Pull complete 15:31:26 c052aa9e92bf: Pull complete 15:31:26 87c6260f9eda: Pull complete 15:31:26 669290a31ba1: Pull complete 15:31:26 d77965d4a857: Pull complete 15:31:26 Digest: sha256:68a377d2bd432a2e5791144748e8179db55118cb7a9e77b06bbfdc2c1c46b235 15:31:26 Status: Downloaded newer image for docker:latest 15:31:28 ---> 466700cde8b2 15:31:28 Step 9/16 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 15:31:28 ---> Running in 9463946f395d 15:31:28 Removing intermediate container 9463946f395d 15:31:28 ---> 6e551793aeca 15:31:28 Step 10/16 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 15:31:28 ---> Running in 796f7d2941ad 15:31:29 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 15:31:30 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 15:31:30 OK: 211 MiB in 51 packages 15:31:30 Removing intermediate container 796f7d2941ad 15:31:30 ---> 5d8643d5f895 15:31:30 Step 11/16 : ENV GO111MODULE=on 15:31:30 ---> Running in 6250231bae90 15:31:30 Removing intermediate container 6250231bae90 15:31:30 ---> 345a87f2f8e9 15:31:30 Step 12/16 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go 15:31:30 ---> Running in 280bec41206f 15:31:30 Removing intermediate container 280bec41206f 15:31:30 ---> eea4f441249c 15:31:30 Step 13/16 : COPY go.mod vendor* ./ 15:31:31 ---> 203f8c383843 15:31:31 Step 14/16 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 15:31:31 ---> Running in d82e63b78074 15:31:43 Removing intermediate container d82e63b78074 15:31:43 ---> 854cd3cbf7c3 15:31:43 Step 15/16 : COPY . . 15:31:44 ---> 9e9546f0f078 15:31:44 Step 16/16 : RUN ${MAKE} 15:31:44 ---> Running in 1e0fc037bef3 15:31:45 noop 15:31:45 Removing intermediate container 1e0fc037bef3 15:31:45 ---> 489da72f9193 15:31:45 Successfully built 489da72f9193 15:31:45 Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:31:45 + docker inspect -f . ci-base-image-x86_64 15:31:45 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 15:31:45 prd-ubuntu20.04-docker-8c-8g-29824 does not seem to be running inside a container 15:31:45 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgexfoundry_edgex-ui-go_PR-553 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-553:/w/workspace/edgexfoundry_edgex-ui-go_PR-553:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-553@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-553@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 15:31:46 $ docker top ff2d74d6a3e6a23b9ab3345c95cfaf21d734ae8791959de3fa6d4c88161de1b2 -eo pid,comm [Pipeline] { [Pipeline] sh 15:31:46 + go version 15:31:46 go version go1.18.3 linux/amd64 [Pipeline] } 15:31:46 $ docker stop --time=1 ff2d74d6a3e6a23b9ab3345c95cfaf21d734ae8791959de3fa6d4c88161de1b2 15:31:48 $ docker rm -f ff2d74d6a3e6a23b9ab3345c95cfaf21d734ae8791959de3fa6d4c88161de1b2 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:31:48 + docker inspect -f . ci-base-image-x86_64 15:31:48 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 15:31:49 prd-ubuntu20.04-docker-8c-8g-29824 does not seem to be running inside a container 15:31:49 $ 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-553 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-553:/w/workspace/edgexfoundry_edgex-ui-go_PR-553:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-553@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-553@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 15:31:49 $ docker top 716a8f9cf41cdad4d00592010faaf7482998c58a04583f639f22334189d9f238 -eo pid,comm [Pipeline] { [Pipeline] sh 15:31:49 + git config --global --add safe.directory /w/workspace/edgexfoundry_edgex-ui-go_PR-553 [Pipeline] fileExists [Pipeline] sh 15:31:50 + make test 15:31:50 CGO_ENABLED=0 GO111MODULE=on go test -coverprofile=coverage.out ./... 15:31:50 ? github.com/edgexfoundry/edgex-ui-go [no test files] 15:31:57 ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] 15:31:57 ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] 15:31:57 ? github.com/edgexfoundry/edgex-ui-go/internal/common [no test files] 15:31:57 ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] 15:31:57 ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] 15:31:57 ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] 15:31:57 ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] 15:31:57 ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] 15:31:57 ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] 15:31:57 ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] 15:31:57 ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] 15:31:57 ? github.com/edgexfoundry/edgex-ui-go/pkg/usage [no test files] 15:31:57 CGO_ENABLED=0 GO111MODULE=on go vet ./... 15:31:58 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 15:31:58 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 15:31:58 ./bin/test-attribution-txt.sh 15:31:58 make -C web test 15:31:58 make[1]: Entering directory '/w/workspace/edgexfoundry_edgex-ui-go_PR-553/web' 15:31:58 make[1]: tput: No such file or directory 15:31:58 make[1]: tput: No such file or directory 15:31:58 warning: generating ./VERSION 15:31:58 echo "0.0.0" > VERSION 15:31:58 docker build \ 15:31:58 -f Dockerfile \ 15:31:58 --build-arg USER=1000 \ 15:31:58 \ 15:31:58 --label "git_sha=5f438056cf0d27be832a44d306540d9cec6ea88f" \ 15:31:58 -t edgexfoundry/edgex-web-ui:5f438056cf0d27be832a44d306540d9cec6ea88f \ 15:31:58 -t edgexfoundry/edgex-web-ui:0.0.0-dev \ 15:31:58 . 15:31:58 Sending build context to Docker daemon 3.269MB 15:31:58 Step 1/10 : FROM node:16.17-alpine3.15 15:31:59 16.17-alpine3.15: Pulling from library/node 15:31:59 9621f1afde84: Pulling fs layer 15:31:59 16f891d21976: Pulling fs layer 15:31:59 cf6a4a42ec8c: Pulling fs layer 15:31:59 297e921c64f6: Pulling fs layer 15:31:59 cf6a4a42ec8c: Download complete 15:31:59 9621f1afde84: Verifying Checksum 15:31:59 9621f1afde84: Download complete 15:31:59 297e921c64f6: Download complete 15:31:59 9621f1afde84: Pull complete 15:32:00 16f891d21976: Verifying Checksum 15:32:00 16f891d21976: Download complete 15:32:02 16f891d21976: Pull complete 15:32:02 cf6a4a42ec8c: Pull complete 15:32:02 297e921c64f6: Pull complete 15:32:02 Digest: sha256:a60b681e1c28f60ea63f8394dea5384c69bdc464b9655e880f74aafaa5945665 15:32:02 Status: Downloaded newer image for node:16.17-alpine3.15 15:32:02 ---> 141d857b2a92 15:32:02 Step 2/10 : RUN apk add --no-cache chromium 15:32:03 ---> Running in 094606260bb2 15:32:04 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 15:32:04 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 15:32:04 (1/129) Installing libxau (1.0.9-r0) 15:32:04 (2/129) Installing libmd (1.0.3-r0) 15:32:04 (3/129) Installing libbsd (0.11.3-r1) 15:32:04 (4/129) Installing libxdmcp (1.1.3-r0) 15:32:04 (5/129) Installing libxcb (1.14-r2) 15:32:04 (6/129) Installing libx11 (1.7.2-r0) 15:32:04 (7/129) Installing libxext (1.3.4-r0) 15:32:04 (8/129) Installing libice (1.0.10-r0) 15:32:04 (9/129) Installing libuuid (2.37.4-r0) 15:32:04 (10/129) Installing libsm (1.2.3-r0) 15:32:04 (11/129) Installing libxt (1.2.1-r0) 15:32:04 (12/129) Installing libxmu (1.1.3-r0) 15:32:04 (13/129) Installing xset (1.2.4-r0) 15:32:04 (14/129) Installing xprop (1.2.5-r0) 15:32:04 (15/129) Installing xdg-utils (1.1.3-r0) 15:32:04 (16/129) Installing eudev-libs (3.2.11_pre1-r0) 15:32:04 (17/129) Installing pkgconf (1.8.0-r0) 15:32:04 (18/129) Installing libffi (3.4.2-r1) 15:32:04 (19/129) Installing libintl (0.21-r0) 15:32:04 (20/129) Installing libblkid (2.37.4-r0) 15:32:04 (21/129) Installing libmount (2.37.4-r0) 15:32:04 (22/129) Installing pcre (8.45-r1) 15:32:04 (23/129) Installing glib (2.70.1-r0) 15:32:04 (24/129) Installing xz-libs (5.2.5-r1) 15:32:04 (25/129) Installing libxml2 (2.9.14-r1) 15:32:04 (26/129) Installing shared-mime-info (2.1-r0) 15:32:04 (27/129) Installing hicolor-icon-theme (0.17-r1) 15:32:04 (28/129) Installing libjpeg-turbo (2.1.2-r0) 15:32:04 (29/129) Installing libpng (1.6.37-r1) 15:32:04 (30/129) Installing libwebp (1.2.2-r0) 15:32:04 (31/129) Installing zstd-libs (1.5.0-r0) 15:32:04 (32/129) Installing tiff (4.3.0-r1) 15:32:04 (33/129) Installing gdk-pixbuf (2.42.8-r0) 15:32:04 (34/129) Installing gtk-update-icon-cache (2.24.33-r0) 15:32:04 (35/129) Installing libxcomposite (0.4.5-r0) 15:32:04 (36/129) Installing libxfixes (6.0.0-r0) 15:32:04 (37/129) Installing libxrender (0.9.10-r3) 15:32:04 (38/129) Installing libxcursor (1.2.0-r0) 15:32:04 (39/129) Installing libxdamage (1.1.5-r1) 15:32:04 (40/129) Installing libxi (1.8-r0) 15:32:04 (41/129) Installing libxinerama (1.1.4-r1) 15:32:04 (42/129) Installing libxrandr (1.5.2-r1) 15:32:04 (43/129) Installing atk (2.36.0-r0) 15:32:04 (44/129) Installing libxtst (1.2.3-r3) 15:32:04 (45/129) Installing dbus-libs (1.12.20-r4) 15:32:04 (46/129) Installing at-spi2-core (2.42.0-r0) 15:32:04 (47/129) Installing at-spi2-atk (2.38.0-r0) 15:32:04 (48/129) Installing expat (2.4.7-r0) 15:32:04 (49/129) Installing brotli-libs (1.0.9-r5) 15:32:04 (50/129) Installing libbz2 (1.0.8-r1) 15:32:04 (51/129) Installing freetype (2.11.1-r2) 15:32:04 (52/129) Installing fontconfig (2.13.1-r4) 15:32:04 (53/129) Installing pixman (0.40.0-r3) 15:32:04 (54/129) Installing cairo (1.16.0-r5) 15:32:04 (55/129) Installing cairo-gobject (1.16.0-r5) 15:32:04 (56/129) Installing avahi-libs (0.8-r5) 15:32:04 (57/129) Installing gmp (6.2.1-r1) 15:32:04 (58/129) Installing nettle (3.7.3-r0) 15:32:04 (59/129) Installing p11-kit (0.24.0-r1) 15:32:04 (60/129) Installing libtasn1 (4.18.0-r0) 15:32:04 (61/129) Installing libunistring (0.9.10-r1) 15:32:04 (62/129) Installing gnutls (3.7.1-r1) 15:32:04 (63/129) Installing cups-libs (2.3.3-r6) 15:32:04 (64/129) Installing libepoxy (1.5.9-r0) 15:32:04 (65/129) Installing fribidi (1.0.11-r0) 15:32:04 (66/129) Installing graphite2 (1.3.14-r0) 15:32:04 (67/129) Installing harfbuzz (3.0.0-r2) 15:32:04 (68/129) Installing libxft (2.3.4-r0) 15:32:04 (69/129) Installing pango (1.48.10-r0) 15:32:04 (70/129) Installing wayland-libs-client (1.19.0-r1) 15:32:04 (71/129) Installing wayland-libs-cursor (1.19.0-r1) 15:32:04 (72/129) Installing wayland-libs-egl (1.19.0-r1) 15:32:04 (73/129) Installing xkeyboard-config (2.34-r0) 15:32:04 (74/129) Installing libxkbcommon (1.3.1-r0) 15:32:04 (75/129) Installing gtk+3.0 (3.24.30-r0) 15:32:05 Executing gtk+3.0-3.24.30-r0.post-install 15:32:05 (76/129) Installing libfontenc (1.1.4-r0) 15:32:05 (77/129) Installing mkfontscale (1.2.1-r1) 15:32:05 (78/129) Installing ttf-opensans (1.10-r1) 15:32:05 Executing ttf-opensans-1.10-r1.post-install 15:32:06 (79/129) Installing libogg (1.3.5-r0) 15:32:06 (80/129) Installing flac (1.3.4-r0) 15:32:06 (81/129) Installing alsa-lib (1.2.5.1-r1) 15:32:07 (82/129) Installing libatomic (10.3.1_git20211027-r0) 15:32:07 (83/129) Installing sdl2 (2.0.16-r4) 15:32:07 (84/129) Installing aom-libs (3.2.0-r0) 15:32:07 (85/129) Installing libass (0.15.2-r0) 15:32:07 (86/129) Installing libdav1d (0.9.2-r0) 15:32:07 (87/129) Installing ncurses-terminfo-base (6.3_p20211120-r1) 15:32:07 (88/129) Installing ncurses-libs (6.3_p20211120-r1) 15:32:07 (89/129) Installing lame (3.100-r0) 15:32:07 (90/129) Installing opus (1.3.1-r1) 15:32:07 (91/129) Installing libgomp (10.3.1_git20211027-r0) 15:32:07 (92/129) Installing soxr (0.1.3-r2) 15:32:07 (93/129) Installing libsrt (1.4.2-r1) 15:32:07 (94/129) Installing libssh (0.9.6-r1) 15:32:07 (95/129) Installing libtheora (1.1.1-r16) 15:32:07 (96/129) Installing v4l-utils-libs (1.22.1-r1) 15:32:07 (97/129) Installing libpciaccess (0.16-r0) 15:32:07 (98/129) Installing libdrm (2.4.109-r0) 15:32:07 (99/129) Installing libva (2.13.0-r0) 15:32:07 (100/129) Installing libvdpau (1.4-r0) 15:32:07 (101/129) Installing vidstab (1.1.0-r1) 15:32:07 (102/129) Installing libvorbis (1.3.7-r0) 15:32:07 (103/129) Installing libvpx (1.10.0-r0) 15:32:07 (104/129) Installing vulkan-loader (1.2.196-r0) 15:32:07 (105/129) Installing x264-libs (20210613-r0) 15:32:07 (106/129) Installing x265-libs (3.5-r0) 15:32:07 (107/129) Installing xvidcore (1.3.7-r1) 15:32:07 (108/129) Installing ffmpeg-libs (4.4.1-r2) 15:32:07 (109/129) Installing libevent (2.1.12-r4) 15:32:07 (110/129) Installing mesa (21.2.6-r0) 15:32:07 (111/129) Installing wayland-libs-server (1.19.0-r1) 15:32:07 (112/129) Installing mesa-gbm (21.2.6-r0) 15:32:07 (113/129) Installing lcms2 (2.12-r1) 15:32:07 (114/129) Installing nspr (4.32-r0) 15:32:07 (115/129) Installing sqlite-libs (3.36.0-r0) 15:32:07 (116/129) Installing nss (3.78.1-r0) 15:32:07 (117/129) Installing libasyncns (0.8-r1) 15:32:07 (118/129) Installing libltdl (2.4.6-r7) 15:32:07 (119/129) Installing orc (0.4.32-r0) 15:32:07 (120/129) Installing libsndfile (1.0.31-r1) 15:32:07 (121/129) Installing speexdsp (1.2.0-r0) 15:32:07 (122/129) Installing tdb-libs (1.4.5-r0) 15:32:07 (123/129) Installing libpulse (15.0-r2) 15:32:07 (124/129) Installing re2 (2021.11.01-r0) 15:32:07 (125/129) Installing snappy (1.1.9-r1) 15:32:07 (126/129) Installing libgpg-error (1.42-r1) 15:32:07 (127/129) Installing libgcrypt (1.9.4-r0) 15:32:07 (128/129) Installing libxslt (1.1.35-r0) 15:32:07 (129/129) Installing chromium (99.0.4844.84-r0) 15:32:08 Executing busybox-1.34.1-r7.trigger 15:32:08 Executing glib-2.70.1-r0.trigger 15:32:08 Executing shared-mime-info-2.1-r0.trigger 15:32:12 Executing gdk-pixbuf-2.42.8-r0.trigger 15:32:12 Executing gtk-update-icon-cache-2.24.33-r0.trigger 15:32:12 Executing fontconfig-2.13.1-r4.trigger 15:32:12 Executing mkfontscale-1.2.1-r1.trigger 15:32:12 OK: 286 MiB in 145 packages 15:32:17 Removing intermediate container 094606260bb2 15:32:17 ---> 86aa50c4f8c7 15:32:17 Step 3/10 : ENV CHROME_BIN=/usr/bin/chromium-browser 15:32:17 ---> Running in 9b38b70795c3 15:32:17 Removing intermediate container 9b38b70795c3 15:32:17 ---> 2abc332e9d70 15:32:17 Step 4/10 : ENV PATH /app/node_modules/.bin:$PATH 15:32:17 ---> Running in 376b4bcca1e9 15:32:17 Removing intermediate container 376b4bcca1e9 15:32:17 ---> ce7418c4c7ef 15:32:17 Step 5/10 : RUN npm install -g npm 15:32:17 ---> Running in 7605e5d63323 15:32:23 15:32:23 changed 54 packages, and audited 212 packages in 6s 15:32:23 15:32:23 11 packages are looking for funding 15:32:23 run `npm fund` for details 15:32:23 15:32:23 found 0 vulnerabilities 15:32:25 Removing intermediate container 7605e5d63323 15:32:25 ---> ebdf138ec08b 15:32:25 Step 6/10 : ARG USER=1000 15:32:25 ---> Running in c9b2e11c4989 15:32:25 Removing intermediate container c9b2e11c4989 15:32:25 ---> ab48b0f29ccb 15:32:25 Step 7/10 : RUN deluser --remove-home node && adduser -u $USER -D -s /bin/sh node 15:32:25 ---> Running in 7dbaa883d9ab 15:32:25 Removing intermediate container 7dbaa883d9ab 15:32:25 ---> de54a5b58d57 15:32:25 Step 8/10 : USER $USER:$USER 15:32:25 ---> Running in 8551ff16a55b 15:32:26 Removing intermediate container 8551ff16a55b 15:32:26 ---> 1efb0d38df4f 15:32:26 Step 9/10 : WORKDIR /app 15:32:26 ---> Running in 9c74aa8c9a05 15:32:26 Removing intermediate container 9c74aa8c9a05 15:32:26 ---> 1c9adcf3a24e 15:32:26 Step 10/10 : LABEL git_sha=5f438056cf0d27be832a44d306540d9cec6ea88f 15:32:26 ---> Running in 22f507ce392f 15:32:26 Removing intermediate container 22f507ce392f 15:32:26 ---> 82a13fbe48b4 15:32:26 Successfully built 82a13fbe48b4 15:32:26 Successfully tagged edgexfoundry/edgex-web-ui:5f438056cf0d27be832a44d306540d9cec6ea88f 15:32:26 Successfully tagged edgexfoundry/edgex-web-ui:0.0.0-dev 15:32:26 touch edgex-web-ui.imagebuilt 15:32:26 mkdir -p node_modules coverage 15:32:26 chown "1000:1000" node_modules coverage package-lock.json 15:32:26 docker run --rm -i -v "$(pwd):/app" -u "1000:1000" edgexfoundry/edgex-web-ui:0.0.0-dev npm install 15:32:28 npm WARN EBADENGINE Unsupported engine { 15:32:28 npm WARN EBADENGINE package: '@angular-devkit/architect@0.1202.4', 15:32:28 npm WARN EBADENGINE required: { 15:32:28 npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', 15:32:28 npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', 15:32:28 npm WARN EBADENGINE yarn: '>= 1.13.0' 15:32:28 npm WARN EBADENGINE }, 15:32:28 npm WARN EBADENGINE current: { node: 'v16.17.0', npm: '8.19.2' } 15:32:28 npm WARN EBADENGINE } 15:32:28 npm WARN EBADENGINE Unsupported engine { 15:32:28 npm WARN EBADENGINE package: '@angular-devkit/build-angular@12.2.4', 15:32:28 npm WARN EBADENGINE required: { 15:32:28 npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', 15:32:28 npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', 15:32:28 npm WARN EBADENGINE yarn: '>= 1.13.0' 15:32:28 npm WARN EBADENGINE }, 15:32:28 npm WARN EBADENGINE current: { node: 'v16.17.0', npm: '8.19.2' } 15:32:28 npm WARN EBADENGINE } 15:32:28 npm WARN EBADENGINE Unsupported engine { 15:32:28 npm WARN EBADENGINE package: '@angular-devkit/build-optimizer@0.1202.4', 15:32:28 npm WARN EBADENGINE required: { 15:32:28 npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', 15:32:28 npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', 15:32:28 npm WARN EBADENGINE yarn: '>= 1.13.0' 15:32:28 npm WARN EBADENGINE }, 15:32:28 npm WARN EBADENGINE current: { node: 'v16.17.0', npm: '8.19.2' } 15:32:28 npm WARN EBADENGINE } 15:32:28 npm WARN EBADENGINE Unsupported engine { 15:32:28 npm WARN EBADENGINE package: '@angular-devkit/build-webpack@0.1202.4', 15:32:28 npm WARN EBADENGINE required: { 15:32:28 npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', 15:32:28 npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', 15:32:28 npm WARN EBADENGINE yarn: '>= 1.13.0' 15:32:28 npm WARN EBADENGINE }, 15:32:28 npm WARN EBADENGINE current: { node: 'v16.17.0', npm: '8.19.2' } 15:32:28 npm WARN EBADENGINE } 15:32:28 npm WARN EBADENGINE Unsupported engine { 15:32:28 npm WARN EBADENGINE package: '@angular-devkit/core@12.2.4', 15:32:28 npm WARN EBADENGINE required: { 15:32:28 npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', 15:32:28 npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', 15:32:28 npm WARN EBADENGINE yarn: '>= 1.13.0' 15:32:28 npm WARN EBADENGINE }, 15:32:28 npm WARN EBADENGINE current: { node: 'v16.17.0', npm: '8.19.2' } 15:32:28 npm WARN EBADENGINE } 15:32:28 npm WARN EBADENGINE Unsupported engine { 15:32:28 npm WARN EBADENGINE package: '@angular-devkit/schematics@12.2.4', 15:32:28 npm WARN EBADENGINE required: { 15:32:28 npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', 15:32:28 npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', 15:32:28 npm WARN EBADENGINE yarn: '>= 1.13.0' 15:32:28 npm WARN EBADENGINE }, 15:32:28 npm WARN EBADENGINE current: { node: 'v16.17.0', npm: '8.19.2' } 15:32:28 npm WARN EBADENGINE } 15:32:28 npm WARN EBADENGINE Unsupported engine { 15:32:28 npm WARN EBADENGINE package: '@angular/cli@12.2.4', 15:32:28 npm WARN EBADENGINE required: { 15:32:28 npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', 15:32:28 npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', 15:32:28 npm WARN EBADENGINE yarn: '>= 1.13.0' 15:32:28 npm WARN EBADENGINE }, 15:32:28 npm WARN EBADENGINE current: { node: 'v16.17.0', npm: '8.19.2' } 15:32:28 npm WARN EBADENGINE } 15:32:28 npm WARN EBADENGINE Unsupported engine { 15:32:28 npm WARN EBADENGINE package: '@ngtools/webpack@12.2.4', 15:32:28 npm WARN EBADENGINE required: { 15:32:28 npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', 15:32:28 npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', 15:32:28 npm WARN EBADENGINE yarn: '>= 1.13.0' 15:32:28 npm WARN EBADENGINE }, 15:32:28 npm WARN EBADENGINE current: { node: 'v16.17.0', npm: '8.19.2' } 15:32:28 npm WARN EBADENGINE } 15:32:28 npm WARN EBADENGINE Unsupported engine { 15:32:28 npm WARN EBADENGINE package: '@schematics/angular@12.2.4', 15:32:28 npm WARN EBADENGINE required: { 15:32:28 npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', 15:32:28 npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', 15:32:28 npm WARN EBADENGINE yarn: '>= 1.13.0' 15:32:28 npm WARN EBADENGINE }, 15:32:28 npm WARN EBADENGINE current: { node: 'v16.17.0', npm: '8.19.2' } 15:32:28 npm WARN EBADENGINE } 15:32:33 npm WARN deprecated urix@0.1.0: Please see https://github.com/lydell/urix#deprecated 15:32:33 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 15:32:33 npm WARN deprecated source-map-url@0.4.1: See https://github.com/lydell/source-map-url#deprecated 15:32:33 npm WARN deprecated source-map-resolve@0.6.0: See https://github.com/lydell/source-map-resolve#deprecated 15:32:33 npm WARN deprecated resolve-url@0.2.1: https://github.com/lydell/resolve-url#deprecated 15:32:33 npm WARN deprecated querystring@0.2.0: The querystring API is considered Legacy. new code should use the URLSearchParams API instead. 15:32:34 npm WARN deprecated request@2.88.2: request has been deprecated, see https://github.com/request/request/issues/3142 15:32:35 npm WARN deprecated har-validator@5.1.5: this library is no longer supported 15:32:35 npm WARN deprecated flatten@1.0.3: flatten is deprecated in favor of utility frameworks such as lodash. 15:32:37 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 15:32:37 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 15:32:38 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. 15:32:39 npm WARN deprecated chokidar@2.1.8: Chokidar 2 does not receive security updates since 2019. Upgrade to chokidar 3 with 15x fewer dependencies 15:32:39 npm WARN deprecated source-map-resolve@0.5.3: See https://github.com/lydell/source-map-resolve#deprecated 15:32:39 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. 15:32:39 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. 15:32:41 npm WARN deprecated source-map-resolve@0.5.3: See https://github.com/lydell/source-map-resolve#deprecated 15:32:43 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. 15:32:46 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. 15:32:51 15:32:51 added 1478 packages, and audited 1479 packages in 24s 15:32:51 15:32:51 90 packages are looking for funding 15:32:51 run `npm fund` for details 15:32:51 15:32:51 13 vulnerabilities (3 moderate, 8 high, 2 critical) 15:32:51 15:32:51 To address issues that do not require attention, run: 15:32:51 npm audit fix 15:32:51 15:32:51 To address all issues (including breaking changes), run: 15:32:51 npm audit fix --force 15:32:51 15:32:51 Run `npm audit` for details. 15:32:57 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 15:32:59 - Generating browser application bundles (phase: setup)... 15:33:04 Compiling @angular/core : es2015 as esm2015 15:33:04 Compiling @angular/compiler/testing : es2015 as esm2015 15:33:08 Compiling @angular/common : es2015 as esm2015 15:33:08 Compiling @angular/core/testing : es2015 as esm2015 15:33:08 Compiling @angular/platform-browser : es2015 as esm2015 15:33:08 Compiling @angular/common/testing : es2015 as esm2015 15:33:08 Running on prd-ubuntu20.04-docker-arm64-4c-16g-29825 in /w/workspace/edgexfoundry_edgex-ui-go_PR-553 [Pipeline] { [Pipeline] ws 15:33:08 Running in /w/workspace/edgex-ui-go/1 [Pipeline] { [Pipeline] checkout 15:33:09 The recommended git tool is: git 15:33:09 Compiling @angular/common/http : es2015 as esm2015 15:33:09 Compiling @angular/platform-browser-dynamic : es2015 as esm2015 15:33:09 Compiling @angular/router : es2015 as esm2015 15:33:09 Compiling @angular/platform-browser/testing : es2015 as esm2015 15:33:09 Compiling @angular/forms : es2015 as esm2015 15:33:09 Compiling @angular/platform-browser-dynamic/testing : es2015 as esm2015 15:33:10 Compiling @angular/common/http/testing : es2015 as esm2015 15:33:12 Compiling @angular/router/testing : es2015 as esm2015 15:33:15 using credential edgex-jenkins-ssh 15:33:15 Cloning the remote Git repository 15:33:15 Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git 15:33:16 > git init /w/workspace/edgex-ui-go/1 # timeout=10 15:33:16 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 15:33:16 > git --version # timeout=10 15:33:16 > git --version # 'git version 2.25.1' 15:33:16 using GIT_SSH to set credentials SSH Credentials for GitHub 15:33:16 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 15:33:18 19 09 2022 15:33:17.917:INFO [karma-server]: Karma v6.3.16 server started at http://localhost:9876/ 15:33:18 19 09 2022 15:33:17.920:INFO [launcher]: Launching browsers ChromeHeadlessNoSandbox with concurrency unlimited 15:33:18 19 09 2022 15:33:17.927:INFO [launcher]: Starting browser ChromeHeadless 15:33:19 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 15:33:19 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 15:33:19 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 15:33:19 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 15:33:19 using GIT_SSH to set credentials SSH Credentials for GitHub 15:33:19 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/553/head:refs/remotes/origin/PR-553 +refs/heads/main:refs/remotes/origin/main # timeout=10 15:33:20 Merging remotes/origin/main commit 490d55d23c3381dbf94452a94173aa21d56f4e2c into PR head commit 5f438056cf0d27be832a44d306540d9cec6ea88f 15:33:20 Merge succeeded, producing 5f438056cf0d27be832a44d306540d9cec6ea88f 15:33:20 Checking out Revision 5f438056cf0d27be832a44d306540d9cec6ea88f (PR-553) 15:33:20 > git config core.sparsecheckout # timeout=10 15:33:20 > git checkout -f 5f438056cf0d27be832a44d306540d9cec6ea88f # timeout=10 15:33:20 > git remote # timeout=10 15:33:20 > git config --get remote.origin.url # timeout=10 15:33:20 using GIT_SSH to set credentials SSH Credentials for GitHub 15:33:20 > git merge 490d55d23c3381dbf94452a94173aa21d56f4e2c # timeout=10 15:33:20 > git rev-parse HEAD^{commit} # timeout=10 15:33:20 > git config core.sparsecheckout # timeout=10 15:33:20 > git checkout -f 5f438056cf0d27be832a44d306540d9cec6ea88f # timeout=10 15:33:25 Commit message: "refactor: port install hook from bash to go" 15:33:25 > git --version # timeout=10 15:33:25 > git --version # 'git version 2.25.1' 15:33:25 fatal: bad object bd7468d5528128c83034753e4c3def8ef9af3f2d [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 15:33:26 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 15:33:26 % Total % Received % Xferd Average Speed Time Time Time Current 15:33:26 Dload Upload Total Spent Left Speed 15:33:26 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12602 100 12602 0 0 88125 0 --:--:-- --:--:-- --:--:-- 88746 [Pipeline] sh 15:33:27 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 15:33:27 + + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"}sudo /etc/docker/daemon.json tee 15:33:27 /etc/docker/daemon.new 15:33:27 { 15:33:27 "registry-mirrors": [ 15:33:27 "https://nexus3.edgexfoundry.org:10001" 15:33:27 ], 15:33:27 "bip": "10.250.0.254/24", 15:33:27 "hosts": [ 15:33:27 "tcp://0.0.0.0:5555", 15:33:27 "unix:///var/run/docker.sock" 15:33:27 ], 15:33:27 "mtu": 1458, 15:33:27 "selinux-enabled": true, 15:33:27 "seccomp-profile": "/etc/docker/seccomp.json" 15:33:27 } [Pipeline] sh 15:33:28 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 15:33:28 + sudo service docker restart 15:33:31 ✔ Browser application bundle generation complete. 15:33:31 19 09 2022 15:33:30.995:INFO [Chrome Headless 99.0.4844.84 (Linux x86_64)]: Connected on socket dkXNYaC2wE-cI3hxAAAB with id 61112000 15:33:34 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 0 of 149 SUCCESS (0 secs / 0 secs) 15:33:34 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 1 of 149 SUCCESS (0 secs / 0.056 secs) 15:33:34 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 2 of 149 SUCCESS (0 secs / 0.143 secs) 15:33:34 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 3 of 149 SUCCESS (0 secs / 0.181 secs) 15:33:34 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 4 of 149 SUCCESS (0 secs / 0.214 secs) 15:33:34 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 5 of 149 SUCCESS (0 secs / 0.259 secs) 15:33:34 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 6 of 149 SUCCESS (0 secs / 0.279 secs) 15:33:34 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 7 of 149 SUCCESS (0 secs / 0.287 secs) 15:33:34 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 8 of 149 SUCCESS (0 secs / 0.297 secs) 15:33:34 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 9 of 149 SUCCESS (0 secs / 0.301 secs) 15:33:34 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 10 of 149 SUCCESS (0 secs / 0.305 secs) 15:33:34 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 11 of 149 SUCCESS (0 secs / 0.309 secs) 15:33:34 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 12 of 149 SUCCESS (0 secs / 0.363 secs) 15:33:34 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 13 of 149 SUCCESS (0 secs / 0.414 secs) 15:33:34 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 14 of 149 SUCCESS (0 secs / 0.476 secs) 15:33:34 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 15 of 149 SUCCESS (0 secs / 0.485 secs) 15:33:34 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 16 of 149 SUCCESS (0 secs / 0.533 secs) 15:33:34 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 17 of 149 SUCCESS (0 secs / 0.564 secs) 15:33:34 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 18 of 149 SUCCESS (0 secs / 0.568 secs) 15:33:34 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 19 of 149 SUCCESS (0 secs / 0.582 secs) 15:33:34 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 20 of 149 SUCCESS (0 secs / 0.651 secs) 15:33:34 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 21 of 149 SUCCESS (0 secs / 0.672 secs) 15:33:35 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 22 of 149 SUCCESS (0 secs / 0.685 secs) 15:33:35 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 23 of 149 SUCCESS (0 secs / 0.697 secs) 15:33:35 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 24 of 149 SUCCESS (0 secs / 0.763 secs) 15:33:35 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 25 of 149 SUCCESS (0 secs / 0.784 secs) 15:33:35 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 26 of 149 SUCCESS (0 secs / 0.793 secs) 15:33:35 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 27 of 149 SUCCESS (0 secs / 0.799 secs) 15:33:35 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 28 of 149 SUCCESS (0 secs / 0.808 secs) 15:33:35 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 29 of 149 SUCCESS (0 secs / 0.81 secs) 15:33:35 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 30 of 149 SUCCESS (0 secs / 0.813 secs) 15:33:35 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 31 of 149 SUCCESS (0 secs / 0.814 secs) 15:33:35 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 32 of 149 SUCCESS (0 secs / 0.829 secs) 15:33:35 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 33 of 149 SUCCESS (0 secs / 0.835 secs) 15:33:35 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 34 of 149 SUCCESS (0 secs / 0.847 secs) 15:33:35 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 35 of 149 SUCCESS (0 secs / 0.852 secs) 15:33:35 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 36 of 149 SUCCESS (0 secs / 0.853 secs) 15:33:35 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 37 of 149 SUCCESS (0 secs / 0.857 secs) 15:33:35 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 38 of 149 SUCCESS (0 secs / 0.858 secs) 15:33:35 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 39 of 149 SUCCESS (0 secs / 0.875 secs) 15:33:35 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 40 of 149 SUCCESS (0 secs / 0.884 secs) 15:33:35 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 41 of 149 SUCCESS (0 secs / 0.89 secs) 15:33:35 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 42 of 149 SUCCESS (0 secs / 0.896 secs) 15:33:35 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 43 of 149 SUCCESS (0 secs / 0.905 secs) 15:33:35 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 44 of 149 SUCCESS (0 secs / 0.935 secs) 15:33:35 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 45 of 149 SUCCESS (0 secs / 0.94 secs) 15:33:35 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 46 of 149 SUCCESS (0 secs / 0.952 secs) 15:33:35 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 47 of 149 SUCCESS (0 secs / 0.955 secs) 15:33:35 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 48 of 149 SUCCESS (0 secs / 0.958 secs) 15:33:35 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 49 of 149 SUCCESS (0 secs / 0.962 secs) 15:33:35 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 50 of 149 SUCCESS (0 secs / 0.964 secs) 15:33:35 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 51 of 149 SUCCESS (0 secs / 1.012 secs) 15:33:35 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 52 of 149 SUCCESS (0 secs / 1.03 secs) 15:33:35 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 53 of 149 SUCCESS (0 secs / 1.043 secs) 15:33:35 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 54 of 149 SUCCESS (0 secs / 1.046 secs) 15:33:35 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 55 of 149 SUCCESS (0 secs / 1.047 secs) 15:33:35 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 56 of 149 SUCCESS (0 secs / 1.057 secs) 15:33:35 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 57 of 149 SUCCESS (0 secs / 1.086 secs) 15:33:35 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 58 of 149 SUCCESS (0 secs / 1.098 secs) 15:33:35 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 59 of 149 SUCCESS (0 secs / 1.107 secs) 15:33:35 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 60 of 149 SUCCESS (0 secs / 1.113 secs) 15:33:35 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 61 of 149 SUCCESS (0 secs / 1.116 secs) 15:33:35 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 62 of 149 SUCCESS (0 secs / 1.117 secs) 15:33:35 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 63 of 149 SUCCESS (0 secs / 1.122 secs) 15:33:35 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 64 of 149 SUCCESS (0 secs / 1.131 secs) 15:33:35 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 65 of 149 SUCCESS (0 secs / 1.161 secs) 15:33:35 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 66 of 149 SUCCESS (0 secs / 1.195 secs) 15:33:35 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 67 of 149 SUCCESS (0 secs / 1.203 secs) 15:33:35 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 68 of 149 SUCCESS (0 secs / 1.208 secs) 15:33:35 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 69 of 149 SUCCESS (0 secs / 1.209 secs) 15:33:35 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 70 of 149 SUCCESS (0 secs / 1.239 secs) 15:33:35 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 71 of 149 SUCCESS (0 secs / 1.273 secs) 15:33:35 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 72 of 149 SUCCESS (0 secs / 1.3 secs) 15:33:35 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 73 of 149 SUCCESS (0 secs / 1.303 secs) 15:33:35 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 74 of 149 SUCCESS (0 secs / 1.305 secs) 15:33:35 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 75 of 149 SUCCESS (0 secs / 1.317 secs) 15:33:35 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 76 of 149 SUCCESS (0 secs / 1.33 secs) 15:33:35 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 77 of 149 SUCCESS (0 secs / 1.348 secs) 15:33:35 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 78 of 149 SUCCESS (0 secs / 1.355 secs) 15:33:35 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 79 of 149 SUCCESS (0 secs / 1.358 secs) 15:33:35 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 80 of 149 SUCCESS (0 secs / 1.373 secs) 15:33:35 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 81 of 149 SUCCESS (0 secs / 1.401 secs) 15:33:35 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 82 of 149 SUCCESS (0 secs / 1.411 secs) 15:33:36 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 83 of 149 SUCCESS (0 secs / 1.422 secs) 15:33:36 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 84 of 149 SUCCESS (0 secs / 1.427 secs) 15:33:36 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 85 of 149 SUCCESS (0 secs / 1.435 secs) 15:33:36 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 86 of 149 SUCCESS (0 secs / 1.441 secs) 15:33:36 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 87 of 149 SUCCESS (0 secs / 1.472 secs) 15:33:36 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 88 of 149 SUCCESS (0 secs / 1.482 secs) 15:33:36 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 89 of 149 SUCCESS (0 secs / 1.488 secs) 15:33:36 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 90 of 149 SUCCESS (0 secs / 1.508 secs) 15:33:36 WARN: ' 15:33:36 It looks like you're using ngModel on the same form field as formControlName. 15:33:36 Support for using the ngModel input property and ngModelChange event with 15:33:36 reactive form directives has been deprecated in Angular v6 and will be removed 15:33:36 in a future version of Angular. 15:33:36 15:33:36 For more information on this, see our API docs here: 15:33:36 https://angular.io/api/forms/FormControlName#use-with-ngmodel 15:33:36 ' 15:33:36 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 90 of 149 SUCCESS (0 secs / 1.508 secs) 15:33:36 WARN: ' 15:33:36 It looks like you're using ngModel on the same form field as formControlName. 15:33:36 Support for using the ngModel input property and ngModelChange event with 15:33:36 reactive form directives has been deprecated in Angular v6 and will be removed 15:33:36 in a future version of Angular. 15:33:36 15:33:36 For more information on this, see our API docs here: 15:33:36 https://angular.io/api/forms/FormControlName#use-with-ngmodel 15:33:36 ' 15:33:36 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 91 of 149 SUCCESS (0 secs / 1.553 secs) 15:33:36 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 92 of 149 SUCCESS (0 secs / 1.568 secs) 15:33:36 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 93 of 149 SUCCESS (0 secs / 1.604 secs) 15:33:36 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 94 of 149 SUCCESS (0 secs / 1.608 secs) 15:33:36 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 95 of 149 SUCCESS (0 secs / 1.617 secs) 15:33:36 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 96 of 149 SUCCESS (0 secs / 1.63 secs) 15:33:36 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 97 of 149 SUCCESS (0 secs / 1.665 secs) 15:33:36 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 98 of 149 SUCCESS (0 secs / 1.673 secs) 15:33:36 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 99 of 149 SUCCESS (0 secs / 1.69 secs) 15:33:36 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 100 of 149 SUCCESS (0 secs / 1.703 secs) 15:33:36 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 101 of 149 SUCCESS (0 secs / 1.712 secs) 15:33:36 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 102 of 149 SUCCESS (0 secs / 1.717 secs) 15:33:36 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 103 of 149 SUCCESS (0 secs / 1.749 secs) 15:33:36 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 104 of 149 SUCCESS (0 secs / 1.757 secs) 15:33:36 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 105 of 149 SUCCESS (0 secs / 1.77 secs) 15:33:36 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 106 of 149 SUCCESS (0 secs / 1.788 secs) 15:33:36 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 107 of 149 SUCCESS (0 secs / 1.808 secs) 15:33:36 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 108 of 149 SUCCESS (0 secs / 1.813 secs) 15:33:36 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 109 of 149 SUCCESS (0 secs / 1.818 secs) 15:33:36 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 110 of 149 SUCCESS (0 secs / 1.827 secs) 15:33:36 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 111 of 149 SUCCESS (0 secs / 1.847 secs) 15:33:36 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 112 of 149 SUCCESS (0 secs / 1.864 secs) 15:33:36 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 113 of 149 SUCCESS (0 secs / 1.872 secs) 15:33:36 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 114 of 149 SUCCESS (0 secs / 1.878 secs) 15:33:36 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 115 of 149 SUCCESS (0 secs / 1.885 secs) 15:33:36 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 116 of 149 SUCCESS (0 secs / 1.897 secs) 15:33:36 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 117 of 149 SUCCESS (0 secs / 1.902 secs) 15:33:36 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 118 of 149 SUCCESS (0 secs / 1.904 secs) 15:33:36 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 119 of 149 SUCCESS (0 secs / 1.906 secs) 15:33:36 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 120 of 149 SUCCESS (0 secs / 1.908 secs) 15:33:36 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 121 of 149 SUCCESS (0 secs / 1.909 secs) 15:33:36 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 122 of 149 SUCCESS (0 secs / 1.913 secs) 15:33:36 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 123 of 149 SUCCESS (0 secs / 1.92 secs) 15:33:36 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 124 of 149 SUCCESS (0 secs / 1.94 secs) 15:33:36 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 125 of 149 SUCCESS (0 secs / 2.03 secs) 15:33:36 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 126 of 149 SUCCESS (0 secs / 2.055 secs) 15:33:36 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 127 of 149 SUCCESS (0 secs / 2.083 secs) 15:33:37 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 128 of 149 SUCCESS (0 secs / 2.11 secs) 15:33:37 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 129 of 149 SUCCESS (0 secs / 2.12 secs) 15:33:37 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 130 of 149 SUCCESS (0 secs / 2.14 secs) 15:33:37 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 131 of 149 SUCCESS (0 secs / 2.154 secs) 15:33:37 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 132 of 149 SUCCESS (0 secs / 2.158 secs) 15:33:37 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 133 of 149 SUCCESS (0 secs / 2.161 secs) 15:33:37 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 134 of 149 SUCCESS (0 secs / 2.167 secs) 15:33:37 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 135 of 149 SUCCESS (0 secs / 2.175 secs) 15:33:37 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 136 of 149 SUCCESS (0 secs / 2.225 secs) 15:33:37 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 137 of 149 SUCCESS (0 secs / 2.238 secs) 15:33:37 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 138 of 149 SUCCESS (0 secs / 2.244 secs) 15:33:37 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 139 of 149 SUCCESS (0 secs / 2.252 secs) 15:33:37 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 140 of 149 SUCCESS (0 secs / 2.257 secs) 15:33:37 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 141 of 149 SUCCESS (0 secs / 2.266 secs) 15:33:37 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 142 of 149 SUCCESS (0 secs / 2.301 secs) 15:33:37 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 143 of 149 SUCCESS (0 secs / 2.328 secs) 15:33:37 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 144 of 149 SUCCESS (0 secs / 2.336 secs) 15:33:37 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 145 of 149 SUCCESS (0 secs / 2.341 secs) 15:33:37 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 146 of 149 SUCCESS (0 secs / 2.349 secs) 15:33:37 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 147 of 149 SUCCESS (0 secs / 2.386 secs) 15:33:37 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 148 of 149 SUCCESS (0 secs / 2.412 secs) 15:33:37 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 149 of 149 SUCCESS (0 secs / 2.423 secs) 15:33:37 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 149 of 149 SUCCESS (3.647 secs / 2.423 secs) 15:33:37 TOTAL: 149 SUCCESS 15:33:37 ✔ Browser application bundle generation complete. 15:33:38 15:33:38 =============================== Coverage summary =============================== 15:33:38 Statements : 40.98% ( 1467/3580 ) 15:33:38 Branches : 12.03% ( 111/923 ) 15:33:38 Functions : 33.28% ( 432/1298 ) 15:33:38 Lines : 38.91% ( 1318/3387 ) 15:33:38 ================================================================================ 15:33:38 ✔ Browser application bundle generation complete. 15:33:38 make[1]: Leaving directory '/w/workspace/edgexfoundry_edgex-ui-go_PR-553/web' [Pipeline] echo 15:33:38 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 15:33:38 $ docker stop --time=1 716a8f9cf41cdad4d00592010faaf7482998c58a04583f639f22334189d9f238 15:33:40 $ docker rm -f 716a8f9cf41cdad4d00592010faaf7482998c58a04583f639f22334189d9f238 [Pipeline] // withDockerContainer [Pipeline] sh 15:33:40 + sudo chown -R jenkins:jenkins . [Pipeline] stash 15:33:41 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 15:33:42 + sudo chown -R jenkins:jenkins . [Pipeline] sh 15:33:43 + ls -al . 15:33:43 total 168 15:33:43 drwxrwxr-x 14 jenkins jenkins 4096 Sep 19 15:31 . 15:33:43 drwxrwxr-x 4 jenkins jenkins 4096 Sep 19 15:30 .. 15:33:43 -rw-rw-r-- 1 jenkins jenkins 18 Sep 19 15:30 .dockerignore 15:33:43 drwxrwxr-x 8 jenkins jenkins 4096 Sep 19 15:31 .git 15:33:43 drwxrwxr-x 3 jenkins jenkins 4096 Sep 19 15:30 .github 15:33:43 -rw-rw-r-- 1 jenkins jenkins 185 Sep 19 15:30 .gitignore 15:33:43 drwxr-xr-x 3 jenkins jenkins 4096 Sep 19 15:31 .semver 15:33:43 -rw-rw-r-- 1 jenkins jenkins 4856 Sep 19 15:30 Attribution.txt 15:33:43 -rw-rw-r-- 1 jenkins jenkins 14570 Sep 19 15:30 CHANGELOG.md 15:33:43 -rw-rw-r-- 1 jenkins jenkins 3959 Sep 19 15:30 CONTRIBUTING.md 15:33:43 -rw-rw-r-- 1 jenkins jenkins 1684 Sep 19 15:30 Dockerfile 15:33:43 -rw-rw-r-- 1 jenkins jenkins 652 Sep 19 15:30 Jenkinsfile 15:33:43 -rw-rw-r-- 1 jenkins jenkins 11357 Sep 19 15:30 LICENSE 15:33:43 -rw-rw-r-- 1 jenkins jenkins 1541 Sep 19 15:30 Makefile 15:33:43 -rw-rw-r-- 1 jenkins jenkins 4398 Sep 19 15:30 README.md 15:33:43 -rw-rw-r-- 1 jenkins jenkins 5 Sep 19 15:31 VERSION 15:33:43 drwxrwxr-x 3 jenkins jenkins 4096 Sep 19 15:30 assets 15:33:43 drwxrwxr-x 2 jenkins jenkins 4096 Sep 19 15:30 bin 15:33:43 drwxrwxr-x 3 jenkins jenkins 4096 Sep 19 15:30 cmd 15:33:43 -rw-r--r-- 1 jenkins jenkins 10 Sep 19 15:31 coverage.out 15:33:43 drwxrwxr-x 2 jenkins jenkins 4096 Sep 19 15:30 docs 15:33:43 -rw-rw-r-- 1 jenkins jenkins 1945 Sep 19 15:30 go.mod 15:33:43 -rw-rw-r-- 1 jenkins jenkins 25578 Sep 19 15:30 go.sum 15:33:43 drwxrwxr-x 9 jenkins jenkins 4096 Sep 19 15:30 internal 15:33:43 drwxrwxr-x 3 jenkins jenkins 4096 Sep 19 15:30 pkg 15:33:43 drwxrwxr-x 4 jenkins jenkins 4096 Sep 19 15:30 snap 15:33:43 drwxrwxr-x 4 jenkins jenkins 4096 Sep 19 15:30 testing 15:33:43 -rw-rw-r-- 1 jenkins jenkins 155 Sep 19 15:30 version.go 15:33:43 drwxrwxr-x 6 jenkins jenkins 4096 Sep 19 15:32 web [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:33:43 + 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=5f438056cf0d27be832a44d306540d9cec6ea88f --label arch=amd64 --label version=0.0.0 . 15:33:43 Sending build context to Docker daemon 48.17MB 15:33:43 Step 1/24 : ARG BASE=golang:1.18-alpine3.16 15:33:43 Step 2/24 : FROM ${BASE} AS builder 15:33:43 ---> 489da72f9193 15:33:43 Step 3/24 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" 15:33:44 ---> Running in e7c3377eaae0 15:33:44 Removing intermediate container e7c3377eaae0 15:33:44 ---> a0d037fb1ad1 15:33:44 Step 4/24 : ARG ALPINE_PKG_BASE="make git" 15:33:44 ---> Running in e25a1607f5c1 15:33:45 Removing intermediate container e25a1607f5c1 15:33:45 ---> 5cdadd24aa4d 15:33:45 Step 5/24 : ARG ALPINE_PKG_EXTRA="" 15:33:45 ---> Running in ce877ce9937d 15:33:45 Removing intermediate container ce877ce9937d 15:33:45 ---> 294a54c539f7 15:33:45 Step 6/24 : LABEL Name=edgex-ui-go 15:33:45 ---> Running in 9263d2fef6f8 15:33:45 Removing intermediate container 9263d2fef6f8 15:33:45 ---> 153d32fec336 15:33:45 Step 7/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2022: Intel' 15:33:45 ---> Running in 00fb2bf88999 15:33:45 Removing intermediate container 00fb2bf88999 15:33:45 ---> 7e54dd7429bf 15:33:45 Step 8/24 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 15:33:46 ---> fec0b938f546 15:33:46 Step 9/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 15:33:46 ---> Running in 81abe32a695d [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 15:33:47 provisioning config files... 15:33:47 copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/1@tmp/config8807122056501208542tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 15:33:47 Removing intermediate container 81abe32a695d 15:33:47 ---> 389cdefbab61 15:33:47 Step 10/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 15:33:47 ---> Running in 6153ff818384 15:33:47 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 15:33:47 ---> docker-login.sh 15:33:47 nexus3.edgexfoundry.org:10001 15:33:48 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:33:48 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:33:48 Configure a credential helper to remove this warning. See 15:33:48 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:33:48 15:33:48 Login Succeeded 15:33:48 nexus3.edgexfoundry.org:10002 15:33:48 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 15:33:48 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:33:48 OK: 211 MiB in 51 packages 15:33:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:33:49 Configure a credential helper to remove this warning. See 15:33:49 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:33:49 15:33:49 Login Succeeded 15:33:49 nexus3.edgexfoundry.org:10003 15:33:49 Removing intermediate container 6153ff818384 15:33:49 ---> 6b3b2f73432d 15:33:49 Step 11/24 : ENV GO111MODULE=on 15:33:49 ---> Running in 053b9496c492 15:33:49 Removing intermediate container 053b9496c492 15:33:49 ---> 544a17ac8d7d 15:33:49 Step 12/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go 15:33:49 ---> Running in 0c763e6a8d3b 15:33:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:33:49 Removing intermediate container 0c763e6a8d3b 15:33:49 ---> b74404d8bb70 15:33:49 Step 13/24 : COPY go.mod vendor* ./ 15:33:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:33:49 Configure a credential helper to remove this warning. See 15:33:49 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:33:49 15:33:49 Login Succeeded 15:33:49 nexus3.edgexfoundry.org:10004 15:33:49 ---> 0de533b2c03f 15:33:49 Step 14/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 15:33:49 ---> Running in f20d1c934290 15:33:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:33:50 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:33:50 Configure a credential helper to remove this warning. See 15:33:50 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:33:50 15:33:50 Login Succeeded 15:33:50 docker.io 15:33:50 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:33:50 Removing intermediate container f20d1c934290 15:33:50 ---> db1e5e601198 15:33:50 Step 15/24 : COPY . . 15:33:51 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:33:51 Configure a credential helper to remove this warning. See 15:33:51 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:33:51 15:33:51 Login Succeeded 15:33:51 ---> docker-login.sh ends [Pipeline] } 15:33:51 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 15:33:51 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 15:33:51 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 15:33:51 ========================================================= 15:33:51 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine] 15:33:51 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:33:52 + docker build -t ci-base-image-arm64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine --build-arg MAKE=echo noop --target=builder . 15:33:52 ---> 56468de8fc09 15:33:52 Step 16/24 : RUN ${MAKE} 15:33:52 ---> Running in d499aae73606 15:33:52 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-ui-go.Version=0.0.0" -o cmd/edgex-ui-server/edgex-ui-server ./cmd/edgex-ui-server 15:33:53 Sending build context to Docker daemon 28.69MB 15:33:53 Step 1/16 : ARG BASE=golang:1.18-alpine3.16 15:33:53 Step 2/16 : FROM ${BASE} AS builder 15:33:53 1.18-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 15:33:53 b3c136eddcbf: Pulling fs layer 15:33:53 c0a3192eca97: Pulling fs layer 15:33:53 a050256f5b6f: Pulling fs layer 15:33:53 656be50a0ddc: Pulling fs layer 15:33:53 2bbca73fdf42: Pulling fs layer 15:33:53 46d945488cbd: Pulling fs layer 15:33:53 8a5474983e97: Pulling fs layer 15:33:53 329c88fbcd65: Pulling fs layer 15:33:53 656be50a0ddc: Waiting 15:33:53 2bbca73fdf42: Waiting 15:33:53 46d945488cbd: Waiting 15:33:53 8a5474983e97: Waiting 15:33:53 329c88fbcd65: Waiting 15:33:53 a050256f5b6f: Verifying Checksum 15:33:53 a050256f5b6f: Download complete 15:33:53 c0a3192eca97: Verifying Checksum 15:33:53 c0a3192eca97: Download complete 15:33:53 2bbca73fdf42: Verifying Checksum 15:33:53 2bbca73fdf42: Download complete 15:33:53 b3c136eddcbf: Verifying Checksum 15:33:53 b3c136eddcbf: Download complete 15:33:53 46d945488cbd: Download complete 15:33:54 b3c136eddcbf: Pull complete 15:33:54 329c88fbcd65: Verifying Checksum 15:33:54 329c88fbcd65: Download complete 15:33:55 c0a3192eca97: Pull complete 15:33:55 a050256f5b6f: Pull complete 15:33:55 8a5474983e97: Verifying Checksum 15:33:55 8a5474983e97: Download complete 15:33:56 656be50a0ddc: Verifying Checksum 15:33:56 656be50a0ddc: Download complete 15:33:59 CGO_ENABLED=0 GO111MODULE=on go build ./... 15:34:00 Removing intermediate container d499aae73606 15:34:00 ---> 24b4acc16112 15:34:00 Step 17/24 : FROM alpine:3.14 15:34:01 3.14: Pulling from library/alpine 15:34:01 c7ed990a2339: Pulling fs layer 15:34:01 c7ed990a2339: Verifying Checksum 15:34:01 c7ed990a2339: Download complete 15:34:01 c7ed990a2339: Pull complete 15:34:01 Digest: sha256:1ab24b3b99320975cca71716a7475a65d263d0b6b604d9d14ce08f7a3f67595c 15:34:01 Status: Downloaded newer image for alpine:3.14 15:34:01 ---> dd53f409bf0b 15:34:01 Step 18/24 : EXPOSE 4000 15:34:01 ---> Running in 739635c01fef 15:34:01 Removing intermediate container 739635c01fef 15:34:01 ---> dae7ab98c0f9 15:34:01 Step 19/24 : 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 15:34:02 ---> 3168b709c592 15:34:02 Step 20/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server 15:34:02 ---> Running in 6fe4241a36b6 15:34:02 Removing intermediate container 6fe4241a36b6 15:34:02 ---> 1fd88fdd4e91 15:34:02 Step 21/24 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] 15:34:02 ---> Running in b129253ff575 15:34:02 Removing intermediate container b129253ff575 15:34:02 ---> 2c7854ad07f3 15:34:02 Step 22/24 : LABEL arch=amd64 15:34:02 ---> Running in 739f46a35a86 15:34:02 Removing intermediate container 739f46a35a86 15:34:02 ---> ff76fd51738f 15:34:02 Step 23/24 : LABEL git_sha=5f438056cf0d27be832a44d306540d9cec6ea88f 15:34:02 ---> Running in 45b337217b1e 15:34:02 Removing intermediate container 45b337217b1e 15:34:02 ---> 0aa357384dfc 15:34:02 Step 24/24 : LABEL version=0.0.0 15:34:02 ---> Running in 13ac7391ef0a 15:34:02 Removing intermediate container 13ac7391ef0a 15:34:02 ---> 5513905866df 15:34:02 [Warning] One or more build-args [ARCH] were not consumed 15:34:02 Successfully built 5513905866df 15:34:02 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 15:34:03 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 15:34:03 15:34:03 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:34:04 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 15:34:04 latest: Pulling from edgex-lftools-log-publisher 15:34:04 5eb5b503b376: Pulling fs layer 15:34:04 5c69ac0246d0: Pulling fs layer 15:34:04 ec43610c2a17: Pulling fs layer 15:34:04 3a2ae6a8a46f: Pulling fs layer 15:34:04 33b1e0a273af: Pulling fs layer 15:34:04 5d3b04190fa2: Pulling fs layer 15:34:04 2f39f015ded8: Pulling fs layer 15:34:04 3a2ae6a8a46f: Waiting 15:34:04 33b1e0a273af: Waiting 15:34:04 5d3b04190fa2: Waiting 15:34:04 2f39f015ded8: Waiting 15:34:04 5c69ac0246d0: Download complete 15:34:04 3a2ae6a8a46f: Download complete 15:34:04 33b1e0a273af: Verifying Checksum 15:34:04 33b1e0a273af: Download complete 15:34:04 5d3b04190fa2: Verifying Checksum 15:34:04 5d3b04190fa2: Download complete 15:34:04 ec43610c2a17: Download complete 15:34:04 5eb5b503b376: Verifying Checksum 15:34:04 5eb5b503b376: Download complete 15:34:05 2f39f015ded8: Download complete 15:34:05 5eb5b503b376: Pull complete 15:34:06 5c69ac0246d0: Pull complete 15:34:06 ec43610c2a17: Pull complete 15:34:06 3a2ae6a8a46f: Pull complete 15:34:06 33b1e0a273af: Pull complete 15:34:06 5d3b04190fa2: Pull complete 15:34:11 2f39f015ded8: Pull complete 15:34:11 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 15:34:11 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 15:34:11 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 15:34:11 prd-ubuntu20.04-docker-8c-8g-29824 does not seem to be running inside a container 15:34:11 $ 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-553 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-553:/w/workspace/edgexfoundry_edgex-ui-go_PR-553:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-553@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-553@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 15:34:11 656be50a0ddc: Pull complete 15:34:11 2bbca73fdf42: Pull complete 15:34:11 46d945488cbd: Pull complete 15:34:14 $ docker top d9a0f75e28bef453f92d0fcdad657c128f367040c4a512ab1e5da69805360cf6 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 15:34:15 ---> job-cost.sh 15:34:15 lf-activate-venv: SKIPPING 15:34:15 INFO: No Stack... 15:34:15 INFO: Retrieving Pricing Info for: v3-standard-8 15:34:15 INFO: Archiving Costs [Pipeline] sh 15:34:16 + cat /w/workspace/edgexfoundry_edgex-ui-go_PR-553/archives/cost.csv 15:34:16 + cut -d, -f6 [Pipeline] lock 15:34:16 Trying to acquire lock on [jenkins-edgexfoundry-edgex-ui-go-PR-553-1-stack-cost] 15:34:16 Resource [jenkins-edgexfoundry-edgex-ui-go-PR-553-1-stack-cost] did not exist. Created. 15:34:16 Lock acquired on [jenkins-edgexfoundry-edgex-ui-go-PR-553-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 15:34:16 + echo total: 0.2199999988079071 [Pipeline] stash 15:34:17 8a5474983e97: Pull complete 15:34:17 Stashed 1 file(s) [Pipeline] } 15:34:17 Lock released on resource [jenkins-edgexfoundry-edgex-ui-go-PR-553-1-stack-cost] [Pipeline] // lock [Pipeline] } 15:34:17 $ docker stop --time=1 d9a0f75e28bef453f92d0fcdad657c128f367040c4a512ab1e5da69805360cf6 15:34:18 $ docker rm -f d9a0f75e28bef453f92d0fcdad657c128f367040c4a512ab1e5da69805360cf6 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 15:34:18 329c88fbcd65: Pull complete 15:34:18 Digest: sha256:53af0e8f7504757f555691f1ffb14839a2b3754f429f24055fc4060c6a6ea7d8 15:34:18 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine 15:34:18 ---> ff4287adb874 15:34:18 Step 3/16 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" 15:34:20 ---> Running in 9de89d427f01 15:34:20 Removing intermediate container 9de89d427f01 15:34:20 ---> 8643e371f32c 15:34:20 Step 4/16 : ARG ALPINE_PKG_BASE="make git" 15:34:20 ---> Running in 27da7b01b63a 15:34:21 Removing intermediate container 27da7b01b63a 15:34:21 ---> fd8665d3a9be 15:34:21 Step 5/16 : ARG ALPINE_PKG_EXTRA="" 15:34:21 ---> Running in 83a121a3a67a 15:34:21 Removing intermediate container 83a121a3a67a 15:34:21 ---> 0a3bd065c8b4 15:34:21 Step 6/16 : LABEL Name=edgex-ui-go 15:34:21 ---> Running in 040cff5986f1 15:34:22 Removing intermediate container 040cff5986f1 15:34:22 ---> af4aa90bfd21 15:34:22 Step 7/16 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2022: Intel' 15:34:22 ---> Running in 0a1c8c428444 15:34:22 Removing intermediate container 0a1c8c428444 15:34:22 ---> 320194366530 15:34:22 Step 8/16 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 15:34:22 latest: Pulling from library/docker 15:34:23 9b18e9b68314: Pulling fs layer 15:34:23 5abd6445c68b: Pulling fs layer 15:34:23 7b6c1cdde492: Pulling fs layer 15:34:23 7917cc27eb40: Pulling fs layer 15:34:23 3f2fb837c2a9: Pulling fs layer 15:34:23 2486db73c6ed: Pulling fs layer 15:34:23 3a8154f64bae: Pulling fs layer 15:34:23 88fa92f19f9d: Pulling fs layer 15:34:23 e7efe5d1ee32: Pulling fs layer 15:34:23 7917cc27eb40: Waiting 15:34:23 3f2fb837c2a9: Waiting 15:34:23 2486db73c6ed: Waiting 15:34:23 3a8154f64bae: Waiting 15:34:23 88fa92f19f9d: Waiting 15:34:23 e7efe5d1ee32: Waiting 15:34:23 7b6c1cdde492: Verifying Checksum 15:34:23 7b6c1cdde492: Download complete 15:34:23 5abd6445c68b: Verifying Checksum 15:34:23 5abd6445c68b: Download complete 15:34:23 9b18e9b68314: Verifying Checksum 15:34:23 9b18e9b68314: Download complete 15:34:24 7917cc27eb40: Verifying Checksum 15:34:24 7917cc27eb40: Download complete 15:34:24 2486db73c6ed: Verifying Checksum 15:34:24 2486db73c6ed: Download complete 15:34:24 3f2fb837c2a9: Verifying Checksum 15:34:24 3f2fb837c2a9: Download complete 15:34:24 3a8154f64bae: Verifying Checksum 15:34:24 3a8154f64bae: Download complete 15:34:24 9b18e9b68314: Pull complete 15:34:24 88fa92f19f9d: Verifying Checksum 15:34:24 88fa92f19f9d: Download complete 15:34:24 e7efe5d1ee32: Verifying Checksum 15:34:24 e7efe5d1ee32: Download complete 15:34:24 5abd6445c68b: Pull complete 15:34:25 7b6c1cdde492: Pull complete 15:34:26 7917cc27eb40: Pull complete 15:34:27 3f2fb837c2a9: Pull complete 15:34:28 2486db73c6ed: Pull complete 15:34:28 3a8154f64bae: Pull complete 15:34:28 88fa92f19f9d: Pull complete 15:34:28 e7efe5d1ee32: Pull complete 15:34:28 Digest: sha256:68a377d2bd432a2e5791144748e8179db55118cb7a9e77b06bbfdc2c1c46b235 15:34:28 Status: Downloaded newer image for docker:latest 15:34:31 ---> 7371efe148be 15:34:31 Step 9/16 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 15:34:31 ---> Running in 08ffc58a795c 15:34:32 Removing intermediate container 08ffc58a795c 15:34:32 ---> 13f055e19aa3 15:34:32 Step 10/16 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 15:34:32 ---> Running in d6fe901e37bb 15:34:33 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 15:34:34 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 15:34:35 OK: 221 MiB in 51 packages 15:34:36 Removing intermediate container d6fe901e37bb 15:34:36 ---> ac58cc61016a 15:34:36 Step 11/16 : ENV GO111MODULE=on 15:34:36 ---> Running in fb5d08dece9d 15:34:36 Removing intermediate container fb5d08dece9d 15:34:36 ---> 85092c554278 15:34:36 Step 12/16 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go 15:34:36 ---> Running in 85f486afc6e8 15:34:36 Removing intermediate container 85f486afc6e8 15:34:36 ---> 25e77c764124 15:34:36 Step 13/16 : COPY go.mod vendor* ./ 15:34:37 ---> 1862ff2712b2 15:34:37 Step 14/16 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 15:34:37 ---> Running in 90121fdab8f6 15:35:04 Removing intermediate container 90121fdab8f6 15:35:04 ---> 2c73205bc0cb 15:35:04 Step 15/16 : COPY . . 15:35:07 ---> 0d613b172d16 15:35:07 Step 16/16 : RUN ${MAKE} 15:35:07 ---> Running in 32d04be7e6d3 15:35:08 noop 15:35:09 Removing intermediate container 32d04be7e6d3 15:35:09 ---> 842e05bf564f 15:35:09 Successfully built 842e05bf564f 15:35:09 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:35:10 + docker inspect -f . ci-base-image-arm64 15:35:10 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 15:35:10 prd-ubuntu20.04-docker-arm64-4c-16g-29825 does not seem to be running inside a container 15:35:10 $ 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 15:35:11 $ docker top db040fa8b2e3a9d46759cdf9a610b6202be72b9fb43d45c9456853bfd68401cc -eo pid,comm [Pipeline] { [Pipeline] sh 15:35:12 + go version 15:35:12 go version go1.18.3 linux/arm64 [Pipeline] } 15:35:12 $ docker stop --time=1 db040fa8b2e3a9d46759cdf9a610b6202be72b9fb43d45c9456853bfd68401cc 15:35:14 $ docker rm -f db040fa8b2e3a9d46759cdf9a610b6202be72b9fb43d45c9456853bfd68401cc [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:35:15 + docker inspect -f . ci-base-image-arm64 15:35:15 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 15:35:15 prd-ubuntu20.04-docker-arm64-4c-16g-29825 does not seem to be running inside a container 15:35:15 $ 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 15:35:16 $ docker top 4a94cc012a06a4959ae72d9e4506c2fe15db3009591a0bc341611a1818c26be4 -eo pid,comm [Pipeline] { [Pipeline] sh 15:35:17 + git config --global --add safe.directory /w/workspace/edgex-ui-go/1 [Pipeline] fileExists [Pipeline] sh 15:35:18 + make test 15:35:18 CGO_ENABLED=0 GO111MODULE=on go test -coverprofile=coverage.out ./... 15:35:20 ? github.com/edgexfoundry/edgex-ui-go [no test files] 15:36:07 ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] 15:36:07 ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] 15:36:07 ? github.com/edgexfoundry/edgex-ui-go/internal/common [no test files] 15:36:07 ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] 15:36:07 ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] 15:36:07 ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] 15:36:07 ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] 15:36:07 ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] 15:36:07 ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] 15:36:07 ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] 15:36:07 ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] 15:36:07 ? github.com/edgexfoundry/edgex-ui-go/pkg/usage [no test files] 15:36:07 CGO_ENABLED=0 GO111MODULE=on go vet ./... 15:36:13 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 15:36:13 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 15:36:13 ./bin/test-attribution-txt.sh 15:36:13 make -C web test 15:36:13 make[1]: Entering directory '/w/workspace/edgex-ui-go/1/web' 15:36:13 make[1]: tput: No such file or directory 15:36:13 make[1]: tput: No such file or directory 15:36:13 warning: generating ./VERSION 15:36:13 echo "0.0.0" > VERSION 15:36:13 docker build \ 15:36:13 -f Dockerfile \ 15:36:13 --build-arg USER=1000 \ 15:36:13 \ 15:36:13 --label "git_sha=5f438056cf0d27be832a44d306540d9cec6ea88f" \ 15:36:13 -t edgexfoundry/edgex-web-ui:5f438056cf0d27be832a44d306540d9cec6ea88f \ 15:36:13 -t edgexfoundry/edgex-web-ui:0.0.0-dev \ 15:36:13 . 15:36:14 Sending build context to Docker daemon 3.269MB 15:36:14 Step 1/10 : FROM node:16.17-alpine3.15 15:36:15 16.17-alpine3.15: Pulling from library/node 15:36:15 47517142f6ba: Pulling fs layer 15:36:15 17eb293efcef: Pulling fs layer 15:36:15 5f80d66b68ae: Pulling fs layer 15:36:15 55cd42e1afe3: Pulling fs layer 15:36:15 55cd42e1afe3: Waiting 15:36:15 5f80d66b68ae: Verifying Checksum 15:36:15 5f80d66b68ae: Download complete 15:36:15 47517142f6ba: Download complete 15:36:15 55cd42e1afe3: Verifying Checksum 15:36:15 55cd42e1afe3: Download complete 15:36:16 47517142f6ba: Pull complete 15:36:17 17eb293efcef: Verifying Checksum 15:36:17 17eb293efcef: Download complete 15:36:21 17eb293efcef: Pull complete 15:36:21 5f80d66b68ae: Pull complete 15:36:21 55cd42e1afe3: Pull complete 15:36:21 Digest: sha256:a60b681e1c28f60ea63f8394dea5384c69bdc464b9655e880f74aafaa5945665 15:36:21 Status: Downloaded newer image for node:16.17-alpine3.15 15:36:21 ---> ddf45b724adc 15:36:21 Step 2/10 : RUN apk add --no-cache chromium 15:36:22 ---> Running in f7250ed10ca3 15:36:23 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 15:36:23 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 15:36:24 (1/128) Installing libxau (1.0.9-r0) 15:36:24 (2/128) Installing libmd (1.0.3-r0) 15:36:24 (3/128) Installing libbsd (0.11.3-r1) 15:36:24 (4/128) Installing libxdmcp (1.1.3-r0) 15:36:24 (5/128) Installing libxcb (1.14-r2) 15:36:24 (6/128) Installing libx11 (1.7.2-r0) 15:36:24 (7/128) Installing libxext (1.3.4-r0) 15:36:24 (8/128) Installing libice (1.0.10-r0) 15:36:24 (9/128) Installing libuuid (2.37.4-r0) 15:36:24 (10/128) Installing libsm (1.2.3-r0) 15:36:24 (11/128) Installing libxt (1.2.1-r0) 15:36:24 (12/128) Installing libxmu (1.1.3-r0) 15:36:24 (13/128) Installing xset (1.2.4-r0) 15:36:24 (14/128) Installing xprop (1.2.5-r0) 15:36:24 (15/128) Installing xdg-utils (1.1.3-r0) 15:36:24 (16/128) Installing eudev-libs (3.2.11_pre1-r0) 15:36:24 (17/128) Installing pkgconf (1.8.0-r0) 15:36:24 (18/128) Installing libffi (3.4.2-r1) 15:36:24 (19/128) Installing libintl (0.21-r0) 15:36:24 (20/128) Installing libblkid (2.37.4-r0) 15:36:24 (21/128) Installing libmount (2.37.4-r0) 15:36:24 (22/128) Installing pcre (8.45-r1) 15:36:24 (23/128) Installing glib (2.70.1-r0) 15:36:25 (24/128) Installing xz-libs (5.2.5-r1) 15:36:25 (25/128) Installing libxml2 (2.9.14-r1) 15:36:25 (26/128) Installing shared-mime-info (2.1-r0) 15:36:25 (27/128) Installing hicolor-icon-theme (0.17-r1) 15:36:25 (28/128) Installing libjpeg-turbo (2.1.2-r0) 15:36:25 (29/128) Installing libpng (1.6.37-r1) 15:36:25 (30/128) Installing libwebp (1.2.2-r0) 15:36:25 (31/128) Installing zstd-libs (1.5.0-r0) 15:36:25 (32/128) Installing tiff (4.3.0-r1) 15:36:25 (33/128) Installing gdk-pixbuf (2.42.8-r0) 15:36:25 (34/128) Installing gtk-update-icon-cache (2.24.33-r0) 15:36:25 (35/128) Installing libxcomposite (0.4.5-r0) 15:36:25 (36/128) Installing libxfixes (6.0.0-r0) 15:36:25 (37/128) Installing libxrender (0.9.10-r3) 15:36:25 (38/128) Installing libxcursor (1.2.0-r0) 15:36:25 (39/128) Installing libxdamage (1.1.5-r1) 15:36:25 (40/128) Installing libxi (1.8-r0) 15:36:25 (41/128) Installing libxinerama (1.1.4-r1) 15:36:25 (42/128) Installing libxrandr (1.5.2-r1) 15:36:25 (43/128) Installing atk (2.36.0-r0) 15:36:25 (44/128) Installing libxtst (1.2.3-r3) 15:36:25 (45/128) Installing dbus-libs (1.12.20-r4) 15:36:25 (46/128) Installing at-spi2-core (2.42.0-r0) 15:36:25 (47/128) Installing at-spi2-atk (2.38.0-r0) 15:36:25 (48/128) Installing expat (2.4.7-r0) 15:36:25 (49/128) Installing brotli-libs (1.0.9-r5) 15:36:25 (50/128) Installing libbz2 (1.0.8-r1) 15:36:25 (51/128) Installing freetype (2.11.1-r2) 15:36:25 (52/128) Installing fontconfig (2.13.1-r4) 15:36:25 (53/128) Installing pixman (0.40.0-r3) 15:36:25 (54/128) Installing cairo (1.16.0-r5) 15:36:25 (55/128) Installing cairo-gobject (1.16.0-r5) 15:36:25 (56/128) Installing avahi-libs (0.8-r5) 15:36:25 (57/128) Installing gmp (6.2.1-r1) 15:36:25 (58/128) Installing nettle (3.7.3-r0) 15:36:25 (59/128) Installing p11-kit (0.24.0-r1) 15:36:25 (60/128) Installing libtasn1 (4.18.0-r0) 15:36:25 (61/128) Installing libunistring (0.9.10-r1) 15:36:25 (62/128) Installing gnutls (3.7.1-r1) 15:36:25 (63/128) Installing cups-libs (2.3.3-r6) 15:36:25 (64/128) Installing libepoxy (1.5.9-r0) 15:36:25 (65/128) Installing fribidi (1.0.11-r0) 15:36:25 (66/128) Installing graphite2 (1.3.14-r0) 15:36:25 (67/128) Installing harfbuzz (3.0.0-r2) 15:36:25 (68/128) Installing libxft (2.3.4-r0) 15:36:25 (69/128) Installing pango (1.48.10-r0) 15:36:25 (70/128) Installing wayland-libs-client (1.19.0-r1) 15:36:25 (71/128) Installing wayland-libs-cursor (1.19.0-r1) 15:36:25 (72/128) Installing wayland-libs-egl (1.19.0-r1) 15:36:25 (73/128) Installing xkeyboard-config (2.34-r0) 15:36:26 (74/128) Installing libxkbcommon (1.3.1-r0) 15:36:26 (75/128) Installing gtk+3.0 (3.24.30-r0) 15:36:26 Executing gtk+3.0-3.24.30-r0.post-install 15:36:26 (76/128) Installing libfontenc (1.1.4-r0) 15:36:26 (77/128) Installing mkfontscale (1.2.1-r1) 15:36:26 (78/128) Installing ttf-opensans (1.10-r1) 15:36:26 Executing ttf-opensans-1.10-r1.post-install 15:36:28 (79/128) Installing libogg (1.3.5-r0) 15:36:28 (80/128) Installing flac (1.3.4-r0) 15:36:28 (81/128) Installing alsa-lib (1.2.5.1-r1) 15:36:29 (82/128) Installing libatomic (10.3.1_git20211027-r0) 15:36:29 (83/128) Installing sdl2 (2.0.16-r4) 15:36:29 (84/128) Installing aom-libs (3.2.0-r0) 15:36:29 (85/128) Installing libass (0.15.2-r0) 15:36:29 (86/128) Installing libdav1d (0.9.2-r0) 15:36:29 (87/128) Installing ncurses-terminfo-base (6.3_p20211120-r1) 15:36:29 (88/128) Installing ncurses-libs (6.3_p20211120-r1) 15:36:29 (89/128) Installing lame (3.100-r0) 15:36:29 (90/128) Installing opus (1.3.1-r1) 15:36:29 (91/128) Installing libgomp (10.3.1_git20211027-r0) 15:36:29 (92/128) Installing soxr (0.1.3-r2) 15:36:29 (93/128) Installing libsrt (1.4.2-r1) 15:36:29 (94/128) Installing libssh (0.9.6-r1) 15:36:29 (95/128) Installing libtheora (1.1.1-r16) 15:36:29 (96/128) Installing v4l-utils-libs (1.22.1-r1) 15:36:29 (97/128) Installing libdrm (2.4.109-r0) 15:36:29 (98/128) Installing libva (2.13.0-r0) 15:36:29 (99/128) Installing libvdpau (1.4-r0) 15:36:29 (100/128) Installing vidstab (1.1.0-r1) 15:36:29 (101/128) Installing libvorbis (1.3.7-r0) 15:36:29 (102/128) Installing libvpx (1.10.0-r0) 15:36:29 (103/128) Installing vulkan-loader (1.2.196-r0) 15:36:29 (104/128) Installing x264-libs (20210613-r0) 15:36:29 (105/128) Installing x265-libs (3.5-r0) 15:36:29 (106/128) Installing xvidcore (1.3.7-r1) 15:36:29 (107/128) Installing ffmpeg-libs (4.4.1-r2) 15:36:29 (108/128) Installing libevent (2.1.12-r4) 15:36:30 (109/128) Installing mesa (21.2.6-r0) 15:36:30 (110/128) Installing wayland-libs-server (1.19.0-r1) 15:36:30 (111/128) Installing mesa-gbm (21.2.6-r0) 15:36:30 (112/128) Installing lcms2 (2.12-r1) 15:36:30 (113/128) Installing nspr (4.32-r0) 15:36:30 (114/128) Installing sqlite-libs (3.36.0-r0) 15:36:30 (115/128) Installing nss (3.78.1-r0) 15:36:30 (116/128) Installing libasyncns (0.8-r1) 15:36:30 (117/128) Installing libltdl (2.4.6-r7) 15:36:30 (118/128) Installing orc (0.4.32-r0) 15:36:30 (119/128) Installing libsndfile (1.0.31-r1) 15:36:30 (120/128) Installing speexdsp (1.2.0-r0) 15:36:30 (121/128) Installing tdb-libs (1.4.5-r0) 15:36:30 (122/128) Installing libpulse (15.0-r2) 15:36:30 (123/128) Installing re2 (2021.11.01-r0) 15:36:30 (124/128) Installing snappy (1.1.9-r1) 15:36:30 (125/128) Installing libgpg-error (1.42-r1) 15:36:30 (126/128) Installing libgcrypt (1.9.4-r0) 15:36:30 (127/128) Installing libxslt (1.1.35-r0) 15:36:30 (128/128) Installing chromium (99.0.4844.84-r0) 15:36:34 Executing busybox-1.34.1-r7.trigger 15:36:34 Executing glib-2.70.1-r0.trigger 15:36:34 Executing shared-mime-info-2.1-r0.trigger 15:36:40 Executing gdk-pixbuf-2.42.8-r0.trigger 15:36:40 Executing gtk-update-icon-cache-2.24.33-r0.trigger 15:36:40 Executing fontconfig-2.13.1-r4.trigger 15:36:40 Executing mkfontscale-1.2.1-r1.trigger 15:36:40 OK: 275 MiB in 144 packages 15:36:48 Removing intermediate container f7250ed10ca3 15:36:48 ---> 4043d801f890 15:36:48 Step 3/10 : ENV CHROME_BIN=/usr/bin/chromium-browser 15:36:48 ---> Running in 4ef69b067895 15:36:48 Removing intermediate container 4ef69b067895 15:36:48 ---> ca98c73c8282 15:36:48 Step 4/10 : ENV PATH /app/node_modules/.bin:$PATH 15:36:48 ---> Running in f20d935181ae 15:36:48 Removing intermediate container f20d935181ae 15:36:48 ---> 267f39ce8ad8 15:36:48 Step 5/10 : RUN npm install -g npm 15:36:48 ---> Running in 4013241f65d6 15:37:15 15:37:15 changed 54 packages, and audited 212 packages in 23s 15:37:15 15:37:15 11 packages are looking for funding 15:37:15 run `npm fund` for details 15:37:15 15:37:15 found 0 vulnerabilities 15:37:18 Removing intermediate container 4013241f65d6 15:37:18 ---> d80995d827cc 15:37:18 Step 6/10 : ARG USER=1000 15:37:18 ---> Running in 1b6f3816c813 15:37:18 Removing intermediate container 1b6f3816c813 15:37:18 ---> 818c0ea07dd6 15:37:18 Step 7/10 : RUN deluser --remove-home node && adduser -u $USER -D -s /bin/sh node 15:37:18 ---> Running in 6b5374d30c9a 15:37:20 Removing intermediate container 6b5374d30c9a 15:37:20 ---> 5f0597c61ad6 15:37:20 Step 8/10 : USER $USER:$USER 15:37:20 ---> Running in 7d475647c24a 15:37:21 Removing intermediate container 7d475647c24a 15:37:21 ---> 8d5912a5cbba 15:37:21 Step 9/10 : WORKDIR /app 15:37:21 ---> Running in 3affbe7236dc 15:37:21 Removing intermediate container 3affbe7236dc 15:37:21 ---> fbab2b954382 15:37:21 Step 10/10 : LABEL git_sha=5f438056cf0d27be832a44d306540d9cec6ea88f 15:37:21 ---> Running in 03f5d2090225 15:37:22 Removing intermediate container 03f5d2090225 15:37:22 ---> e9c0a6888258 15:37:22 Successfully built e9c0a6888258 15:37:22 Successfully tagged edgexfoundry/edgex-web-ui:5f438056cf0d27be832a44d306540d9cec6ea88f 15:37:22 Successfully tagged edgexfoundry/edgex-web-ui:0.0.0-dev 15:37:22 touch edgex-web-ui.imagebuilt 15:37:22 mkdir -p node_modules coverage 15:37:22 chown "1000:1000" node_modules coverage package-lock.json 15:37:22 docker run --rm -i -v "$(pwd):/app" -u "1000:1000" edgexfoundry/edgex-web-ui:0.0.0-dev npm install 15:37:34 npm WARN EBADENGINE Unsupported engine { 15:37:34 npm WARN EBADENGINE package: '@angular-devkit/architect@0.1202.4', 15:37:34 npm WARN EBADENGINE required: { 15:37:34 npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', 15:37:34 npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', 15:37:34 npm WARN EBADENGINE yarn: '>= 1.13.0' 15:37:34 npm WARN EBADENGINE }, 15:37:34 npm WARN EBADENGINE current: { node: 'v16.17.0', npm: '8.19.2' } 15:37:34 npm WARN EBADENGINE } 15:37:34 npm WARN EBADENGINE Unsupported engine { 15:37:34 npm WARN EBADENGINE package: '@angular-devkit/build-angular@12.2.4', 15:37:34 npm WARN EBADENGINE required: { 15:37:34 npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', 15:37:34 npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', 15:37:34 npm WARN EBADENGINE yarn: '>= 1.13.0' 15:37:34 npm WARN EBADENGINE }, 15:37:34 npm WARN EBADENGINE current: { node: 'v16.17.0', npm: '8.19.2' } 15:37:34 npm WARN EBADENGINE } 15:37:34 npm WARN EBADENGINE Unsupported engine { 15:37:34 npm WARN EBADENGINE package: '@angular-devkit/build-optimizer@0.1202.4', 15:37:34 npm WARN EBADENGINE required: { 15:37:34 npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', 15:37:34 npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', 15:37:34 npm WARN EBADENGINE yarn: '>= 1.13.0' 15:37:34 npm WARN EBADENGINE }, 15:37:34 npm WARN EBADENGINE current: { node: 'v16.17.0', npm: '8.19.2' } 15:37:34 npm WARN EBADENGINE } 15:37:34 npm WARN EBADENGINE Unsupported engine { 15:37:34 npm WARN EBADENGINE package: '@angular-devkit/build-webpack@0.1202.4', 15:37:34 npm WARN EBADENGINE required: { 15:37:34 npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', 15:37:34 npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', 15:37:34 npm WARN EBADENGINE yarn: '>= 1.13.0' 15:37:34 npm WARN EBADENGINE }, 15:37:34 npm WARN EBADENGINE current: { node: 'v16.17.0', npm: '8.19.2' } 15:37:34 npm WARN EBADENGINE } 15:37:34 npm WARN EBADENGINE Unsupported engine { 15:37:34 npm WARN EBADENGINE package: '@angular-devkit/core@12.2.4', 15:37:34 npm WARN EBADENGINE required: { 15:37:34 npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', 15:37:34 npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', 15:37:34 npm WARN EBADENGINE yarn: '>= 1.13.0' 15:37:34 npm WARN EBADENGINE }, 15:37:34 npm WARN EBADENGINE current: { node: 'v16.17.0', npm: '8.19.2' } 15:37:34 npm WARN EBADENGINE } 15:37:34 npm WARN EBADENGINE Unsupported engine { 15:37:34 npm WARN EBADENGINE package: '@angular-devkit/schematics@12.2.4', 15:37:34 npm WARN EBADENGINE required: { 15:37:34 npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', 15:37:34 npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', 15:37:34 npm WARN EBADENGINE yarn: '>= 1.13.0' 15:37:34 npm WARN EBADENGINE }, 15:37:34 npm WARN EBADENGINE current: { node: 'v16.17.0', npm: '8.19.2' } 15:37:34 npm WARN EBADENGINE } 15:37:34 npm WARN EBADENGINE Unsupported engine { 15:37:34 npm WARN EBADENGINE package: '@angular/cli@12.2.4', 15:37:34 npm WARN EBADENGINE required: { 15:37:34 npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', 15:37:34 npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', 15:37:34 npm WARN EBADENGINE yarn: '>= 1.13.0' 15:37:34 npm WARN EBADENGINE }, 15:37:34 npm WARN EBADENGINE current: { node: 'v16.17.0', npm: '8.19.2' } 15:37:34 npm WARN EBADENGINE } 15:37:34 npm WARN EBADENGINE Unsupported engine { 15:37:34 npm WARN EBADENGINE package: '@ngtools/webpack@12.2.4', 15:37:34 npm WARN EBADENGINE required: { 15:37:34 npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', 15:37:34 npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', 15:37:34 npm WARN EBADENGINE yarn: '>= 1.13.0' 15:37:34 npm WARN EBADENGINE }, 15:37:34 npm WARN EBADENGINE current: { node: 'v16.17.0', npm: '8.19.2' } 15:37:34 npm WARN EBADENGINE } 15:37:34 npm WARN EBADENGINE Unsupported engine { 15:37:34 npm WARN EBADENGINE package: '@schematics/angular@12.2.4', 15:37:34 npm WARN EBADENGINE required: { 15:37:34 npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', 15:37:34 npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', 15:37:34 npm WARN EBADENGINE yarn: '>= 1.13.0' 15:37:34 npm WARN EBADENGINE }, 15:37:34 npm WARN EBADENGINE current: { node: 'v16.17.0', npm: '8.19.2' } 15:37:34 npm WARN EBADENGINE } 15:38:07 npm WARN deprecated urix@0.1.0: Please see https://github.com/lydell/urix#deprecated 15:38:07 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 15:38:07 npm WARN deprecated source-map-url@0.4.1: See https://github.com/lydell/source-map-url#deprecated 15:38:07 npm WARN deprecated source-map-resolve@0.6.0: See https://github.com/lydell/source-map-resolve#deprecated 15:38:10 npm WARN deprecated resolve-url@0.2.1: https://github.com/lydell/resolve-url#deprecated 15:38:10 npm WARN deprecated querystring@0.2.0: The querystring API is considered Legacy. new code should use the URLSearchParams API instead. 15:38:21 npm WARN deprecated har-validator@5.1.5: this library is no longer supported 15:38:21 npm WARN deprecated flatten@1.0.3: flatten is deprecated in favor of utility frameworks such as lodash. 15:38:21 npm WARN deprecated request@2.88.2: request has been deprecated, see https://github.com/request/request/issues/3142 15:38:39 npm WARN deprecated chokidar@2.1.8: Chokidar 2 does not receive security updates since 2019. Upgrade to chokidar 3 with 15x fewer dependencies 15:38:39 npm WARN deprecated source-map-resolve@0.5.3: See https://github.com/lydell/source-map-resolve#deprecated 15:38:39 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. 15:38:42 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. 15:38:44 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. 15:38:46 npm WARN deprecated source-map-resolve@0.5.3: See https://github.com/lydell/source-map-resolve#deprecated 15:38:55 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 15:38:58 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 15:39:13 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. 15:39:32 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. 15:40:04 15:40:04 added 1475 packages, and audited 1476 packages in 3m 15:40:04 15:40:04 90 packages are looking for funding 15:40:04 run `npm fund` for details 15:40:04 15:40:04 13 vulnerabilities (3 moderate, 8 high, 2 critical) 15:40:04 15:40:04 To address issues that do not require attention, run: 15:40:04 npm audit fix 15:40:04 15:40:04 To address all issues (including breaking changes), run: 15:40:04 npm audit fix --force 15:40:04 15:40:04 Run `npm audit` for details. 15:40:05 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 15:40:20 - Generating browser application bundles (phase: setup)... 15:40:46 Compiling @angular/core : es2015 as esm2015 15:40:46 Compiling @angular/compiler/testing : es2015 as esm2015 15:41:19 Compiling @angular/common : es2015 as esm2015 15:41:19 Compiling @angular/core/testing : es2015 as esm2015 15:41:22 Compiling @angular/platform-browser : es2015 as esm2015 15:41:22 Compiling @angular/common/testing : es2015 as esm2015 15:41:26 Compiling @angular/router : es2015 as esm2015 15:41:26 Compiling @angular/platform-browser-dynamic : es2015 as esm2015 15:41:31 Compiling @angular/platform-browser/testing : es2015 as esm2015 15:41:33 Compiling @angular/common/http : es2015 as esm2015 15:41:33 Compiling @angular/platform-browser-dynamic/testing : es2015 as esm2015 15:41:38 Compiling @angular/forms : es2015 as esm2015 15:41:38 Compiling @angular/router/testing : es2015 as esm2015 15:41:38 Compiling @angular/common/http/testing : es2015 as esm2015 15:42:46 19 09 2022 15:42:37.775:INFO [karma-server]: Karma v6.3.16 server started at http://localhost:9876/ 15:42:46 19 09 2022 15:42:37.787:INFO [launcher]: Launching browsers ChromeHeadlessNoSandbox with concurrency unlimited 15:42:46 19 09 2022 15:42:37.811:INFO [launcher]: Starting browser ChromeHeadless 15:43:43 19 09 2022 15:43:39.607:WARN [launcher]: ChromeHeadless has not captured in 60000 ms, killing. 15:44:22 19 09 2022 15:44:19.151:INFO [launcher]: Trying to start ChromeHeadless again (1/2). 15:44:44 ✔ Browser application bundle generation complete. 15:44:44 19 09 2022 15:44:43.568:INFO [Chrome Headless 99.0.4844.84 (Linux aarch64)]: Connected on socket mEx4OLiWtT-95JO3AAAB with id 87000893 15:45:02 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 0 of 149 SUCCESS (0 secs / 0 secs) 15:45:02 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 1 of 149 SUCCESS (0 secs / 0.738 secs) 15:45:02 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 2 of 149 SUCCESS (0 secs / 0.929 secs) 15:45:03 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 3 of 149 SUCCESS (0 secs / 1.004 secs) 15:45:03 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 4 of 149 SUCCESS (0 secs / 1.023 secs) 15:45:03 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 5 of 149 SUCCESS (0 secs / 1.045 secs) 15:45:03 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 6 of 149 SUCCESS (0 secs / 1.06 secs) 15:45:03 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 7 of 149 SUCCESS (0 secs / 1.079 secs) 15:45:03 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 8 of 149 SUCCESS (0 secs / 1.095 secs) 15:45:03 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 9 of 149 SUCCESS (0 secs / 1.427 secs) 15:45:03 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 10 of 149 SUCCESS (0 secs / 1.792 secs) 15:45:04 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 11 of 149 SUCCESS (0 secs / 1.87 secs) 15:45:04 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 12 of 149 SUCCESS (0 secs / 2.213 secs) 15:45:04 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 13 of 149 SUCCESS (0 secs / 2.51 secs) 15:45:04 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 14 of 149 SUCCESS (0 secs / 2.562 secs) 15:45:04 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 15 of 149 SUCCESS (0 secs / 2.622 secs) 15:45:05 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 16 of 149 SUCCESS (0 secs / 2.782 secs) 15:45:05 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 17 of 149 SUCCESS (0 secs / 2.981 secs) 15:45:05 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 18 of 149 SUCCESS (0 secs / 3.538 secs) 15:45:06 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 19 of 149 SUCCESS (0 secs / 3.601 secs) 15:45:06 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 20 of 149 SUCCESS (0 secs / 3.844 secs) 15:45:06 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 21 of 149 SUCCESS (0 secs / 4.016 secs) 15:45:06 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 22 of 149 SUCCESS (0 secs / 4.118 secs) 15:45:06 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 23 of 149 SUCCESS (0 secs / 4.144 secs) 15:45:06 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 24 of 149 SUCCESS (0 secs / 4.159 secs) 15:45:06 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 25 of 149 SUCCESS (0 secs / 4.171 secs) 15:45:07 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 26 of 149 SUCCESS (0 secs / 4.511 secs) 15:45:07 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 27 of 149 SUCCESS (0 secs / 4.565 secs) 15:45:07 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 28 of 149 SUCCESS (0 secs / 4.826 secs) 15:45:07 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 29 of 149 SUCCESS (0 secs / 4.879 secs) 15:45:07 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 30 of 149 SUCCESS (0 secs / 4.954 secs) 15:45:08 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 31 of 149 SUCCESS (0 secs / 5.03 secs) 15:45:08 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 32 of 149 SUCCESS (0 secs / 5.087 secs) 15:45:08 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 33 of 149 SUCCESS (0 secs / 5.114 secs) 15:45:08 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 34 of 149 SUCCESS (0 secs / 5.137 secs) 15:45:08 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 35 of 149 SUCCESS (0 secs / 5.165 secs) 15:45:08 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 36 of 149 SUCCESS (0 secs / 5.415 secs) 15:45:08 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 37 of 149 SUCCESS (0 secs / 5.557 secs) 15:45:08 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 38 of 149 SUCCESS (0 secs / 5.789 secs) 15:45:09 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 39 of 149 SUCCESS (0 secs / 5.972 secs) 15:45:09 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 40 of 149 SUCCESS (0 secs / 6.011 secs) 15:45:09 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 41 of 149 SUCCESS (0 secs / 6.071 secs) 15:45:09 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 42 of 149 SUCCESS (0 secs / 6.104 secs) 15:45:09 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 43 of 149 SUCCESS (0 secs / 6.138 secs) 15:45:09 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 44 of 149 SUCCESS (0 secs / 6.155 secs) 15:45:09 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 45 of 149 SUCCESS (0 secs / 6.167 secs) 15:45:09 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 46 of 149 SUCCESS (0 secs / 6.38 secs) 15:45:09 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 47 of 149 SUCCESS (0 secs / 6.417 secs) 15:45:10 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 48 of 149 SUCCESS (0 secs / 6.492 secs) 15:45:10 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 49 of 149 SUCCESS (0 secs / 6.505 secs) 15:45:10 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 50 of 149 SUCCESS (0 secs / 6.518 secs) 15:45:10 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 51 of 149 SUCCESS (0 secs / 6.54 secs) 15:45:10 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 52 of 149 SUCCESS (0 secs / 6.61 secs) 15:45:10 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 53 of 149 SUCCESS (0 secs / 6.628 secs) 15:45:10 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 54 of 149 SUCCESS (0 secs / 6.64 secs) 15:45:10 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 55 of 149 SUCCESS (0 secs / 6.668 secs) 15:45:10 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 56 of 149 SUCCESS (0 secs / 6.732 secs) 15:45:10 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 57 of 149 SUCCESS (0 secs / 6.808 secs) 15:45:10 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 58 of 149 SUCCESS (0 secs / 6.982 secs) 15:45:10 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 59 of 149 SUCCESS (0 secs / 7.044 secs) 15:45:10 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 60 of 149 SUCCESS (0 secs / 7.132 secs) 15:45:10 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 61 of 149 SUCCESS (0 secs / 7.177 secs) 15:45:11 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 62 of 149 SUCCESS (0 secs / 7.277 secs) 15:45:11 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 63 of 149 SUCCESS (0 secs / 7.396 secs) 15:45:11 WARN: ' 15:45:11 It looks like you're using ngModel on the same form field as formControlName. 15:45:11 Support for using the ngModel input property and ngModelChange event with 15:45:11 reactive form directives has been deprecated in Angular v6 and will be removed 15:45:11 in a future version of Angular. 15:45:11 15:45:11 For more information on this, see our API docs here: 15:45:11 https://angular.io/api/forms/FormControlName#use-with-ngmodel 15:45:11 ' 15:45:11 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 63 of 149 SUCCESS (0 secs / 7.396 secs) 15:45:11 WARN: ' 15:45:11 It looks like you're using ngModel on the same form field as formControlName. 15:45:11 Support for using the ngModel input property and ngModelChange event with 15:45:11 reactive form directives has been deprecated in Angular v6 and will be removed 15:45:11 in a future version of Angular. 15:45:11 15:45:11 For more information on this, see our API docs here: 15:45:11 https://angular.io/api/forms/FormControlName#use-with-ngmodel 15:45:11 ' 15:45:11 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 64 of 149 SUCCESS (0 secs / 7.56 secs) 15:45:11 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 65 of 149 SUCCESS (0 secs / 7.649 secs) 15:45:11 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 66 of 149 SUCCESS (0 secs / 7.818 secs) 15:45:11 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 67 of 149 SUCCESS (0 secs / 7.947 secs) 15:45:11 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 68 of 149 SUCCESS (0 secs / 7.964 secs) 15:45:11 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 69 of 149 SUCCESS (0 secs / 8.005 secs) 15:45:12 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 70 of 149 SUCCESS (0 secs / 8.313 secs) 15:45:12 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 71 of 149 SUCCESS (0 secs / 8.333 secs) 15:45:12 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 72 of 149 SUCCESS (0 secs / 8.345 secs) 15:45:12 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 73 of 149 SUCCESS (0 secs / 8.433 secs) 15:45:12 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 74 of 149 SUCCESS (0 secs / 8.476 secs) 15:45:12 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 75 of 149 SUCCESS (0 secs / 8.523 secs) 15:45:12 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 76 of 149 SUCCESS (0 secs / 8.656 secs) 15:45:13 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 77 of 149 SUCCESS (0 secs / 8.674 secs) 15:45:13 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 78 of 149 SUCCESS (0 secs / 8.685 secs) 15:45:13 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 79 of 149 SUCCESS (0 secs / 8.761 secs) 15:45:13 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 80 of 149 SUCCESS (0 secs / 8.807 secs) 15:45:13 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 81 of 149 SUCCESS (0 secs / 8.855 secs) 15:45:13 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 82 of 149 SUCCESS (0 secs / 8.872 secs) 15:45:13 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 83 of 149 SUCCESS (0 secs / 8.974 secs) 15:45:13 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 84 of 149 SUCCESS (0 secs / 9.058 secs) 15:45:13 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 85 of 149 SUCCESS (0 secs / 9.107 secs) 15:45:13 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 86 of 149 SUCCESS (0 secs / 9.289 secs) 15:45:13 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 87 of 149 SUCCESS (0 secs / 9.349 secs) 15:45:13 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 88 of 149 SUCCESS (0 secs / 9.407 secs) 15:45:14 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 89 of 149 SUCCESS (0 secs / 9.525 secs) 15:45:14 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 90 of 149 SUCCESS (0 secs / 10.046 secs) 15:45:14 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 91 of 149 SUCCESS (0 secs / 10.079 secs) 15:45:14 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 92 of 149 SUCCESS (0 secs / 10.215 secs) 15:45:14 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 93 of 149 SUCCESS (0 secs / 10.3 secs) 15:45:15 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 94 of 149 SUCCESS (0 secs / 10.377 secs) 15:45:15 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 95 of 149 SUCCESS (0 secs / 10.519 secs) 15:45:15 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 96 of 149 SUCCESS (0 secs / 10.65 secs) 15:45:15 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 97 of 149 SUCCESS (0 secs / 10.697 secs) 15:45:15 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 98 of 149 SUCCESS (0 secs / 10.736 secs) 15:45:15 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 99 of 149 SUCCESS (0 secs / 10.858 secs) 15:45:16 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 100 of 149 SUCCESS (0 secs / 10.935 secs) 15:45:16 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 101 of 149 SUCCESS (0 secs / 10.952 secs) 15:45:16 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 102 of 149 SUCCESS (0 secs / 10.962 secs) 15:45:16 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 103 of 149 SUCCESS (0 secs / 10.984 secs) 15:45:16 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 104 of 149 SUCCESS (0 secs / 11.103 secs) 15:45:16 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 105 of 149 SUCCESS (0 secs / 11.122 secs) 15:45:16 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 106 of 149 SUCCESS (0 secs / 11.162 secs) 15:45:16 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 107 of 149 SUCCESS (0 secs / 11.178 secs) 15:45:16 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 108 of 149 SUCCESS (0 secs / 11.189 secs) 15:45:16 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 109 of 149 SUCCESS (0 secs / 11.294 secs) 15:45:16 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 110 of 149 SUCCESS (0 secs / 11.338 secs) 15:45:16 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 111 of 149 SUCCESS (0 secs / 11.376 secs) 15:45:16 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 112 of 149 SUCCESS (0 secs / 11.415 secs) 15:45:16 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 113 of 149 SUCCESS (0 secs / 11.512 secs) 15:45:16 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 114 of 149 SUCCESS (0 secs / 11.547 secs) 15:45:16 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 115 of 149 SUCCESS (0 secs / 11.576 secs) 15:45:17 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 116 of 149 SUCCESS (0 secs / 11.61 secs) 15:45:17 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 117 of 149 SUCCESS (0 secs / 11.633 secs) 15:45:17 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 118 of 149 SUCCESS (0 secs / 11.643 secs) 15:45:17 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 119 of 149 SUCCESS (0 secs / 11.929 secs) 15:45:17 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 120 of 149 SUCCESS (0 secs / 11.993 secs) 15:45:17 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 121 of 149 SUCCESS (0 secs / 12.034 secs) 15:45:17 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 122 of 149 SUCCESS (0 secs / 12.368 secs) 15:45:18 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 123 of 149 SUCCESS (0 secs / 12.467 secs) 15:45:18 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 124 of 149 SUCCESS (0 secs / 12.583 secs) 15:45:18 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 125 of 149 SUCCESS (0 secs / 12.654 secs) 15:45:18 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 126 of 149 SUCCESS (0 secs / 12.778 secs) 15:45:18 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 127 of 149 SUCCESS (0 secs / 12.814 secs) 15:45:18 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 128 of 149 SUCCESS (0 secs / 12.845 secs) 15:45:18 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 129 of 149 SUCCESS (0 secs / 12.857 secs) 15:45:18 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 130 of 149 SUCCESS (0 secs / 12.868 secs) 15:45:18 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 131 of 149 SUCCESS (0 secs / 12.918 secs) 15:45:19 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 132 of 149 SUCCESS (0 secs / 13.044 secs) 15:45:19 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 133 of 149 SUCCESS (0 secs / 13.116 secs) 15:45:19 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 134 of 149 SUCCESS (0 secs / 13.147 secs) 15:45:19 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 135 of 149 SUCCESS (0 secs / 13.296 secs) 15:45:19 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 136 of 149 SUCCESS (0 secs / 13.33 secs) 15:45:19 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 137 of 149 SUCCESS (0 secs / 13.376 secs) 15:45:19 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 138 of 149 SUCCESS (0 secs / 13.442 secs) 15:45:19 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 139 of 149 SUCCESS (0 secs / 13.684 secs) 15:45:19 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 140 of 149 SUCCESS (0 secs / 13.707 secs) 15:45:20 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 141 of 149 SUCCESS (0 secs / 13.751 secs) 15:45:20 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 142 of 149 SUCCESS (0 secs / 13.864 secs) 15:45:20 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 143 of 149 SUCCESS (0 secs / 13.941 secs) 15:45:20 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 144 of 149 SUCCESS (0 secs / 14.152 secs) 15:45:20 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 145 of 149 SUCCESS (0 secs / 14.221 secs) 15:45:20 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 146 of 149 SUCCESS (0 secs / 14.279 secs) 15:45:20 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 147 of 149 SUCCESS (0 secs / 14.408 secs) 15:45:21 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 148 of 149 SUCCESS (0 secs / 14.686 secs) 15:45:21 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 149 of 149 SUCCESS (0 secs / 14.783 secs) 15:45:22 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 149 of 149 SUCCESS (20.789 secs / 14.783 secs) 15:45:22 TOTAL: 149 SUCCESS 15:45:22 ✔ Browser application bundle generation complete. 15:45:26 15:45:26 =============================== Coverage summary =============================== 15:45:26 Statements : 40.98% ( 1467/3580 ) 15:45:26 Branches : 12.03% ( 111/923 ) 15:45:26 Functions : 33.28% ( 432/1298 ) 15:45:26 Lines : 38.91% ( 1318/3387 ) 15:45:26 ================================================================================ 15:45:26 19 09 2022 15:45:26.190:WARN [launcher]: ChromeHeadless was not killed in 2000 ms, sending SIGKILL. 15:45:27 ✔ Browser application bundle generation complete. 15:45:28 make[1]: Leaving directory '/w/workspace/edgex-ui-go/1/web' [Pipeline] echo 15:45:28 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 15:45:28 $ docker stop --time=1 4a94cc012a06a4959ae72d9e4506c2fe15db3009591a0bc341611a1818c26be4 15:45:30 $ docker rm -f 4a94cc012a06a4959ae72d9e4506c2fe15db3009591a0bc341611a1818c26be4 [Pipeline] // withDockerContainer [Pipeline] sh 15:45:31 + sudo chown -R jenkins:jenkins . [Pipeline] stash 15:45:33 Warning: overwriting stash ‘coverage-report’ 15:45:39 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 15:45:40 + sudo chown -R jenkins:jenkins . [Pipeline] sh 15:45:43 + ls -al . 15:45:43 total 164 15:45:43 drwxrwxr-x 13 jenkins jenkins 4096 Sep 19 15:35 . 15:45:43 drwxrwxr-x 4 jenkins jenkins 4096 Sep 19 15:33 .. 15:45:43 -rw-rw-r-- 1 jenkins jenkins 18 Sep 19 15:33 .dockerignore 15:45:43 drwxrwxr-x 8 jenkins jenkins 4096 Sep 19 15:33 .git 15:45:43 drwxrwxr-x 3 jenkins jenkins 4096 Sep 19 15:33 .github 15:45:43 -rw-rw-r-- 1 jenkins jenkins 185 Sep 19 15:33 .gitignore 15:45:43 -rw-rw-r-- 1 jenkins jenkins 4856 Sep 19 15:33 Attribution.txt 15:45:43 -rw-rw-r-- 1 jenkins jenkins 14570 Sep 19 15:33 CHANGELOG.md 15:45:43 -rw-rw-r-- 1 jenkins jenkins 3959 Sep 19 15:33 CONTRIBUTING.md 15:45:43 -rw-rw-r-- 1 jenkins jenkins 1684 Sep 19 15:33 Dockerfile 15:45:43 -rw-rw-r-- 1 jenkins jenkins 652 Sep 19 15:33 Jenkinsfile 15:45:43 -rw-rw-r-- 1 jenkins jenkins 11357 Sep 19 15:33 LICENSE 15:45:43 -rw-rw-r-- 1 jenkins jenkins 1541 Sep 19 15:33 Makefile 15:45:43 -rw-rw-r-- 1 jenkins jenkins 4398 Sep 19 15:33 README.md 15:45:43 -rw-rw-r-- 1 jenkins jenkins 5 Sep 19 15:31 VERSION 15:45:43 drwxrwxr-x 3 jenkins jenkins 4096 Sep 19 15:33 assets 15:45:43 drwxrwxr-x 2 jenkins jenkins 4096 Sep 19 15:33 bin 15:45:43 drwxrwxr-x 3 jenkins jenkins 4096 Sep 19 15:33 cmd 15:45:43 -rw-r--r-- 1 jenkins jenkins 10 Sep 19 15:35 coverage.out 15:45:43 drwxrwxr-x 2 jenkins jenkins 4096 Sep 19 15:33 docs 15:45:43 -rw-rw-r-- 1 jenkins jenkins 1945 Sep 19 15:33 go.mod 15:45:43 -rw-rw-r-- 1 jenkins jenkins 25578 Sep 19 15:33 go.sum 15:45:43 drwxrwxr-x 9 jenkins jenkins 4096 Sep 19 15:33 internal 15:45:43 drwxrwxr-x 3 jenkins jenkins 4096 Sep 19 15:33 pkg 15:45:43 drwxrwxr-x 4 jenkins jenkins 4096 Sep 19 15:33 snap 15:45:43 drwxrwxr-x 4 jenkins jenkins 4096 Sep 19 15:33 testing 15:45:43 -rw-rw-r-- 1 jenkins jenkins 155 Sep 19 15:33 version.go 15:45:43 drwxrwxr-x 6 jenkins jenkins 4096 Sep 19 15:37 web [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:45:43 + docker build -t edgex-ui-arm64 -f Dockerfile --build-arg BASE=ci-base-image-arm64 --build-arg MAKE=make build --build-arg ARCH=arm64 --label git_sha=5f438056cf0d27be832a44d306540d9cec6ea88f --label arch=arm64 --label version=0.0.0 . 15:45:45 Sending build context to Docker daemon 31.44MB 15:45:45 Step 1/24 : ARG BASE=golang:1.18-alpine3.16 15:45:45 Step 2/24 : FROM ${BASE} AS builder 15:45:45 ---> 842e05bf564f 15:45:45 Step 3/24 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" 15:45:45 ---> Running in b77f8b74e454 15:45:45 Removing intermediate container b77f8b74e454 15:45:45 ---> e5304400a5b6 15:45:45 Step 4/24 : ARG ALPINE_PKG_BASE="make git" 15:45:46 ---> Running in 0f8ad8900d83 15:45:46 Removing intermediate container 0f8ad8900d83 15:45:46 ---> ce31b6745a2a 15:45:46 Step 5/24 : ARG ALPINE_PKG_EXTRA="" 15:45:46 ---> Running in 56394da44389 15:45:46 Removing intermediate container 56394da44389 15:45:46 ---> 9724aa91aca7 15:45:46 Step 6/24 : LABEL Name=edgex-ui-go 15:45:46 ---> Running in e77514fd691b 15:45:47 Removing intermediate container e77514fd691b 15:45:47 ---> c07066d00340 15:45:47 Step 7/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2022: Intel' 15:45:47 ---> Running in bf112f3cb40b 15:45:47 Removing intermediate container bf112f3cb40b 15:45:47 ---> 555a98fedd6b 15:45:47 Step 8/24 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 15:45:49 ---> f8ee929acf17 15:45:49 Step 9/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 15:45:49 ---> Running in 0366bc50be25 15:45:51 Removing intermediate container 0366bc50be25 15:45:51 ---> 7aabf7feb9bb 15:45:51 Step 10/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 15:45:51 ---> Running in 74a35dcbb347 15:45:52 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 15:45:53 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 15:45:53 OK: 221 MiB in 51 packages 15:45:54 Removing intermediate container 74a35dcbb347 15:45:54 ---> ef0c1e431a86 15:45:54 Step 11/24 : ENV GO111MODULE=on 15:45:54 ---> Running in 3210272241cc 15:45:55 Removing intermediate container 3210272241cc 15:45:55 ---> 34005feb9a7b 15:45:55 Step 12/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go 15:45:55 ---> Running in 9938fe6db907 15:45:55 Removing intermediate container 9938fe6db907 15:45:55 ---> cbb949b020d4 15:45:55 Step 13/24 : COPY go.mod vendor* ./ 15:45:56 ---> 69863d93bc44 15:45:56 Step 14/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 15:45:56 ---> Running in 6e2fc562208a 15:45:58 Removing intermediate container 6e2fc562208a 15:45:58 ---> f13cbd85dddc 15:45:58 Step 15/24 : COPY . . 15:46:02 ---> 030dc602787f 15:46:02 Step 16/24 : RUN ${MAKE} 15:46:03 ---> Running in fdd79057b791 15:46:04 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-ui-go.Version=0.0.0" -o cmd/edgex-ui-server/edgex-ui-server ./cmd/edgex-ui-server 15:46:43 CGO_ENABLED=0 GO111MODULE=on go build ./... 15:46:48 Removing intermediate container fdd79057b791 15:46:48 ---> 8184fd997540 15:46:48 Step 17/24 : FROM alpine:3.14 15:46:48 3.14: Pulling from library/alpine 15:46:48 90cda3b7c325: Pulling fs layer 15:46:48 90cda3b7c325: Verifying Checksum 15:46:48 90cda3b7c325: Download complete 15:46:49 90cda3b7c325: Pull complete 15:46:49 Digest: sha256:1ab24b3b99320975cca71716a7475a65d263d0b6b604d9d14ce08f7a3f67595c 15:46:49 Status: Downloaded newer image for alpine:3.14 15:46:49 ---> 376ba31ae3da 15:46:49 Step 18/24 : EXPOSE 4000 15:46:49 ---> Running in b1dd7a69bb50 15:46:49 Removing intermediate container b1dd7a69bb50 15:46:49 ---> f3fb68547db2 15:46:49 Step 19/24 : 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 15:46:51 ---> f95de92c3399 15:46:51 Step 20/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server 15:46:51 ---> Running in 3bdfa8013041 15:46:51 Removing intermediate container 3bdfa8013041 15:46:51 ---> d5f1f09206a4 15:46:51 Step 21/24 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] 15:46:51 ---> Running in b3a97f230199 15:46:51 Removing intermediate container b3a97f230199 15:46:51 ---> 40360937f4f2 15:46:51 Step 22/24 : LABEL arch=arm64 15:46:51 ---> Running in dfbeaa71be72 15:46:52 Removing intermediate container dfbeaa71be72 15:46:52 ---> 747029419bd3 15:46:52 Step 23/24 : LABEL git_sha=5f438056cf0d27be832a44d306540d9cec6ea88f 15:46:52 ---> Running in 349ced355def 15:46:52 Removing intermediate container 349ced355def 15:46:52 ---> 7646e4360a50 15:46:52 Step 24/24 : LABEL version=0.0.0 15:46:52 ---> Running in 932e47c48768 15:46:53 Removing intermediate container 932e47c48768 15:46:53 ---> e9b400e47aeb 15:46:53 [Warning] One or more build-args [ARCH] were not consumed 15:46:53 Successfully built e9b400e47aeb 15:46:53 Successfully tagged edgex-ui-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:46:54 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 15:46:54 15:46:54 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:46:54 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 15:46:54 arm64: Pulling from edgex-lftools-log-publisher 15:46:54 8998bd30e6a1: Pulling fs layer 15:46:54 04944245beec: Pulling fs layer 15:46:54 699f458cf7ca: Pulling fs layer 15:46:54 765212b225bb: Pulling fs layer 15:46:54 f23df028b6ca: Pulling fs layer 15:46:54 d65c8cfc05b1: Pulling fs layer 15:46:54 2437ff75d9bd: Pulling fs layer 15:46:54 765212b225bb: Waiting 15:46:54 f23df028b6ca: Waiting 15:46:54 2437ff75d9bd: Waiting 15:46:54 d65c8cfc05b1: Waiting 15:46:54 04944245beec: Verifying Checksum 15:46:54 04944245beec: Download complete 15:46:54 765212b225bb: Download complete 15:46:54 f23df028b6ca: Verifying Checksum 15:46:54 f23df028b6ca: Download complete 15:46:54 d65c8cfc05b1: Verifying Checksum 15:46:54 d65c8cfc05b1: Download complete 15:46:55 699f458cf7ca: Verifying Checksum 15:46:55 699f458cf7ca: Download complete 15:46:55 8998bd30e6a1: Verifying Checksum 15:46:55 8998bd30e6a1: Download complete 15:46:57 2437ff75d9bd: Verifying Checksum 15:46:57 2437ff75d9bd: Download complete 15:46:59 8998bd30e6a1: Pull complete 15:47:00 04944245beec: Pull complete 15:47:01 699f458cf7ca: Pull complete 15:47:01 765212b225bb: Pull complete 15:47:02 f23df028b6ca: Pull complete 15:47:02 d65c8cfc05b1: Pull complete 15:47:17 2437ff75d9bd: Pull complete 15:47:17 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 15:47:17 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 15:47:17 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 15:47:18 prd-ubuntu20.04-docker-arm64-4c-16g-29825 does not seem to be running inside a container 15:47:18 $ 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 15:47:21 $ docker top 530bf0574eb9fe2b340cb5e1d9ab6d6479dcc90b5008d441bc9fba350bc6bc1a -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 15:47:22 ---> job-cost.sh 15:47:22 lf-activate-venv: SKIPPING 15:47:22 INFO: No Stack... 15:47:22 INFO: Retrieving Pricing Info for: v3-standard-4 15:47:23 INFO: Archiving Costs [Pipeline] sh 15:47:24 + cat /w/workspace/edgex-ui-go/1/archives/cost.csv 15:47:24 + cut -d, -f6 [Pipeline] lock 15:47:24 Trying to acquire lock on [jenkins-edgexfoundry-edgex-ui-go-PR-553-1-stack-cost] 15:47:24 Resource [jenkins-edgexfoundry-edgex-ui-go-PR-553-1-stack-cost] did not exist. Created. 15:47:24 Lock acquired on [jenkins-edgexfoundry-edgex-ui-go-PR-553-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 15:47:25 /w/workspace/edgex-ui-go/1@tmp/durable-f49902e1/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh 15:47:25 + echo total: 0.10999999940395355 [Pipeline] stash 15:47:26 Warning: overwriting stash ‘stack-cost’ 15:47:31 Stashed 1 file(s) [Pipeline] } 15:47:31 Lock released on resource [jenkins-edgexfoundry-edgex-ui-go-PR-553-1-stack-cost] [Pipeline] // lock [Pipeline] } 15:47:31 $ docker stop --time=1 530bf0574eb9fe2b340cb5e1d9ab6d6479dcc90b5008d441bc9fba350bc6bc1a 15:47:33 $ docker rm -f 530bf0574eb9fe2b340cb5e1d9ab6d6479dcc90b5008d441bc9fba350bc6bc1a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] configFileProvider 15:47:34 provisioning config files... 15:47:34 copy managed file [edgex-ui-go-codecov-token] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-553@tmp/config1902645957034200735tmp [Pipeline] { [Pipeline] sh 15:47:34 + set +x 15:47:34 + curl+ -s https://codecov.io/bashbash 15:47:34 -s -- 15:47:34 15:47:34 _____ _ 15:47:34 / ____| | | 15:47:34 | | ___ __| | ___ ___ _____ __ 15:47:34 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 15:47:34 | |___| (_) | (_| | __/ (_| (_) \ V / 15:47:34 \_____\___/ \__,_|\___|\___\___/ \_/ 15:47:34 Bash-1.0.6 15:47:34 15:47:34 15:47:34 ==> git version 2.25.1 found 15:47:34 ==> curl 7.68.0 (x86_64-pc-linux-gnu) libcurl/7.68.0 OpenSSL/1.1.1f zlib/1.2.11 brotli/1.0.7 libidn2/2.2.0 libpsl/0.21.0 (+libidn2/2.2.0) libssh/0.9.3/openssl/zlib nghttp2/1.40.0 librtmp/2.3 15:47:34 Release-Date: 2020-01-08 15:47:34 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 15:47:34 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 15:47:34 ==> Jenkins CI detected. 15:47:34 current dir:  /w/workspace/edgexfoundry_edgex-ui-go_PR-553 15:47:34 project root: . 15:47:34 --> token set from env 15:47:34 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 15:47:34 ==> Running gcov in . (disable via -X gcov) 15:47:34 ==> Python coveragepy not found 15:47:34 ==> Searching for coverage reports in: 15:47:34 + . 15:47:34 -> Found 1 reports 15:47:34 ==> Detecting git/mercurial file structure 15:47:34 ==> Reading reports 15:47:34 + ./coverage.out bytes=10 15:47:34 ==> Appending adjustments 15:47:34 https://docs.codecov.io/docs/fixing-reports 15:47:35 + Found adjustments 15:47:35 ==> Gzipping contents 15:47:35 12K /tmp/codecov.Apgvjc.gz 15:47:35 ==> Uploading reports 15:47:35 url: https://codecov.io 15:47:35 query: branch=PR-553&commit=5f438056cf0d27be832a44d306540d9cec6ea88f&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2FPR-553%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=553&job=&cmd_args= 15:47:35 -> Pinging Codecov 15:47:35 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=bafa3062-778c-4190-9a80-d8a5ae27d9ba&branch=PR-553&commit=5f438056cf0d27be832a44d306540d9cec6ea88f&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2FPR-553%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=553&job=&cmd_args= 15:47:36 -> Uploading to 15:47:36 https://storage.googleapis.com/codecov/v4/raw/2022-09-19/FB506323287CE973F263BFD2A0EB1F37/5f438056cf0d27be832a44d306540d9cec6ea88f/8bb57f1a-8b7e-4c80-a2c1-4a302e75671a.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20220919%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20220919T154736Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=3aeee01d71065b0eb925d195bfa0d344601ec30f69f3fb580636fa108763f107 15:47:36 % Total % Received % Xferd Average Speed Time Time Time Current 15:47:36 Dload Upload Total Spent Left Speed 15:47:36 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 9182 0 0 100 9182 0 34389 --:--:-- --:--:-- --:--:-- 34389 15:47:36 -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/edgex-ui-go/commit/5f438056cf0d27be832a44d306540d9cec6ea88f [Pipeline] } 15:47:36 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) Stage "Snyk Dependency Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh 15:47:38 + [ -d /w/workspace/edgexfoundry_edgex-ui-go_PR-553/archives ] 15:47:38 + ls -al /w/workspace/edgexfoundry_edgex-ui-go_PR-553/archives 15:47:38 total 16 15:47:38 drwxr-xr-x 3 root root 4096 Sep 19 15:34 . 15:47:38 drwxrwxr-x 15 jenkins jenkins 4096 Sep 19 15:34 .. 15:47:38 drwxr-xr-x 2 root root 4096 Sep 19 15:34 cost 15:47:38 -rw-r--r-- 1 root root 83 Sep 19 15:34 cost.csv 15:47:38 + sudo chown -R jenkins:jenkins /w/workspace/edgexfoundry_edgex-ui-go_PR-553/archives 15:47:38 + ls -al /w/workspace/edgexfoundry_edgex-ui-go_PR-553/archives 15:47:38 total 16 15:47:38 drwxr-xr-x 3 jenkins jenkins 4096 Sep 19 15:34 . 15:47:38 drwxrwxr-x 15 jenkins jenkins 4096 Sep 19 15:34 .. 15:47:38 drwxr-xr-x 2 jenkins jenkins 4096 Sep 19 15:34 cost 15:47:38 -rw-r--r-- 1 jenkins jenkins 83 Sep 19 15:34 cost.csv [Pipeline] libraryResource [Pipeline] sh 15:47:38 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 15:47:39 ---> package-listing.sh 15:47:39 ++ facter osfamily 15:47:39 ++ tr '[:upper:]' '[:lower:]' 15:47:39 + OS_FAMILY=debian 15:47:39 + workspace=/w/workspace/edgexfoundry_edgex-ui-go_PR-553 15:47:39 + START_PACKAGES=/tmp/packages_start.txt 15:47:39 + END_PACKAGES=/tmp/packages_end.txt 15:47:39 + DIFF_PACKAGES=/tmp/packages_diff.txt 15:47:39 + PACKAGES=/tmp/packages_start.txt 15:47:39 + '[' /w/workspace/edgexfoundry_edgex-ui-go_PR-553 ']' 15:47:39 + PACKAGES=/tmp/packages_end.txt 15:47:39 + case "${OS_FAMILY}" in 15:47:39 + dpkg -l 15:47:39 + grep '^ii' 15:47:39 + '[' -f /tmp/packages_start.txt ']' 15:47:39 + '[' -f /tmp/packages_end.txt ']' 15:47:39 + diff /tmp/packages_start.txt /tmp/packages_end.txt 15:47:39 + '[' /w/workspace/edgexfoundry_edgex-ui-go_PR-553 ']' 15:47:39 + mkdir -p /w/workspace/edgexfoundry_edgex-ui-go_PR-553/archives/ 15:47:39 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgexfoundry_edgex-ui-go_PR-553/archives/ [Pipeline] echo 15:47:39 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-553/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 15:47:40 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:47:40 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 15:47:40 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 15:47:40 prd-ubuntu20.04-docker-8c-8g-29824 does not seem to be running inside a container 15:47:41 $ 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-553/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-553 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-553:/w/workspace/edgexfoundry_edgex-ui-go_PR-553:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-553@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-553@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 15:47:41 $ docker top a3c1ed2e01e2418a93c5ab2abd6d046c4114100ee3c841b3b9043235acf3ea2e -eo pid,comm [Pipeline] { [Pipeline] sh 15:47:42 + touch /tmp/pre-build-complete [Pipeline] sh 15:47:42 + mkdir -p /var/log/sysstat [Pipeline] sh 15:47:42 + ls /var/log/sa-host 15:47:42 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 15:47:42 provisioning config files... 15:47:42 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-553@tmp/config5702023790126464703tmp [Pipeline] { [Pipeline] echo 15:47:42 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 15:47:43 ---> create-netrc.sh [Pipeline] } 15:47:43 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 15:47:43 ---> python-tools-install.sh [Pipeline] echo 15:47:43 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 15:47:44 ---> sudo-logs.sh 15:47:44 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 15:47:44 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 15:47:44 ---> job-cost.sh 15:47:44 lf-activate-venv: SKIPPING 15:47:44 DEBUG: total: 0.2199999988079071 15:47:44 INFO: Retrieving Stack Cost... 15:47:45 INFO: Retrieving Pricing Info for: v3-standard-8 15:47:45 INFO: Archiving Costs [Pipeline] echo 15:47:45 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 15:47:45 ---> logs-deploy.sh 15:47:45 lf-activate-venv: SKIPPING 15:47:45 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-ui-go/PR-553/1 15:47:45 INFO: archiving workspace using pattern(s): 15:47:46 Archives upload complete. 15:47:47 INFO: archiving logs to Nexus 15:47:47 ---> uname -a: 15:47:47 Linux prd-ubuntu20-04-docker-8c-8g-29824 5.4.0-94-generic #106-Ubuntu SMP Thu Jan 6 23:58:14 UTC 2022 x86_64 GNU/Linux 15:47:47 15:47:47 15:47:47 ---> lscpu: 15:47:47 Architecture: x86_64 15:47:47 CPU op-mode(s): 32-bit, 64-bit 15:47:47 Byte Order: Little Endian 15:47:47 Address sizes: 40 bits physical, 48 bits virtual 15:47:47 CPU(s): 8 15:47:47 On-line CPU(s) list: 0-7 15:47:47 Thread(s) per core: 1 15:47:47 Core(s) per socket: 1 15:47:47 Socket(s): 8 15:47:47 NUMA node(s): 1 15:47:47 Vendor ID: AuthenticAMD 15:47:47 CPU family: 23 15:47:47 Model: 49 15:47:47 Model name: AMD EPYC-Rome Processor 15:47:47 Stepping: 0 15:47:47 CPU MHz: 2799.998 15:47:47 BogoMIPS: 5599.99 15:47:47 Virtualization: AMD-V 15:47:47 Hypervisor vendor: KVM 15:47:47 Virtualization type: full 15:47:47 L1d cache: 256 KiB 15:47:47 L1i cache: 256 KiB 15:47:47 L2 cache: 4 MiB 15:47:47 L3 cache: 128 MiB 15:47:47 NUMA node0 CPU(s): 0-7 15:47:47 Vulnerability Itlb multihit: Not affected 15:47:47 Vulnerability L1tf: Not affected 15:47:47 Vulnerability Mds: Not affected 15:47:47 Vulnerability Meltdown: Not affected 15:47:47 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 15:47:47 Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization 15:47:47 Vulnerability Spectre v2: Mitigation; Full AMD retpoline, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling 15:47:47 Vulnerability Srbds: Not affected 15:47:47 Vulnerability Tsx async abort: Not affected 15:47:47 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 15:47:47 15:47:47 15:47:47 ---> nproc: 15:47:47 8 15:47:47 15:47:47 15:47:47 ---> df -h: 15:47:47 Filesystem Size Used Avail Use% Mounted on 15:47:47 overlay 155G 12G 144G 8% / 15:47:47 tmpfs 64M 0 64M 0% /dev 15:47:47 tmpfs 16G 0 16G 0% /sys/fs/cgroup 15:47:47 shm 64M 0 64M 0% /dev/shm 15:47:47 /dev/vda1 155G 12G 144G 8% /facter-os 15:47:47 15:47:47 15:47:47 ---> sar -b -r -n DEV: 15:47:47 Linux 5.4.0-94-generic (prd-ubuntu20-04-docker-8c-8g-29824) 09/19/22 _x86_64_ (8 CPU) 15:47:47 15:47:47 15:29:59 LINUX RESTART (8 CPU) 15:47:47 15:47:47 15:30:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 15:47:47 15:31:01 338.40 82.92 255.48 0.00 10785.20 209715.96 0.00 15:47:47 15:32:01 162.16 1.42 160.74 0.00 37.46 54700.35 0.00 15:47:47 15:33:01 355.59 0.30 355.29 0.00 2.53 63946.56 0.00 15:47:47 15:34:01 146.95 0.08 146.87 0.00 7.46 19164.95 0.00 15:47:47 15:35:01 94.85 0.05 94.80 0.00 8.67 19147.21 0.00 15:47:47 15:36:01 1.30 0.00 1.30 0.00 0.00 15.46 0.00 15:47:47 15:37:01 1.60 0.00 1.60 0.00 0.00 18.13 0.00 15:47:47 15:38:01 0.87 0.00 0.87 0.00 0.00 10.80 0.00 15:47:47 15:39:01 1.15 0.00 1.15 0.00 0.00 13.20 0.00 15:47:47 15:40:01 0.95 0.00 0.95 0.00 0.00 11.86 0.00 15:47:47 15:41:01 1.33 0.00 1.33 0.00 0.00 20.26 0.00 15:47:47 15:42:01 0.92 0.00 0.92 0.00 0.00 10.40 0.00 15:47:47 15:43:01 1.13 0.00 1.13 0.00 0.00 13.86 0.00 15:47:47 15:44:01 0.83 0.00 0.83 0.00 0.00 9.60 0.00 15:47:47 15:45:01 1.27 0.00 1.27 0.00 0.00 15.73 0.00 15:47:47 15:46:01 1.33 0.02 1.32 0.00 0.13 15.86 0.00 15:47:47 15:47:01 1.25 0.00 1.25 0.00 0.00 14.66 0.00 15:47:47 Average: 65.41 4.99 60.42 0.00 637.80 21580.08 0.00 15:47:47 15:47:47 15:30:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 15:47:47 15:31:01 29631728 31827044 501868 1.53 105292 2383280 1962600 5.78 1065968 1853612 972 15:47:47 15:32:01 28168824 31734312 557056 1.69 142068 3633360 2168072 6.39 1271892 2987276 171536 15:47:47 15:33:01 26737232 31475264 808216 2.46 217760 4579004 2225208 6.56 1685056 3840264 596 15:47:47 15:34:01 26829428 31746704 541676 1.65 220608 4752156 2043816 6.02 1628076 3813676 240 15:47:47 15:35:01 26353368 31750856 535952 1.63 232572 5173576 1877700 5.53 1665840 4204392 16 15:47:47 15:36:01 26354140 31751528 535132 1.63 232604 5173588 1877700 5.53 1665656 4204400 176 15:47:47 15:37:01 26356244 31753628 533016 1.62 232644 5173588 1877700 5.53 1663504 4204400 12 15:47:47 15:38:01 26356196 31753588 532996 1.62 232652 5173592 1877700 5.53 1663512 4204404 12 15:47:47 15:39:01 26364560 31762084 524496 1.60 232664 5173720 1877700 5.53 1655104 4204532 20 15:47:47 15:40:01 26364220 31761748 524768 1.60 232672 5173720 1877700 5.53 1655140 4204536 36 15:47:47 15:41:01 26364588 31762188 524268 1.59 232688 5173704 1877700 5.53 1655808 4204516 48 15:47:47 15:42:01 26363344 31760948 525460 1.60 232696 5173704 1877700 5.53 1657648 4204516 8 15:47:47 15:43:01 26363764 31761392 525176 1.60 232704 5173712 1877700 5.53 1657356 4204528 12 15:47:47 15:44:01 26363748 31761388 525164 1.60 232704 5173712 1877700 5.53 1657400 4204540 16 15:47:47 15:45:01 26363856 31761504 524872 1.60 232732 5173716 1877700 5.53 1657912 4204544 208 15:47:47 15:46:01 26361796 31759640 526580 1.60 232756 5173720 1889912 5.57 1658004 4204544 32 15:47:47 15:47:01 26361732 31759596 526540 1.60 232784 5173720 1889912 5.57 1657860 4204544 172 15:47:47 Average: 26709339 31743730 545484 1.66 218271 4859151 1931425 5.69 1601279 3950190 10242 15:47:47 15:47:47 15:30:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 15:47:47 15:31:01 docker0 34.54 31.34 2.71 270.27 0.00 0.00 0.00 0.00 15:47:47 15:31:01 vethd1ee239 34.54 31.44 3.18 270.27 0.00 0.00 0.00 0.02 15:47:47 15:31:01 lo 5.73 5.73 0.54 0.54 0.00 0.00 0.00 0.00 15:47:47 15:31:01 ens3 799.55 546.82 5353.42 104.78 0.00 0.00 0.00 0.00 15:47:47 15:32:01 docker0 79.59 94.92 6.16 596.73 0.00 0.00 0.00 0.00 15:47:47 15:32:01 vethf33205b 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 15:47:47 15:32:01 lo 4.73 4.73 0.47 0.47 0.00 0.00 0.00 0.00 15:47:47 15:32:01 ens3 395.57 307.48 6045.72 99.85 0.00 0.00 0.00 0.00 15:47:47 15:33:01 docker0 155.51 321.78 20.67 3938.08 0.00 0.00 0.00 0.00 15:47:47 15:33:01 vethf33205b 0.00 0.10 0.00 0.01 0.00 0.00 0.00 0.00 15:47:47 15:33:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 15:47:47 15:33:01 ens3 396.22 242.11 3979.99 97.67 0.00 0.00 0.00 0.00 15:47:47 15:33:01 vethebb2ccc 0.00 0.10 0.00 0.01 0.00 0.00 0.00 0.00 15:47:47 15:34:01 docker0 7.35 9.15 0.43 40.80 0.00 0.00 0.00 0.00 15:47:47 15:34:01 lo 1.00 1.00 0.10 0.10 0.00 0.00 0.00 0.00 15:47:47 15:34:01 ens3 71.64 55.10 124.53 50.04 0.00 0.00 0.00 0.00 15:47:47 15:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:47:47 15:35:01 lo 1.13 1.13 0.10 0.10 0.00 0.00 0.00 0.00 15:47:47 15:35:01 ens3 116.80 90.22 2524.07 45.04 0.00 0.00 0.00 0.00 15:47:47 15:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:47:47 15:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:47:47 15:36:01 ens3 0.18 0.17 0.08 0.07 0.00 0.00 0.00 0.00 15:47:47 15:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:47:47 15:37:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 15:47:47 15:37:01 ens3 0.07 0.07 0.01 0.01 0.00 0.00 0.00 0.00 15:47:47 15:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:47:47 15:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:47:47 15:38:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:47:47 15:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:47:47 15:39:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 15:47:47 15:39:01 ens3 0.13 0.12 0.01 0.01 0.00 0.00 0.00 0.00 15:47:47 15:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:47:47 15:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:47:47 15:40:01 ens3 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 15:47:47 15:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:47:47 15:41:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 15:47:47 15:41:01 ens3 0.22 0.23 0.08 0.08 0.00 0.00 0.00 0.00 15:47:47 15:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:47:47 15:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:47:47 15:42:01 ens3 0.37 0.37 1.50 0.02 0.00 0.00 0.00 0.00 15:47:47 15:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:47:47 15:43:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 15:47:47 15:43:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 15:47:47 15:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:47:47 15:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:47:47 15:44:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:47:47 15:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:47:47 15:45:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 15:47:47 15:45:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 15:47:47 15:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:47:47 15:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:47:47 15:46:01 ens3 0.18 0.18 0.08 0.07 0.00 0.00 0.00 0.00 15:47:47 15:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:47:47 15:47:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 15:47:47 15:47:01 ens3 0.13 0.13 0.01 0.01 0.00 0.00 0.00 0.00 15:47:47 Average: docker0 16.29 26.89 1.76 285.04 0.00 0.00 0.00 0.00 15:47:47 Average: lo 0.82 0.82 0.08 0.08 0.00 0.00 0.00 0.00 15:47:47 Average: ens3 104.78 73.13 1060.55 23.39 0.00 0.00 0.00 0.00 15:47:47 15:47:47 15:47:47 ---> sar -P ALL: 15:47:47 Linux 5.4.0-94-generic (prd-ubuntu20-04-docker-8c-8g-29824) 09/19/22 _x86_64_ (8 CPU) 15:47:47 15:47:47 15:29:59 LINUX RESTART (8 CPU) 15:47:47 15:47:47 15:30:01 CPU %user %nice %system %iowait %steal %idle 15:47:47 15:31:01 all 9.14 0.00 3.68 3.15 0.06 83.97 15:47:47 15:31:01 0 8.23 0.00 2.88 0.77 0.05 88.07 15:47:47 15:31:01 1 9.30 0.00 4.34 5.01 0.07 81.28 15:47:47 15:31:01 2 8.46 0.00 3.08 0.82 0.05 87.59 15:47:47 15:31:01 3 9.73 0.00 3.88 3.15 0.07 83.17 15:47:47 15:31:01 4 11.83 0.00 3.99 12.94 0.05 71.19 15:47:47 15:31:01 5 9.20 0.00 3.24 0.96 0.05 86.55 15:47:47 15:31:01 6 7.50 0.00 5.08 0.79 0.07 86.56 15:47:47 15:31:01 7 8.89 0.00 2.92 0.76 0.08 87.34 15:47:47 15:32:01 all 15.65 0.00 5.07 2.60 0.07 76.60 15:47:47 15:32:01 0 15.66 0.00 4.89 0.10 0.07 79.28 15:47:47 15:32:01 1 16.52 0.00 5.04 2.72 0.07 75.65 15:47:47 15:32:01 2 15.18 0.00 5.62 0.12 0.07 79.01 15:47:47 15:32:01 3 14.52 0.00 5.26 1.24 0.07 78.91 15:47:47 15:32:01 4 14.18 0.00 4.47 9.45 0.08 71.81 15:47:47 15:32:01 5 16.69 0.00 4.43 1.59 0.08 77.20 15:47:47 15:32:01 6 17.14 0.00 4.97 0.44 0.07 77.38 15:47:47 15:32:01 7 15.27 0.00 5.90 5.20 0.09 73.54 15:47:47 15:33:01 all 10.83 0.00 4.08 3.93 0.07 81.10 15:47:47 15:33:01 0 5.45 0.00 3.77 6.92 0.10 83.76 15:47:47 15:33:01 1 14.70 0.00 4.24 2.18 0.07 78.82 15:47:47 15:33:01 2 8.48 0.00 3.36 3.64 0.05 84.46 15:47:47 15:33:01 3 6.35 0.00 6.95 6.66 0.07 79.98 15:47:47 15:33:01 4 29.55 0.00 4.24 0.27 0.05 65.90 15:47:47 15:33:01 5 10.81 0.00 3.67 2.34 0.07 83.11 15:47:47 15:33:01 6 6.21 0.00 2.25 2.88 0.05 88.61 15:47:47 15:33:01 7 4.77 0.00 4.18 6.65 0.14 84.26 15:47:47 15:34:01 all 22.73 0.00 5.10 1.39 0.07 70.71 15:47:47 15:34:01 0 23.23 0.00 5.33 0.25 0.07 71.12 15:47:47 15:34:01 1 36.29 0.00 5.62 1.93 0.07 56.10 15:47:47 15:34:01 2 22.29 0.00 4.82 0.45 0.08 72.35 15:47:47 15:34:01 3 25.44 0.00 5.39 0.32 0.07 68.78 15:47:47 15:34:01 4 19.01 0.00 4.11 3.03 0.07 73.78 15:47:47 15:34:01 5 16.00 0.00 3.81 1.04 0.05 79.10 15:47:47 15:34:01 6 24.24 0.00 6.53 3.25 0.08 65.89 15:47:47 15:34:01 7 15.31 0.00 5.19 0.86 0.07 78.58 15:47:47 15:35:01 all 3.24 0.00 1.35 0.75 0.02 94.65 15:47:47 15:35:01 0 3.62 0.00 1.71 3.78 0.02 90.87 15:47:47 15:35:01 1 3.07 0.00 1.20 0.02 0.02 95.69 15:47:47 15:35:01 2 3.62 0.00 1.42 0.05 0.02 94.90 15:47:47 15:35:01 3 3.22 0.00 1.16 0.03 0.02 95.58 15:47:47 15:35:01 4 2.98 0.00 1.24 0.00 0.02 95.76 15:47:47 15:35:01 5 2.98 0.00 1.13 1.50 0.03 94.37 15:47:47 15:35:01 6 3.30 0.00 1.22 0.00 0.02 95.46 15:47:47 15:35:01 7 3.12 0.00 1.71 0.62 0.02 94.53 15:47:47 15:36:01 all 0.01 0.00 0.01 0.01 0.01 99.97 15:47:47 15:36:01 0 0.00 0.00 0.02 0.02 0.00 99.97 15:47:47 15:36:01 1 0.02 0.00 0.02 0.00 0.02 99.95 15:47:47 15:36:01 2 0.03 0.00 0.00 0.00 0.00 99.97 15:47:47 15:36:01 3 0.00 0.00 0.00 0.00 0.02 99.98 15:47:47 15:36:01 4 0.02 0.00 0.02 0.00 0.02 99.95 15:47:47 15:36:01 5 0.03 0.00 0.00 0.00 0.00 99.97 15:47:47 15:36:01 6 0.02 0.00 0.00 0.00 0.00 99.98 15:47:47 15:36:01 7 0.00 0.00 0.00 0.03 0.00 99.97 15:47:47 15:37:01 all 0.04 0.00 0.01 0.01 0.01 99.94 15:47:47 15:37:01 0 0.03 0.00 0.02 0.02 0.02 99.92 15:47:47 15:37:01 1 0.05 0.00 0.03 0.00 0.00 99.92 15:47:47 15:37:01 2 0.03 0.00 0.02 0.00 0.00 99.95 15:47:47 15:37:01 3 0.02 0.00 0.02 0.00 0.00 99.97 15:47:47 15:37:01 4 0.05 0.00 0.02 0.00 0.02 99.92 15:47:47 15:37:01 5 0.07 0.00 0.02 0.00 0.02 99.90 15:47:47 15:37:01 6 0.03 0.00 0.00 0.00 0.00 99.97 15:47:47 15:37:01 7 0.02 0.00 0.00 0.03 0.00 99.95 15:47:47 15:38:01 all 0.01 0.00 0.01 0.00 0.00 99.97 15:47:47 15:38:01 0 0.02 0.00 0.02 0.00 0.00 99.97 15:47:47 15:38:01 1 0.02 0.00 0.02 0.00 0.00 99.97 15:47:47 15:38:01 2 0.02 0.00 0.02 0.00 0.00 99.97 15:47:47 15:38:01 3 0.00 0.00 0.00 0.00 0.00 100.00 15:47:47 15:38:01 4 0.03 0.00 0.03 0.00 0.02 99.92 15:47:47 15:38:01 5 0.02 0.00 0.02 0.00 0.00 99.97 15:47:47 15:38:01 6 0.00 0.00 0.00 0.00 0.00 100.00 15:47:47 15:38:01 7 0.00 0.00 0.00 0.00 0.00 100.00 15:47:47 15:39:01 all 0.03 0.00 0.02 0.01 0.01 99.94 15:47:47 15:39:01 0 0.02 0.00 0.02 0.07 0.00 99.90 15:47:47 15:39:01 1 0.05 0.00 0.00 0.00 0.02 99.93 15:47:47 15:39:01 2 0.02 0.00 0.03 0.00 0.00 99.95 15:47:47 15:39:01 3 0.02 0.00 0.02 0.00 0.00 99.97 15:47:47 15:39:01 4 0.05 0.00 0.02 0.00 0.00 99.93 15:47:47 15:39:01 5 0.02 0.00 0.00 0.00 0.02 99.97 15:47:47 15:39:01 6 0.02 0.00 0.07 0.00 0.02 99.90 15:47:47 15:39:01 7 0.02 0.00 0.00 0.03 0.00 99.95 15:47:47 15:40:01 all 0.20 0.00 0.00 0.01 0.00 99.79 15:47:47 15:40:01 0 0.02 0.00 0.00 0.02 0.00 99.97 15:47:47 15:40:01 1 0.03 0.00 0.03 0.00 0.00 99.93 15:47:47 15:40:01 2 0.02 0.00 0.00 0.00 0.00 99.98 15:47:47 15:40:01 3 0.00 0.00 0.00 0.00 0.00 100.00 15:47:47 15:40:01 4 0.00 0.00 0.00 0.00 0.00 100.00 15:47:47 15:40:01 5 1.50 0.00 0.00 0.00 0.00 98.50 15:47:47 15:40:01 6 0.02 0.00 0.00 0.02 0.00 99.97 15:47:47 15:40:01 7 0.00 0.00 0.00 0.03 0.02 99.95 15:47:47 15:41:01 all 0.16 0.00 0.01 0.00 0.00 99.82 15:47:47 15:41:01 0 0.03 0.00 0.02 0.02 0.00 99.93 15:47:47 15:41:01 1 0.08 0.00 0.03 0.00 0.02 99.87 15:47:47 15:41:01 2 0.02 0.00 0.00 0.00 0.00 99.98 15:47:47 15:41:01 3 0.00 0.00 0.02 0.00 0.00 99.98 15:47:47 15:41:01 4 0.00 0.00 0.03 0.00 0.00 99.97 15:47:47 15:41:01 5 1.14 0.00 0.00 0.00 0.00 98.86 15:47:47 15:41:01 6 0.02 0.00 0.00 0.00 0.00 99.98 15:47:47 15:41:01 7 0.00 0.00 0.02 0.02 0.00 99.97 15:47:47 15:47:47 15:41:01 CPU %user %nice %system %iowait %steal %idle 15:47:47 15:42:01 all 0.01 0.00 0.01 0.01 0.00 99.97 15:47:47 15:42:01 0 0.02 0.00 0.00 0.02 0.00 99.97 15:47:47 15:42:01 1 0.05 0.00 0.03 0.00 0.02 99.90 15:47:47 15:42:01 2 0.00 0.00 0.02 0.00 0.00 99.98 15:47:47 15:42:01 3 0.00 0.00 0.00 0.00 0.00 100.00 15:47:47 15:42:01 4 0.00 0.00 0.00 0.00 0.00 100.00 15:47:47 15:42:01 5 0.00 0.00 0.00 0.00 0.02 99.98 15:47:47 15:42:01 6 0.00 0.00 0.02 0.00 0.00 99.98 15:47:47 15:42:01 7 0.02 0.00 0.02 0.03 0.00 99.93 15:47:47 15:43:01 all 0.03 0.00 0.01 0.00 0.00 99.95 15:47:47 15:43:01 0 0.03 0.00 0.02 0.00 0.02 99.93 15:47:47 15:43:01 1 0.05 0.00 0.02 0.00 0.02 99.92 15:47:47 15:43:01 2 0.02 0.00 0.00 0.00 0.00 99.98 15:47:47 15:43:01 3 0.02 0.00 0.00 0.00 0.00 99.98 15:47:47 15:43:01 4 0.00 0.00 0.00 0.00 0.00 100.00 15:47:47 15:43:01 5 0.13 0.00 0.07 0.00 0.00 99.80 15:47:47 15:43:01 6 0.02 0.00 0.00 0.00 0.00 99.98 15:47:47 15:43:01 7 0.00 0.00 0.00 0.03 0.00 99.97 15:47:47 15:44:01 all 0.01 0.00 0.01 0.00 0.01 99.98 15:47:47 15:44:01 0 0.00 0.00 0.00 0.00 0.00 100.00 15:47:47 15:44:01 1 0.03 0.00 0.02 0.00 0.02 99.93 15:47:47 15:44:01 2 0.00 0.00 0.02 0.00 0.02 99.97 15:47:47 15:44:01 3 0.00 0.00 0.02 0.00 0.00 99.98 15:47:47 15:44:01 4 0.02 0.00 0.02 0.00 0.00 99.97 15:47:47 15:44:01 5 0.00 0.00 0.00 0.00 0.02 99.98 15:47:47 15:44:01 6 0.00 0.00 0.00 0.02 0.00 99.98 15:47:47 15:44:01 7 0.00 0.00 0.00 0.00 0.00 100.00 15:47:47 15:45:01 all 0.11 0.00 0.01 0.02 0.00 99.86 15:47:47 15:45:01 0 0.00 0.00 0.00 0.00 0.00 100.00 15:47:47 15:45:01 1 0.03 0.00 0.03 0.00 0.00 99.93 15:47:47 15:45:01 2 0.00 0.00 0.02 0.00 0.00 99.98 15:47:47 15:45:01 3 0.02 0.00 0.00 0.00 0.00 99.98 15:47:47 15:45:01 4 0.00 0.00 0.00 0.00 0.02 99.98 15:47:47 15:45:01 5 0.80 0.00 0.02 0.00 0.00 99.19 15:47:47 15:45:01 6 0.02 0.00 0.02 0.08 0.00 99.88 15:47:47 15:45:01 7 0.00 0.00 0.00 0.05 0.00 99.95 15:47:47 15:46:01 all 0.11 0.00 0.02 0.02 0.00 99.84 15:47:47 15:46:01 0 0.00 0.00 0.03 0.00 0.00 99.97 15:47:47 15:46:01 1 0.03 0.00 0.03 0.00 0.02 99.92 15:47:47 15:46:01 2 0.00 0.00 0.03 0.00 0.00 99.97 15:47:47 15:46:01 3 0.00 0.00 0.00 0.00 0.00 100.00 15:47:47 15:46:01 4 0.02 0.00 0.02 0.00 0.00 99.97 15:47:47 15:46:01 5 0.35 0.00 0.00 0.00 0.00 99.65 15:47:47 15:46:01 6 0.48 0.00 0.03 0.02 0.00 99.47 15:47:47 15:46:01 7 0.02 0.00 0.03 0.15 0.00 99.80 15:47:47 15:47:01 all 0.26 0.00 0.01 0.02 0.00 99.70 15:47:47 15:47:01 0 0.03 0.00 0.03 0.00 0.00 99.93 15:47:47 15:47:01 1 0.03 0.00 0.02 0.00 0.02 99.93 15:47:47 15:47:01 2 0.00 0.00 0.02 0.00 0.00 99.98 15:47:47 15:47:01 3 0.00 0.00 0.00 0.00 0.00 100.00 15:47:47 15:47:01 4 0.00 0.00 0.02 0.00 0.00 99.98 15:47:47 15:47:01 5 0.00 0.00 0.00 0.05 0.00 99.95 15:47:47 15:47:01 6 1.97 0.00 0.00 0.00 0.02 98.01 15:47:47 15:47:01 7 0.00 0.00 0.02 0.15 0.00 99.83 15:47:47 Average: all 3.66 0.00 1.13 0.70 0.02 94.49 15:47:47 Average: 0 3.30 0.00 1.10 0.70 0.02 94.88 15:47:47 Average: 1 4.70 0.00 1.21 0.69 0.02 93.36 15:47:47 Average: 2 3.40 0.00 1.08 0.30 0.02 95.20 15:47:47 Average: 3 3.46 0.00 1.32 0.66 0.02 94.54 15:47:47 Average: 4 4.55 0.00 1.07 1.50 0.02 92.87 15:47:47 Average: 5 3.49 0.00 0.96 0.44 0.02 95.09 15:47:47 Average: 6 3.56 0.00 1.18 0.44 0.02 94.80 15:47:47 Average: 7 2.76 0.00 1.16 0.85 0.02 95.21 15:47:47 15:47:47 15:47:47