Pull request #553 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Connecting to https://api.github.com to check permissions of obtain list of farshidtz for edgexfoundry/edgex-ui-go Obtained Jenkinsfile from 5f438056cf0d27be832a44d306540d9cec6ea88f+490d55d23c3381dbf94452a94173aa21d56f4e2c (9b7e47ed9b1d39b5bcbbeea13fa6c8b349596f13) Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh5204551839041304357.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision bd7468d5528128c83034753e4c3def8ef9af3f2d Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --resolve-git-dir /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f/.git # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f@tmp/jenkins-gitclient-ssh17336756326182273382.key > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision bd7468d5528128c83034753e4c3def8ef9af3f2d The recommended git tool is: git using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and with tags Cloning repository git@github.com:edgexfoundry/edgex-global-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-ui-go/branches/PR-553/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-ui-go/branches/PR-553/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh13009255650908916915.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-ui-go/branches/PR-553/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh17199751119458401558.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision bd7468d5528128c83034753e4c3def8ef9af3f2d (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f bd7468d5528128c83034753e4c3def8ef9af3f2d # timeout=10 Commit message: "Merge pull request #410 from ernestojeda/changes-for-dind-test" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 > git --version # timeout=10 > git --version # 'git version 2.16.6' Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh10874129859756520614.key > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 65355178549468b165f8106641c96c3190b1d843 The recommended git tool is: NONE using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository git@github.com:lfit/releng-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-ui-go/branches/PR-553/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e # timeout=10 Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-ui-go/branches/PR-553/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh17227859530150381333.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision 65355178549468b165f8106641c96c3190b1d843 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 65355178549468b165f8106641c96c3190b1d843 # timeout=10 Commit message: "Fix: Add S3 URL in href to ship logs" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 > git --version # timeout=10 > git --version # 'git version 2.16.6' fatal: bad object bd7468d5528128c83034753e4c3def8ef9af3f2d Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:edgex-ui-go] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-ui-go-settings PROJECT: edgex-ui-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.18 USE_ALPINE: true DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_IMAGE_NAME: edgex-ui DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task Waiting for next available executor Running on prd-ubuntu20.04-docker-8c-8g-29824 in /w/workspace/edgexfoundry_edgex-ui-go_PR-553 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout The recommended git tool is: git using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git > git init /w/workspace/edgexfoundry_edgex-ui-go_PR-553 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/553/head:refs/remotes/origin/PR-553 +refs/heads/main:refs/remotes/origin/main # timeout=10 Merging remotes/origin/main commit 490d55d23c3381dbf94452a94173aa21d56f4e2c into PR head commit 5f438056cf0d27be832a44d306540d9cec6ea88f Merge succeeded, producing 5f438056cf0d27be832a44d306540d9cec6ea88f Checking out Revision 5f438056cf0d27be832a44d306540d9cec6ea88f (PR-553) > git config core.sparsecheckout # timeout=10 > git checkout -f 5f438056cf0d27be832a44d306540d9cec6ea88f # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 490d55d23c3381dbf94452a94173aa21d56f4e2c # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 5f438056cf0d27be832a44d306540d9cec6ea88f # timeout=10 Commit message: "refactor: port install hook from bash to go" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.25.1' fatal: bad object bd7468d5528128c83034753e4c3def8ef9af3f2d [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2022-09-19T15:30:41.140Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2022-09-19T15:30:41.334Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2022-09-19T15:30:41.436Z] ========================================================= [2022-09-19T15:30:41.436Z] EdgeX Global Pipelines Version Info [2022-09-19T15:30:41.436Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2022-09-19T15:30:42.194Z] ------------------- [2022-09-19T15:30:42.194Z] stable info: [2022-09-19T15:30:42.194Z] ------------------- [2022-09-19T15:30:42.194Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2022-09-19T15:30:42.194Z] Commit SHA: bd7468d5528128c83034753e4c3def8ef9af3f2d [2022-09-19T15:30:42.194Z] Message: update stable to v1.0.239 [2022-09-19T15:30:42.769Z] ------------------- [2022-09-19T15:30:42.769Z] experimental info: [2022-09-19T15:30:42.769Z] ------------------- [2022-09-19T15:30:42.769Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2022-09-19T15:30:42.769Z] Commit SHA: bd7468d5528128c83034753e4c3def8ef9af3f2d [2022-09-19T15:30:42.769Z] Message: update experimental to v1.0.239 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2022-09-19T15:30:43.147Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-ui-go-settings [Pipeline] echo [2022-09-19T15:30:43.179Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-ui-go [Pipeline] echo [2022-09-19T15:30:43.219Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2022-09-19T15:30:43.259Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2022-09-19T15:30:43.298Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2022-09-19T15:30:43.334Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.18 [Pipeline] echo [2022-09-19T15:30:43.380Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2022-09-19T15:30:43.422Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2022-09-19T15:30:43.468Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2022-09-19T15:30:43.515Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2022-09-19T15:30:43.560Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2022-09-19T15:30:43.609Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = edgex-ui [Pipeline] echo [2022-09-19T15:30:43.656Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2022-09-19T15:30:43.696Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2022-09-19T15:30:43.740Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2022-09-19T15:30:43.782Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2022-09-19T15:30:43.827Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2022-09-19T15:30:43.873Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2022-09-19T15:30:43.917Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2022-09-19T15:30:43.961Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2022-09-19T15:30:44.002Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2022-09-19T15:30:44.045Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2022-09-19T15:30:44.093Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2022-09-19T15:30:44.135Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2022-09-19T15:30:44.179Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2022-09-19T15:30:44.223Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2022-09-19T15:30:44.269Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2022-09-19T15:30:44.311Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-553 [Pipeline] echo [2022-09-19T15:30:44.360Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-553 [Pipeline] echo [2022-09-19T15:30:44.404Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-553 [Pipeline] echo [2022-09-19T15:30:44.445Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 5f438056cf0d27be832a44d306540d9cec6ea88f [Pipeline] echo [2022-09-19T15:30:44.486Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 5f43805 [Pipeline] echo [2022-09-19T15:30:44.527Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-09-19T15:30:44.639Z] provisioning config files... [2022-09-19T15:30:44.653Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-553@tmp/config6860648555363413445tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-09-19T15:30:44.996Z] ---> docker-login.sh [2022-09-19T15:30:44.996Z] nexus3.edgexfoundry.org:10001 [2022-09-19T15:30:45.258Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-09-19T15:30:45.519Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-09-19T15:30:45.519Z] Configure a credential helper to remove this warning. See [2022-09-19T15:30:45.519Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-09-19T15:30:45.519Z] [2022-09-19T15:30:45.519Z] Login Succeeded [2022-09-19T15:30:45.519Z] nexus3.edgexfoundry.org:10002 [2022-09-19T15:30:45.519Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-09-19T15:30:45.519Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-09-19T15:30:45.519Z] Configure a credential helper to remove this warning. See [2022-09-19T15:30:45.519Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-09-19T15:30:45.519Z] [2022-09-19T15:30:45.519Z] Login Succeeded [2022-09-19T15:30:45.519Z] nexus3.edgexfoundry.org:10003 [2022-09-19T15:30:45.782Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-09-19T15:30:45.782Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-09-19T15:30:45.782Z] Configure a credential helper to remove this warning. See [2022-09-19T15:30:45.782Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-09-19T15:30:45.782Z] [2022-09-19T15:30:45.782Z] Login Succeeded [2022-09-19T15:30:45.782Z] nexus3.edgexfoundry.org:10004 [2022-09-19T15:30:45.782Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-09-19T15:30:45.782Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-09-19T15:30:45.782Z] Configure a credential helper to remove this warning. See [2022-09-19T15:30:45.782Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-09-19T15:30:45.782Z] [2022-09-19T15:30:45.782Z] Login Succeeded [2022-09-19T15:30:45.782Z] docker.io [2022-09-19T15:30:46.043Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-09-19T15:30:46.303Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-09-19T15:30:46.303Z] Configure a credential helper to remove this warning. See [2022-09-19T15:30:46.303Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-09-19T15:30:46.303Z] [2022-09-19T15:30:46.303Z] Login Succeeded [2022-09-19T15:30:46.303Z] ---> docker-login.sh ends [Pipeline] } [2022-09-19T15:30:46.330Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2022-09-19T15:30:46.999Z] + git rev-list -1 --merges 5f438056cf0d27be832a44d306540d9cec6ea88f~1..5f438056cf0d27be832a44d306540d9cec6ea88f [Pipeline] echo [2022-09-19T15:30:47.045Z] -----------> git rev-list -1 --merges 5f438056cf0d27be832a44d306540d9cec6ea88f~1..5f438056cf0d27be832a44d306540d9cec6ea88f 5f438056cf0d27be832a44d306540d9cec6ea88f [false] [Pipeline] sh [2022-09-19T15:30:47.359Z] + git log --format=format:%s -1 5f438056cf0d27be832a44d306540d9cec6ea88f [Pipeline] echo [2022-09-19T15:30:47.393Z] ========================================================= [2022-09-19T15:30:47.393Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2022-09-19T15:30:47.393Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2022-09-19T15:30:47.853Z] + git log --format=format:%s -1 5f438056cf0d27be832a44d306540d9cec6ea88f [Pipeline] echo [2022-09-19T15:30:47.885Z] [semverPrep] GIT_COMMIT: 5f438056cf0d27be832a44d306540d9cec6ea88f, Commit Message: refactor: port install hook from bash to go [Pipeline] echo [2022-09-19T15:30:47.914Z] [semverPrep] This is not a build commit. [Pipeline] sh [2022-09-19T15:30:48.302Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2022-09-19T15:30:48.302Z] + grep -v github /etc/ssh/ssh_known_hosts [2022-09-19T15:30:48.302Z] + [ -e /tmp/ssh_known_hosts ] [2022-09-19T15:30:48.302Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2022-09-19T15:30:48.302Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2022-09-19T15:30:48.302Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2022-09-19T15:30:48.302Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-09-19T15:30:48.797Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2022-09-19T15:30:48.797Z] [2022-09-19T15:30:48.797Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-09-19T15:30:49.178Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2022-09-19T15:30:49.178Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2022-09-19T15:30:49.178Z] b85a868b505f: Pulling fs layer [2022-09-19T15:30:49.178Z] e2be974225ed: Pulling fs layer [2022-09-19T15:30:49.178Z] 339a4e72a1f5: Pulling fs layer [2022-09-19T15:30:49.178Z] 988bab9f4d93: Pulling fs layer [2022-09-19T15:30:49.178Z] 1469e6f7b9e6: Pulling fs layer [2022-09-19T15:30:49.178Z] eaf3925da568: Pulling fs layer [2022-09-19T15:30:49.178Z] bab4dde63d76: Pulling fs layer [2022-09-19T15:30:49.178Z] bde34c3a00c8: Pulling fs layer [2022-09-19T15:30:49.178Z] b352a97aabf1: Pulling fs layer [2022-09-19T15:30:49.178Z] 4872d77fe225: Pulling fs layer [2022-09-19T15:30:49.178Z] 5851b861e8e6: Pulling fs layer [2022-09-19T15:30:49.178Z] bab4dde63d76: Waiting [2022-09-19T15:30:49.178Z] 4872d77fe225: Waiting [2022-09-19T15:30:49.178Z] bde34c3a00c8: Waiting [2022-09-19T15:30:49.178Z] 5851b861e8e6: Waiting [2022-09-19T15:30:49.178Z] b352a97aabf1: Waiting [2022-09-19T15:30:49.178Z] 988bab9f4d93: Waiting [2022-09-19T15:30:49.178Z] 1469e6f7b9e6: Waiting [2022-09-19T15:30:49.178Z] eaf3925da568: Waiting [2022-09-19T15:30:49.178Z] e2be974225ed: Verifying Checksum [2022-09-19T15:30:49.178Z] e2be974225ed: Download complete [2022-09-19T15:30:49.178Z] 988bab9f4d93: Verifying Checksum [2022-09-19T15:30:49.178Z] 988bab9f4d93: Download complete [2022-09-19T15:30:49.441Z] 1469e6f7b9e6: Verifying Checksum [2022-09-19T15:30:49.441Z] 1469e6f7b9e6: Download complete [2022-09-19T15:30:49.441Z] 339a4e72a1f5: Verifying Checksum [2022-09-19T15:30:49.441Z] 339a4e72a1f5: Download complete [2022-09-19T15:30:49.441Z] eaf3925da568: Verifying Checksum [2022-09-19T15:30:49.441Z] eaf3925da568: Download complete [2022-09-19T15:30:49.441Z] bde34c3a00c8: Download complete [2022-09-19T15:30:49.441Z] b352a97aabf1: Verifying Checksum [2022-09-19T15:30:49.441Z] b352a97aabf1: Download complete [2022-09-19T15:30:49.441Z] 4872d77fe225: Verifying Checksum [2022-09-19T15:30:49.441Z] 4872d77fe225: Download complete [2022-09-19T15:30:49.441Z] 5851b861e8e6: Download complete [2022-09-19T15:30:49.441Z] b85a868b505f: Verifying Checksum [2022-09-19T15:30:49.441Z] b85a868b505f: Download complete [2022-09-19T15:30:49.703Z] bab4dde63d76: Verifying Checksum [2022-09-19T15:30:49.703Z] bab4dde63d76: Download complete [2022-09-19T15:30:51.090Z] b85a868b505f: Pull complete [2022-09-19T15:30:51.090Z] e2be974225ed: Pull complete [2022-09-19T15:30:51.352Z] 339a4e72a1f5: Pull complete [2022-09-19T15:30:51.613Z] 988bab9f4d93: Pull complete [2022-09-19T15:30:51.874Z] 1469e6f7b9e6: Pull complete [2022-09-19T15:30:51.874Z] eaf3925da568: Pull complete [2022-09-19T15:30:54.420Z] bab4dde63d76: Pull complete [2022-09-19T15:30:54.420Z] bde34c3a00c8: Pull complete [2022-09-19T15:30:54.420Z] b352a97aabf1: Pull complete [2022-09-19T15:30:54.420Z] 4872d77fe225: Pull complete [2022-09-19T15:30:54.420Z] 5851b861e8e6: Pull complete [2022-09-19T15:30:54.420Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2022-09-19T15:30:54.420Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2022-09-19T15:30:54.420Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-09-19T15:30:54.666Z] prd-ubuntu20.04-docker-8c-8g-29824 does not seem to be running inside a container [2022-09-19T15:30:54.706Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_edgex-ui-go_PR-553 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-553:/w/workspace/edgexfoundry_edgex-ui-go_PR-553:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-553@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-553@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2022-09-19T15:30:57.944Z] $ docker top 00fd2b345883e7274b413e264af1fb0700df18b61e872484dd75f973bc4c3811 -eo pid,comm [2022-09-19T15:30:58.008Z] 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). [2022-09-19T15:30:58.008Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2022-09-19T15:30:58.128Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-09-19T15:30:58.129Z] [ssh-agent] Looking for ssh-agent implementation... [2022-09-19T15:30:58.257Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-09-19T15:30:58.261Z] $ docker exec 00fd2b345883e7274b413e264af1fb0700df18b61e872484dd75f973bc4c3811 ssh-agent [2022-09-19T15:30:58.393Z] SSH_AUTH_SOCK=/tmp/ssh-kSqlstpAKCSH/agent.32 [2022-09-19T15:30:58.393Z] SSH_AGENT_PID=38 [2022-09-19T15:30:58.399Z] Running ssh-add (command line suppressed) [2022-09-19T15:30:58.525Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_PR-553@tmp/private_key_1232498170147609630.key (/w/workspace/edgexfoundry_edgex-ui-go_PR-553@tmp/private_key_1232498170147609630.key) [2022-09-19T15:30:58.549Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-09-19T15:30:58.883Z] + git tag --points-at HEAD [Pipeline] } [2022-09-19T15:30:58.910Z] $ docker exec --env ******** --env ******** 00fd2b345883e7274b413e264af1fb0700df18b61e872484dd75f973bc4c3811 ssh-agent -k [2022-09-19T15:30:59.031Z] unset SSH_AUTH_SOCK; [2022-09-19T15:30:59.032Z] unset SSH_AGENT_PID; [2022-09-19T15:30:59.032Z] echo Agent pid 38 killed; [2022-09-19T15:30:59.043Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2022-09-19T15:30:59.131Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-09-19T15:30:59.131Z] [ssh-agent] Looking for ssh-agent implementation... [2022-09-19T15:30:59.252Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-09-19T15:30:59.255Z] $ docker exec 00fd2b345883e7274b413e264af1fb0700df18b61e872484dd75f973bc4c3811 ssh-agent [2022-09-19T15:30:59.378Z] SSH_AUTH_SOCK=/tmp/ssh-6MCPn1mIsnwb/agent.70 [2022-09-19T15:30:59.378Z] SSH_AGENT_PID=76 [2022-09-19T15:30:59.383Z] Running ssh-add (command line suppressed) [2022-09-19T15:30:59.500Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_PR-553@tmp/private_key_1253554555977698308.key (/w/workspace/edgexfoundry_edgex-ui-go_PR-553@tmp/private_key_1253554555977698308.key) [2022-09-19T15:30:59.515Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-09-19T15:30:59.853Z] + git semver init [2022-09-19T15:31:00.113Z] 2022-09-19 15:31:00,048 [run_init] DEBUG init version:0.0.0 force:False [2022-09-19T15:31:00.113Z] 2022-09-19 15:31:00,049 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgexfoundry_edgex-ui-go_PR-553/.semver [2022-09-19T15:31:00.113Z] 2022-09-19 15:31:00,050 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-ui-go.git /w/workspace/edgexfoundry_edgex-ui-go_PR-553/.semver [2022-09-19T15:31:00.113Z] 2022-09-19 15:31:00,051 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/edgex-ui-go.git', '/w/workspace/edgexfoundry_edgex-ui-go_PR-553/.semver'], cwd=/w/workspace/edgexfoundry_edgex-ui-go_PR-553, universal_newlines=False, shell=None, istream=None) [2022-09-19T15:31:02.033Z] 2022-09-19 15:31:01,503 [append_file] DEBUG append to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-553/.git/info/exclude [2022-09-19T15:31:02.033Z] 2022-09-19 15:31:01,504 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgexfoundry_edgex-ui-go_PR-553/.semver/PR-553 with force:False [2022-09-19T15:31:02.033Z] 2022-09-19 15:31:01,504 [write_file] DEBUG write to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-553/.semver/PR-553 [2022-09-19T15:31:02.033Z] 2022-09-19 15:31:01,509 [execute] INFO git cat-file --batch-check [2022-09-19T15:31:02.033Z] 2022-09-19 15:31:01,509 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgexfoundry_edgex-ui-go_PR-553/.semver, universal_newlines=False, shell=None, istream=) [2022-09-19T15:31:02.033Z] 2022-09-19 15:31:01,516 [execute] INFO git cat-file --batch [2022-09-19T15:31:02.033Z] 2022-09-19 15:31:01,516 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgexfoundry_edgex-ui-go_PR-553/.semver, universal_newlines=False, shell=None, istream=) [2022-09-19T15:31:02.033Z] 2022-09-19 15:31:01,523 [read_version] DEBUG read version from /w/workspace/edgexfoundry_edgex-ui-go_PR-553/.semver/PR-553 [2022-09-19T15:31:02.033Z] 0.0.0 [Pipeline] } [2022-09-19T15:31:02.063Z] $ docker exec --env ******** --env ******** 00fd2b345883e7274b413e264af1fb0700df18b61e872484dd75f973bc4c3811 ssh-agent -k [2022-09-19T15:31:02.167Z] unset SSH_AUTH_SOCK; [2022-09-19T15:31:02.168Z] unset SSH_AGENT_PID; [2022-09-19T15:31:02.168Z] echo Agent pid 76 killed; [2022-09-19T15:31:02.178Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2022-09-19T15:31:02.587Z] + git semver [Pipeline] } [2022-09-19T15:31:02.881Z] $ docker stop --time=1 00fd2b345883e7274b413e264af1fb0700df18b61e872484dd75f973bc4c3811 [2022-09-19T15:31:04.213Z] $ docker rm -f 00fd2b345883e7274b413e264af1fb0700df18b61e872484dd75f973bc4c3811 [Pipeline] // withDockerContainer [Pipeline] sh [2022-09-19T15:31:04.635Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2022-09-19T15:31:04.939Z] Stashed 1 file(s) [Pipeline] echo [2022-09-19T15:31:04.956Z] [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] withEnv [Pipeline] { [Pipeline] node [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-09-19T15:31:05.559Z] provisioning config files... [2022-09-19T15:31:05.571Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-553@tmp/config7381424256740546598tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-09-19T15:31:05.920Z] ---> docker-login.sh [2022-09-19T15:31:05.920Z] nexus3.edgexfoundry.org:10001 [2022-09-19T15:31:05.920Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-09-19T15:31:05.920Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-09-19T15:31:05.920Z] Configure a credential helper to remove this warning. See [2022-09-19T15:31:05.920Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-09-19T15:31:05.920Z] [2022-09-19T15:31:05.920Z] Login Succeeded [2022-09-19T15:31:05.920Z] nexus3.edgexfoundry.org:10002 [2022-09-19T15:31:05.920Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-09-19T15:31:06.183Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-09-19T15:31:06.183Z] Configure a credential helper to remove this warning. See [2022-09-19T15:31:06.183Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-09-19T15:31:06.183Z] [2022-09-19T15:31:06.183Z] Login Succeeded [2022-09-19T15:31:06.183Z] nexus3.edgexfoundry.org:10003 [2022-09-19T15:31:06.183Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-09-19T15:31:06.183Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-09-19T15:31:06.183Z] Configure a credential helper to remove this warning. See [2022-09-19T15:31:06.183Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-09-19T15:31:06.183Z] [2022-09-19T15:31:06.183Z] Login Succeeded [2022-09-19T15:31:06.183Z] nexus3.edgexfoundry.org:10004 [2022-09-19T15:31:06.183Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-09-19T15:31:06.444Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-09-19T15:31:06.444Z] Configure a credential helper to remove this warning. See [2022-09-19T15:31:06.444Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-09-19T15:31:06.444Z] [2022-09-19T15:31:06.444Z] Login Succeeded [2022-09-19T15:31:06.444Z] docker.io [2022-09-19T15:31:06.444Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-09-19T15:31:06.706Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-09-19T15:31:06.706Z] Configure a credential helper to remove this warning. See [2022-09-19T15:31:06.706Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-09-19T15:31:06.706Z] [2022-09-19T15:31:06.706Z] Login Succeeded [2022-09-19T15:31:06.706Z] ---> docker-login.sh ends [Pipeline] } [2022-09-19T15:31:06.735Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2022-09-19T15:31:06.940Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-09-19T15:31:06.975Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-09-19T15:31:07.005Z] ========================================================= [2022-09-19T15:31:07.005Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine] [2022-09-19T15:31:07.005Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-09-19T15:31:07.478Z] + docker build -t ci-base-image-x86_64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine --build-arg MAKE=echo noop --target=builder . [2022-09-19T15:31:07.739Z] Sending build context to Docker daemon 45.41MB [2022-09-19T15:31:07.739Z] Step 1/16 : ARG BASE=golang:1.18-alpine3.16 [2022-09-19T15:31:07.739Z] Step 2/16 : FROM ${BASE} AS builder [2022-09-19T15:31:07.739Z] 1.18-alpine: Pulling from edgex-devops/edgex-golang-base [2022-09-19T15:31:07.739Z] 2408cc74d12b: Pulling fs layer [2022-09-19T15:31:07.739Z] ea60b727a1ce: Pulling fs layer [2022-09-19T15:31:07.739Z] 30c4a7721957: Pulling fs layer [2022-09-19T15:31:07.739Z] 370296b7ddb6: Pulling fs layer [2022-09-19T15:31:07.739Z] 7c6cee850709: Pulling fs layer [2022-09-19T15:31:07.739Z] 39a5fcdaea64: Pulling fs layer [2022-09-19T15:31:07.739Z] d94ebbe4e438: Pulling fs layer [2022-09-19T15:31:07.739Z] bcfd1f05c69d: Pulling fs layer [2022-09-19T15:31:07.739Z] 59ccb84bbe0f: Pulling fs layer [2022-09-19T15:31:07.739Z] 370296b7ddb6: Waiting [2022-09-19T15:31:07.739Z] 7c6cee850709: Waiting [2022-09-19T15:31:07.739Z] 39a5fcdaea64: Waiting [2022-09-19T15:31:07.739Z] 59ccb84bbe0f: Waiting [2022-09-19T15:31:07.739Z] bcfd1f05c69d: Waiting [2022-09-19T15:31:07.739Z] 30c4a7721957: Verifying Checksum [2022-09-19T15:31:07.739Z] 30c4a7721957: Download complete [2022-09-19T15:31:07.739Z] ea60b727a1ce: Verifying Checksum [2022-09-19T15:31:07.739Z] ea60b727a1ce: Download complete [2022-09-19T15:31:07.739Z] 7c6cee850709: Verifying Checksum [2022-09-19T15:31:07.739Z] 7c6cee850709: Download complete [2022-09-19T15:31:07.739Z] 39a5fcdaea64: Verifying Checksum [2022-09-19T15:31:07.739Z] 39a5fcdaea64: Download complete [2022-09-19T15:31:07.739Z] 2408cc74d12b: Download complete [2022-09-19T15:31:08.006Z] d94ebbe4e438: Verifying Checksum [2022-09-19T15:31:08.006Z] d94ebbe4e438: Download complete [2022-09-19T15:31:08.006Z] 2408cc74d12b: Pull complete [2022-09-19T15:31:08.006Z] ea60b727a1ce: Pull complete [2022-09-19T15:31:08.283Z] 30c4a7721957: Pull complete [2022-09-19T15:31:08.873Z] 59ccb84bbe0f: Verifying Checksum [2022-09-19T15:31:08.873Z] 59ccb84bbe0f: Download complete [2022-09-19T15:31:08.873Z] bcfd1f05c69d: Verifying Checksum [2022-09-19T15:31:08.873Z] bcfd1f05c69d: Download complete [2022-09-19T15:31:08.873Z] 370296b7ddb6: Verifying Checksum [2022-09-19T15:31:08.873Z] 370296b7ddb6: Download complete [2022-09-19T15:31:13.073Z] 370296b7ddb6: Pull complete [2022-09-19T15:31:13.073Z] 7c6cee850709: Pull complete [2022-09-19T15:31:13.073Z] 39a5fcdaea64: Pull complete [2022-09-19T15:31:13.073Z] d94ebbe4e438: Pull complete [2022-09-19T15:31:15.610Z] bcfd1f05c69d: Pull complete [2022-09-19T15:31:15.871Z] 59ccb84bbe0f: Pull complete [2022-09-19T15:31:16.135Z] Digest: sha256:b7a3521351a9cbc7ce2a60b0b0d40edf4ed6cc338df7dc09f1589c9a81f0a497 [2022-09-19T15:31:16.135Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2022-09-19T15:31:16.135Z] ---> a4fb48ad2a94 [2022-09-19T15:31:16.135Z] Step 3/16 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" [2022-09-19T15:31:20.375Z] Still waiting to schedule task [2022-09-19T15:31:20.375Z] All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline [2022-09-19T15:31:22.739Z] ---> Running in a484c342b7cd [2022-09-19T15:31:22.739Z] Removing intermediate container a484c342b7cd [2022-09-19T15:31:22.739Z] ---> 597301bb1455 [2022-09-19T15:31:22.739Z] Step 4/16 : ARG ALPINE_PKG_BASE="make git" [2022-09-19T15:31:22.739Z] ---> Running in c49f1620c870 [2022-09-19T15:31:22.739Z] Removing intermediate container c49f1620c870 [2022-09-19T15:31:22.739Z] ---> 4b5f172f4ce9 [2022-09-19T15:31:22.739Z] Step 5/16 : ARG ALPINE_PKG_EXTRA="" [2022-09-19T15:31:22.739Z] ---> Running in d31d4dff9166 [2022-09-19T15:31:22.739Z] Removing intermediate container d31d4dff9166 [2022-09-19T15:31:22.739Z] ---> 696a5e31c410 [2022-09-19T15:31:22.739Z] Step 6/16 : LABEL Name=edgex-ui-go [2022-09-19T15:31:22.739Z] ---> Running in bcef7fd61d7d [2022-09-19T15:31:22.739Z] Removing intermediate container bcef7fd61d7d [2022-09-19T15:31:22.739Z] ---> 326cd8868b84 [2022-09-19T15:31:22.739Z] Step 7/16 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2022: Intel' [2022-09-19T15:31:22.739Z] ---> Running in d0e2667690ba [2022-09-19T15:31:22.739Z] Removing intermediate container d0e2667690ba [2022-09-19T15:31:22.739Z] ---> f4a47b7c89ba [2022-09-19T15:31:22.739Z] Step 8/16 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2022-09-19T15:31:23.000Z] latest: Pulling from library/docker [2022-09-19T15:31:23.262Z] 213ec9aee27d: Pulling fs layer [2022-09-19T15:31:23.262Z] 6eb510456a42: Pulling fs layer [2022-09-19T15:31:23.262Z] 4627ba0696d0: Pulling fs layer [2022-09-19T15:31:23.262Z] 58acb0837d57: Pulling fs layer [2022-09-19T15:31:23.262Z] 12036fa74330: Pulling fs layer [2022-09-19T15:31:23.262Z] c052aa9e92bf: Pulling fs layer [2022-09-19T15:31:23.262Z] 87c6260f9eda: Pulling fs layer [2022-09-19T15:31:23.262Z] 669290a31ba1: Pulling fs layer [2022-09-19T15:31:23.262Z] d77965d4a857: Pulling fs layer [2022-09-19T15:31:23.262Z] c052aa9e92bf: Waiting [2022-09-19T15:31:23.262Z] d77965d4a857: Waiting [2022-09-19T15:31:23.262Z] 87c6260f9eda: Waiting [2022-09-19T15:31:23.262Z] 669290a31ba1: Waiting [2022-09-19T15:31:23.262Z] 58acb0837d57: Waiting [2022-09-19T15:31:23.262Z] 12036fa74330: Waiting [2022-09-19T15:31:23.523Z] 4627ba0696d0: Verifying Checksum [2022-09-19T15:31:23.523Z] 4627ba0696d0: Download complete [2022-09-19T15:31:23.523Z] 6eb510456a42: Verifying Checksum [2022-09-19T15:31:23.523Z] 6eb510456a42: Download complete [2022-09-19T15:31:23.523Z] 213ec9aee27d: Verifying Checksum [2022-09-19T15:31:23.523Z] 213ec9aee27d: Download complete [2022-09-19T15:31:23.523Z] 213ec9aee27d: Pull complete [2022-09-19T15:31:23.783Z] c052aa9e92bf: Verifying Checksum [2022-09-19T15:31:23.783Z] c052aa9e92bf: Download complete [2022-09-19T15:31:23.783Z] 6eb510456a42: Pull complete [2022-09-19T15:31:24.044Z] 4627ba0696d0: Pull complete [2022-09-19T15:31:24.044Z] 87c6260f9eda: Verifying Checksum [2022-09-19T15:31:24.044Z] 87c6260f9eda: Download complete [2022-09-19T15:31:24.044Z] 12036fa74330: Verifying Checksum [2022-09-19T15:31:24.044Z] 12036fa74330: Download complete [2022-09-19T15:31:24.044Z] 669290a31ba1: Verifying Checksum [2022-09-19T15:31:24.044Z] 669290a31ba1: Download complete [2022-09-19T15:31:24.044Z] d77965d4a857: Verifying Checksum [2022-09-19T15:31:24.044Z] d77965d4a857: Download complete [2022-09-19T15:31:24.993Z] 58acb0837d57: Verifying Checksum [2022-09-19T15:31:24.993Z] 58acb0837d57: Download complete [2022-09-19T15:31:25.563Z] 58acb0837d57: Pull complete [2022-09-19T15:31:25.824Z] 12036fa74330: Pull complete [2022-09-19T15:31:26.083Z] c052aa9e92bf: Pull complete [2022-09-19T15:31:26.344Z] 87c6260f9eda: Pull complete [2022-09-19T15:31:26.344Z] 669290a31ba1: Pull complete [2022-09-19T15:31:26.344Z] d77965d4a857: Pull complete [2022-09-19T15:31:26.344Z] Digest: sha256:68a377d2bd432a2e5791144748e8179db55118cb7a9e77b06bbfdc2c1c46b235 [2022-09-19T15:31:26.344Z] Status: Downloaded newer image for docker:latest [2022-09-19T15:31:28.254Z] ---> 466700cde8b2 [2022-09-19T15:31:28.254Z] Step 9/16 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-09-19T15:31:28.254Z] ---> Running in 9463946f395d [2022-09-19T15:31:28.826Z] Removing intermediate container 9463946f395d [2022-09-19T15:31:28.826Z] ---> 6e551793aeca [2022-09-19T15:31:28.826Z] Step 10/16 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2022-09-19T15:31:28.826Z] ---> Running in 796f7d2941ad [2022-09-19T15:31:29.087Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-09-19T15:31:30.032Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-09-19T15:31:30.293Z] OK: 211 MiB in 51 packages [2022-09-19T15:31:30.864Z] Removing intermediate container 796f7d2941ad [2022-09-19T15:31:30.864Z] ---> 5d8643d5f895 [2022-09-19T15:31:30.864Z] Step 11/16 : ENV GO111MODULE=on [2022-09-19T15:31:30.864Z] ---> Running in 6250231bae90 [2022-09-19T15:31:30.864Z] Removing intermediate container 6250231bae90 [2022-09-19T15:31:30.864Z] ---> 345a87f2f8e9 [2022-09-19T15:31:30.864Z] Step 12/16 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go [2022-09-19T15:31:30.864Z] ---> Running in 280bec41206f [2022-09-19T15:31:30.864Z] Removing intermediate container 280bec41206f [2022-09-19T15:31:30.864Z] ---> eea4f441249c [2022-09-19T15:31:30.864Z] Step 13/16 : COPY go.mod vendor* ./ [2022-09-19T15:31:31.124Z] ---> 203f8c383843 [2022-09-19T15:31:31.124Z] Step 14/16 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-09-19T15:31:31.124Z] ---> Running in d82e63b78074 [2022-09-19T15:31:43.595Z] Removing intermediate container d82e63b78074 [2022-09-19T15:31:43.595Z] ---> 854cd3cbf7c3 [2022-09-19T15:31:43.595Z] Step 15/16 : COPY . . [2022-09-19T15:31:44.542Z] ---> 9e9546f0f078 [2022-09-19T15:31:44.542Z] Step 16/16 : RUN ${MAKE} [2022-09-19T15:31:44.803Z] ---> Running in 1e0fc037bef3 [2022-09-19T15:31:45.063Z] noop [2022-09-19T15:31:45.323Z] Removing intermediate container 1e0fc037bef3 [2022-09-19T15:31:45.323Z] ---> 489da72f9193 [2022-09-19T15:31:45.323Z] Successfully built 489da72f9193 [2022-09-19T15:31:45.323Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-09-19T15:31:45.772Z] + docker inspect -f . ci-base-image-x86_64 [2022-09-19T15:31:45.772Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-09-19T15:31:45.942Z] prd-ubuntu20.04-docker-8c-8g-29824 does not seem to be running inside a container [2022-09-19T15:31:45.985Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgexfoundry_edgex-ui-go_PR-553 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-553:/w/workspace/edgexfoundry_edgex-ui-go_PR-553:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-553@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-553@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2022-09-19T15:31:46.403Z] $ docker top ff2d74d6a3e6a23b9ab3345c95cfaf21d734ae8791959de3fa6d4c88161de1b2 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-09-19T15:31:46.893Z] + go version [2022-09-19T15:31:46.893Z] go version go1.18.3 linux/amd64 [Pipeline] } [2022-09-19T15:31:46.928Z] $ docker stop --time=1 ff2d74d6a3e6a23b9ab3345c95cfaf21d734ae8791959de3fa6d4c88161de1b2 [2022-09-19T15:31:48.255Z] $ docker rm -f ff2d74d6a3e6a23b9ab3345c95cfaf21d734ae8791959de3fa6d4c88161de1b2 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-09-19T15:31:48.956Z] + docker inspect -f . ci-base-image-x86_64 [2022-09-19T15:31:48.956Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-09-19T15:31:49.116Z] prd-ubuntu20.04-docker-8c-8g-29824 does not seem to be running inside a container [2022-09-19T15:31:49.162Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/edgexfoundry_edgex-ui-go_PR-553 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-553:/w/workspace/edgexfoundry_edgex-ui-go_PR-553:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-553@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-553@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2022-09-19T15:31:49.516Z] $ docker top 716a8f9cf41cdad4d00592010faaf7482998c58a04583f639f22334189d9f238 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-09-19T15:31:49.921Z] + git config --global --add safe.directory /w/workspace/edgexfoundry_edgex-ui-go_PR-553 [Pipeline] fileExists [Pipeline] sh [2022-09-19T15:31:50.281Z] + make test [2022-09-19T15:31:50.281Z] CGO_ENABLED=0 GO111MODULE=on go test -coverprofile=coverage.out ./... [2022-09-19T15:31:50.540Z] ? github.com/edgexfoundry/edgex-ui-go [no test files] [2022-09-19T15:31:57.114Z] ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] [2022-09-19T15:31:57.114Z] ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] [2022-09-19T15:31:57.114Z] ? github.com/edgexfoundry/edgex-ui-go/internal/common [no test files] [2022-09-19T15:31:57.114Z] ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] [2022-09-19T15:31:57.114Z] ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] [2022-09-19T15:31:57.114Z] ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] [2022-09-19T15:31:57.114Z] ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] [2022-09-19T15:31:57.114Z] ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] [2022-09-19T15:31:57.114Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] [2022-09-19T15:31:57.114Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] [2022-09-19T15:31:57.114Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] [2022-09-19T15:31:57.114Z] ? github.com/edgexfoundry/edgex-ui-go/pkg/usage [no test files] [2022-09-19T15:31:57.114Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2022-09-19T15:31:58.498Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2022-09-19T15:31:58.498Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2022-09-19T15:31:58.498Z] ./bin/test-attribution-txt.sh [2022-09-19T15:31:58.498Z] make -C web test [2022-09-19T15:31:58.498Z] make[1]: Entering directory '/w/workspace/edgexfoundry_edgex-ui-go_PR-553/web' [2022-09-19T15:31:58.498Z] make[1]: tput: No such file or directory [2022-09-19T15:31:58.498Z] make[1]: tput: No such file or directory [2022-09-19T15:31:58.498Z] warning: generating ./VERSION [2022-09-19T15:31:58.498Z] echo "0.0.0" > VERSION [2022-09-19T15:31:58.498Z] docker build \ [2022-09-19T15:31:58.498Z] -f Dockerfile \ [2022-09-19T15:31:58.498Z] --build-arg USER=1000 \ [2022-09-19T15:31:58.498Z] \ [2022-09-19T15:31:58.498Z] --label "git_sha=5f438056cf0d27be832a44d306540d9cec6ea88f" \ [2022-09-19T15:31:58.498Z] -t edgexfoundry/edgex-web-ui:5f438056cf0d27be832a44d306540d9cec6ea88f \ [2022-09-19T15:31:58.498Z] -t edgexfoundry/edgex-web-ui:0.0.0-dev \ [2022-09-19T15:31:58.498Z] . [2022-09-19T15:31:58.759Z] Sending build context to Docker daemon 3.269MB [2022-09-19T15:31:58.759Z] Step 1/10 : FROM node:16.17-alpine3.15 [2022-09-19T15:31:59.333Z] 16.17-alpine3.15: Pulling from library/node [2022-09-19T15:31:59.333Z] 9621f1afde84: Pulling fs layer [2022-09-19T15:31:59.333Z] 16f891d21976: Pulling fs layer [2022-09-19T15:31:59.333Z] cf6a4a42ec8c: Pulling fs layer [2022-09-19T15:31:59.333Z] 297e921c64f6: Pulling fs layer [2022-09-19T15:31:59.597Z] cf6a4a42ec8c: Download complete [2022-09-19T15:31:59.859Z] 9621f1afde84: Verifying Checksum [2022-09-19T15:31:59.859Z] 9621f1afde84: Download complete [2022-09-19T15:31:59.859Z] 297e921c64f6: Download complete [2022-09-19T15:31:59.859Z] 9621f1afde84: Pull complete [2022-09-19T15:32:00.801Z] 16f891d21976: Verifying Checksum [2022-09-19T15:32:00.801Z] 16f891d21976: Download complete [2022-09-19T15:32:02.279Z] 16f891d21976: Pull complete [2022-09-19T15:32:02.279Z] cf6a4a42ec8c: Pull complete [2022-09-19T15:32:02.279Z] 297e921c64f6: Pull complete [2022-09-19T15:32:02.279Z] Digest: sha256:a60b681e1c28f60ea63f8394dea5384c69bdc464b9655e880f74aafaa5945665 [2022-09-19T15:32:02.279Z] Status: Downloaded newer image for node:16.17-alpine3.15 [2022-09-19T15:32:02.279Z] ---> 141d857b2a92 [2022-09-19T15:32:02.279Z] Step 2/10 : RUN apk add --no-cache chromium [2022-09-19T15:32:03.749Z] ---> Running in 094606260bb2 [2022-09-19T15:32:04.010Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-09-19T15:32:04.010Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-09-19T15:32:04.272Z] (1/129) Installing libxau (1.0.9-r0) [2022-09-19T15:32:04.272Z] (2/129) Installing libmd (1.0.3-r0) [2022-09-19T15:32:04.272Z] (3/129) Installing libbsd (0.11.3-r1) [2022-09-19T15:32:04.272Z] (4/129) Installing libxdmcp (1.1.3-r0) [2022-09-19T15:32:04.272Z] (5/129) Installing libxcb (1.14-r2) [2022-09-19T15:32:04.272Z] (6/129) Installing libx11 (1.7.2-r0) [2022-09-19T15:32:04.272Z] (7/129) Installing libxext (1.3.4-r0) [2022-09-19T15:32:04.272Z] (8/129) Installing libice (1.0.10-r0) [2022-09-19T15:32:04.272Z] (9/129) Installing libuuid (2.37.4-r0) [2022-09-19T15:32:04.272Z] (10/129) Installing libsm (1.2.3-r0) [2022-09-19T15:32:04.272Z] (11/129) Installing libxt (1.2.1-r0) [2022-09-19T15:32:04.272Z] (12/129) Installing libxmu (1.1.3-r0) [2022-09-19T15:32:04.272Z] (13/129) Installing xset (1.2.4-r0) [2022-09-19T15:32:04.272Z] (14/129) Installing xprop (1.2.5-r0) [2022-09-19T15:32:04.272Z] (15/129) Installing xdg-utils (1.1.3-r0) [2022-09-19T15:32:04.272Z] (16/129) Installing eudev-libs (3.2.11_pre1-r0) [2022-09-19T15:32:04.272Z] (17/129) Installing pkgconf (1.8.0-r0) [2022-09-19T15:32:04.272Z] (18/129) Installing libffi (3.4.2-r1) [2022-09-19T15:32:04.272Z] (19/129) Installing libintl (0.21-r0) [2022-09-19T15:32:04.272Z] (20/129) Installing libblkid (2.37.4-r0) [2022-09-19T15:32:04.534Z] (21/129) Installing libmount (2.37.4-r0) [2022-09-19T15:32:04.534Z] (22/129) Installing pcre (8.45-r1) [2022-09-19T15:32:04.534Z] (23/129) Installing glib (2.70.1-r0) [2022-09-19T15:32:04.534Z] (24/129) Installing xz-libs (5.2.5-r1) [2022-09-19T15:32:04.534Z] (25/129) Installing libxml2 (2.9.14-r1) [2022-09-19T15:32:04.534Z] (26/129) Installing shared-mime-info (2.1-r0) [2022-09-19T15:32:04.534Z] (27/129) Installing hicolor-icon-theme (0.17-r1) [2022-09-19T15:32:04.534Z] (28/129) Installing libjpeg-turbo (2.1.2-r0) [2022-09-19T15:32:04.534Z] (29/129) Installing libpng (1.6.37-r1) [2022-09-19T15:32:04.534Z] (30/129) Installing libwebp (1.2.2-r0) [2022-09-19T15:32:04.534Z] (31/129) Installing zstd-libs (1.5.0-r0) [2022-09-19T15:32:04.534Z] (32/129) Installing tiff (4.3.0-r1) [2022-09-19T15:32:04.534Z] (33/129) Installing gdk-pixbuf (2.42.8-r0) [2022-09-19T15:32:04.534Z] (34/129) Installing gtk-update-icon-cache (2.24.33-r0) [2022-09-19T15:32:04.534Z] (35/129) Installing libxcomposite (0.4.5-r0) [2022-09-19T15:32:04.534Z] (36/129) Installing libxfixes (6.0.0-r0) [2022-09-19T15:32:04.534Z] (37/129) Installing libxrender (0.9.10-r3) [2022-09-19T15:32:04.534Z] (38/129) Installing libxcursor (1.2.0-r0) [2022-09-19T15:32:04.534Z] (39/129) Installing libxdamage (1.1.5-r1) [2022-09-19T15:32:04.534Z] (40/129) Installing libxi (1.8-r0) [2022-09-19T15:32:04.534Z] (41/129) Installing libxinerama (1.1.4-r1) [2022-09-19T15:32:04.534Z] (42/129) Installing libxrandr (1.5.2-r1) [2022-09-19T15:32:04.534Z] (43/129) Installing atk (2.36.0-r0) [2022-09-19T15:32:04.534Z] (44/129) Installing libxtst (1.2.3-r3) [2022-09-19T15:32:04.534Z] (45/129) Installing dbus-libs (1.12.20-r4) [2022-09-19T15:32:04.534Z] (46/129) Installing at-spi2-core (2.42.0-r0) [2022-09-19T15:32:04.534Z] (47/129) Installing at-spi2-atk (2.38.0-r0) [2022-09-19T15:32:04.534Z] (48/129) Installing expat (2.4.7-r0) [2022-09-19T15:32:04.534Z] (49/129) Installing brotli-libs (1.0.9-r5) [2022-09-19T15:32:04.534Z] (50/129) Installing libbz2 (1.0.8-r1) [2022-09-19T15:32:04.797Z] (51/129) Installing freetype (2.11.1-r2) [2022-09-19T15:32:04.797Z] (52/129) Installing fontconfig (2.13.1-r4) [2022-09-19T15:32:04.797Z] (53/129) Installing pixman (0.40.0-r3) [2022-09-19T15:32:04.797Z] (54/129) Installing cairo (1.16.0-r5) [2022-09-19T15:32:04.797Z] (55/129) Installing cairo-gobject (1.16.0-r5) [2022-09-19T15:32:04.797Z] (56/129) Installing avahi-libs (0.8-r5) [2022-09-19T15:32:04.797Z] (57/129) Installing gmp (6.2.1-r1) [2022-09-19T15:32:04.797Z] (58/129) Installing nettle (3.7.3-r0) [2022-09-19T15:32:04.797Z] (59/129) Installing p11-kit (0.24.0-r1) [2022-09-19T15:32:04.797Z] (60/129) Installing libtasn1 (4.18.0-r0) [2022-09-19T15:32:04.797Z] (61/129) Installing libunistring (0.9.10-r1) [2022-09-19T15:32:04.797Z] (62/129) Installing gnutls (3.7.1-r1) [2022-09-19T15:32:04.797Z] (63/129) Installing cups-libs (2.3.3-r6) [2022-09-19T15:32:04.797Z] (64/129) Installing libepoxy (1.5.9-r0) [2022-09-19T15:32:04.797Z] (65/129) Installing fribidi (1.0.11-r0) [2022-09-19T15:32:04.797Z] (66/129) Installing graphite2 (1.3.14-r0) [2022-09-19T15:32:04.797Z] (67/129) Installing harfbuzz (3.0.0-r2) [2022-09-19T15:32:04.797Z] (68/129) Installing libxft (2.3.4-r0) [2022-09-19T15:32:04.797Z] (69/129) Installing pango (1.48.10-r0) [2022-09-19T15:32:04.797Z] (70/129) Installing wayland-libs-client (1.19.0-r1) [2022-09-19T15:32:04.797Z] (71/129) Installing wayland-libs-cursor (1.19.0-r1) [2022-09-19T15:32:04.797Z] (72/129) Installing wayland-libs-egl (1.19.0-r1) [2022-09-19T15:32:04.797Z] (73/129) Installing xkeyboard-config (2.34-r0) [2022-09-19T15:32:04.797Z] (74/129) Installing libxkbcommon (1.3.1-r0) [2022-09-19T15:32:04.797Z] (75/129) Installing gtk+3.0 (3.24.30-r0) [2022-09-19T15:32:05.058Z] Executing gtk+3.0-3.24.30-r0.post-install [2022-09-19T15:32:05.058Z] (76/129) Installing libfontenc (1.1.4-r0) [2022-09-19T15:32:05.058Z] (77/129) Installing mkfontscale (1.2.1-r1) [2022-09-19T15:32:05.058Z] (78/129) Installing ttf-opensans (1.10-r1) [2022-09-19T15:32:05.058Z] Executing ttf-opensans-1.10-r1.post-install [2022-09-19T15:32:06.975Z] (79/129) Installing libogg (1.3.5-r0) [2022-09-19T15:32:06.975Z] (80/129) Installing flac (1.3.4-r0) [2022-09-19T15:32:06.975Z] (81/129) Installing alsa-lib (1.2.5.1-r1) [2022-09-19T15:32:07.248Z] (82/129) Installing libatomic (10.3.1_git20211027-r0) [2022-09-19T15:32:07.248Z] (83/129) Installing sdl2 (2.0.16-r4) [2022-09-19T15:32:07.248Z] (84/129) Installing aom-libs (3.2.0-r0) [2022-09-19T15:32:07.248Z] (85/129) Installing libass (0.15.2-r0) [2022-09-19T15:32:07.248Z] (86/129) Installing libdav1d (0.9.2-r0) [2022-09-19T15:32:07.248Z] (87/129) Installing ncurses-terminfo-base (6.3_p20211120-r1) [2022-09-19T15:32:07.248Z] (88/129) Installing ncurses-libs (6.3_p20211120-r1) [2022-09-19T15:32:07.248Z] (89/129) Installing lame (3.100-r0) [2022-09-19T15:32:07.248Z] (90/129) Installing opus (1.3.1-r1) [2022-09-19T15:32:07.248Z] (91/129) Installing libgomp (10.3.1_git20211027-r0) [2022-09-19T15:32:07.248Z] (92/129) Installing soxr (0.1.3-r2) [2022-09-19T15:32:07.248Z] (93/129) Installing libsrt (1.4.2-r1) [2022-09-19T15:32:07.248Z] (94/129) Installing libssh (0.9.6-r1) [2022-09-19T15:32:07.248Z] (95/129) Installing libtheora (1.1.1-r16) [2022-09-19T15:32:07.248Z] (96/129) Installing v4l-utils-libs (1.22.1-r1) [2022-09-19T15:32:07.248Z] (97/129) Installing libpciaccess (0.16-r0) [2022-09-19T15:32:07.248Z] (98/129) Installing libdrm (2.4.109-r0) [2022-09-19T15:32:07.248Z] (99/129) Installing libva (2.13.0-r0) [2022-09-19T15:32:07.248Z] (100/129) Installing libvdpau (1.4-r0) [2022-09-19T15:32:07.248Z] (101/129) Installing vidstab (1.1.0-r1) [2022-09-19T15:32:07.248Z] (102/129) Installing libvorbis (1.3.7-r0) [2022-09-19T15:32:07.248Z] (103/129) Installing libvpx (1.10.0-r0) [2022-09-19T15:32:07.248Z] (104/129) Installing vulkan-loader (1.2.196-r0) [2022-09-19T15:32:07.248Z] (105/129) Installing x264-libs (20210613-r0) [2022-09-19T15:32:07.248Z] (106/129) Installing x265-libs (3.5-r0) [2022-09-19T15:32:07.509Z] (107/129) Installing xvidcore (1.3.7-r1) [2022-09-19T15:32:07.509Z] (108/129) Installing ffmpeg-libs (4.4.1-r2) [2022-09-19T15:32:07.509Z] (109/129) Installing libevent (2.1.12-r4) [2022-09-19T15:32:07.509Z] (110/129) Installing mesa (21.2.6-r0) [2022-09-19T15:32:07.509Z] (111/129) Installing wayland-libs-server (1.19.0-r1) [2022-09-19T15:32:07.509Z] (112/129) Installing mesa-gbm (21.2.6-r0) [2022-09-19T15:32:07.509Z] (113/129) Installing lcms2 (2.12-r1) [2022-09-19T15:32:07.509Z] (114/129) Installing nspr (4.32-r0) [2022-09-19T15:32:07.509Z] (115/129) Installing sqlite-libs (3.36.0-r0) [2022-09-19T15:32:07.509Z] (116/129) Installing nss (3.78.1-r0) [2022-09-19T15:32:07.509Z] (117/129) Installing libasyncns (0.8-r1) [2022-09-19T15:32:07.509Z] (118/129) Installing libltdl (2.4.6-r7) [2022-09-19T15:32:07.509Z] (119/129) Installing orc (0.4.32-r0) [2022-09-19T15:32:07.773Z] (120/129) Installing libsndfile (1.0.31-r1) [2022-09-19T15:32:07.773Z] (121/129) Installing speexdsp (1.2.0-r0) [2022-09-19T15:32:07.773Z] (122/129) Installing tdb-libs (1.4.5-r0) [2022-09-19T15:32:07.773Z] (123/129) Installing libpulse (15.0-r2) [2022-09-19T15:32:07.773Z] (124/129) Installing re2 (2021.11.01-r0) [2022-09-19T15:32:07.773Z] (125/129) Installing snappy (1.1.9-r1) [2022-09-19T15:32:07.773Z] (126/129) Installing libgpg-error (1.42-r1) [2022-09-19T15:32:07.773Z] (127/129) Installing libgcrypt (1.9.4-r0) [2022-09-19T15:32:07.773Z] (128/129) Installing libxslt (1.1.35-r0) [2022-09-19T15:32:07.773Z] (129/129) Installing chromium (99.0.4844.84-r0) [2022-09-19T15:32:08.714Z] Executing busybox-1.34.1-r7.trigger [2022-09-19T15:32:08.714Z] Executing glib-2.70.1-r0.trigger [2022-09-19T15:32:08.714Z] Executing shared-mime-info-2.1-r0.trigger [2022-09-19T15:32:12.922Z] Executing gdk-pixbuf-2.42.8-r0.trigger [2022-09-19T15:32:12.922Z] Executing gtk-update-icon-cache-2.24.33-r0.trigger [2022-09-19T15:32:12.922Z] Executing fontconfig-2.13.1-r4.trigger [2022-09-19T15:32:12.922Z] Executing mkfontscale-1.2.1-r1.trigger [2022-09-19T15:32:12.922Z] OK: 286 MiB in 145 packages [2022-09-19T15:32:17.118Z] Removing intermediate container 094606260bb2 [2022-09-19T15:32:17.118Z] ---> 86aa50c4f8c7 [2022-09-19T15:32:17.118Z] Step 3/10 : ENV CHROME_BIN=/usr/bin/chromium-browser [2022-09-19T15:32:17.118Z] ---> Running in 9b38b70795c3 [2022-09-19T15:32:17.118Z] Removing intermediate container 9b38b70795c3 [2022-09-19T15:32:17.118Z] ---> 2abc332e9d70 [2022-09-19T15:32:17.118Z] Step 4/10 : ENV PATH /app/node_modules/.bin:$PATH [2022-09-19T15:32:17.118Z] ---> Running in 376b4bcca1e9 [2022-09-19T15:32:17.118Z] Removing intermediate container 376b4bcca1e9 [2022-09-19T15:32:17.118Z] ---> ce7418c4c7ef [2022-09-19T15:32:17.118Z] Step 5/10 : RUN npm install -g npm [2022-09-19T15:32:17.118Z] ---> Running in 7605e5d63323 [2022-09-19T15:32:23.725Z] [2022-09-19T15:32:23.725Z] changed 54 packages, and audited 212 packages in 6s [2022-09-19T15:32:23.725Z] [2022-09-19T15:32:23.725Z] 11 packages are looking for funding [2022-09-19T15:32:23.725Z] run `npm fund` for details [2022-09-19T15:32:23.725Z] [2022-09-19T15:32:23.725Z] found 0 vulnerabilities [2022-09-19T15:32:25.151Z] Removing intermediate container 7605e5d63323 [2022-09-19T15:32:25.151Z] ---> ebdf138ec08b [2022-09-19T15:32:25.151Z] Step 6/10 : ARG USER=1000 [2022-09-19T15:32:25.151Z] ---> Running in c9b2e11c4989 [2022-09-19T15:32:25.413Z] Removing intermediate container c9b2e11c4989 [2022-09-19T15:32:25.413Z] ---> ab48b0f29ccb [2022-09-19T15:32:25.413Z] Step 7/10 : RUN deluser --remove-home node && adduser -u $USER -D -s /bin/sh node [2022-09-19T15:32:25.413Z] ---> Running in 7dbaa883d9ab [2022-09-19T15:32:25.985Z] Removing intermediate container 7dbaa883d9ab [2022-09-19T15:32:25.985Z] ---> de54a5b58d57 [2022-09-19T15:32:25.985Z] Step 8/10 : USER $USER:$USER [2022-09-19T15:32:25.985Z] ---> Running in 8551ff16a55b [2022-09-19T15:32:26.244Z] Removing intermediate container 8551ff16a55b [2022-09-19T15:32:26.244Z] ---> 1efb0d38df4f [2022-09-19T15:32:26.244Z] Step 9/10 : WORKDIR /app [2022-09-19T15:32:26.244Z] ---> Running in 9c74aa8c9a05 [2022-09-19T15:32:26.244Z] Removing intermediate container 9c74aa8c9a05 [2022-09-19T15:32:26.244Z] ---> 1c9adcf3a24e [2022-09-19T15:32:26.244Z] Step 10/10 : LABEL git_sha=5f438056cf0d27be832a44d306540d9cec6ea88f [2022-09-19T15:32:26.244Z] ---> Running in 22f507ce392f [2022-09-19T15:32:26.505Z] Removing intermediate container 22f507ce392f [2022-09-19T15:32:26.505Z] ---> 82a13fbe48b4 [2022-09-19T15:32:26.505Z] Successfully built 82a13fbe48b4 [2022-09-19T15:32:26.505Z] Successfully tagged edgexfoundry/edgex-web-ui:5f438056cf0d27be832a44d306540d9cec6ea88f [2022-09-19T15:32:26.505Z] Successfully tagged edgexfoundry/edgex-web-ui:0.0.0-dev [2022-09-19T15:32:26.505Z] touch edgex-web-ui.imagebuilt [2022-09-19T15:32:26.505Z] mkdir -p node_modules coverage [2022-09-19T15:32:26.505Z] chown "1000:1000" node_modules coverage package-lock.json [2022-09-19T15:32:26.505Z] docker run --rm -i -v "$(pwd):/app" -u "1000:1000" edgexfoundry/edgex-web-ui:0.0.0-dev npm install [2022-09-19T15:32:28.419Z] npm WARN EBADENGINE Unsupported engine { [2022-09-19T15:32:28.419Z] npm WARN EBADENGINE package: '@angular-devkit/architect@0.1202.4', [2022-09-19T15:32:28.419Z] npm WARN EBADENGINE required: { [2022-09-19T15:32:28.419Z] npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', [2022-09-19T15:32:28.419Z] npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', [2022-09-19T15:32:28.419Z] npm WARN EBADENGINE yarn: '>= 1.13.0' [2022-09-19T15:32:28.419Z] npm WARN EBADENGINE }, [2022-09-19T15:32:28.419Z] npm WARN EBADENGINE current: { node: 'v16.17.0', npm: '8.19.2' } [2022-09-19T15:32:28.419Z] npm WARN EBADENGINE } [2022-09-19T15:32:28.419Z] npm WARN EBADENGINE Unsupported engine { [2022-09-19T15:32:28.419Z] npm WARN EBADENGINE package: '@angular-devkit/build-angular@12.2.4', [2022-09-19T15:32:28.419Z] npm WARN EBADENGINE required: { [2022-09-19T15:32:28.419Z] npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', [2022-09-19T15:32:28.419Z] npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', [2022-09-19T15:32:28.419Z] npm WARN EBADENGINE yarn: '>= 1.13.0' [2022-09-19T15:32:28.419Z] npm WARN EBADENGINE }, [2022-09-19T15:32:28.419Z] npm WARN EBADENGINE current: { node: 'v16.17.0', npm: '8.19.2' } [2022-09-19T15:32:28.419Z] npm WARN EBADENGINE } [2022-09-19T15:32:28.419Z] npm WARN EBADENGINE Unsupported engine { [2022-09-19T15:32:28.419Z] npm WARN EBADENGINE package: '@angular-devkit/build-optimizer@0.1202.4', [2022-09-19T15:32:28.419Z] npm WARN EBADENGINE required: { [2022-09-19T15:32:28.419Z] npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', [2022-09-19T15:32:28.419Z] npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', [2022-09-19T15:32:28.419Z] npm WARN EBADENGINE yarn: '>= 1.13.0' [2022-09-19T15:32:28.419Z] npm WARN EBADENGINE }, [2022-09-19T15:32:28.419Z] npm WARN EBADENGINE current: { node: 'v16.17.0', npm: '8.19.2' } [2022-09-19T15:32:28.419Z] npm WARN EBADENGINE } [2022-09-19T15:32:28.419Z] npm WARN EBADENGINE Unsupported engine { [2022-09-19T15:32:28.419Z] npm WARN EBADENGINE package: '@angular-devkit/build-webpack@0.1202.4', [2022-09-19T15:32:28.419Z] npm WARN EBADENGINE required: { [2022-09-19T15:32:28.419Z] npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', [2022-09-19T15:32:28.419Z] npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', [2022-09-19T15:32:28.420Z] npm WARN EBADENGINE yarn: '>= 1.13.0' [2022-09-19T15:32:28.420Z] npm WARN EBADENGINE }, [2022-09-19T15:32:28.420Z] npm WARN EBADENGINE current: { node: 'v16.17.0', npm: '8.19.2' } [2022-09-19T15:32:28.420Z] npm WARN EBADENGINE } [2022-09-19T15:32:28.420Z] npm WARN EBADENGINE Unsupported engine { [2022-09-19T15:32:28.420Z] npm WARN EBADENGINE package: '@angular-devkit/core@12.2.4', [2022-09-19T15:32:28.420Z] npm WARN EBADENGINE required: { [2022-09-19T15:32:28.420Z] npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', [2022-09-19T15:32:28.420Z] npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', [2022-09-19T15:32:28.420Z] npm WARN EBADENGINE yarn: '>= 1.13.0' [2022-09-19T15:32:28.420Z] npm WARN EBADENGINE }, [2022-09-19T15:32:28.420Z] npm WARN EBADENGINE current: { node: 'v16.17.0', npm: '8.19.2' } [2022-09-19T15:32:28.420Z] npm WARN EBADENGINE } [2022-09-19T15:32:28.420Z] npm WARN EBADENGINE Unsupported engine { [2022-09-19T15:32:28.420Z] npm WARN EBADENGINE package: '@angular-devkit/schematics@12.2.4', [2022-09-19T15:32:28.420Z] npm WARN EBADENGINE required: { [2022-09-19T15:32:28.420Z] npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', [2022-09-19T15:32:28.420Z] npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', [2022-09-19T15:32:28.420Z] npm WARN EBADENGINE yarn: '>= 1.13.0' [2022-09-19T15:32:28.420Z] npm WARN EBADENGINE }, [2022-09-19T15:32:28.420Z] npm WARN EBADENGINE current: { node: 'v16.17.0', npm: '8.19.2' } [2022-09-19T15:32:28.420Z] npm WARN EBADENGINE } [2022-09-19T15:32:28.420Z] npm WARN EBADENGINE Unsupported engine { [2022-09-19T15:32:28.420Z] npm WARN EBADENGINE package: '@angular/cli@12.2.4', [2022-09-19T15:32:28.420Z] npm WARN EBADENGINE required: { [2022-09-19T15:32:28.420Z] npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', [2022-09-19T15:32:28.420Z] npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', [2022-09-19T15:32:28.420Z] npm WARN EBADENGINE yarn: '>= 1.13.0' [2022-09-19T15:32:28.420Z] npm WARN EBADENGINE }, [2022-09-19T15:32:28.420Z] npm WARN EBADENGINE current: { node: 'v16.17.0', npm: '8.19.2' } [2022-09-19T15:32:28.420Z] npm WARN EBADENGINE } [2022-09-19T15:32:28.420Z] npm WARN EBADENGINE Unsupported engine { [2022-09-19T15:32:28.420Z] npm WARN EBADENGINE package: '@ngtools/webpack@12.2.4', [2022-09-19T15:32:28.420Z] npm WARN EBADENGINE required: { [2022-09-19T15:32:28.420Z] npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', [2022-09-19T15:32:28.420Z] npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', [2022-09-19T15:32:28.420Z] npm WARN EBADENGINE yarn: '>= 1.13.0' [2022-09-19T15:32:28.420Z] npm WARN EBADENGINE }, [2022-09-19T15:32:28.420Z] npm WARN EBADENGINE current: { node: 'v16.17.0', npm: '8.19.2' } [2022-09-19T15:32:28.420Z] npm WARN EBADENGINE } [2022-09-19T15:32:28.420Z] npm WARN EBADENGINE Unsupported engine { [2022-09-19T15:32:28.420Z] npm WARN EBADENGINE package: '@schematics/angular@12.2.4', [2022-09-19T15:32:28.420Z] npm WARN EBADENGINE required: { [2022-09-19T15:32:28.420Z] npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', [2022-09-19T15:32:28.420Z] npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', [2022-09-19T15:32:28.420Z] npm WARN EBADENGINE yarn: '>= 1.13.0' [2022-09-19T15:32:28.420Z] npm WARN EBADENGINE }, [2022-09-19T15:32:28.420Z] npm WARN EBADENGINE current: { node: 'v16.17.0', npm: '8.19.2' } [2022-09-19T15:32:28.420Z] npm WARN EBADENGINE } [2022-09-19T15:32:33.710Z] npm WARN deprecated urix@0.1.0: Please see https://github.com/lydell/urix#deprecated [2022-09-19T15:32:33.710Z] 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 [2022-09-19T15:32:33.710Z] npm WARN deprecated source-map-url@0.4.1: See https://github.com/lydell/source-map-url#deprecated [2022-09-19T15:32:33.710Z] npm WARN deprecated source-map-resolve@0.6.0: See https://github.com/lydell/source-map-resolve#deprecated [2022-09-19T15:32:33.710Z] npm WARN deprecated resolve-url@0.2.1: https://github.com/lydell/resolve-url#deprecated [2022-09-19T15:32:33.710Z] npm WARN deprecated querystring@0.2.0: The querystring API is considered Legacy. new code should use the URLSearchParams API instead. [2022-09-19T15:32:34.285Z] npm WARN deprecated request@2.88.2: request has been deprecated, see https://github.com/request/request/issues/3142 [2022-09-19T15:32:35.675Z] npm WARN deprecated har-validator@5.1.5: this library is no longer supported [2022-09-19T15:32:35.675Z] npm WARN deprecated flatten@1.0.3: flatten is deprecated in favor of utility frameworks such as lodash. [2022-09-19T15:32:37.593Z] 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 [2022-09-19T15:32:37.857Z] 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 [2022-09-19T15:32:38.803Z] 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. [2022-09-19T15:32:39.064Z] npm WARN deprecated chokidar@2.1.8: Chokidar 2 does not receive security updates since 2019. Upgrade to chokidar 3 with 15x fewer dependencies [2022-09-19T15:32:39.326Z] npm WARN deprecated source-map-resolve@0.5.3: See https://github.com/lydell/source-map-resolve#deprecated [2022-09-19T15:32:39.588Z] 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. [2022-09-19T15:32:39.850Z] 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. [2022-09-19T15:32:41.232Z] npm WARN deprecated source-map-resolve@0.5.3: See https://github.com/lydell/source-map-resolve#deprecated [2022-09-19T15:32:43.783Z] 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. [2022-09-19T15:32:46.329Z] 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. [2022-09-19T15:32:51.643Z] [2022-09-19T15:32:51.643Z] added 1478 packages, and audited 1479 packages in 24s [2022-09-19T15:32:51.643Z] [2022-09-19T15:32:51.643Z] 90 packages are looking for funding [2022-09-19T15:32:51.643Z] run `npm fund` for details [2022-09-19T15:32:51.643Z] [2022-09-19T15:32:51.643Z] 13 vulnerabilities (3 moderate, 8 high, 2 critical) [2022-09-19T15:32:51.643Z] [2022-09-19T15:32:51.643Z] To address issues that do not require attention, run: [2022-09-19T15:32:51.643Z] npm audit fix [2022-09-19T15:32:51.643Z] [2022-09-19T15:32:51.643Z] To address all issues (including breaking changes), run: [2022-09-19T15:32:51.643Z] npm audit fix --force [2022-09-19T15:32:51.643Z] [2022-09-19T15:32:51.643Z] Run `npm audit` for details. [2022-09-19T15:32:57.139Z] 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 [2022-09-19T15:32:59.689Z] - Generating browser application bundles (phase: setup)... [2022-09-19T15:33:04.974Z] Compiling @angular/core : es2015 as esm2015 [2022-09-19T15:33:04.974Z] Compiling @angular/compiler/testing : es2015 as esm2015 [2022-09-19T15:33:08.272Z] Compiling @angular/common : es2015 as esm2015 [2022-09-19T15:33:08.272Z] Compiling @angular/core/testing : es2015 as esm2015 [2022-09-19T15:33:08.847Z] Compiling @angular/platform-browser : es2015 as esm2015 [2022-09-19T15:33:08.847Z] Compiling @angular/common/testing : es2015 as esm2015 [2022-09-19T15:33:08.890Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-29825 in /w/workspace/edgexfoundry_edgex-ui-go_PR-553 [Pipeline] { [Pipeline] ws [2022-09-19T15:33:08.928Z] Running in /w/workspace/edgex-ui-go/1 [Pipeline] { [Pipeline] checkout [2022-09-19T15:33:09.049Z] The recommended git tool is: git [2022-09-19T15:33:09.420Z] Compiling @angular/common/http : es2015 as esm2015 [2022-09-19T15:33:09.420Z] Compiling @angular/platform-browser-dynamic : es2015 as esm2015 [2022-09-19T15:33:09.679Z] Compiling @angular/router : es2015 as esm2015 [2022-09-19T15:33:09.679Z] Compiling @angular/platform-browser/testing : es2015 as esm2015 [2022-09-19T15:33:09.940Z] Compiling @angular/forms : es2015 as esm2015 [2022-09-19T15:33:09.940Z] Compiling @angular/platform-browser-dynamic/testing : es2015 as esm2015 [2022-09-19T15:33:10.508Z] Compiling @angular/common/http/testing : es2015 as esm2015 [2022-09-19T15:33:12.422Z] Compiling @angular/router/testing : es2015 as esm2015 [2022-09-19T15:33:15.775Z] using credential edgex-jenkins-ssh [2022-09-19T15:33:15.795Z] Cloning the remote Git repository [2022-09-19T15:33:15.937Z] Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git [2022-09-19T15:33:16.175Z] > git init /w/workspace/edgex-ui-go/1 # timeout=10 [2022-09-19T15:33:16.263Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2022-09-19T15:33:16.264Z] > git --version # timeout=10 [2022-09-19T15:33:16.290Z] > git --version # 'git version 2.25.1' [2022-09-19T15:33:16.292Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-09-19T15:33:16.392Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2022-09-19T15:33:18.997Z] 19 09 2022 15:33:17.917:INFO [karma-server]: Karma v6.3.16 server started at http://localhost:9876/ [2022-09-19T15:33:18.997Z] 19 09 2022 15:33:17.920:INFO [launcher]: Launching browsers ChromeHeadlessNoSandbox with concurrency unlimited [2022-09-19T15:33:18.997Z] 19 09 2022 15:33:17.927:INFO [launcher]: Starting browser ChromeHeadless [2022-09-19T15:33:19.430Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2022-09-19T15:33:19.451Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2022-09-19T15:33:19.480Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2022-09-19T15:33:19.528Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2022-09-19T15:33:19.529Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-09-19T15:33:19.546Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/553/head:refs/remotes/origin/PR-553 +refs/heads/main:refs/remotes/origin/main # timeout=10 [2022-09-19T15:33:20.210Z] Merging remotes/origin/main commit 490d55d23c3381dbf94452a94173aa21d56f4e2c into PR head commit 5f438056cf0d27be832a44d306540d9cec6ea88f [2022-09-19T15:33:20.780Z] Merge succeeded, producing 5f438056cf0d27be832a44d306540d9cec6ea88f [2022-09-19T15:33:20.781Z] Checking out Revision 5f438056cf0d27be832a44d306540d9cec6ea88f (PR-553) [2022-09-19T15:33:20.232Z] > git config core.sparsecheckout # timeout=10 [2022-09-19T15:33:20.260Z] > git checkout -f 5f438056cf0d27be832a44d306540d9cec6ea88f # timeout=10 [2022-09-19T15:33:20.681Z] > git remote # timeout=10 [2022-09-19T15:33:20.700Z] > git config --get remote.origin.url # timeout=10 [2022-09-19T15:33:20.719Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-09-19T15:33:20.732Z] > git merge 490d55d23c3381dbf94452a94173aa21d56f4e2c # timeout=10 [2022-09-19T15:33:20.761Z] > git rev-parse HEAD^{commit} # timeout=10 [2022-09-19T15:33:20.789Z] > git config core.sparsecheckout # timeout=10 [2022-09-19T15:33:20.810Z] > git checkout -f 5f438056cf0d27be832a44d306540d9cec6ea88f # timeout=10 [2022-09-19T15:33:25.547Z] Commit message: "refactor: port install hook from bash to go" [2022-09-19T15:33:25.603Z] > git --version # timeout=10 [2022-09-19T15:33:25.613Z] > git --version # 'git version 2.25.1' [2022-09-19T15:33:25.627Z] fatal: bad object bd7468d5528128c83034753e4c3def8ef9af3f2d [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2022-09-19T15:33:26.801Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2022-09-19T15:33:26.801Z] % Total % Received % Xferd Average Speed Time Time Time Current [2022-09-19T15:33:26.801Z] Dload Upload Total Spent Left Speed [2022-09-19T15:33:26.801Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12602 100 12602 0 0 88125 0 --:--:-- --:--:-- --:--:-- 88746 [Pipeline] sh [2022-09-19T15:33:27.592Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2022-09-19T15:33:27.957Z] + + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"}sudo /etc/docker/daemon.json tee [2022-09-19T15:33:27.957Z] /etc/docker/daemon.new [2022-09-19T15:33:27.957Z] { [2022-09-19T15:33:27.957Z] "registry-mirrors": [ [2022-09-19T15:33:27.957Z] "https://nexus3.edgexfoundry.org:10001" [2022-09-19T15:33:27.957Z] ], [2022-09-19T15:33:27.957Z] "bip": "10.250.0.254/24", [2022-09-19T15:33:27.957Z] "hosts": [ [2022-09-19T15:33:27.957Z] "tcp://0.0.0.0:5555", [2022-09-19T15:33:27.957Z] "unix:///var/run/docker.sock" [2022-09-19T15:33:27.957Z] ], [2022-09-19T15:33:27.957Z] "mtu": 1458, [2022-09-19T15:33:27.957Z] "selinux-enabled": true, [2022-09-19T15:33:27.957Z] "seccomp-profile": "/etc/docker/seccomp.json" [2022-09-19T15:33:27.957Z] } [Pipeline] sh [2022-09-19T15:33:28.339Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2022-09-19T15:33:28.698Z] + sudo service docker restart [2022-09-19T15:33:31.226Z] ✔ Browser application bundle generation complete. [2022-09-19T15:33:31.226Z] 19 09 2022 15:33:30.995:INFO [Chrome Headless 99.0.4844.84 (Linux x86_64)]: Connected on socket dkXNYaC2wE-cI3hxAAAB with id 61112000 [2022-09-19T15:33:34.531Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 0 of 149 SUCCESS (0 secs / 0 secs) [2022-09-19T15:33:34.531Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 1 of 149 SUCCESS (0 secs / 0.056 secs) [2022-09-19T15:33:34.531Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 2 of 149 SUCCESS (0 secs / 0.143 secs) [2022-09-19T15:33:34.531Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 3 of 149 SUCCESS (0 secs / 0.181 secs) [2022-09-19T15:33:34.531Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 4 of 149 SUCCESS (0 secs / 0.214 secs) [2022-09-19T15:33:34.531Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 5 of 149 SUCCESS (0 secs / 0.259 secs) [2022-09-19T15:33:34.531Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 6 of 149 SUCCESS (0 secs / 0.279 secs) [2022-09-19T15:33:34.531Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 7 of 149 SUCCESS (0 secs / 0.287 secs) [2022-09-19T15:33:34.531Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 8 of 149 SUCCESS (0 secs / 0.297 secs) [2022-09-19T15:33:34.531Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 9 of 149 SUCCESS (0 secs / 0.301 secs) [2022-09-19T15:33:34.531Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 10 of 149 SUCCESS (0 secs / 0.305 secs) [2022-09-19T15:33:34.531Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 11 of 149 SUCCESS (0 secs / 0.309 secs) [2022-09-19T15:33:34.531Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 12 of 149 SUCCESS (0 secs / 0.363 secs) [2022-09-19T15:33:34.531Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 13 of 149 SUCCESS (0 secs / 0.414 secs) [2022-09-19T15:33:34.531Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 14 of 149 SUCCESS (0 secs / 0.476 secs) [2022-09-19T15:33:34.790Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 15 of 149 SUCCESS (0 secs / 0.485 secs) [2022-09-19T15:33:34.790Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 16 of 149 SUCCESS (0 secs / 0.533 secs) [2022-09-19T15:33:34.790Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 17 of 149 SUCCESS (0 secs / 0.564 secs) [2022-09-19T15:33:34.790Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 18 of 149 SUCCESS (0 secs / 0.568 secs) [2022-09-19T15:33:34.790Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 19 of 149 SUCCESS (0 secs / 0.582 secs) [2022-09-19T15:33:34.790Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 20 of 149 SUCCESS (0 secs / 0.651 secs) [2022-09-19T15:33:34.790Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 21 of 149 SUCCESS (0 secs / 0.672 secs) [2022-09-19T15:33:35.050Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 22 of 149 SUCCESS (0 secs / 0.685 secs) [2022-09-19T15:33:35.050Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 23 of 149 SUCCESS (0 secs / 0.697 secs) [2022-09-19T15:33:35.050Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 24 of 149 SUCCESS (0 secs / 0.763 secs) [2022-09-19T15:33:35.050Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 25 of 149 SUCCESS (0 secs / 0.784 secs) [2022-09-19T15:33:35.050Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 26 of 149 SUCCESS (0 secs / 0.793 secs) [2022-09-19T15:33:35.050Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 27 of 149 SUCCESS (0 secs / 0.799 secs) [2022-09-19T15:33:35.050Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 28 of 149 SUCCESS (0 secs / 0.808 secs) [2022-09-19T15:33:35.050Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 29 of 149 SUCCESS (0 secs / 0.81 secs) [2022-09-19T15:33:35.050Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 30 of 149 SUCCESS (0 secs / 0.813 secs) [2022-09-19T15:33:35.050Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 31 of 149 SUCCESS (0 secs / 0.814 secs) [2022-09-19T15:33:35.050Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 32 of 149 SUCCESS (0 secs / 0.829 secs) [2022-09-19T15:33:35.050Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 33 of 149 SUCCESS (0 secs / 0.835 secs) [2022-09-19T15:33:35.050Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 34 of 149 SUCCESS (0 secs / 0.847 secs) [2022-09-19T15:33:35.310Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 35 of 149 SUCCESS (0 secs / 0.852 secs) [2022-09-19T15:33:35.310Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 36 of 149 SUCCESS (0 secs / 0.853 secs) [2022-09-19T15:33:35.310Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 37 of 149 SUCCESS (0 secs / 0.857 secs) [2022-09-19T15:33:35.310Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 38 of 149 SUCCESS (0 secs / 0.858 secs) [2022-09-19T15:33:35.310Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 39 of 149 SUCCESS (0 secs / 0.875 secs) [2022-09-19T15:33:35.310Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 40 of 149 SUCCESS (0 secs / 0.884 secs) [2022-09-19T15:33:35.310Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 41 of 149 SUCCESS (0 secs / 0.89 secs) [2022-09-19T15:33:35.310Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 42 of 149 SUCCESS (0 secs / 0.896 secs) [2022-09-19T15:33:35.310Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 43 of 149 SUCCESS (0 secs / 0.905 secs) [2022-09-19T15:33:35.310Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 44 of 149 SUCCESS (0 secs / 0.935 secs) [2022-09-19T15:33:35.310Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 45 of 149 SUCCESS (0 secs / 0.94 secs) [2022-09-19T15:33:35.310Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 46 of 149 SUCCESS (0 secs / 0.952 secs) [2022-09-19T15:33:35.310Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 47 of 149 SUCCESS (0 secs / 0.955 secs) [2022-09-19T15:33:35.310Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 48 of 149 SUCCESS (0 secs / 0.958 secs) [2022-09-19T15:33:35.310Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 49 of 149 SUCCESS (0 secs / 0.962 secs) [2022-09-19T15:33:35.310Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 50 of 149 SUCCESS (0 secs / 0.964 secs) [2022-09-19T15:33:35.310Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 51 of 149 SUCCESS (0 secs / 1.012 secs) [2022-09-19T15:33:35.310Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 52 of 149 SUCCESS (0 secs / 1.03 secs) [2022-09-19T15:33:35.310Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 53 of 149 SUCCESS (0 secs / 1.043 secs) [2022-09-19T15:33:35.572Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 54 of 149 SUCCESS (0 secs / 1.046 secs) [2022-09-19T15:33:35.572Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 55 of 149 SUCCESS (0 secs / 1.047 secs) [2022-09-19T15:33:35.572Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 56 of 149 SUCCESS (0 secs / 1.057 secs) [2022-09-19T15:33:35.572Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 57 of 149 SUCCESS (0 secs / 1.086 secs) [2022-09-19T15:33:35.572Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 58 of 149 SUCCESS (0 secs / 1.098 secs) [2022-09-19T15:33:35.572Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 59 of 149 SUCCESS (0 secs / 1.107 secs) [2022-09-19T15:33:35.572Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 60 of 149 SUCCESS (0 secs / 1.113 secs) [2022-09-19T15:33:35.572Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 61 of 149 SUCCESS (0 secs / 1.116 secs) [2022-09-19T15:33:35.572Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 62 of 149 SUCCESS (0 secs / 1.117 secs) [2022-09-19T15:33:35.572Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 63 of 149 SUCCESS (0 secs / 1.122 secs) [2022-09-19T15:33:35.572Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 64 of 149 SUCCESS (0 secs / 1.131 secs) [2022-09-19T15:33:35.572Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 65 of 149 SUCCESS (0 secs / 1.161 secs) [2022-09-19T15:33:35.572Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 66 of 149 SUCCESS (0 secs / 1.195 secs) [2022-09-19T15:33:35.572Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 67 of 149 SUCCESS (0 secs / 1.203 secs) [2022-09-19T15:33:35.572Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 68 of 149 SUCCESS (0 secs / 1.208 secs) [2022-09-19T15:33:35.572Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 69 of 149 SUCCESS (0 secs / 1.209 secs) [2022-09-19T15:33:35.572Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 70 of 149 SUCCESS (0 secs / 1.239 secs) [2022-09-19T15:33:35.832Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 71 of 149 SUCCESS (0 secs / 1.273 secs) [2022-09-19T15:33:35.832Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 72 of 149 SUCCESS (0 secs / 1.3 secs) [2022-09-19T15:33:35.832Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 73 of 149 SUCCESS (0 secs / 1.303 secs) [2022-09-19T15:33:35.832Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 74 of 149 SUCCESS (0 secs / 1.305 secs) [2022-09-19T15:33:35.832Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 75 of 149 SUCCESS (0 secs / 1.317 secs) [2022-09-19T15:33:35.832Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 76 of 149 SUCCESS (0 secs / 1.33 secs) [2022-09-19T15:33:35.832Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 77 of 149 SUCCESS (0 secs / 1.348 secs) [2022-09-19T15:33:35.832Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 78 of 149 SUCCESS (0 secs / 1.355 secs) [2022-09-19T15:33:35.832Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 79 of 149 SUCCESS (0 secs / 1.358 secs) [2022-09-19T15:33:35.832Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 80 of 149 SUCCESS (0 secs / 1.373 secs) [2022-09-19T15:33:35.833Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 81 of 149 SUCCESS (0 secs / 1.401 secs) [2022-09-19T15:33:35.833Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 82 of 149 SUCCESS (0 secs / 1.411 secs) [2022-09-19T15:33:36.092Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 83 of 149 SUCCESS (0 secs / 1.422 secs) [2022-09-19T15:33:36.092Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 84 of 149 SUCCESS (0 secs / 1.427 secs) [2022-09-19T15:33:36.092Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 85 of 149 SUCCESS (0 secs / 1.435 secs) [2022-09-19T15:33:36.092Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 86 of 149 SUCCESS (0 secs / 1.441 secs) [2022-09-19T15:33:36.092Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 87 of 149 SUCCESS (0 secs / 1.472 secs) [2022-09-19T15:33:36.092Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 88 of 149 SUCCESS (0 secs / 1.482 secs) [2022-09-19T15:33:36.092Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 89 of 149 SUCCESS (0 secs / 1.488 secs) [2022-09-19T15:33:36.092Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 90 of 149 SUCCESS (0 secs / 1.508 secs) [2022-09-19T15:33:36.092Z] WARN: ' [2022-09-19T15:33:36.092Z] It looks like you're using ngModel on the same form field as formControlName. [2022-09-19T15:33:36.092Z] Support for using the ngModel input property and ngModelChange event with [2022-09-19T15:33:36.092Z] reactive form directives has been deprecated in Angular v6 and will be removed [2022-09-19T15:33:36.092Z] in a future version of Angular. [2022-09-19T15:33:36.092Z] [2022-09-19T15:33:36.092Z] For more information on this, see our API docs here: [2022-09-19T15:33:36.092Z] https://angular.io/api/forms/FormControlName#use-with-ngmodel [2022-09-19T15:33:36.092Z] ' [2022-09-19T15:33:36.092Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 90 of 149 SUCCESS (0 secs / 1.508 secs) [2022-09-19T15:33:36.092Z] WARN: ' [2022-09-19T15:33:36.092Z] It looks like you're using ngModel on the same form field as formControlName. [2022-09-19T15:33:36.093Z] Support for using the ngModel input property and ngModelChange event with [2022-09-19T15:33:36.093Z] reactive form directives has been deprecated in Angular v6 and will be removed [2022-09-19T15:33:36.093Z] in a future version of Angular. [2022-09-19T15:33:36.093Z] [2022-09-19T15:33:36.093Z] For more information on this, see our API docs here: [2022-09-19T15:33:36.093Z] https://angular.io/api/forms/FormControlName#use-with-ngmodel [2022-09-19T15:33:36.093Z] ' [2022-09-19T15:33:36.093Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 91 of 149 SUCCESS (0 secs / 1.553 secs) [2022-09-19T15:33:36.093Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 92 of 149 SUCCESS (0 secs / 1.568 secs) [2022-09-19T15:33:36.352Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 93 of 149 SUCCESS (0 secs / 1.604 secs) [2022-09-19T15:33:36.352Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 94 of 149 SUCCESS (0 secs / 1.608 secs) [2022-09-19T15:33:36.352Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 95 of 149 SUCCESS (0 secs / 1.617 secs) [2022-09-19T15:33:36.352Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 96 of 149 SUCCESS (0 secs / 1.63 secs) [2022-09-19T15:33:36.353Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 97 of 149 SUCCESS (0 secs / 1.665 secs) [2022-09-19T15:33:36.353Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 98 of 149 SUCCESS (0 secs / 1.673 secs) [2022-09-19T15:33:36.353Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 99 of 149 SUCCESS (0 secs / 1.69 secs) [2022-09-19T15:33:36.353Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 100 of 149 SUCCESS (0 secs / 1.703 secs) [2022-09-19T15:33:36.353Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 101 of 149 SUCCESS (0 secs / 1.712 secs) [2022-09-19T15:33:36.353Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 102 of 149 SUCCESS (0 secs / 1.717 secs) [2022-09-19T15:33:36.613Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 103 of 149 SUCCESS (0 secs / 1.749 secs) [2022-09-19T15:33:36.613Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 104 of 149 SUCCESS (0 secs / 1.757 secs) [2022-09-19T15:33:36.613Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 105 of 149 SUCCESS (0 secs / 1.77 secs) [2022-09-19T15:33:36.613Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 106 of 149 SUCCESS (0 secs / 1.788 secs) [2022-09-19T15:33:36.613Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 107 of 149 SUCCESS (0 secs / 1.808 secs) [2022-09-19T15:33:36.613Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 108 of 149 SUCCESS (0 secs / 1.813 secs) [2022-09-19T15:33:36.613Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 109 of 149 SUCCESS (0 secs / 1.818 secs) [2022-09-19T15:33:36.613Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 110 of 149 SUCCESS (0 secs / 1.827 secs) [2022-09-19T15:33:36.613Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 111 of 149 SUCCESS (0 secs / 1.847 secs) [2022-09-19T15:33:36.613Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 112 of 149 SUCCESS (0 secs / 1.864 secs) [2022-09-19T15:33:36.613Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 113 of 149 SUCCESS (0 secs / 1.872 secs) [2022-09-19T15:33:36.613Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 114 of 149 SUCCESS (0 secs / 1.878 secs) [2022-09-19T15:33:36.613Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 115 of 149 SUCCESS (0 secs / 1.885 secs) [2022-09-19T15:33:36.874Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 116 of 149 SUCCESS (0 secs / 1.897 secs) [2022-09-19T15:33:36.874Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 117 of 149 SUCCESS (0 secs / 1.902 secs) [2022-09-19T15:33:36.874Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 118 of 149 SUCCESS (0 secs / 1.904 secs) [2022-09-19T15:33:36.874Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 119 of 149 SUCCESS (0 secs / 1.906 secs) [2022-09-19T15:33:36.874Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 120 of 149 SUCCESS (0 secs / 1.908 secs) [2022-09-19T15:33:36.874Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 121 of 149 SUCCESS (0 secs / 1.909 secs) [2022-09-19T15:33:36.874Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 122 of 149 SUCCESS (0 secs / 1.913 secs) [2022-09-19T15:33:36.874Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 123 of 149 SUCCESS (0 secs / 1.92 secs) [2022-09-19T15:33:36.874Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 124 of 149 SUCCESS (0 secs / 1.94 secs) [2022-09-19T15:33:36.874Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 125 of 149 SUCCESS (0 secs / 2.03 secs) [2022-09-19T15:33:36.874Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 126 of 149 SUCCESS (0 secs / 2.055 secs) [2022-09-19T15:33:36.874Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 127 of 149 SUCCESS (0 secs / 2.083 secs) [2022-09-19T15:33:37.135Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 128 of 149 SUCCESS (0 secs / 2.11 secs) [2022-09-19T15:33:37.135Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 129 of 149 SUCCESS (0 secs / 2.12 secs) [2022-09-19T15:33:37.135Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 130 of 149 SUCCESS (0 secs / 2.14 secs) [2022-09-19T15:33:37.135Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 131 of 149 SUCCESS (0 secs / 2.154 secs) [2022-09-19T15:33:37.135Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 132 of 149 SUCCESS (0 secs / 2.158 secs) [2022-09-19T15:33:37.135Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 133 of 149 SUCCESS (0 secs / 2.161 secs) [2022-09-19T15:33:37.135Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 134 of 149 SUCCESS (0 secs / 2.167 secs) [2022-09-19T15:33:37.135Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 135 of 149 SUCCESS (0 secs / 2.175 secs) [2022-09-19T15:33:37.135Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 136 of 149 SUCCESS (0 secs / 2.225 secs) [2022-09-19T15:33:37.135Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 137 of 149 SUCCESS (0 secs / 2.238 secs) [2022-09-19T15:33:37.135Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 138 of 149 SUCCESS (0 secs / 2.244 secs) [2022-09-19T15:33:37.135Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 139 of 149 SUCCESS (0 secs / 2.252 secs) [2022-09-19T15:33:37.135Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 140 of 149 SUCCESS (0 secs / 2.257 secs) [2022-09-19T15:33:37.135Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 141 of 149 SUCCESS (0 secs / 2.266 secs) [2022-09-19T15:33:37.396Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 142 of 149 SUCCESS (0 secs / 2.301 secs) [2022-09-19T15:33:37.396Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 143 of 149 SUCCESS (0 secs / 2.328 secs) [2022-09-19T15:33:37.396Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 144 of 149 SUCCESS (0 secs / 2.336 secs) [2022-09-19T15:33:37.396Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 145 of 149 SUCCESS (0 secs / 2.341 secs) [2022-09-19T15:33:37.396Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 146 of 149 SUCCESS (0 secs / 2.349 secs) [2022-09-19T15:33:37.396Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 147 of 149 SUCCESS (0 secs / 2.386 secs) [2022-09-19T15:33:37.396Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 148 of 149 SUCCESS (0 secs / 2.412 secs) [2022-09-19T15:33:37.396Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 149 of 149 SUCCESS (0 secs / 2.423 secs) [2022-09-19T15:33:37.657Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 149 of 149 SUCCESS (3.647 secs / 2.423 secs) [2022-09-19T15:33:37.657Z] TOTAL: 149 SUCCESS [2022-09-19T15:33:37.657Z] ✔ Browser application bundle generation complete. [2022-09-19T15:33:38.228Z] [2022-09-19T15:33:38.228Z] =============================== Coverage summary =============================== [2022-09-19T15:33:38.228Z] Statements : 40.98% ( 1467/3580 ) [2022-09-19T15:33:38.228Z] Branches : 12.03% ( 111/923 ) [2022-09-19T15:33:38.228Z] Functions : 33.28% ( 432/1298 ) [2022-09-19T15:33:38.228Z] Lines : 38.91% ( 1318/3387 ) [2022-09-19T15:33:38.228Z] ================================================================================ [2022-09-19T15:33:38.228Z] ✔ Browser application bundle generation complete. [2022-09-19T15:33:38.800Z] make[1]: Leaving directory '/w/workspace/edgexfoundry_edgex-ui-go_PR-553/web' [Pipeline] echo [2022-09-19T15:33:38.836Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2022-09-19T15:33:38.880Z] $ docker stop --time=1 716a8f9cf41cdad4d00592010faaf7482998c58a04583f639f22334189d9f238 [2022-09-19T15:33:40.154Z] $ docker rm -f 716a8f9cf41cdad4d00592010faaf7482998c58a04583f639f22334189d9f238 [Pipeline] // withDockerContainer [Pipeline] sh [2022-09-19T15:33:40.598Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2022-09-19T15:33:41.687Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2022-09-19T15:33:42.434Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2022-09-19T15:33:43.319Z] + ls -al . [2022-09-19T15:33:43.319Z] total 168 [2022-09-19T15:33:43.319Z] drwxrwxr-x 14 jenkins jenkins 4096 Sep 19 15:31 . [2022-09-19T15:33:43.319Z] drwxrwxr-x 4 jenkins jenkins 4096 Sep 19 15:30 .. [2022-09-19T15:33:43.319Z] -rw-rw-r-- 1 jenkins jenkins 18 Sep 19 15:30 .dockerignore [2022-09-19T15:33:43.319Z] drwxrwxr-x 8 jenkins jenkins 4096 Sep 19 15:31 .git [2022-09-19T15:33:43.319Z] drwxrwxr-x 3 jenkins jenkins 4096 Sep 19 15:30 .github [2022-09-19T15:33:43.319Z] -rw-rw-r-- 1 jenkins jenkins 185 Sep 19 15:30 .gitignore [2022-09-19T15:33:43.319Z] drwxr-xr-x 3 jenkins jenkins 4096 Sep 19 15:31 .semver [2022-09-19T15:33:43.319Z] -rw-rw-r-- 1 jenkins jenkins 4856 Sep 19 15:30 Attribution.txt [2022-09-19T15:33:43.319Z] -rw-rw-r-- 1 jenkins jenkins 14570 Sep 19 15:30 CHANGELOG.md [2022-09-19T15:33:43.319Z] -rw-rw-r-- 1 jenkins jenkins 3959 Sep 19 15:30 CONTRIBUTING.md [2022-09-19T15:33:43.319Z] -rw-rw-r-- 1 jenkins jenkins 1684 Sep 19 15:30 Dockerfile [2022-09-19T15:33:43.319Z] -rw-rw-r-- 1 jenkins jenkins 652 Sep 19 15:30 Jenkinsfile [2022-09-19T15:33:43.319Z] -rw-rw-r-- 1 jenkins jenkins 11357 Sep 19 15:30 LICENSE [2022-09-19T15:33:43.319Z] -rw-rw-r-- 1 jenkins jenkins 1541 Sep 19 15:30 Makefile [2022-09-19T15:33:43.319Z] -rw-rw-r-- 1 jenkins jenkins 4398 Sep 19 15:30 README.md [2022-09-19T15:33:43.319Z] -rw-rw-r-- 1 jenkins jenkins 5 Sep 19 15:31 VERSION [2022-09-19T15:33:43.319Z] drwxrwxr-x 3 jenkins jenkins 4096 Sep 19 15:30 assets [2022-09-19T15:33:43.319Z] drwxrwxr-x 2 jenkins jenkins 4096 Sep 19 15:30 bin [2022-09-19T15:33:43.319Z] drwxrwxr-x 3 jenkins jenkins 4096 Sep 19 15:30 cmd [2022-09-19T15:33:43.319Z] -rw-r--r-- 1 jenkins jenkins 10 Sep 19 15:31 coverage.out [2022-09-19T15:33:43.319Z] drwxrwxr-x 2 jenkins jenkins 4096 Sep 19 15:30 docs [2022-09-19T15:33:43.319Z] -rw-rw-r-- 1 jenkins jenkins 1945 Sep 19 15:30 go.mod [2022-09-19T15:33:43.319Z] -rw-rw-r-- 1 jenkins jenkins 25578 Sep 19 15:30 go.sum [2022-09-19T15:33:43.319Z] drwxrwxr-x 9 jenkins jenkins 4096 Sep 19 15:30 internal [2022-09-19T15:33:43.319Z] drwxrwxr-x 3 jenkins jenkins 4096 Sep 19 15:30 pkg [2022-09-19T15:33:43.319Z] drwxrwxr-x 4 jenkins jenkins 4096 Sep 19 15:30 snap [2022-09-19T15:33:43.319Z] drwxrwxr-x 4 jenkins jenkins 4096 Sep 19 15:30 testing [2022-09-19T15:33:43.319Z] -rw-rw-r-- 1 jenkins jenkins 155 Sep 19 15:30 version.go [2022-09-19T15:33:43.319Z] drwxrwxr-x 6 jenkins jenkins 4096 Sep 19 15:32 web [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-09-19T15:33:43.721Z] + docker build -t edgex-ui -f Dockerfile --build-arg BASE=ci-base-image-x86_64 --build-arg MAKE=make build --build-arg ARCH=amd64 --label git_sha=5f438056cf0d27be832a44d306540d9cec6ea88f --label arch=amd64 --label version=0.0.0 . [2022-09-19T15:33:43.985Z] Sending build context to Docker daemon 48.17MB [2022-09-19T15:33:43.985Z] Step 1/24 : ARG BASE=golang:1.18-alpine3.16 [2022-09-19T15:33:43.985Z] Step 2/24 : FROM ${BASE} AS builder [2022-09-19T15:33:43.985Z] ---> 489da72f9193 [2022-09-19T15:33:43.985Z] Step 3/24 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" [2022-09-19T15:33:44.961Z] ---> Running in e7c3377eaae0 [2022-09-19T15:33:44.961Z] Removing intermediate container e7c3377eaae0 [2022-09-19T15:33:44.961Z] ---> a0d037fb1ad1 [2022-09-19T15:33:44.961Z] Step 4/24 : ARG ALPINE_PKG_BASE="make git" [2022-09-19T15:33:44.961Z] ---> Running in e25a1607f5c1 [2022-09-19T15:33:45.221Z] Removing intermediate container e25a1607f5c1 [2022-09-19T15:33:45.221Z] ---> 5cdadd24aa4d [2022-09-19T15:33:45.221Z] Step 5/24 : ARG ALPINE_PKG_EXTRA="" [2022-09-19T15:33:45.221Z] ---> Running in ce877ce9937d [2022-09-19T15:33:45.221Z] Removing intermediate container ce877ce9937d [2022-09-19T15:33:45.221Z] ---> 294a54c539f7 [2022-09-19T15:33:45.221Z] Step 6/24 : LABEL Name=edgex-ui-go [2022-09-19T15:33:45.221Z] ---> Running in 9263d2fef6f8 [2022-09-19T15:33:45.484Z] Removing intermediate container 9263d2fef6f8 [2022-09-19T15:33:45.484Z] ---> 153d32fec336 [2022-09-19T15:33:45.484Z] Step 7/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2022: Intel' [2022-09-19T15:33:45.484Z] ---> Running in 00fb2bf88999 [2022-09-19T15:33:45.484Z] Removing intermediate container 00fb2bf88999 [2022-09-19T15:33:45.484Z] ---> 7e54dd7429bf [2022-09-19T15:33:45.484Z] Step 8/24 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2022-09-19T15:33:46.866Z] ---> fec0b938f546 [2022-09-19T15:33:46.866Z] Step 9/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-09-19T15:33:46.866Z] ---> Running in 81abe32a695d [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-09-19T15:33:47.290Z] provisioning config files... [2022-09-19T15:33:47.316Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/1@tmp/config8807122056501208542tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-09-19T15:33:47.437Z] Removing intermediate container 81abe32a695d [2022-09-19T15:33:47.437Z] ---> 389cdefbab61 [2022-09-19T15:33:47.437Z] Step 10/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2022-09-19T15:33:47.437Z] ---> Running in 6153ff818384 [2022-09-19T15:33:47.698Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-09-19T15:33:47.723Z] ---> docker-login.sh [2022-09-19T15:33:47.723Z] nexus3.edgexfoundry.org:10001 [2022-09-19T15:33:48.321Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-09-19T15:33:48.597Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-09-19T15:33:48.597Z] Configure a credential helper to remove this warning. See [2022-09-19T15:33:48.597Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-09-19T15:33:48.597Z] [2022-09-19T15:33:48.597Z] Login Succeeded [2022-09-19T15:33:48.597Z] nexus3.edgexfoundry.org:10002 [2022-09-19T15:33:48.637Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-09-19T15:33:48.873Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-09-19T15:33:48.898Z] OK: 211 MiB in 51 packages [2022-09-19T15:33:49.149Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-09-19T15:33:49.149Z] Configure a credential helper to remove this warning. See [2022-09-19T15:33:49.149Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-09-19T15:33:49.149Z] [2022-09-19T15:33:49.149Z] Login Succeeded [2022-09-19T15:33:49.149Z] nexus3.edgexfoundry.org:10003 [2022-09-19T15:33:49.158Z] Removing intermediate container 6153ff818384 [2022-09-19T15:33:49.158Z] ---> 6b3b2f73432d [2022-09-19T15:33:49.158Z] Step 11/24 : ENV GO111MODULE=on [2022-09-19T15:33:49.418Z] ---> Running in 053b9496c492 [2022-09-19T15:33:49.418Z] Removing intermediate container 053b9496c492 [2022-09-19T15:33:49.418Z] ---> 544a17ac8d7d [2022-09-19T15:33:49.418Z] Step 12/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go [2022-09-19T15:33:49.418Z] ---> Running in 0c763e6a8d3b [2022-09-19T15:33:49.430Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-09-19T15:33:49.678Z] Removing intermediate container 0c763e6a8d3b [2022-09-19T15:33:49.678Z] ---> b74404d8bb70 [2022-09-19T15:33:49.678Z] Step 13/24 : COPY go.mod vendor* ./ [2022-09-19T15:33:49.710Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-09-19T15:33:49.710Z] Configure a credential helper to remove this warning. See [2022-09-19T15:33:49.710Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-09-19T15:33:49.710Z] [2022-09-19T15:33:49.710Z] Login Succeeded [2022-09-19T15:33:49.710Z] nexus3.edgexfoundry.org:10004 [2022-09-19T15:33:49.940Z] ---> 0de533b2c03f [2022-09-19T15:33:49.941Z] Step 14/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-09-19T15:33:49.941Z] ---> Running in f20d1c934290 [2022-09-19T15:33:49.985Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-09-19T15:33:50.261Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-09-19T15:33:50.261Z] Configure a credential helper to remove this warning. See [2022-09-19T15:33:50.261Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-09-19T15:33:50.261Z] [2022-09-19T15:33:50.261Z] Login Succeeded [2022-09-19T15:33:50.261Z] docker.io [2022-09-19T15:33:50.536Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-09-19T15:33:50.882Z] Removing intermediate container f20d1c934290 [2022-09-19T15:33:50.882Z] ---> db1e5e601198 [2022-09-19T15:33:50.882Z] Step 15/24 : COPY . . [2022-09-19T15:33:51.139Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-09-19T15:33:51.139Z] Configure a credential helper to remove this warning. See [2022-09-19T15:33:51.139Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-09-19T15:33:51.139Z] [2022-09-19T15:33:51.139Z] Login Succeeded [2022-09-19T15:33:51.139Z] ---> docker-login.sh ends [Pipeline] } [2022-09-19T15:33:51.169Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2022-09-19T15:33:51.543Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-09-19T15:33:51.580Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-09-19T15:33:51.615Z] ========================================================= [2022-09-19T15:33:51.615Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine] [2022-09-19T15:33:51.615Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-09-19T15:33:52.140Z] + docker build -t ci-base-image-arm64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine --build-arg MAKE=echo noop --target=builder . [2022-09-19T15:33:52.263Z] ---> 56468de8fc09 [2022-09-19T15:33:52.264Z] Step 16/24 : RUN ${MAKE} [2022-09-19T15:33:52.524Z] ---> Running in d499aae73606 [2022-09-19T15:33:52.784Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-ui-go.Version=0.0.0" -o cmd/edgex-ui-server/edgex-ui-server ./cmd/edgex-ui-server [2022-09-19T15:33:53.159Z] Sending build context to Docker daemon 28.69MB [2022-09-19T15:33:53.159Z] Step 1/16 : ARG BASE=golang:1.18-alpine3.16 [2022-09-19T15:33:53.159Z] Step 2/16 : FROM ${BASE} AS builder [2022-09-19T15:33:53.445Z] 1.18-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2022-09-19T15:33:53.445Z] b3c136eddcbf: Pulling fs layer [2022-09-19T15:33:53.445Z] c0a3192eca97: Pulling fs layer [2022-09-19T15:33:53.445Z] a050256f5b6f: Pulling fs layer [2022-09-19T15:33:53.445Z] 656be50a0ddc: Pulling fs layer [2022-09-19T15:33:53.445Z] 2bbca73fdf42: Pulling fs layer [2022-09-19T15:33:53.445Z] 46d945488cbd: Pulling fs layer [2022-09-19T15:33:53.445Z] 8a5474983e97: Pulling fs layer [2022-09-19T15:33:53.445Z] 329c88fbcd65: Pulling fs layer [2022-09-19T15:33:53.445Z] 656be50a0ddc: Waiting [2022-09-19T15:33:53.445Z] 2bbca73fdf42: Waiting [2022-09-19T15:33:53.445Z] 46d945488cbd: Waiting [2022-09-19T15:33:53.445Z] 8a5474983e97: Waiting [2022-09-19T15:33:53.445Z] 329c88fbcd65: Waiting [2022-09-19T15:33:53.445Z] a050256f5b6f: Verifying Checksum [2022-09-19T15:33:53.445Z] a050256f5b6f: Download complete [2022-09-19T15:33:53.445Z] c0a3192eca97: Verifying Checksum [2022-09-19T15:33:53.445Z] c0a3192eca97: Download complete [2022-09-19T15:33:53.445Z] 2bbca73fdf42: Verifying Checksum [2022-09-19T15:33:53.445Z] 2bbca73fdf42: Download complete [2022-09-19T15:33:53.445Z] b3c136eddcbf: Verifying Checksum [2022-09-19T15:33:53.445Z] b3c136eddcbf: Download complete [2022-09-19T15:33:53.445Z] 46d945488cbd: Download complete [2022-09-19T15:33:54.453Z] b3c136eddcbf: Pull complete [2022-09-19T15:33:54.730Z] 329c88fbcd65: Verifying Checksum [2022-09-19T15:33:54.730Z] 329c88fbcd65: Download complete [2022-09-19T15:33:55.010Z] c0a3192eca97: Pull complete [2022-09-19T15:33:55.291Z] a050256f5b6f: Pull complete [2022-09-19T15:33:55.893Z] 8a5474983e97: Verifying Checksum [2022-09-19T15:33:55.893Z] 8a5474983e97: Download complete [2022-09-19T15:33:56.495Z] 656be50a0ddc: Verifying Checksum [2022-09-19T15:33:56.495Z] 656be50a0ddc: Download complete [2022-09-19T15:33:59.364Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2022-09-19T15:34:00.741Z] Removing intermediate container d499aae73606 [2022-09-19T15:34:00.741Z] ---> 24b4acc16112 [2022-09-19T15:34:00.741Z] Step 17/24 : FROM alpine:3.14 [2022-09-19T15:34:01.311Z] 3.14: Pulling from library/alpine [2022-09-19T15:34:01.311Z] c7ed990a2339: Pulling fs layer [2022-09-19T15:34:01.620Z] c7ed990a2339: Verifying Checksum [2022-09-19T15:34:01.620Z] c7ed990a2339: Download complete [2022-09-19T15:34:01.620Z] c7ed990a2339: Pull complete [2022-09-19T15:34:01.620Z] Digest: sha256:1ab24b3b99320975cca71716a7475a65d263d0b6b604d9d14ce08f7a3f67595c [2022-09-19T15:34:01.620Z] Status: Downloaded newer image for alpine:3.14 [2022-09-19T15:34:01.620Z] ---> dd53f409bf0b [2022-09-19T15:34:01.620Z] Step 18/24 : EXPOSE 4000 [2022-09-19T15:34:01.882Z] ---> Running in 739635c01fef [2022-09-19T15:34:01.882Z] Removing intermediate container 739635c01fef [2022-09-19T15:34:01.882Z] ---> dae7ab98c0f9 [2022-09-19T15:34:01.882Z] Step 19/24 : COPY --from=builder /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [2022-09-19T15:34:02.455Z] ---> 3168b709c592 [2022-09-19T15:34:02.455Z] Step 20/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [2022-09-19T15:34:02.455Z] ---> Running in 6fe4241a36b6 [2022-09-19T15:34:02.719Z] Removing intermediate container 6fe4241a36b6 [2022-09-19T15:34:02.719Z] ---> 1fd88fdd4e91 [2022-09-19T15:34:02.719Z] Step 21/24 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] [2022-09-19T15:34:02.719Z] ---> Running in b129253ff575 [2022-09-19T15:34:02.719Z] Removing intermediate container b129253ff575 [2022-09-19T15:34:02.719Z] ---> 2c7854ad07f3 [2022-09-19T15:34:02.719Z] Step 22/24 : LABEL arch=amd64 [2022-09-19T15:34:02.719Z] ---> Running in 739f46a35a86 [2022-09-19T15:34:02.719Z] Removing intermediate container 739f46a35a86 [2022-09-19T15:34:02.719Z] ---> ff76fd51738f [2022-09-19T15:34:02.719Z] Step 23/24 : LABEL git_sha=5f438056cf0d27be832a44d306540d9cec6ea88f [2022-09-19T15:34:02.978Z] ---> Running in 45b337217b1e [2022-09-19T15:34:02.978Z] Removing intermediate container 45b337217b1e [2022-09-19T15:34:02.978Z] ---> 0aa357384dfc [2022-09-19T15:34:02.978Z] Step 24/24 : LABEL version=0.0.0 [2022-09-19T15:34:02.978Z] ---> Running in 13ac7391ef0a [2022-09-19T15:34:02.978Z] Removing intermediate container 13ac7391ef0a [2022-09-19T15:34:02.978Z] ---> 5513905866df [2022-09-19T15:34:02.978Z] [Warning] One or more build-args [ARCH] were not consumed [2022-09-19T15:34:02.978Z] Successfully built 5513905866df [2022-09-19T15:34:02.978Z] Successfully tagged edgex-ui:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-09-19T15:34:03.933Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-09-19T15:34:03.933Z] [2022-09-19T15:34:03.933Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-09-19T15:34:04.318Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-09-19T15:34:04.318Z] latest: Pulling from edgex-lftools-log-publisher [2022-09-19T15:34:04.318Z] 5eb5b503b376: Pulling fs layer [2022-09-19T15:34:04.318Z] 5c69ac0246d0: Pulling fs layer [2022-09-19T15:34:04.318Z] ec43610c2a17: Pulling fs layer [2022-09-19T15:34:04.318Z] 3a2ae6a8a46f: Pulling fs layer [2022-09-19T15:34:04.318Z] 33b1e0a273af: Pulling fs layer [2022-09-19T15:34:04.318Z] 5d3b04190fa2: Pulling fs layer [2022-09-19T15:34:04.318Z] 2f39f015ded8: Pulling fs layer [2022-09-19T15:34:04.318Z] 3a2ae6a8a46f: Waiting [2022-09-19T15:34:04.318Z] 33b1e0a273af: Waiting [2022-09-19T15:34:04.318Z] 5d3b04190fa2: Waiting [2022-09-19T15:34:04.318Z] 2f39f015ded8: Waiting [2022-09-19T15:34:04.318Z] 5c69ac0246d0: Download complete [2022-09-19T15:34:04.318Z] 3a2ae6a8a46f: Download complete [2022-09-19T15:34:04.318Z] 33b1e0a273af: Verifying Checksum [2022-09-19T15:34:04.318Z] 33b1e0a273af: Download complete [2022-09-19T15:34:04.581Z] 5d3b04190fa2: Verifying Checksum [2022-09-19T15:34:04.581Z] 5d3b04190fa2: Download complete [2022-09-19T15:34:04.582Z] ec43610c2a17: Download complete [2022-09-19T15:34:04.582Z] 5eb5b503b376: Verifying Checksum [2022-09-19T15:34:04.582Z] 5eb5b503b376: Download complete [2022-09-19T15:34:05.522Z] 2f39f015ded8: Download complete [2022-09-19T15:34:05.782Z] 5eb5b503b376: Pull complete [2022-09-19T15:34:06.039Z] 5c69ac0246d0: Pull complete [2022-09-19T15:34:06.608Z] ec43610c2a17: Pull complete [2022-09-19T15:34:06.608Z] 3a2ae6a8a46f: Pull complete [2022-09-19T15:34:06.867Z] 33b1e0a273af: Pull complete [2022-09-19T15:34:06.867Z] 5d3b04190fa2: Pull complete [2022-09-19T15:34:11.061Z] 2f39f015ded8: Pull complete [2022-09-19T15:34:11.061Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2022-09-19T15:34:11.061Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-09-19T15:34:11.061Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-09-19T15:34:11.306Z] prd-ubuntu20.04-docker-8c-8g-29824 does not seem to be running inside a container [2022-09-19T15:34:11.350Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgexfoundry_edgex-ui-go_PR-553 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-553:/w/workspace/edgexfoundry_edgex-ui-go_PR-553:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-553@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-553@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2022-09-19T15:34:11.598Z] 656be50a0ddc: Pull complete [2022-09-19T15:34:11.598Z] 2bbca73fdf42: Pull complete [2022-09-19T15:34:11.598Z] 46d945488cbd: Pull complete [2022-09-19T15:34:14.599Z] $ docker top d9a0f75e28bef453f92d0fcdad657c128f367040c4a512ab1e5da69805360cf6 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-09-19T15:34:15.081Z] ---> job-cost.sh [2022-09-19T15:34:15.081Z] lf-activate-venv: SKIPPING [2022-09-19T15:34:15.081Z] INFO: No Stack... [2022-09-19T15:34:15.652Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2022-09-19T15:34:15.916Z] INFO: Archiving Costs [Pipeline] sh [2022-09-19T15:34:16.246Z] + cat /w/workspace/edgexfoundry_edgex-ui-go_PR-553/archives/cost.csv [2022-09-19T15:34:16.246Z] + cut -d, -f6 [Pipeline] lock [2022-09-19T15:34:16.288Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-ui-go-PR-553-1-stack-cost] [2022-09-19T15:34:16.293Z] Resource [jenkins-edgexfoundry-edgex-ui-go-PR-553-1-stack-cost] did not exist. Created. [2022-09-19T15:34:16.293Z] Lock acquired on [jenkins-edgexfoundry-edgex-ui-go-PR-553-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2022-09-19T15:34:16.700Z] + echo total: 0.2199999988079071 [Pipeline] stash [2022-09-19T15:34:17.004Z] 8a5474983e97: Pull complete [2022-09-19T15:34:17.126Z] Stashed 1 file(s) [Pipeline] } [2022-09-19T15:34:17.143Z] Lock released on resource [jenkins-edgexfoundry-edgex-ui-go-PR-553-1-stack-cost] [Pipeline] // lock [Pipeline] } [2022-09-19T15:34:17.227Z] $ docker stop --time=1 d9a0f75e28bef453f92d0fcdad657c128f367040c4a512ab1e5da69805360cf6 [2022-09-19T15:34:18.459Z] $ docker rm -f d9a0f75e28bef453f92d0fcdad657c128f367040c4a512ab1e5da69805360cf6 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2022-09-19T15:34:18.982Z] 329c88fbcd65: Pull complete [2022-09-19T15:34:18.982Z] Digest: sha256:53af0e8f7504757f555691f1ffb14839a2b3754f429f24055fc4060c6a6ea7d8 [2022-09-19T15:34:18.982Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2022-09-19T15:34:18.982Z] ---> ff4287adb874 [2022-09-19T15:34:18.982Z] Step 3/16 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" [2022-09-19T15:34:20.966Z] ---> Running in 9de89d427f01 [2022-09-19T15:34:20.966Z] Removing intermediate container 9de89d427f01 [2022-09-19T15:34:20.966Z] ---> 8643e371f32c [2022-09-19T15:34:20.966Z] Step 4/16 : ARG ALPINE_PKG_BASE="make git" [2022-09-19T15:34:20.966Z] ---> Running in 27da7b01b63a [2022-09-19T15:34:21.240Z] Removing intermediate container 27da7b01b63a [2022-09-19T15:34:21.240Z] ---> fd8665d3a9be [2022-09-19T15:34:21.240Z] Step 5/16 : ARG ALPINE_PKG_EXTRA="" [2022-09-19T15:34:21.519Z] ---> Running in 83a121a3a67a [2022-09-19T15:34:21.798Z] Removing intermediate container 83a121a3a67a [2022-09-19T15:34:21.798Z] ---> 0a3bd065c8b4 [2022-09-19T15:34:21.798Z] Step 6/16 : LABEL Name=edgex-ui-go [2022-09-19T15:34:21.798Z] ---> Running in 040cff5986f1 [2022-09-19T15:34:22.071Z] Removing intermediate container 040cff5986f1 [2022-09-19T15:34:22.071Z] ---> af4aa90bfd21 [2022-09-19T15:34:22.071Z] Step 7/16 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2022: Intel' [2022-09-19T15:34:22.071Z] ---> Running in 0a1c8c428444 [2022-09-19T15:34:22.343Z] Removing intermediate container 0a1c8c428444 [2022-09-19T15:34:22.343Z] ---> 320194366530 [2022-09-19T15:34:22.343Z] Step 8/16 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2022-09-19T15:34:22.939Z] latest: Pulling from library/docker [2022-09-19T15:34:23.211Z] 9b18e9b68314: Pulling fs layer [2022-09-19T15:34:23.211Z] 5abd6445c68b: Pulling fs layer [2022-09-19T15:34:23.211Z] 7b6c1cdde492: Pulling fs layer [2022-09-19T15:34:23.211Z] 7917cc27eb40: Pulling fs layer [2022-09-19T15:34:23.211Z] 3f2fb837c2a9: Pulling fs layer [2022-09-19T15:34:23.211Z] 2486db73c6ed: Pulling fs layer [2022-09-19T15:34:23.211Z] 3a8154f64bae: Pulling fs layer [2022-09-19T15:34:23.211Z] 88fa92f19f9d: Pulling fs layer [2022-09-19T15:34:23.211Z] e7efe5d1ee32: Pulling fs layer [2022-09-19T15:34:23.211Z] 7917cc27eb40: Waiting [2022-09-19T15:34:23.211Z] 3f2fb837c2a9: Waiting [2022-09-19T15:34:23.211Z] 2486db73c6ed: Waiting [2022-09-19T15:34:23.211Z] 3a8154f64bae: Waiting [2022-09-19T15:34:23.211Z] 88fa92f19f9d: Waiting [2022-09-19T15:34:23.211Z] e7efe5d1ee32: Waiting [2022-09-19T15:34:23.488Z] 7b6c1cdde492: Verifying Checksum [2022-09-19T15:34:23.488Z] 7b6c1cdde492: Download complete [2022-09-19T15:34:23.488Z] 5abd6445c68b: Verifying Checksum [2022-09-19T15:34:23.488Z] 5abd6445c68b: Download complete [2022-09-19T15:34:23.488Z] 9b18e9b68314: Verifying Checksum [2022-09-19T15:34:23.488Z] 9b18e9b68314: Download complete [2022-09-19T15:34:24.092Z] 7917cc27eb40: Verifying Checksum [2022-09-19T15:34:24.092Z] 7917cc27eb40: Download complete [2022-09-19T15:34:24.092Z] 2486db73c6ed: Verifying Checksum [2022-09-19T15:34:24.092Z] 2486db73c6ed: Download complete [2022-09-19T15:34:24.092Z] 3f2fb837c2a9: Verifying Checksum [2022-09-19T15:34:24.092Z] 3f2fb837c2a9: Download complete [2022-09-19T15:34:24.371Z] 3a8154f64bae: Verifying Checksum [2022-09-19T15:34:24.371Z] 3a8154f64bae: Download complete [2022-09-19T15:34:24.371Z] 9b18e9b68314: Pull complete [2022-09-19T15:34:24.371Z] 88fa92f19f9d: Verifying Checksum [2022-09-19T15:34:24.371Z] 88fa92f19f9d: Download complete [2022-09-19T15:34:24.371Z] e7efe5d1ee32: Verifying Checksum [2022-09-19T15:34:24.371Z] e7efe5d1ee32: Download complete [2022-09-19T15:34:24.969Z] 5abd6445c68b: Pull complete [2022-09-19T15:34:25.242Z] 7b6c1cdde492: Pull complete [2022-09-19T15:34:26.227Z] 7917cc27eb40: Pull complete [2022-09-19T15:34:27.220Z] 3f2fb837c2a9: Pull complete [2022-09-19T15:34:28.201Z] 2486db73c6ed: Pull complete [2022-09-19T15:34:28.201Z] 3a8154f64bae: Pull complete [2022-09-19T15:34:28.477Z] 88fa92f19f9d: Pull complete [2022-09-19T15:34:28.754Z] e7efe5d1ee32: Pull complete [2022-09-19T15:34:28.754Z] Digest: sha256:68a377d2bd432a2e5791144748e8179db55118cb7a9e77b06bbfdc2c1c46b235 [2022-09-19T15:34:28.754Z] Status: Downloaded newer image for docker:latest [2022-09-19T15:34:31.369Z] ---> 7371efe148be [2022-09-19T15:34:31.369Z] Step 9/16 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-09-19T15:34:31.369Z] ---> Running in 08ffc58a795c [2022-09-19T15:34:32.798Z] Removing intermediate container 08ffc58a795c [2022-09-19T15:34:32.798Z] ---> 13f055e19aa3 [2022-09-19T15:34:32.798Z] Step 10/16 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2022-09-19T15:34:32.798Z] ---> Running in d6fe901e37bb [2022-09-19T15:34:33.778Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-09-19T15:34:34.755Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-09-19T15:34:35.346Z] OK: 221 MiB in 51 packages [2022-09-19T15:34:36.324Z] Removing intermediate container d6fe901e37bb [2022-09-19T15:34:36.324Z] ---> ac58cc61016a [2022-09-19T15:34:36.324Z] Step 11/16 : ENV GO111MODULE=on [2022-09-19T15:34:36.324Z] ---> Running in fb5d08dece9d [2022-09-19T15:34:36.597Z] Removing intermediate container fb5d08dece9d [2022-09-19T15:34:36.597Z] ---> 85092c554278 [2022-09-19T15:34:36.597Z] Step 12/16 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go [2022-09-19T15:34:36.597Z] ---> Running in 85f486afc6e8 [2022-09-19T15:34:36.871Z] Removing intermediate container 85f486afc6e8 [2022-09-19T15:34:36.871Z] ---> 25e77c764124 [2022-09-19T15:34:36.871Z] Step 13/16 : COPY go.mod vendor* ./ [2022-09-19T15:34:37.476Z] ---> 1862ff2712b2 [2022-09-19T15:34:37.476Z] Step 14/16 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-09-19T15:34:37.476Z] ---> Running in 90121fdab8f6 [2022-09-19T15:35:04.298Z] Removing intermediate container 90121fdab8f6 [2022-09-19T15:35:04.298Z] ---> 2c73205bc0cb [2022-09-19T15:35:04.298Z] Step 15/16 : COPY . . [2022-09-19T15:35:07.696Z] ---> 0d613b172d16 [2022-09-19T15:35:07.696Z] Step 16/16 : RUN ${MAKE} [2022-09-19T15:35:07.696Z] ---> Running in 32d04be7e6d3 [2022-09-19T15:35:08.692Z] noop [2022-09-19T15:35:09.292Z] Removing intermediate container 32d04be7e6d3 [2022-09-19T15:35:09.292Z] ---> 842e05bf564f [2022-09-19T15:35:09.568Z] Successfully built 842e05bf564f [2022-09-19T15:35:09.568Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-09-19T15:35:10.062Z] + docker inspect -f . ci-base-image-arm64 [2022-09-19T15:35:10.062Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-09-19T15:35:10.399Z] prd-ubuntu20.04-docker-arm64-4c-16g-29825 does not seem to be running inside a container [2022-09-19T15:35:10.489Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/1 -v /w/workspace/edgex-ui-go/1:/w/workspace/edgex-ui-go/1:rw,z -v /w/workspace/edgex-ui-go/1@tmp:/w/workspace/edgex-ui-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2022-09-19T15:35:11.836Z] $ docker top db040fa8b2e3a9d46759cdf9a610b6202be72b9fb43d45c9456853bfd68401cc -eo pid,comm [Pipeline] { [Pipeline] sh [2022-09-19T15:35:12.778Z] + go version [2022-09-19T15:35:12.778Z] go version go1.18.3 linux/arm64 [Pipeline] } [2022-09-19T15:35:12.813Z] $ docker stop --time=1 db040fa8b2e3a9d46759cdf9a610b6202be72b9fb43d45c9456853bfd68401cc [2022-09-19T15:35:14.460Z] $ docker rm -f db040fa8b2e3a9d46759cdf9a610b6202be72b9fb43d45c9456853bfd68401cc [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-09-19T15:35:15.355Z] + docker inspect -f . ci-base-image-arm64 [2022-09-19T15:35:15.356Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-09-19T15:35:15.640Z] prd-ubuntu20.04-docker-arm64-4c-16g-29825 does not seem to be running inside a container [2022-09-19T15:35:15.716Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/edgex-ui-go/1 -v /w/workspace/edgex-ui-go/1:/w/workspace/edgex-ui-go/1:rw,z -v /w/workspace/edgex-ui-go/1@tmp:/w/workspace/edgex-ui-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2022-09-19T15:35:16.915Z] $ docker top 4a94cc012a06a4959ae72d9e4506c2fe15db3009591a0bc341611a1818c26be4 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-09-19T15:35:17.844Z] + git config --global --add safe.directory /w/workspace/edgex-ui-go/1 [Pipeline] fileExists [Pipeline] sh [2022-09-19T15:35:18.566Z] + make test [2022-09-19T15:35:18.566Z] CGO_ENABLED=0 GO111MODULE=on go test -coverprofile=coverage.out ./... [2022-09-19T15:35:20.015Z] ? github.com/edgexfoundry/edgex-ui-go [no test files] [2022-09-19T15:36:07.046Z] ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] [2022-09-19T15:36:07.046Z] ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] [2022-09-19T15:36:07.046Z] ? github.com/edgexfoundry/edgex-ui-go/internal/common [no test files] [2022-09-19T15:36:07.046Z] ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] [2022-09-19T15:36:07.046Z] ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] [2022-09-19T15:36:07.046Z] ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] [2022-09-19T15:36:07.046Z] ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] [2022-09-19T15:36:07.046Z] ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] [2022-09-19T15:36:07.046Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] [2022-09-19T15:36:07.046Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] [2022-09-19T15:36:07.046Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] [2022-09-19T15:36:07.046Z] ? github.com/edgexfoundry/edgex-ui-go/pkg/usage [no test files] [2022-09-19T15:36:07.046Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2022-09-19T15:36:13.792Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2022-09-19T15:36:13.792Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2022-09-19T15:36:13.792Z] ./bin/test-attribution-txt.sh [2022-09-19T15:36:13.792Z] make -C web test [2022-09-19T15:36:13.792Z] make[1]: Entering directory '/w/workspace/edgex-ui-go/1/web' [2022-09-19T15:36:13.792Z] make[1]: tput: No such file or directory [2022-09-19T15:36:13.792Z] make[1]: tput: No such file or directory [2022-09-19T15:36:13.792Z] warning: generating ./VERSION [2022-09-19T15:36:13.792Z] echo "0.0.0" > VERSION [2022-09-19T15:36:13.792Z] docker build \ [2022-09-19T15:36:13.792Z] -f Dockerfile \ [2022-09-19T15:36:13.792Z] --build-arg USER=1000 \ [2022-09-19T15:36:13.792Z] \ [2022-09-19T15:36:13.792Z] --label "git_sha=5f438056cf0d27be832a44d306540d9cec6ea88f" \ [2022-09-19T15:36:13.792Z] -t edgexfoundry/edgex-web-ui:5f438056cf0d27be832a44d306540d9cec6ea88f \ [2022-09-19T15:36:13.792Z] -t edgexfoundry/edgex-web-ui:0.0.0-dev \ [2022-09-19T15:36:13.792Z] . [2022-09-19T15:36:14.784Z] Sending build context to Docker daemon 3.269MB [2022-09-19T15:36:14.784Z] Step 1/10 : FROM node:16.17-alpine3.15 [2022-09-19T15:36:15.056Z] 16.17-alpine3.15: Pulling from library/node [2022-09-19T15:36:15.331Z] 47517142f6ba: Pulling fs layer [2022-09-19T15:36:15.331Z] 17eb293efcef: Pulling fs layer [2022-09-19T15:36:15.331Z] 5f80d66b68ae: Pulling fs layer [2022-09-19T15:36:15.331Z] 55cd42e1afe3: Pulling fs layer [2022-09-19T15:36:15.331Z] 55cd42e1afe3: Waiting [2022-09-19T15:36:15.934Z] 5f80d66b68ae: Verifying Checksum [2022-09-19T15:36:15.934Z] 5f80d66b68ae: Download complete [2022-09-19T15:36:15.934Z] 47517142f6ba: Download complete [2022-09-19T15:36:15.934Z] 55cd42e1afe3: Verifying Checksum [2022-09-19T15:36:15.934Z] 55cd42e1afe3: Download complete [2022-09-19T15:36:16.206Z] 47517142f6ba: Pull complete [2022-09-19T15:36:17.644Z] 17eb293efcef: Verifying Checksum [2022-09-19T15:36:17.644Z] 17eb293efcef: Download complete [2022-09-19T15:36:21.043Z] 17eb293efcef: Pull complete [2022-09-19T15:36:21.640Z] 5f80d66b68ae: Pull complete [2022-09-19T15:36:21.914Z] 55cd42e1afe3: Pull complete [2022-09-19T15:36:21.914Z] Digest: sha256:a60b681e1c28f60ea63f8394dea5384c69bdc464b9655e880f74aafaa5945665 [2022-09-19T15:36:21.914Z] Status: Downloaded newer image for node:16.17-alpine3.15 [2022-09-19T15:36:21.914Z] ---> ddf45b724adc [2022-09-19T15:36:21.914Z] Step 2/10 : RUN apk add --no-cache chromium [2022-09-19T15:36:22.192Z] ---> Running in f7250ed10ca3 [2022-09-19T15:36:23.639Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-09-19T15:36:23.639Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-09-19T15:36:24.619Z] (1/128) Installing libxau (1.0.9-r0) [2022-09-19T15:36:24.619Z] (2/128) Installing libmd (1.0.3-r0) [2022-09-19T15:36:24.619Z] (3/128) Installing libbsd (0.11.3-r1) [2022-09-19T15:36:24.619Z] (4/128) Installing libxdmcp (1.1.3-r0) [2022-09-19T15:36:24.619Z] (5/128) Installing libxcb (1.14-r2) [2022-09-19T15:36:24.619Z] (6/128) Installing libx11 (1.7.2-r0) [2022-09-19T15:36:24.893Z] (7/128) Installing libxext (1.3.4-r0) [2022-09-19T15:36:24.893Z] (8/128) Installing libice (1.0.10-r0) [2022-09-19T15:36:24.893Z] (9/128) Installing libuuid (2.37.4-r0) [2022-09-19T15:36:24.893Z] (10/128) Installing libsm (1.2.3-r0) [2022-09-19T15:36:24.893Z] (11/128) Installing libxt (1.2.1-r0) [2022-09-19T15:36:24.893Z] (12/128) Installing libxmu (1.1.3-r0) [2022-09-19T15:36:24.893Z] (13/128) Installing xset (1.2.4-r0) [2022-09-19T15:36:24.893Z] (14/128) Installing xprop (1.2.5-r0) [2022-09-19T15:36:24.893Z] (15/128) Installing xdg-utils (1.1.3-r0) [2022-09-19T15:36:24.893Z] (16/128) Installing eudev-libs (3.2.11_pre1-r0) [2022-09-19T15:36:24.893Z] (17/128) Installing pkgconf (1.8.0-r0) [2022-09-19T15:36:24.893Z] (18/128) Installing libffi (3.4.2-r1) [2022-09-19T15:36:24.893Z] (19/128) Installing libintl (0.21-r0) [2022-09-19T15:36:24.893Z] (20/128) Installing libblkid (2.37.4-r0) [2022-09-19T15:36:24.893Z] (21/128) Installing libmount (2.37.4-r0) [2022-09-19T15:36:24.893Z] (22/128) Installing pcre (8.45-r1) [2022-09-19T15:36:24.893Z] (23/128) Installing glib (2.70.1-r0) [2022-09-19T15:36:25.167Z] (24/128) Installing xz-libs (5.2.5-r1) [2022-09-19T15:36:25.167Z] (25/128) Installing libxml2 (2.9.14-r1) [2022-09-19T15:36:25.167Z] (26/128) Installing shared-mime-info (2.1-r0) [2022-09-19T15:36:25.167Z] (27/128) Installing hicolor-icon-theme (0.17-r1) [2022-09-19T15:36:25.167Z] (28/128) Installing libjpeg-turbo (2.1.2-r0) [2022-09-19T15:36:25.167Z] (29/128) Installing libpng (1.6.37-r1) [2022-09-19T15:36:25.442Z] (30/128) Installing libwebp (1.2.2-r0) [2022-09-19T15:36:25.442Z] (31/128) Installing zstd-libs (1.5.0-r0) [2022-09-19T15:36:25.442Z] (32/128) Installing tiff (4.3.0-r1) [2022-09-19T15:36:25.442Z] (33/128) Installing gdk-pixbuf (2.42.8-r0) [2022-09-19T15:36:25.442Z] (34/128) Installing gtk-update-icon-cache (2.24.33-r0) [2022-09-19T15:36:25.442Z] (35/128) Installing libxcomposite (0.4.5-r0) [2022-09-19T15:36:25.442Z] (36/128) Installing libxfixes (6.0.0-r0) [2022-09-19T15:36:25.442Z] (37/128) Installing libxrender (0.9.10-r3) [2022-09-19T15:36:25.442Z] (38/128) Installing libxcursor (1.2.0-r0) [2022-09-19T15:36:25.442Z] (39/128) Installing libxdamage (1.1.5-r1) [2022-09-19T15:36:25.442Z] (40/128) Installing libxi (1.8-r0) [2022-09-19T15:36:25.442Z] (41/128) Installing libxinerama (1.1.4-r1) [2022-09-19T15:36:25.442Z] (42/128) Installing libxrandr (1.5.2-r1) [2022-09-19T15:36:25.442Z] (43/128) Installing atk (2.36.0-r0) [2022-09-19T15:36:25.442Z] (44/128) Installing libxtst (1.2.3-r3) [2022-09-19T15:36:25.442Z] (45/128) Installing dbus-libs (1.12.20-r4) [2022-09-19T15:36:25.442Z] (46/128) Installing at-spi2-core (2.42.0-r0) [2022-09-19T15:36:25.442Z] (47/128) Installing at-spi2-atk (2.38.0-r0) [2022-09-19T15:36:25.717Z] (48/128) Installing expat (2.4.7-r0) [2022-09-19T15:36:25.717Z] (49/128) Installing brotli-libs (1.0.9-r5) [2022-09-19T15:36:25.717Z] (50/128) Installing libbz2 (1.0.8-r1) [2022-09-19T15:36:25.717Z] (51/128) Installing freetype (2.11.1-r2) [2022-09-19T15:36:25.717Z] (52/128) Installing fontconfig (2.13.1-r4) [2022-09-19T15:36:25.717Z] (53/128) Installing pixman (0.40.0-r3) [2022-09-19T15:36:25.717Z] (54/128) Installing cairo (1.16.0-r5) [2022-09-19T15:36:25.717Z] (55/128) Installing cairo-gobject (1.16.0-r5) [2022-09-19T15:36:25.717Z] (56/128) Installing avahi-libs (0.8-r5) [2022-09-19T15:36:25.717Z] (57/128) Installing gmp (6.2.1-r1) [2022-09-19T15:36:25.717Z] (58/128) Installing nettle (3.7.3-r0) [2022-09-19T15:36:25.717Z] (59/128) Installing p11-kit (0.24.0-r1) [2022-09-19T15:36:25.717Z] (60/128) Installing libtasn1 (4.18.0-r0) [2022-09-19T15:36:25.717Z] (61/128) Installing libunistring (0.9.10-r1) [2022-09-19T15:36:25.996Z] (62/128) Installing gnutls (3.7.1-r1) [2022-09-19T15:36:25.996Z] (63/128) Installing cups-libs (2.3.3-r6) [2022-09-19T15:36:25.996Z] (64/128) Installing libepoxy (1.5.9-r0) [2022-09-19T15:36:25.996Z] (65/128) Installing fribidi (1.0.11-r0) [2022-09-19T15:36:25.996Z] (66/128) Installing graphite2 (1.3.14-r0) [2022-09-19T15:36:25.996Z] (67/128) Installing harfbuzz (3.0.0-r2) [2022-09-19T15:36:25.996Z] (68/128) Installing libxft (2.3.4-r0) [2022-09-19T15:36:25.996Z] (69/128) Installing pango (1.48.10-r0) [2022-09-19T15:36:25.996Z] (70/128) Installing wayland-libs-client (1.19.0-r1) [2022-09-19T15:36:25.996Z] (71/128) Installing wayland-libs-cursor (1.19.0-r1) [2022-09-19T15:36:25.996Z] (72/128) Installing wayland-libs-egl (1.19.0-r1) [2022-09-19T15:36:25.996Z] (73/128) Installing xkeyboard-config (2.34-r0) [2022-09-19T15:36:26.272Z] (74/128) Installing libxkbcommon (1.3.1-r0) [2022-09-19T15:36:26.272Z] (75/128) Installing gtk+3.0 (3.24.30-r0) [2022-09-19T15:36:26.547Z] Executing gtk+3.0-3.24.30-r0.post-install [2022-09-19T15:36:26.547Z] (76/128) Installing libfontenc (1.1.4-r0) [2022-09-19T15:36:26.547Z] (77/128) Installing mkfontscale (1.2.1-r1) [2022-09-19T15:36:26.547Z] (78/128) Installing ttf-opensans (1.10-r1) [2022-09-19T15:36:26.824Z] Executing ttf-opensans-1.10-r1.post-install [2022-09-19T15:36:28.798Z] (79/128) Installing libogg (1.3.5-r0) [2022-09-19T15:36:28.798Z] (80/128) Installing flac (1.3.4-r0) [2022-09-19T15:36:28.798Z] (81/128) Installing alsa-lib (1.2.5.1-r1) [2022-09-19T15:36:29.072Z] (82/128) Installing libatomic (10.3.1_git20211027-r0) [2022-09-19T15:36:29.072Z] (83/128) Installing sdl2 (2.0.16-r4) [2022-09-19T15:36:29.072Z] (84/128) Installing aom-libs (3.2.0-r0) [2022-09-19T15:36:29.072Z] (85/128) Installing libass (0.15.2-r0) [2022-09-19T15:36:29.072Z] (86/128) Installing libdav1d (0.9.2-r0) [2022-09-19T15:36:29.072Z] (87/128) Installing ncurses-terminfo-base (6.3_p20211120-r1) [2022-09-19T15:36:29.072Z] (88/128) Installing ncurses-libs (6.3_p20211120-r1) [2022-09-19T15:36:29.072Z] (89/128) Installing lame (3.100-r0) [2022-09-19T15:36:29.072Z] (90/128) Installing opus (1.3.1-r1) [2022-09-19T15:36:29.072Z] (91/128) Installing libgomp (10.3.1_git20211027-r0) [2022-09-19T15:36:29.072Z] (92/128) Installing soxr (0.1.3-r2) [2022-09-19T15:36:29.345Z] (93/128) Installing libsrt (1.4.2-r1) [2022-09-19T15:36:29.345Z] (94/128) Installing libssh (0.9.6-r1) [2022-09-19T15:36:29.345Z] (95/128) Installing libtheora (1.1.1-r16) [2022-09-19T15:36:29.345Z] (96/128) Installing v4l-utils-libs (1.22.1-r1) [2022-09-19T15:36:29.345Z] (97/128) Installing libdrm (2.4.109-r0) [2022-09-19T15:36:29.345Z] (98/128) Installing libva (2.13.0-r0) [2022-09-19T15:36:29.345Z] (99/128) Installing libvdpau (1.4-r0) [2022-09-19T15:36:29.345Z] (100/128) Installing vidstab (1.1.0-r1) [2022-09-19T15:36:29.345Z] (101/128) Installing libvorbis (1.3.7-r0) [2022-09-19T15:36:29.345Z] (102/128) Installing libvpx (1.10.0-r0) [2022-09-19T15:36:29.345Z] (103/128) Installing vulkan-loader (1.2.196-r0) [2022-09-19T15:36:29.345Z] (104/128) Installing x264-libs (20210613-r0) [2022-09-19T15:36:29.618Z] (105/128) Installing x265-libs (3.5-r0) [2022-09-19T15:36:29.618Z] (106/128) Installing xvidcore (1.3.7-r1) [2022-09-19T15:36:29.618Z] (107/128) Installing ffmpeg-libs (4.4.1-r2) [2022-09-19T15:36:29.894Z] (108/128) Installing libevent (2.1.12-r4) [2022-09-19T15:36:30.172Z] (109/128) Installing mesa (21.2.6-r0) [2022-09-19T15:36:30.172Z] (110/128) Installing wayland-libs-server (1.19.0-r1) [2022-09-19T15:36:30.172Z] (111/128) Installing mesa-gbm (21.2.6-r0) [2022-09-19T15:36:30.172Z] (112/128) Installing lcms2 (2.12-r1) [2022-09-19T15:36:30.172Z] (113/128) Installing nspr (4.32-r0) [2022-09-19T15:36:30.172Z] (114/128) Installing sqlite-libs (3.36.0-r0) [2022-09-19T15:36:30.172Z] (115/128) Installing nss (3.78.1-r0) [2022-09-19T15:36:30.172Z] (116/128) Installing libasyncns (0.8-r1) [2022-09-19T15:36:30.172Z] (117/128) Installing libltdl (2.4.6-r7) [2022-09-19T15:36:30.172Z] (118/128) Installing orc (0.4.32-r0) [2022-09-19T15:36:30.172Z] (119/128) Installing libsndfile (1.0.31-r1) [2022-09-19T15:36:30.446Z] (120/128) Installing speexdsp (1.2.0-r0) [2022-09-19T15:36:30.446Z] (121/128) Installing tdb-libs (1.4.5-r0) [2022-09-19T15:36:30.446Z] (122/128) Installing libpulse (15.0-r2) [2022-09-19T15:36:30.446Z] (123/128) Installing re2 (2021.11.01-r0) [2022-09-19T15:36:30.446Z] (124/128) Installing snappy (1.1.9-r1) [2022-09-19T15:36:30.446Z] (125/128) Installing libgpg-error (1.42-r1) [2022-09-19T15:36:30.446Z] (126/128) Installing libgcrypt (1.9.4-r0) [2022-09-19T15:36:30.446Z] (127/128) Installing libxslt (1.1.35-r0) [2022-09-19T15:36:30.446Z] (128/128) Installing chromium (99.0.4844.84-r0) [2022-09-19T15:36:34.747Z] Executing busybox-1.34.1-r7.trigger [2022-09-19T15:36:34.748Z] Executing glib-2.70.1-r0.trigger [2022-09-19T15:36:34.748Z] Executing shared-mime-info-2.1-r0.trigger [2022-09-19T15:36:40.147Z] Executing gdk-pixbuf-2.42.8-r0.trigger [2022-09-19T15:36:40.147Z] Executing gtk-update-icon-cache-2.24.33-r0.trigger [2022-09-19T15:36:40.147Z] Executing fontconfig-2.13.1-r4.trigger [2022-09-19T15:36:40.147Z] Executing mkfontscale-1.2.1-r1.trigger [2022-09-19T15:36:40.147Z] OK: 275 MiB in 144 packages [2022-09-19T15:36:48.450Z] Removing intermediate container f7250ed10ca3 [2022-09-19T15:36:48.450Z] ---> 4043d801f890 [2022-09-19T15:36:48.450Z] Step 3/10 : ENV CHROME_BIN=/usr/bin/chromium-browser [2022-09-19T15:36:48.450Z] ---> Running in 4ef69b067895 [2022-09-19T15:36:48.450Z] Removing intermediate container 4ef69b067895 [2022-09-19T15:36:48.450Z] ---> ca98c73c8282 [2022-09-19T15:36:48.450Z] Step 4/10 : ENV PATH /app/node_modules/.bin:$PATH [2022-09-19T15:36:48.450Z] ---> Running in f20d935181ae [2022-09-19T15:36:48.450Z] Removing intermediate container f20d935181ae [2022-09-19T15:36:48.450Z] ---> 267f39ce8ad8 [2022-09-19T15:36:48.450Z] Step 5/10 : RUN npm install -g npm [2022-09-19T15:36:48.727Z] ---> Running in 4013241f65d6 [2022-09-19T15:37:15.550Z] [2022-09-19T15:37:15.550Z] changed 54 packages, and audited 212 packages in 23s [2022-09-19T15:37:15.550Z] [2022-09-19T15:37:15.550Z] 11 packages are looking for funding [2022-09-19T15:37:15.550Z] run `npm fund` for details [2022-09-19T15:37:15.550Z] [2022-09-19T15:37:15.550Z] found 0 vulnerabilities [2022-09-19T15:37:18.957Z] Removing intermediate container 4013241f65d6 [2022-09-19T15:37:18.957Z] ---> d80995d827cc [2022-09-19T15:37:18.957Z] Step 6/10 : ARG USER=1000 [2022-09-19T15:37:18.957Z] ---> Running in 1b6f3816c813 [2022-09-19T15:37:18.957Z] Removing intermediate container 1b6f3816c813 [2022-09-19T15:37:18.957Z] ---> 818c0ea07dd6 [2022-09-19T15:37:18.957Z] Step 7/10 : RUN deluser --remove-home node && adduser -u $USER -D -s /bin/sh node [2022-09-19T15:37:18.957Z] ---> Running in 6b5374d30c9a [2022-09-19T15:37:20.974Z] Removing intermediate container 6b5374d30c9a [2022-09-19T15:37:20.974Z] ---> 5f0597c61ad6 [2022-09-19T15:37:20.974Z] Step 8/10 : USER $USER:$USER [2022-09-19T15:37:20.974Z] ---> Running in 7d475647c24a [2022-09-19T15:37:21.255Z] Removing intermediate container 7d475647c24a [2022-09-19T15:37:21.255Z] ---> 8d5912a5cbba [2022-09-19T15:37:21.255Z] Step 9/10 : WORKDIR /app [2022-09-19T15:37:21.536Z] ---> Running in 3affbe7236dc [2022-09-19T15:37:21.813Z] Removing intermediate container 3affbe7236dc [2022-09-19T15:37:21.813Z] ---> fbab2b954382 [2022-09-19T15:37:21.813Z] Step 10/10 : LABEL git_sha=5f438056cf0d27be832a44d306540d9cec6ea88f [2022-09-19T15:37:21.813Z] ---> Running in 03f5d2090225 [2022-09-19T15:37:22.087Z] Removing intermediate container 03f5d2090225 [2022-09-19T15:37:22.087Z] ---> e9c0a6888258 [2022-09-19T15:37:22.361Z] Successfully built e9c0a6888258 [2022-09-19T15:37:22.361Z] Successfully tagged edgexfoundry/edgex-web-ui:5f438056cf0d27be832a44d306540d9cec6ea88f [2022-09-19T15:37:22.361Z] Successfully tagged edgexfoundry/edgex-web-ui:0.0.0-dev [2022-09-19T15:37:22.361Z] touch edgex-web-ui.imagebuilt [2022-09-19T15:37:22.361Z] mkdir -p node_modules coverage [2022-09-19T15:37:22.361Z] chown "1000:1000" node_modules coverage package-lock.json [2022-09-19T15:37:22.361Z] docker run --rm -i -v "$(pwd):/app" -u "1000:1000" edgexfoundry/edgex-web-ui:0.0.0-dev npm install [2022-09-19T15:37:34.780Z] npm WARN EBADENGINE Unsupported engine { [2022-09-19T15:37:34.780Z] npm WARN EBADENGINE package: '@angular-devkit/architect@0.1202.4', [2022-09-19T15:37:34.780Z] npm WARN EBADENGINE required: { [2022-09-19T15:37:34.780Z] npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', [2022-09-19T15:37:34.780Z] npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', [2022-09-19T15:37:34.780Z] npm WARN EBADENGINE yarn: '>= 1.13.0' [2022-09-19T15:37:34.780Z] npm WARN EBADENGINE }, [2022-09-19T15:37:34.780Z] npm WARN EBADENGINE current: { node: 'v16.17.0', npm: '8.19.2' } [2022-09-19T15:37:34.780Z] npm WARN EBADENGINE } [2022-09-19T15:37:34.780Z] npm WARN EBADENGINE Unsupported engine { [2022-09-19T15:37:34.780Z] npm WARN EBADENGINE package: '@angular-devkit/build-angular@12.2.4', [2022-09-19T15:37:34.780Z] npm WARN EBADENGINE required: { [2022-09-19T15:37:34.780Z] npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', [2022-09-19T15:37:34.780Z] npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', [2022-09-19T15:37:34.780Z] npm WARN EBADENGINE yarn: '>= 1.13.0' [2022-09-19T15:37:34.780Z] npm WARN EBADENGINE }, [2022-09-19T15:37:34.780Z] npm WARN EBADENGINE current: { node: 'v16.17.0', npm: '8.19.2' } [2022-09-19T15:37:34.780Z] npm WARN EBADENGINE } [2022-09-19T15:37:34.780Z] npm WARN EBADENGINE Unsupported engine { [2022-09-19T15:37:34.780Z] npm WARN EBADENGINE package: '@angular-devkit/build-optimizer@0.1202.4', [2022-09-19T15:37:34.780Z] npm WARN EBADENGINE required: { [2022-09-19T15:37:34.780Z] npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', [2022-09-19T15:37:34.780Z] npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', [2022-09-19T15:37:34.780Z] npm WARN EBADENGINE yarn: '>= 1.13.0' [2022-09-19T15:37:34.780Z] npm WARN EBADENGINE }, [2022-09-19T15:37:34.780Z] npm WARN EBADENGINE current: { node: 'v16.17.0', npm: '8.19.2' } [2022-09-19T15:37:34.780Z] npm WARN EBADENGINE } [2022-09-19T15:37:34.780Z] npm WARN EBADENGINE Unsupported engine { [2022-09-19T15:37:34.780Z] npm WARN EBADENGINE package: '@angular-devkit/build-webpack@0.1202.4', [2022-09-19T15:37:34.780Z] npm WARN EBADENGINE required: { [2022-09-19T15:37:34.780Z] npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', [2022-09-19T15:37:34.780Z] npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', [2022-09-19T15:37:34.780Z] npm WARN EBADENGINE yarn: '>= 1.13.0' [2022-09-19T15:37:34.780Z] npm WARN EBADENGINE }, [2022-09-19T15:37:34.780Z] npm WARN EBADENGINE current: { node: 'v16.17.0', npm: '8.19.2' } [2022-09-19T15:37:34.780Z] npm WARN EBADENGINE } [2022-09-19T15:37:34.780Z] npm WARN EBADENGINE Unsupported engine { [2022-09-19T15:37:34.780Z] npm WARN EBADENGINE package: '@angular-devkit/core@12.2.4', [2022-09-19T15:37:34.780Z] npm WARN EBADENGINE required: { [2022-09-19T15:37:34.780Z] npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', [2022-09-19T15:37:34.780Z] npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', [2022-09-19T15:37:34.780Z] npm WARN EBADENGINE yarn: '>= 1.13.0' [2022-09-19T15:37:34.780Z] npm WARN EBADENGINE }, [2022-09-19T15:37:34.780Z] npm WARN EBADENGINE current: { node: 'v16.17.0', npm: '8.19.2' } [2022-09-19T15:37:34.780Z] npm WARN EBADENGINE } [2022-09-19T15:37:34.780Z] npm WARN EBADENGINE Unsupported engine { [2022-09-19T15:37:34.780Z] npm WARN EBADENGINE package: '@angular-devkit/schematics@12.2.4', [2022-09-19T15:37:34.780Z] npm WARN EBADENGINE required: { [2022-09-19T15:37:34.780Z] npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', [2022-09-19T15:37:34.780Z] npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', [2022-09-19T15:37:34.780Z] npm WARN EBADENGINE yarn: '>= 1.13.0' [2022-09-19T15:37:34.780Z] npm WARN EBADENGINE }, [2022-09-19T15:37:34.780Z] npm WARN EBADENGINE current: { node: 'v16.17.0', npm: '8.19.2' } [2022-09-19T15:37:34.780Z] npm WARN EBADENGINE } [2022-09-19T15:37:34.780Z] npm WARN EBADENGINE Unsupported engine { [2022-09-19T15:37:34.780Z] npm WARN EBADENGINE package: '@angular/cli@12.2.4', [2022-09-19T15:37:34.780Z] npm WARN EBADENGINE required: { [2022-09-19T15:37:34.780Z] npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', [2022-09-19T15:37:34.780Z] npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', [2022-09-19T15:37:34.780Z] npm WARN EBADENGINE yarn: '>= 1.13.0' [2022-09-19T15:37:34.780Z] npm WARN EBADENGINE }, [2022-09-19T15:37:34.780Z] npm WARN EBADENGINE current: { node: 'v16.17.0', npm: '8.19.2' } [2022-09-19T15:37:34.780Z] npm WARN EBADENGINE } [2022-09-19T15:37:34.780Z] npm WARN EBADENGINE Unsupported engine { [2022-09-19T15:37:34.780Z] npm WARN EBADENGINE package: '@ngtools/webpack@12.2.4', [2022-09-19T15:37:34.780Z] npm WARN EBADENGINE required: { [2022-09-19T15:37:34.780Z] npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', [2022-09-19T15:37:34.780Z] npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', [2022-09-19T15:37:34.780Z] npm WARN EBADENGINE yarn: '>= 1.13.0' [2022-09-19T15:37:34.780Z] npm WARN EBADENGINE }, [2022-09-19T15:37:34.780Z] npm WARN EBADENGINE current: { node: 'v16.17.0', npm: '8.19.2' } [2022-09-19T15:37:34.780Z] npm WARN EBADENGINE } [2022-09-19T15:37:34.780Z] npm WARN EBADENGINE Unsupported engine { [2022-09-19T15:37:34.780Z] npm WARN EBADENGINE package: '@schematics/angular@12.2.4', [2022-09-19T15:37:34.780Z] npm WARN EBADENGINE required: { [2022-09-19T15:37:34.780Z] npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', [2022-09-19T15:37:34.780Z] npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', [2022-09-19T15:37:34.780Z] npm WARN EBADENGINE yarn: '>= 1.13.0' [2022-09-19T15:37:34.780Z] npm WARN EBADENGINE }, [2022-09-19T15:37:34.780Z] npm WARN EBADENGINE current: { node: 'v16.17.0', npm: '8.19.2' } [2022-09-19T15:37:34.780Z] npm WARN EBADENGINE } [2022-09-19T15:38:07.138Z] npm WARN deprecated urix@0.1.0: Please see https://github.com/lydell/urix#deprecated [2022-09-19T15:38:07.138Z] 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 [2022-09-19T15:38:07.741Z] npm WARN deprecated source-map-url@0.4.1: See https://github.com/lydell/source-map-url#deprecated [2022-09-19T15:38:07.741Z] npm WARN deprecated source-map-resolve@0.6.0: See https://github.com/lydell/source-map-resolve#deprecated [2022-09-19T15:38:10.363Z] npm WARN deprecated resolve-url@0.2.1: https://github.com/lydell/resolve-url#deprecated [2022-09-19T15:38:10.962Z] npm WARN deprecated querystring@0.2.0: The querystring API is considered Legacy. new code should use the URLSearchParams API instead. [2022-09-19T15:38:21.134Z] npm WARN deprecated har-validator@5.1.5: this library is no longer supported [2022-09-19T15:38:21.134Z] npm WARN deprecated flatten@1.0.3: flatten is deprecated in favor of utility frameworks such as lodash. [2022-09-19T15:38:21.408Z] npm WARN deprecated request@2.88.2: request has been deprecated, see https://github.com/request/request/issues/3142 [2022-09-19T15:38:39.724Z] npm WARN deprecated chokidar@2.1.8: Chokidar 2 does not receive security updates since 2019. Upgrade to chokidar 3 with 15x fewer dependencies [2022-09-19T15:38:39.724Z] npm WARN deprecated source-map-resolve@0.5.3: See https://github.com/lydell/source-map-resolve#deprecated [2022-09-19T15:38:39.724Z] 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. [2022-09-19T15:38:42.361Z] 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. [2022-09-19T15:38:44.347Z] 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. [2022-09-19T15:38:46.966Z] npm WARN deprecated source-map-resolve@0.5.3: See https://github.com/lydell/source-map-resolve#deprecated [2022-09-19T15:38:55.244Z] 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 [2022-09-19T15:38:58.638Z] 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 [2022-09-19T15:39:13.738Z] 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. [2022-09-19T15:39:32.059Z] 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. [2022-09-19T15:40:04.409Z] [2022-09-19T15:40:04.409Z] added 1475 packages, and audited 1476 packages in 3m [2022-09-19T15:40:04.409Z] [2022-09-19T15:40:04.409Z] 90 packages are looking for funding [2022-09-19T15:40:04.409Z] run `npm fund` for details [2022-09-19T15:40:04.409Z] [2022-09-19T15:40:04.409Z] 13 vulnerabilities (3 moderate, 8 high, 2 critical) [2022-09-19T15:40:04.409Z] [2022-09-19T15:40:04.409Z] To address issues that do not require attention, run: [2022-09-19T15:40:04.409Z] npm audit fix [2022-09-19T15:40:04.409Z] [2022-09-19T15:40:04.409Z] To address all issues (including breaking changes), run: [2022-09-19T15:40:04.409Z] npm audit fix --force [2022-09-19T15:40:04.409Z] [2022-09-19T15:40:04.409Z] Run `npm audit` for details. [2022-09-19T15:40:05.010Z] 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 [2022-09-19T15:40:20.114Z] - Generating browser application bundles (phase: setup)... [2022-09-19T15:40:46.939Z] Compiling @angular/core : es2015 as esm2015 [2022-09-19T15:40:46.939Z] Compiling @angular/compiler/testing : es2015 as esm2015 [2022-09-19T15:41:19.407Z] Compiling @angular/common : es2015 as esm2015 [2022-09-19T15:41:19.407Z] Compiling @angular/core/testing : es2015 as esm2015 [2022-09-19T15:41:22.111Z] Compiling @angular/platform-browser : es2015 as esm2015 [2022-09-19T15:41:22.111Z] Compiling @angular/common/testing : es2015 as esm2015 [2022-09-19T15:41:26.426Z] Compiling @angular/router : es2015 as esm2015 [2022-09-19T15:41:26.426Z] Compiling @angular/platform-browser-dynamic : es2015 as esm2015 [2022-09-19T15:41:31.846Z] Compiling @angular/platform-browser/testing : es2015 as esm2015 [2022-09-19T15:41:33.845Z] Compiling @angular/common/http : es2015 as esm2015 [2022-09-19T15:41:33.845Z] Compiling @angular/platform-browser-dynamic/testing : es2015 as esm2015 [2022-09-19T15:41:38.179Z] Compiling @angular/forms : es2015 as esm2015 [2022-09-19T15:41:38.784Z] Compiling @angular/router/testing : es2015 as esm2015 [2022-09-19T15:41:38.784Z] Compiling @angular/common/http/testing : es2015 as esm2015 [2022-09-19T15:42:46.798Z] 19 09 2022 15:42:37.775:INFO [karma-server]: Karma v6.3.16 server started at http://localhost:9876/ [2022-09-19T15:42:46.798Z] 19 09 2022 15:42:37.787:INFO [launcher]: Launching browsers ChromeHeadlessNoSandbox with concurrency unlimited [2022-09-19T15:42:46.798Z] 19 09 2022 15:42:37.811:INFO [launcher]: Starting browser ChromeHeadless [2022-09-19T15:43:43.314Z] 19 09 2022 15:43:39.607:WARN [launcher]: ChromeHeadless has not captured in 60000 ms, killing. [2022-09-19T15:44:22.305Z] 19 09 2022 15:44:19.151:INFO [launcher]: Trying to start ChromeHeadless again (1/2). [2022-09-19T15:44:44.475Z] ✔ Browser application bundle generation complete. [2022-09-19T15:44:44.475Z] 19 09 2022 15:44:43.568:INFO [Chrome Headless 99.0.4844.84 (Linux aarch64)]: Connected on socket mEx4OLiWtT-95JO3AAAB with id 87000893 [2022-09-19T15:45:02.759Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 0 of 149 SUCCESS (0 secs / 0 secs) [2022-09-19T15:45:02.759Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 1 of 149 SUCCESS (0 secs / 0.738 secs) [2022-09-19T15:45:02.759Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 2 of 149 SUCCESS (0 secs / 0.929 secs) [2022-09-19T15:45:03.031Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 3 of 149 SUCCESS (0 secs / 1.004 secs) [2022-09-19T15:45:03.031Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 4 of 149 SUCCESS (0 secs / 1.023 secs) [2022-09-19T15:45:03.031Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 5 of 149 SUCCESS (0 secs / 1.045 secs) [2022-09-19T15:45:03.031Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 6 of 149 SUCCESS (0 secs / 1.06 secs) [2022-09-19T15:45:03.031Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 7 of 149 SUCCESS (0 secs / 1.079 secs) [2022-09-19T15:45:03.031Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 8 of 149 SUCCESS (0 secs / 1.095 secs) [2022-09-19T15:45:03.300Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 9 of 149 SUCCESS (0 secs / 1.427 secs) [2022-09-19T15:45:03.894Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 10 of 149 SUCCESS (0 secs / 1.792 secs) [2022-09-19T15:45:04.164Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 11 of 149 SUCCESS (0 secs / 1.87 secs) [2022-09-19T15:45:04.439Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 12 of 149 SUCCESS (0 secs / 2.213 secs) [2022-09-19T15:45:04.716Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 13 of 149 SUCCESS (0 secs / 2.51 secs) [2022-09-19T15:45:04.992Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 14 of 149 SUCCESS (0 secs / 2.562 secs) [2022-09-19T15:45:04.992Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 15 of 149 SUCCESS (0 secs / 2.622 secs) [2022-09-19T15:45:05.265Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 16 of 149 SUCCESS (0 secs / 2.782 secs) [2022-09-19T15:45:05.265Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 17 of 149 SUCCESS (0 secs / 2.981 secs) [2022-09-19T15:45:05.863Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 18 of 149 SUCCESS (0 secs / 3.538 secs) [2022-09-19T15:45:06.137Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 19 of 149 SUCCESS (0 secs / 3.601 secs) [2022-09-19T15:45:06.409Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 20 of 149 SUCCESS (0 secs / 3.844 secs) [2022-09-19T15:45:06.682Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 21 of 149 SUCCESS (0 secs / 4.016 secs) [2022-09-19T15:45:06.682Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 22 of 149 SUCCESS (0 secs / 4.118 secs) [2022-09-19T15:45:06.682Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 23 of 149 SUCCESS (0 secs / 4.144 secs) [2022-09-19T15:45:06.956Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 24 of 149 SUCCESS (0 secs / 4.159 secs) [2022-09-19T15:45:06.956Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 25 of 149 SUCCESS (0 secs / 4.171 secs) [2022-09-19T15:45:07.228Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 26 of 149 SUCCESS (0 secs / 4.511 secs) [2022-09-19T15:45:07.228Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 27 of 149 SUCCESS (0 secs / 4.565 secs) [2022-09-19T15:45:07.828Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 28 of 149 SUCCESS (0 secs / 4.826 secs) [2022-09-19T15:45:07.828Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 29 of 149 SUCCESS (0 secs / 4.879 secs) [2022-09-19T15:45:07.828Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 30 of 149 SUCCESS (0 secs / 4.954 secs) [2022-09-19T15:45:08.100Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 31 of 149 SUCCESS (0 secs / 5.03 secs) [2022-09-19T15:45:08.100Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 32 of 149 SUCCESS (0 secs / 5.087 secs) [2022-09-19T15:45:08.100Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 33 of 149 SUCCESS (0 secs / 5.114 secs) [2022-09-19T15:45:08.100Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 34 of 149 SUCCESS (0 secs / 5.137 secs) [2022-09-19T15:45:08.100Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 35 of 149 SUCCESS (0 secs / 5.165 secs) [2022-09-19T15:45:08.371Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 36 of 149 SUCCESS (0 secs / 5.415 secs) [2022-09-19T15:45:08.647Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 37 of 149 SUCCESS (0 secs / 5.557 secs) [2022-09-19T15:45:08.922Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 38 of 149 SUCCESS (0 secs / 5.789 secs) [2022-09-19T15:45:09.193Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 39 of 149 SUCCESS (0 secs / 5.972 secs) [2022-09-19T15:45:09.193Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 40 of 149 SUCCESS (0 secs / 6.011 secs) [2022-09-19T15:45:09.193Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 41 of 149 SUCCESS (0 secs / 6.071 secs) [2022-09-19T15:45:09.466Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 42 of 149 SUCCESS (0 secs / 6.104 secs) [2022-09-19T15:45:09.466Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 43 of 149 SUCCESS (0 secs / 6.138 secs) [2022-09-19T15:45:09.466Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 44 of 149 SUCCESS (0 secs / 6.155 secs) [2022-09-19T15:45:09.466Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 45 of 149 SUCCESS (0 secs / 6.167 secs) [2022-09-19T15:45:09.736Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 46 of 149 SUCCESS (0 secs / 6.38 secs) [2022-09-19T15:45:09.736Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 47 of 149 SUCCESS (0 secs / 6.417 secs) [2022-09-19T15:45:10.012Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 48 of 149 SUCCESS (0 secs / 6.492 secs) [2022-09-19T15:45:10.012Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 49 of 149 SUCCESS (0 secs / 6.505 secs) [2022-09-19T15:45:10.012Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 50 of 149 SUCCESS (0 secs / 6.518 secs) [2022-09-19T15:45:10.012Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 51 of 149 SUCCESS (0 secs / 6.54 secs) [2022-09-19T15:45:10.012Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 52 of 149 SUCCESS (0 secs / 6.61 secs) [2022-09-19T15:45:10.286Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 53 of 149 SUCCESS (0 secs / 6.628 secs) [2022-09-19T15:45:10.286Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 54 of 149 SUCCESS (0 secs / 6.64 secs) [2022-09-19T15:45:10.286Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 55 of 149 SUCCESS (0 secs / 6.668 secs) [2022-09-19T15:45:10.286Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 56 of 149 SUCCESS (0 secs / 6.732 secs) [2022-09-19T15:45:10.286Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 57 of 149 SUCCESS (0 secs / 6.808 secs) [2022-09-19T15:45:10.557Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 58 of 149 SUCCESS (0 secs / 6.982 secs) [2022-09-19T15:45:10.830Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 59 of 149 SUCCESS (0 secs / 7.044 secs) [2022-09-19T15:45:10.830Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 60 of 149 SUCCESS (0 secs / 7.132 secs) [2022-09-19T15:45:10.830Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 61 of 149 SUCCESS (0 secs / 7.177 secs) [2022-09-19T15:45:11.102Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 62 of 149 SUCCESS (0 secs / 7.277 secs) [2022-09-19T15:45:11.102Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 63 of 149 SUCCESS (0 secs / 7.396 secs) [2022-09-19T15:45:11.376Z] WARN: ' [2022-09-19T15:45:11.376Z] It looks like you're using ngModel on the same form field as formControlName. [2022-09-19T15:45:11.376Z] Support for using the ngModel input property and ngModelChange event with [2022-09-19T15:45:11.376Z] reactive form directives has been deprecated in Angular v6 and will be removed [2022-09-19T15:45:11.376Z] in a future version of Angular. [2022-09-19T15:45:11.376Z] [2022-09-19T15:45:11.376Z] For more information on this, see our API docs here: [2022-09-19T15:45:11.376Z] https://angular.io/api/forms/FormControlName#use-with-ngmodel [2022-09-19T15:45:11.376Z] ' [2022-09-19T15:45:11.376Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 63 of 149 SUCCESS (0 secs / 7.396 secs) [2022-09-19T15:45:11.376Z] WARN: ' [2022-09-19T15:45:11.376Z] It looks like you're using ngModel on the same form field as formControlName. [2022-09-19T15:45:11.376Z] Support for using the ngModel input property and ngModelChange event with [2022-09-19T15:45:11.376Z] reactive form directives has been deprecated in Angular v6 and will be removed [2022-09-19T15:45:11.376Z] in a future version of Angular. [2022-09-19T15:45:11.376Z] [2022-09-19T15:45:11.376Z] For more information on this, see our API docs here: [2022-09-19T15:45:11.376Z] https://angular.io/api/forms/FormControlName#use-with-ngmodel [2022-09-19T15:45:11.376Z] ' [2022-09-19T15:45:11.376Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 64 of 149 SUCCESS (0 secs / 7.56 secs) [2022-09-19T15:45:11.376Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 65 of 149 SUCCESS (0 secs / 7.649 secs) [2022-09-19T15:45:11.647Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 66 of 149 SUCCESS (0 secs / 7.818 secs) [2022-09-19T15:45:11.923Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 67 of 149 SUCCESS (0 secs / 7.947 secs) [2022-09-19T15:45:11.923Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 68 of 149 SUCCESS (0 secs / 7.964 secs) [2022-09-19T15:45:11.923Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 69 of 149 SUCCESS (0 secs / 8.005 secs) [2022-09-19T15:45:12.194Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 70 of 149 SUCCESS (0 secs / 8.313 secs) [2022-09-19T15:45:12.464Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 71 of 149 SUCCESS (0 secs / 8.333 secs) [2022-09-19T15:45:12.464Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 72 of 149 SUCCESS (0 secs / 8.345 secs) [2022-09-19T15:45:12.464Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 73 of 149 SUCCESS (0 secs / 8.433 secs) [2022-09-19T15:45:12.735Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 74 of 149 SUCCESS (0 secs / 8.476 secs) [2022-09-19T15:45:12.735Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 75 of 149 SUCCESS (0 secs / 8.523 secs) [2022-09-19T15:45:12.735Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 76 of 149 SUCCESS (0 secs / 8.656 secs) [2022-09-19T15:45:13.009Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 77 of 149 SUCCESS (0 secs / 8.674 secs) [2022-09-19T15:45:13.009Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 78 of 149 SUCCESS (0 secs / 8.685 secs) [2022-09-19T15:45:13.009Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 79 of 149 SUCCESS (0 secs / 8.761 secs) [2022-09-19T15:45:13.009Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 80 of 149 SUCCESS (0 secs / 8.807 secs) [2022-09-19T15:45:13.286Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 81 of 149 SUCCESS (0 secs / 8.855 secs) [2022-09-19T15:45:13.286Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 82 of 149 SUCCESS (0 secs / 8.872 secs) [2022-09-19T15:45:13.286Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 83 of 149 SUCCESS (0 secs / 8.974 secs) [2022-09-19T15:45:13.560Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 84 of 149 SUCCESS (0 secs / 9.058 secs) [2022-09-19T15:45:13.560Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 85 of 149 SUCCESS (0 secs / 9.107 secs) [2022-09-19T15:45:13.831Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 86 of 149 SUCCESS (0 secs / 9.289 secs) [2022-09-19T15:45:13.831Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 87 of 149 SUCCESS (0 secs / 9.349 secs) [2022-09-19T15:45:13.831Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 88 of 149 SUCCESS (0 secs / 9.407 secs) [2022-09-19T15:45:14.104Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 89 of 149 SUCCESS (0 secs / 9.525 secs) [2022-09-19T15:45:14.697Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 90 of 149 SUCCESS (0 secs / 10.046 secs) [2022-09-19T15:45:14.697Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 91 of 149 SUCCESS (0 secs / 10.079 secs) [2022-09-19T15:45:14.973Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 92 of 149 SUCCESS (0 secs / 10.215 secs) [2022-09-19T15:45:14.973Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 93 of 149 SUCCESS (0 secs / 10.3 secs) [2022-09-19T15:45:15.247Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 94 of 149 SUCCESS (0 secs / 10.377 secs) [2022-09-19T15:45:15.523Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 95 of 149 SUCCESS (0 secs / 10.519 secs) [2022-09-19T15:45:15.523Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 96 of 149 SUCCESS (0 secs / 10.65 secs) [2022-09-19T15:45:15.795Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 97 of 149 SUCCESS (0 secs / 10.697 secs) [2022-09-19T15:45:15.795Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 98 of 149 SUCCESS (0 secs / 10.736 secs) [2022-09-19T15:45:15.795Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 99 of 149 SUCCESS (0 secs / 10.858 secs) [2022-09-19T15:45:16.066Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 100 of 149 SUCCESS (0 secs / 10.935 secs) [2022-09-19T15:45:16.066Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 101 of 149 SUCCESS (0 secs / 10.952 secs) [2022-09-19T15:45:16.066Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 102 of 149 SUCCESS (0 secs / 10.962 secs) [2022-09-19T15:45:16.066Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 103 of 149 SUCCESS (0 secs / 10.984 secs) [2022-09-19T15:45:16.338Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 104 of 149 SUCCESS (0 secs / 11.103 secs) [2022-09-19T15:45:16.338Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 105 of 149 SUCCESS (0 secs / 11.122 secs) [2022-09-19T15:45:16.338Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 106 of 149 SUCCESS (0 secs / 11.162 secs) [2022-09-19T15:45:16.338Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 107 of 149 SUCCESS (0 secs / 11.178 secs) [2022-09-19T15:45:16.338Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 108 of 149 SUCCESS (0 secs / 11.189 secs) [2022-09-19T15:45:16.611Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 109 of 149 SUCCESS (0 secs / 11.294 secs) [2022-09-19T15:45:16.611Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 110 of 149 SUCCESS (0 secs / 11.338 secs) [2022-09-19T15:45:16.611Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 111 of 149 SUCCESS (0 secs / 11.376 secs) [2022-09-19T15:45:16.883Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 112 of 149 SUCCESS (0 secs / 11.415 secs) [2022-09-19T15:45:16.883Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 113 of 149 SUCCESS (0 secs / 11.512 secs) [2022-09-19T15:45:16.883Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 114 of 149 SUCCESS (0 secs / 11.547 secs) [2022-09-19T15:45:16.883Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 115 of 149 SUCCESS (0 secs / 11.576 secs) [2022-09-19T15:45:17.156Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 116 of 149 SUCCESS (0 secs / 11.61 secs) [2022-09-19T15:45:17.156Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 117 of 149 SUCCESS (0 secs / 11.633 secs) [2022-09-19T15:45:17.156Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 118 of 149 SUCCESS (0 secs / 11.643 secs) [2022-09-19T15:45:17.428Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 119 of 149 SUCCESS (0 secs / 11.929 secs) [2022-09-19T15:45:17.428Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 120 of 149 SUCCESS (0 secs / 11.993 secs) [2022-09-19T15:45:17.701Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 121 of 149 SUCCESS (0 secs / 12.034 secs) [2022-09-19T15:45:17.978Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 122 of 149 SUCCESS (0 secs / 12.368 secs) [2022-09-19T15:45:18.249Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 123 of 149 SUCCESS (0 secs / 12.467 secs) [2022-09-19T15:45:18.249Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 124 of 149 SUCCESS (0 secs / 12.583 secs) [2022-09-19T15:45:18.249Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 125 of 149 SUCCESS (0 secs / 12.654 secs) [2022-09-19T15:45:18.521Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 126 of 149 SUCCESS (0 secs / 12.778 secs) [2022-09-19T15:45:18.521Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 127 of 149 SUCCESS (0 secs / 12.814 secs) [2022-09-19T15:45:18.792Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 128 of 149 SUCCESS (0 secs / 12.845 secs) [2022-09-19T15:45:18.792Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 129 of 149 SUCCESS (0 secs / 12.857 secs) [2022-09-19T15:45:18.792Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 130 of 149 SUCCESS (0 secs / 12.868 secs) [2022-09-19T15:45:18.792Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 131 of 149 SUCCESS (0 secs / 12.918 secs) [2022-09-19T15:45:19.064Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 132 of 149 SUCCESS (0 secs / 13.044 secs) [2022-09-19T15:45:19.064Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 133 of 149 SUCCESS (0 secs / 13.116 secs) [2022-09-19T15:45:19.064Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 134 of 149 SUCCESS (0 secs / 13.147 secs) [2022-09-19T15:45:19.337Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 135 of 149 SUCCESS (0 secs / 13.296 secs) [2022-09-19T15:45:19.337Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 136 of 149 SUCCESS (0 secs / 13.33 secs) [2022-09-19T15:45:19.611Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 137 of 149 SUCCESS (0 secs / 13.376 secs) [2022-09-19T15:45:19.612Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 138 of 149 SUCCESS (0 secs / 13.442 secs) [2022-09-19T15:45:19.887Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 139 of 149 SUCCESS (0 secs / 13.684 secs) [2022-09-19T15:45:19.887Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 140 of 149 SUCCESS (0 secs / 13.707 secs) [2022-09-19T15:45:20.166Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 141 of 149 SUCCESS (0 secs / 13.751 secs) [2022-09-19T15:45:20.166Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 142 of 149 SUCCESS (0 secs / 13.864 secs) [2022-09-19T15:45:20.446Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 143 of 149 SUCCESS (0 secs / 13.941 secs) [2022-09-19T15:45:20.446Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 144 of 149 SUCCESS (0 secs / 14.152 secs) [2022-09-19T15:45:20.719Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 145 of 149 SUCCESS (0 secs / 14.221 secs) [2022-09-19T15:45:20.719Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 146 of 149 SUCCESS (0 secs / 14.279 secs) [2022-09-19T15:45:20.991Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 147 of 149 SUCCESS (0 secs / 14.408 secs) [2022-09-19T15:45:21.264Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 148 of 149 SUCCESS (0 secs / 14.686 secs) [2022-09-19T15:45:21.539Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 149 of 149 SUCCESS (0 secs / 14.783 secs) [2022-09-19T15:45:22.516Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 149 of 149 SUCCESS (20.789 secs / 14.783 secs) [2022-09-19T15:45:22.516Z] TOTAL: 149 SUCCESS [2022-09-19T15:45:22.516Z] ✔ Browser application bundle generation complete. [2022-09-19T15:45:26.824Z] [2022-09-19T15:45:26.824Z] =============================== Coverage summary =============================== [2022-09-19T15:45:26.824Z] Statements : 40.98% ( 1467/3580 ) [2022-09-19T15:45:26.824Z] Branches : 12.03% ( 111/923 ) [2022-09-19T15:45:26.824Z] Functions : 33.28% ( 432/1298 ) [2022-09-19T15:45:26.824Z] Lines : 38.91% ( 1318/3387 ) [2022-09-19T15:45:26.824Z] ================================================================================ [2022-09-19T15:45:26.824Z] 19 09 2022 15:45:26.190:WARN [launcher]: ChromeHeadless was not killed in 2000 ms, sending SIGKILL. [2022-09-19T15:45:27.423Z] ✔ Browser application bundle generation complete. [2022-09-19T15:45:28.401Z] make[1]: Leaving directory '/w/workspace/edgex-ui-go/1/web' [Pipeline] echo [2022-09-19T15:45:28.437Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2022-09-19T15:45:28.465Z] $ docker stop --time=1 4a94cc012a06a4959ae72d9e4506c2fe15db3009591a0bc341611a1818c26be4 [2022-09-19T15:45:30.189Z] $ docker rm -f 4a94cc012a06a4959ae72d9e4506c2fe15db3009591a0bc341611a1818c26be4 [Pipeline] // withDockerContainer [Pipeline] sh [2022-09-19T15:45:31.073Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2022-09-19T15:45:33.724Z] Warning: overwriting stash ‘coverage-report’ [2022-09-19T15:45:39.687Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2022-09-19T15:45:40.269Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2022-09-19T15:45:43.214Z] + ls -al . [2022-09-19T15:45:43.214Z] total 164 [2022-09-19T15:45:43.214Z] drwxrwxr-x 13 jenkins jenkins 4096 Sep 19 15:35 . [2022-09-19T15:45:43.214Z] drwxrwxr-x 4 jenkins jenkins 4096 Sep 19 15:33 .. [2022-09-19T15:45:43.214Z] -rw-rw-r-- 1 jenkins jenkins 18 Sep 19 15:33 .dockerignore [2022-09-19T15:45:43.214Z] drwxrwxr-x 8 jenkins jenkins 4096 Sep 19 15:33 .git [2022-09-19T15:45:43.214Z] drwxrwxr-x 3 jenkins jenkins 4096 Sep 19 15:33 .github [2022-09-19T15:45:43.214Z] -rw-rw-r-- 1 jenkins jenkins 185 Sep 19 15:33 .gitignore [2022-09-19T15:45:43.214Z] -rw-rw-r-- 1 jenkins jenkins 4856 Sep 19 15:33 Attribution.txt [2022-09-19T15:45:43.214Z] -rw-rw-r-- 1 jenkins jenkins 14570 Sep 19 15:33 CHANGELOG.md [2022-09-19T15:45:43.214Z] -rw-rw-r-- 1 jenkins jenkins 3959 Sep 19 15:33 CONTRIBUTING.md [2022-09-19T15:45:43.214Z] -rw-rw-r-- 1 jenkins jenkins 1684 Sep 19 15:33 Dockerfile [2022-09-19T15:45:43.214Z] -rw-rw-r-- 1 jenkins jenkins 652 Sep 19 15:33 Jenkinsfile [2022-09-19T15:45:43.215Z] -rw-rw-r-- 1 jenkins jenkins 11357 Sep 19 15:33 LICENSE [2022-09-19T15:45:43.215Z] -rw-rw-r-- 1 jenkins jenkins 1541 Sep 19 15:33 Makefile [2022-09-19T15:45:43.215Z] -rw-rw-r-- 1 jenkins jenkins 4398 Sep 19 15:33 README.md [2022-09-19T15:45:43.215Z] -rw-rw-r-- 1 jenkins jenkins 5 Sep 19 15:31 VERSION [2022-09-19T15:45:43.215Z] drwxrwxr-x 3 jenkins jenkins 4096 Sep 19 15:33 assets [2022-09-19T15:45:43.215Z] drwxrwxr-x 2 jenkins jenkins 4096 Sep 19 15:33 bin [2022-09-19T15:45:43.215Z] drwxrwxr-x 3 jenkins jenkins 4096 Sep 19 15:33 cmd [2022-09-19T15:45:43.215Z] -rw-r--r-- 1 jenkins jenkins 10 Sep 19 15:35 coverage.out [2022-09-19T15:45:43.215Z] drwxrwxr-x 2 jenkins jenkins 4096 Sep 19 15:33 docs [2022-09-19T15:45:43.215Z] -rw-rw-r-- 1 jenkins jenkins 1945 Sep 19 15:33 go.mod [2022-09-19T15:45:43.215Z] -rw-rw-r-- 1 jenkins jenkins 25578 Sep 19 15:33 go.sum [2022-09-19T15:45:43.215Z] drwxrwxr-x 9 jenkins jenkins 4096 Sep 19 15:33 internal [2022-09-19T15:45:43.215Z] drwxrwxr-x 3 jenkins jenkins 4096 Sep 19 15:33 pkg [2022-09-19T15:45:43.215Z] drwxrwxr-x 4 jenkins jenkins 4096 Sep 19 15:33 snap [2022-09-19T15:45:43.215Z] drwxrwxr-x 4 jenkins jenkins 4096 Sep 19 15:33 testing [2022-09-19T15:45:43.215Z] -rw-rw-r-- 1 jenkins jenkins 155 Sep 19 15:33 version.go [2022-09-19T15:45:43.215Z] drwxrwxr-x 6 jenkins jenkins 4096 Sep 19 15:37 web [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-09-19T15:45:43.653Z] + docker build -t edgex-ui-arm64 -f Dockerfile --build-arg BASE=ci-base-image-arm64 --build-arg MAKE=make build --build-arg ARCH=arm64 --label git_sha=5f438056cf0d27be832a44d306540d9cec6ea88f --label arch=arm64 --label version=0.0.0 . [2022-09-19T15:45:45.194Z] Sending build context to Docker daemon 31.44MB [2022-09-19T15:45:45.194Z] Step 1/24 : ARG BASE=golang:1.18-alpine3.16 [2022-09-19T15:45:45.194Z] Step 2/24 : FROM ${BASE} AS builder [2022-09-19T15:45:45.194Z] ---> 842e05bf564f [2022-09-19T15:45:45.194Z] Step 3/24 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" [2022-09-19T15:45:45.789Z] ---> Running in b77f8b74e454 [2022-09-19T15:45:45.789Z] Removing intermediate container b77f8b74e454 [2022-09-19T15:45:45.789Z] ---> e5304400a5b6 [2022-09-19T15:45:45.789Z] Step 4/24 : ARG ALPINE_PKG_BASE="make git" [2022-09-19T15:45:46.063Z] ---> Running in 0f8ad8900d83 [2022-09-19T15:45:46.336Z] Removing intermediate container 0f8ad8900d83 [2022-09-19T15:45:46.336Z] ---> ce31b6745a2a [2022-09-19T15:45:46.336Z] Step 5/24 : ARG ALPINE_PKG_EXTRA="" [2022-09-19T15:45:46.336Z] ---> Running in 56394da44389 [2022-09-19T15:45:46.610Z] Removing intermediate container 56394da44389 [2022-09-19T15:45:46.610Z] ---> 9724aa91aca7 [2022-09-19T15:45:46.610Z] Step 6/24 : LABEL Name=edgex-ui-go [2022-09-19T15:45:46.610Z] ---> Running in e77514fd691b [2022-09-19T15:45:47.207Z] Removing intermediate container e77514fd691b [2022-09-19T15:45:47.207Z] ---> c07066d00340 [2022-09-19T15:45:47.207Z] Step 7/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2022: Intel' [2022-09-19T15:45:47.207Z] ---> Running in bf112f3cb40b [2022-09-19T15:45:47.480Z] Removing intermediate container bf112f3cb40b [2022-09-19T15:45:47.480Z] ---> 555a98fedd6b [2022-09-19T15:45:47.480Z] Step 8/24 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2022-09-19T15:45:49.462Z] ---> f8ee929acf17 [2022-09-19T15:45:49.462Z] Step 9/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-09-19T15:45:49.462Z] ---> Running in 0366bc50be25 [2022-09-19T15:45:51.440Z] Removing intermediate container 0366bc50be25 [2022-09-19T15:45:51.440Z] ---> 7aabf7feb9bb [2022-09-19T15:45:51.440Z] Step 10/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2022-09-19T15:45:51.440Z] ---> Running in 74a35dcbb347 [2022-09-19T15:45:52.419Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-09-19T15:45:53.013Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-09-19T15:45:53.994Z] OK: 221 MiB in 51 packages [2022-09-19T15:45:54.982Z] Removing intermediate container 74a35dcbb347 [2022-09-19T15:45:54.982Z] ---> ef0c1e431a86 [2022-09-19T15:45:54.982Z] Step 11/24 : ENV GO111MODULE=on [2022-09-19T15:45:54.982Z] ---> Running in 3210272241cc [2022-09-19T15:45:55.255Z] Removing intermediate container 3210272241cc [2022-09-19T15:45:55.256Z] ---> 34005feb9a7b [2022-09-19T15:45:55.256Z] Step 12/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go [2022-09-19T15:45:55.256Z] ---> Running in 9938fe6db907 [2022-09-19T15:45:55.531Z] Removing intermediate container 9938fe6db907 [2022-09-19T15:45:55.531Z] ---> cbb949b020d4 [2022-09-19T15:45:55.531Z] Step 13/24 : COPY go.mod vendor* ./ [2022-09-19T15:45:56.515Z] ---> 69863d93bc44 [2022-09-19T15:45:56.515Z] Step 14/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-09-19T15:45:56.515Z] ---> Running in 6e2fc562208a [2022-09-19T15:45:58.497Z] Removing intermediate container 6e2fc562208a [2022-09-19T15:45:58.497Z] ---> f13cbd85dddc [2022-09-19T15:45:58.497Z] Step 15/24 : COPY . . [2022-09-19T15:46:02.807Z] ---> 030dc602787f [2022-09-19T15:46:02.807Z] Step 16/24 : RUN ${MAKE} [2022-09-19T15:46:03.080Z] ---> Running in fdd79057b791 [2022-09-19T15:46:04.062Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-ui-go.Version=0.0.0" -o cmd/edgex-ui-server/edgex-ui-server ./cmd/edgex-ui-server [2022-09-19T15:46:43.128Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2022-09-19T15:46:48.543Z] Removing intermediate container fdd79057b791 [2022-09-19T15:46:48.543Z] ---> 8184fd997540 [2022-09-19T15:46:48.543Z] Step 17/24 : FROM alpine:3.14 [2022-09-19T15:46:48.543Z] 3.14: Pulling from library/alpine [2022-09-19T15:46:48.543Z] 90cda3b7c325: Pulling fs layer [2022-09-19T15:46:48.818Z] 90cda3b7c325: Verifying Checksum [2022-09-19T15:46:48.818Z] 90cda3b7c325: Download complete [2022-09-19T15:46:49.413Z] 90cda3b7c325: Pull complete [2022-09-19T15:46:49.413Z] Digest: sha256:1ab24b3b99320975cca71716a7475a65d263d0b6b604d9d14ce08f7a3f67595c [2022-09-19T15:46:49.413Z] Status: Downloaded newer image for alpine:3.14 [2022-09-19T15:46:49.413Z] ---> 376ba31ae3da [2022-09-19T15:46:49.413Z] Step 18/24 : EXPOSE 4000 [2022-09-19T15:46:49.413Z] ---> Running in b1dd7a69bb50 [2022-09-19T15:46:49.687Z] Removing intermediate container b1dd7a69bb50 [2022-09-19T15:46:49.687Z] ---> f3fb68547db2 [2022-09-19T15:46:49.687Z] Step 19/24 : COPY --from=builder /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [2022-09-19T15:46:51.120Z] ---> f95de92c3399 [2022-09-19T15:46:51.120Z] Step 20/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [2022-09-19T15:46:51.120Z] ---> Running in 3bdfa8013041 [2022-09-19T15:46:51.717Z] Removing intermediate container 3bdfa8013041 [2022-09-19T15:46:51.717Z] ---> d5f1f09206a4 [2022-09-19T15:46:51.717Z] Step 21/24 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] [2022-09-19T15:46:51.717Z] ---> Running in b3a97f230199 [2022-09-19T15:46:51.989Z] Removing intermediate container b3a97f230199 [2022-09-19T15:46:51.989Z] ---> 40360937f4f2 [2022-09-19T15:46:51.989Z] Step 22/24 : LABEL arch=arm64 [2022-09-19T15:46:51.989Z] ---> Running in dfbeaa71be72 [2022-09-19T15:46:52.266Z] Removing intermediate container dfbeaa71be72 [2022-09-19T15:46:52.266Z] ---> 747029419bd3 [2022-09-19T15:46:52.266Z] Step 23/24 : LABEL git_sha=5f438056cf0d27be832a44d306540d9cec6ea88f [2022-09-19T15:46:52.266Z] ---> Running in 349ced355def [2022-09-19T15:46:52.874Z] Removing intermediate container 349ced355def [2022-09-19T15:46:52.874Z] ---> 7646e4360a50 [2022-09-19T15:46:52.874Z] Step 24/24 : LABEL version=0.0.0 [2022-09-19T15:46:52.874Z] ---> Running in 932e47c48768 [2022-09-19T15:46:53.148Z] Removing intermediate container 932e47c48768 [2022-09-19T15:46:53.148Z] ---> e9b400e47aeb [2022-09-19T15:46:53.148Z] [Warning] One or more build-args [ARCH] were not consumed [2022-09-19T15:46:53.148Z] Successfully built e9b400e47aeb [2022-09-19T15:46:53.423Z] Successfully tagged edgex-ui-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-09-19T15:46:54.255Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-09-19T15:46:54.255Z] [2022-09-19T15:46:54.255Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-09-19T15:46:54.672Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-09-19T15:46:54.949Z] arm64: Pulling from edgex-lftools-log-publisher [2022-09-19T15:46:54.949Z] 8998bd30e6a1: Pulling fs layer [2022-09-19T15:46:54.949Z] 04944245beec: Pulling fs layer [2022-09-19T15:46:54.949Z] 699f458cf7ca: Pulling fs layer [2022-09-19T15:46:54.949Z] 765212b225bb: Pulling fs layer [2022-09-19T15:46:54.949Z] f23df028b6ca: Pulling fs layer [2022-09-19T15:46:54.949Z] d65c8cfc05b1: Pulling fs layer [2022-09-19T15:46:54.949Z] 2437ff75d9bd: Pulling fs layer [2022-09-19T15:46:54.949Z] 765212b225bb: Waiting [2022-09-19T15:46:54.949Z] f23df028b6ca: Waiting [2022-09-19T15:46:54.949Z] 2437ff75d9bd: Waiting [2022-09-19T15:46:54.949Z] d65c8cfc05b1: Waiting [2022-09-19T15:46:54.949Z] 04944245beec: Verifying Checksum [2022-09-19T15:46:54.949Z] 04944245beec: Download complete [2022-09-19T15:46:54.949Z] 765212b225bb: Download complete [2022-09-19T15:46:54.949Z] f23df028b6ca: Verifying Checksum [2022-09-19T15:46:54.949Z] f23df028b6ca: Download complete [2022-09-19T15:46:54.949Z] d65c8cfc05b1: Verifying Checksum [2022-09-19T15:46:54.949Z] d65c8cfc05b1: Download complete [2022-09-19T15:46:55.225Z] 699f458cf7ca: Verifying Checksum [2022-09-19T15:46:55.225Z] 699f458cf7ca: Download complete [2022-09-19T15:46:55.496Z] 8998bd30e6a1: Verifying Checksum [2022-09-19T15:46:55.496Z] 8998bd30e6a1: Download complete [2022-09-19T15:46:57.468Z] 2437ff75d9bd: Verifying Checksum [2022-09-19T15:46:57.468Z] 2437ff75d9bd: Download complete [2022-09-19T15:46:59.447Z] 8998bd30e6a1: Pull complete [2022-09-19T15:47:00.044Z] 04944245beec: Pull complete [2022-09-19T15:47:01.481Z] 699f458cf7ca: Pull complete [2022-09-19T15:47:01.757Z] 765212b225bb: Pull complete [2022-09-19T15:47:02.360Z] f23df028b6ca: Pull complete [2022-09-19T15:47:02.636Z] d65c8cfc05b1: Pull complete [2022-09-19T15:47:17.731Z] 2437ff75d9bd: Pull complete [2022-09-19T15:47:17.731Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2022-09-19T15:47:17.731Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-09-19T15:47:17.731Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-09-19T15:47:18.161Z] prd-ubuntu20.04-docker-arm64-4c-16g-29825 does not seem to be running inside a container [2022-09-19T15:47:18.248Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-ui-go/1 -v /w/workspace/edgex-ui-go/1:/w/workspace/edgex-ui-go/1:rw,z -v /w/workspace/edgex-ui-go/1@tmp:/w/workspace/edgex-ui-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat [2022-09-19T15:47:21.017Z] $ docker top 530bf0574eb9fe2b340cb5e1d9ab6d6479dcc90b5008d441bc9fba350bc6bc1a -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-09-19T15:47:22.003Z] ---> job-cost.sh [2022-09-19T15:47:22.003Z] lf-activate-venv: SKIPPING [2022-09-19T15:47:22.003Z] INFO: No Stack... [2022-09-19T15:47:22.598Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2022-09-19T15:47:23.615Z] INFO: Archiving Costs [Pipeline] sh [2022-09-19T15:47:24.337Z] + cat /w/workspace/edgex-ui-go/1/archives/cost.csv [2022-09-19T15:47:24.337Z] + cut -d, -f6 [Pipeline] lock [2022-09-19T15:47:24.428Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-ui-go-PR-553-1-stack-cost] [2022-09-19T15:47:24.433Z] Resource [jenkins-edgexfoundry-edgex-ui-go-PR-553-1-stack-cost] did not exist. Created. [2022-09-19T15:47:24.433Z] Lock acquired on [jenkins-edgexfoundry-edgex-ui-go-PR-553-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2022-09-19T15:47:25.239Z] /w/workspace/edgex-ui-go/1@tmp/durable-f49902e1/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh [2022-09-19T15:47:25.976Z] + echo total: 0.10999999940395355 [Pipeline] stash [2022-09-19T15:47:26.012Z] Warning: overwriting stash ‘stack-cost’ [2022-09-19T15:47:31.265Z] Stashed 1 file(s) [Pipeline] } [2022-09-19T15:47:31.285Z] Lock released on resource [jenkins-edgexfoundry-edgex-ui-go-PR-553-1-stack-cost] [Pipeline] // lock [Pipeline] } [2022-09-19T15:47:31.369Z] $ docker stop --time=1 530bf0574eb9fe2b340cb5e1d9ab6d6479dcc90b5008d441bc9fba350bc6bc1a [2022-09-19T15:47:33.059Z] $ docker rm -f 530bf0574eb9fe2b340cb5e1d9ab6d6479dcc90b5008d441bc9fba350bc6bc1a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] configFileProvider [2022-09-19T15:47:34.158Z] provisioning config files... [2022-09-19T15:47:34.168Z] copy managed file [edgex-ui-go-codecov-token] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-553@tmp/config1902645957034200735tmp [Pipeline] { [Pipeline] sh [2022-09-19T15:47:34.509Z] + set +x [2022-09-19T15:47:34.510Z] + curl+ -s https://codecov.io/bashbash [2022-09-19T15:47:34.510Z] -s -- [2022-09-19T15:47:34.510Z] [2022-09-19T15:47:34.510Z] _____ _ [2022-09-19T15:47:34.510Z] / ____| | | [2022-09-19T15:47:34.510Z] | | ___ __| | ___ ___ _____ __ [2022-09-19T15:47:34.510Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2022-09-19T15:47:34.510Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2022-09-19T15:47:34.510Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2022-09-19T15:47:34.510Z] Bash-1.0.6 [2022-09-19T15:47:34.510Z] [2022-09-19T15:47:34.510Z] [2022-09-19T15:47:34.510Z] ==> git version 2.25.1 found [2022-09-19T15:47:34.510Z] ==> 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 [2022-09-19T15:47:34.510Z] Release-Date: 2020-01-08 [2022-09-19T15:47:34.510Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp [2022-09-19T15:47:34.510Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2022-09-19T15:47:34.510Z] ==> Jenkins CI detected. [2022-09-19T15:47:34.510Z] current dir:  /w/workspace/edgexfoundry_edgex-ui-go_PR-553 [2022-09-19T15:47:34.510Z] project root: . [2022-09-19T15:47:34.510Z] --> token set from env [2022-09-19T15:47:34.510Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2022-09-19T15:47:34.510Z] ==> Running gcov in . (disable via -X gcov) [2022-09-19T15:47:34.771Z] ==> Python coveragepy not found [2022-09-19T15:47:34.771Z] ==> Searching for coverage reports in: [2022-09-19T15:47:34.771Z] + . [2022-09-19T15:47:34.771Z] -> Found 1 reports [2022-09-19T15:47:34.771Z] ==> Detecting git/mercurial file structure [2022-09-19T15:47:34.771Z] ==> Reading reports [2022-09-19T15:47:34.771Z] + ./coverage.out bytes=10 [2022-09-19T15:47:34.771Z] ==> Appending adjustments [2022-09-19T15:47:34.771Z] https://docs.codecov.io/docs/fixing-reports [2022-09-19T15:47:35.712Z] + Found adjustments [2022-09-19T15:47:35.712Z] ==> Gzipping contents [2022-09-19T15:47:35.712Z] 12K /tmp/codecov.Apgvjc.gz [2022-09-19T15:47:35.712Z] ==> Uploading reports [2022-09-19T15:47:35.712Z] url: https://codecov.io [2022-09-19T15:47:35.712Z] query: branch=PR-553&commit=5f438056cf0d27be832a44d306540d9cec6ea88f&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2FPR-553%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=553&job=&cmd_args= [2022-09-19T15:47:35.712Z] -> Pinging Codecov [2022-09-19T15:47:35.712Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=bafa3062-778c-4190-9a80-d8a5ae27d9ba&branch=PR-553&commit=5f438056cf0d27be832a44d306540d9cec6ea88f&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2FPR-553%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=553&job=&cmd_args= [2022-09-19T15:47:36.283Z] -> Uploading to [2022-09-19T15:47:36.283Z] https://storage.googleapis.com/codecov/v4/raw/2022-09-19/FB506323287CE973F263BFD2A0EB1F37/5f438056cf0d27be832a44d306540d9cec6ea88f/8bb57f1a-8b7e-4c80-a2c1-4a302e75671a.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20220919%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20220919T154736Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=3aeee01d71065b0eb925d195bfa0d344601ec30f69f3fb580636fa108763f107 [2022-09-19T15:47:36.283Z] % Total % Received % Xferd Average Speed Time Time Time Current [2022-09-19T15:47:36.283Z] Dload Upload Total Spent Left Speed [2022-09-19T15:47:36.544Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 9182 0 0 100 9182 0 34389 --:--:-- --:--:-- --:--:-- 34389 [2022-09-19T15:47:36.544Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/edgex-ui-go/commit/5f438056cf0d27be832a44d306540d9cec6ea88f [Pipeline] } [2022-09-19T15:47:36.569Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) Stage "Snyk Dependency Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh [2022-09-19T15:47:38.375Z] + [ -d /w/workspace/edgexfoundry_edgex-ui-go_PR-553/archives ] [2022-09-19T15:47:38.376Z] + ls -al /w/workspace/edgexfoundry_edgex-ui-go_PR-553/archives [2022-09-19T15:47:38.376Z] total 16 [2022-09-19T15:47:38.376Z] drwxr-xr-x 3 root root 4096 Sep 19 15:34 . [2022-09-19T15:47:38.376Z] drwxrwxr-x 15 jenkins jenkins 4096 Sep 19 15:34 .. [2022-09-19T15:47:38.376Z] drwxr-xr-x 2 root root 4096 Sep 19 15:34 cost [2022-09-19T15:47:38.376Z] -rw-r--r-- 1 root root 83 Sep 19 15:34 cost.csv [2022-09-19T15:47:38.376Z] + sudo chown -R jenkins:jenkins /w/workspace/edgexfoundry_edgex-ui-go_PR-553/archives [2022-09-19T15:47:38.376Z] + ls -al /w/workspace/edgexfoundry_edgex-ui-go_PR-553/archives [2022-09-19T15:47:38.376Z] total 16 [2022-09-19T15:47:38.376Z] drwxr-xr-x 3 jenkins jenkins 4096 Sep 19 15:34 . [2022-09-19T15:47:38.376Z] drwxrwxr-x 15 jenkins jenkins 4096 Sep 19 15:34 .. [2022-09-19T15:47:38.376Z] drwxr-xr-x 2 jenkins jenkins 4096 Sep 19 15:34 cost [2022-09-19T15:47:38.376Z] -rw-r--r-- 1 jenkins jenkins 83 Sep 19 15:34 cost.csv [Pipeline] libraryResource [Pipeline] sh [2022-09-19T15:47:38.710Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2022-09-19T15:47:39.608Z] ---> package-listing.sh [2022-09-19T15:47:39.608Z] ++ facter osfamily [2022-09-19T15:47:39.608Z] ++ tr '[:upper:]' '[:lower:]' [2022-09-19T15:47:39.868Z] + OS_FAMILY=debian [2022-09-19T15:47:39.868Z] + workspace=/w/workspace/edgexfoundry_edgex-ui-go_PR-553 [2022-09-19T15:47:39.868Z] + START_PACKAGES=/tmp/packages_start.txt [2022-09-19T15:47:39.868Z] + END_PACKAGES=/tmp/packages_end.txt [2022-09-19T15:47:39.868Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2022-09-19T15:47:39.868Z] + PACKAGES=/tmp/packages_start.txt [2022-09-19T15:47:39.868Z] + '[' /w/workspace/edgexfoundry_edgex-ui-go_PR-553 ']' [2022-09-19T15:47:39.868Z] + PACKAGES=/tmp/packages_end.txt [2022-09-19T15:47:39.868Z] + case "${OS_FAMILY}" in [2022-09-19T15:47:39.868Z] + dpkg -l [2022-09-19T15:47:39.868Z] + grep '^ii' [2022-09-19T15:47:39.868Z] + '[' -f /tmp/packages_start.txt ']' [2022-09-19T15:47:39.868Z] + '[' -f /tmp/packages_end.txt ']' [2022-09-19T15:47:39.868Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2022-09-19T15:47:39.868Z] + '[' /w/workspace/edgexfoundry_edgex-ui-go_PR-553 ']' [2022-09-19T15:47:39.868Z] + mkdir -p /w/workspace/edgexfoundry_edgex-ui-go_PR-553/archives/ [2022-09-19T15:47:39.868Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgexfoundry_edgex-ui-go_PR-553/archives/ [Pipeline] echo [2022-09-19T15:47:39.901Z] Launching container with: [--privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgexfoundry_edgex-ui-go_PR-553/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2022-09-19T15:47:40.193Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-09-19T15:47:40.822Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-09-19T15:47:40.822Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-09-19T15:47:40.982Z] prd-ubuntu20.04-docker-8c-8g-29824 does not seem to be running inside a container [2022-09-19T15:47:41.019Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgexfoundry_edgex-ui-go_PR-553/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgexfoundry_edgex-ui-go_PR-553 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-553:/w/workspace/edgexfoundry_edgex-ui-go_PR-553:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-553@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-553@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2022-09-19T15:47:41.686Z] $ docker top a3c1ed2e01e2418a93c5ab2abd6d046c4114100ee3c841b3b9043235acf3ea2e -eo pid,comm [Pipeline] { [Pipeline] sh [2022-09-19T15:47:42.090Z] + touch /tmp/pre-build-complete [Pipeline] sh [2022-09-19T15:47:42.401Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2022-09-19T15:47:42.715Z] + ls /var/log/sa-host [2022-09-19T15:47:42.715Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-09-19T15:47:42.920Z] provisioning config files... [2022-09-19T15:47:42.930Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-553@tmp/config5702023790126464703tmp [Pipeline] { [Pipeline] echo [2022-09-19T15:47:42.983Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2022-09-19T15:47:43.292Z] ---> create-netrc.sh [Pipeline] } [2022-09-19T15:47:43.320Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2022-09-19T15:47:43.724Z] ---> python-tools-install.sh [Pipeline] echo [2022-09-19T15:47:43.755Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2022-09-19T15:47:44.063Z] ---> sudo-logs.sh [2022-09-19T15:47:44.063Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2022-09-19T15:47:44.146Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2022-09-19T15:47:44.458Z] ---> job-cost.sh [2022-09-19T15:47:44.458Z] lf-activate-venv: SKIPPING [2022-09-19T15:47:44.458Z] DEBUG: total: 0.2199999988079071 [2022-09-19T15:47:44.458Z] INFO: Retrieving Stack Cost... [2022-09-19T15:47:45.028Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2022-09-19T15:47:45.600Z] INFO: Archiving Costs [Pipeline] echo [2022-09-19T15:47:45.634Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2022-09-19T15:47:45.948Z] ---> logs-deploy.sh [2022-09-19T15:47:45.948Z] lf-activate-venv: SKIPPING [2022-09-19T15:47:45.948Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-ui-go/PR-553/1 [2022-09-19T15:47:45.948Z] INFO: archiving workspace using pattern(s): [2022-09-19T15:47:46.885Z] Archives upload complete. [2022-09-19T15:47:47.145Z] INFO: archiving logs to Nexus [2022-09-19T15:47:47.715Z] ---> uname -a: [2022-09-19T15:47:47.715Z] Linux prd-ubuntu20-04-docker-8c-8g-29824 5.4.0-94-generic #106-Ubuntu SMP Thu Jan 6 23:58:14 UTC 2022 x86_64 GNU/Linux [2022-09-19T15:47:47.715Z] [2022-09-19T15:47:47.715Z] [2022-09-19T15:47:47.715Z] ---> lscpu: [2022-09-19T15:47:47.715Z] Architecture: x86_64 [2022-09-19T15:47:47.715Z] CPU op-mode(s): 32-bit, 64-bit [2022-09-19T15:47:47.716Z] Byte Order: Little Endian [2022-09-19T15:47:47.716Z] Address sizes: 40 bits physical, 48 bits virtual [2022-09-19T15:47:47.716Z] CPU(s): 8 [2022-09-19T15:47:47.716Z] On-line CPU(s) list: 0-7 [2022-09-19T15:47:47.716Z] Thread(s) per core: 1 [2022-09-19T15:47:47.716Z] Core(s) per socket: 1 [2022-09-19T15:47:47.716Z] Socket(s): 8 [2022-09-19T15:47:47.716Z] NUMA node(s): 1 [2022-09-19T15:47:47.716Z] Vendor ID: AuthenticAMD [2022-09-19T15:47:47.716Z] CPU family: 23 [2022-09-19T15:47:47.716Z] Model: 49 [2022-09-19T15:47:47.716Z] Model name: AMD EPYC-Rome Processor [2022-09-19T15:47:47.716Z] Stepping: 0 [2022-09-19T15:47:47.716Z] CPU MHz: 2799.998 [2022-09-19T15:47:47.716Z] BogoMIPS: 5599.99 [2022-09-19T15:47:47.716Z] Virtualization: AMD-V [2022-09-19T15:47:47.716Z] Hypervisor vendor: KVM [2022-09-19T15:47:47.716Z] Virtualization type: full [2022-09-19T15:47:47.716Z] L1d cache: 256 KiB [2022-09-19T15:47:47.716Z] L1i cache: 256 KiB [2022-09-19T15:47:47.716Z] L2 cache: 4 MiB [2022-09-19T15:47:47.716Z] L3 cache: 128 MiB [2022-09-19T15:47:47.716Z] NUMA node0 CPU(s): 0-7 [2022-09-19T15:47:47.716Z] Vulnerability Itlb multihit: Not affected [2022-09-19T15:47:47.716Z] Vulnerability L1tf: Not affected [2022-09-19T15:47:47.716Z] Vulnerability Mds: Not affected [2022-09-19T15:47:47.716Z] Vulnerability Meltdown: Not affected [2022-09-19T15:47:47.716Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2022-09-19T15:47:47.716Z] Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization [2022-09-19T15:47:47.716Z] Vulnerability Spectre v2: Mitigation; Full AMD retpoline, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling [2022-09-19T15:47:47.716Z] Vulnerability Srbds: Not affected [2022-09-19T15:47:47.716Z] Vulnerability Tsx async abort: Not affected [2022-09-19T15:47:47.716Z] 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 [2022-09-19T15:47:47.716Z] [2022-09-19T15:47:47.716Z] [2022-09-19T15:47:47.716Z] ---> nproc: [2022-09-19T15:47:47.716Z] 8 [2022-09-19T15:47:47.716Z] [2022-09-19T15:47:47.716Z] [2022-09-19T15:47:47.716Z] ---> df -h: [2022-09-19T15:47:47.716Z] Filesystem Size Used Avail Use% Mounted on [2022-09-19T15:47:47.716Z] overlay 155G 12G 144G 8% / [2022-09-19T15:47:47.716Z] tmpfs 64M 0 64M 0% /dev [2022-09-19T15:47:47.716Z] tmpfs 16G 0 16G 0% /sys/fs/cgroup [2022-09-19T15:47:47.716Z] shm 64M 0 64M 0% /dev/shm [2022-09-19T15:47:47.716Z] /dev/vda1 155G 12G 144G 8% /facter-os [2022-09-19T15:47:47.716Z] [2022-09-19T15:47:47.716Z] [2022-09-19T15:47:47.716Z] ---> sar -b -r -n DEV: [2022-09-19T15:47:47.716Z] Linux 5.4.0-94-generic (prd-ubuntu20-04-docker-8c-8g-29824) 09/19/22 _x86_64_ (8 CPU) [2022-09-19T15:47:47.716Z] [2022-09-19T15:47:47.716Z] 15:29:59 LINUX RESTART (8 CPU) [2022-09-19T15:47:47.716Z] [2022-09-19T15:47:47.716Z] 15:30:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2022-09-19T15:47:47.716Z] 15:31:01 338.40 82.92 255.48 0.00 10785.20 209715.96 0.00 [2022-09-19T15:47:47.716Z] 15:32:01 162.16 1.42 160.74 0.00 37.46 54700.35 0.00 [2022-09-19T15:47:47.716Z] 15:33:01 355.59 0.30 355.29 0.00 2.53 63946.56 0.00 [2022-09-19T15:47:47.716Z] 15:34:01 146.95 0.08 146.87 0.00 7.46 19164.95 0.00 [2022-09-19T15:47:47.716Z] 15:35:01 94.85 0.05 94.80 0.00 8.67 19147.21 0.00 [2022-09-19T15:47:47.716Z] 15:36:01 1.30 0.00 1.30 0.00 0.00 15.46 0.00 [2022-09-19T15:47:47.716Z] 15:37:01 1.60 0.00 1.60 0.00 0.00 18.13 0.00 [2022-09-19T15:47:47.716Z] 15:38:01 0.87 0.00 0.87 0.00 0.00 10.80 0.00 [2022-09-19T15:47:47.716Z] 15:39:01 1.15 0.00 1.15 0.00 0.00 13.20 0.00 [2022-09-19T15:47:47.716Z] 15:40:01 0.95 0.00 0.95 0.00 0.00 11.86 0.00 [2022-09-19T15:47:47.716Z] 15:41:01 1.33 0.00 1.33 0.00 0.00 20.26 0.00 [2022-09-19T15:47:47.716Z] 15:42:01 0.92 0.00 0.92 0.00 0.00 10.40 0.00 [2022-09-19T15:47:47.716Z] 15:43:01 1.13 0.00 1.13 0.00 0.00 13.86 0.00 [2022-09-19T15:47:47.716Z] 15:44:01 0.83 0.00 0.83 0.00 0.00 9.60 0.00 [2022-09-19T15:47:47.716Z] 15:45:01 1.27 0.00 1.27 0.00 0.00 15.73 0.00 [2022-09-19T15:47:47.716Z] 15:46:01 1.33 0.02 1.32 0.00 0.13 15.86 0.00 [2022-09-19T15:47:47.716Z] 15:47:01 1.25 0.00 1.25 0.00 0.00 14.66 0.00 [2022-09-19T15:47:47.716Z] Average: 65.41 4.99 60.42 0.00 637.80 21580.08 0.00 [2022-09-19T15:47:47.716Z] [2022-09-19T15:47:47.716Z] 15:30:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2022-09-19T15:47:47.716Z] 15:31:01 29631728 31827044 501868 1.53 105292 2383280 1962600 5.78 1065968 1853612 972 [2022-09-19T15:47:47.716Z] 15:32:01 28168824 31734312 557056 1.69 142068 3633360 2168072 6.39 1271892 2987276 171536 [2022-09-19T15:47:47.716Z] 15:33:01 26737232 31475264 808216 2.46 217760 4579004 2225208 6.56 1685056 3840264 596 [2022-09-19T15:47:47.716Z] 15:34:01 26829428 31746704 541676 1.65 220608 4752156 2043816 6.02 1628076 3813676 240 [2022-09-19T15:47:47.716Z] 15:35:01 26353368 31750856 535952 1.63 232572 5173576 1877700 5.53 1665840 4204392 16 [2022-09-19T15:47:47.716Z] 15:36:01 26354140 31751528 535132 1.63 232604 5173588 1877700 5.53 1665656 4204400 176 [2022-09-19T15:47:47.716Z] 15:37:01 26356244 31753628 533016 1.62 232644 5173588 1877700 5.53 1663504 4204400 12 [2022-09-19T15:47:47.716Z] 15:38:01 26356196 31753588 532996 1.62 232652 5173592 1877700 5.53 1663512 4204404 12 [2022-09-19T15:47:47.716Z] 15:39:01 26364560 31762084 524496 1.60 232664 5173720 1877700 5.53 1655104 4204532 20 [2022-09-19T15:47:47.716Z] 15:40:01 26364220 31761748 524768 1.60 232672 5173720 1877700 5.53 1655140 4204536 36 [2022-09-19T15:47:47.716Z] 15:41:01 26364588 31762188 524268 1.59 232688 5173704 1877700 5.53 1655808 4204516 48 [2022-09-19T15:47:47.716Z] 15:42:01 26363344 31760948 525460 1.60 232696 5173704 1877700 5.53 1657648 4204516 8 [2022-09-19T15:47:47.716Z] 15:43:01 26363764 31761392 525176 1.60 232704 5173712 1877700 5.53 1657356 4204528 12 [2022-09-19T15:47:47.716Z] 15:44:01 26363748 31761388 525164 1.60 232704 5173712 1877700 5.53 1657400 4204540 16 [2022-09-19T15:47:47.716Z] 15:45:01 26363856 31761504 524872 1.60 232732 5173716 1877700 5.53 1657912 4204544 208 [2022-09-19T15:47:47.716Z] 15:46:01 26361796 31759640 526580 1.60 232756 5173720 1889912 5.57 1658004 4204544 32 [2022-09-19T15:47:47.716Z] 15:47:01 26361732 31759596 526540 1.60 232784 5173720 1889912 5.57 1657860 4204544 172 [2022-09-19T15:47:47.716Z] Average: 26709339 31743730 545484 1.66 218271 4859151 1931425 5.69 1601279 3950190 10242 [2022-09-19T15:47:47.716Z] [2022-09-19T15:47:47.716Z] 15:30:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2022-09-19T15:47:47.716Z] 15:31:01 docker0 34.54 31.34 2.71 270.27 0.00 0.00 0.00 0.00 [2022-09-19T15:47:47.716Z] 15:31:01 vethd1ee239 34.54 31.44 3.18 270.27 0.00 0.00 0.00 0.02 [2022-09-19T15:47:47.716Z] 15:31:01 lo 5.73 5.73 0.54 0.54 0.00 0.00 0.00 0.00 [2022-09-19T15:47:47.716Z] 15:31:01 ens3 799.55 546.82 5353.42 104.78 0.00 0.00 0.00 0.00 [2022-09-19T15:47:47.716Z] 15:32:01 docker0 79.59 94.92 6.16 596.73 0.00 0.00 0.00 0.00 [2022-09-19T15:47:47.716Z] 15:32:01 vethf33205b 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 [2022-09-19T15:47:47.716Z] 15:32:01 lo 4.73 4.73 0.47 0.47 0.00 0.00 0.00 0.00 [2022-09-19T15:47:47.716Z] 15:32:01 ens3 395.57 307.48 6045.72 99.85 0.00 0.00 0.00 0.00 [2022-09-19T15:47:47.716Z] 15:33:01 docker0 155.51 321.78 20.67 3938.08 0.00 0.00 0.00 0.00 [2022-09-19T15:47:47.716Z] 15:33:01 vethf33205b 0.00 0.10 0.00 0.01 0.00 0.00 0.00 0.00 [2022-09-19T15:47:47.716Z] 15:33:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2022-09-19T15:47:47.716Z] 15:33:01 ens3 396.22 242.11 3979.99 97.67 0.00 0.00 0.00 0.00 [2022-09-19T15:47:47.716Z] 15:33:01 vethebb2ccc 0.00 0.10 0.00 0.01 0.00 0.00 0.00 0.00 [2022-09-19T15:47:47.716Z] 15:34:01 docker0 7.35 9.15 0.43 40.80 0.00 0.00 0.00 0.00 [2022-09-19T15:47:47.716Z] 15:34:01 lo 1.00 1.00 0.10 0.10 0.00 0.00 0.00 0.00 [2022-09-19T15:47:47.716Z] 15:34:01 ens3 71.64 55.10 124.53 50.04 0.00 0.00 0.00 0.00 [2022-09-19T15:47:47.716Z] 15:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-09-19T15:47:47.716Z] 15:35:01 lo 1.13 1.13 0.10 0.10 0.00 0.00 0.00 0.00 [2022-09-19T15:47:47.716Z] 15:35:01 ens3 116.80 90.22 2524.07 45.04 0.00 0.00 0.00 0.00 [2022-09-19T15:47:47.716Z] 15:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-09-19T15:47:47.716Z] 15:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-09-19T15:47:47.716Z] 15:36:01 ens3 0.18 0.17 0.08 0.07 0.00 0.00 0.00 0.00 [2022-09-19T15:47:47.716Z] 15:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-09-19T15:47:47.716Z] 15:37:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2022-09-19T15:47:47.716Z] 15:37:01 ens3 0.07 0.07 0.01 0.01 0.00 0.00 0.00 0.00 [2022-09-19T15:47:47.716Z] 15:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-09-19T15:47:47.716Z] 15:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-09-19T15:47:47.716Z] 15:38:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-09-19T15:47:47.716Z] 15:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-09-19T15:47:47.716Z] 15:39:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2022-09-19T15:47:47.716Z] 15:39:01 ens3 0.13 0.12 0.01 0.01 0.00 0.00 0.00 0.00 [2022-09-19T15:47:47.716Z] 15:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-09-19T15:47:47.716Z] 15:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-09-19T15:47:47.716Z] 15:40:01 ens3 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2022-09-19T15:47:47.716Z] 15:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-09-19T15:47:47.716Z] 15:41:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2022-09-19T15:47:47.716Z] 15:41:01 ens3 0.22 0.23 0.08 0.08 0.00 0.00 0.00 0.00 [2022-09-19T15:47:47.716Z] 15:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-09-19T15:47:47.716Z] 15:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-09-19T15:47:47.716Z] 15:42:01 ens3 0.37 0.37 1.50 0.02 0.00 0.00 0.00 0.00 [2022-09-19T15:47:47.716Z] 15:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-09-19T15:47:47.716Z] 15:43:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2022-09-19T15:47:47.716Z] 15:43:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2022-09-19T15:47:47.716Z] 15:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-09-19T15:47:47.716Z] 15:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-09-19T15:47:47.716Z] 15:44:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-09-19T15:47:47.716Z] 15:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-09-19T15:47:47.716Z] 15:45:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2022-09-19T15:47:47.716Z] 15:45:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2022-09-19T15:47:47.716Z] 15:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-09-19T15:47:47.717Z] 15:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-09-19T15:47:47.717Z] 15:46:01 ens3 0.18 0.18 0.08 0.07 0.00 0.00 0.00 0.00 [2022-09-19T15:47:47.717Z] 15:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-09-19T15:47:47.717Z] 15:47:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2022-09-19T15:47:47.717Z] 15:47:01 ens3 0.13 0.13 0.01 0.01 0.00 0.00 0.00 0.00 [2022-09-19T15:47:47.717Z] Average: docker0 16.29 26.89 1.76 285.04 0.00 0.00 0.00 0.00 [2022-09-19T15:47:47.717Z] Average: lo 0.82 0.82 0.08 0.08 0.00 0.00 0.00 0.00 [2022-09-19T15:47:47.717Z] Average: ens3 104.78 73.13 1060.55 23.39 0.00 0.00 0.00 0.00 [2022-09-19T15:47:47.717Z] [2022-09-19T15:47:47.717Z] [2022-09-19T15:47:47.717Z] ---> sar -P ALL: [2022-09-19T15:47:47.717Z] Linux 5.4.0-94-generic (prd-ubuntu20-04-docker-8c-8g-29824) 09/19/22 _x86_64_ (8 CPU) [2022-09-19T15:47:47.717Z] [2022-09-19T15:47:47.717Z] 15:29:59 LINUX RESTART (8 CPU) [2022-09-19T15:47:47.717Z] [2022-09-19T15:47:47.717Z] 15:30:01 CPU %user %nice %system %iowait %steal %idle [2022-09-19T15:47:47.717Z] 15:31:01 all 9.14 0.00 3.68 3.15 0.06 83.97 [2022-09-19T15:47:47.717Z] 15:31:01 0 8.23 0.00 2.88 0.77 0.05 88.07 [2022-09-19T15:47:47.717Z] 15:31:01 1 9.30 0.00 4.34 5.01 0.07 81.28 [2022-09-19T15:47:47.717Z] 15:31:01 2 8.46 0.00 3.08 0.82 0.05 87.59 [2022-09-19T15:47:47.717Z] 15:31:01 3 9.73 0.00 3.88 3.15 0.07 83.17 [2022-09-19T15:47:47.717Z] 15:31:01 4 11.83 0.00 3.99 12.94 0.05 71.19 [2022-09-19T15:47:47.717Z] 15:31:01 5 9.20 0.00 3.24 0.96 0.05 86.55 [2022-09-19T15:47:47.717Z] 15:31:01 6 7.50 0.00 5.08 0.79 0.07 86.56 [2022-09-19T15:47:47.717Z] 15:31:01 7 8.89 0.00 2.92 0.76 0.08 87.34 [2022-09-19T15:47:47.717Z] 15:32:01 all 15.65 0.00 5.07 2.60 0.07 76.60 [2022-09-19T15:47:47.717Z] 15:32:01 0 15.66 0.00 4.89 0.10 0.07 79.28 [2022-09-19T15:47:47.717Z] 15:32:01 1 16.52 0.00 5.04 2.72 0.07 75.65 [2022-09-19T15:47:47.717Z] 15:32:01 2 15.18 0.00 5.62 0.12 0.07 79.01 [2022-09-19T15:47:47.717Z] 15:32:01 3 14.52 0.00 5.26 1.24 0.07 78.91 [2022-09-19T15:47:47.717Z] 15:32:01 4 14.18 0.00 4.47 9.45 0.08 71.81 [2022-09-19T15:47:47.717Z] 15:32:01 5 16.69 0.00 4.43 1.59 0.08 77.20 [2022-09-19T15:47:47.717Z] 15:32:01 6 17.14 0.00 4.97 0.44 0.07 77.38 [2022-09-19T15:47:47.717Z] 15:32:01 7 15.27 0.00 5.90 5.20 0.09 73.54 [2022-09-19T15:47:47.717Z] 15:33:01 all 10.83 0.00 4.08 3.93 0.07 81.10 [2022-09-19T15:47:47.717Z] 15:33:01 0 5.45 0.00 3.77 6.92 0.10 83.76 [2022-09-19T15:47:47.717Z] 15:33:01 1 14.70 0.00 4.24 2.18 0.07 78.82 [2022-09-19T15:47:47.717Z] 15:33:01 2 8.48 0.00 3.36 3.64 0.05 84.46 [2022-09-19T15:47:47.717Z] 15:33:01 3 6.35 0.00 6.95 6.66 0.07 79.98 [2022-09-19T15:47:47.717Z] 15:33:01 4 29.55 0.00 4.24 0.27 0.05 65.90 [2022-09-19T15:47:47.717Z] 15:33:01 5 10.81 0.00 3.67 2.34 0.07 83.11 [2022-09-19T15:47:47.717Z] 15:33:01 6 6.21 0.00 2.25 2.88 0.05 88.61 [2022-09-19T15:47:47.717Z] 15:33:01 7 4.77 0.00 4.18 6.65 0.14 84.26 [2022-09-19T15:47:47.717Z] 15:34:01 all 22.73 0.00 5.10 1.39 0.07 70.71 [2022-09-19T15:47:47.717Z] 15:34:01 0 23.23 0.00 5.33 0.25 0.07 71.12 [2022-09-19T15:47:47.717Z] 15:34:01 1 36.29 0.00 5.62 1.93 0.07 56.10 [2022-09-19T15:47:47.717Z] 15:34:01 2 22.29 0.00 4.82 0.45 0.08 72.35 [2022-09-19T15:47:47.717Z] 15:34:01 3 25.44 0.00 5.39 0.32 0.07 68.78 [2022-09-19T15:47:47.717Z] 15:34:01 4 19.01 0.00 4.11 3.03 0.07 73.78 [2022-09-19T15:47:47.717Z] 15:34:01 5 16.00 0.00 3.81 1.04 0.05 79.10 [2022-09-19T15:47:47.717Z] 15:34:01 6 24.24 0.00 6.53 3.25 0.08 65.89 [2022-09-19T15:47:47.717Z] 15:34:01 7 15.31 0.00 5.19 0.86 0.07 78.58 [2022-09-19T15:47:47.717Z] 15:35:01 all 3.24 0.00 1.35 0.75 0.02 94.65 [2022-09-19T15:47:47.717Z] 15:35:01 0 3.62 0.00 1.71 3.78 0.02 90.87 [2022-09-19T15:47:47.717Z] 15:35:01 1 3.07 0.00 1.20 0.02 0.02 95.69 [2022-09-19T15:47:47.717Z] 15:35:01 2 3.62 0.00 1.42 0.05 0.02 94.90 [2022-09-19T15:47:47.717Z] 15:35:01 3 3.22 0.00 1.16 0.03 0.02 95.58 [2022-09-19T15:47:47.717Z] 15:35:01 4 2.98 0.00 1.24 0.00 0.02 95.76 [2022-09-19T15:47:47.717Z] 15:35:01 5 2.98 0.00 1.13 1.50 0.03 94.37 [2022-09-19T15:47:47.717Z] 15:35:01 6 3.30 0.00 1.22 0.00 0.02 95.46 [2022-09-19T15:47:47.717Z] 15:35:01 7 3.12 0.00 1.71 0.62 0.02 94.53 [2022-09-19T15:47:47.717Z] 15:36:01 all 0.01 0.00 0.01 0.01 0.01 99.97 [2022-09-19T15:47:47.717Z] 15:36:01 0 0.00 0.00 0.02 0.02 0.00 99.97 [2022-09-19T15:47:47.717Z] 15:36:01 1 0.02 0.00 0.02 0.00 0.02 99.95 [2022-09-19T15:47:47.717Z] 15:36:01 2 0.03 0.00 0.00 0.00 0.00 99.97 [2022-09-19T15:47:47.717Z] 15:36:01 3 0.00 0.00 0.00 0.00 0.02 99.98 [2022-09-19T15:47:47.717Z] 15:36:01 4 0.02 0.00 0.02 0.00 0.02 99.95 [2022-09-19T15:47:47.717Z] 15:36:01 5 0.03 0.00 0.00 0.00 0.00 99.97 [2022-09-19T15:47:47.717Z] 15:36:01 6 0.02 0.00 0.00 0.00 0.00 99.98 [2022-09-19T15:47:47.717Z] 15:36:01 7 0.00 0.00 0.00 0.03 0.00 99.97 [2022-09-19T15:47:47.717Z] 15:37:01 all 0.04 0.00 0.01 0.01 0.01 99.94 [2022-09-19T15:47:47.717Z] 15:37:01 0 0.03 0.00 0.02 0.02 0.02 99.92 [2022-09-19T15:47:47.717Z] 15:37:01 1 0.05 0.00 0.03 0.00 0.00 99.92 [2022-09-19T15:47:47.717Z] 15:37:01 2 0.03 0.00 0.02 0.00 0.00 99.95 [2022-09-19T15:47:47.717Z] 15:37:01 3 0.02 0.00 0.02 0.00 0.00 99.97 [2022-09-19T15:47:47.717Z] 15:37:01 4 0.05 0.00 0.02 0.00 0.02 99.92 [2022-09-19T15:47:47.717Z] 15:37:01 5 0.07 0.00 0.02 0.00 0.02 99.90 [2022-09-19T15:47:47.717Z] 15:37:01 6 0.03 0.00 0.00 0.00 0.00 99.97 [2022-09-19T15:47:47.717Z] 15:37:01 7 0.02 0.00 0.00 0.03 0.00 99.95 [2022-09-19T15:47:47.717Z] 15:38:01 all 0.01 0.00 0.01 0.00 0.00 99.97 [2022-09-19T15:47:47.717Z] 15:38:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2022-09-19T15:47:47.717Z] 15:38:01 1 0.02 0.00 0.02 0.00 0.00 99.97 [2022-09-19T15:47:47.717Z] 15:38:01 2 0.02 0.00 0.02 0.00 0.00 99.97 [2022-09-19T15:47:47.717Z] 15:38:01 3 0.00 0.00 0.00 0.00 0.00 100.00 [2022-09-19T15:47:47.717Z] 15:38:01 4 0.03 0.00 0.03 0.00 0.02 99.92 [2022-09-19T15:47:47.717Z] 15:38:01 5 0.02 0.00 0.02 0.00 0.00 99.97 [2022-09-19T15:47:47.717Z] 15:38:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2022-09-19T15:47:47.717Z] 15:38:01 7 0.00 0.00 0.00 0.00 0.00 100.00 [2022-09-19T15:47:47.717Z] 15:39:01 all 0.03 0.00 0.02 0.01 0.01 99.94 [2022-09-19T15:47:47.717Z] 15:39:01 0 0.02 0.00 0.02 0.07 0.00 99.90 [2022-09-19T15:47:47.717Z] 15:39:01 1 0.05 0.00 0.00 0.00 0.02 99.93 [2022-09-19T15:47:47.717Z] 15:39:01 2 0.02 0.00 0.03 0.00 0.00 99.95 [2022-09-19T15:47:47.717Z] 15:39:01 3 0.02 0.00 0.02 0.00 0.00 99.97 [2022-09-19T15:47:47.717Z] 15:39:01 4 0.05 0.00 0.02 0.00 0.00 99.93 [2022-09-19T15:47:47.717Z] 15:39:01 5 0.02 0.00 0.00 0.00 0.02 99.97 [2022-09-19T15:47:47.717Z] 15:39:01 6 0.02 0.00 0.07 0.00 0.02 99.90 [2022-09-19T15:47:47.717Z] 15:39:01 7 0.02 0.00 0.00 0.03 0.00 99.95 [2022-09-19T15:47:47.717Z] 15:40:01 all 0.20 0.00 0.00 0.01 0.00 99.79 [2022-09-19T15:47:47.717Z] 15:40:01 0 0.02 0.00 0.00 0.02 0.00 99.97 [2022-09-19T15:47:47.717Z] 15:40:01 1 0.03 0.00 0.03 0.00 0.00 99.93 [2022-09-19T15:47:47.717Z] 15:40:01 2 0.02 0.00 0.00 0.00 0.00 99.98 [2022-09-19T15:47:47.717Z] 15:40:01 3 0.00 0.00 0.00 0.00 0.00 100.00 [2022-09-19T15:47:47.717Z] 15:40:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2022-09-19T15:47:47.717Z] 15:40:01 5 1.50 0.00 0.00 0.00 0.00 98.50 [2022-09-19T15:47:47.717Z] 15:40:01 6 0.02 0.00 0.00 0.02 0.00 99.97 [2022-09-19T15:47:47.717Z] 15:40:01 7 0.00 0.00 0.00 0.03 0.02 99.95 [2022-09-19T15:47:47.717Z] 15:41:01 all 0.16 0.00 0.01 0.00 0.00 99.82 [2022-09-19T15:47:47.717Z] 15:41:01 0 0.03 0.00 0.02 0.02 0.00 99.93 [2022-09-19T15:47:47.717Z] 15:41:01 1 0.08 0.00 0.03 0.00 0.02 99.87 [2022-09-19T15:47:47.717Z] 15:41:01 2 0.02 0.00 0.00 0.00 0.00 99.98 [2022-09-19T15:47:47.717Z] 15:41:01 3 0.00 0.00 0.02 0.00 0.00 99.98 [2022-09-19T15:47:47.717Z] 15:41:01 4 0.00 0.00 0.03 0.00 0.00 99.97 [2022-09-19T15:47:47.717Z] 15:41:01 5 1.14 0.00 0.00 0.00 0.00 98.86 [2022-09-19T15:47:47.717Z] 15:41:01 6 0.02 0.00 0.00 0.00 0.00 99.98 [2022-09-19T15:47:47.717Z] 15:41:01 7 0.00 0.00 0.02 0.02 0.00 99.97 [2022-09-19T15:47:47.717Z] [2022-09-19T15:47:47.717Z] 15:41:01 CPU %user %nice %system %iowait %steal %idle [2022-09-19T15:47:47.717Z] 15:42:01 all 0.01 0.00 0.01 0.01 0.00 99.97 [2022-09-19T15:47:47.717Z] 15:42:01 0 0.02 0.00 0.00 0.02 0.00 99.97 [2022-09-19T15:47:47.717Z] 15:42:01 1 0.05 0.00 0.03 0.00 0.02 99.90 [2022-09-19T15:47:47.717Z] 15:42:01 2 0.00 0.00 0.02 0.00 0.00 99.98 [2022-09-19T15:47:47.717Z] 15:42:01 3 0.00 0.00 0.00 0.00 0.00 100.00 [2022-09-19T15:47:47.717Z] 15:42:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2022-09-19T15:47:47.717Z] 15:42:01 5 0.00 0.00 0.00 0.00 0.02 99.98 [2022-09-19T15:47:47.717Z] 15:42:01 6 0.00 0.00 0.02 0.00 0.00 99.98 [2022-09-19T15:47:47.717Z] 15:42:01 7 0.02 0.00 0.02 0.03 0.00 99.93 [2022-09-19T15:47:47.717Z] 15:43:01 all 0.03 0.00 0.01 0.00 0.00 99.95 [2022-09-19T15:47:47.717Z] 15:43:01 0 0.03 0.00 0.02 0.00 0.02 99.93 [2022-09-19T15:47:47.717Z] 15:43:01 1 0.05 0.00 0.02 0.00 0.02 99.92 [2022-09-19T15:47:47.717Z] 15:43:01 2 0.02 0.00 0.00 0.00 0.00 99.98 [2022-09-19T15:47:47.717Z] 15:43:01 3 0.02 0.00 0.00 0.00 0.00 99.98 [2022-09-19T15:47:47.717Z] 15:43:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2022-09-19T15:47:47.717Z] 15:43:01 5 0.13 0.00 0.07 0.00 0.00 99.80 [2022-09-19T15:47:47.717Z] 15:43:01 6 0.02 0.00 0.00 0.00 0.00 99.98 [2022-09-19T15:47:47.717Z] 15:43:01 7 0.00 0.00 0.00 0.03 0.00 99.97 [2022-09-19T15:47:47.717Z] 15:44:01 all 0.01 0.00 0.01 0.00 0.01 99.98 [2022-09-19T15:47:47.717Z] 15:44:01 0 0.00 0.00 0.00 0.00 0.00 100.00 [2022-09-19T15:47:47.717Z] 15:44:01 1 0.03 0.00 0.02 0.00 0.02 99.93 [2022-09-19T15:47:47.717Z] 15:44:01 2 0.00 0.00 0.02 0.00 0.02 99.97 [2022-09-19T15:47:47.718Z] 15:44:01 3 0.00 0.00 0.02 0.00 0.00 99.98 [2022-09-19T15:47:47.718Z] 15:44:01 4 0.02 0.00 0.02 0.00 0.00 99.97 [2022-09-19T15:47:47.718Z] 15:44:01 5 0.00 0.00 0.00 0.00 0.02 99.98 [2022-09-19T15:47:47.718Z] 15:44:01 6 0.00 0.00 0.00 0.02 0.00 99.98 [2022-09-19T15:47:47.718Z] 15:44:01 7 0.00 0.00 0.00 0.00 0.00 100.00 [2022-09-19T15:47:47.718Z] 15:45:01 all 0.11 0.00 0.01 0.02 0.00 99.86 [2022-09-19T15:47:47.718Z] 15:45:01 0 0.00 0.00 0.00 0.00 0.00 100.00 [2022-09-19T15:47:47.718Z] 15:45:01 1 0.03 0.00 0.03 0.00 0.00 99.93 [2022-09-19T15:47:47.718Z] 15:45:01 2 0.00 0.00 0.02 0.00 0.00 99.98 [2022-09-19T15:47:47.718Z] 15:45:01 3 0.02 0.00 0.00 0.00 0.00 99.98 [2022-09-19T15:47:47.718Z] 15:45:01 4 0.00 0.00 0.00 0.00 0.02 99.98 [2022-09-19T15:47:47.718Z] 15:45:01 5 0.80 0.00 0.02 0.00 0.00 99.19 [2022-09-19T15:47:47.718Z] 15:45:01 6 0.02 0.00 0.02 0.08 0.00 99.88 [2022-09-19T15:47:47.718Z] 15:45:01 7 0.00 0.00 0.00 0.05 0.00 99.95 [2022-09-19T15:47:47.718Z] 15:46:01 all 0.11 0.00 0.02 0.02 0.00 99.84 [2022-09-19T15:47:47.718Z] 15:46:01 0 0.00 0.00 0.03 0.00 0.00 99.97 [2022-09-19T15:47:47.718Z] 15:46:01 1 0.03 0.00 0.03 0.00 0.02 99.92 [2022-09-19T15:47:47.718Z] 15:46:01 2 0.00 0.00 0.03 0.00 0.00 99.97 [2022-09-19T15:47:47.718Z] 15:46:01 3 0.00 0.00 0.00 0.00 0.00 100.00 [2022-09-19T15:47:47.718Z] 15:46:01 4 0.02 0.00 0.02 0.00 0.00 99.97 [2022-09-19T15:47:47.718Z] 15:46:01 5 0.35 0.00 0.00 0.00 0.00 99.65 [2022-09-19T15:47:47.718Z] 15:46:01 6 0.48 0.00 0.03 0.02 0.00 99.47 [2022-09-19T15:47:47.718Z] 15:46:01 7 0.02 0.00 0.03 0.15 0.00 99.80 [2022-09-19T15:47:47.718Z] 15:47:01 all 0.26 0.00 0.01 0.02 0.00 99.70 [2022-09-19T15:47:47.718Z] 15:47:01 0 0.03 0.00 0.03 0.00 0.00 99.93 [2022-09-19T15:47:47.718Z] 15:47:01 1 0.03 0.00 0.02 0.00 0.02 99.93 [2022-09-19T15:47:47.718Z] 15:47:01 2 0.00 0.00 0.02 0.00 0.00 99.98 [2022-09-19T15:47:47.718Z] 15:47:01 3 0.00 0.00 0.00 0.00 0.00 100.00 [2022-09-19T15:47:47.718Z] 15:47:01 4 0.00 0.00 0.02 0.00 0.00 99.98 [2022-09-19T15:47:47.718Z] 15:47:01 5 0.00 0.00 0.00 0.05 0.00 99.95 [2022-09-19T15:47:47.718Z] 15:47:01 6 1.97 0.00 0.00 0.00 0.02 98.01 [2022-09-19T15:47:47.718Z] 15:47:01 7 0.00 0.00 0.02 0.15 0.00 99.83 [2022-09-19T15:47:47.718Z] Average: all 3.66 0.00 1.13 0.70 0.02 94.49 [2022-09-19T15:47:47.718Z] Average: 0 3.30 0.00 1.10 0.70 0.02 94.88 [2022-09-19T15:47:47.718Z] Average: 1 4.70 0.00 1.21 0.69 0.02 93.36 [2022-09-19T15:47:47.718Z] Average: 2 3.40 0.00 1.08 0.30 0.02 95.20 [2022-09-19T15:47:47.718Z] Average: 3 3.46 0.00 1.32 0.66 0.02 94.54 [2022-09-19T15:47:47.718Z] Average: 4 4.55 0.00 1.07 1.50 0.02 92.87 [2022-09-19T15:47:47.718Z] Average: 5 3.49 0.00 0.96 0.44 0.02 95.09 [2022-09-19T15:47:47.718Z] Average: 6 3.56 0.00 1.18 0.44 0.02 94.80 [2022-09-19T15:47:47.718Z] Average: 7 2.76 0.00 1.16 0.85 0.02 95.21 [2022-09-19T15:47:47.718Z] [2022-09-19T15:47:47.718Z] [2022-09-19T15:47:47.718Z]