Started by user Bill Mahoney Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 7cad7c501d971a86f82a29c9533a93a6d95b4e6d 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-ssh14654344105139865716.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision e143027787c0ac28563f7e92b6cefc600d3b7107 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --resolve-git-dir /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f/.git # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f@tmp/jenkins-gitclient-ssh1188188506180244473.key > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision e143027787c0ac28563f7e92b6cefc600d3b7107 The recommended git tool is: git using credential edgex-jenkins-ssh > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-ui-go/branches/main/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82/.git # timeout=10 Fetching changes from the remote Git repository > 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 > 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/main/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh14069951840032214040.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision e143027787c0ac28563f7e92b6cefc600d3b7107 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f e143027787c0ac28563f7e92b6cefc600d3b7107 # timeout=10 Commit message: "Merge pull request #442 from ernestojeda/golang-1.21" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 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-ssh8116711580609401096.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 > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-ui-go/branches/main/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e/.git # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags 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/main/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh13777507055941219467.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 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 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:edgex-ui-go] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-ui-go-settings PROJECT: edgex-ui-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.21 USE_ALPINE: true DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_IMAGE_NAME: edgex-ui DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘prd-ubuntu20.04-docker-8c-8g-10275’ Running on prd-ubuntu20.04-docker-8c-8g-10279 in /w/workspace/edgexfoundry_edgex-ui-go_main [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_main # 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 Avoid second fetch Checking out Revision 7cad7c501d971a86f82a29c9533a93a6d95b4e6d (main) Commit message: "Merge pull request #641 from MonicaisHer/remove-snap" > git config core.sparsecheckout # timeout=10 > git checkout -f 7cad7c501d971a86f82a29c9533a93a6d95b4e6d # timeout=10 > git rev-list --no-walk 7cad7c501d971a86f82a29c9533a93a6d95b4e6d # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 20:56:33 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 20:56:33 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 20:56:33 ========================================================= 20:56:33 EdgeX Global Pipelines Version Info 20:56:33 ========================================================= [Pipeline] libraryResource [Pipeline] sh 20:56:34 ------------------- 20:56:34 stable info: 20:56:34 ------------------- 20:56:34 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 20:56:34 Commit SHA: e143027787c0ac28563f7e92b6cefc600d3b7107 20:56:34 Message: update stable to v1.0.254 20:56:34 ------------------- 20:56:34 experimental info: 20:56:34 ------------------- 20:56:34 Commited By: **** collab-it+edgex@linuxfoundation.org 20:56:34 Commit SHA: e143027787c0ac28563f7e92b6cefc600d3b7107 20:56:34 Message: update experimental to v1.0.254 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 20:56:35 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-ui-go-settings [Pipeline] echo 20:56:35 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-ui-go [Pipeline] echo 20:56:35 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 20:56:35 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 20:56:35 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 20:56:35 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.21 [Pipeline] echo 20:56:35 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 20:56:35 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 20:56:35 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 20:56:35 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 20:56:35 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 20:56:35 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = edgex-ui [Pipeline] echo 20:56:35 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 20:56:35 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 20:56:35 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 20:56:35 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 20:56:35 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 20:56:35 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 20:56:35 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 20:56:35 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 20:56:35 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 20:56:35 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 20:56:35 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 20:56:35 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 20:56:35 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 20:56:35 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 20:56:35 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 20:56:35 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo 20:56:35 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo 20:56:35 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo 20:56:35 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 7cad7c501d971a86f82a29c9533a93a6d95b4e6d [Pipeline] echo 20:56:35 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 7cad7c5 [Pipeline] echo 20:56:35 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 20:56:35 provisioning config files... 20:56:35 copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_main@tmp/config8564125231452197372tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 20:56:35 ---> docker-login.sh 20:56:35 nexus3.edgexfoundry.org:10001 20:56:36 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:56:36 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:56:36 Configure a credential helper to remove this warning. See 20:56:36 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:56:36 20:56:36 Login Succeeded 20:56:36 nexus3.edgexfoundry.org:10002 20:56:36 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:56:36 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:56:36 Configure a credential helper to remove this warning. See 20:56:36 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:56:36 20:56:36 Login Succeeded 20:56:36 nexus3.edgexfoundry.org:10003 20:56:36 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:56:36 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:56:36 Configure a credential helper to remove this warning. See 20:56:36 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:56:36 20:56:36 Login Succeeded 20:56:36 nexus3.edgexfoundry.org:10004 20:56:36 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:56:36 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:56:36 Configure a credential helper to remove this warning. See 20:56:36 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:56:36 20:56:36 Login Succeeded 20:56:36 docker.io 20:56:36 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:56:36 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:56:36 Configure a credential helper to remove this warning. See 20:56:36 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:56:36 20:56:36 Login Succeeded 20:56:36 ---> docker-login.sh ends [Pipeline] } 20:56:36 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 20:56:37 + git rev-list -1 --merges 7cad7c501d971a86f82a29c9533a93a6d95b4e6d~1..7cad7c501d971a86f82a29c9533a93a6d95b4e6d [Pipeline] echo 20:56:37 -----------> git rev-list -1 --merges 7cad7c501d971a86f82a29c9533a93a6d95b4e6d~1..7cad7c501d971a86f82a29c9533a93a6d95b4e6d 7cad7c501d971a86f82a29c9533a93a6d95b4e6d 20:56:37 7cad7c501d971a86f82a29c9533a93a6d95b4e6d [false] [Pipeline] sh 20:56:37 + git log --format=format:%s -1 7cad7c501d971a86f82a29c9533a93a6d95b4e6d [Pipeline] echo 20:56:37 ========================================================= 20:56:37 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 20:56:37 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 20:56:37 + git log --format=format:%s -1 7cad7c501d971a86f82a29c9533a93a6d95b4e6d [Pipeline] echo 20:56:37 [semverPrep] GIT_COMMIT: 7cad7c501d971a86f82a29c9533a93a6d95b4e6d, Commit Message: Merge pull request #641 from MonicaisHer/remove-snap [Pipeline] echo 20:56:37 [semverPrep] This is not a build commit. [Pipeline] sh 20:56:38 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 20:56:38 + grep -v github /etc/ssh/ssh_known_hosts 20:56:38 + [ -e /tmp/ssh_known_hosts ] 20:56:38 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 20:56:38 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 20:56:38 + sudo tee -a /etc/ssh/ssh_known_hosts 20:56:38 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:56:38 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 20:56:38 20:56:38 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:56:38 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 20:56:38 0.1.4: Pulling from edgex-devops/py-git-semver 20:56:38 b85a868b505f: Pulling fs layer 20:56:38 e2be974225ed: Pulling fs layer 20:56:38 339a4e72a1f5: Pulling fs layer 20:56:38 988bab9f4d93: Pulling fs layer 20:56:38 1469e6f7b9e6: Pulling fs layer 20:56:38 eaf3925da568: Pulling fs layer 20:56:38 bab4dde63d76: Pulling fs layer 20:56:38 bde34c3a00c8: Pulling fs layer 20:56:38 b352a97aabf1: Pulling fs layer 20:56:38 4872d77fe225: Pulling fs layer 20:56:38 5851b861e8e6: Pulling fs layer 20:56:38 1469e6f7b9e6: Waiting 20:56:38 eaf3925da568: Waiting 20:56:38 988bab9f4d93: Waiting 20:56:38 bab4dde63d76: Waiting 20:56:38 bde34c3a00c8: Waiting 20:56:38 b352a97aabf1: Waiting 20:56:38 4872d77fe225: Waiting 20:56:38 5851b861e8e6: Waiting 20:56:38 988bab9f4d93: Verifying Checksum 20:56:38 988bab9f4d93: Download complete 20:56:38 1469e6f7b9e6: Verifying Checksum 20:56:38 1469e6f7b9e6: Download complete 20:56:38 eaf3925da568: Verifying Checksum 20:56:38 eaf3925da568: Download complete 20:56:38 339a4e72a1f5: Verifying Checksum 20:56:38 339a4e72a1f5: Download complete 20:56:39 bde34c3a00c8: Download complete 20:56:39 b352a97aabf1: Verifying Checksum 20:56:39 b352a97aabf1: Download complete 20:56:39 4872d77fe225: Download complete 20:56:39 5851b861e8e6: Verifying Checksum 20:56:39 5851b861e8e6: Download complete 20:56:39 b85a868b505f: Download complete 20:56:39 bab4dde63d76: Verifying Checksum 20:56:39 bab4dde63d76: Download complete 20:56:40 b85a868b505f: Pull complete 20:56:40 e2be974225ed: Pull complete 20:56:40 339a4e72a1f5: Pull complete 20:56:40 988bab9f4d93: Pull complete 20:56:41 1469e6f7b9e6: Pull complete 20:56:41 eaf3925da568: Pull complete 20:56:42 bab4dde63d76: Pull complete 20:56:42 bde34c3a00c8: Pull complete 20:56:42 b352a97aabf1: Pull complete 20:56:42 4872d77fe225: Pull complete 20:56:43 5851b861e8e6: Pull complete 20:56:43 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 20:56:43 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 20:56:43 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 20:56:43 prd-ubuntu20.04-docker-8c-8g-10279 does not seem to be running inside a container 20:56:43 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_edgex-ui-go_main -v /w/workspace/edgexfoundry_edgex-ui-go_main:/w/workspace/edgexfoundry_edgex-ui-go_main:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_main@tmp:/w/workspace/edgexfoundry_edgex-ui-go_main@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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 20:56:45 $ docker top fab9bcb2fde85a13bf5aa09c3c67cf3f9935963fc4a9d46b31b83700dc526689 -eo pid,comm 20:56:46 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). 20:56:46 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 20:56:46 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 20:56:46 [ssh-agent] Looking for ssh-agent implementation... 20:56:46 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 20:56:46 $ docker exec fab9bcb2fde85a13bf5aa09c3c67cf3f9935963fc4a9d46b31b83700dc526689 ssh-agent 20:56:46 SSH_AUTH_SOCK=/tmp/ssh-I166lyjvWv0H/agent.32 20:56:46 SSH_AGENT_PID=38 20:56:46 Running ssh-add (command line suppressed) 20:56:46 Identity added: /w/workspace/edgexfoundry_edgex-ui-go_main@tmp/private_key_17283779002166580403.key (/w/workspace/edgexfoundry_edgex-ui-go_main@tmp/private_key_17283779002166580403.key) 20:56:46 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 20:56:46 + git tag --points-at HEAD [Pipeline] } 20:56:46 $ docker exec --env ******** --env ******** fab9bcb2fde85a13bf5aa09c3c67cf3f9935963fc4a9d46b31b83700dc526689 ssh-agent -k 20:56:46 unset SSH_AUTH_SOCK; 20:56:46 unset SSH_AGENT_PID; 20:56:46 echo Agent pid 38 killed; 20:56:46 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 20:56:46 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 20:56:46 [ssh-agent] Looking for ssh-agent implementation... 20:56:46 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 20:56:46 $ docker exec fab9bcb2fde85a13bf5aa09c3c67cf3f9935963fc4a9d46b31b83700dc526689 ssh-agent 20:56:47 SSH_AUTH_SOCK=/tmp/ssh-x5qD386fjVpa/agent.70 20:56:47 SSH_AGENT_PID=76 20:56:47 Running ssh-add (command line suppressed) 20:56:47 Identity added: /w/workspace/edgexfoundry_edgex-ui-go_main@tmp/private_key_1786917170394997466.key (/w/workspace/edgexfoundry_edgex-ui-go_main@tmp/private_key_1786917170394997466.key) 20:56:47 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 20:56:47 + git semver init 20:56:47 2023-10-24 20:56:47,653 [run_init] DEBUG init version:0.0.0 force:False 20:56:47 2023-10-24 20:56:47,654 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgexfoundry_edgex-ui-go_main/.semver 20:56:47 2023-10-24 20:56:47,654 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-ui-go.git /w/workspace/edgexfoundry_edgex-ui-go_main/.semver 20:56:47 2023-10-24 20:56:47,654 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/edgex-ui-go.git', '/w/workspace/edgexfoundry_edgex-ui-go_main/.semver'], cwd=/w/workspace/edgexfoundry_edgex-ui-go_main, universal_newlines=False, shell=None, istream=None) 20:56:49 2023-10-24 20:56:49,295 [append_file] DEBUG append to file:/w/workspace/edgexfoundry_edgex-ui-go_main/.git/info/exclude 20:56:49 2023-10-24 20:56:49,295 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgexfoundry_edgex-ui-go_main/.semver/main with force:False 20:56:49 2023-10-24 20:56:49,296 [read_version] DEBUG read version from /w/workspace/edgexfoundry_edgex-ui-go_main/.semver/main 20:56:49 2023-10-24 20:56:49,296 [read_version] DEBUG read version from /w/workspace/edgexfoundry_edgex-ui-go_main/.semver/main 20:56:49 3.1.0-dev.7 [Pipeline] } 20:56:49 $ docker exec --env ******** --env ******** fab9bcb2fde85a13bf5aa09c3c67cf3f9935963fc4a9d46b31b83700dc526689 ssh-agent -k 20:56:49 unset SSH_AUTH_SOCK; 20:56:49 unset SSH_AGENT_PID; 20:56:49 echo Agent pid 76 killed; 20:56:49 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 20:56:50 + git semver [Pipeline] } 20:56:50 $ docker stop --time=1 fab9bcb2fde85a13bf5aa09c3c67cf3f9935963fc4a9d46b31b83700dc526689 20:56:51 $ docker rm -f --volumes fab9bcb2fde85a13bf5aa09c3c67cf3f9935963fc4a9d46b31b83700dc526689 [Pipeline] // withDockerContainer [Pipeline] sh 20:56:51 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 20:56:52 Stashed 1 file(s) [Pipeline] echo 20:56:52 [edgeXSemver]: initialized semver on version 3.1.0-dev.7 [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 20:56:52 provisioning config files... 20:56:52 copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_main@tmp/config7998949139227003173tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 20:56:52 ---> docker-login.sh 20:56:52 nexus3.edgexfoundry.org:10001 20:56:52 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:56:52 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:56:52 Configure a credential helper to remove this warning. See 20:56:52 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:56:52 20:56:52 Login Succeeded 20:56:52 nexus3.edgexfoundry.org:10002 20:56:52 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:56:52 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:56:52 Configure a credential helper to remove this warning. See 20:56:52 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:56:52 20:56:52 Login Succeeded 20:56:52 nexus3.edgexfoundry.org:10003 20:56:52 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:56:52 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:56:52 Configure a credential helper to remove this warning. See 20:56:52 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:56:52 20:56:52 Login Succeeded 20:56:52 nexus3.edgexfoundry.org:10004 20:56:52 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:56:52 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:56:52 Configure a credential helper to remove this warning. See 20:56:52 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:56:52 20:56:52 Login Succeeded 20:56:52 docker.io 20:56:53 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:56:53 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:56:53 Configure a credential helper to remove this warning. See 20:56:53 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:56:53 20:56:53 Login Succeeded 20:56:53 ---> docker-login.sh ends [Pipeline] } 20:56:53 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 20:56:53 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 20:56:53 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 20:56:53 ========================================================= 20:56:53 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine] 20:56:53 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:56:53 + docker build -t ci-base-image-x86_64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine --build-arg MAKE=echo noop --target=builder . 20:56:53 Sending build context to Docker daemon 48.81MB 20:56:53 Step 1/15 : ARG BASE=golang:1.21-alpine3.18 20:56:53 Step 2/15 : FROM ${BASE} AS builder 20:56:53 1.21-alpine: Pulling from edgex-devops/edgex-golang-base 20:56:53 7264a8db6415: Pulling fs layer 20:56:53 c4d48a809fc2: Pulling fs layer 20:56:53 4f1c88b9dad5: Pulling fs layer 20:56:53 ad3a456e5733: Pulling fs layer 20:56:53 33e27b845d1e: Pulling fs layer 20:56:53 c68163c4e522: Pulling fs layer 20:56:53 50da416c3ac9: Pulling fs layer 20:56:53 23d2d4c4bb30: Pulling fs layer 20:56:53 33e27b845d1e: Waiting 20:56:53 ad3a456e5733: Waiting 20:56:53 50da416c3ac9: Waiting 20:56:53 23d2d4c4bb30: Waiting 20:56:53 c4d48a809fc2: Download complete 20:56:53 ad3a456e5733: Download complete 20:56:53 33e27b845d1e: Verifying Checksum 20:56:53 33e27b845d1e: Download complete 20:56:53 7264a8db6415: Verifying Checksum 20:56:53 7264a8db6415: Download complete 20:56:53 c68163c4e522: Verifying Checksum 20:56:53 c68163c4e522: Download complete 20:56:54 7264a8db6415: Pull complete 20:56:54 23d2d4c4bb30: Verifying Checksum 20:56:54 23d2d4c4bb30: Download complete 20:56:54 c4d48a809fc2: Pull complete 20:56:54 4f1c88b9dad5: Verifying Checksum 20:56:54 4f1c88b9dad5: Download complete 20:56:54 50da416c3ac9: Verifying Checksum 20:56:54 50da416c3ac9: Download complete 20:56:58 4f1c88b9dad5: Pull complete 20:56:58 ad3a456e5733: Pull complete 20:56:58 33e27b845d1e: Pull complete 20:56:58 c68163c4e522: Pull complete 20:57:00 50da416c3ac9: Pull complete 20:57:00 23d2d4c4bb30: Pull complete 20:57:00 Digest: sha256:869f8081a9cc57a47d9be3c92245bb8518e7edea9beab93563b77b0fbed5fa8c 20:57:00 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine 20:57:00 ---> 0786185ac409 20:57:00 Step 3/15 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" 20:57:04 ---> Running in f7481b9b3a7e 20:57:04 Removing intermediate container f7481b9b3a7e 20:57:04 ---> 8b66f65bc838 20:57:04 Step 4/15 : ARG ALPINE_PKG_BASE="make git" 20:57:04 ---> Running in f76579d6c8d7 20:57:04 Removing intermediate container f76579d6c8d7 20:57:04 ---> bdfb7d733f45 20:57:04 Step 5/15 : ARG ALPINE_PKG_EXTRA="" 20:57:04 ---> Running in a3457aad4ab9 20:57:04 Removing intermediate container a3457aad4ab9 20:57:04 ---> bdea9d0d0f04 20:57:04 Step 6/15 : LABEL Name=edgex-ui-go 20:57:04 ---> Running in bdadcc1186df 20:57:04 Removing intermediate container bdadcc1186df 20:57:04 ---> e649b1f84a24 20:57:04 Step 7/15 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2023: Intel' 20:57:04 ---> Running in f22c15485794 20:57:04 Removing intermediate container f22c15485794 20:57:04 ---> 7eef3f332a5e 20:57:04 Step 8/15 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 20:57:05 latest: Pulling from library/docker 20:57:05 96526aa774ef: Pulling fs layer 20:57:05 636b7876979d: Pulling fs layer 20:57:05 4f4fb700ef54: Pulling fs layer 20:57:05 130a3e1e7df5: Pulling fs layer 20:57:05 60190b130ff2: Pulling fs layer 20:57:05 9ce2dbd107eb: Pulling fs layer 20:57:05 c711618a8d74: Pulling fs layer 20:57:05 b1a9d1fa736b: Pulling fs layer 20:57:05 7a915d3d782d: Pulling fs layer 20:57:05 63fa7f453749: Pulling fs layer 20:57:05 ce8f4a45972f: Pulling fs layer 20:57:05 a88060cc894f: Pulling fs layer 20:57:05 09e0ea80a90a: Pulling fs layer 20:57:05 60190b130ff2: Waiting 20:57:05 9ce2dbd107eb: Waiting 20:57:05 6831f6f9e30f: Pulling fs layer 20:57:05 c711618a8d74: Waiting 20:57:05 ce8f4a45972f: Waiting 20:57:05 b1a9d1fa736b: Waiting 20:57:05 a88060cc894f: Waiting 20:57:05 7a915d3d782d: Waiting 20:57:05 09e0ea80a90a: Waiting 20:57:05 63fa7f453749: Waiting 20:57:05 6831f6f9e30f: Waiting 20:57:05 130a3e1e7df5: Waiting 20:57:05 4f4fb700ef54: Verifying Checksum 20:57:05 4f4fb700ef54: Download complete 20:57:05 636b7876979d: Verifying Checksum 20:57:05 636b7876979d: Download complete 20:57:05 96526aa774ef: Verifying Checksum 20:57:05 96526aa774ef: Download complete 20:57:05 96526aa774ef: Pull complete 20:57:05 636b7876979d: Pull complete 20:57:05 130a3e1e7df5: Verifying Checksum 20:57:05 130a3e1e7df5: Download complete 20:57:05 9ce2dbd107eb: Verifying Checksum 20:57:05 9ce2dbd107eb: Download complete 20:57:05 4f4fb700ef54: Pull complete 20:57:05 b1a9d1fa736b: Verifying Checksum 20:57:05 b1a9d1fa736b: Download complete 20:57:05 c711618a8d74: Verifying Checksum 20:57:05 c711618a8d74: Download complete 20:57:06 60190b130ff2: Verifying Checksum 20:57:06 60190b130ff2: Download complete 20:57:06 130a3e1e7df5: Pull complete 20:57:06 7a915d3d782d: Verifying Checksum 20:57:06 7a915d3d782d: Download complete 20:57:06 ce8f4a45972f: Verifying Checksum 20:57:06 ce8f4a45972f: Download complete 20:57:06 63fa7f453749: Verifying Checksum 20:57:06 63fa7f453749: Download complete 20:57:06 09e0ea80a90a: Download complete 20:57:06 6831f6f9e30f: Verifying Checksum 20:57:06 6831f6f9e30f: Download complete 20:57:06 60190b130ff2: Pull complete 20:57:07 9ce2dbd107eb: Pull complete 20:57:07 a88060cc894f: Verifying Checksum 20:57:07 a88060cc894f: Download complete 20:57:07 c711618a8d74: Pull complete 20:57:07 b1a9d1fa736b: Pull complete 20:57:07 7a915d3d782d: Pull complete 20:57:07 Still waiting to schedule task 20:57:07 All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline 20:57:07 63fa7f453749: Pull complete 20:57:07 ce8f4a45972f: Pull complete 20:57:08 a88060cc894f: Pull complete 20:57:08 09e0ea80a90a: Pull complete 20:57:08 6831f6f9e30f: Pull complete 20:57:08 Digest: sha256:0752ca4e936da012c173c119217c0f9599b3b191c1557e53206d5d06d2627580 20:57:08 Status: Downloaded newer image for docker:latest 20:57:09 ---> aa6e7dd5b1ea 20:57:09 Step 9/15 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 20:57:10 ---> Running in 5d3bf24431b6 20:57:10 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 20:57:10 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 20:57:10 OK: 264 MiB in 52 packages 20:57:10 Removing intermediate container 5d3bf24431b6 20:57:10 ---> 08ea109034b3 20:57:10 Step 10/15 : ENV GO111MODULE=on 20:57:10 ---> Running in 07064b38899a 20:57:11 Removing intermediate container 07064b38899a 20:57:11 ---> 94fc0a0bfc08 20:57:11 Step 11/15 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go 20:57:11 ---> Running in 8d2271e5f589 20:57:11 Removing intermediate container 8d2271e5f589 20:57:11 ---> 9cd263d6f251 20:57:11 Step 12/15 : COPY go.mod vendor* ./ 20:57:11 ---> d7107ea0ab5b 20:57:11 Step 13/15 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:57:11 ---> Running in 1da19214a2a0 20:57:58 Removing intermediate container 1da19214a2a0 20:57:58 ---> 9a072362c4db 20:57:58 Step 14/15 : COPY . . 20:57:58 ---> 0a51764fe392 20:57:58 Step 15/15 : RUN ${MAKE} 20:57:58 ---> Running in 39717f124906 20:57:58 noop 20:57:58 Removing intermediate container 39717f124906 20:57:58 ---> 7354fe5a4f8a 20:57:58 Successfully built 7354fe5a4f8a 20:57:58 Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:57:59 + docker inspect -f . ci-base-image-x86_64 20:57:59 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 20:57:59 prd-ubuntu20.04-docker-8c-8g-10279 does not seem to be running inside a container 20:57:59 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgexfoundry_edgex-ui-go_main -v /w/workspace/edgexfoundry_edgex-ui-go_main:/w/workspace/edgexfoundry_edgex-ui-go_main:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_main@tmp:/w/workspace/edgexfoundry_edgex-ui-go_main@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 ******** ci-base-image-x86_64 cat 20:57:59 $ docker top e6defb047fa3c13e84cb9a6a0a3b783186a4159d687cda648b7e2d709b5ec37a -eo pid,comm [Pipeline] { [Pipeline] sh 20:57:59 + go version 20:57:59 go version go1.21.0 linux/amd64 [Pipeline] } 20:57:59 $ docker stop --time=1 e6defb047fa3c13e84cb9a6a0a3b783186a4159d687cda648b7e2d709b5ec37a 20:58:01 $ docker rm -f --volumes e6defb047fa3c13e84cb9a6a0a3b783186a4159d687cda648b7e2d709b5ec37a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:58:01 + docker inspect -f . ci-base-image-x86_64 20:58:01 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 20:58:01 prd-ubuntu20.04-docker-8c-8g-10279 does not seem to be running inside a container 20:58:01 $ 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_main -v /w/workspace/edgexfoundry_edgex-ui-go_main:/w/workspace/edgexfoundry_edgex-ui-go_main:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_main@tmp:/w/workspace/edgexfoundry_edgex-ui-go_main@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 ******** ci-base-image-x86_64 cat 20:58:02 $ docker top d8759a72a3927a2499a7abc4dcbd9772742660df96ae7d6925ffb8d4a6e0a36d -eo pid,comm [Pipeline] { [Pipeline] sh 20:58:02 + git config --global --add safe.directory /w/workspace/edgexfoundry_edgex-ui-go_main [Pipeline] fileExists [Pipeline] sh 20:58:02 + make test 20:58:02 CGO_ENABLED=0 GO111MODULE=on go test -tags "no_messagebus" -coverprofile=coverage.out ./... 20:58:03 ? github.com/edgexfoundry/edgex-ui-go [no test files] 20:58:11 ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] 20:58:11 ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] 20:58:11 ? github.com/edgexfoundry/edgex-ui-go/internal/common [no test files] 20:58:11 ? github.com/edgexfoundry/edgex-ui-go/internal/config [no test files] 20:58:11 ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] 20:58:11 ? github.com/edgexfoundry/edgex-ui-go/internal/container [no test files] 20:58:11 ? github.com/edgexfoundry/edgex-ui-go/internal/service [no test files] 20:58:11 ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] 20:58:11 CGO_ENABLED=0 GO111MODULE=on go vet -tags "no_messagebus" ./... 20:58:13 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 20:58:13 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 20:58:13 ./bin/test-attribution-txt.sh 20:58:13 make -C web test 20:58:13 make[1]: Entering directory '/w/workspace/edgexfoundry_edgex-ui-go_main/web' 20:58:13 make[1]: tput: No such file or directory 20:58:13 make[1]: tput: No such file or directory 20:58:13 warning: generating ./VERSION 20:58:13 echo "0.0.0" > VERSION 20:58:13 docker build \ 20:58:13 -f Dockerfile \ 20:58:13 --build-arg USER=1000 \ 20:58:13 \ 20:58:13 --label "git_sha=7cad7c501d971a86f82a29c9533a93a6d95b4e6d" \ 20:58:13 -t edgexfoundry/edgex-web-ui:7cad7c501d971a86f82a29c9533a93a6d95b4e6d \ 20:58:13 -t edgexfoundry/edgex-web-ui:0.0.0-dev \ 20:58:13 . 20:58:13 DEPRECATED: The legacy builder is deprecated and will be removed in a future release. 20:58:13 Install the buildx component to build images with BuildKit: 20:58:13 https://docs.docker.com/go/buildx/ 20:58:13 20:58:13 Sending build context to Docker daemon 2.706MB 20:58:13 Step 1/11 : FROM node:18-alpine3.18 20:58:13 18-alpine3.18: Pulling from library/node 20:58:13 96526aa774ef: Already exists 20:58:13 3130715204cf: Pulling fs layer 20:58:13 b06de8ab1c4f: Pulling fs layer 20:58:13 90ef3ffc5156: Pulling fs layer 20:58:13 90ef3ffc5156: Download complete 20:58:13 b06de8ab1c4f: Verifying Checksum 20:58:13 b06de8ab1c4f: Download complete 20:58:13 3130715204cf: Verifying Checksum 20:58:13 3130715204cf: Download complete 20:58:15 3130715204cf: Pull complete 20:58:15 b06de8ab1c4f: Pull complete 20:58:15 90ef3ffc5156: Pull complete 20:58:15 Digest: sha256:435dcad253bb5b7f347ebc69c8cc52de7c912eb7241098b920f2fc2d7843183d 20:58:15 Status: Downloaded newer image for node:18-alpine3.18 20:58:15 ---> d1517ab6615b 20:58:15 Step 2/11 : RUN apk add --no-cache chromium 20:58:18 ---> Running in 43c4b320da7a 20:58:18 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 20:58:18 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 20:58:18 (1/154) Installing libexpat (2.5.0-r1) 20:58:18 (2/154) Installing brotli-libs (1.0.9-r14) 20:58:18 (3/154) Installing libbz2 (1.0.8-r5) 20:58:18 (4/154) Installing libpng (1.6.39-r3) 20:58:18 (5/154) Installing freetype (2.13.0-r5) 20:58:18 (6/154) Installing fontconfig (2.14.2-r3) 20:58:18 (7/154) Installing libfontenc (1.1.7-r2) 20:58:18 (8/154) Installing mkfontscale (1.2.2-r3) 20:58:18 (9/154) Installing font-opensans (0_git20210927-r1) 20:58:18 (10/154) Installing pkgconf (1.9.5-r0) 20:58:18 (11/154) Installing libffi (3.4.4-r2) 20:58:18 (12/154) Installing libintl (0.21.1-r7) 20:58:18 (13/154) Installing libblkid (2.38.1-r8) 20:58:18 (14/154) Installing libmount (2.38.1-r8) 20:58:18 (15/154) Installing pcre2 (10.42-r1) 20:58:18 (16/154) Installing glib (2.76.4-r0) 20:58:18 (17/154) Installing xz-libs (5.4.3-r0) 20:58:18 (18/154) Installing libxml2 (2.11.4-r0) 20:58:18 (19/154) Installing shared-mime-info (2.2-r5) 20:58:18 (20/154) Installing hicolor-icon-theme (0.17-r2) 20:58:18 (21/154) Installing libjpeg-turbo (2.1.5.1-r3) 20:58:18 (22/154) Installing libwebp (1.3.2-r0) 20:58:18 (23/154) Installing zstd-libs (1.5.5-r4) 20:58:18 (24/154) Installing tiff (4.5.1-r0) 20:58:18 (25/154) Installing gdk-pixbuf (2.42.10-r5) 20:58:18 (26/154) Installing gtk-update-icon-cache (3.24.38-r1) 20:58:18 (27/154) Installing libxau (1.0.11-r2) 20:58:18 (28/154) Installing libmd (1.0.4-r2) 20:58:18 (29/154) Installing libbsd (0.11.7-r1) 20:58:18 (30/154) Installing libxdmcp (1.1.4-r2) 20:58:18 (31/154) Installing libxcb (1.15-r1) 20:58:18 (32/154) Installing libx11 (1.8.4-r4) 20:58:18 (33/154) Installing libxcomposite (0.4.6-r3) 20:58:18 (34/154) Installing libxfixes (6.0.1-r2) 20:58:18 (35/154) Installing libxrender (0.9.11-r3) 20:58:18 (36/154) Installing libxcursor (1.2.1-r2) 20:58:18 (37/154) Installing libxdamage (1.1.6-r2) 20:58:18 (38/154) Installing libxext (1.3.5-r2) 20:58:18 (39/154) Installing libxi (1.8.1-r0) 20:58:18 (40/154) Installing libxinerama (1.1.5-r2) 20:58:18 (41/154) Installing libxrandr (1.5.3-r2) 20:58:18 (42/154) Installing libatk-1.0 (2.48.3-r0) 20:58:18 (43/154) Installing libxtst (1.2.4-r2) 20:58:18 (44/154) Installing dbus-libs (1.14.8-r0) 20:58:18 (45/154) Installing at-spi2-core (2.48.3-r0) 20:58:18 (46/154) Installing libatk-bridge-2.0 (2.48.3-r0) 20:58:18 (47/154) Installing pixman (0.42.2-r1) 20:58:18 (48/154) Installing cairo (1.17.8-r1) 20:58:18 (49/154) Installing cairo-gobject (1.17.8-r1) 20:58:18 (50/154) Installing avahi-libs (0.8-r13) 20:58:18 (51/154) Installing gmp (6.2.1-r3) 20:58:18 (52/154) Installing nettle (3.8.1-r2) 20:58:18 (53/154) Installing libunistring (1.1-r1) 20:58:19 (54/154) Installing libidn2 (2.3.4-r1) 20:58:19 (55/154) Installing p11-kit (0.24.1-r2) 20:58:19 (56/154) Installing libtasn1 (4.19.0-r1) 20:58:19 (57/154) Installing gnutls (3.8.0-r2) 20:58:19 (58/154) Installing cups-libs (2.4.7-r0) 20:58:19 (59/154) Installing libepoxy (1.5.10-r1) 20:58:19 (60/154) Installing fribidi (1.0.13-r0) 20:58:19 (61/154) Installing graphite2 (1.3.14-r5) 20:58:19 (62/154) Installing harfbuzz (7.3.0-r0) 20:58:19 (63/154) Installing libxft (2.3.8-r1) 20:58:19 (64/154) Installing pango (1.50.14-r1) 20:58:19 (65/154) Installing wayland-libs-client (1.22.0-r2) 20:58:19 (66/154) Installing wayland-libs-cursor (1.22.0-r2) 20:58:19 (67/154) Installing wayland-libs-egl (1.22.0-r2) 20:58:19 (68/154) Installing xkeyboard-config (2.38-r0) 20:58:19 (69/154) Installing libxkbcommon (1.5.0-r2) 20:58:19 (70/154) Installing gtk+3.0 (3.24.38-r1) 20:58:19 Executing gtk+3.0-3.24.38-r1.post-install 20:58:19 (71/154) Installing icu-data-full (73.2-r2) 20:58:19 (72/154) Installing mesa (23.0.4-r0) 20:58:19 (73/154) Installing llvm15-libs (15.0.7-r6) 20:58:20 (74/154) Installing hwdata-pci (0.370-r0) 20:58:20 (75/154) Installing libpciaccess (0.17-r2) 20:58:20 (76/154) Installing libdrm (2.4.115-r4) 20:58:20 (77/154) Installing musl-fts (1.2.7-r5) 20:58:20 (78/154) Installing libelf (0.189-r2) 20:58:20 (79/154) Installing mesa-glapi (23.0.4-r0) 20:58:20 (80/154) Installing mesa-dri-gallium (23.0.4-r0) 20:58:20 (81/154) Installing eudev-libs (3.2.11-r8) 20:58:20 (82/154) Installing libmagic (5.45-r0) 20:58:20 (83/154) Installing file (5.45-r0) 20:58:20 (84/154) Installing libice (1.1.1-r2) 20:58:20 (85/154) Installing libuuid (2.38.1-r8) 20:58:20 (86/154) Installing libsm (1.2.4-r1) 20:58:20 (87/154) Installing libxt (1.3.0-r2) 20:58:20 (88/154) Installing libxmu (1.1.4-r2) 20:58:20 (89/154) Installing xset (1.2.5-r1) 20:58:20 (90/154) Installing xprop (1.2.6-r0) 20:58:20 (91/154) Installing xdg-utils (1.1.3-r4) 20:58:20 (92/154) Installing libogg (1.3.5-r4) 20:58:20 (93/154) Installing flac-libs (1.4.3-r0) 20:58:20 (94/154) Installing alsa-lib (1.2.9-r1) 20:58:20 (95/154) Installing libatomic (12.2.1_git20220924-r10) 20:58:20 (96/154) Installing svt-av1-libs (1.6.0-r0) 20:58:20 (97/154) Installing aom-libs (3.6.1-r0) 20:58:20 (98/154) Installing libva (2.18.0-r1) 20:58:20 (99/154) Installing libvdpau (1.5-r1) 20:58:20 (100/154) Installing onevpl-libs (2023.2.1-r0) 20:58:20 (101/154) Installing ffmpeg-libavutil (6.0-r15) 20:58:20 (102/154) Installing libdav1d (1.2.1-r0) 20:58:20 (103/154) Installing libhwy (1.0.4-r1) 20:58:20 (104/154) Installing lcms2 (2.15-r2) 20:58:20 (105/154) Installing libjxl (0.8.2-r0) 20:58:20 (106/154) Installing lame-libs (3.100-r5) 20:58:20 (107/154) Installing opus (1.4-r0) 20:58:20 (108/154) Installing libgomp (12.2.1_git20220924-r10) 20:58:20 (109/154) Installing soxr (0.1.3-r5) 20:58:20 (110/154) Installing ffmpeg-libswresample (6.0-r15) 20:58:20 (111/154) Installing libtheora (1.1.1-r17) 20:58:20 (112/154) Installing libvorbis (1.3.7-r1) 20:58:20 (113/154) Installing libvpx (1.13.0-r2) 20:58:20 (114/154) Installing x264-libs (0.164_git20220602-r1) 20:58:21 (115/154) Installing numactl (2.0.16-r4) 20:58:21 (116/154) Installing x265-libs (3.5-r4) 20:58:21 (117/154) Installing xvidcore (1.3.7-r1) 20:58:21 (118/154) Installing ffmpeg-libavcodec (6.0-r15) 20:58:21 (119/154) Installing libbluray (1.3.4-r0) 20:58:21 (120/154) Installing mpg123-libs (1.31.3-r1) 20:58:21 (121/154) Installing libopenmpt (0.7.2-r0) 20:58:21 (122/154) Installing cjson (1.7.15-r4) 20:58:21 (123/154) Installing mbedtls (2.28.5-r0) 20:58:21 (124/154) Installing librist (0.2.7-r0) 20:58:21 (125/154) Installing libsrt (1.5.2-r0) 20:58:21 (126/154) Installing libssh (0.10.5-r0) 20:58:21 (127/154) Installing libsodium (1.0.18-r3) 20:58:21 (128/154) Installing libzmq (4.3.4-r4) 20:58:21 (129/154) Installing ffmpeg-libavformat (6.0-r15) 20:58:21 (130/154) Installing libevent (2.1.12-r6) 20:58:21 (131/154) Installing wayland-libs-server (1.22.0-r2) 20:58:21 (132/154) Installing mesa-gbm (23.0.4-r0) 20:58:21 (133/154) Installing harfbuzz-subset (7.3.0-r0) 20:58:21 (134/154) Installing icu-libs (73.2-r2) 20:58:21 (135/154) Installing jsoncpp (1.9.5-r0) 20:58:21 (136/154) Installing minizip (1.2.13-r1) 20:58:21 (137/154) Installing nspr (4.35-r2) 20:58:21 (138/154) Installing sqlite-libs (3.41.2-r2) 20:58:21 (139/154) Installing nss (3.91-r0) 20:58:21 (140/154) Installing pipewire-libs (0.3.70-r1) 20:58:21 (141/154) Installing libasyncns (0.8-r1) 20:58:21 (142/154) Installing libltdl (2.4.7-r2) 20:58:21 (143/154) Installing orc (0.4.34-r0) 20:58:21 (144/154) Installing libsndfile (1.2.0-r2) 20:58:21 (145/154) Installing speexdsp (1.2.1-r1) 20:58:21 (146/154) Installing tdb-libs (1.4.8-r1) 20:58:21 (147/154) Installing libpulse (16.1-r10) 20:58:21 (148/154) Installing snappy (1.1.10-r1) 20:58:21 (149/154) Installing libwoff2common (1.0.2-r2) 20:58:21 (150/154) Installing libwoff2enc (1.0.2-r2) 20:58:21 (151/154) Installing libgpg-error (1.47-r1) 20:58:21 (152/154) Installing libgcrypt (1.10.2-r1) 20:58:21 (153/154) Installing libxslt (1.1.38-r0) 20:58:21 (154/154) Installing chromium (117.0.5938.62-r0) 20:58:22 Executing busybox-1.36.1-r2.trigger 20:58:22 Executing fontconfig-2.14.2-r3.trigger 20:58:22 Executing mkfontscale-1.2.2-r3.trigger 20:58:22 Executing glib-2.76.4-r0.trigger 20:58:22 Executing shared-mime-info-2.2-r5.trigger 20:58:23 Executing gdk-pixbuf-2.42.10-r5.trigger 20:58:23 Executing gtk-update-icon-cache-3.24.38-r1.trigger 20:58:23 OK: 576 MiB in 171 packages 20:58:31 Removing intermediate container 43c4b320da7a 20:58:31 ---> 543628be7a4f 20:58:31 Step 3/11 : ENV CHROME_BIN=/usr/bin/chromium-browser 20:58:31 ---> Running in daeb6e39ca88 20:58:31 Removing intermediate container daeb6e39ca88 20:58:31 ---> 14362fea4bb0 20:58:31 Step 4/11 : ENV NODE_OPTIONS=--openssl-legacy-provider 20:58:31 ---> Running in 9f040c7642af 20:58:31 Removing intermediate container 9f040c7642af 20:58:31 ---> a97c45107ca3 20:58:31 Step 5/11 : ENV PATH /app/node_modules/.bin:$PATH 20:58:31 ---> Running in 2b79da532799 20:58:31 Removing intermediate container 2b79da532799 20:58:31 ---> dffc9241869a 20:58:31 Step 6/11 : RUN npm install -g npm 20:58:31 ---> Running in ef98d136d5fd 20:58:38 20:58:38 removed 2 packages, and changed 69 packages in 6s 20:58:38 20:58:38 29 packages are looking for funding 20:58:38 run `npm fund` for details 20:58:39 Removing intermediate container ef98d136d5fd 20:58:39 ---> 273d70285aac 20:58:39 Step 7/11 : ARG USER=1000 20:58:39 ---> Running in cf8ad8967647 20:58:39 Removing intermediate container cf8ad8967647 20:58:39 ---> d0163aefa73f 20:58:39 Step 8/11 : RUN deluser --remove-home node && adduser -u $USER -D -s /bin/sh node 20:58:39 ---> Running in e0f73cf97017 20:58:39 Removing intermediate container e0f73cf97017 20:58:39 ---> 07489c94d287 20:58:39 Step 9/11 : USER $USER:$USER 20:58:39 ---> Running in 3a3d8d4c89a8 20:58:40 Removing intermediate container 3a3d8d4c89a8 20:58:40 ---> 7f214d191c7b 20:58:40 Step 10/11 : WORKDIR /app 20:58:40 ---> Running in 4e5c2e8f1e0b 20:58:40 Removing intermediate container 4e5c2e8f1e0b 20:58:40 ---> 0359fe3c09a0 20:58:40 Step 11/11 : LABEL git_sha=7cad7c501d971a86f82a29c9533a93a6d95b4e6d 20:58:40 ---> Running in 51cfc9b5dbe6 20:58:40 Removing intermediate container 51cfc9b5dbe6 20:58:40 ---> b1e63e0e5cf4 20:58:40 Successfully built b1e63e0e5cf4 20:58:40 Successfully tagged edgexfoundry/edgex-web-ui:7cad7c501d971a86f82a29c9533a93a6d95b4e6d 20:58:40 Successfully tagged edgexfoundry/edgex-web-ui:0.0.0-dev 20:58:40 touch edgex-web-ui.imagebuilt 20:58:40 mkdir -p node_modules coverage 20:58:40 chown "1000:1000" node_modules coverage package-lock.json 20:58:40 docker run --rm -i -v "$(pwd):/app" -u "1000:1000" edgexfoundry/edgex-web-ui:0.0.0-dev npm install 20:58:41 npm WARN EBADENGINE Unsupported engine { 20:58:41 npm WARN EBADENGINE package: '@angular-devkit/architect@0.1202.4', 20:58:41 npm WARN EBADENGINE required: { 20:58:41 npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', 20:58:41 npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', 20:58:41 npm WARN EBADENGINE yarn: '>= 1.13.0' 20:58:41 npm WARN EBADENGINE }, 20:58:41 npm WARN EBADENGINE current: { node: 'v18.18.2', npm: '10.2.1' } 20:58:41 npm WARN EBADENGINE } 20:58:41 npm WARN EBADENGINE Unsupported engine { 20:58:41 npm WARN EBADENGINE package: '@angular-devkit/build-angular@12.2.4', 20:58:41 npm WARN EBADENGINE required: { 20:58:41 npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', 20:58:41 npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', 20:58:41 npm WARN EBADENGINE yarn: '>= 1.13.0' 20:58:41 npm WARN EBADENGINE }, 20:58:41 npm WARN EBADENGINE current: { node: 'v18.18.2', npm: '10.2.1' } 20:58:41 npm WARN EBADENGINE } 20:58:41 npm WARN EBADENGINE Unsupported engine { 20:58:41 npm WARN EBADENGINE package: '@angular-devkit/build-optimizer@0.1202.4', 20:58:41 npm WARN EBADENGINE required: { 20:58:41 npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', 20:58:41 npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', 20:58:41 npm WARN EBADENGINE yarn: '>= 1.13.0' 20:58:41 npm WARN EBADENGINE }, 20:58:41 npm WARN EBADENGINE current: { node: 'v18.18.2', npm: '10.2.1' } 20:58:41 npm WARN EBADENGINE } 20:58:41 npm WARN EBADENGINE Unsupported engine { 20:58:41 npm WARN EBADENGINE package: '@angular-devkit/build-webpack@0.1202.4', 20:58:41 npm WARN EBADENGINE required: { 20:58:41 npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', 20:58:41 npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', 20:58:41 npm WARN EBADENGINE yarn: '>= 1.13.0' 20:58:41 npm WARN EBADENGINE }, 20:58:41 npm WARN EBADENGINE current: { node: 'v18.18.2', npm: '10.2.1' } 20:58:41 npm WARN EBADENGINE } 20:58:41 npm WARN EBADENGINE Unsupported engine { 20:58:41 npm WARN EBADENGINE package: '@angular-devkit/core@12.2.4', 20:58:41 npm WARN EBADENGINE required: { 20:58:41 npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', 20:58:41 npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', 20:58:41 npm WARN EBADENGINE yarn: '>= 1.13.0' 20:58:41 npm WARN EBADENGINE }, 20:58:41 npm WARN EBADENGINE current: { node: 'v18.18.2', npm: '10.2.1' } 20:58:41 npm WARN EBADENGINE } 20:58:41 npm WARN EBADENGINE Unsupported engine { 20:58:41 npm WARN EBADENGINE package: '@angular-devkit/schematics@12.2.4', 20:58:41 npm WARN EBADENGINE required: { 20:58:41 npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', 20:58:41 npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', 20:58:41 npm WARN EBADENGINE yarn: '>= 1.13.0' 20:58:41 npm WARN EBADENGINE }, 20:58:41 npm WARN EBADENGINE current: { node: 'v18.18.2', npm: '10.2.1' } 20:58:41 npm WARN EBADENGINE } 20:58:41 npm WARN EBADENGINE Unsupported engine { 20:58:41 npm WARN EBADENGINE package: '@angular/cli@12.2.4', 20:58:41 npm WARN EBADENGINE required: { 20:58:41 npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', 20:58:41 npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', 20:58:41 npm WARN EBADENGINE yarn: '>= 1.13.0' 20:58:41 npm WARN EBADENGINE }, 20:58:41 npm WARN EBADENGINE current: { node: 'v18.18.2', npm: '10.2.1' } 20:58:41 npm WARN EBADENGINE } 20:58:41 npm WARN EBADENGINE Unsupported engine { 20:58:41 npm WARN EBADENGINE package: '@ngtools/webpack@12.2.4', 20:58:41 npm WARN EBADENGINE required: { 20:58:41 npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', 20:58:41 npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', 20:58:41 npm WARN EBADENGINE yarn: '>= 1.13.0' 20:58:41 npm WARN EBADENGINE }, 20:58:41 npm WARN EBADENGINE current: { node: 'v18.18.2', npm: '10.2.1' } 20:58:41 npm WARN EBADENGINE } 20:58:41 npm WARN EBADENGINE Unsupported engine { 20:58:41 npm WARN EBADENGINE package: '@schematics/angular@12.2.4', 20:58:41 npm WARN EBADENGINE required: { 20:58:41 npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', 20:58:41 npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', 20:58:41 npm WARN EBADENGINE yarn: '>= 1.13.0' 20:58:41 npm WARN EBADENGINE }, 20:58:41 npm WARN EBADENGINE current: { node: 'v18.18.2', npm: '10.2.1' } 20:58:41 npm WARN EBADENGINE } 20:58:54 npm WARN deprecated resolve-url@0.2.1: https://github.com/lydell/resolve-url#deprecated 20:58:54 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 20:58:54 npm WARN deprecated urix@0.1.0: Please see https://github.com/lydell/urix#deprecated 20:58:54 npm WARN deprecated source-map-resolve@0.6.0: See https://github.com/lydell/source-map-resolve#deprecated 20:58:54 npm WARN deprecated sourcemap-codec@1.4.8: Please use @jridgewell/sourcemap-codec instead 20:58:54 npm WARN deprecated har-validator@5.1.5: this library is no longer supported 20:58:54 npm WARN deprecated flatten@1.0.3: flatten is deprecated in favor of utility frameworks such as lodash. 20:58:54 npm WARN deprecated @npmcli/move-file@1.1.2: This functionality has been moved to @npmcli/fs 20:58:54 npm WARN deprecated source-map-url@0.4.1: See https://github.com/lydell/source-map-url#deprecated 20:58:54 npm WARN deprecated source-map-resolve@0.5.3: See https://github.com/lydell/source-map-resolve#deprecated 20:58:54 npm WARN deprecated querystring@0.2.0: The querystring API is considered Legacy. new code should use the URLSearchParams API instead. 20:58:54 npm WARN deprecated source-map-resolve@0.5.3: See https://github.com/lydell/source-map-resolve#deprecated 20:58:54 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. 20:58:54 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. 20:58:54 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. 20:58:54 npm WARN deprecated chokidar@2.1.8: Chokidar 2 does not receive security updates since 2019. Upgrade to chokidar 3 with 15x fewer dependencies 20:58:55 npm WARN deprecated request@2.88.2: request has been deprecated, see https://github.com/request/request/issues/3142 20:58:57 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 20:58:57 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 20:59:00 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. 20:59:03 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. 20:59:08 20:59:08 added 1478 packages, and audited 1479 packages in 28s 20:59:08 20:59:08 77 vulnerabilities (1 low, 53 moderate, 18 high, 5 critical) 20:59:08 20:59:08 To address issues that do not require attention, run: 20:59:08 npm audit fix 20:59:08 20:59:08 To address all issues (including breaking changes), run: 20:59:08 npm audit fix --force 20:59:08 20:59:08 Run `npm audit` for details. 20:59:16 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 20:59:17 - Generating browser application bundles (phase: setup)... 20:59:21 Compiling @angular/core : es2015 as esm2015 20:59:21 Compiling @angular/compiler/testing : es2015 as esm2015 20:59:24 Compiling @angular/core/testing : es2015 as esm2015 20:59:24 Compiling @angular/common : es2015 as esm2015 20:59:24 Compiling @angular/platform-browser : es2015 as esm2015 20:59:24 Compiling @angular/common/testing : es2015 as esm2015 20:59:25 Compiling @angular/common/http : es2015 as esm2015 20:59:25 Compiling @angular/platform-browser-dynamic : es2015 as esm2015 20:59:25 Compiling @angular/platform-browser/testing : es2015 as esm2015 20:59:25 Compiling @angular/forms : es2015 as esm2015 20:59:25 Compiling @angular/router : es2015 as esm2015 20:59:25 Compiling @angular/platform-browser-dynamic/testing : es2015 as esm2015 20:59:25 Compiling @angular/common/http/testing : es2015 as esm2015 20:59:27 Compiling @angular/router/testing : es2015 as esm2015 20:59:31 24 10 2023 20:59:30.926:INFO [karma-server]: Karma v6.3.16 server started at http://localhost:9876/ 20:59:31 24 10 2023 20:59:30.928:INFO [launcher]: Launching browsers ChromeHeadlessNoSandbox with concurrency unlimited 20:59:31 24 10 2023 20:59:30.931:INFO [launcher]: Starting browser ChromeHeadless 20:59:40 Running on prd-ubuntu20.04-docker-arm64-4c-16g-10281 in /w/workspace/edgexfoundry_edgex-ui-go_main [Pipeline] { [Pipeline] ws 20:59:40 Running in /w/workspace/edgex-ui-go/126 [Pipeline] { [Pipeline] checkout 20:59:40 The recommended git tool is: git 20:59:41 ✔ Browser application bundle generation complete. 20:59:41 24 10 2023 20:59:40.259:INFO [Chrome Headless 117.0.5938.62 (Linux x86_64)]: Connected on socket xMCoLFkwo4py4YmKAAAB with id 5322561 20:59:42 Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 0 of 147 SUCCESS (0 secs / 0 secs) 20:59:42 Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 1 of 147 SUCCESS (0 secs / 0.163 secs) 20:59:42 Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 2 of 147 SUCCESS (0 secs / 0.194 secs) 20:59:42 Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 3 of 147 SUCCESS (0 secs / 0.208 secs) 20:59:42 Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 4 of 147 SUCCESS (0 secs / 0.211 secs) 20:59:42 Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 5 of 147 SUCCESS (0 secs / 0.224 secs) 20:59:42 Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 6 of 147 SUCCESS (0 secs / 0.232 secs) 20:59:43 Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 7 of 147 SUCCESS (0 secs / 0.252 secs) 20:59:43 Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 8 of 147 SUCCESS (0 secs / 0.258 secs) 20:59:43 Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 9 of 147 SUCCESS (0 secs / 0.267 secs) 20:59:43 ERROR: 'NG0304: 'router-outlet' is not a known element: 20:59:43 1. If 'router-outlet' is an Angular component, then verify that it is part of this module. 20:59:43 2. If 'router-outlet' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.' 20:59:43 Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 9 of 147 SUCCESS (0 secs / 0.267 secs) 20:59:43 ERROR: 'NG0304: 'router-outlet' is not a known element: 20:59:43 1. If 'router-outlet' is an Angular component, then verify that it is part of this module. 20:59:43 2. If 'router-outlet' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.' 20:59:43 Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 10 of 147 SUCCESS (0 secs / 0.271 secs) 20:59:43 Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 11 of 147 SUCCESS (0 secs / 0.288 secs) 20:59:43 Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 12 of 147 SUCCESS (0 secs / 0.304 secs) 20:59:43 Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 13 of 147 SUCCESS (0 secs / 0.308 secs) 20:59:43 Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 14 of 147 SUCCESS (0 secs / 0.312 secs) 20:59:43 Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 15 of 147 SUCCESS (0 secs / 0.316 secs) 20:59:43 Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 16 of 147 SUCCESS (0 secs / 0.324 secs) 20:59:43 Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 17 of 147 SUCCESS (0 secs / 0.366 secs) 20:59:43 Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 18 of 147 SUCCESS (0 secs / 0.377 secs) 20:59:43 Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 19 of 147 SUCCESS (0 secs / 0.403 secs) 20:59:43 Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 20 of 147 SUCCESS (0 secs / 0.41 secs) 20:59:43 Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 21 of 147 SUCCESS (0 secs / 0.416 secs) 20:59:43 Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 22 of 147 SUCCESS (0 secs / 0.423 secs) 20:59:43 Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 23 of 147 SUCCESS (0 secs / 0.425 secs) 20:59:43 Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 24 of 147 SUCCESS (0 secs / 0.427 secs) 20:59:43 Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 25 of 147 SUCCESS (0 secs / 0.428 secs) 20:59:43 Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 26 of 147 SUCCESS (0 secs / 0.43 secs) 20:59:43 Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 27 of 147 SUCCESS (0 secs / 0.459 secs) 20:59:43 Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 28 of 147 SUCCESS (0 secs / 0.469 secs) 20:59:43 Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 29 of 147 SUCCESS (0 secs / 0.473 secs) 20:59:43 Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 30 of 147 SUCCESS (0 secs / 0.476 secs) 20:59:43 Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 31 of 147 SUCCESS (0 secs / 0.479 secs) 20:59:43 Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 32 of 147 SUCCESS (0 secs / 0.502 secs) 20:59:43 Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 33 of 147 SUCCESS (0 secs / 0.511 secs) 20:59:43 Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 34 of 147 SUCCESS (0 secs / 0.533 secs) 20:59:43 Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 35 of 147 SUCCESS (0 secs / 0.538 secs) 20:59:43 Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 36 of 147 SUCCESS (0 secs / 0.542 secs) 20:59:43 Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 37 of 147 SUCCESS (0 secs / 0.55 secs) 20:59:43 Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 38 of 147 SUCCESS (0 secs / 0.552 secs) 20:59:43 Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 39 of 147 SUCCESS (0 secs / 0.554 secs) 20:59:43 Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 40 of 147 SUCCESS (0 secs / 0.567 secs) 20:59:43 Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 41 of 147 SUCCESS (0 secs / 0.586 secs) 20:59:43 Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 42 of 147 SUCCESS (0 secs / 0.588 secs) 20:59:43 Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 43 of 147 SUCCESS (0 secs / 0.64 secs) 20:59:43 Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 44 of 147 SUCCESS (0 secs / 0.643 secs) 20:59:43 Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 45 of 147 SUCCESS (0 secs / 0.67 secs) 20:59:43 Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 46 of 147 SUCCESS (0 secs / 0.678 secs) 20:59:43 Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 47 of 147 SUCCESS (0 secs / 0.691 secs) 20:59:43 Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 48 of 147 SUCCESS (0 secs / 0.698 secs) 20:59:43 Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 49 of 147 SUCCESS (0 secs / 0.701 secs) 20:59:43 Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 50 of 147 SUCCESS (0 secs / 0.719 secs) 20:59:43 Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 51 of 147 SUCCESS (0 secs / 0.737 secs) 20:59:43 Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 52 of 147 SUCCESS (0 secs / 0.744 secs) 20:59:43 Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 53 of 147 SUCCESS (0 secs / 0.779 secs) 20:59:43 Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 54 of 147 SUCCESS (0 secs / 0.787 secs) 20:59:43 Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 55 of 147 SUCCESS (0 secs / 0.798 secs) 20:59:43 Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 56 of 147 SUCCESS (0 secs / 0.8 secs) 20:59:43 Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 57 of 147 SUCCESS (0 secs / 0.801 secs) 20:59:43 Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 58 of 147 SUCCESS (0 secs / 0.821 secs) 20:59:43 Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 59 of 147 SUCCESS (0 secs / 0.828 secs) 20:59:43 Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 60 of 147 SUCCESS (0 secs / 0.837 secs) 20:59:43 Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 61 of 147 SUCCESS (0 secs / 0.843 secs) 20:59:43 Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 62 of 147 SUCCESS (0 secs / 0.845 secs) 20:59:44 Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 63 of 147 SUCCESS (0 secs / 0.892 secs) 20:59:44 Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 64 of 147 SUCCESS (0 secs / 0.918 secs) 20:59:44 Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 65 of 147 SUCCESS (0 secs / 0.934 secs) 20:59:44 Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 66 of 147 SUCCESS (0 secs / 0.942 secs) 20:59:44 Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 67 of 147 SUCCESS (0 secs / 0.958 secs) 20:59:44 Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 68 of 147 SUCCESS (0 secs / 0.972 secs) 20:59:44 Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 69 of 147 SUCCESS (0 secs / 0.974 secs) 20:59:44 Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 70 of 147 SUCCESS (0 secs / 0.977 secs) 20:59:44 Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 71 of 147 SUCCESS (0 secs / 0.98 secs) 20:59:44 Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 72 of 147 SUCCESS (0 secs / 0.983 secs) 20:59:44 Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 73 of 147 SUCCESS (0 secs / 0.99 secs) 20:59:44 Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 74 of 147 SUCCESS (0 secs / 0.994 secs) 20:59:44 Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 75 of 147 SUCCESS (0 secs / 1 sec) 20:59:44 Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 76 of 147 SUCCESS (0 secs / 1.002 secs) 20:59:44 Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 77 of 147 SUCCESS (0 secs / 1.004 secs) 20:59:44 Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 78 of 147 SUCCESS (0 secs / 1.019 secs) 20:59:44 Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 79 of 147 SUCCESS (0 secs / 1.03 secs) 20:59:44 Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 80 of 147 SUCCESS (0 secs / 1.033 secs) 20:59:44 Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 81 of 147 SUCCESS (0 secs / 1.036 secs) 20:59:44 Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 82 of 147 SUCCESS (0 secs / 1.042 secs) 20:59:44 Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 83 of 147 SUCCESS (0 secs / 1.047 secs) 20:59:44 Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 84 of 147 SUCCESS (0 secs / 1.049 secs) 20:59:44 Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 85 of 147 SUCCESS (0 secs / 1.05 secs) 20:59:44 Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 86 of 147 SUCCESS (0 secs / 1.059 secs) 20:59:44 Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 87 of 147 SUCCESS (0 secs / 1.062 secs) 20:59:44 Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 88 of 147 SUCCESS (0 secs / 1.064 secs) 20:59:44 Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 89 of 147 SUCCESS (0 secs / 1.073 secs) 20:59:44 Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 90 of 147 SUCCESS (0 secs / 1.092 secs) 20:59:44 Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 91 of 147 SUCCESS (0 secs / 1.118 secs) 20:59:44 Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 92 of 147 SUCCESS (0 secs / 1.124 secs) 20:59:44 Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 93 of 147 SUCCESS (0 secs / 1.134 secs) 20:59:44 Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 94 of 147 SUCCESS (0 secs / 1.149 secs) 20:59:44 Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 95 of 147 SUCCESS (0 secs / 1.166 secs) 20:59:44 Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 96 of 147 SUCCESS (0 secs / 1.174 secs) 20:59:44 Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 97 of 147 SUCCESS (0 secs / 1.177 secs) 20:59:44 Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 98 of 147 SUCCESS (0 secs / 1.178 secs) 20:59:44 Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 99 of 147 SUCCESS (0 secs / 1.193 secs) 20:59:44 Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 100 of 147 SUCCESS (0 secs / 1.199 secs) 20:59:44 Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 101 of 147 SUCCESS (0 secs / 1.205 secs) 20:59:44 Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 102 of 147 SUCCESS (0 secs / 1.23 secs) 20:59:44 Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 103 of 147 SUCCESS (0 secs / 1.241 secs) 20:59:44 Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 104 of 147 SUCCESS (0 secs / 1.245 secs) 20:59:44 Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 105 of 147 SUCCESS (0 secs / 1.25 secs) 20:59:44 Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 106 of 147 SUCCESS (0 secs / 1.261 secs) 20:59:44 Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 107 of 147 SUCCESS (0 secs / 1.263 secs) 20:59:44 Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 108 of 147 SUCCESS (0 secs / 1.264 secs) 20:59:44 Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 109 of 147 SUCCESS (0 secs / 1.276 secs) 20:59:44 Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 110 of 147 SUCCESS (0 secs / 1.291 secs) 20:59:44 Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 111 of 147 SUCCESS (0 secs / 1.319 secs) 20:59:44 Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 112 of 147 SUCCESS (0 secs / 1.333 secs) 20:59:44 Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 113 of 147 SUCCESS (0 secs / 1.342 secs) 20:59:44 Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 114 of 147 SUCCESS (0 secs / 1.363 secs) 20:59:44 Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 115 of 147 SUCCESS (0 secs / 1.386 secs) 20:59:44 Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 116 of 147 SUCCESS (0 secs / 1.405 secs) 20:59:44 Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 117 of 147 SUCCESS (0 secs / 1.407 secs) 20:59:44 Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 118 of 147 SUCCESS (0 secs / 1.408 secs) 20:59:44 Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 119 of 147 SUCCESS (0 secs / 1.415 secs) 20:59:44 Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 120 of 147 SUCCESS (0 secs / 1.435 secs) 20:59:44 Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 121 of 147 SUCCESS (0 secs / 1.44 secs) 20:59:44 Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 122 of 147 SUCCESS (0 secs / 1.447 secs) 20:59:44 Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 123 of 147 SUCCESS (0 secs / 1.454 secs) 20:59:44 Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 124 of 147 SUCCESS (0 secs / 1.471 secs) 20:59:44 Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 125 of 147 SUCCESS (0 secs / 1.474 secs) 20:59:44 Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 126 of 147 SUCCESS (0 secs / 1.482 secs) 20:59:44 Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 127 of 147 SUCCESS (0 secs / 1.488 secs) 20:59:44 Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 128 of 147 SUCCESS (0 secs / 1.494 secs) 20:59:44 Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 129 of 147 SUCCESS (0 secs / 1.496 secs) 20:59:44 Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 130 of 147 SUCCESS (0 secs / 1.499 secs) 20:59:44 Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 131 of 147 SUCCESS (0 secs / 1.501 secs) 20:59:44 Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 132 of 147 SUCCESS (0 secs / 1.516 secs) 20:59:44 Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 133 of 147 SUCCESS (0 secs / 1.52 secs) 20:59:44 Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 134 of 147 SUCCESS (0 secs / 1.531 secs) 20:59:44 Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 135 of 147 SUCCESS (0 secs / 1.545 secs) 20:59:44 Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 136 of 147 SUCCESS (0 secs / 1.563 secs) 20:59:44 Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 137 of 147 SUCCESS (0 secs / 1.57 secs) 20:59:44 Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 138 of 147 SUCCESS (0 secs / 1.573 secs) 20:59:44 Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 139 of 147 SUCCESS (0 secs / 1.575 secs) 20:59:44 WARN: ' 20:59:44 It looks like you're using ngModel on the same form field as formControlName. 20:59:44 Support for using the ngModel input property and ngModelChange event with 20:59:44 reactive form directives has been deprecated in Angular v6 and will be removed 20:59:44 in a future version of Angular. 20:59:44 20:59:44 For more information on this, see our API docs here: 20:59:44 https://angular.io/api/forms/FormControlName#use-with-ngmodel 20:59:44 ' 20:59:44 Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 139 of 147 SUCCESS (0 secs / 1.575 secs) 20:59:44 WARN: ' 20:59:44 It looks like you're using ngModel on the same form field as formControlName. 20:59:44 Support for using the ngModel input property and ngModelChange event with 20:59:44 reactive form directives has been deprecated in Angular v6 and will be removed 20:59:44 in a future version of Angular. 20:59:44 20:59:44 For more information on this, see our API docs here: 20:59:44 https://angular.io/api/forms/FormControlName#use-with-ngmodel 20:59:44 ' 20:59:44 Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 140 of 147 SUCCESS (0 secs / 1.593 secs) 20:59:44 Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 141 of 147 SUCCESS (0 secs / 1.595 secs) 20:59:44 Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 142 of 147 SUCCESS (0 secs / 1.596 secs) 20:59:44 Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 143 of 147 SUCCESS (0 secs / 1.603 secs) 20:59:44 Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 144 of 147 SUCCESS (0 secs / 1.611 secs) 20:59:45 Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 145 of 147 SUCCESS (0 secs / 1.621 secs) 20:59:45 Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 146 of 147 SUCCESS (0 secs / 1.627 secs) 20:59:45 Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 147 of 147 SUCCESS (0 secs / 1.643 secs) 20:59:45 Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 147 of 147 SUCCESS (2.293 secs / 1.643 secs) 20:59:45 TOTAL: 147 SUCCESS 20:59:45 ✔ Browser application bundle generation complete. 20:59:45 20:59:45 =============================== Coverage summary =============================== 20:59:45 Statements : 41.06% ( 1474/3590 ) 20:59:45 Branches : 11.75% ( 114/970 ) 20:59:45 Functions : 32.29% ( 423/1310 ) 20:59:45 Lines : 39.05% ( 1329/3403 ) 20:59:45 ================================================================================ 20:59:45 ✔ Browser application bundle generation complete. 20:59:46 make[1]: Leaving directory '/w/workspace/edgexfoundry_edgex-ui-go_main/web' [Pipeline] echo 20:59:46 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 20:59:46 $ docker stop --time=1 d8759a72a3927a2499a7abc4dcbd9772742660df96ae7d6925ffb8d4a6e0a36d 20:59:47 $ docker rm -f --volumes d8759a72a3927a2499a7abc4dcbd9772742660df96ae7d6925ffb8d4a6e0a36d [Pipeline] // withDockerContainer [Pipeline] sh 20:59:47 + sudo chown -R jenkins:jenkins . [Pipeline] stash 20:59:48 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 20:59:48 using credential edgex-jenkins-ssh 20:59:48 Cloning the remote Git repository 20:59:49 + sudo chown -R jenkins:jenkins . 20:59:49 Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git 20:59:49 > git init /w/workspace/edgex-ui-go/126 # timeout=10 [Pipeline] sh 20:59:49 + ls -al . 20:59:49 total 176 20:59:49 drwxrwxr-x 13 jenkins jenkins 4096 Oct 24 20:58 . 20:59:49 drwxrwxr-x 4 jenkins jenkins 4096 Oct 24 20:56 .. 20:59:49 drwxrwxr-x 2 jenkins jenkins 4096 Oct 24 20:56 .blubracket 20:59:49 -rw-rw-r-- 1 jenkins jenkins 18 Oct 24 20:56 .dockerignore 20:59:49 drwxrwxr-x 8 jenkins jenkins 4096 Oct 24 20:56 .git 20:59:49 drwxrwxr-x 3 jenkins jenkins 4096 Oct 24 20:56 .github 20:59:49 -rw-rw-r-- 1 jenkins jenkins 135 Oct 24 20:56 .gitignore 20:59:49 drwxr-xr-x 3 jenkins jenkins 4096 Oct 24 20:56 .semver 20:59:49 -rw-rw-r-- 1 jenkins jenkins 8418 Oct 24 20:56 Attribution.txt 20:59:49 -rw-rw-r-- 1 jenkins jenkins 19103 Oct 24 20:56 CHANGELOG.md 20:59:49 -rw-rw-r-- 1 jenkins jenkins 3959 Oct 24 20:56 CONTRIBUTING.md 20:59:49 -rw-rw-r-- 1 jenkins jenkins 1788 Oct 24 20:56 Dockerfile 20:59:49 -rw-rw-r-- 1 jenkins jenkins 652 Oct 24 20:56 Jenkinsfile 20:59:49 -rw-rw-r-- 1 jenkins jenkins 11357 Oct 24 20:56 LICENSE 20:59:49 -rw-rw-r-- 1 jenkins jenkins 2134 Oct 24 20:56 Makefile 20:59:49 -rw-rw-r-- 1 jenkins jenkins 4381 Oct 24 20:56 README.md 20:59:49 -rw-rw-r-- 1 jenkins jenkins 11 Oct 24 20:56 VERSION 20:59:49 drwxrwxr-x 3 jenkins jenkins 4096 Oct 24 20:56 assets 20:59:49 drwxrwxr-x 2 jenkins jenkins 4096 Oct 24 20:56 bin 20:59:49 drwxrwxr-x 3 jenkins jenkins 4096 Oct 24 20:56 cmd 20:59:49 -rw-r--r-- 1 jenkins jenkins 10 Oct 24 20:58 coverage.out 20:59:49 drwxrwxr-x 2 jenkins jenkins 4096 Oct 24 20:56 docs 20:59:49 -rw-rw-r-- 1 jenkins jenkins 2999 Oct 24 20:56 go.mod 20:59:49 -rw-rw-r-- 1 jenkins jenkins 30528 Oct 24 20:56 go.sum 20:59:49 drwxrwxr-x 8 jenkins jenkins 4096 Oct 24 20:56 internal 20:59:49 drwxrwxr-x 4 jenkins jenkins 4096 Oct 24 20:56 testing 20:59:49 -rw-rw-r-- 1 jenkins jenkins 155 Oct 24 20:56 version.go 20:59:49 drwxrwxr-x 6 jenkins jenkins 4096 Oct 24 20:58 web [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:59:50 + 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=7cad7c501d971a86f82a29c9533a93a6d95b4e6d --label arch=amd64 --label version=3.1.0-dev.7 . 20:59:50 Sending build context to Docker daemon 51.51MB 20:59:50 Step 1/25 : ARG BASE=golang:1.21-alpine3.18 20:59:50 Step 2/25 : FROM ${BASE} AS builder 20:59:50 ---> 7354fe5a4f8a 20:59:50 Step 3/25 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" 20:59:49 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 20:59:49 > git --version # timeout=10 20:59:49 > git --version # 'git version 2.25.1' 20:59:49 using GIT_SSH to set credentials SSH Credentials for GitHub 20:59:49 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 20:59:51 ---> Running in 6828269abf4b 20:59:51 Removing intermediate container 6828269abf4b 20:59:51 ---> 69ea8ec2ce51 20:59:51 Step 4/25 : ARG ALPINE_PKG_BASE="make git" 20:59:51 ---> Running in 8f655c2b108f 20:59:51 Removing intermediate container 8f655c2b108f 20:59:51 ---> ae22b7be7d4b 20:59:51 Step 5/25 : ARG ALPINE_PKG_EXTRA="" 20:59:51 ---> Running in 2672bf62d34c 20:59:51 Removing intermediate container 2672bf62d34c 20:59:51 ---> 03656884e971 20:59:51 Step 6/25 : LABEL Name=edgex-ui-go 20:59:51 ---> Running in 23285e03c76d 20:59:51 Removing intermediate container 23285e03c76d 20:59:51 ---> aaa3a176ac2c 20:59:51 Step 7/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2023: Intel' 20:59:51 ---> Running in 7a03acbf0329 20:59:51 Removing intermediate container 7a03acbf0329 20:59:51 ---> 4c35fa129648 20:59:51 Step 8/25 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 20:59:52 ---> 1ff8339476b5 20:59:52 Step 9/25 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 20:59:52 ---> Running in 8172549a8951 20:59:52 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 20:59:52 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 20:59:53 OK: 264 MiB in 52 packages 20:59:53 Removing intermediate container 8172549a8951 20:59:53 ---> 636f289b9c7c 20:59:53 Step 10/25 : ENV GO111MODULE=on 20:59:53 ---> Running in 91fe91e948fb 20:59:53 Removing intermediate container 91fe91e948fb 20:59:53 ---> 45259571da72 20:59:53 Step 11/25 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go 20:59:53 ---> Running in fac6f7ce3af4 20:59:53 Removing intermediate container fac6f7ce3af4 20:59:53 ---> 844c27131097 20:59:53 Step 12/25 : COPY go.mod vendor* ./ 20:59:53 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 20:59:53 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 20:59:53 ---> da13e9cbfedd 20:59:53 Step 13/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:59:53 ---> Running in 320c8b8a4737 20:59:54 Removing intermediate container 320c8b8a4737 20:59:54 ---> f24991e669cf 20:59:54 Step 14/25 : COPY . . 20:59:54 Avoid second fetch 20:59:54 Checking out Revision 7cad7c501d971a86f82a29c9533a93a6d95b4e6d (main) 20:59:55 Commit message: "Merge pull request #641 from MonicaisHer/remove-snap" 20:59:54 > git config core.sparsecheckout # timeout=10 20:59:54 > git checkout -f 7cad7c501d971a86f82a29c9533a93a6d95b4e6d # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 20:59:56 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 20:59:56 % Total % Received % Xferd Average Speed Time Time Time Current 20:59:56 Dload Upload Total Spent Left Speed 20:59:56 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 254k 0 --:--:-- --:--:-- --:--:-- 254k 20:59:56 ---> 3c7b1c5e2f53 20:59:56 Step 15/25 : RUN ${MAKE} 20:59:56 ---> Running in 90324cabc740 20:59:56 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus" -ldflags "-X github.com/edgexfoundry/edgex-ui-go.Version=3.1.0-dev.7" -trimpath -o cmd/edgex-ui-server/edgex-ui-server ./cmd/edgex-ui-server [Pipeline] sh 20:59:56 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 20:59:57 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 20:59:57 + sudo tee /etc/docker/daemon.new 20:59:57 { 20:59:57 "registry-mirrors": [ 20:59:57 "https://nexus3.edgexfoundry.org:10001" 20:59:57 ], 20:59:57 "bip": "10.250.0.254/24", 20:59:57 "hosts": [ 20:59:57 "tcp://0.0.0.0:5555", 20:59:57 "unix:///var/run/docker.sock" 20:59:57 ], 20:59:57 "mtu": 1458, 20:59:57 "selinux-enabled": true, 20:59:57 "seccomp-profile": "/etc/docker/seccomp.json" 20:59:57 } [Pipeline] sh 20:59:57 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 20:59:57 + sudo service docker restart 21:00:14 Removing intermediate container 90324cabc740 21:00:14 ---> 478922feee6f 21:00:14 Step 16/25 : FROM alpine:3.18 21:00:14 3.18: Pulling from library/alpine 21:00:14 96526aa774ef: Already exists 21:00:14 Digest: sha256:eece025e432126ce23f223450a0326fbebde39cdf496a85d8c016293fc851978 21:00:14 Status: Downloaded newer image for alpine:3.18 21:00:14 ---> 8ca4688f4f35 21:00:14 Step 17/25 : EXPOSE 4000 21:00:14 ---> Running in e9dd211a606a 21:00:14 Removing intermediate container e9dd211a606a 21:00:14 ---> 1c21d4c75f59 21:00:14 Step 18/25 : COPY --from=builder /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server 21:00:14 ---> 2b5d35ee283b 21:00:14 Step 19/25 : COPY --from=builder /go/src/github.com/edgexfoundry/edgex-ui-go/Attribution.txt /Attribution.txt 21:00:14 ---> 6c691164d177 21:00:14 Step 20/25 : COPY --from=builder /go/src/github.com/edgexfoundry/edgex-ui-go/LICENSE /LICENSE 21:00:14 ---> ed9cdd00a858 21:00:14 Step 21/25 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server 21:00:14 ---> Running in 1f203e9b678b 21:00:14 Removing intermediate container 1f203e9b678b 21:00:14 ---> f31096985217 21:00:14 Step 22/25 : ENTRYPOINT ["./edgex-ui-server","--configDir=res/docker"] 21:00:14 ---> Running in 7d8d069bd462 21:00:14 Removing intermediate container 7d8d069bd462 21:00:14 ---> a044e69f9414 21:00:14 Step 23/25 : LABEL arch=amd64 21:00:14 ---> Running in ed9f9dba355b 21:00:15 Removing intermediate container ed9f9dba355b 21:00:15 ---> a4e574f5e529 21:00:15 Step 24/25 : LABEL git_sha=7cad7c501d971a86f82a29c9533a93a6d95b4e6d 21:00:15 ---> Running in 2124d217ae8b 21:00:15 Removing intermediate container 2124d217ae8b 21:00:15 ---> a94438e7afa3 21:00:15 Step 25/25 : LABEL version=3.1.0-dev.7 21:00:15 ---> Running in 3524864d5e4f 21:00:15 Removing intermediate container 3524864d5e4f 21:00:15 ---> 886d09df5d06 21:00:15 [Warning] One or more build-args [ARCH] were not consumed 21:00:15 Successfully built 886d09df5d06 21:00:15 Successfully tagged edgex-ui:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 21:00:15 provisioning config files... 21:00:15 copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_main@tmp/config12205070569868598669tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 21:00:15 ---> docker-login.sh 21:00:15 nexus3.edgexfoundry.org:10001 21:00:15 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:00:15 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:00:15 Configure a credential helper to remove this warning. See 21:00:15 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:00:15 21:00:15 Login Succeeded 21:00:15 nexus3.edgexfoundry.org:10002 21:00:15 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:00:15 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:00:15 Configure a credential helper to remove this warning. See 21:00:15 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:00:15 21:00:15 Login Succeeded 21:00:15 nexus3.edgexfoundry.org:10003 21:00:15 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:00:15 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:00:15 Configure a credential helper to remove this warning. See 21:00:15 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:00:15 21:00:15 Login Succeeded 21:00:15 nexus3.edgexfoundry.org:10004 21:00:15 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:00:15 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:00:15 Configure a credential helper to remove this warning. See 21:00:15 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:00:15 21:00:15 Login Succeeded 21:00:15 docker.io 21:00:15 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:00:15 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:00:15 Configure a credential helper to remove this warning. See 21:00:15 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:00:15 21:00:15 Login Succeeded 21:00:15 ---> docker-login.sh ends [Pipeline] } 21:00:16 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 21:00:16 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 21:00:16 [edgeXDocker.push] Tagging docker image edgex-ui with the following tags: 21:00:16 7cad7c501d971a86f82a29c9533a93a6d95b4e6d 21:00:16 latest 21:00:16 3.1.0-dev.7 21:00:16 7cad7c501d971a86f82a29c9533a93a6d95b4e6d-3.1.0-dev.7 21:00:16 main 21:00:16 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 21:00:16 provisioning config files... 21:00:16 copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/126@tmp/config3897970487043430586tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 21:00:16 + docker tag edgex-ui nexus3.edgexfoundry.org:10004/edgex-ui:7cad7c501d971a86f82a29c9533a93a6d95b4e6d [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:00:16 ---> docker-login.sh 21:00:16 nexus3.edgexfoundry.org:10001 21:00:16 + docker push nexus3.edgexfoundry.org:10004/edgex-ui:7cad7c501d971a86f82a29c9533a93a6d95b4e6d 21:00:16 The push refers to repository [nexus3.edgexfoundry.org:10004/edgex-ui] 21:00:16 e7f5183f95e1: Preparing 21:00:16 61a17ef3df32: Preparing 21:00:16 6af6ab8cb3ac: Preparing 21:00:16 cc2447e1835a: Preparing 21:00:16 cc2447e1835a: Layer already exists 21:00:16 61a17ef3df32: Pushed 21:00:16 e7f5183f95e1: Pushed 21:00:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:00:17 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:00:17 Configure a credential helper to remove this warning. See 21:00:17 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:00:17 21:00:17 Login Succeeded 21:00:17 nexus3.edgexfoundry.org:10002 21:00:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:00:17 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:00:17 Configure a credential helper to remove this warning. See 21:00:17 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:00:17 21:00:17 Login Succeeded 21:00:17 nexus3.edgexfoundry.org:10003 21:00:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:00:17 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:00:17 Configure a credential helper to remove this warning. See 21:00:17 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:00:17 21:00:17 Login Succeeded 21:00:17 nexus3.edgexfoundry.org:10004 21:00:18 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:00:18 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:00:18 Configure a credential helper to remove this warning. See 21:00:18 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:00:18 21:00:18 Login Succeeded 21:00:18 docker.io 21:00:18 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:00:18 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:00:18 Configure a credential helper to remove this warning. See 21:00:18 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:00:18 21:00:18 Login Succeeded 21:00:18 ---> docker-login.sh ends [Pipeline] } 21:00:18 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 21:00:19 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 21:00:19 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 21:00:19 ========================================================= 21:00:19 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine] 21:00:19 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:00:19 + docker build -t ci-base-image-arm64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine --build-arg MAKE=echo noop --target=builder . 21:00:19 6af6ab8cb3ac: Pushed 21:00:19 7cad7c501d971a86f82a29c9533a93a6d95b4e6d: digest: sha256:09efc3e756e44d6f2b83ae191013613303ab6d13878c77490a4daf157465abdd size: 1156 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:00:20 + docker tag edgex-ui nexus3.edgexfoundry.org:10004/edgex-ui:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:00:20 + docker push nexus3.edgexfoundry.org:10004/edgex-ui:latest 21:00:20 The push refers to repository [nexus3.edgexfoundry.org:10004/edgex-ui] 21:00:20 e7f5183f95e1: Preparing 21:00:20 61a17ef3df32: Preparing 21:00:20 6af6ab8cb3ac: Preparing 21:00:20 cc2447e1835a: Preparing 21:00:20 cc2447e1835a: Layer already exists 21:00:20 61a17ef3df32: Layer already exists 21:00:20 6af6ab8cb3ac: Layer already exists 21:00:20 e7f5183f95e1: Layer already exists 21:00:20 latest: digest: sha256:09efc3e756e44d6f2b83ae191013613303ab6d13878c77490a4daf157465abdd size: 1156 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:00:20 Sending build context to Docker daemon 31.47MB 21:00:20 Step 1/15 : ARG BASE=golang:1.21-alpine3.18 21:00:20 Step 2/15 : FROM ${BASE} AS builder 21:00:20 1.21-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 21:00:20 9fda8d8052c6: Pulling fs layer 21:00:20 5d54e960e981: Pulling fs layer 21:00:20 c4a7e357bf2a: Pulling fs layer 21:00:20 f0e02332f6b5: Pulling fs layer 21:00:20 cefa15bbcfad: Pulling fs layer 21:00:20 17808c966233: Pulling fs layer 21:00:20 f4c1fc716caa: Pulling fs layer 21:00:20 f0e02332f6b5: Waiting 21:00:20 cefa15bbcfad: Waiting 21:00:20 17808c966233: Waiting 21:00:20 f4c1fc716caa: Waiting 21:00:20 5d54e960e981: Download complete 21:00:20 + docker tag edgex-ui nexus3.edgexfoundry.org:10004/edgex-ui:3.1.0-dev.7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:00:21 f0e02332f6b5: Verifying Checksum 21:00:21 f0e02332f6b5: Download complete 21:00:21 cefa15bbcfad: Verifying Checksum 21:00:21 cefa15bbcfad: Download complete 21:00:21 9fda8d8052c6: Download complete 21:00:21 + docker push nexus3.edgexfoundry.org:10004/edgex-ui:3.1.0-dev.7 21:00:21 The push refers to repository [nexus3.edgexfoundry.org:10004/edgex-ui] 21:00:21 e7f5183f95e1: Preparing 21:00:21 61a17ef3df32: Preparing 21:00:21 6af6ab8cb3ac: Preparing 21:00:21 cc2447e1835a: Preparing 21:00:21 e7f5183f95e1: Layer already exists 21:00:21 6af6ab8cb3ac: Layer already exists 21:00:21 61a17ef3df32: Layer already exists 21:00:21 cc2447e1835a: Layer already exists 21:00:21 3.1.0-dev.7: digest: sha256:09efc3e756e44d6f2b83ae191013613303ab6d13878c77490a4daf157465abdd size: 1156 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:00:21 + docker tag edgex-ui nexus3.edgexfoundry.org:10004/edgex-ui:7cad7c501d971a86f82a29c9533a93a6d95b4e6d-3.1.0-dev.7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:00:21 f4c1fc716caa: Verifying Checksum 21:00:21 f4c1fc716caa: Download complete 21:00:21 + docker push nexus3.edgexfoundry.org:10004/edgex-ui:7cad7c501d971a86f82a29c9533a93a6d95b4e6d-3.1.0-dev.7 21:00:21 The push refers to repository [nexus3.edgexfoundry.org:10004/edgex-ui] 21:00:21 e7f5183f95e1: Preparing 21:00:21 61a17ef3df32: Preparing 21:00:21 6af6ab8cb3ac: Preparing 21:00:21 cc2447e1835a: Preparing 21:00:21 e7f5183f95e1: Layer already exists 21:00:21 61a17ef3df32: Layer already exists 21:00:21 6af6ab8cb3ac: Layer already exists 21:00:21 cc2447e1835a: Layer already exists 21:00:21 7cad7c501d971a86f82a29c9533a93a6d95b4e6d-3.1.0-dev.7: digest: sha256:09efc3e756e44d6f2b83ae191013613303ab6d13878c77490a4daf157465abdd size: 1156 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:00:22 9fda8d8052c6: Pull complete 21:00:22 + docker tag edgex-ui nexus3.edgexfoundry.org:10004/edgex-ui:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:00:22 + docker push nexus3.edgexfoundry.org:10004/edgex-ui:main 21:00:22 The push refers to repository [nexus3.edgexfoundry.org:10004/edgex-ui] 21:00:22 e7f5183f95e1: Preparing 21:00:22 61a17ef3df32: Preparing 21:00:22 6af6ab8cb3ac: Preparing 21:00:22 cc2447e1835a: Preparing 21:00:22 e7f5183f95e1: Layer already exists 21:00:22 cc2447e1835a: Layer already exists 21:00:22 61a17ef3df32: Layer already exists 21:00:22 6af6ab8cb3ac: Layer already exists 21:00:22 main: digest: sha256:09efc3e756e44d6f2b83ae191013613303ab6d13878c77490a4daf157465abdd size: 1156 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 21:00:22 ===================================================== [Pipeline] echo 21:00:22 taggedImages: 21:00:22 - nexus3.edgexfoundry.org:10004/edgex-ui:7cad7c501d971a86f82a29c9533a93a6d95b4e6d 21:00:22 - nexus3.edgexfoundry.org:10004/edgex-ui:latest 21:00:22 - nexus3.edgexfoundry.org:10004/edgex-ui:3.1.0-dev.7 21:00:22 - nexus3.edgexfoundry.org:10004/edgex-ui:7cad7c501d971a86f82a29c9533a93a6d95b4e6d-3.1.0-dev.7 21:00:22 - nexus3.edgexfoundry.org:10004/edgex-ui:main [Pipeline] } [Pipeline] // script [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 21:00:22 5d54e960e981: Pull complete 21:00:22 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 21:00:22 21:00:22 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { 21:00:22 c4a7e357bf2a: Verifying Checksum 21:00:22 c4a7e357bf2a: Download complete [Pipeline] sh 21:00:23 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 21:00:23 latest: Pulling from edgex-lftools-log-publisher 21:00:23 5eb5b503b376: Pulling fs layer 21:00:23 5c69ac0246d0: Pulling fs layer 21:00:23 ec43610c2a17: Pulling fs layer 21:00:23 3a2ae6a8a46f: Pulling fs layer 21:00:23 33b1e0a273af: Pulling fs layer 21:00:23 5d3b04190fa2: Pulling fs layer 21:00:23 2f39f015ded8: Pulling fs layer 21:00:23 3a2ae6a8a46f: Waiting 21:00:23 33b1e0a273af: Waiting 21:00:23 5d3b04190fa2: Waiting 21:00:23 2f39f015ded8: Waiting 21:00:23 5c69ac0246d0: Verifying Checksum 21:00:23 5c69ac0246d0: Download complete 21:00:23 3a2ae6a8a46f: Verifying Checksum 21:00:23 3a2ae6a8a46f: Download complete 21:00:23 33b1e0a273af: Verifying Checksum 21:00:23 33b1e0a273af: Download complete 21:00:23 5d3b04190fa2: Verifying Checksum 21:00:23 5d3b04190fa2: Download complete 21:00:23 ec43610c2a17: Verifying Checksum 21:00:23 ec43610c2a17: Download complete 21:00:23 5eb5b503b376: Verifying Checksum 21:00:23 5eb5b503b376: Download complete 21:00:23 17808c966233: Verifying Checksum 21:00:23 17808c966233: Download complete 21:00:23 2f39f015ded8: Download complete 21:00:24 5eb5b503b376: Pull complete 21:00:24 5c69ac0246d0: Pull complete 21:00:25 ec43610c2a17: Pull complete 21:00:25 3a2ae6a8a46f: Pull complete 21:00:25 33b1e0a273af: Pull complete 21:00:25 5d3b04190fa2: Pull complete 21:00:29 2f39f015ded8: Pull complete 21:00:29 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 21:00:29 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 21:00:29 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 21:00:29 prd-ubuntu20.04-docker-8c-8g-10279 does not seem to be running inside a container 21:00:29 $ 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_main -v /w/workspace/edgexfoundry_edgex-ui-go_main:/w/workspace/edgexfoundry_edgex-ui-go_main:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_main@tmp:/w/workspace/edgexfoundry_edgex-ui-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 21:00:32 $ docker top 820a0411b265e9bb5905d3993d705512373209c11e34ac1bbce036ef6c7746ff -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 21:00:33 ---> job-cost.sh 21:00:33 lf-activate-venv: SKIPPING 21:00:33 INFO: No Stack... 21:00:33 INFO: Retrieving Pricing Info for: v3-standard-8 21:00:33 INFO: Archiving Costs [Pipeline] sh 21:00:33 + cat /w/workspace/edgexfoundry_edgex-ui-go_main/archives/cost.csv 21:00:33 + cut -d, -f6 [Pipeline] lock 21:00:34 Trying to acquire lock on [jenkins-edgexfoundry-edgex-ui-go-main-126-stack-cost] 21:00:34 Resource [jenkins-edgexfoundry-edgex-ui-go-main-126-stack-cost] did not exist. Created. 21:00:34 Lock acquired on [jenkins-edgexfoundry-edgex-ui-go-main-126-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 21:00:34 + echo total: 0.2199999988079071 [Pipeline] stash 21:00:34 Stashed 1 file(s) [Pipeline] } 21:00:34 Lock released on resource [jenkins-edgexfoundry-edgex-ui-go-main-126-stack-cost] [Pipeline] // lock [Pipeline] } 21:00:34 $ docker stop --time=1 820a0411b265e9bb5905d3993d705512373209c11e34ac1bbce036ef6c7746ff 21:00:36 $ docker rm -f --volumes 820a0411b265e9bb5905d3993d705512373209c11e34ac1bbce036ef6c7746ff [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 21:00:36 c4a7e357bf2a: Pull complete 21:00:36 f0e02332f6b5: Pull complete 21:00:36 cefa15bbcfad: Pull complete 21:00:43 17808c966233: Pull complete 21:00:45 f4c1fc716caa: Pull complete 21:00:45 Digest: sha256:f9b5da702465edd0a2564459334de068a24595700ad6c8d0b85b07445f0b3000 21:00:45 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine 21:00:45 ---> ea914061e18c 21:00:45 Step 3/15 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" 21:00:47 ---> Running in 064602e5839f 21:00:47 Removing intermediate container 064602e5839f 21:00:47 ---> e73eb7de68fd 21:00:47 Step 4/15 : ARG ALPINE_PKG_BASE="make git" 21:00:47 ---> Running in 25fb2eec7b38 21:00:47 Removing intermediate container 25fb2eec7b38 21:00:47 ---> 858193fdc902 21:00:47 Step 5/15 : ARG ALPINE_PKG_EXTRA="" 21:00:48 ---> Running in a27710fa74f5 21:00:48 Removing intermediate container a27710fa74f5 21:00:48 ---> 8c8261896642 21:00:48 Step 6/15 : LABEL Name=edgex-ui-go 21:00:48 ---> Running in febd1d6649b0 21:00:49 Removing intermediate container febd1d6649b0 21:00:49 ---> 52024d577a99 21:00:49 Step 7/15 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2023: Intel' 21:00:49 ---> Running in f0806ec31e5b 21:00:49 Removing intermediate container f0806ec31e5b 21:00:49 ---> e5fa8a5f4bff 21:00:49 Step 8/15 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 21:00:49 latest: Pulling from library/docker 21:00:49 579b34f0a95b: Pulling fs layer 21:00:49 2ecd494fa26a: Pulling fs layer 21:00:49 4f4fb700ef54: Pulling fs layer 21:00:49 152366591504: Pulling fs layer 21:00:49 002e729a1bea: Pulling fs layer 21:00:49 df61191e4203: Pulling fs layer 21:00:49 896e3ce9c277: Pulling fs layer 21:00:49 3fdedfe04474: Pulling fs layer 21:00:49 bf03d5960a18: Pulling fs layer 21:00:49 3c08bbdc8fb7: Pulling fs layer 21:00:49 4f799874081b: Pulling fs layer 21:00:49 95141bf3c415: Pulling fs layer 21:00:49 0d462e62db60: Pulling fs layer 21:00:49 b7c9928a90e5: Pulling fs layer 21:00:49 bf03d5960a18: Waiting 21:00:49 95141bf3c415: Waiting 21:00:49 3c08bbdc8fb7: Waiting 21:00:49 4f799874081b: Waiting 21:00:49 152366591504: Waiting 21:00:49 0d462e62db60: Waiting 21:00:49 896e3ce9c277: Waiting 21:00:49 002e729a1bea: Waiting 21:00:49 3fdedfe04474: Waiting 21:00:49 df61191e4203: Waiting 21:00:49 b7c9928a90e5: Waiting 21:00:50 4f4fb700ef54: Verifying Checksum 21:00:50 4f4fb700ef54: Download complete 21:00:50 2ecd494fa26a: Verifying Checksum 21:00:50 2ecd494fa26a: Download complete 21:00:50 579b34f0a95b: Verifying Checksum 21:00:50 579b34f0a95b: Download complete 21:00:51 152366591504: Verifying Checksum 21:00:51 152366591504: Download complete 21:00:51 002e729a1bea: Verifying Checksum 21:00:51 002e729a1bea: Download complete 21:00:51 896e3ce9c277: Verifying Checksum 21:00:51 896e3ce9c277: Download complete 21:00:51 df61191e4203: Verifying Checksum 21:00:51 df61191e4203: Download complete 21:00:51 3fdedfe04474: Verifying Checksum 21:00:51 3fdedfe04474: Download complete 21:00:51 bf03d5960a18: Verifying Checksum 21:00:51 bf03d5960a18: Download complete 21:00:51 579b34f0a95b: Pull complete 21:00:51 4f799874081b: Verifying Checksum 21:00:51 4f799874081b: Download complete 21:00:51 3c08bbdc8fb7: Verifying Checksum 21:00:51 3c08bbdc8fb7: Download complete 21:00:52 b7c9928a90e5: Download complete 21:00:52 0d462e62db60: Download complete 21:00:52 2ecd494fa26a: Pull complete 21:00:52 4f4fb700ef54: Pull complete 21:00:53 95141bf3c415: Verifying Checksum 21:00:53 95141bf3c415: Download complete 21:00:53 152366591504: Pull complete 21:00:55 002e729a1bea: Pull complete 21:00:59 df61191e4203: Pull complete 21:00:59 896e3ce9c277: Pull complete 21:00:59 3fdedfe04474: Pull complete 21:00:59 bf03d5960a18: Pull complete 21:01:01 3c08bbdc8fb7: Pull complete 21:01:01 4f799874081b: Pull complete 21:01:04 95141bf3c415: Pull complete 21:01:04 0d462e62db60: Pull complete 21:01:05 b7c9928a90e5: Pull complete 21:01:05 Digest: sha256:0752ca4e936da012c173c119217c0f9599b3b191c1557e53206d5d06d2627580 21:01:05 Status: Downloaded newer image for docker:latest 21:01:07 ---> 4954ce675bd6 21:01:07 Step 9/15 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 21:01:07 ---> Running in 6d70628bdb3c 21:01:08 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 21:01:09 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 21:01:10 OK: 266 MiB in 52 packages 21:01:13 Removing intermediate container 6d70628bdb3c 21:01:13 ---> ab09d8843538 21:01:13 Step 10/15 : ENV GO111MODULE=on 21:01:13 ---> Running in f967005c4183 21:01:13 Removing intermediate container f967005c4183 21:01:13 ---> eceee08670a9 21:01:13 Step 11/15 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go 21:01:13 ---> Running in 50b612f7dbd9 21:01:13 Removing intermediate container 50b612f7dbd9 21:01:13 ---> 8189330c3518 21:01:13 Step 12/15 : COPY go.mod vendor* ./ 21:01:14 ---> 5d29864bb8d6 21:01:14 Step 13/15 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 21:01:14 ---> Running in 083a3829d35e 21:02:50 Removing intermediate container 083a3829d35e 21:02:50 ---> 8feef3d1b43b 21:02:50 Step 14/15 : COPY . . 21:02:50 ---> ec378aecfb24 21:02:50 Step 15/15 : RUN ${MAKE} 21:02:50 ---> Running in 9d29d2946073 21:02:50 noop 21:02:50 Removing intermediate container 9d29d2946073 21:02:50 ---> 5b72193a4195 21:02:50 Successfully built 5b72193a4195 21:02:50 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:02:51 + docker inspect -f . ci-base-image-arm64 21:02:51 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 21:02:51 prd-ubuntu20.04-docker-arm64-4c-16g-10281 does not seem to be running inside a container 21:02:51 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/126 -v /w/workspace/edgex-ui-go/126:/w/workspace/edgex-ui-go/126:rw,z -v /w/workspace/edgex-ui-go/126@tmp:/w/workspace/edgex-ui-go/126@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 ******** ci-base-image-arm64 cat 21:02:53 $ docker top ddb4353d71a5f6d64aea2fdb1451a21538ea67ec5f16b0c58bd4629ede096736 -eo pid,comm [Pipeline] { [Pipeline] sh 21:02:54 + go version 21:02:54 go version go1.21.0 linux/arm64 [Pipeline] } 21:02:54 $ docker stop --time=1 ddb4353d71a5f6d64aea2fdb1451a21538ea67ec5f16b0c58bd4629ede096736 21:02:55 $ docker rm -f --volumes ddb4353d71a5f6d64aea2fdb1451a21538ea67ec5f16b0c58bd4629ede096736 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:02:56 + docker inspect -f . ci-base-image-arm64 21:02:56 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 21:02:56 prd-ubuntu20.04-docker-arm64-4c-16g-10281 does not seem to be running inside a container 21:02:56 $ 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/126 -v /w/workspace/edgex-ui-go/126:/w/workspace/edgex-ui-go/126:rw,z -v /w/workspace/edgex-ui-go/126@tmp:/w/workspace/edgex-ui-go/126@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 ******** ci-base-image-arm64 cat 21:02:58 $ docker top b449a2e6ffb83cc0c95b40d1095d5ec28aec4f1b5b2e2699af52cbb793d51367 -eo pid,comm [Pipeline] { [Pipeline] sh 21:02:58 + git config --global --add safe.directory /w/workspace/edgex-ui-go/126 [Pipeline] fileExists [Pipeline] sh 21:02:59 + make test 21:02:59 CGO_ENABLED=0 GO111MODULE=on go test -tags "no_messagebus" -coverprofile=coverage.out ./... 21:03:04 ? github.com/edgexfoundry/edgex-ui-go [no test files] 21:04:26 ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] 21:04:26 ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] 21:04:26 ? github.com/edgexfoundry/edgex-ui-go/internal/common [no test files] 21:04:26 ? github.com/edgexfoundry/edgex-ui-go/internal/config [no test files] 21:04:26 ? github.com/edgexfoundry/edgex-ui-go/internal/container [no test files] 21:04:26 ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] 21:04:26 ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] 21:04:26 ? github.com/edgexfoundry/edgex-ui-go/internal/service [no test files] 21:04:26 CGO_ENABLED=0 GO111MODULE=on go vet -tags "no_messagebus" ./... 21:04:33 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 21:04:33 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 21:04:33 ./bin/test-attribution-txt.sh 21:04:33 make -C web test 21:04:33 make[1]: Entering directory '/w/workspace/edgex-ui-go/126/web' 21:04:33 make[1]: tput: No such file or directory 21:04:33 make[1]: tput: No such file or directory 21:04:33 warning: generating ./VERSION 21:04:33 echo "0.0.0" > VERSION 21:04:33 docker build \ 21:04:33 -f Dockerfile \ 21:04:33 --build-arg USER=1000 \ 21:04:33 \ 21:04:33 --label "git_sha=7cad7c501d971a86f82a29c9533a93a6d95b4e6d" \ 21:04:33 -t edgexfoundry/edgex-web-ui:7cad7c501d971a86f82a29c9533a93a6d95b4e6d \ 21:04:33 -t edgexfoundry/edgex-web-ui:0.0.0-dev \ 21:04:33 . 21:04:33 DEPRECATED: The legacy builder is deprecated and will be removed in a future release. 21:04:33 Install the buildx component to build images with BuildKit: 21:04:33 https://docs.docker.com/go/buildx/ 21:04:33 21:04:33 Sending build context to Docker daemon 2.706MB 21:04:33 Step 1/11 : FROM node:18-alpine3.18 21:04:34 18-alpine3.18: Pulling from library/node 21:04:34 579b34f0a95b: Already exists 21:04:34 193dce5f4a0c: Pulling fs layer 21:04:34 78d1fe6b9b44: Pulling fs layer 21:04:34 18c854bc80ea: Pulling fs layer 21:04:34 18c854bc80ea: Verifying Checksum 21:04:34 18c854bc80ea: Download complete 21:04:34 78d1fe6b9b44: Verifying Checksum 21:04:34 78d1fe6b9b44: Download complete 21:04:35 193dce5f4a0c: Verifying Checksum 21:04:35 193dce5f4a0c: Download complete 21:04:41 193dce5f4a0c: Pull complete 21:04:42 78d1fe6b9b44: Pull complete 21:04:42 18c854bc80ea: Pull complete 21:04:42 Digest: sha256:435dcad253bb5b7f347ebc69c8cc52de7c912eb7241098b920f2fc2d7843183d 21:04:42 Status: Downloaded newer image for node:18-alpine3.18 21:04:42 ---> f5a5f9201015 21:04:42 Step 2/11 : RUN apk add --no-cache chromium 21:04:42 ---> Running in 486d408fa912 21:04:43 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 21:04:44 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 21:04:45 (1/151) Installing libexpat (2.5.0-r1) 21:04:45 (2/151) Installing brotli-libs (1.0.9-r14) 21:04:45 (3/151) Installing libbz2 (1.0.8-r5) 21:04:45 (4/151) Installing libpng (1.6.39-r3) 21:04:45 (5/151) Installing freetype (2.13.0-r5) 21:04:45 (6/151) Installing fontconfig (2.14.2-r3) 21:04:45 (7/151) Installing libfontenc (1.1.7-r2) 21:04:45 (8/151) Installing mkfontscale (1.2.2-r3) 21:04:45 (9/151) Installing font-opensans (0_git20210927-r1) 21:04:45 (10/151) Installing pkgconf (1.9.5-r0) 21:04:45 (11/151) Installing libffi (3.4.4-r2) 21:04:45 (12/151) Installing libintl (0.21.1-r7) 21:04:45 (13/151) Installing libblkid (2.38.1-r8) 21:04:45 (14/151) Installing libmount (2.38.1-r8) 21:04:45 (15/151) Installing pcre2 (10.42-r1) 21:04:45 (16/151) Installing glib (2.76.4-r0) 21:04:45 (17/151) Installing xz-libs (5.4.3-r0) 21:04:45 (18/151) Installing libxml2 (2.11.4-r0) 21:04:46 (19/151) Installing shared-mime-info (2.2-r5) 21:04:46 (20/151) Installing hicolor-icon-theme (0.17-r2) 21:04:46 (21/151) Installing libjpeg-turbo (2.1.5.1-r3) 21:04:46 (22/151) Installing libwebp (1.3.2-r0) 21:04:46 (23/151) Installing zstd-libs (1.5.5-r4) 21:04:46 (24/151) Installing tiff (4.5.1-r0) 21:04:46 (25/151) Installing gdk-pixbuf (2.42.10-r5) 21:04:46 (26/151) Installing gtk-update-icon-cache (3.24.38-r1) 21:04:46 (27/151) Installing libxau (1.0.11-r2) 21:04:46 (28/151) Installing libmd (1.0.4-r2) 21:04:46 (29/151) Installing libbsd (0.11.7-r1) 21:04:46 (30/151) Installing libxdmcp (1.1.4-r2) 21:04:46 (31/151) Installing libxcb (1.15-r1) 21:04:46 (32/151) Installing libx11 (1.8.4-r4) 21:04:46 (33/151) Installing libxcomposite (0.4.6-r3) 21:04:46 (34/151) Installing libxfixes (6.0.1-r2) 21:04:46 (35/151) Installing libxrender (0.9.11-r3) 21:04:46 (36/151) Installing libxcursor (1.2.1-r2) 21:04:46 (37/151) Installing libxdamage (1.1.6-r2) 21:04:46 (38/151) Installing libxext (1.3.5-r2) 21:04:46 (39/151) Installing libxi (1.8.1-r0) 21:04:46 (40/151) Installing libxinerama (1.1.5-r2) 21:04:46 (41/151) Installing libxrandr (1.5.3-r2) 21:04:46 (42/151) Installing libatk-1.0 (2.48.3-r0) 21:04:46 (43/151) Installing libxtst (1.2.4-r2) 21:04:46 (44/151) Installing dbus-libs (1.14.8-r0) 21:04:46 (45/151) Installing at-spi2-core (2.48.3-r0) 21:04:46 (46/151) Installing libatk-bridge-2.0 (2.48.3-r0) 21:04:46 (47/151) Installing pixman (0.42.2-r1) 21:04:46 (48/151) Installing cairo (1.17.8-r1) 21:04:46 (49/151) Installing cairo-gobject (1.17.8-r1) 21:04:46 (50/151) Installing avahi-libs (0.8-r13) 21:04:46 (51/151) Installing gmp (6.2.1-r3) 21:04:46 (52/151) Installing nettle (3.8.1-r2) 21:04:46 (53/151) Installing libunistring (1.1-r1) 21:04:46 (54/151) Installing libidn2 (2.3.4-r1) 21:04:46 (55/151) Installing p11-kit (0.24.1-r2) 21:04:46 (56/151) Installing libtasn1 (4.19.0-r1) 21:04:46 (57/151) Installing gnutls (3.8.0-r2) 21:04:46 (58/151) Installing cups-libs (2.4.7-r0) 21:04:46 (59/151) Installing libepoxy (1.5.10-r1) 21:04:46 (60/151) Installing fribidi (1.0.13-r0) 21:04:46 (61/151) Installing graphite2 (1.3.14-r5) 21:04:46 (62/151) Installing harfbuzz (7.3.0-r0) 21:04:46 (63/151) Installing libxft (2.3.8-r1) 21:04:46 (64/151) Installing pango (1.50.14-r1) 21:04:46 (65/151) Installing wayland-libs-client (1.22.0-r2) 21:04:46 (66/151) Installing wayland-libs-cursor (1.22.0-r2) 21:04:46 (67/151) Installing wayland-libs-egl (1.22.0-r2) 21:04:46 (68/151) Installing xkeyboard-config (2.38-r0) 21:04:47 (69/151) Installing libxkbcommon (1.5.0-r2) 21:04:47 (70/151) Installing gtk+3.0 (3.24.38-r1) 21:04:47 Executing gtk+3.0-3.24.38-r1.post-install 21:04:47 (71/151) Installing icu-data-full (73.2-r2) 21:04:47 (72/151) Installing mesa (23.0.4-r0) 21:04:47 (73/151) Installing llvm15-libs (15.0.7-r6) 21:04:50 (74/151) Installing libdrm (2.4.115-r4) 21:04:50 (75/151) Installing musl-fts (1.2.7-r5) 21:04:50 (76/151) Installing libelf (0.189-r2) 21:04:50 (77/151) Installing mesa-glapi (23.0.4-r0) 21:04:50 (78/151) Installing mesa-dri-gallium (23.0.4-r0) 21:04:51 (79/151) Installing eudev-libs (3.2.11-r8) 21:04:51 (80/151) Installing libmagic (5.45-r0) 21:04:51 (81/151) Installing file (5.45-r0) 21:04:51 (82/151) Installing libice (1.1.1-r2) 21:04:51 (83/151) Installing libuuid (2.38.1-r8) 21:04:51 (84/151) Installing libsm (1.2.4-r1) 21:04:51 (85/151) Installing libxt (1.3.0-r2) 21:04:51 (86/151) Installing libxmu (1.1.4-r2) 21:04:51 (87/151) Installing xset (1.2.5-r1) 21:04:51 (88/151) Installing xprop (1.2.6-r0) 21:04:51 (89/151) Installing xdg-utils (1.1.3-r4) 21:04:51 (90/151) Installing libogg (1.3.5-r4) 21:04:51 (91/151) Installing flac-libs (1.4.3-r0) 21:04:51 (92/151) Installing alsa-lib (1.2.9-r1) 21:04:51 (93/151) Installing libatomic (12.2.1_git20220924-r10) 21:04:51 (94/151) Installing svt-av1-libs (1.6.0-r0) 21:04:51 (95/151) Installing aom-libs (3.6.1-r0) 21:04:51 (96/151) Installing libva (2.18.0-r1) 21:04:51 (97/151) Installing libvdpau (1.5-r1) 21:04:51 (98/151) Installing ffmpeg-libavutil (6.0-r15) 21:04:51 (99/151) Installing libdav1d (1.2.1-r0) 21:04:51 (100/151) Installing libhwy (1.0.4-r1) 21:04:51 (101/151) Installing lcms2 (2.15-r2) 21:04:51 (102/151) Installing libjxl (0.8.2-r0) 21:04:51 (103/151) Installing lame-libs (3.100-r5) 21:04:51 (104/151) Installing opus (1.4-r0) 21:04:51 (105/151) Installing libgomp (12.2.1_git20220924-r10) 21:04:51 (106/151) Installing soxr (0.1.3-r5) 21:04:51 (107/151) Installing ffmpeg-libswresample (6.0-r15) 21:04:51 (108/151) Installing libtheora (1.1.1-r17) 21:04:51 (109/151) Installing libvorbis (1.3.7-r1) 21:04:51 (110/151) Installing libvpx (1.13.0-r2) 21:04:51 (111/151) Installing x264-libs (0.164_git20220602-r1) 21:04:52 (112/151) Installing numactl (2.0.16-r4) 21:04:52 (113/151) Installing x265-libs (3.5-r4) 21:04:52 (114/151) Installing xvidcore (1.3.7-r1) 21:04:52 (115/151) Installing ffmpeg-libavcodec (6.0-r15) 21:04:52 (116/151) Installing libbluray (1.3.4-r0) 21:04:52 (117/151) Installing mpg123-libs (1.31.3-r1) 21:04:52 (118/151) Installing libopenmpt (0.7.2-r0) 21:04:52 (119/151) Installing cjson (1.7.15-r4) 21:04:52 (120/151) Installing mbedtls (2.28.5-r0) 21:04:52 (121/151) Installing librist (0.2.7-r0) 21:04:52 (122/151) Installing libsrt (1.5.2-r0) 21:04:52 (123/151) Installing libssh (0.10.5-r0) 21:04:52 (124/151) Installing libsodium (1.0.18-r3) 21:04:52 (125/151) Installing libzmq (4.3.4-r4) 21:04:52 (126/151) Installing ffmpeg-libavformat (6.0-r15) 21:04:53 (127/151) Installing libevent (2.1.12-r6) 21:04:53 (128/151) Installing wayland-libs-server (1.22.0-r2) 21:04:53 (129/151) Installing mesa-gbm (23.0.4-r0) 21:04:53 (130/151) Installing harfbuzz-subset (7.3.0-r0) 21:04:53 (131/151) Installing icu-libs (73.2-r2) 21:04:53 (132/151) Installing jsoncpp (1.9.5-r0) 21:04:53 (133/151) Installing minizip (1.2.13-r1) 21:04:53 (134/151) Installing nspr (4.35-r2) 21:04:53 (135/151) Installing sqlite-libs (3.41.2-r2) 21:04:53 (136/151) Installing nss (3.91-r0) 21:04:53 (137/151) Installing pipewire-libs (0.3.70-r1) 21:04:53 (138/151) Installing libasyncns (0.8-r1) 21:04:53 (139/151) Installing libltdl (2.4.7-r2) 21:04:53 (140/151) Installing orc (0.4.34-r0) 21:04:53 (141/151) Installing libsndfile (1.2.0-r2) 21:04:53 (142/151) Installing speexdsp (1.2.1-r1) 21:04:53 (143/151) Installing tdb-libs (1.4.8-r1) 21:04:53 (144/151) Installing libpulse (16.1-r10) 21:04:53 (145/151) Installing snappy (1.1.10-r1) 21:04:53 (146/151) Installing libwoff2common (1.0.2-r2) 21:04:53 (147/151) Installing libwoff2enc (1.0.2-r2) 21:04:53 (148/151) Installing libgpg-error (1.47-r1) 21:04:53 (149/151) Installing libgcrypt (1.10.2-r1) 21:04:53 (150/151) Installing libxslt (1.1.38-r0) 21:04:53 (151/151) Installing chromium (117.0.5938.62-r0) 21:05:00 Executing busybox-1.36.1-r2.trigger 21:05:00 Executing fontconfig-2.14.2-r3.trigger 21:05:00 Executing mkfontscale-1.2.2-r3.trigger 21:05:00 Executing glib-2.76.4-r0.trigger 21:05:00 Executing shared-mime-info-2.2-r5.trigger 21:05:01 Executing gdk-pixbuf-2.42.10-r5.trigger 21:05:01 Executing gtk-update-icon-cache-3.24.38-r1.trigger 21:05:01 OK: 555 MiB in 168 packages 21:05:16 Removing intermediate container 486d408fa912 21:05:16 ---> 8d6936907225 21:05:16 Step 3/11 : ENV CHROME_BIN=/usr/bin/chromium-browser 21:05:16 ---> Running in 24737f002bb8 21:05:16 Removing intermediate container 24737f002bb8 21:05:16 ---> 1d26cd7887b7 21:05:16 Step 4/11 : ENV NODE_OPTIONS=--openssl-legacy-provider 21:05:16 ---> Running in dcbcab230e73 21:05:16 Removing intermediate container dcbcab230e73 21:05:16 ---> 9f4d355bec52 21:05:16 Step 5/11 : ENV PATH /app/node_modules/.bin:$PATH 21:05:16 ---> Running in 6eed87bba541 21:05:16 Removing intermediate container 6eed87bba541 21:05:16 ---> 7132562e51cc 21:05:16 Step 6/11 : RUN npm install -g npm 21:05:16 ---> Running in 3cf6d70fdf1f 21:05:43 21:05:43 removed 2 packages, and changed 69 packages in 24s 21:05:43 21:05:43 29 packages are looking for funding 21:05:43 run `npm fund` for details 21:05:47 Removing intermediate container 3cf6d70fdf1f 21:05:47 ---> 2f9dc35f7044 21:05:47 Step 7/11 : ARG USER=1000 21:05:51 ---> Running in 66a2e41dd8d5 21:05:51 Removing intermediate container 66a2e41dd8d5 21:05:51 ---> bca53248f39b 21:05:51 Step 8/11 : RUN deluser --remove-home node && adduser -u $USER -D -s /bin/sh node 21:05:51 ---> Running in 8211aa869187 21:05:53 Removing intermediate container 8211aa869187 21:05:53 ---> 1f35af9be837 21:05:53 Step 9/11 : USER $USER:$USER 21:05:53 ---> Running in 09b41c2a9d5a 21:05:53 Removing intermediate container 09b41c2a9d5a 21:05:53 ---> ecd41942d632 21:05:53 Step 10/11 : WORKDIR /app 21:05:53 ---> Running in e7e2d35e3091 21:05:53 Removing intermediate container e7e2d35e3091 21:05:53 ---> 9e45b040ede4 21:05:53 Step 11/11 : LABEL git_sha=7cad7c501d971a86f82a29c9533a93a6d95b4e6d 21:05:53 ---> Running in f5aaada9c974 21:05:54 Removing intermediate container f5aaada9c974 21:05:54 ---> d5057a9ff2fc 21:05:54 Successfully built d5057a9ff2fc 21:05:54 Successfully tagged edgexfoundry/edgex-web-ui:7cad7c501d971a86f82a29c9533a93a6d95b4e6d 21:05:54 Successfully tagged edgexfoundry/edgex-web-ui:0.0.0-dev 21:05:54 touch edgex-web-ui.imagebuilt 21:05:54 mkdir -p node_modules coverage 21:05:54 chown "1000:1000" node_modules coverage package-lock.json 21:05:54 docker run --rm -i -v "$(pwd):/app" -u "1000:1000" edgexfoundry/edgex-web-ui:0.0.0-dev npm install 21:06:06 npm WARN EBADENGINE Unsupported engine { 21:06:06 npm WARN EBADENGINE package: '@angular-devkit/architect@0.1202.4', 21:06:06 npm WARN EBADENGINE required: { 21:06:06 npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', 21:06:06 npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', 21:06:06 npm WARN EBADENGINE yarn: '>= 1.13.0' 21:06:06 npm WARN EBADENGINE }, 21:06:06 npm WARN EBADENGINE current: { node: 'v18.18.2', npm: '10.2.1' } 21:06:06 npm WARN EBADENGINE } 21:06:06 npm WARN EBADENGINE Unsupported engine { 21:06:06 npm WARN EBADENGINE package: '@angular-devkit/build-angular@12.2.4', 21:06:06 npm WARN EBADENGINE required: { 21:06:06 npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', 21:06:06 npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', 21:06:06 npm WARN EBADENGINE yarn: '>= 1.13.0' 21:06:06 npm WARN EBADENGINE }, 21:06:06 npm WARN EBADENGINE current: { node: 'v18.18.2', npm: '10.2.1' } 21:06:06 npm WARN EBADENGINE } 21:06:06 npm WARN EBADENGINE Unsupported engine { 21:06:06 npm WARN EBADENGINE package: '@angular-devkit/build-optimizer@0.1202.4', 21:06:06 npm WARN EBADENGINE required: { 21:06:06 npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', 21:06:06 npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', 21:06:06 npm WARN EBADENGINE yarn: '>= 1.13.0' 21:06:06 npm WARN EBADENGINE }, 21:06:06 npm WARN EBADENGINE current: { node: 'v18.18.2', npm: '10.2.1' } 21:06:06 npm WARN EBADENGINE } 21:06:06 npm WARN EBADENGINE Unsupported engine { 21:06:06 npm WARN EBADENGINE package: '@angular-devkit/build-webpack@0.1202.4', 21:06:06 npm WARN EBADENGINE required: { 21:06:06 npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', 21:06:06 npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', 21:06:06 npm WARN EBADENGINE yarn: '>= 1.13.0' 21:06:06 npm WARN EBADENGINE }, 21:06:06 npm WARN EBADENGINE current: { node: 'v18.18.2', npm: '10.2.1' } 21:06:06 npm WARN EBADENGINE } 21:06:06 npm WARN EBADENGINE Unsupported engine { 21:06:06 npm WARN EBADENGINE package: '@angular-devkit/core@12.2.4', 21:06:06 npm WARN EBADENGINE required: { 21:06:06 npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', 21:06:06 npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', 21:06:06 npm WARN EBADENGINE yarn: '>= 1.13.0' 21:06:06 npm WARN EBADENGINE }, 21:06:06 npm WARN EBADENGINE current: { node: 'v18.18.2', npm: '10.2.1' } 21:06:06 npm WARN EBADENGINE } 21:06:06 npm WARN EBADENGINE Unsupported engine { 21:06:06 npm WARN EBADENGINE package: '@angular-devkit/schematics@12.2.4', 21:06:06 npm WARN EBADENGINE required: { 21:06:06 npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', 21:06:06 npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', 21:06:06 npm WARN EBADENGINE yarn: '>= 1.13.0' 21:06:06 npm WARN EBADENGINE }, 21:06:06 npm WARN EBADENGINE current: { node: 'v18.18.2', npm: '10.2.1' } 21:06:06 npm WARN EBADENGINE } 21:06:06 npm WARN EBADENGINE Unsupported engine { 21:06:06 npm WARN EBADENGINE package: '@angular/cli@12.2.4', 21:06:06 npm WARN EBADENGINE required: { 21:06:06 npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', 21:06:06 npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', 21:06:06 npm WARN EBADENGINE yarn: '>= 1.13.0' 21:06:06 npm WARN EBADENGINE }, 21:06:06 npm WARN EBADENGINE current: { node: 'v18.18.2', npm: '10.2.1' } 21:06:06 npm WARN EBADENGINE } 21:06:06 npm WARN EBADENGINE Unsupported engine { 21:06:06 npm WARN EBADENGINE package: '@ngtools/webpack@12.2.4', 21:06:06 npm WARN EBADENGINE required: { 21:06:06 npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', 21:06:06 npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', 21:06:06 npm WARN EBADENGINE yarn: '>= 1.13.0' 21:06:06 npm WARN EBADENGINE }, 21:06:06 npm WARN EBADENGINE current: { node: 'v18.18.2', npm: '10.2.1' } 21:06:06 npm WARN EBADENGINE } 21:06:06 npm WARN EBADENGINE Unsupported engine { 21:06:06 npm WARN EBADENGINE package: '@schematics/angular@12.2.4', 21:06:06 npm WARN EBADENGINE required: { 21:06:06 npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', 21:06:06 npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', 21:06:06 npm WARN EBADENGINE yarn: '>= 1.13.0' 21:06:06 npm WARN EBADENGINE }, 21:06:06 npm WARN EBADENGINE current: { node: 'v18.18.2', npm: '10.2.1' } 21:06:06 npm WARN EBADENGINE } 21:08:58 npm WARN deprecated source-map-resolve@0.6.0: See https://github.com/lydell/source-map-resolve#deprecated 21:08:58 npm WARN deprecated sourcemap-codec@1.4.8: Please use @jridgewell/sourcemap-codec instead 21:08:58 npm WARN deprecated urix@0.1.0: Please see https://github.com/lydell/urix#deprecated 21:08:58 npm WARN deprecated source-map-url@0.4.1: See https://github.com/lydell/source-map-url#deprecated 21:08:58 npm WARN deprecated resolve-url@0.2.1: https://github.com/lydell/resolve-url#deprecated 21:08:58 npm WARN deprecated flatten@1.0.3: flatten is deprecated in favor of utility frameworks such as lodash. 21:08:58 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 21:08:58 npm WARN deprecated har-validator@5.1.5: this library is no longer supported 21:08:58 npm WARN deprecated @npmcli/move-file@1.1.2: This functionality has been moved to @npmcli/fs 21:08:58 npm WARN deprecated source-map-resolve@0.5.3: See https://github.com/lydell/source-map-resolve#deprecated 21:08:58 npm WARN deprecated querystring@0.2.0: The querystring API is considered Legacy. new code should use the URLSearchParams API instead. 21:08:59 npm WARN deprecated chokidar@2.1.8: Chokidar 2 does not receive security updates since 2019. Upgrade to chokidar 3 with 15x fewer dependencies 21:08:59 npm WARN deprecated source-map-resolve@0.5.3: See https://github.com/lydell/source-map-resolve#deprecated 21:09:01 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. 21:09:01 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. 21:09:01 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. 21:09:06 npm WARN deprecated request@2.88.2: request has been deprecated, see https://github.com/request/request/issues/3142 21:09:24 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 21:09:24 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 21:09: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. 21:10:15 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. 21:10:54 21:10:54 added 1475 packages, and audited 1476 packages in 5m 21:10:55 21:10:55 77 vulnerabilities (1 low, 53 moderate, 18 high, 5 critical) 21:10:55 21:10:55 To address issues that do not require attention, run: 21:10:55 npm audit fix 21:10:55 21:10:55 To address all issues (including breaking changes), run: 21:10:55 npm audit fix --force 21:10:55 21:10:55 Run `npm audit` for details. 21:10:58 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 21:11:13 - Generating browser application bundles (phase: setup)... 21:11:40 Compiling @angular/core : es2015 as esm2015 21:11:40 Compiling @angular/compiler/testing : es2015 as esm2015 21:12:02 Compiling @angular/core/testing : es2015 as esm2015 21:12:02 Compiling @angular/common : es2015 as esm2015 21:12:07 Compiling @angular/platform-browser : es2015 as esm2015 21:12:07 Compiling @angular/common/testing : es2015 as esm2015 21:12:09 Compiling @angular/router : es2015 as esm2015 21:12:11 Compiling @angular/platform-browser-dynamic : es2015 as esm2015 21:12:15 Compiling @angular/platform-browser/testing : es2015 as esm2015 21:12:15 Compiling @angular/common/http : es2015 as esm2015 21:12:17 Compiling @angular/platform-browser-dynamic/testing : es2015 as esm2015 21:12:19 Compiling @angular/forms : es2015 as esm2015 21:12:20 Compiling @angular/router/testing : es2015 as esm2015 21:12:20 Compiling @angular/common/http/testing : es2015 as esm2015 21:13:07 24 10 2023 21:13:04.088:INFO [karma-server]: Karma v6.3.16 server started at http://localhost:9876/ 21:13:07 24 10 2023 21:13:04.097:INFO [launcher]: Launching browsers ChromeHeadlessNoSandbox with concurrency unlimited 21:13:07 24 10 2023 21:13:04.121:INFO [launcher]: Starting browser ChromeHeadless 21:14:15 24 10 2023 21:14:07.564:WARN [launcher]: ChromeHeadless has not captured in 60000 ms, killing. 21:14:21 24 10 2023 21:14:21.338:INFO [launcher]: Trying to start ChromeHeadless again (1/2). 21:14:44 ✔ Browser application bundle generation complete. 21:14:44 24 10 2023 21:14:44.470:INFO [Chrome Headless 117.0.5938.62 (Linux aarch64)]: Connected on socket c74ebSp7_wgXh0GZAAAB with id 69238940 21:15:02 Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 0 of 147 SUCCESS (0 secs / 0 secs) 21:15:02 Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 1 of 147 SUCCESS (0 secs / 0.263 secs) 21:15:02 Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 2 of 147 SUCCESS (0 secs / 0.467 secs) 21:15:02 Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 3 of 147 SUCCESS (0 secs / 0.583 secs) 21:15:02 Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 4 of 147 SUCCESS (0 secs / 0.654 secs) 21:15:03 Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 5 of 147 SUCCESS (0 secs / 0.755 secs) 21:15:03 Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 6 of 147 SUCCESS (0 secs / 1.004 secs) 21:15:03 Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 7 of 147 SUCCESS (0 secs / 1.033 secs) 21:15:03 Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 8 of 147 SUCCESS (0 secs / 1.061 secs) 21:15:03 Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 9 of 147 SUCCESS (0 secs / 1.205 secs) 21:15:03 Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 10 of 147 SUCCESS (0 secs / 1.245 secs) 21:15:03 Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 11 of 147 SUCCESS (0 secs / 1.307 secs) 21:15:04 Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 12 of 147 SUCCESS (0 secs / 1.662 secs) 21:15:04 Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 13 of 147 SUCCESS (0 secs / 1.697 secs) 21:15:04 Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 14 of 147 SUCCESS (0 secs / 1.799 secs) 21:15:04 WARN: ' 21:15:04 It looks like you're using ngModel on the same form field as formControlName. 21:15:04 Support for using the ngModel input property and ngModelChange event with 21:15:04 reactive form directives has been deprecated in Angular v6 and will be removed 21:15:04 in a future version of Angular. 21:15:04 21:15:04 For more information on this, see our API docs here: 21:15:04 https://angular.io/api/forms/FormControlName#use-with-ngmodel 21:15:04 ' 21:15:04 Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 14 of 147 SUCCESS (0 secs / 1.799 secs) 21:15:04 WARN: ' 21:15:04 It looks like you're using ngModel on the same form field as formControlName. 21:15:04 Support for using the ngModel input property and ngModelChange event with 21:15:04 reactive form directives has been deprecated in Angular v6 and will be removed 21:15:04 in a future version of Angular. 21:15:04 21:15:04 For more information on this, see our API docs here: 21:15:04 https://angular.io/api/forms/FormControlName#use-with-ngmodel 21:15:04 ' 21:15:04 Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 15 of 147 SUCCESS (0 secs / 1.977 secs) 21:15:04 Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 16 of 147 SUCCESS (0 secs / 2.008 secs) 21:15:05 Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 17 of 147 SUCCESS (0 secs / 2.626 secs) 21:15:05 Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 18 of 147 SUCCESS (0 secs / 2.736 secs) 21:15:05 Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 19 of 147 SUCCESS (0 secs / 2.755 secs) 21:15:05 Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 20 of 147 SUCCESS (0 secs / 2.764 secs) 21:15:05 Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 21 of 147 SUCCESS (0 secs / 2.829 secs) 21:15:05 Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 22 of 147 SUCCESS (0 secs / 2.841 secs) 21:15:05 Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 23 of 147 SUCCESS (0 secs / 3.027 secs) 21:15:05 Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 24 of 147 SUCCESS (0 secs / 3.133 secs) 21:15:05 Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 25 of 147 SUCCESS (0 secs / 3.177 secs) 21:15:06 Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 26 of 147 SUCCESS (0 secs / 3.314 secs) 21:15:06 Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 27 of 147 SUCCESS (0 secs / 3.454 secs) 21:15:06 Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 28 of 147 SUCCESS (0 secs / 3.501 secs) 21:15:06 Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 29 of 147 SUCCESS (0 secs / 3.572 secs) 21:15:06 Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 30 of 147 SUCCESS (0 secs / 3.62 secs) 21:15:06 Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 31 of 147 SUCCESS (0 secs / 3.638 secs) 21:15:06 Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 32 of 147 SUCCESS (0 secs / 3.647 secs) 21:15:06 Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 33 of 147 SUCCESS (0 secs / 3.782 secs) 21:15:06 Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 34 of 147 SUCCESS (0 secs / 3.81 secs) 21:15:06 Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 35 of 147 SUCCESS (0 secs / 3.821 secs) 21:15:06 Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 36 of 147 SUCCESS (0 secs / 3.86 secs) 21:15:06 Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 37 of 147 SUCCESS (0 secs / 4.015 secs) 21:15:07 Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 38 of 147 SUCCESS (0 secs / 4.111 secs) 21:15:07 Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 39 of 147 SUCCESS (0 secs / 4.226 secs) 21:15:07 Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 40 of 147 SUCCESS (0 secs / 4.277 secs) 21:15:07 Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 41 of 147 SUCCESS (0 secs / 4.291 secs) 21:15:07 Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 42 of 147 SUCCESS (0 secs / 4.326 secs) 21:15:07 Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 43 of 147 SUCCESS (0 secs / 4.444 secs) 21:15:08 Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 44 of 147 SUCCESS (0 secs / 4.752 secs) 21:15:08 Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 45 of 147 SUCCESS (0 secs / 4.937 secs) 21:15:08 Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 46 of 147 SUCCESS (0 secs / 5.093 secs) 21:15:08 Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 47 of 147 SUCCESS (0 secs / 5.145 secs) 21:15:08 Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 48 of 147 SUCCESS (0 secs / 5.205 secs) 21:15:08 Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 49 of 147 SUCCESS (0 secs / 5.234 secs) 21:15:08 Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 50 of 147 SUCCESS (0 secs / 5.265 secs) 21:15:08 Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 51 of 147 SUCCESS (0 secs / 5.372 secs) 21:15:08 Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 52 of 147 SUCCESS (0 secs / 5.46 secs) 21:15:08 Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 53 of 147 SUCCESS (0 secs / 5.473 secs) 21:15:08 Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 54 of 147 SUCCESS (0 secs / 5.482 secs) 21:15:08 Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 55 of 147 SUCCESS (0 secs / 5.493 secs) 21:15:08 Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 56 of 147 SUCCESS (0 secs / 5.503 secs) 21:15:08 Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 57 of 147 SUCCESS (0 secs / 5.559 secs) 21:15:09 Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 58 of 147 SUCCESS (0 secs / 5.73 secs) 21:15:09 Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 59 of 147 SUCCESS (0 secs / 5.777 secs) 21:15:09 Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 60 of 147 SUCCESS (0 secs / 5.893 secs) 21:15:09 Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 61 of 147 SUCCESS (0 secs / 5.929 secs) 21:15:09 Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 62 of 147 SUCCESS (0 secs / 6.039 secs) 21:15:09 Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 63 of 147 SUCCESS (0 secs / 6.09 secs) 21:15:10 Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 64 of 147 SUCCESS (0 secs / 6.236 secs) 21:15:10 Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 65 of 147 SUCCESS (0 secs / 6.279 secs) 21:15:10 Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 66 of 147 SUCCESS (0 secs / 6.325 secs) 21:15:10 Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 67 of 147 SUCCESS (0 secs / 6.34 secs) 21:15:10 Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 68 of 147 SUCCESS (0 secs / 6.352 secs) 21:15:10 Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 69 of 147 SUCCESS (0 secs / 6.423 secs) 21:15:10 Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 70 of 147 SUCCESS (0 secs / 6.436 secs) 21:15:10 Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 71 of 147 SUCCESS (0 secs / 6.443 secs) 21:15:10 Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 72 of 147 SUCCESS (0 secs / 6.485 secs) 21:15:10 Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 73 of 147 SUCCESS (0 secs / 6.637 secs) 21:15:10 Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 74 of 147 SUCCESS (0 secs / 6.663 secs) 21:15:10 Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 75 of 147 SUCCESS (0 secs / 6.674 secs) 21:15:10 Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 76 of 147 SUCCESS (0 secs / 6.7 secs) 21:15:10 ERROR: 'NG0304: 'router-outlet' is not a known element: 21:15:10 1. If 'router-outlet' is an Angular component, then verify that it is part of this module. 21:15:10 2. If 'router-outlet' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.' 21:15:10 Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 76 of 147 SUCCESS (0 secs / 6.7 secs) 21:15:10 ERROR: 'NG0304: 'router-outlet' is not a known element: 21:15:10 1. If 'router-outlet' is an Angular component, then verify that it is part of this module. 21:15:10 2. If 'router-outlet' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.' 21:15:10 Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 77 of 147 SUCCESS (0 secs / 6.724 secs) 21:15:10 Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 78 of 147 SUCCESS (0 secs / 6.774 secs) 21:15:10 Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 79 of 147 SUCCESS (0 secs / 6.814 secs) 21:15:10 Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 80 of 147 SUCCESS (0 secs / 6.837 secs) 21:15:10 Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 81 of 147 SUCCESS (0 secs / 6.858 secs) 21:15:11 Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 82 of 147 SUCCESS (0 secs / 6.907 secs) 21:15:11 Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 83 of 147 SUCCESS (0 secs / 6.946 secs) 21:15:11 Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 84 of 147 SUCCESS (0 secs / 7.079 secs) 21:15:11 Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 85 of 147 SUCCESS (0 secs / 7.246 secs) 21:15:11 Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 86 of 147 SUCCESS (0 secs / 7.263 secs) 21:15:11 Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 87 of 147 SUCCESS (0 secs / 7.32 secs) 21:15:11 Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 88 of 147 SUCCESS (0 secs / 7.366 secs) 21:15:11 Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 89 of 147 SUCCESS (0 secs / 7.523 secs) 21:15:11 Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 90 of 147 SUCCESS (0 secs / 7.538 secs) 21:15:11 Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 91 of 147 SUCCESS (0 secs / 7.548 secs) 21:15:11 Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 92 of 147 SUCCESS (0 secs / 7.57 secs) 21:15:11 Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 93 of 147 SUCCESS (0 secs / 7.583 secs) 21:15:12 Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 94 of 147 SUCCESS (0 secs / 7.68 secs) 21:15:12 Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 95 of 147 SUCCESS (0 secs / 7.797 secs) 21:15:12 Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 96 of 147 SUCCESS (0 secs / 7.81 secs) 21:15:12 Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 97 of 147 SUCCESS (0 secs / 7.821 secs) 21:15:12 Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 98 of 147 SUCCESS (0 secs / 7.875 secs) 21:15:12 Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 99 of 147 SUCCESS (0 secs / 7.89 secs) 21:15:12 Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 100 of 147 SUCCESS (0 secs / 7.98 secs) 21:15:12 Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 101 of 147 SUCCESS (0 secs / 8.088 secs) 21:15:12 Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 102 of 147 SUCCESS (0 secs / 8.103 secs) 21:15:12 Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 103 of 147 SUCCESS (0 secs / 8.165 secs) 21:15:12 Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 104 of 147 SUCCESS (0 secs / 8.198 secs) 21:15:12 Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 105 of 147 SUCCESS (0 secs / 8.222 secs) 21:15:12 Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 106 of 147 SUCCESS (0 secs / 8.234 secs) 21:15:12 Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 107 of 147 SUCCESS (0 secs / 8.253 secs) 21:15:12 Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 108 of 147 SUCCESS (0 secs / 8.402 secs) 21:15:13 Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 109 of 147 SUCCESS (0 secs / 8.503 secs) 21:15:13 Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 110 of 147 SUCCESS (0 secs / 8.546 secs) 21:15:13 Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 111 of 147 SUCCESS (0 secs / 8.661 secs) 21:15:13 Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 112 of 147 SUCCESS (0 secs / 8.694 secs) 21:15:13 Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 113 of 147 SUCCESS (0 secs / 8.727 secs) 21:15:13 Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 114 of 147 SUCCESS (0 secs / 8.781 secs) 21:15:13 Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 115 of 147 SUCCESS (0 secs / 8.824 secs) 21:15:13 Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 116 of 147 SUCCESS (0 secs / 8.926 secs) 21:15:14 Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 117 of 147 SUCCESS (0 secs / 8.993 secs) 21:15:14 Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 118 of 147 SUCCESS (0 secs / 9.042 secs) 21:15:14 Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 119 of 147 SUCCESS (0 secs / 9.189 secs) 21:15:14 Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 120 of 147 SUCCESS (0 secs / 9.225 secs) 21:15:14 Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 121 of 147 SUCCESS (0 secs / 9.287 secs) 21:15:14 Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 122 of 147 SUCCESS (0 secs / 9.302 secs) 21:15:14 Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 123 of 147 SUCCESS (0 secs / 9.357 secs) 21:15:14 Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 124 of 147 SUCCESS (0 secs / 9.511 secs) 21:15:14 Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 125 of 147 SUCCESS (0 secs / 9.56 secs) 21:15:14 Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 126 of 147 SUCCESS (0 secs / 9.605 secs) 21:15:14 Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 127 of 147 SUCCESS (0 secs / 9.673 secs) 21:15:15 Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 128 of 147 SUCCESS (0 secs / 9.774 secs) 21:15:15 Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 129 of 147 SUCCESS (0 secs / 9.894 secs) 21:15:15 Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 130 of 147 SUCCESS (0 secs / 9.94 secs) 21:15:15 Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 131 of 147 SUCCESS (0 secs / 9.983 secs) 21:15:15 Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 132 of 147 SUCCESS (0 secs / 10.057 secs) 21:15:15 Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 133 of 147 SUCCESS (0 secs / 10.082 secs) 21:15:15 Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 134 of 147 SUCCESS (0 secs / 10.109 secs) 21:15:15 Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 135 of 147 SUCCESS (0 secs / 10.131 secs) 21:15:15 Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 136 of 147 SUCCESS (0 secs / 10.153 secs) 21:15:15 Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 137 of 147 SUCCESS (0 secs / 10.25 secs) 21:15:15 Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 138 of 147 SUCCESS (0 secs / 10.264 secs) 21:15:15 Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 139 of 147 SUCCESS (0 secs / 10.275 secs) 21:15:15 Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 140 of 147 SUCCESS (0 secs / 10.31 secs) 21:15:15 Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 141 of 147 SUCCESS (0 secs / 10.342 secs) 21:15:16 Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 142 of 147 SUCCESS (0 secs / 10.517 secs) 21:15:16 Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 143 of 147 SUCCESS (0 secs / 10.593 secs) 21:15:16 Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 144 of 147 SUCCESS (0 secs / 10.639 secs) 21:15:16 Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 145 of 147 SUCCESS (0 secs / 10.661 secs) 21:15:16 Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 146 of 147 SUCCESS (0 secs / 10.682 secs) 21:15:16 Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 147 of 147 SUCCESS (0 secs / 10.7 secs) 21:15:17 Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 147 of 147 SUCCESS (15.239 secs / 10.7 secs) 21:15:17 TOTAL: 147 SUCCESS 21:15:17 ✔ Browser application bundle generation complete. 21:15:20 21:15:20 =============================== Coverage summary =============================== 21:15:20 Statements : 41.06% ( 1474/3590 ) 21:15:20 Branches : 11.75% ( 114/970 ) 21:15:20 Functions : 32.29% ( 423/1310 ) 21:15:20 Lines : 39.05% ( 1329/3403 ) 21:15:20 ================================================================================ 21:15:20 24 10 2023 21:15:20.053:WARN [launcher]: ChromeHeadless was not killed in 2000 ms, sending SIGKILL. 21:15:20 ✔ Browser application bundle generation complete. 21:15:21 make[1]: Leaving directory '/w/workspace/edgex-ui-go/126/web' [Pipeline] echo 21:15:21 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 21:15:21 $ docker stop --time=1 b449a2e6ffb83cc0c95b40d1095d5ec28aec4f1b5b2e2699af52cbb793d51367 21:15:23 $ docker rm -f --volumes b449a2e6ffb83cc0c95b40d1095d5ec28aec4f1b5b2e2699af52cbb793d51367 [Pipeline] // withDockerContainer [Pipeline] sh 21:15:24 + sudo chown -R jenkins:jenkins . [Pipeline] stash 21:15:27 Warning: overwriting stash ‘coverage-report’ 21:15:34 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 21:15:34 + sudo chown -R jenkins:jenkins . [Pipeline] sh 21:15:37 + ls -al . 21:15:37 total 172 21:15:37 drwxrwxr-x 12 jenkins jenkins 4096 Oct 24 21:03 . 21:15:37 drwxrwxr-x 4 jenkins jenkins 4096 Oct 24 20:59 .. 21:15:37 drwxrwxr-x 2 jenkins jenkins 4096 Oct 24 20:59 .blubracket 21:15:37 -rw-rw-r-- 1 jenkins jenkins 18 Oct 24 20:59 .dockerignore 21:15:37 drwxrwxr-x 8 jenkins jenkins 4096 Oct 24 20:59 .git 21:15:37 drwxrwxr-x 3 jenkins jenkins 4096 Oct 24 20:59 .github 21:15:37 -rw-rw-r-- 1 jenkins jenkins 135 Oct 24 20:59 .gitignore 21:15:37 -rw-rw-r-- 1 jenkins jenkins 8418 Oct 24 20:59 Attribution.txt 21:15:37 -rw-rw-r-- 1 jenkins jenkins 19103 Oct 24 20:59 CHANGELOG.md 21:15:37 -rw-rw-r-- 1 jenkins jenkins 3959 Oct 24 20:59 CONTRIBUTING.md 21:15:37 -rw-rw-r-- 1 jenkins jenkins 1788 Oct 24 20:59 Dockerfile 21:15:37 -rw-rw-r-- 1 jenkins jenkins 652 Oct 24 20:59 Jenkinsfile 21:15:37 -rw-rw-r-- 1 jenkins jenkins 11357 Oct 24 20:59 LICENSE 21:15:37 -rw-rw-r-- 1 jenkins jenkins 2134 Oct 24 20:59 Makefile 21:15:37 -rw-rw-r-- 1 jenkins jenkins 4381 Oct 24 20:59 README.md 21:15:37 -rw-rw-r-- 1 jenkins jenkins 11 Oct 24 20:56 VERSION 21:15:37 drwxrwxr-x 3 jenkins jenkins 4096 Oct 24 20:59 assets 21:15:37 drwxrwxr-x 2 jenkins jenkins 4096 Oct 24 20:59 bin 21:15:37 drwxrwxr-x 3 jenkins jenkins 4096 Oct 24 20:59 cmd 21:15:37 -rw-r--r-- 1 jenkins jenkins 10 Oct 24 21:03 coverage.out 21:15:37 drwxrwxr-x 2 jenkins jenkins 4096 Oct 24 20:59 docs 21:15:37 -rw-rw-r-- 1 jenkins jenkins 2999 Oct 24 20:59 go.mod 21:15:37 -rw-rw-r-- 1 jenkins jenkins 30528 Oct 24 20:59 go.sum 21:15:37 drwxrwxr-x 8 jenkins jenkins 4096 Oct 24 20:59 internal 21:15:37 drwxrwxr-x 4 jenkins jenkins 4096 Oct 24 20:59 testing 21:15:37 -rw-rw-r-- 1 jenkins jenkins 155 Oct 24 20:59 version.go 21:15:37 drwxrwxr-x 6 jenkins jenkins 4096 Oct 24 21:05 web [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:15:37 + 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=7cad7c501d971a86f82a29c9533a93a6d95b4e6d --label arch=arm64 --label version=3.1.0-dev.7 . 21:15:39 Sending build context to Docker daemon 34.17MB 21:15:39 Step 1/25 : ARG BASE=golang:1.21-alpine3.18 21:15:39 Step 2/25 : FROM ${BASE} AS builder 21:15:39 ---> 5b72193a4195 21:15:39 Step 3/25 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" 21:15:40 ---> Running in 40af9fb2c413 21:15:40 Removing intermediate container 40af9fb2c413 21:15:40 ---> 8b1f24d2dd48 21:15:40 Step 4/25 : ARG ALPINE_PKG_BASE="make git" 21:15:40 ---> Running in 8cc667573e1a 21:15:40 Removing intermediate container 8cc667573e1a 21:15:40 ---> 7609bd5eb073 21:15:40 Step 5/25 : ARG ALPINE_PKG_EXTRA="" 21:15:40 ---> Running in dc47f4214461 21:15:41 Removing intermediate container dc47f4214461 21:15:41 ---> de87782daa21 21:15:41 Step 6/25 : LABEL Name=edgex-ui-go 21:15:41 ---> Running in c2e09603cb2f 21:15:41 Removing intermediate container c2e09603cb2f 21:15:41 ---> 11e5a7679e94 21:15:41 Step 7/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2023: Intel' 21:15:41 ---> Running in 08a18b9356e6 21:15:42 Removing intermediate container 08a18b9356e6 21:15:42 ---> 9aada33b095f 21:15:42 Step 8/25 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 21:15:44 ---> cd1c8326b722 21:15:44 Step 9/25 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 21:15:44 ---> Running in 7243e51ef91a 21:15:45 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 21:15:46 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 21:15:47 OK: 266 MiB in 52 packages 21:15:48 Removing intermediate container 7243e51ef91a 21:15:48 ---> 0c10ae21bb02 21:15:48 Step 10/25 : ENV GO111MODULE=on 21:15:48 ---> Running in d1ae63fd48f1 21:15:48 Removing intermediate container d1ae63fd48f1 21:15:48 ---> a8d04a7fcc78 21:15:48 Step 11/25 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go 21:15:48 ---> Running in f6e68e65caf7 21:15:48 Removing intermediate container f6e68e65caf7 21:15:48 ---> 2626c0dcdac2 21:15:48 Step 12/25 : COPY go.mod vendor* ./ 21:15:49 ---> 813c1d5353d1 21:15:49 Step 13/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 21:15:49 ---> Running in a249354ea186 21:15:52 Removing intermediate container a249354ea186 21:15:52 ---> 61de8e13691e 21:15:52 Step 14/25 : COPY . . 21:15:57 ---> 6293bf2d3091 21:15:57 Step 15/25 : RUN ${MAKE} 21:15:57 ---> Running in fcb4d730c158 21:15:57 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus" -ldflags "-X github.com/edgexfoundry/edgex-ui-go.Version=3.1.0-dev.7" -trimpath -o cmd/edgex-ui-server/edgex-ui-server ./cmd/edgex-ui-server 21:17:34 Removing intermediate container fcb4d730c158 21:17:34 ---> b3572cbd16d8 21:17:34 Step 16/25 : FROM alpine:3.18 21:17:34 3.18: Pulling from library/alpine 21:17:34 579b34f0a95b: Already exists 21:17:34 Digest: sha256:eece025e432126ce23f223450a0326fbebde39cdf496a85d8c016293fc851978 21:17:34 Status: Downloaded newer image for alpine:3.18 21:17:34 ---> 3cc203321400 21:17:34 Step 17/25 : EXPOSE 4000 21:17:34 ---> Running in fcc19bae6e23 21:17:34 Removing intermediate container fcc19bae6e23 21:17:34 ---> 195b74a56bf3 21:17:34 Step 18/25 : COPY --from=builder /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server 21:17:34 ---> 6eb3719df2de 21:17:34 Step 19/25 : COPY --from=builder /go/src/github.com/edgexfoundry/edgex-ui-go/Attribution.txt /Attribution.txt 21:17:34 ---> d2916df6aa9c 21:17:34 Step 20/25 : COPY --from=builder /go/src/github.com/edgexfoundry/edgex-ui-go/LICENSE /LICENSE 21:17:34 ---> 4ba6d13ebde8 21:17:34 Step 21/25 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server 21:17:34 ---> Running in fc0927ff714e 21:17:34 Removing intermediate container fc0927ff714e 21:17:34 ---> 86949697f88c 21:17:34 Step 22/25 : ENTRYPOINT ["./edgex-ui-server","--configDir=res/docker"] 21:17:34 ---> Running in 2c4a9643da2b 21:17:34 Removing intermediate container 2c4a9643da2b 21:17:34 ---> 66c6c574535d 21:17:34 Step 23/25 : LABEL arch=arm64 21:17:34 ---> Running in d052f7853a06 21:17:34 Removing intermediate container d052f7853a06 21:17:34 ---> 024b591094dc 21:17:34 Step 24/25 : LABEL git_sha=7cad7c501d971a86f82a29c9533a93a6d95b4e6d 21:17:34 ---> Running in d2b59b388d57 21:17:34 Removing intermediate container d2b59b388d57 21:17:34 ---> be1bf45a53d1 21:17:34 Step 25/25 : LABEL version=3.1.0-dev.7 21:17:34 ---> Running in 3b6fe8dabc6c 21:17:34 Removing intermediate container 3b6fe8dabc6c 21:17:34 ---> a46d64333fed 21:17:34 [Warning] One or more build-args [ARCH] were not consumed 21:17:34 Successfully built a46d64333fed 21:17:34 Successfully tagged edgex-ui-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 21:17:34 provisioning config files... 21:17:34 copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/126@tmp/config6301212083587076359tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 21:17:35 ---> docker-login.sh 21:17:35 nexus3.edgexfoundry.org:10001 21:17:35 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:17:35 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:17:35 Configure a credential helper to remove this warning. See 21:17:35 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:17:35 21:17:35 Login Succeeded 21:17:35 nexus3.edgexfoundry.org:10002 21:17:35 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:17:35 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:17:35 Configure a credential helper to remove this warning. See 21:17:35 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:17:35 21:17:35 Login Succeeded 21:17:35 nexus3.edgexfoundry.org:10003 21:17:36 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:17:36 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:17:36 Configure a credential helper to remove this warning. See 21:17:36 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:17:36 21:17:36 Login Succeeded 21:17:36 nexus3.edgexfoundry.org:10004 21:17:36 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:17:36 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:17:36 Configure a credential helper to remove this warning. See 21:17:36 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:17:36 21:17:36 Login Succeeded 21:17:36 docker.io 21:17:36 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:17:37 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:17:37 Configure a credential helper to remove this warning. See 21:17:37 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:17:37 21:17:37 Login Succeeded 21:17:37 ---> docker-login.sh ends [Pipeline] } 21:17:37 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 21:17:37 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 21:17:37 [edgeXDocker.push] Tagging docker image edgex-ui-arm64 with the following tags: 21:17:37 7cad7c501d971a86f82a29c9533a93a6d95b4e6d 21:17:37 latest 21:17:37 3.1.0-dev.7 21:17:37 7cad7c501d971a86f82a29c9533a93a6d95b4e6d-3.1.0-dev.7 21:17:37 main 21:17:37 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:17:37 + docker tag edgex-ui-arm64 nexus3.edgexfoundry.org:10004/edgex-ui-arm64:7cad7c501d971a86f82a29c9533a93a6d95b4e6d [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:17:37 + docker push nexus3.edgexfoundry.org:10004/edgex-ui-arm64:7cad7c501d971a86f82a29c9533a93a6d95b4e6d 21:17:37 The push refers to repository [nexus3.edgexfoundry.org:10004/edgex-ui-arm64] 21:17:37 2619dc2a6daf: Preparing 21:17:37 8dc24b3a582b: Preparing 21:17:37 d7b7e27b0d8b: Preparing 21:17:37 5f4d9fc4d98d: Preparing 21:17:37 5f4d9fc4d98d: Layer already exists 21:17:38 8dc24b3a582b: Pushed 21:17:38 2619dc2a6daf: Pushed 21:17:46 d7b7e27b0d8b: Pushed 21:17:46 7cad7c501d971a86f82a29c9533a93a6d95b4e6d: digest: sha256:e9a4c2ebeea9ddb1e4f32e06a5c8569beb7523d73b5e56df857e0785723dbda9 size: 1156 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:17:46 + docker tag edgex-ui-arm64 nexus3.edgexfoundry.org:10004/edgex-ui-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:17:47 + docker push nexus3.edgexfoundry.org:10004/edgex-ui-arm64:latest 21:17:47 The push refers to repository [nexus3.edgexfoundry.org:10004/edgex-ui-arm64] 21:17:47 2619dc2a6daf: Preparing 21:17:47 8dc24b3a582b: Preparing 21:17:47 d7b7e27b0d8b: Preparing 21:17:47 5f4d9fc4d98d: Preparing 21:17:47 5f4d9fc4d98d: Layer already exists 21:17:47 8dc24b3a582b: Layer already exists 21:17:47 d7b7e27b0d8b: Layer already exists 21:17:47 2619dc2a6daf: Layer already exists 21:17:47 latest: digest: sha256:e9a4c2ebeea9ddb1e4f32e06a5c8569beb7523d73b5e56df857e0785723dbda9 size: 1156 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:17:47 + docker tag edgex-ui-arm64 nexus3.edgexfoundry.org:10004/edgex-ui-arm64:3.1.0-dev.7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:17:47 + docker push nexus3.edgexfoundry.org:10004/edgex-ui-arm64:3.1.0-dev.7 21:17:47 The push refers to repository [nexus3.edgexfoundry.org:10004/edgex-ui-arm64] 21:17:47 2619dc2a6daf: Preparing 21:17:47 8dc24b3a582b: Preparing 21:17:47 d7b7e27b0d8b: Preparing 21:17:47 5f4d9fc4d98d: Preparing 21:17:47 2619dc2a6daf: Layer already exists 21:17:47 5f4d9fc4d98d: Layer already exists 21:17:47 8dc24b3a582b: Layer already exists 21:17:47 d7b7e27b0d8b: Layer already exists 21:17:47 3.1.0-dev.7: digest: sha256:e9a4c2ebeea9ddb1e4f32e06a5c8569beb7523d73b5e56df857e0785723dbda9 size: 1156 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:17:48 + docker tag edgex-ui-arm64 nexus3.edgexfoundry.org:10004/edgex-ui-arm64:7cad7c501d971a86f82a29c9533a93a6d95b4e6d-3.1.0-dev.7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:17:50 + docker push nexus3.edgexfoundry.org:10004/edgex-ui-arm64:7cad7c501d971a86f82a29c9533a93a6d95b4e6d-3.1.0-dev.7 21:17:50 The push refers to repository [nexus3.edgexfoundry.org:10004/edgex-ui-arm64] 21:17:50 2619dc2a6daf: Preparing 21:17:50 8dc24b3a582b: Preparing 21:17:50 d7b7e27b0d8b: Preparing 21:17:50 5f4d9fc4d98d: Preparing 21:17:50 5f4d9fc4d98d: Layer already exists 21:17:50 d7b7e27b0d8b: Layer already exists 21:17:50 8dc24b3a582b: Layer already exists 21:17:50 2619dc2a6daf: Layer already exists 21:17:50 7cad7c501d971a86f82a29c9533a93a6d95b4e6d-3.1.0-dev.7: digest: sha256:e9a4c2ebeea9ddb1e4f32e06a5c8569beb7523d73b5e56df857e0785723dbda9 size: 1156 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:17:50 + docker tag edgex-ui-arm64 nexus3.edgexfoundry.org:10004/edgex-ui-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:17:51 + docker push nexus3.edgexfoundry.org:10004/edgex-ui-arm64:main 21:17:51 The push refers to repository [nexus3.edgexfoundry.org:10004/edgex-ui-arm64] 21:17:51 2619dc2a6daf: Preparing 21:17:51 8dc24b3a582b: Preparing 21:17:51 d7b7e27b0d8b: Preparing 21:17:51 5f4d9fc4d98d: Preparing 21:17:51 2619dc2a6daf: Layer already exists 21:17:51 d7b7e27b0d8b: Layer already exists 21:17:51 5f4d9fc4d98d: Layer already exists 21:17:51 8dc24b3a582b: Layer already exists 21:17:51 main: digest: sha256:e9a4c2ebeea9ddb1e4f32e06a5c8569beb7523d73b5e56df857e0785723dbda9 size: 1156 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 21:17:51 ===================================================== [Pipeline] echo 21:17:51 taggedImages: 21:17:51 - nexus3.edgexfoundry.org:10004/edgex-ui-arm64:7cad7c501d971a86f82a29c9533a93a6d95b4e6d 21:17:51 - nexus3.edgexfoundry.org:10004/edgex-ui-arm64:latest 21:17:51 - nexus3.edgexfoundry.org:10004/edgex-ui-arm64:3.1.0-dev.7 21:17:51 - nexus3.edgexfoundry.org:10004/edgex-ui-arm64:7cad7c501d971a86f82a29c9533a93a6d95b4e6d-3.1.0-dev.7 21:17:51 - nexus3.edgexfoundry.org:10004/edgex-ui-arm64:main [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:17:51 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 21:17:51 21:17:51 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:17:52 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 21:17:52 arm64: Pulling from edgex-lftools-log-publisher 21:17:52 8998bd30e6a1: Pulling fs layer 21:17:52 04944245beec: Pulling fs layer 21:17:52 699f458cf7ca: Pulling fs layer 21:17:52 765212b225bb: Pulling fs layer 21:17:52 f23df028b6ca: Pulling fs layer 21:17:52 d65c8cfc05b1: Pulling fs layer 21:17:52 2437ff75d9bd: Pulling fs layer 21:17:52 765212b225bb: Waiting 21:17:52 f23df028b6ca: Waiting 21:17:52 d65c8cfc05b1: Waiting 21:17:52 2437ff75d9bd: Waiting 21:17:52 04944245beec: Verifying Checksum 21:17:52 04944245beec: Download complete 21:17:52 765212b225bb: Verifying Checksum 21:17:52 765212b225bb: Download complete 21:17:52 f23df028b6ca: Download complete 21:17:52 d65c8cfc05b1: Verifying Checksum 21:17:52 d65c8cfc05b1: Download complete 21:17:52 699f458cf7ca: Verifying Checksum 21:17:52 699f458cf7ca: Download complete 21:17:53 8998bd30e6a1: Verifying Checksum 21:17:53 8998bd30e6a1: Download complete 21:17:55 2437ff75d9bd: Verifying Checksum 21:17:55 2437ff75d9bd: Download complete 21:17:57 8998bd30e6a1: Pull complete 21:17:58 04944245beec: Pull complete 21:17:59 699f458cf7ca: Pull complete 21:17:59 765212b225bb: Pull complete 21:18:05 f23df028b6ca: Pull complete 21:18:05 d65c8cfc05b1: Pull complete 21:18:23 2437ff75d9bd: Pull complete 21:18:23 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 21:18:23 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 21:18:23 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 21:18:23 prd-ubuntu20.04-docker-arm64-4c-16g-10281 does not seem to be running inside a container 21:18:23 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-ui-go/126 -v /w/workspace/edgex-ui-go/126:/w/workspace/edgex-ui-go/126:rw,z -v /w/workspace/edgex-ui-go/126@tmp:/w/workspace/edgex-ui-go/126@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat 21:18:26 $ docker top fed3c41c25fcbde0f3eb36c2a79712ce3b34877a2b7c5bad85945bc6e30bfae3 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 21:18:27 ---> job-cost.sh 21:18:27 lf-activate-venv: SKIPPING 21:18:27 INFO: No Stack... 21:18:27 INFO: Retrieving Pricing Info for: v3-standard-4 21:18:28 INFO: Archiving Costs [Pipeline] sh 21:18:29 + cat /w/workspace/edgex-ui-go/126/archives/cost.csv 21:18:29 + cut -d, -f6 [Pipeline] lock 21:18:29 Trying to acquire lock on [jenkins-edgexfoundry-edgex-ui-go-main-126-stack-cost] 21:18:29 Resource [jenkins-edgexfoundry-edgex-ui-go-main-126-stack-cost] did not exist. Created. 21:18:29 Lock acquired on [jenkins-edgexfoundry-edgex-ui-go-main-126-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 21:18:29 /w/workspace/edgex-ui-go/126@tmp/durable-72fff286/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh 21:18:30 + echo total: 0.10999999940395355 [Pipeline] stash 21:18:30 Warning: overwriting stash ‘stack-cost’ 21:18:36 Stashed 1 file(s) [Pipeline] } 21:18:36 Lock released on resource [jenkins-edgexfoundry-edgex-ui-go-main-126-stack-cost] [Pipeline] // lock [Pipeline] } 21:18:36 $ docker stop --time=1 fed3c41c25fcbde0f3eb36c2a79712ce3b34877a2b7c5bad85945bc6e30bfae3 21:18:38 $ docker rm -f --volumes fed3c41c25fcbde0f3eb36c2a79712ce3b34877a2b7c5bad85945bc6e30bfae3 [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 21:18:39 provisioning config files... 21:18:39 copy managed file [edgex-ui-go-codecov-token] to file:/w/workspace/edgexfoundry_edgex-ui-go_main@tmp/config12614651698313856167tmp [Pipeline] { [Pipeline] sh 21:18:40 + set +x 21:18:40 + curl -s https://codecov.io/bash 21:18:40 + bash -s -- 21:18:40 21:18:40 _____ _ 21:18:40 / ____| | | 21:18:40 | | ___ __| | ___ ___ _____ __ 21:18:40 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 21:18:40 | |___| (_) | (_| | __/ (_| (_) \ V / 21:18:40 \_____\___/ \__,_|\___|\___\___/ \_/ 21:18:40 Bash-1.0.6 21:18:40 21:18:40 21:18:40 ==> git version 2.25.1 found 21:18:40 ==> 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 21:18:40 Release-Date: 2020-01-08 21:18:40 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 21:18:40 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 21:18:40 ==> Jenkins CI detected. 21:18:40 current dir:  /w/workspace/edgexfoundry_edgex-ui-go_main 21:18:40 project root: . 21:18:40 --> token set from env 21:18:40 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 21:18:40 ==> Running gcov in . (disable via -X gcov) 21:18:41 ==> Python coveragepy not found 21:18:41 ==> Searching for coverage reports in: 21:18:41 + . 21:18:41 -> Found 1 reports 21:18:41 ==> Detecting git/mercurial file structure 21:18:41 ==> Reading reports 21:18:41 + ./coverage.out bytes=10 21:18:41 ==> Appending adjustments 21:18:41 https://docs.codecov.io/docs/fixing-reports 21:18:41 + Found adjustments 21:18:41 ==> Gzipping contents 21:18:41 12K /tmp/codecov.wHZjek.gz 21:18:41 ==> Uploading reports 21:18:41 url: https://codecov.io 21:18:41 query: branch=main&commit=7cad7c501d971a86f82a29c9533a93a6d95b4e6d&build=126&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2Fmain%2F126%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=&job=&cmd_args= 21:18:41 -> Pinging Codecov 21:18:41 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=bafa3062-778c-4190-9a80-d8a5ae27d9ba&branch=main&commit=7cad7c501d971a86f82a29c9533a93a6d95b4e6d&build=126&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2Fmain%2F126%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=&job=&cmd_args= 21:18:44 -> Uploading to 21:18:44 https://storage.googleapis.com/codecov/v4/raw/2023-10-24/FB506323287CE973F263BFD2A0EB1F37/7cad7c501d971a86f82a29c9533a93a6d95b4e6d/ea115f73-5051-40ff-9e73-fdacd2063d0a.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20231024%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20231024T211842Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=8e31311f8263a1673a490bc62cf56597eca9c60b1ca5626a61283ea8626a2af9 21:18:44 % Total % Received % Xferd Average Speed Time Time Time Current 21:18:44 Dload Upload Total Spent Left Speed 21:18:44 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 100 8745 0 0 100 8745 0 3406 0:00:02 0:00:02 --:--:-- 3405 21:18:44 -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/edgex-ui-go/commit/7cad7c501d971a86f82a29c9533a93a6d95b4e6d [Pipeline] } 21:18:44 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 21:18:45 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 21:18:45 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:18:45 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 21:18:45 21:18:45 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:18:45 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 21:18:45 1.410.4: Pulling from edgex-devops/edgex-snyk-go 21:18:45 df9b9388f04a: Pulling fs layer 21:18:45 52dc419b0ee2: Pulling fs layer 21:18:45 25bc292e5bac: Pulling fs layer 21:18:45 114826534d7a: Pulling fs layer 21:18:45 4657fd5d0bcf: Pulling fs layer 21:18:45 6ad1cebc031e: Pulling fs layer 21:18:45 8a3aa393b2d8: Pulling fs layer 21:18:45 4657fd5d0bcf: Waiting 21:18:45 6ad1cebc031e: Waiting 21:18:45 8a3aa393b2d8: Waiting 21:18:45 114826534d7a: Waiting 21:18:45 25bc292e5bac: Download complete 21:18:45 52dc419b0ee2: Verifying Checksum 21:18:45 52dc419b0ee2: Download complete 21:18:45 4657fd5d0bcf: Verifying Checksum 21:18:45 4657fd5d0bcf: Download complete 21:18:45 df9b9388f04a: Verifying Checksum 21:18:46 df9b9388f04a: Pull complete 21:18:46 52dc419b0ee2: Pull complete 21:18:46 25bc292e5bac: Pull complete 21:18:46 6ad1cebc031e: Download complete 21:18:46 114826534d7a: Download complete 21:18:46 8a3aa393b2d8: Verifying Checksum 21:18:46 8a3aa393b2d8: Download complete 21:18:49 114826534d7a: Pull complete 21:18:49 4657fd5d0bcf: Pull complete 21:18:50 6ad1cebc031e: Pull complete 21:18:52 8a3aa393b2d8: Pull complete 21:18:52 Digest: sha256:4b4dcd1004c4b70ae7ff23424eaa7ae18978b3759dc64bf5c8870aa20fc5e024 21:18:52 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 21:18:52 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 21:18:52 prd-ubuntu20.04-docker-8c-8g-10279 does not seem to be running inside a container 21:18:52 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/edgexfoundry_edgex-ui-go_main -v /w/workspace/edgexfoundry_edgex-ui-go_main:/w/workspace/edgexfoundry_edgex-ui-go_main:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_main@tmp:/w/workspace/edgexfoundry_edgex-ui-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat 21:18:56 $ docker top a4ffd080a1ce40d5aac858378b9871e9174f7787b0b4415ac1aee74392ce544e -eo pid,comm [Pipeline] { [Pipeline] echo 21:18:56 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/edgex-ui-go:main' [Pipeline] sh 21:18:56 + set -o pipefail 21:18:56 + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/edgex-ui-go:main' 21:19:04 21:19:04 Monitoring /w/workspace/edgexfoundry_edgex-ui-go_main (github.com/edgexfoundry/edgex-ui-go)... 21:19:04 21:19:04 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/7194102e-7717-4d41-94c9-45c94ef4359f/history/4c3235a9-4750-4fff-ac0d-a530ed63d3f1 21:19:04 21:19:04 Tip: Detected multiple supported manifests (1), use --all-projects to scan all of them at once. 21:19:04 21:19:04 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 21:19:04 21:19:06 21:19:06 A medium severity vulnerability was found in the Snyk CLI versions you are using. 21:19:06 We fixed the vulnerability in version 1.996.0. We recommend updating to the latest version. 21:19:06 More details here: https://snyk.co/ue1NS [Pipeline] } 21:19:06 $ docker stop --time=1 a4ffd080a1ce40d5aac858378b9871e9174f7787b0b4415ac1aee74392ce544e 21:19:09 $ docker rm -f --volumes a4ffd080a1ce40d5aac858378b9871e9174f7787b0b4415ac1aee74392ce544e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [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) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] sh 21:19:10 + git log --format=format:%s -1 7cad7c501d971a86f82a29c9533a93a6d95b4e6d [Pipeline] sh 21:19:10 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 21:19:10 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:19:11 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 21:19:11 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 21:19:11 prd-ubuntu20.04-docker-8c-8g-10279 does not seem to be running inside a container 21:19:11 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_edgex-ui-go_main -v /w/workspace/edgexfoundry_edgex-ui-go_main:/w/workspace/edgexfoundry_edgex-ui-go_main:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_main@tmp:/w/workspace/edgexfoundry_edgex-ui-go_main@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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 21:19:11 $ docker top 69f4f3f7e32c10d6f6ac35e84a8b778c58e95d3c5a762e8973e8f380ad6fbbdd -eo pid,comm 21:19:11 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). 21:19:11 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 21:19:11 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 21:19:11 [ssh-agent] Looking for ssh-agent implementation... 21:19:11 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 21:19:11 $ docker exec 69f4f3f7e32c10d6f6ac35e84a8b778c58e95d3c5a762e8973e8f380ad6fbbdd ssh-agent 21:19:11 SSH_AUTH_SOCK=/tmp/ssh-dkp4IG5XAe56/agent.33 21:19:11 SSH_AGENT_PID=39 21:19:11 Running ssh-add (command line suppressed) 21:19:12 Identity added: /w/workspace/edgexfoundry_edgex-ui-go_main@tmp/private_key_11625621586593101711.key (/w/workspace/edgexfoundry_edgex-ui-go_main@tmp/private_key_11625621586593101711.key) 21:19:12 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 21:19:12 + git semver tag 21:19:12 2023-10-24 21:19:12,484 [run_tag] DEBUG tag force:False 21:19:12 2023-10-24 21:19:12,484 [check_head_tag] DEBUG check head tag 21:19:12 2023-10-24 21:19:12,485 [execute] INFO git cat-file --batch-check 21:19:12 2023-10-24 21:19:12,485 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgexfoundry_edgex-ui-go_main, universal_newlines=False, shell=None, istream=) 21:19:12 2023-10-24 21:19:12,488 [execute] INFO git cat-file --batch 21:19:12 2023-10-24 21:19:12,488 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgexfoundry_edgex-ui-go_main, universal_newlines=False, shell=None, istream=) 21:19:12 2023-10-24 21:19:12,497 [read_version] DEBUG read version from /w/workspace/edgexfoundry_edgex-ui-go_main/.semver/main 21:19:12 2023-10-24 21:19:12,497 [execute] INFO git tag -a v3.1.0-dev.7 -m v3.1.0-dev.7 21:19:12 2023-10-24 21:19:12,498 [execute] DEBUG Popen(['git', 'tag', '-a', 'v3.1.0-dev.7', '-m', 'v3.1.0-dev.7'], cwd=/w/workspace/edgexfoundry_edgex-ui-go_main, universal_newlines=False, shell=None, istream=None) 21:19:12 2023-10-24 21:19:12,502 [read_version] DEBUG read version from /w/workspace/edgexfoundry_edgex-ui-go_main/.semver/main 21:19:12 3.1.0-dev.7 [Pipeline] } 21:19:12 $ docker exec --env ******** --env ******** 69f4f3f7e32c10d6f6ac35e84a8b778c58e95d3c5a762e8973e8f380ad6fbbdd ssh-agent -k 21:19:12 unset SSH_AUTH_SOCK; 21:19:12 unset SSH_AGENT_PID; 21:19:12 echo Agent pid 39 killed; 21:19:12 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 21:19:12 + git semver [Pipeline] } 21:19:13 $ docker stop --time=1 69f4f3f7e32c10d6f6ac35e84a8b778c58e95d3c5a762e8973e8f380ad6fbbdd 21:19:14 $ docker rm -f --volumes 69f4f3f7e32c10d6f6ac35e84a8b778c58e95d3c5a762e8973e8f380ad6fbbdd [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:19:14 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 21:19:14 21:19:14 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:19:15 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 21:19:15 0.23.1-centos7: Pulling from edgex-lftools 21:19:15 ab5ef0e58194: Pulling fs layer 21:19:15 9712f1f96733: Pulling fs layer 21:19:15 63f879dbbcfc: Pulling fs layer 21:19:15 0d9ebad4ef96: Pulling fs layer 21:19:15 e9a5061849ea: Pulling fs layer 21:19:15 d747dcd14b5f: Pulling fs layer 21:19:15 2de7ff778b66: Pulling fs layer 21:19:15 d747dcd14b5f: Waiting 21:19:15 0d9ebad4ef96: Waiting 21:19:15 e9a5061849ea: Waiting 21:19:15 2de7ff778b66: Waiting 21:19:15 9712f1f96733: Download complete 21:19:15 63f879dbbcfc: Verifying Checksum 21:19:15 63f879dbbcfc: Download complete 21:19:15 e9a5061849ea: Verifying Checksum 21:19:15 e9a5061849ea: Download complete 21:19:15 d747dcd14b5f: Download complete 21:19:15 0d9ebad4ef96: Verifying Checksum 21:19:15 0d9ebad4ef96: Download complete 21:19:15 ab5ef0e58194: Verifying Checksum 21:19:15 ab5ef0e58194: Download complete 21:19:15 2de7ff778b66: Verifying Checksum 21:19:15 2de7ff778b66: Download complete 21:19:18 ab5ef0e58194: Pull complete 21:19:18 9712f1f96733: Pull complete 21:19:18 63f879dbbcfc: Pull complete 21:19:22 0d9ebad4ef96: Pull complete 21:19:22 e9a5061849ea: Pull complete 21:19:22 d747dcd14b5f: Pull complete 21:19:23 2de7ff778b66: Pull complete 21:19:23 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 21:19:23 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 21:19:23 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 21:19:23 prd-ubuntu20.04-docker-8c-8g-10279 does not seem to be running inside a container 21:19:23 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgexfoundry_edgex-ui-go_main -v /w/workspace/edgexfoundry_edgex-ui-go_main:/w/workspace/edgexfoundry_edgex-ui-go_main:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_main@tmp:/w/workspace/edgexfoundry_edgex-ui-go_main@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 21:19:29 $ docker top f038f54b3c5c3df49e0ee6b1aee650057a0fe0adee2aa32431cc9d78db55b6a4 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 21:19:29 provisioning config files... 21:19:29 copy managed file [sigul-config] to file:/w/workspace/edgexfoundry_edgex-ui-go_main@tmp/config13058956115719461598tmp 21:19:29 copy managed file [sigul-password] to file:/w/workspace/edgexfoundry_edgex-ui-go_main@tmp/config2581394417804966538tmp 21:19:29 copy managed file [sigul-pki] to file:/w/workspace/edgexfoundry_edgex-ui-go_main@tmp/config16090961941972663040tmp [Pipeline] { [Pipeline] echo 21:19:29 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 21:19:29 ---> sigul-configuration.sh 21:19:29 gpg: directory `/root/.gnupg' created 21:19:29 gpg: new configuration file `/root/.gnupg/gpg.conf' created 21:19:29 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 21:19:29 gpg: keyring `/root/.gnupg/secring.gpg' created 21:19:29 gpg: keyring `/root/.gnupg/pubring.gpg' created 21:19:29 gpg: CAST5 encrypted data 21:19:29 gpg: encrypted with 1 passphrase 21:19:29 gpg: WARNING: message was not integrity protected [Pipeline] sh 21:19:29 + mkdir /home/jenkins 21:19:29 + mkdir /home/jenkins/sigul [Pipeline] sh 21:19:30 + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /root/sigul/vex-yul-edgex-jenkins-1.ci.codeaurora.org.p12 /home/jenkins/sigul/ [Pipeline] echo 21:19:30 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 21:19:30 ---> sigul-install.sh 21:19:30 Sigul already installed; skipping installation. [Pipeline] sh 21:19:30 + git tag --list 21:19:30 0.1.1 21:19:30 v1.1.0 21:19:30 v1.2.0 21:19:30 v1.2.1 21:19:30 v1.3.0 21:19:30 v2.0.0 21:19:30 v2.1.0 21:19:30 v2.2.0 21:19:30 v2.3.0 21:19:30 v3.0 21:19:30 v3.0.0 21:19:30 v3.1.0-dev.1 21:19:30 v3.1.0-dev.2 21:19:30 v3.1.0-dev.3 21:19:30 v3.1.0-dev.4 21:19:30 v3.1.0-dev.5 21:19:30 v3.1.0-dev.6 21:19:30 v3.1.0-dev.7 [Pipeline] sh 21:19:31 + lftools sign git-tag v3.1.0-dev.7 21:19:31 Signing Git tag with Sigul... 21:19:31 Signing v3.1.0-dev.7 [Pipeline] echo 21:19:32 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 21:19:32 ---> sigul-configuration-cleanup.sh [Pipeline] } 21:19:32 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 21:19:32 $ docker stop --time=1 f038f54b3c5c3df49e0ee6b1aee650057a0fe0adee2aa32431cc9d78db55b6a4 21:19:33 $ docker rm -f --volumes f038f54b3c5c3df49e0ee6b1aee650057a0fe0adee2aa32431cc9d78db55b6a4 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh 21:19:34 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 21:19:34 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:19:34 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 21:19:34 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 21:19:34 prd-ubuntu20.04-docker-8c-8g-10279 does not seem to be running inside a container 21:19:34 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_edgex-ui-go_main -v /w/workspace/edgexfoundry_edgex-ui-go_main:/w/workspace/edgexfoundry_edgex-ui-go_main:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_main@tmp:/w/workspace/edgexfoundry_edgex-ui-go_main@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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 21:19:34 $ docker top dbbf91223441d9032bdc6cd92528b531a957f3d1ff9e11047bff24a3f2a3a2bc -eo pid,comm 21:19:34 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). 21:19:34 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 21:19:35 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 21:19:35 [ssh-agent] Looking for ssh-agent implementation... 21:19:35 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 21:19:35 $ docker exec dbbf91223441d9032bdc6cd92528b531a957f3d1ff9e11047bff24a3f2a3a2bc ssh-agent 21:19:35 SSH_AUTH_SOCK=/tmp/ssh-Rn4aoVY7VZfy/agent.32 21:19:35 SSH_AGENT_PID=38 21:19:35 Running ssh-add (command line suppressed) 21:19:35 Identity added: /w/workspace/edgexfoundry_edgex-ui-go_main@tmp/private_key_2780655921867250222.key (/w/workspace/edgexfoundry_edgex-ui-go_main@tmp/private_key_2780655921867250222.key) 21:19:35 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 21:19:35 + git semver bump pre 21:19:35 2023-10-24 21:19:35,790 [read_version] DEBUG read version from /w/workspace/edgexfoundry_edgex-ui-go_main/.semver/main 21:19:35 2023-10-24 21:19:35,790 [bump_version] DEBUG bumping version:3.1.0-dev.7 on axis:pre with prefix:dev 21:19:35 2023-10-24 21:19:35,790 [bump_version] DEBUG bumped version:3.1.0-dev.8 21:19:35 2023-10-24 21:19:35,790 [write_version] DEBUG write version:3.1.0-dev.8 to path:/w/workspace/edgexfoundry_edgex-ui-go_main/.semver/main with force:True 21:19:35 2023-10-24 21:19:35,790 [read_version] DEBUG read version from /w/workspace/edgexfoundry_edgex-ui-go_main/.semver/main 21:19:35 2023-10-24 21:19:35,790 [write_file] DEBUG write to file:/w/workspace/edgexfoundry_edgex-ui-go_main/.semver/main 21:19:35 2023-10-24 21:19:35,792 [execute] INFO git cat-file --batch-check 21:19:35 2023-10-24 21:19:35,792 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgexfoundry_edgex-ui-go_main/.semver, universal_newlines=False, shell=None, istream=) 21:19:35 2023-10-24 21:19:35,797 [execute] INFO git cat-file --batch 21:19:35 2023-10-24 21:19:35,797 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgexfoundry_edgex-ui-go_main/.semver, universal_newlines=False, shell=None, istream=) 21:19:35 2023-10-24 21:19:35,801 [read_version] DEBUG read version from /w/workspace/edgexfoundry_edgex-ui-go_main/.semver/main 21:19:35 3.1.0-dev.8 [Pipeline] } 21:19:35 $ docker exec --env ******** --env ******** dbbf91223441d9032bdc6cd92528b531a957f3d1ff9e11047bff24a3f2a3a2bc ssh-agent -k 21:19:36 unset SSH_AUTH_SOCK; 21:19:36 unset SSH_AGENT_PID; 21:19:36 echo Agent pid 38 killed; 21:19:36 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 21:19:36 + git semver [Pipeline] } 21:19:36 $ docker stop --time=1 dbbf91223441d9032bdc6cd92528b531a957f3d1ff9e11047bff24a3f2a3a2bc 21:19:37 $ docker rm -f --volumes dbbf91223441d9032bdc6cd92528b531a957f3d1ff9e11047bff24a3f2a3a2bc [Pipeline] // withDockerContainer [Pipeline] sh 21:19:38 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 21:19:38 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:19:38 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 21:19:38 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 21:19:38 prd-ubuntu20.04-docker-8c-8g-10279 does not seem to be running inside a container 21:19:38 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_edgex-ui-go_main -v /w/workspace/edgexfoundry_edgex-ui-go_main:/w/workspace/edgexfoundry_edgex-ui-go_main:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_main@tmp:/w/workspace/edgexfoundry_edgex-ui-go_main@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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 21:19:39 $ docker top 59f325177d093ff1572c61a90bd41101fffa0a5cab8b3f6aebf3e0c879df8772 -eo pid,comm 21:19:39 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). 21:19:39 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 21:19:39 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 21:19:39 [ssh-agent] Looking for ssh-agent implementation... 21:19:39 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 21:19:39 $ docker exec 59f325177d093ff1572c61a90bd41101fffa0a5cab8b3f6aebf3e0c879df8772 ssh-agent 21:19:39 SSH_AUTH_SOCK=/tmp/ssh-kcwLPb0ipjG3/agent.33 21:19:39 SSH_AGENT_PID=39 21:19:39 Running ssh-add (command line suppressed) 21:19:39 Identity added: /w/workspace/edgexfoundry_edgex-ui-go_main@tmp/private_key_15823718421090823769.key (/w/workspace/edgexfoundry_edgex-ui-go_main@tmp/private_key_15823718421090823769.key) 21:19:39 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 21:19:39 + git semver push 21:19:40 2023-10-24 21:19:39,977 [run_push] DEBUG push 21:19:40 2023-10-24 21:19:39,977 [execute] INFO git cat-file --batch-check 21:19:40 2023-10-24 21:19:39,977 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgexfoundry_edgex-ui-go_main/.semver, universal_newlines=False, shell=None, istream=) 21:19:40 2023-10-24 21:19:39,982 [execute] INFO git rev-list be31cd9d552b9e474eecfa14d60c34004eb06e5a -- 21:19:40 2023-10-24 21:19:39,983 [execute] DEBUG Popen(['git', 'rev-list', 'be31cd9d552b9e474eecfa14d60c34004eb06e5a', '--'], cwd=/w/workspace/edgexfoundry_edgex-ui-go_main/.semver, universal_newlines=False, shell=None, istream=None) 21:19:40 2023-10-24 21:19:39,994 [execute] INFO git fetch -v origin 21:19:40 2023-10-24 21:19:39,994 [execute] DEBUG Popen(['git', 'fetch', '-v', 'origin'], cwd=/w/workspace/edgexfoundry_edgex-ui-go_main/.semver, universal_newlines=True, shell=None, istream=None) 21:19:40 2023-10-24 21:19:40,530 [run_push] DEBUG no remote changes detected 21:19:40 2023-10-24 21:19:40,531 [execute] INFO git push origin semver 21:19:40 2023-10-24 21:19:40,531 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/edgexfoundry_edgex-ui-go_main/.semver, universal_newlines=False, shell=None, istream=None) 21:19:42 2023-10-24 21:19:41,597 [run_push] DEBUG push all version tags 21:19:42 2023-10-24 21:19:41,598 [execute] INFO git push origin refs/tags/v*:refs/tags/v* 21:19:42 2023-10-24 21:19:41,599 [execute] DEBUG Popen(['git', 'push', 'origin', 'refs/tags/v*:refs/tags/v*'], cwd=/w/workspace/edgexfoundry_edgex-ui-go_main, universal_newlines=False, shell=None, istream=None) 21:19:42 2023-10-24 21:19:42,377 [read_version] DEBUG read version from /w/workspace/edgexfoundry_edgex-ui-go_main/.semver/main 21:19:42 3.1.0-dev.8 [Pipeline] } 21:19:42 $ docker exec --env ******** --env ******** 59f325177d093ff1572c61a90bd41101fffa0a5cab8b3f6aebf3e0c879df8772 ssh-agent -k 21:19:42 unset SSH_AUTH_SOCK; 21:19:42 unset SSH_AGENT_PID; 21:19:42 echo Agent pid 39 killed; 21:19:42 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 21:19:42 + git semver [Pipeline] } 21:19:43 $ docker stop --time=1 59f325177d093ff1572c61a90bd41101fffa0a5cab8b3f6aebf3e0c879df8772 21:19:44 $ docker rm -f --volumes 59f325177d093ff1572c61a90bd41101fffa0a5cab8b3f6aebf3e0c879df8772 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Bump Experimental Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Bump Stable (Named) Tag" 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 21:19:45 + [ -d /w/workspace/edgexfoundry_edgex-ui-go_main/archives ] 21:19:45 + ls -al /w/workspace/edgexfoundry_edgex-ui-go_main/archives 21:19:45 total 16 21:19:45 drwxr-xr-x 3 root root 4096 Oct 24 21:00 . 21:19:45 drwxrwxr-x 14 jenkins jenkins 4096 Oct 24 21:19 .. 21:19:45 drwxr-xr-x 2 root root 4096 Oct 24 21:00 cost 21:19:45 -rw-r--r-- 1 root root 83 Oct 24 21:00 cost.csv 21:19:45 + sudo chown -R jenkins:jenkins /w/workspace/edgexfoundry_edgex-ui-go_main/archives 21:19:45 + ls -al /w/workspace/edgexfoundry_edgex-ui-go_main/archives 21:19:45 total 16 21:19:45 drwxr-xr-x 3 jenkins jenkins 4096 Oct 24 21:00 . 21:19:45 drwxrwxr-x 14 jenkins jenkins 4096 Oct 24 21:19 .. 21:19:45 drwxr-xr-x 2 jenkins jenkins 4096 Oct 24 21:00 cost 21:19:45 -rw-r--r-- 1 jenkins jenkins 83 Oct 24 21:00 cost.csv [Pipeline] libraryResource [Pipeline] sh 21:19:45 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 21:19:46 ---> package-listing.sh 21:19:46 ++ facter osfamily 21:19:46 ++ tr '[:upper:]' '[:lower:]' 21:19:46 + OS_FAMILY=debian 21:19:46 + workspace=/w/workspace/edgexfoundry_edgex-ui-go_main 21:19:46 + START_PACKAGES=/tmp/packages_start.txt 21:19:46 + END_PACKAGES=/tmp/packages_end.txt 21:19:46 + DIFF_PACKAGES=/tmp/packages_diff.txt 21:19:46 + PACKAGES=/tmp/packages_start.txt 21:19:46 + '[' /w/workspace/edgexfoundry_edgex-ui-go_main ']' 21:19:46 + PACKAGES=/tmp/packages_end.txt 21:19:46 + case "${OS_FAMILY}" in 21:19:46 + dpkg -l 21:19:46 + grep '^ii' 21:19:46 + '[' -f /tmp/packages_start.txt ']' 21:19:46 + '[' -f /tmp/packages_end.txt ']' 21:19:46 + diff /tmp/packages_start.txt /tmp/packages_end.txt 21:19:46 + '[' /w/workspace/edgexfoundry_edgex-ui-go_main ']' 21:19:46 + mkdir -p /w/workspace/edgexfoundry_edgex-ui-go_main/archives/ 21:19:46 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgexfoundry_edgex-ui-go_main/archives/ [Pipeline] echo 21:19:46 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_main/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 21:19:46 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:19:47 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 21:19:47 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 21:19:47 prd-ubuntu20.04-docker-8c-8g-10279 does not seem to be running inside a container 21:19:47 $ 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_main/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_main -v /w/workspace/edgexfoundry_edgex-ui-go_main:/w/workspace/edgexfoundry_edgex-ui-go_main:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_main@tmp:/w/workspace/edgexfoundry_edgex-ui-go_main@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 21:19:47 $ docker top f0a0cb9f4446682aeb83b3d0f67f5c70834375bb3874306777eb0df3262cccf9 -eo pid,comm [Pipeline] { [Pipeline] sh 21:19:47 + touch /tmp/pre-build-complete [Pipeline] sh 21:19:48 + mkdir -p /var/log/sysstat [Pipeline] sh 21:19:48 + ls /var/log/sa-host 21:19:48 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 21:19:48 provisioning config files... 21:19:48 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_main@tmp/config16837762950132105208tmp [Pipeline] { [Pipeline] echo 21:19:48 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 21:19:48 ---> create-netrc.sh [Pipeline] } 21:19:48 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 21:19:49 ---> python-tools-install.sh [Pipeline] echo 21:19:49 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 21:19:49 ---> sudo-logs.sh 21:19:49 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 21:19:49 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 21:19:49 ---> job-cost.sh 21:19:49 lf-activate-venv: SKIPPING 21:19:49 DEBUG: total: 0.2199999988079071 21:19:49 INFO: Retrieving Stack Cost... 21:19:50 INFO: Retrieving Pricing Info for: v3-standard-8 21:19:50 INFO: Archiving Costs [Pipeline] echo 21:19:50 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 21:19:50 ---> logs-deploy.sh 21:19:50 lf-activate-venv: SKIPPING 21:19:50 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-ui-go/main/126 21:19:50 INFO: archiving workspace using pattern(s): 21:19:51 Archives upload complete. 21:19:52 INFO: archiving logs to Nexus 21:19:52 ---> uname -a: 21:19:52 Linux prd-ubuntu20-04-docker-8c-8g-10279 5.4.0-126-generic #142-Ubuntu SMP Fri Aug 26 12:12:57 UTC 2022 x86_64 GNU/Linux 21:19:52 21:19:52 21:19:52 ---> lscpu: 21:19:52 Architecture: x86_64 21:19:52 CPU op-mode(s): 32-bit, 64-bit 21:19:52 Byte Order: Little Endian 21:19:52 Address sizes: 40 bits physical, 48 bits virtual 21:19:52 CPU(s): 8 21:19:52 On-line CPU(s) list: 0-7 21:19:52 Thread(s) per core: 1 21:19:52 Core(s) per socket: 1 21:19:52 Socket(s): 8 21:19:52 NUMA node(s): 1 21:19:52 Vendor ID: AuthenticAMD 21:19:52 CPU family: 23 21:19:52 Model: 49 21:19:52 Model name: AMD EPYC-Rome Processor 21:19:52 Stepping: 0 21:19:52 CPU MHz: 2800.000 21:19:52 BogoMIPS: 5600.00 21:19:52 Virtualization: AMD-V 21:19:52 Hypervisor vendor: KVM 21:19:52 Virtualization type: full 21:19:52 L1d cache: 256 KiB 21:19:52 L1i cache: 256 KiB 21:19:52 L2 cache: 4 MiB 21:19:52 L3 cache: 128 MiB 21:19:52 NUMA node0 CPU(s): 0-7 21:19:52 Vulnerability Itlb multihit: Not affected 21:19:52 Vulnerability L1tf: Not affected 21:19:52 Vulnerability Mds: Not affected 21:19:52 Vulnerability Meltdown: Not affected 21:19:52 Vulnerability Mmio stale data: Not affected 21:19:52 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 21:19:52 Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization 21:19:52 Vulnerability Spectre v2: Mitigation; Retpolines, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling 21:19:52 Vulnerability Srbds: Not affected 21:19:52 Vulnerability Tsx async abort: Not affected 21:19:52 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 21:19:52 21:19:52 21:19:52 ---> nproc: 21:19:52 8 21:19:52 21:19:52 21:19:52 ---> df -h: 21:19:52 Filesystem Size Used Avail Use% Mounted on 21:19:52 overlay 155G 15G 141G 10% / 21:19:52 tmpfs 64M 0 64M 0% /dev 21:19:52 tmpfs 16G 0 16G 0% /sys/fs/cgroup 21:19:52 shm 64M 0 64M 0% /dev/shm 21:19:52 /dev/vda1 155G 15G 141G 10% /facter-os 21:19:52 21:19:52 21:19:52 ---> sar -b -r -n DEV: 21:19:52 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-10279) 10/24/23 _x86_64_ (8 CPU) 21:19:52 21:19:52 20:55:59 LINUX RESTART (8 CPU) 21:19:52 21:19:52 20:56:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 21:19:52 20:57:02 161.84 48.46 113.38 0.00 5458.69 213442.56 0.00 21:19:52 20:58:01 233.30 0.75 232.55 0.00 13.69 73414.40 0.00 21:19:52 20:59:01 305.25 0.15 305.10 0.00 7.60 64411.93 0.00 21:19:52 21:00:01 245.24 0.18 245.06 0.00 8.00 42081.92 0.00 21:19:52 21:01:01 120.29 0.12 120.18 0.00 21.33 33007.40 0.00 21:19:52 21:02:01 22.31 0.97 21.35 0.00 67.46 1496.30 0.00 21:19:52 21:03:01 21.25 0.00 21.25 0.00 0.00 1689.59 0.00 21:19:52 21:04:01 21.05 0.00 21.05 0.00 0.00 1665.19 0.00 21:19:52 21:05:01 50.99 8.43 42.56 0.00 2822.46 4616.03 0.00 21:19:52 21:06:01 22.68 1.02 21.66 0.00 21.86 1762.51 0.00 21:19:52 21:07:01 21.76 0.00 21.76 0.00 0.00 1727.96 0.00 21:19:52 21:08:01 20.90 0.00 20.90 0.00 0.00 1686.52 0.00 21:19:52 21:09:01 21.21 0.00 21.21 0.00 0.00 1695.05 0.00 21:19:52 21:10:02 20.78 0.00 20.78 0.00 0.00 1691.85 0.00 21:19:52 21:11:01 21.27 0.02 21.25 0.00 0.14 1698.97 0.00 21:19:52 21:12:01 21.23 0.00 21.23 0.00 0.00 1663.59 0.00 21:19:52 21:13:01 26.49 1.23 25.26 0.00 2270.04 4659.25 0.00 21:19:52 21:14:01 5.85 0.02 5.83 0.00 0.13 116.78 0.00 21:19:52 21:15:01 1.78 0.00 1.78 0.00 0.00 29.33 0.00 21:19:52 21:16:01 1.42 0.00 1.42 0.00 0.00 16.00 0.00 21:19:52 21:17:01 1.75 0.02 1.73 0.00 0.13 20.53 0.00 21:19:52 21:18:01 1.63 0.00 1.63 0.00 0.00 17.73 0.00 21:19:52 21:19:01 41.68 0.23 41.44 0.00 11.33 26775.00 0.00 21:19:52 Average: 61.29 2.68 58.61 0.00 466.01 20818.31 0.00 21:19:52 21:19:52 20:56:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 21:19:52 20:57:02 29221272 31600292 717908 2.18 75456 2577280 1831644 5.40 976552 2309144 268356 21:19:52 20:58:01 28095864 31565912 738580 2.25 151768 3510804 1897812 5.59 1120108 3196380 80 21:19:52 20:59:01 25764648 30945564 1341020 4.08 215116 4982368 2174092 6.41 1852564 4585728 568408 21:19:52 21:00:01 25820436 31320516 966768 2.94 225844 5247664 2417440 7.12 1879488 4471084 165064 21:19:52 21:01:01 25537640 31531648 760184 2.31 230740 5701800 1784600 5.26 1650108 4955196 148 21:19:52 21:02:01 25517788 31533812 757724 2.30 234076 5719844 1776668 5.24 1653604 4972980 5568 21:19:52 21:03:01 25509840 31540904 750908 2.28 236100 5732280 1776668 5.24 1651288 4985540 4788 21:19:52 21:04:01 25495628 31541288 750452 2.28 238296 5744296 1776668 5.24 1652796 4997556 4492 21:19:52 21:05:01 25271112 31524136 741676 2.26 253756 5938528 1721620 5.07 1801064 5049436 5716 21:19:52 21:06:01 25250280 31517752 748216 2.28 255596 5950368 1714696 5.05 1807204 5061128 4420 21:19:52 21:07:01 25251280 31531364 734484 2.23 257276 5960996 1714696 5.05 1795332 5071720 3632 21:19:52 21:08:01 25240380 31532076 733788 2.23 258512 5971032 1714696 5.05 1797524 5081764 3432 21:19:52 21:09:01 25228904 31532504 733220 2.23 259912 5981188 1714696 5.05 1798440 5091936 3180 21:19:52 21:10:02 25215432 31530772 734832 2.23 261296 5991344 1714696 5.05 1799240 5102044 2748 21:19:52 21:11:01 25201344 31528528 736800 2.24 263052 6000944 1706068 5.03 1800976 5111680 2400 21:19:52 21:12:01 25192596 31530948 734564 2.23 264484 6010332 1706068 5.03 1803372 5121116 2024 21:19:52 21:13:01 25048856 31519756 742504 2.26 277144 6127092 1715792 5.06 1963764 5092312 1016 21:19:52 21:14:01 25053848 31519788 742376 2.26 275624 6123832 1686824 4.97 1962324 5089100 16 21:19:52 21:15:01 25054256 31520360 741776 2.26 275664 6123952 1686824 4.97 1962400 5089204 8 21:19:52 21:16:01 25054208 31520404 741720 2.26 275700 6123956 1686824 4.97 1962476 5089216 8 21:19:52 21:17:01 25054716 31520956 741148 2.25 275764 6123936 1686824 4.97 1961520 5089212 8 21:19:52 21:18:01 25054740 31521088 740812 2.25 275792 6123960 1686824 4.97 1961524 5089216 8 21:19:52 21:19:01 23910056 31408228 846144 2.57 301896 7041792 1853360 5.46 2170536 5927160 214072 21:19:52 Average: 25523701 31492982 781635 2.38 245168 5687373 1788961 5.27 1773226 4853472 54765 21:19:52 21:19:52 20:56:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 21:19:52 20:57:02 docker0 44.18 45.48 3.26 281.24 0.00 0.00 0.00 0.00 21:19:52 20:57:02 lo 6.67 6.67 0.65 0.65 0.00 0.00 0.00 0.00 21:19:52 20:57:02 ens3 719.78 477.64 6061.63 92.16 0.00 0.00 0.00 0.00 21:19:52 20:58:01 docker0 219.30 286.04 17.62 1952.32 0.00 0.00 0.00 0.00 21:19:52 20:58:01 lo 2.30 2.30 0.27 0.27 0.00 0.00 0.00 0.00 21:19:52 20:58:01 ens3 452.48 300.61 3964.70 37.35 0.00 0.00 0.00 0.00 21:19:52 20:59:01 vethbfd763f 0.00 0.23 0.00 0.02 0.00 0.00 0.00 0.00 21:19:52 20:59:01 vethb9b58ed 615.93 654.24 68.89 2169.85 0.00 0.00 0.00 0.18 21:19:52 20:59:01 docker0 678.40 844.84 64.21 6086.40 0.00 0.00 0.00 0.00 21:19:52 20:59:01 lo 0.73 0.73 0.07 0.07 0.00 0.00 0.00 0.00 21:19:52 20:59:01 ens3 940.51 759.41 6943.74 179.06 0.00 0.00 0.00 0.00 21:19:52 21:00:01 vethb643f6a 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 21:19:52 21:00:01 docker0 11.66 19.03 0.79 174.84 0.00 0.00 0.00 0.00 21:19:52 21:00:01 lo 0.27 0.27 0.03 0.03 0.00 0.00 0.00 0.00 21:19:52 21:00:01 ens3 59.67 39.59 208.90 19.03 0.00 0.00 0.00 0.00 21:19:52 21:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:19:52 21:01:01 lo 7.26 7.26 0.72 0.72 0.00 0.00 0.00 0.00 21:19:52 21:01:01 ens3 146.85 115.31 2549.16 306.86 0.00 0.00 0.00 0.00 21:19:52 21:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:19:52 21:02:01 lo 0.20 0.20 0.02 0.02 0.00 0.00 0.00 0.00 21:19:52 21:02:01 ens3 133.83 85.35 224.13 25.23 0.00 0.00 0.00 0.00 21:19:52 21:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:19:52 21:03:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 21:19:52 21:03:01 ens3 128.15 79.89 215.92 11.79 0.00 0.00 0.00 0.00 21:19:52 21:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:19:52 21:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:19:52 21:04:01 ens3 127.76 75.84 210.05 4.89 0.00 0.00 0.00 0.00 21:19:52 21:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:19:52 21:05:01 lo 0.60 0.60 0.05 0.05 0.00 0.00 0.00 0.00 21:19:52 21:05:01 ens3 149.64 83.07 827.12 15.63 0.00 0.00 0.00 0.00 21:19:52 21:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:19:52 21:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:19:52 21:06:01 ens3 112.60 70.80 195.81 4.56 0.00 0.00 0.00 0.00 21:19:52 21:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:19:52 21:07:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 21:19:52 21:07:01 ens3 102.15 66.43 182.74 4.34 0.00 0.00 0.00 0.00 21:19:52 21:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:19:52 21:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:19:52 21:08:01 ens3 97.88 63.17 173.87 4.25 0.00 0.00 0.00 0.00 21:19:52 21:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:19:52 21:09:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 21:19:52 21:09:01 ens3 102.33 63.84 176.04 4.12 0.00 0.00 0.00 0.00 21:19:52 21:10:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:19:52 21:10:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:19:52 21:10:02 ens3 101.20 63.59 175.95 4.10 0.00 0.00 0.00 0.00 21:19:52 21:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:19:52 21:11:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 21:19:52 21:11:01 ens3 95.31 61.48 169.03 3.96 0.00 0.00 0.00 0.00 21:19:52 21:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:19:52 21:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:19:52 21:12:01 ens3 94.95 59.26 163.15 4.06 0.00 0.00 0.00 0.00 21:19:52 21:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:19:52 21:13:01 lo 0.27 0.27 0.02 0.02 0.00 0.00 0.00 0.00 21:19:52 21:13:01 ens3 54.78 34.59 94.75 2.33 0.00 0.00 0.00 0.00 21:19:52 21:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:19:52 21:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:19:52 21:14:01 ens3 0.25 0.18 0.07 0.01 0.00 0.00 0.00 0.00 21:19:52 21:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:19:52 21:15:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 21:19:52 21:15:01 ens3 0.15 0.08 0.01 0.01 0.00 0.00 0.00 0.00 21:19:52 21:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:19:52 21:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:19:52 21:16:01 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:19:52 21:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:19:52 21:17:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 21:19:52 21:17:01 ens3 0.23 0.23 0.08 0.08 0.00 0.00 0.00 0.00 21:19:52 21:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:19:52 21:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:19:52 21:18:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:19:52 21:19:01 veth08397ee 46.01 50.66 3.94 574.31 0.00 0.00 0.00 0.05 21:19:52 21:19:01 docker0 46.01 50.56 3.31 574.30 0.00 0.00 0.00 0.00 21:19:52 21:19:01 lo 1.33 1.33 0.12 0.12 0.00 0.00 0.00 0.00 21:19:52 21:19:01 ens3 193.08 124.38 4549.42 16.14 0.00 0.00 0.00 0.00 21:19:52 Average: veth08397ee 2.00 2.21 0.17 25.01 0.00 0.00 0.00 0.00 21:19:52 Average: docker0 43.36 54.04 3.87 393.45 0.00 0.00 0.00 0.00 21:19:52 Average: lo 0.91 0.91 0.09 0.09 0.00 0.00 0.00 0.00 21:19:52 Average: ens3 165.65 114.02 1176.36 32.19 0.00 0.00 0.00 0.00 21:19:52 21:19:52 21:19:52 ---> sar -P ALL: 21:19:52 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-10279) 10/24/23 _x86_64_ (8 CPU) 21:19:52 21:19:52 20:55:59 LINUX RESTART (8 CPU) 21:19:52 21:19:52 20:56:01 CPU %user %nice %system %iowait %steal %idle 21:19:52 20:57:02 all 8.80 0.00 3.20 1.76 0.06 86.18 21:19:52 20:57:02 0 7.06 0.00 3.65 0.47 0.05 88.78 21:19:52 20:57:02 1 7.25 0.00 3.32 6.72 0.07 82.65 21:19:52 20:57:02 2 10.98 0.00 3.02 0.52 0.05 85.43 21:19:52 20:57:02 3 10.09 0.00 4.22 2.71 0.05 82.93 21:19:52 20:57:02 4 10.10 0.00 2.74 1.28 0.07 85.81 21:19:52 20:57:02 5 9.08 0.00 2.79 0.74 0.07 87.32 21:19:52 20:57:02 6 6.72 0.00 2.22 0.42 0.05 90.59 21:19:52 20:57:02 7 9.16 0.00 3.67 1.25 0.05 85.88 21:19:52 20:58:01 all 5.36 0.00 2.82 3.31 0.05 88.46 21:19:52 20:58:01 0 5.28 0.00 2.27 0.44 0.03 91.96 21:19:52 20:58:01 1 4.98 0.00 2.70 3.35 0.07 88.90 21:19:52 20:58:01 2 6.08 0.00 3.19 0.53 0.05 90.14 21:19:52 20:58:01 3 5.16 0.00 3.27 0.93 0.05 90.59 21:19:52 20:58:01 4 4.69 0.00 2.78 15.39 0.03 77.11 21:19:52 20:58:01 5 5.86 0.00 2.30 1.03 0.05 90.76 21:19:52 20:58:01 6 6.06 0.00 3.35 3.25 0.03 87.30 21:19:52 20:58:01 7 4.79 0.00 2.68 1.50 0.05 90.97 21:19:52 20:59:01 all 20.97 0.00 4.78 2.83 0.09 71.33 21:19:52 20:59:01 0 13.79 0.00 5.56 1.45 0.10 79.10 21:19:52 20:59:01 1 15.57 0.00 3.01 0.79 0.12 80.51 21:19:52 20:59:01 2 19.43 0.00 4.48 1.49 0.10 74.50 21:19:52 20:59:01 3 18.84 0.00 5.24 13.95 0.12 61.84 21:19:52 20:59:01 4 17.32 0.00 5.81 1.80 0.10 74.96 21:19:52 20:59:01 5 33.67 0.00 5.39 2.22 0.07 58.65 21:19:52 20:59:01 6 29.69 0.00 4.86 0.25 0.07 65.13 21:19:52 20:59:01 7 19.38 0.00 3.90 0.84 0.07 75.81 21:19:52 21:00:01 all 22.19 0.00 3.76 2.13 0.06 71.85 21:19:52 21:00:01 0 23.45 0.00 4.77 0.40 0.07 71.31 21:19:52 21:00:01 1 15.70 0.00 2.67 0.37 0.07 81.20 21:19:52 21:00:01 2 32.10 0.00 4.03 0.27 0.07 63.54 21:19:52 21:00:01 3 15.78 0.00 4.44 11.80 0.07 67.91 21:19:52 21:00:01 4 20.04 0.00 3.23 0.57 0.05 76.11 21:19:52 21:00:01 5 22.09 0.00 3.34 2.85 0.05 71.68 21:19:52 21:00:01 6 26.97 0.00 3.60 0.75 0.07 68.60 21:19:52 21:00:01 7 21.40 0.00 3.96 0.10 0.07 74.46 21:19:52 21:01:01 all 8.83 0.00 1.93 1.43 0.04 87.76 21:19:52 21:01:01 0 8.33 0.00 1.97 0.00 0.07 89.63 21:19:52 21:01:01 1 9.62 0.00 1.76 0.81 0.03 87.77 21:19:52 21:01:01 2 8.11 0.00 1.74 0.33 0.03 89.78 21:19:52 21:01:01 3 8.03 0.00 2.25 4.02 0.03 85.67 21:19:52 21:01:01 4 10.47 0.00 2.03 0.07 0.05 87.39 21:19:52 21:01:01 5 9.65 0.00 1.64 5.82 0.05 82.84 21:19:52 21:01:01 6 7.86 0.00 2.13 0.07 0.03 89.91 21:19:52 21:01:01 7 8.58 0.00 1.94 0.35 0.03 89.09 21:19:52 21:02:01 all 0.39 0.00 0.15 0.16 0.02 99.28 21:19:52 21:02:01 0 0.57 0.00 0.12 0.07 0.02 99.23 21:19:52 21:02:01 1 0.38 0.00 0.07 0.03 0.02 99.50 21:19:52 21:02:01 2 0.25 0.00 0.28 0.02 0.02 99.43 21:19:52 21:02:01 3 0.17 0.00 0.12 0.02 0.03 99.67 21:19:52 21:02:01 4 0.52 0.00 0.13 0.07 0.03 99.25 21:19:52 21:02:01 5 0.47 0.00 0.20 0.99 0.02 98.33 21:19:52 21:02:01 6 0.30 0.00 0.12 0.03 0.02 99.53 21:19:52 21:02:01 7 0.50 0.00 0.15 0.05 0.02 99.28 21:19:52 21:03:01 all 0.43 0.00 0.13 0.13 0.02 99.28 21:19:52 21:03:01 0 0.33 0.00 0.10 0.02 0.02 99.53 21:19:52 21:03:01 1 0.68 0.00 0.18 0.12 0.03 98.98 21:19:52 21:03:01 2 0.23 0.00 0.07 0.02 0.02 99.67 21:19:52 21:03:01 3 0.60 0.00 0.32 0.02 0.05 99.01 21:19:52 21:03:01 4 0.60 0.00 0.18 0.03 0.02 99.17 21:19:52 21:03:01 5 0.43 0.00 0.17 0.82 0.02 98.56 21:19:52 21:03:01 6 0.12 0.00 0.00 0.00 0.00 99.88 21:19:52 21:03:01 7 0.45 0.00 0.05 0.03 0.00 99.47 21:19:52 21:04:01 all 0.35 0.00 0.13 0.14 0.02 99.37 21:19:52 21:04:01 0 0.18 0.00 0.03 0.02 0.02 99.75 21:19:52 21:04:01 1 0.37 0.00 0.13 0.05 0.02 99.43 21:19:52 21:04:01 2 0.30 0.00 0.12 0.03 0.02 99.53 21:19:52 21:04:01 3 0.49 0.00 0.13 0.05 0.03 99.30 21:19:52 21:04:01 4 0.22 0.00 0.07 0.03 0.02 99.67 21:19:52 21:04:01 5 0.25 0.00 0.20 0.82 0.00 98.73 21:19:52 21:04:01 6 0.17 0.00 0.05 0.02 0.00 99.77 21:19:52 21:04:01 7 0.83 0.00 0.27 0.12 0.03 98.75 21:19:52 21:05:01 all 1.67 0.00 0.84 0.34 0.03 97.12 21:19:52 21:05:01 0 2.06 0.00 0.95 0.82 0.03 96.14 21:19:52 21:05:01 1 1.00 0.00 0.62 0.00 0.03 98.35 21:19:52 21:05:01 2 1.44 0.00 1.50 0.05 0.02 96.99 21:19:52 21:05:01 3 2.53 0.00 0.62 0.08 0.03 96.73 21:19:52 21:05:01 4 1.93 0.00 0.45 0.03 0.02 97.57 21:19:52 21:05:01 5 1.22 0.00 0.70 1.25 0.02 96.81 21:19:52 21:05:01 6 1.59 0.00 0.80 0.45 0.02 97.15 21:19:52 21:05:01 7 1.62 0.00 1.10 0.07 0.03 97.18 21:19:52 21:06:01 all 0.39 0.00 0.17 0.26 0.01 99.17 21:19:52 21:06:01 0 0.32 0.00 0.10 0.03 0.00 99.55 21:19:52 21:06:01 1 0.18 0.00 0.07 0.07 0.02 99.67 21:19:52 21:06:01 2 0.68 0.00 0.20 0.18 0.02 98.92 21:19:52 21:06:01 3 0.47 0.00 0.25 0.05 0.05 99.18 21:19:52 21:06:01 4 0.68 0.00 0.22 0.07 0.00 99.03 21:19:52 21:06:01 5 0.35 0.00 0.22 1.62 0.02 97.80 21:19:52 21:06:01 6 0.02 0.00 0.03 0.00 0.00 99.95 21:19:52 21:06:01 7 0.40 0.00 0.25 0.08 0.00 99.27 21:19:52 21:07:01 all 0.35 0.00 0.12 0.16 0.02 99.36 21:19:52 21:07:01 0 0.08 0.00 0.05 0.02 0.02 99.83 21:19:52 21:07:01 1 0.22 0.00 0.05 0.00 0.02 99.72 21:19:52 21:07:01 2 0.25 0.00 0.10 0.02 0.00 99.63 21:19:52 21:07:01 3 0.59 0.00 0.17 0.12 0.05 99.08 21:19:52 21:07:01 4 0.45 0.00 0.13 0.05 0.02 99.35 21:19:52 21:07:01 5 0.33 0.00 0.18 0.92 0.02 98.55 21:19:52 21:07:01 6 0.23 0.00 0.12 0.02 0.02 99.62 21:19:52 21:07:01 7 0.62 0.00 0.15 0.12 0.02 99.10 21:19:52 21:19:52 21:07:01 CPU %user %nice %system %iowait %steal %idle 21:19:52 21:08:01 all 0.38 0.00 0.11 0.16 0.01 99.34 21:19:52 21:08:01 0 0.38 0.00 0.12 0.02 0.02 99.47 21:19:52 21:08:01 1 0.38 0.00 0.10 0.05 0.02 99.45 21:19:52 21:08:01 2 0.28 0.00 0.07 0.03 0.00 99.62 21:19:52 21:08:01 3 0.45 0.00 0.13 0.10 0.03 99.28 21:19:52 21:08:01 4 0.22 0.00 0.07 0.00 0.02 99.70 21:19:52 21:08:01 5 0.28 0.00 0.20 0.98 0.00 98.53 21:19:52 21:08:01 6 0.25 0.00 0.07 0.02 0.00 99.67 21:19:52 21:08:01 7 0.75 0.00 0.10 0.08 0.02 99.05 21:19:52 21:09:01 all 0.32 0.00 0.10 0.13 0.01 99.44 21:19:52 21:09:01 0 0.37 0.00 0.10 0.03 0.02 99.48 21:19:52 21:09:01 1 0.37 0.00 0.08 0.03 0.02 99.50 21:19:52 21:09:01 2 0.30 0.00 0.05 0.03 0.02 99.60 21:19:52 21:09:01 3 0.25 0.00 0.10 0.03 0.03 99.58 21:19:52 21:09:01 4 0.40 0.00 0.08 0.03 0.00 99.48 21:19:52 21:09:01 5 0.37 0.00 0.22 0.83 0.02 98.57 21:19:52 21:09:01 6 0.30 0.00 0.10 0.05 0.00 99.55 21:19:52 21:09:01 7 0.17 0.00 0.03 0.02 0.00 99.78 21:19:52 21:10:02 all 0.32 0.00 0.13 0.12 0.02 99.41 21:19:52 21:10:02 0 0.38 0.00 0.12 0.03 0.02 99.45 21:19:52 21:10:02 1 0.40 0.00 0.12 0.05 0.02 99.42 21:19:52 21:10:02 2 0.23 0.00 0.07 0.03 0.00 99.67 21:19:52 21:10:02 3 0.13 0.00 0.13 0.00 0.03 99.70 21:19:52 21:10:02 4 0.45 0.00 0.15 0.03 0.02 99.35 21:19:52 21:10:02 5 0.30 0.00 0.30 0.77 0.02 98.62 21:19:52 21:10:02 6 0.23 0.00 0.08 0.03 0.02 99.63 21:19:52 21:10:02 7 0.42 0.00 0.10 0.03 0.02 99.43 21:19:52 21:11:01 all 0.37 0.00 0.12 0.13 0.01 99.36 21:19:52 21:11:01 0 0.51 0.00 0.15 0.07 0.02 99.25 21:19:52 21:11:01 1 0.42 0.00 0.05 0.03 0.02 99.47 21:19:52 21:11:01 2 0.70 0.00 0.19 0.08 0.02 99.02 21:19:52 21:11:01 3 0.41 0.00 0.15 0.03 0.07 99.34 21:19:52 21:11:01 4 0.27 0.00 0.08 0.02 0.00 99.63 21:19:52 21:11:01 5 0.05 0.00 0.15 0.80 0.00 99.00 21:19:52 21:11:01 6 0.22 0.00 0.08 0.00 0.00 99.69 21:19:52 21:11:01 7 0.39 0.00 0.08 0.03 0.00 99.49 21:19:52 21:12:01 all 0.32 0.00 0.10 0.15 0.02 99.41 21:19:52 21:12:01 0 0.33 0.00 0.12 0.03 0.00 99.52 21:19:52 21:12:01 1 0.35 0.00 0.10 0.05 0.03 99.47 21:19:52 21:12:01 2 0.17 0.00 0.02 0.00 0.02 99.80 21:19:52 21:12:01 3 0.25 0.00 0.08 0.02 0.03 99.61 21:19:52 21:12:01 4 0.37 0.00 0.12 0.03 0.02 99.47 21:19:52 21:12:01 5 0.18 0.00 0.15 0.85 0.02 98.80 21:19:52 21:12:01 6 0.35 0.00 0.10 0.08 0.02 99.45 21:19:52 21:12:01 7 0.59 0.00 0.13 0.10 0.02 99.16 21:19:52 21:13:01 all 1.16 0.00 0.60 0.25 0.02 97.97 21:19:52 21:13:01 0 1.50 0.00 0.53 0.30 0.03 97.63 21:19:52 21:13:01 1 1.27 0.00 0.47 0.70 0.02 97.55 21:19:52 21:13:01 2 0.90 0.00 0.33 0.03 0.02 98.72 21:19:52 21:13:01 3 0.90 0.00 0.30 0.13 0.02 98.65 21:19:52 21:13:01 4 1.40 0.00 0.42 0.08 0.02 98.08 21:19:52 21:13:01 5 1.27 0.00 1.20 0.68 0.02 96.83 21:19:52 21:13:01 6 1.03 0.00 0.40 0.07 0.00 98.50 21:19:52 21:13:01 7 1.00 0.00 1.12 0.02 0.02 97.85 21:19:52 21:14:01 all 0.08 0.00 0.05 0.01 0.00 99.86 21:19:52 21:14:01 0 0.02 0.00 0.03 0.00 0.00 99.95 21:19:52 21:14:01 1 0.18 0.00 0.03 0.03 0.00 99.75 21:19:52 21:14:01 2 0.02 0.00 0.03 0.00 0.00 99.95 21:19:52 21:14:01 3 0.05 0.00 0.07 0.05 0.00 99.83 21:19:52 21:14:01 4 0.03 0.00 0.07 0.00 0.00 99.90 21:19:52 21:14:01 5 0.03 0.00 0.03 0.00 0.00 99.93 21:19:52 21:14:01 6 0.03 0.00 0.05 0.00 0.02 99.90 21:19:52 21:14:01 7 0.25 0.00 0.12 0.00 0.00 99.63 21:19:52 21:15:01 all 0.02 0.00 0.01 0.01 0.01 99.95 21:19:52 21:15:01 0 0.05 0.00 0.00 0.02 0.02 99.92 21:19:52 21:15:01 1 0.03 0.00 0.02 0.00 0.02 99.93 21:19:52 21:15:01 2 0.00 0.00 0.00 0.00 0.00 100.00 21:19:52 21:15:01 3 0.02 0.00 0.00 0.05 0.02 99.92 21:19:52 21:15:01 4 0.03 0.00 0.02 0.00 0.02 99.93 21:19:52 21:15:01 5 0.00 0.00 0.03 0.00 0.00 99.97 21:19:52 21:15:01 6 0.00 0.00 0.00 0.00 0.00 100.00 21:19:52 21:15:01 7 0.02 0.00 0.02 0.00 0.02 99.95 21:19:52 21:16:01 all 0.02 0.00 0.01 0.66 0.00 99.31 21:19:52 21:16:01 0 0.03 0.00 0.02 0.00 0.00 99.95 21:19:52 21:16:01 1 0.03 0.00 0.03 0.02 0.00 99.92 21:19:52 21:16:01 2 0.00 0.00 0.02 0.00 0.02 99.97 21:19:52 21:16:01 3 0.02 0.00 0.00 5.24 0.00 94.75 21:19:52 21:16:01 4 0.03 0.00 0.00 0.00 0.00 99.97 21:19:52 21:16:01 5 0.02 0.00 0.02 0.00 0.00 99.97 21:19:52 21:16:01 6 0.00 0.00 0.00 0.00 0.00 100.00 21:19:52 21:16:01 7 0.02 0.00 0.02 0.00 0.02 99.95 21:19:52 21:17:01 all 0.02 0.00 0.01 0.00 0.00 99.96 21:19:52 21:17:01 0 0.07 0.00 0.00 0.00 0.02 99.92 21:19:52 21:17:01 1 0.05 0.00 0.03 0.00 0.00 99.92 21:19:52 21:17:01 2 0.00 0.00 0.00 0.00 0.00 100.00 21:19:52 21:17:01 3 0.05 0.00 0.00 0.03 0.00 99.92 21:19:52 21:17:01 4 0.00 0.00 0.00 0.00 0.00 100.00 21:19:52 21:17:01 5 0.00 0.00 0.00 0.00 0.00 100.00 21:19:52 21:17:01 6 0.00 0.00 0.00 0.00 0.00 100.00 21:19:52 21:17:01 7 0.02 0.00 0.02 0.00 0.00 99.97 21:19:52 21:18:01 all 0.03 0.00 0.01 0.00 0.00 99.95 21:19:52 21:18:01 0 0.03 0.00 0.02 0.00 0.00 99.95 21:19:52 21:18:01 1 0.02 0.00 0.00 0.00 0.00 99.98 21:19:52 21:18:01 2 0.00 0.00 0.00 0.00 0.00 100.00 21:19:52 21:18:01 3 0.15 0.00 0.03 0.03 0.02 99.77 21:19:52 21:18:01 4 0.02 0.00 0.00 0.00 0.00 99.98 21:19:52 21:18:01 5 0.00 0.00 0.02 0.00 0.00 99.98 21:19:52 21:18:01 6 0.02 0.00 0.00 0.00 0.00 99.98 21:19:52 21:18:01 7 0.03 0.00 0.02 0.00 0.02 99.93 21:19:52 21:19:52 21:18:01 CPU %user %nice %system %iowait %steal %idle 21:19:52 21:19:01 all 4.10 0.00 1.62 1.12 0.03 93.13 21:19:52 21:19:01 0 3.32 0.00 1.26 0.17 0.02 95.24 21:19:52 21:19:01 1 4.89 0.00 1.96 0.00 0.03 93.12 21:19:52 21:19:01 2 4.20 0.00 1.34 0.00 0.02 94.44 21:19:52 21:19:01 3 4.03 0.00 2.47 7.44 0.05 86.00 21:19:52 21:19:01 4 4.48 0.00 1.49 0.05 0.02 93.96 21:19:52 21:19:01 5 4.13 0.00 1.59 0.03 0.02 94.23 21:19:52 21:19:01 6 3.57 0.00 1.66 0.32 0.02 94.43 21:19:52 21:19:01 7 4.19 0.00 1.17 0.99 0.03 93.62 21:19:52 Average: all 3.33 0.00 0.90 0.67 0.02 95.08 21:19:52 Average: 0 2.97 0.00 0.95 0.19 0.02 95.86 21:19:52 Average: 1 2.78 0.00 0.76 0.57 0.03 95.85 21:19:52 Average: 2 3.75 0.00 0.90 0.16 0.02 95.17 21:19:52 Average: 3 3.00 0.00 1.06 2.03 0.04 93.88 21:19:52 Average: 4 3.24 0.00 0.88 0.84 0.02 95.02 21:19:52 Average: 5 3.90 0.00 0.91 1.04 0.02 94.13 21:19:52 Average: 6 3.71 0.00 0.86 0.25 0.02 95.17 21:19:52 Average: 7 3.28 0.00 0.91 0.25 0.02 95.54 21:19:52 21:19:52 21:19:52