Pull request #566 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 2200f8ef825af80b0b715a47901bc46b57d6c0b2+820e3f3b670a2eceeff6a8d1903c85b54e55f538 (f1eacb896148893f975e6477db247457ea27ad6b) 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-ssh5866484056137065045.key Verifying host key using known hosts file > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 6c1167a966ce7273a24629bf6583a1975ad218c3 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-ssh2105037378983585063.key Verifying host key using known hosts file > 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 6c1167a966ce7273a24629bf6583a1975ad218c3 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-566/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-566/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh1099131664557356731.key Verifying host key using known hosts file > 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-566/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh313428641291080464.key Verifying host key using known hosts file > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 6c1167a966ce7273a24629bf6583a1975ad218c3 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 6c1167a966ce7273a24629bf6583a1975ad218c3 # timeout=10 Commit message: "Merge pull request #418 from cjoyv/upgrade-gradle" > 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-ssh6159643546491714676.key Verifying host key using known hosts file > 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-566/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-566/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh16858807729369541688.key Verifying host key using known hosts file > 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 6c1167a966ce7273a24629bf6583a1975ad218c3 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 on ‘ubuntu20.04-docker-8c-8g’ Running on prd-ubuntu20.04-docker-8c-8g-117067 in /w/workspace/edgexfoundry_edgex-ui-go_PR-566 [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-566 # 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 Verifying host key using known hosts file You're using 'Known hosts file' strategy to verify ssh host keys, but your known_hosts file does not exist, please go to 'Manage Jenkins' -> 'Configure Global Security' -> 'Git Host Key Verification Configuration' and configure host key verification. > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/main commit 820e3f3b670a2eceeff6a8d1903c85b54e55f538 into PR head commit 2200f8ef825af80b0b715a47901bc46b57d6c0b2 Merge succeeded, producing 2200f8ef825af80b0b715a47901bc46b57d6c0b2 Checking out Revision 2200f8ef825af80b0b715a47901bc46b57d6c0b2 (PR-566) > 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 Verifying host key using known hosts file You're using 'Known hosts file' strategy to verify ssh host keys, but your known_hosts file does not exist, please go to 'Manage Jenkins' -> 'Configure Global Security' -> 'Git Host Key Verification Configuration' and configure host key verification. > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/566/head:refs/remotes/origin/PR-566 +refs/heads/main:refs/remotes/origin/main # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 2200f8ef825af80b0b715a47901bc46b57d6c0b2 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub Verifying host key using known hosts file You're using 'Known hosts file' strategy to verify ssh host keys, but your known_hosts file does not exist, please go to 'Manage Jenkins' -> 'Configure Global Security' -> 'Git Host Key Verification Configuration' and configure host key verification. > git merge 820e3f3b670a2eceeff6a8d1903c85b54e55f538 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 2200f8ef825af80b0b715a47901bc46b57d6c0b2 # timeout=10 Commit message: "chore(deps): Bump github.com/edgexfoundry/go-mod-bootstrap/v2" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.25.1' fatal: bad object 6c1167a966ce7273a24629bf6583a1975ad218c3 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2022-10-26T04:10:40.766Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2022-10-26T04:10:40.948Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2022-10-26T04:10:41.039Z] ========================================================= [2022-10-26T04:10:41.040Z] EdgeX Global Pipelines Version Info [2022-10-26T04:10:41.040Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2022-10-26T04:10:41.756Z] ------------------- [2022-10-26T04:10:41.756Z] stable info: [2022-10-26T04:10:41.756Z] ------------------- [2022-10-26T04:10:41.756Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2022-10-26T04:10:41.756Z] Commit SHA: 6c1167a966ce7273a24629bf6583a1975ad218c3 [2022-10-26T04:10:41.756Z] Message: update stable to v1.0.243 [2022-10-26T04:10:42.326Z] ------------------- [2022-10-26T04:10:42.326Z] experimental info: [2022-10-26T04:10:42.326Z] ------------------- [2022-10-26T04:10:42.326Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2022-10-26T04:10:42.326Z] Commit SHA: 6c1167a966ce7273a24629bf6583a1975ad218c3 [2022-10-26T04:10:42.326Z] Message: update experimental to v1.0.243 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2022-10-26T04:10:42.659Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-ui-go-settings [Pipeline] echo [2022-10-26T04:10:42.705Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-ui-go [Pipeline] echo [2022-10-26T04:10:42.743Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2022-10-26T04:10:42.787Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2022-10-26T04:10:42.824Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2022-10-26T04:10:42.862Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.18 [Pipeline] echo [2022-10-26T04:10:42.894Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2022-10-26T04:10:42.929Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2022-10-26T04:10:42.965Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2022-10-26T04:10:43.002Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2022-10-26T04:10:43.037Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2022-10-26T04:10:43.075Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = edgex-ui [Pipeline] echo [2022-10-26T04:10:43.113Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2022-10-26T04:10:43.151Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2022-10-26T04:10:43.189Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2022-10-26T04:10:43.222Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2022-10-26T04:10:43.262Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2022-10-26T04:10:43.297Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2022-10-26T04:10:43.335Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2022-10-26T04:10:43.371Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2022-10-26T04:10:43.412Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2022-10-26T04:10:43.454Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2022-10-26T04:10:43.490Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2022-10-26T04:10:43.528Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2022-10-26T04:10:43.565Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2022-10-26T04:10:43.606Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2022-10-26T04:10:43.641Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2022-10-26T04:10:43.674Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-566 [Pipeline] echo [2022-10-26T04:10:43.708Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-566 [Pipeline] echo [2022-10-26T04:10:43.745Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-566 [Pipeline] echo [2022-10-26T04:10:43.787Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 2200f8ef825af80b0b715a47901bc46b57d6c0b2 [Pipeline] echo [2022-10-26T04:10:43.830Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 2200f8e [Pipeline] echo [2022-10-26T04:10:43.873Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-10-26T04:10:43.977Z] provisioning config files... [2022-10-26T04:10:43.997Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-566@tmp/config12719187069907791407tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-10-26T04:10:44.330Z] ---> docker-login.sh [2022-10-26T04:10:44.330Z] nexus3.edgexfoundry.org:10001 [2022-10-26T04:10:44.591Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-10-26T04:10:44.591Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-10-26T04:10:44.591Z] Configure a credential helper to remove this warning. See [2022-10-26T04:10:44.591Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-10-26T04:10:44.591Z] [2022-10-26T04:10:44.591Z] Login Succeeded [2022-10-26T04:10:44.591Z] nexus3.edgexfoundry.org:10002 [2022-10-26T04:10:44.591Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-10-26T04:10:44.850Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-10-26T04:10:44.850Z] Configure a credential helper to remove this warning. See [2022-10-26T04:10:44.850Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-10-26T04:10:44.850Z] [2022-10-26T04:10:44.850Z] Login Succeeded [2022-10-26T04:10:44.850Z] nexus3.edgexfoundry.org:10003 [2022-10-26T04:10:44.850Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-10-26T04:10:44.850Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-10-26T04:10:44.850Z] Configure a credential helper to remove this warning. See [2022-10-26T04:10:44.850Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-10-26T04:10:44.850Z] [2022-10-26T04:10:44.850Z] Login Succeeded [2022-10-26T04:10:44.850Z] nexus3.edgexfoundry.org:10004 [2022-10-26T04:10:44.850Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-10-26T04:10:44.850Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-10-26T04:10:44.850Z] Configure a credential helper to remove this warning. See [2022-10-26T04:10:44.850Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-10-26T04:10:44.850Z] [2022-10-26T04:10:44.850Z] Login Succeeded [2022-10-26T04:10:44.850Z] docker.io [2022-10-26T04:10:45.114Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-10-26T04:10:45.381Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-10-26T04:10:45.381Z] Configure a credential helper to remove this warning. See [2022-10-26T04:10:45.381Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-10-26T04:10:45.381Z] [2022-10-26T04:10:45.381Z] Login Succeeded [2022-10-26T04:10:45.381Z] ---> docker-login.sh ends [Pipeline] } [2022-10-26T04:10:45.407Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2022-10-26T04:10:46.031Z] + git rev-list -1 --merges 2200f8ef825af80b0b715a47901bc46b57d6c0b2~1..2200f8ef825af80b0b715a47901bc46b57d6c0b2 [Pipeline] echo [2022-10-26T04:10:46.075Z] -----------> git rev-list -1 --merges 2200f8ef825af80b0b715a47901bc46b57d6c0b2~1..2200f8ef825af80b0b715a47901bc46b57d6c0b2 2200f8ef825af80b0b715a47901bc46b57d6c0b2 [false] [Pipeline] sh [2022-10-26T04:10:46.382Z] + git log --format=format:%s -1 2200f8ef825af80b0b715a47901bc46b57d6c0b2 [Pipeline] echo [2022-10-26T04:10:46.417Z] ========================================================= [2022-10-26T04:10:46.417Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2022-10-26T04:10:46.417Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2022-10-26T04:10:46.832Z] + git log --format=format:%s -1 2200f8ef825af80b0b715a47901bc46b57d6c0b2 [Pipeline] echo [2022-10-26T04:10:46.867Z] [semverPrep] GIT_COMMIT: 2200f8ef825af80b0b715a47901bc46b57d6c0b2, Commit Message: chore(deps): Bump github.com/edgexfoundry/go-mod-bootstrap/v2 [Pipeline] echo [2022-10-26T04:10:46.901Z] [semverPrep] This is not a build commit. [Pipeline] sh [2022-10-26T04:10:47.298Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2022-10-26T04:10:47.299Z] + grep -v github /etc/ssh/ssh_known_hosts [2022-10-26T04:10:47.299Z] + [ -e /tmp/ssh_known_hosts ] [2022-10-26T04:10:47.299Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2022-10-26T04:10:47.299Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2022-10-26T04:10:47.299Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2022-10-26T04:10:47.299Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-10-26T04:10:47.716Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2022-10-26T04:10:47.716Z] [2022-10-26T04:10:47.716Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-10-26T04:10:48.078Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2022-10-26T04:10:48.078Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2022-10-26T04:10:48.078Z] b85a868b505f: Pulling fs layer [2022-10-26T04:10:48.078Z] e2be974225ed: Pulling fs layer [2022-10-26T04:10:48.078Z] 339a4e72a1f5: Pulling fs layer [2022-10-26T04:10:48.078Z] 988bab9f4d93: Pulling fs layer [2022-10-26T04:10:48.078Z] 1469e6f7b9e6: Pulling fs layer [2022-10-26T04:10:48.078Z] eaf3925da568: Pulling fs layer [2022-10-26T04:10:48.078Z] bab4dde63d76: Pulling fs layer [2022-10-26T04:10:48.078Z] bde34c3a00c8: Pulling fs layer [2022-10-26T04:10:48.078Z] b352a97aabf1: Pulling fs layer [2022-10-26T04:10:48.078Z] 4872d77fe225: Pulling fs layer [2022-10-26T04:10:48.078Z] 5851b861e8e6: Pulling fs layer [2022-10-26T04:10:48.078Z] 988bab9f4d93: Waiting [2022-10-26T04:10:48.078Z] 1469e6f7b9e6: Waiting [2022-10-26T04:10:48.078Z] eaf3925da568: Waiting [2022-10-26T04:10:48.078Z] bab4dde63d76: Waiting [2022-10-26T04:10:48.078Z] 5851b861e8e6: Waiting [2022-10-26T04:10:48.078Z] 4872d77fe225: Waiting [2022-10-26T04:10:48.078Z] bde34c3a00c8: Waiting [2022-10-26T04:10:48.078Z] b352a97aabf1: Waiting [2022-10-26T04:10:48.078Z] e2be974225ed: Download complete [2022-10-26T04:10:48.078Z] 988bab9f4d93: Verifying Checksum [2022-10-26T04:10:48.078Z] 988bab9f4d93: Download complete [2022-10-26T04:10:48.338Z] 1469e6f7b9e6: Verifying Checksum [2022-10-26T04:10:48.338Z] 1469e6f7b9e6: Download complete [2022-10-26T04:10:48.338Z] eaf3925da568: Verifying Checksum [2022-10-26T04:10:48.338Z] eaf3925da568: Download complete [2022-10-26T04:10:48.338Z] 339a4e72a1f5: Verifying Checksum [2022-10-26T04:10:48.338Z] 339a4e72a1f5: Download complete [2022-10-26T04:10:48.338Z] bde34c3a00c8: Download complete [2022-10-26T04:10:48.338Z] b352a97aabf1: Verifying Checksum [2022-10-26T04:10:48.338Z] b352a97aabf1: Download complete [2022-10-26T04:10:48.338Z] 4872d77fe225: Verifying Checksum [2022-10-26T04:10:48.338Z] 4872d77fe225: Download complete [2022-10-26T04:10:48.338Z] 5851b861e8e6: Download complete [2022-10-26T04:10:48.338Z] b85a868b505f: Verifying Checksum [2022-10-26T04:10:48.338Z] b85a868b505f: Download complete [2022-10-26T04:10:48.598Z] bab4dde63d76: Verifying Checksum [2022-10-26T04:10:48.598Z] bab4dde63d76: Download complete [2022-10-26T04:10:49.554Z] b85a868b505f: Pull complete [2022-10-26T04:10:49.815Z] e2be974225ed: Pull complete [2022-10-26T04:10:50.388Z] 339a4e72a1f5: Pull complete [2022-10-26T04:10:50.388Z] 988bab9f4d93: Pull complete [2022-10-26T04:10:50.650Z] 1469e6f7b9e6: Pull complete [2022-10-26T04:10:50.650Z] eaf3925da568: Pull complete [2022-10-26T04:10:52.556Z] bab4dde63d76: Pull complete [2022-10-26T04:10:52.815Z] bde34c3a00c8: Pull complete [2022-10-26T04:10:53.075Z] b352a97aabf1: Pull complete [2022-10-26T04:10:53.337Z] 4872d77fe225: Pull complete [2022-10-26T04:10:53.337Z] 5851b861e8e6: Pull complete [2022-10-26T04:10:53.337Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2022-10-26T04:10:53.337Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2022-10-26T04:10:53.337Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-10-26T04:10:53.569Z] prd-ubuntu20.04-docker-8c-8g-117067 does not seem to be running inside a container [2022-10-26T04:10:53.609Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_edgex-ui-go_PR-566 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-566:/w/workspace/edgexfoundry_edgex-ui-go_PR-566:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-566@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-566@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2022-10-26T04:10:55.870Z] $ docker top 2413acd6d332890807e184a01772523685dfe3ef10001d7a5b23c07cf05b99f2 -eo pid,comm [2022-10-26T04:10:55.920Z] 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-10-26T04:10:55.920Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2022-10-26T04:10:56.089Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-10-26T04:10:56.089Z] [ssh-agent] Looking for ssh-agent implementation... [2022-10-26T04:10:56.208Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-10-26T04:10:56.215Z] $ docker exec 2413acd6d332890807e184a01772523685dfe3ef10001d7a5b23c07cf05b99f2 ssh-agent [2022-10-26T04:10:56.332Z] SSH_AUTH_SOCK=/tmp/ssh-KYDOiOwRHki6/agent.31 [2022-10-26T04:10:56.332Z] SSH_AGENT_PID=37 [2022-10-26T04:10:56.339Z] Running ssh-add (command line suppressed) [2022-10-26T04:10:56.446Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_PR-566@tmp/private_key_5617699126865414125.key (/w/workspace/edgexfoundry_edgex-ui-go_PR-566@tmp/private_key_5617699126865414125.key) [2022-10-26T04:10:56.455Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-10-26T04:10:56.784Z] + git tag --points-at HEAD [Pipeline] } [2022-10-26T04:10:56.814Z] $ docker exec --env ******** --env ******** 2413acd6d332890807e184a01772523685dfe3ef10001d7a5b23c07cf05b99f2 ssh-agent -k [2022-10-26T04:10:56.910Z] unset SSH_AUTH_SOCK; [2022-10-26T04:10:56.914Z] unset SSH_AGENT_PID; [2022-10-26T04:10:56.914Z] echo Agent pid 37 killed; [2022-10-26T04:10:56.915Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2022-10-26T04:10:57.015Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-10-26T04:10:57.015Z] [ssh-agent] Looking for ssh-agent implementation... [2022-10-26T04:10:57.133Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-10-26T04:10:57.140Z] $ docker exec 2413acd6d332890807e184a01772523685dfe3ef10001d7a5b23c07cf05b99f2 ssh-agent [2022-10-26T04:10:57.255Z] SSH_AUTH_SOCK=/tmp/ssh-RIXHpdhc9lf8/agent.70 [2022-10-26T04:10:57.255Z] SSH_AGENT_PID=77 [2022-10-26T04:10:57.259Z] Running ssh-add (command line suppressed) [2022-10-26T04:10:57.371Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_PR-566@tmp/private_key_5852597732809714919.key (/w/workspace/edgexfoundry_edgex-ui-go_PR-566@tmp/private_key_5852597732809714919.key) [2022-10-26T04:10:57.382Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-10-26T04:10:57.707Z] + git semver init [2022-10-26T04:10:57.966Z] 2022-10-26 04:10:57,918 [run_init] DEBUG init version:0.0.0 force:False [2022-10-26T04:10:57.966Z] 2022-10-26 04:10:57,919 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgexfoundry_edgex-ui-go_PR-566/.semver [2022-10-26T04:10:57.966Z] 2022-10-26 04:10:57,920 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-ui-go.git /w/workspace/edgexfoundry_edgex-ui-go_PR-566/.semver [2022-10-26T04:10:57.966Z] 2022-10-26 04:10:57,920 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/edgex-ui-go.git', '/w/workspace/edgexfoundry_edgex-ui-go_PR-566/.semver'], cwd=/w/workspace/edgexfoundry_edgex-ui-go_PR-566, universal_newlines=False, shell=None, istream=None) [2022-10-26T04:10:59.918Z] 2022-10-26 04:10:59,510 [append_file] DEBUG append to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-566/.git/info/exclude [2022-10-26T04:10:59.918Z] 2022-10-26 04:10:59,512 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgexfoundry_edgex-ui-go_PR-566/.semver/PR-566 with force:False [2022-10-26T04:10:59.918Z] 2022-10-26 04:10:59,512 [write_file] DEBUG write to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-566/.semver/PR-566 [2022-10-26T04:10:59.918Z] 2022-10-26 04:10:59,516 [execute] INFO git cat-file --batch-check [2022-10-26T04:10:59.918Z] 2022-10-26 04:10:59,517 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgexfoundry_edgex-ui-go_PR-566/.semver, universal_newlines=False, shell=None, istream=) [2022-10-26T04:10:59.918Z] 2022-10-26 04:10:59,521 [execute] INFO git cat-file --batch [2022-10-26T04:10:59.918Z] 2022-10-26 04:10:59,521 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgexfoundry_edgex-ui-go_PR-566/.semver, universal_newlines=False, shell=None, istream=) [2022-10-26T04:10:59.918Z] 2022-10-26 04:10:59,526 [read_version] DEBUG read version from /w/workspace/edgexfoundry_edgex-ui-go_PR-566/.semver/PR-566 [2022-10-26T04:10:59.918Z] 0.0.0 [Pipeline] } [2022-10-26T04:10:59.948Z] $ docker exec --env ******** --env ******** 2413acd6d332890807e184a01772523685dfe3ef10001d7a5b23c07cf05b99f2 ssh-agent -k [2022-10-26T04:11:00.056Z] unset SSH_AUTH_SOCK; [2022-10-26T04:11:00.057Z] unset SSH_AGENT_PID; [2022-10-26T04:11:00.057Z] echo Agent pid 77 killed; [2022-10-26T04:11:00.063Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2022-10-26T04:11:00.493Z] + git semver [Pipeline] } [2022-10-26T04:11:00.784Z] $ docker stop --time=1 2413acd6d332890807e184a01772523685dfe3ef10001d7a5b23c07cf05b99f2 [2022-10-26T04:11:02.250Z] $ docker rm -f 2413acd6d332890807e184a01772523685dfe3ef10001d7a5b23c07cf05b99f2 [Pipeline] // withDockerContainer [Pipeline] sh [2022-10-26T04:11:02.697Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2022-10-26T04:11:02.932Z] Stashed 1 file(s) [Pipeline] echo [2022-10-26T04:11:02.948Z] [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-10-26T04:11:03.576Z] provisioning config files... [2022-10-26T04:11:03.585Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-566@tmp/config12944208593528026708tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-10-26T04:11:03.927Z] ---> docker-login.sh [2022-10-26T04:11:03.927Z] nexus3.edgexfoundry.org:10001 [2022-10-26T04:11:03.927Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-10-26T04:11:03.927Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-10-26T04:11:03.927Z] Configure a credential helper to remove this warning. See [2022-10-26T04:11:03.927Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-10-26T04:11:03.927Z] [2022-10-26T04:11:03.927Z] Login Succeeded [2022-10-26T04:11:03.927Z] nexus3.edgexfoundry.org:10002 [2022-10-26T04:11:03.927Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-10-26T04:11:03.927Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-10-26T04:11:03.927Z] Configure a credential helper to remove this warning. See [2022-10-26T04:11:03.927Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-10-26T04:11:03.927Z] [2022-10-26T04:11:03.927Z] Login Succeeded [2022-10-26T04:11:03.927Z] nexus3.edgexfoundry.org:10003 [2022-10-26T04:11:04.189Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-10-26T04:11:04.189Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-10-26T04:11:04.189Z] Configure a credential helper to remove this warning. See [2022-10-26T04:11:04.189Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-10-26T04:11:04.189Z] [2022-10-26T04:11:04.189Z] Login Succeeded [2022-10-26T04:11:04.189Z] nexus3.edgexfoundry.org:10004 [2022-10-26T04:11:04.189Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-10-26T04:11:04.189Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-10-26T04:11:04.189Z] Configure a credential helper to remove this warning. See [2022-10-26T04:11:04.189Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-10-26T04:11:04.189Z] [2022-10-26T04:11:04.189Z] Login Succeeded [2022-10-26T04:11:04.189Z] docker.io [2022-10-26T04:11:04.450Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-10-26T04:11:04.710Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-10-26T04:11:04.710Z] Configure a credential helper to remove this warning. See [2022-10-26T04:11:04.710Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-10-26T04:11:04.710Z] [2022-10-26T04:11:04.710Z] Login Succeeded [2022-10-26T04:11:04.710Z] ---> docker-login.sh ends [Pipeline] } [2022-10-26T04:11:04.735Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2022-10-26T04:11:04.958Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-10-26T04:11:05.018Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-10-26T04:11:05.049Z] ========================================================= [2022-10-26T04:11:05.049Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine] [2022-10-26T04:11:05.049Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-10-26T04:11:05.522Z] + 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-10-26T04:11:05.785Z] Sending build context to Docker daemon 45.52MB [2022-10-26T04:11:05.785Z] Step 1/16 : ARG BASE=golang:1.18-alpine3.16 [2022-10-26T04:11:05.785Z] Step 2/16 : FROM ${BASE} AS builder [2022-10-26T04:11:05.785Z] 1.18-alpine: Pulling from edgex-devops/edgex-golang-base [2022-10-26T04:11:05.785Z] 213ec9aee27d: Pulling fs layer [2022-10-26T04:11:05.785Z] 4583459ba037: Pulling fs layer [2022-10-26T04:11:05.785Z] 93c1e223e6f2: Pulling fs layer [2022-10-26T04:11:05.785Z] 53926ce57604: Pulling fs layer [2022-10-26T04:11:05.785Z] 21b2b0c7a3f4: Pulling fs layer [2022-10-26T04:11:05.785Z] 30f14e443154: Pulling fs layer [2022-10-26T04:11:05.785Z] 801331c1e519: Pulling fs layer [2022-10-26T04:11:05.785Z] 99cc6dd402b0: Pulling fs layer [2022-10-26T04:11:05.785Z] 7d9ed39f4882: Pulling fs layer [2022-10-26T04:11:05.785Z] 53926ce57604: Waiting [2022-10-26T04:11:05.785Z] 99cc6dd402b0: Waiting [2022-10-26T04:11:05.785Z] 21b2b0c7a3f4: Waiting [2022-10-26T04:11:05.785Z] 7d9ed39f4882: Waiting [2022-10-26T04:11:05.785Z] 30f14e443154: Waiting [2022-10-26T04:11:05.785Z] 801331c1e519: Waiting [2022-10-26T04:11:05.785Z] 93c1e223e6f2: Download complete [2022-10-26T04:11:05.785Z] 4583459ba037: Verifying Checksum [2022-10-26T04:11:05.785Z] 4583459ba037: Download complete [2022-10-26T04:11:06.046Z] 21b2b0c7a3f4: Download complete [2022-10-26T04:11:06.046Z] 30f14e443154: Download complete [2022-10-26T04:11:06.046Z] 213ec9aee27d: Verifying Checksum [2022-10-26T04:11:06.046Z] 213ec9aee27d: Download complete [2022-10-26T04:11:06.046Z] 801331c1e519: Download complete [2022-10-26T04:11:06.046Z] 213ec9aee27d: Pull complete [2022-10-26T04:11:06.309Z] 4583459ba037: Pull complete [2022-10-26T04:11:06.309Z] 93c1e223e6f2: Pull complete [2022-10-26T04:11:06.309Z] 7d9ed39f4882: Verifying Checksum [2022-10-26T04:11:06.309Z] 7d9ed39f4882: Download complete [2022-10-26T04:11:06.569Z] 99cc6dd402b0: Verifying Checksum [2022-10-26T04:11:06.569Z] 99cc6dd402b0: Download complete [2022-10-26T04:11:06.827Z] 53926ce57604: Verifying Checksum [2022-10-26T04:11:06.827Z] 53926ce57604: Download complete [2022-10-26T04:11:11.026Z] 53926ce57604: Pull complete [2022-10-26T04:11:11.026Z] 21b2b0c7a3f4: Pull complete [2022-10-26T04:11:11.026Z] 30f14e443154: Pull complete [2022-10-26T04:11:11.026Z] 801331c1e519: Pull complete [2022-10-26T04:11:12.931Z] 99cc6dd402b0: Pull complete [2022-10-26T04:11:13.496Z] 7d9ed39f4882: Pull complete [2022-10-26T04:11:13.496Z] Digest: sha256:1f16063191d1a9870fce7bbdb1825a1eb962d13bb3ce54f6dd36240110f048b3 [2022-10-26T04:11:13.496Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2022-10-26T04:11:13.496Z] ---> 1dedd983c030 [2022-10-26T04:11:13.496Z] Step 3/16 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" [2022-10-26T04:11:17.729Z] ---> Running in 7530262addc6 [2022-10-26T04:11:17.730Z] Removing intermediate container 7530262addc6 [2022-10-26T04:11:17.730Z] ---> 9115e9a936f2 [2022-10-26T04:11:17.730Z] Step 4/16 : ARG ALPINE_PKG_BASE="make git" [2022-10-26T04:11:17.730Z] ---> Running in 41a06d7f814f [2022-10-26T04:11:17.730Z] Removing intermediate container 41a06d7f814f [2022-10-26T04:11:17.730Z] ---> 8985ad46467f [2022-10-26T04:11:17.730Z] Step 5/16 : ARG ALPINE_PKG_EXTRA="" [2022-10-26T04:11:17.730Z] ---> Running in 038148a852b6 [2022-10-26T04:11:17.730Z] Removing intermediate container 038148a852b6 [2022-10-26T04:11:17.730Z] ---> 25094d2182d9 [2022-10-26T04:11:17.730Z] Step 6/16 : LABEL Name=edgex-ui-go [2022-10-26T04:11:17.730Z] ---> Running in 05e59300e8d9 [2022-10-26T04:11:17.730Z] Removing intermediate container 05e59300e8d9 [2022-10-26T04:11:17.730Z] ---> 8335145ef22e [2022-10-26T04:11:17.730Z] Step 7/16 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2022: Intel' [2022-10-26T04:11:17.730Z] ---> Running in db78bc7e4b32 [2022-10-26T04:11:17.730Z] Removing intermediate container db78bc7e4b32 [2022-10-26T04:11:17.730Z] ---> 17365565d055 [2022-10-26T04:11:17.730Z] Step 8/16 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2022-10-26T04:11:17.989Z] latest: Pulling from library/docker [2022-10-26T04:11:18.248Z] 213ec9aee27d: Already exists [2022-10-26T04:11:18.249Z] 7b0dd730a5c3: Pulling fs layer [2022-10-26T04:11:18.249Z] 4b90f8029a36: Pulling fs layer [2022-10-26T04:11:18.249Z] bea6d6d58c11: Pulling fs layer [2022-10-26T04:11:18.249Z] b28b21e97172: Pulling fs layer [2022-10-26T04:11:18.249Z] 334122ffbec7: Pulling fs layer [2022-10-26T04:11:18.249Z] 3fb299f33a69: Pulling fs layer [2022-10-26T04:11:18.249Z] dd1f07ef4870: Pulling fs layer [2022-10-26T04:11:18.249Z] 458294789bc3: Pulling fs layer [2022-10-26T04:11:18.249Z] b28b21e97172: Waiting [2022-10-26T04:11:18.249Z] dd1f07ef4870: Waiting [2022-10-26T04:11:18.249Z] 334122ffbec7: Waiting [2022-10-26T04:11:18.249Z] 3fb299f33a69: Waiting [2022-10-26T04:11:18.249Z] 458294789bc3: Waiting [2022-10-26T04:11:18.406Z] Still waiting to schedule task [2022-10-26T04:11:18.407Z] ‘prd-ubuntu20.04-docker-arm64-4c-16g-117068’ is offline [2022-10-26T04:11:18.508Z] 4b90f8029a36: Download complete [2022-10-26T04:11:18.508Z] 7b0dd730a5c3: Download complete [2022-10-26T04:11:18.508Z] bea6d6d58c11: Verifying Checksum [2022-10-26T04:11:18.508Z] bea6d6d58c11: Download complete [2022-10-26T04:11:18.766Z] 3fb299f33a69: Verifying Checksum [2022-10-26T04:11:18.766Z] 3fb299f33a69: Download complete [2022-10-26T04:11:18.766Z] 7b0dd730a5c3: Pull complete [2022-10-26T04:11:18.766Z] 334122ffbec7: Verifying Checksum [2022-10-26T04:11:18.766Z] 334122ffbec7: Download complete [2022-10-26T04:11:18.766Z] 4b90f8029a36: Pull complete [2022-10-26T04:11:18.766Z] dd1f07ef4870: Verifying Checksum [2022-10-26T04:11:18.766Z] dd1f07ef4870: Download complete [2022-10-26T04:11:18.766Z] 458294789bc3: Verifying Checksum [2022-10-26T04:11:18.766Z] 458294789bc3: Download complete [2022-10-26T04:11:19.026Z] bea6d6d58c11: Pull complete [2022-10-26T04:11:19.963Z] b28b21e97172: Verifying Checksum [2022-10-26T04:11:19.963Z] b28b21e97172: Download complete [2022-10-26T04:11:20.221Z] b28b21e97172: Pull complete [2022-10-26T04:11:20.480Z] 334122ffbec7: Pull complete [2022-10-26T04:11:20.480Z] 3fb299f33a69: Pull complete [2022-10-26T04:11:20.480Z] dd1f07ef4870: Pull complete [2022-10-26T04:11:20.739Z] 458294789bc3: Pull complete [2022-10-26T04:11:20.739Z] Digest: sha256:466edff9fbc8e1326259d04412f55684c2e0f79c574eb9782c252011a87d8046 [2022-10-26T04:11:20.739Z] Status: Downloaded newer image for docker:latest [2022-10-26T04:11:22.114Z] ---> 0069c46c9afb [2022-10-26T04:11:22.114Z] Step 9/16 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-26T04:11:22.114Z] ---> Running in fa9867a7c78e [2022-10-26T04:11:23.053Z] Removing intermediate container fa9867a7c78e [2022-10-26T04:11:23.053Z] ---> c863d2d3c90d [2022-10-26T04:11:23.053Z] Step 10/16 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2022-10-26T04:11:23.315Z] ---> Running in fc84f61ec404 [2022-10-26T04:11:24.250Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-10-26T04:11:24.510Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-10-26T04:11:25.446Z] OK: 211 MiB in 51 packages [2022-10-26T04:11:25.446Z] Removing intermediate container fc84f61ec404 [2022-10-26T04:11:25.446Z] ---> ee550bf07ab4 [2022-10-26T04:11:25.446Z] Step 11/16 : ENV GO111MODULE=on [2022-10-26T04:11:25.446Z] ---> Running in 9cfa7a71eaed [2022-10-26T04:11:25.705Z] Removing intermediate container 9cfa7a71eaed [2022-10-26T04:11:25.705Z] ---> 9007b12090fe [2022-10-26T04:11:25.705Z] Step 12/16 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go [2022-10-26T04:11:25.705Z] ---> Running in 66c4cbd41c12 [2022-10-26T04:11:25.705Z] Removing intermediate container 66c4cbd41c12 [2022-10-26T04:11:25.705Z] ---> e6da742a1cf4 [2022-10-26T04:11:25.705Z] Step 13/16 : COPY go.mod vendor* ./ [2022-10-26T04:11:25.963Z] ---> b764f6748f53 [2022-10-26T04:11:25.963Z] Step 14/16 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-10-26T04:11:25.963Z] ---> Running in bdd2f0882d00 [2022-10-26T04:11:36.909Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-117068 in /w/workspace/edgexfoundry_edgex-ui-go_PR-566 [Pipeline] { [Pipeline] ws [2022-10-26T04:11:36.947Z] Running in /w/workspace/edgex-ui-go/1 [Pipeline] { [Pipeline] checkout [2022-10-26T04:11:37.035Z] The recommended git tool is: git [2022-10-26T04:11:43.679Z] using credential edgex-jenkins-ssh [2022-10-26T04:11:43.710Z] Cloning the remote Git repository [2022-10-26T04:11:43.772Z] Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git [2022-10-26T04:11:43.880Z] > git init /w/workspace/edgex-ui-go/1 # timeout=10 [2022-10-26T04:11:44.057Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2022-10-26T04:11:44.058Z] > git --version # timeout=10 [2022-10-26T04:11:44.086Z] > git --version # 'git version 2.25.1' [2022-10-26T04:11:44.088Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-10-26T04:11:44.144Z] Verifying host key using known hosts file [2022-10-26T04:11:44.386Z] You're using 'Known hosts file' strategy to verify ssh host keys, but your known_hosts file does not exist, please go to 'Manage Jenkins' -> 'Configure Global Security' -> 'Git Host Key Verification Configuration' and configure host key verification. [2022-10-26T04:11:44.400Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2022-10-26T04:11:47.926Z] Removing intermediate container bdd2f0882d00 [2022-10-26T04:11:47.926Z] ---> ca421ba48c8b [2022-10-26T04:11:47.926Z] Step 15/16 : COPY . . [2022-10-26T04:11:47.926Z] ---> b7db3400b243 [2022-10-26T04:11:47.926Z] Step 16/16 : RUN ${MAKE} [2022-10-26T04:11:47.926Z] ---> Running in fef2c96a2012 [2022-10-26T04:11:47.926Z] noop [2022-10-26T04:11:47.926Z] Removing intermediate container fef2c96a2012 [2022-10-26T04:11:47.926Z] ---> 90fd49257946 [2022-10-26T04:11:47.926Z] Successfully built 90fd49257946 [2022-10-26T04:11:47.926Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-10-26T04:11:48.428Z] + docker inspect -f . ci-base-image-x86_64 [2022-10-26T04:11:48.428Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-10-26T04:11:48.579Z] prd-ubuntu20.04-docker-8c-8g-117067 does not seem to be running inside a container [2022-10-26T04:11:48.606Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgexfoundry_edgex-ui-go_PR-566 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-566:/w/workspace/edgexfoundry_edgex-ui-go_PR-566:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-566@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-566@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2022-10-26T04:11:47.938Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2022-10-26T04:11:47.963Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2022-10-26T04:11:48.935Z] $ docker top 6396697c554175f39d795a72f09a2420c28df208c35f1a505288c716dd573a92 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-10-26T04:11:49.328Z] + go version [2022-10-26T04:11:49.328Z] go version go1.18.7 linux/amd64 [Pipeline] } [2022-10-26T04:11:49.362Z] $ docker stop --time=1 6396697c554175f39d795a72f09a2420c28df208c35f1a505288c716dd573a92 [2022-10-26T04:11:49.781Z] Merging remotes/origin/main commit 820e3f3b670a2eceeff6a8d1903c85b54e55f538 into PR head commit 2200f8ef825af80b0b715a47901bc46b57d6c0b2 [2022-10-26T04:11:49.089Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2022-10-26T04:11:49.144Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2022-10-26T04:11:49.146Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-10-26T04:11:49.152Z] Verifying host key using known hosts file [2022-10-26T04:11:49.161Z] You're using 'Known hosts file' strategy to verify ssh host keys, but your known_hosts file does not exist, please go to 'Manage Jenkins' -> 'Configure Global Security' -> 'Git Host Key Verification Configuration' and configure host key verification. [2022-10-26T04:11:49.175Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/566/head:refs/remotes/origin/PR-566 +refs/heads/main:refs/remotes/origin/main # timeout=10 [2022-10-26T04:11:49.804Z] > git config core.sparsecheckout # timeout=10 [2022-10-26T04:11:49.826Z] > git checkout -f 2200f8ef825af80b0b715a47901bc46b57d6c0b2 # timeout=10 [2022-10-26T04:11:50.281Z] > git remote # timeout=10 [2022-10-26T04:11:50.299Z] > git config --get remote.origin.url # timeout=10 [2022-10-26T04:11:50.322Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-10-26T04:11:50.328Z] Verifying host key using known hosts file [2022-10-26T04:11:50.332Z] You're using 'Known hosts file' strategy to verify ssh host keys, but your known_hosts file does not exist, please go to 'Manage Jenkins' -> 'Configure Global Security' -> 'Git Host Key Verification Configuration' and configure host key verification. [2022-10-26T04:11:50.341Z] > git merge 820e3f3b670a2eceeff6a8d1903c85b54e55f538 # timeout=10 [2022-10-26T04:11:50.390Z] Merge succeeded, producing 2200f8ef825af80b0b715a47901bc46b57d6c0b2 [2022-10-26T04:11:50.390Z] Checking out Revision 2200f8ef825af80b0b715a47901bc46b57d6c0b2 (PR-566) [2022-10-26T04:11:50.643Z] $ docker rm -f 6396697c554175f39d795a72f09a2420c28df208c35f1a505288c716dd573a92 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-10-26T04:11:51.331Z] Commit message: "chore(deps): Bump github.com/edgexfoundry/go-mod-bootstrap/v2" [2022-10-26T04:11:51.340Z] + docker inspect -f . ci-base-image-x86_64 [2022-10-26T04:11:51.340Z] . [Pipeline] } [Pipeline] // withEnv [2022-10-26T04:11:51.395Z] > git --version # timeout=10 [2022-10-26T04:11:51.407Z] > git --version # 'git version 2.25.1' [2022-10-26T04:11:51.437Z] fatal: bad object 6c1167a966ce7273a24629bf6583a1975ad218c3 [Pipeline] withDockerContainer [2022-10-26T04:11:51.490Z] prd-ubuntu20.04-docker-8c-8g-117067 does not seem to be running inside a container [2022-10-26T04:11:51.533Z] $ 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-566 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-566:/w/workspace/edgexfoundry_edgex-ui-go_PR-566:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-566@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-566@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2022-10-26T04:11:51.868Z] $ docker top 833f0cb89aa4cab635b19e8b94769ef5ed56c97a2a18527bee17c607fd491615 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-10-26T04:11:50.372Z] > git rev-parse HEAD^{commit} # timeout=10 [2022-10-26T04:11:50.398Z] > git config core.sparsecheckout # timeout=10 [2022-10-26T04:11:50.425Z] > git checkout -f 2200f8ef825af80b0b715a47901bc46b57d6c0b2 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2022-10-26T04:11:52.257Z] + git config --global --add safe.directory /w/workspace/edgexfoundry_edgex-ui-go_PR-566 [Pipeline] fileExists [Pipeline] sh [2022-10-26T04:11:52.754Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2022-10-26T04:11:52.754Z] % Total % Received % Xferd Average Speed Time Time Time Current [2022-10-26T04:11:52.754Z] Dload Upload Total Spent Left Speed [2022-10-26T04:11:52.754Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12602 100 12602 0 0 186k 0 --:--:-- --:--:-- --:--:-- 189k [2022-10-26T04:11:52.801Z] + make test [2022-10-26T04:11:52.801Z] CGO_ENABLED=0 GO111MODULE=on go test -tags "no_messagebus" -coverprofile=coverage.out ./... [Pipeline] sh [2022-10-26T04:11:53.060Z] ? github.com/edgexfoundry/edgex-ui-go [no test files] [2022-10-26T04:11:53.377Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2022-10-26T04:11:53.743Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2022-10-26T04:11:53.743Z] + sudo tee /etc/docker/daemon.new [2022-10-26T04:11:53.743Z] { [2022-10-26T04:11:53.743Z] "registry-mirrors": [ [2022-10-26T04:11:53.743Z] "https://nexus3.edgexfoundry.org:10001" [2022-10-26T04:11:53.743Z] ], [2022-10-26T04:11:53.743Z] "bip": "10.250.0.254/24", [2022-10-26T04:11:53.743Z] "hosts": [ [2022-10-26T04:11:53.743Z] "tcp://0.0.0.0:5555", [2022-10-26T04:11:53.743Z] "unix:///var/run/docker.sock" [2022-10-26T04:11:53.743Z] ], [2022-10-26T04:11:53.743Z] "mtu": 1458, [2022-10-26T04:11:53.743Z] "selinux-enabled": true, [2022-10-26T04:11:53.743Z] "seccomp-profile": "/etc/docker/seccomp.json" [2022-10-26T04:11:53.743Z] } [Pipeline] sh [2022-10-26T04:11:54.094Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2022-10-26T04:11:54.450Z] + sudo service docker restart [2022-10-26T04:12:03.118Z] ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] [2022-10-26T04:12:03.118Z] ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] [2022-10-26T04:12:03.118Z] ? github.com/edgexfoundry/edgex-ui-go/internal/common [no test files] [2022-10-26T04:12:03.118Z] ? github.com/edgexfoundry/edgex-ui-go/internal/config [no test files] [2022-10-26T04:12:03.118Z] ? github.com/edgexfoundry/edgex-ui-go/internal/container [no test files] [2022-10-26T04:12:03.118Z] ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] [2022-10-26T04:12:03.118Z] ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] [2022-10-26T04:12:03.118Z] ? github.com/edgexfoundry/edgex-ui-go/internal/service [no test files] [2022-10-26T04:12:03.118Z] CGO_ENABLED=0 GO111MODULE=on go vet -tags "no_messagebus" ./... [2022-10-26T04:12:05.049Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2022-10-26T04:12:05.049Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2022-10-26T04:12:05.049Z] ./bin/test-attribution-txt.sh [2022-10-26T04:12:05.049Z] An attribution for github.com/edgexfoundry/go-mod-bootstrap/v2 is missing from Attribution.txt, please add [2022-10-26T04:12:05.049Z] An attribution for github.com/Microsoft/go-winio is missing from Attribution.txt, please add [2022-10-26T04:12:05.049Z] An attribution for github.com/eclipse/paho.mqtt.golang is missing from Attribution.txt, please add [2022-10-26T04:12:05.049Z] An attribution for github.com/edgexfoundry/go-mod-messaging/v2 is missing from Attribution.txt, please add [2022-10-26T04:12:05.049Z] An attribution for github.com/edgexfoundry/go-mod-secrets/v2 is missing from Attribution.txt, please add [2022-10-26T04:12:05.049Z] An attribution for github.com/go-kit/log is missing from Attribution.txt, please add [2022-10-26T04:12:05.049Z] An attribution for github.com/go-logfmt/logfmt is missing from Attribution.txt, please add [2022-10-26T04:12:05.049Z] An attribution for github.com/go-redis/redis/v7 is missing from Attribution.txt, please add [2022-10-26T04:12:05.049Z] An attribution for github.com/golang/protobuf is missing from Attribution.txt, please add [2022-10-26T04:12:05.049Z] An attribution for github.com/gorilla/websocket is missing from Attribution.txt, please add [2022-10-26T04:12:05.049Z] An attribution for github.com/hashicorp/errwrap is missing from Attribution.txt, please add [2022-10-26T04:12:05.049Z] An attribution for github.com/hashicorp/go-multierror is missing from Attribution.txt, please add [2022-10-26T04:12:05.049Z] An attribution for github.com/nats-io/nats.go is missing from Attribution.txt, please add [2022-10-26T04:12:05.050Z] An attribution for github.com/nats-io/nkeys is missing from Attribution.txt, please add [2022-10-26T04:12:05.050Z] An attribution for github.com/nats-io/nuid is missing from Attribution.txt, please add [2022-10-26T04:12:05.050Z] An attribution for github.com/pebbe/zmq4 is missing from Attribution.txt, please add [2022-10-26T04:12:05.050Z] An attribution for github.com/rcrowley/go-metrics is missing from Attribution.txt, please add [2022-10-26T04:12:05.050Z] An attribution for github.com/spiffe/go-spiffe/v2 is missing from Attribution.txt, please add [2022-10-26T04:12:05.050Z] An attribution for github.com/zeebo/errs is missing from Attribution.txt, please add [2022-10-26T04:12:05.050Z] An attribution for golang.org/x/net is missing from Attribution.txt, please add [2022-10-26T04:12:05.050Z] An attribution for golang.org/x/sync is missing from Attribution.txt, please add [2022-10-26T04:12:05.050Z] An attribution for google.golang.org/genproto is missing from Attribution.txt, please add [2022-10-26T04:12:05.050Z] An attribution for google.golang.org/grpc is missing from Attribution.txt, please add [2022-10-26T04:12:05.050Z] An attribution for google.golang.org/protobuf is missing from Attribution.txt, please add [2022-10-26T04:12:05.050Z] An attribution for gopkg.in/square/go-jose.v2 is missing from Attribution.txt, please add [2022-10-26T04:12:05.050Z] make -C web test [2022-10-26T04:12:05.050Z] make[1]: Entering directory '/w/workspace/edgexfoundry_edgex-ui-go_PR-566/web' [2022-10-26T04:12:05.050Z] make[1]: tput: No such file or directory [2022-10-26T04:12:05.050Z] make[1]: tput: No such file or directory [2022-10-26T04:12:05.050Z] warning: generating ./VERSION [2022-10-26T04:12:05.050Z] echo "0.0.0" > VERSION [2022-10-26T04:12:05.050Z] docker build \ [2022-10-26T04:12:05.050Z] -f Dockerfile \ [2022-10-26T04:12:05.050Z] --build-arg USER=1000 \ [2022-10-26T04:12:05.050Z] \ [2022-10-26T04:12:05.050Z] --label "git_sha=2200f8ef825af80b0b715a47901bc46b57d6c0b2" \ [2022-10-26T04:12:05.050Z] -t edgexfoundry/edgex-web-ui:2200f8ef825af80b0b715a47901bc46b57d6c0b2 \ [2022-10-26T04:12:05.050Z] -t edgexfoundry/edgex-web-ui:0.0.0-dev \ [2022-10-26T04:12:05.050Z] . [2022-10-26T04:12:05.309Z] Sending build context to Docker daemon 3.269MB [2022-10-26T04:12:05.309Z] Step 1/10 : FROM node:16.17-alpine3.15 [2022-10-26T04:12:05.309Z] 16.17-alpine3.15: Pulling from library/node [2022-10-26T04:12:05.309Z] 9621f1afde84: Pulling fs layer [2022-10-26T04:12:05.309Z] c6f70ee39829: Pulling fs layer [2022-10-26T04:12:05.309Z] 56892a8094a2: Pulling fs layer [2022-10-26T04:12:05.309Z] 58dd87906ef0: Pulling fs layer [2022-10-26T04:12:05.309Z] 58dd87906ef0: Waiting [2022-10-26T04:12:05.309Z] 56892a8094a2: Verifying Checksum [2022-10-26T04:12:05.309Z] 56892a8094a2: Download complete [2022-10-26T04:12:05.569Z] 58dd87906ef0: Verifying Checksum [2022-10-26T04:12:05.569Z] 58dd87906ef0: Download complete [2022-10-26T04:12:05.569Z] 9621f1afde84: Verifying Checksum [2022-10-26T04:12:05.569Z] 9621f1afde84: Download complete [2022-10-26T04:12:05.569Z] 9621f1afde84: Pull complete [2022-10-26T04:12:05.569Z] c6f70ee39829: Verifying Checksum [2022-10-26T04:12:05.569Z] c6f70ee39829: Download complete [2022-10-26T04:12:06.946Z] c6f70ee39829: Pull complete [2022-10-26T04:12:06.947Z] 56892a8094a2: Pull complete [2022-10-26T04:12:06.947Z] 58dd87906ef0: Pull complete [2022-10-26T04:12:06.947Z] Digest: sha256:84c606bfbe4cf120c52b17c3b727e614d99e357a8e350f83a4e7b9ec0798e04a [2022-10-26T04:12:07.206Z] Status: Downloaded newer image for node:16.17-alpine3.15 [2022-10-26T04:12:07.206Z] ---> b69703f70c3d [2022-10-26T04:12:07.206Z] Step 2/10 : RUN apk add --no-cache chromium [2022-10-26T04:12:08.590Z] ---> Running in 12e3178accdd [2022-10-26T04:12:08.849Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-10-26T04:12:08.849Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-10-26T04:12:09.110Z] (1/129) Installing libxau (1.0.9-r0) [2022-10-26T04:12:09.110Z] (2/129) Installing libmd (1.0.3-r0) [2022-10-26T04:12:09.110Z] (3/129) Installing libbsd (0.11.3-r1) [2022-10-26T04:12:09.110Z] (4/129) Installing libxdmcp (1.1.3-r0) [2022-10-26T04:12:09.110Z] (5/129) Installing libxcb (1.14-r2) [2022-10-26T04:12:09.110Z] (6/129) Installing libx11 (1.7.3.1-r0) [2022-10-26T04:12:09.110Z] (7/129) Installing libxext (1.3.4-r0) [2022-10-26T04:12:09.110Z] (8/129) Installing libice (1.0.10-r0) [2022-10-26T04:12:09.110Z] (9/129) Installing libuuid (2.37.4-r0) [2022-10-26T04:12:09.110Z] (10/129) Installing libsm (1.2.3-r0) [2022-10-26T04:12:09.110Z] (11/129) Installing libxt (1.2.1-r0) [2022-10-26T04:12:09.110Z] (12/129) Installing libxmu (1.1.3-r0) [2022-10-26T04:12:09.110Z] (13/129) Installing xset (1.2.4-r0) [2022-10-26T04:12:09.110Z] (14/129) Installing xprop (1.2.5-r0) [2022-10-26T04:12:09.110Z] (15/129) Installing xdg-utils (1.1.3-r0) [2022-10-26T04:12:09.110Z] (16/129) Installing eudev-libs (3.2.11_pre1-r0) [2022-10-26T04:12:09.371Z] (17/129) Installing pkgconf (1.8.0-r0) [2022-10-26T04:12:09.371Z] (18/129) Installing libffi (3.4.2-r1) [2022-10-26T04:12:09.371Z] (19/129) Installing libintl (0.21-r0) [2022-10-26T04:12:09.371Z] (20/129) Installing libblkid (2.37.4-r0) [2022-10-26T04:12:09.371Z] (21/129) Installing libmount (2.37.4-r0) [2022-10-26T04:12:09.371Z] (22/129) Installing pcre (8.45-r1) [2022-10-26T04:12:09.371Z] (23/129) Installing glib (2.70.1-r0) [2022-10-26T04:12:09.371Z] (24/129) Installing xz-libs (5.2.5-r1) [2022-10-26T04:12:09.371Z] (25/129) Installing libxml2 (2.9.14-r2) [2022-10-26T04:12:09.371Z] (26/129) Installing shared-mime-info (2.1-r1) [2022-10-26T04:12:09.371Z] (27/129) Installing hicolor-icon-theme (0.17-r1) [2022-10-26T04:12:09.371Z] (28/129) Installing libjpeg-turbo (2.1.2-r0) [2022-10-26T04:12:09.371Z] (29/129) Installing libpng (1.6.37-r1) [2022-10-26T04:12:09.371Z] (30/129) Installing libwebp (1.2.2-r0) [2022-10-26T04:12:09.371Z] (31/129) Installing zstd-libs (1.5.0-r0) [2022-10-26T04:12:09.371Z] (32/129) Installing tiff (4.4.0-r0) [2022-10-26T04:12:09.371Z] (33/129) Installing gdk-pixbuf (2.42.8-r0) [2022-10-26T04:12:09.371Z] (34/129) Installing gtk-update-icon-cache (2.24.33-r0) [2022-10-26T04:12:09.371Z] (35/129) Installing libxcomposite (0.4.5-r0) [2022-10-26T04:12:09.371Z] (36/129) Installing libxfixes (6.0.0-r0) [2022-10-26T04:12:09.371Z] (37/129) Installing libxrender (0.9.10-r3) [2022-10-26T04:12:09.371Z] (38/129) Installing libxcursor (1.2.0-r0) [2022-10-26T04:12:09.371Z] (39/129) Installing libxdamage (1.1.5-r1) [2022-10-26T04:12:09.371Z] (40/129) Installing libxi (1.8-r0) [2022-10-26T04:12:09.631Z] (41/129) Installing libxinerama (1.1.4-r1) [2022-10-26T04:12:09.631Z] (42/129) Installing libxrandr (1.5.2-r1) [2022-10-26T04:12:09.631Z] (43/129) Installing atk (2.36.0-r0) [2022-10-26T04:12:09.631Z] (44/129) Installing libxtst (1.2.3-r3) [2022-10-26T04:12:09.631Z] (45/129) Installing dbus-libs (1.12.24-r0) [2022-10-26T04:12:09.631Z] (46/129) Installing at-spi2-core (2.42.0-r0) [2022-10-26T04:12:09.631Z] (47/129) Installing at-spi2-atk (2.38.0-r0) [2022-10-26T04:12:09.631Z] (48/129) Installing expat (2.5.0-r0) [2022-10-26T04:12:09.631Z] (49/129) Installing brotli-libs (1.0.9-r5) [2022-10-26T04:12:09.631Z] (50/129) Installing libbz2 (1.0.8-r1) [2022-10-26T04:12:09.631Z] (51/129) Installing freetype (2.11.1-r2) [2022-10-26T04:12:09.631Z] (52/129) Installing fontconfig (2.13.1-r4) [2022-10-26T04:12:09.631Z] (53/129) Installing pixman (0.40.0-r3) [2022-10-26T04:12:09.631Z] (54/129) Installing cairo (1.16.0-r5) [2022-10-26T04:12:09.631Z] (55/129) Installing cairo-gobject (1.16.0-r5) [2022-10-26T04:12:09.631Z] (56/129) Installing avahi-libs (0.8-r5) [2022-10-26T04:12:09.631Z] (57/129) Installing gmp (6.2.1-r1) [2022-10-26T04:12:09.631Z] (58/129) Installing nettle (3.7.3-r0) [2022-10-26T04:12:09.631Z] (59/129) Installing p11-kit (0.24.0-r1) [2022-10-26T04:12:09.631Z] (60/129) Installing libtasn1 (4.18.0-r0) [2022-10-26T04:12:09.631Z] (61/129) Installing libunistring (0.9.10-r1) [2022-10-26T04:12:09.631Z] (62/129) Installing gnutls (3.7.1-r1) [2022-10-26T04:12:09.631Z] (63/129) Installing cups-libs (2.3.3-r6) [2022-10-26T04:12:09.631Z] (64/129) Installing libepoxy (1.5.9-r0) [2022-10-26T04:12:09.890Z] (65/129) Installing fribidi (1.0.11-r0) [2022-10-26T04:12:09.890Z] (66/129) Installing graphite2 (1.3.14-r0) [2022-10-26T04:12:09.890Z] (67/129) Installing harfbuzz (3.0.0-r2) [2022-10-26T04:12:09.890Z] (68/129) Installing libxft (2.3.4-r0) [2022-10-26T04:12:09.890Z] (69/129) Installing pango (1.48.10-r0) [2022-10-26T04:12:09.890Z] (70/129) Installing wayland-libs-client (1.19.0-r1) [2022-10-26T04:12:09.890Z] (71/129) Installing wayland-libs-cursor (1.19.0-r1) [2022-10-26T04:12:09.890Z] (72/129) Installing wayland-libs-egl (1.19.0-r1) [2022-10-26T04:12:09.890Z] (73/129) Installing xkeyboard-config (2.34-r0) [2022-10-26T04:12:09.890Z] (74/129) Installing libxkbcommon (1.3.1-r0) [2022-10-26T04:12:09.890Z] (75/129) Installing gtk+3.0 (3.24.30-r0) [2022-10-26T04:12:09.890Z] Executing gtk+3.0-3.24.30-r0.post-install [2022-10-26T04:12:09.890Z] (76/129) Installing libfontenc (1.1.4-r0) [2022-10-26T04:12:09.890Z] (77/129) Installing mkfontscale (1.2.1-r1) [2022-10-26T04:12:09.890Z] (78/129) Installing ttf-opensans (1.10-r1) [2022-10-26T04:12:09.890Z] Executing ttf-opensans-1.10-r1.post-install [2022-10-26T04:12:12.426Z] (79/129) Installing libogg (1.3.5-r0) [2022-10-26T04:12:12.426Z] (80/129) Installing flac (1.3.4-r0) [2022-10-26T04:12:12.426Z] (81/129) Installing alsa-lib (1.2.5.1-r1) [2022-10-26T04:12:12.427Z] (82/129) Installing libatomic (10.3.1_git20211027-r0) [2022-10-26T04:12:12.427Z] (83/129) Installing sdl2 (2.0.16-r4) [2022-10-26T04:12:12.427Z] (84/129) Installing aom-libs (3.2.0-r0) [2022-10-26T04:12:12.427Z] (85/129) Installing libass (0.15.2-r0) [2022-10-26T04:12:12.427Z] (86/129) Installing libdav1d (0.9.2-r0) [2022-10-26T04:12:12.427Z] (87/129) Installing ncurses-terminfo-base (6.3_p20211120-r1) [2022-10-26T04:12:12.427Z] (88/129) Installing ncurses-libs (6.3_p20211120-r1) [2022-10-26T04:12:12.427Z] (89/129) Installing lame (3.100-r0) [2022-10-26T04:12:12.427Z] (90/129) Installing opus (1.3.1-r1) [2022-10-26T04:12:12.427Z] (91/129) Installing libgomp (10.3.1_git20211027-r0) [2022-10-26T04:12:12.427Z] (92/129) Installing soxr (0.1.3-r2) [2022-10-26T04:12:12.427Z] (93/129) Installing libsrt (1.4.2-r1) [2022-10-26T04:12:12.427Z] (94/129) Installing libssh (0.9.6-r1) [2022-10-26T04:12:12.427Z] (95/129) Installing libtheora (1.1.1-r16) [2022-10-26T04:12:12.427Z] (96/129) Installing v4l-utils-libs (1.22.1-r1) [2022-10-26T04:12:12.427Z] (97/129) Installing libpciaccess (0.16-r0) [2022-10-26T04:12:12.427Z] (98/129) Installing libdrm (2.4.109-r0) [2022-10-26T04:12:12.427Z] (99/129) Installing libva (2.13.0-r0) [2022-10-26T04:12:12.427Z] (100/129) Installing libvdpau (1.4-r0) [2022-10-26T04:12:12.427Z] (101/129) Installing vidstab (1.1.0-r1) [2022-10-26T04:12:12.427Z] (102/129) Installing libvorbis (1.3.7-r0) [2022-10-26T04:12:12.427Z] (103/129) Installing libvpx (1.10.0-r0) [2022-10-26T04:12:12.427Z] (104/129) Installing vulkan-loader (1.2.196-r0) [2022-10-26T04:12:12.427Z] (105/129) Installing x264-libs (20210613-r0) [2022-10-26T04:12:12.427Z] (106/129) Installing x265-libs (3.5-r0) [2022-10-26T04:12:12.427Z] (107/129) Installing xvidcore (1.3.7-r1) [2022-10-26T04:12:12.427Z] (108/129) Installing ffmpeg-libs (4.4.1-r2) [2022-10-26T04:12:12.427Z] (109/129) Installing libevent (2.1.12-r4) [2022-10-26T04:12:12.427Z] (110/129) Installing mesa (21.2.6-r0) [2022-10-26T04:12:12.427Z] (111/129) Installing wayland-libs-server (1.19.0-r1) [2022-10-26T04:12:12.427Z] (112/129) Installing mesa-gbm (21.2.6-r0) [2022-10-26T04:12:12.427Z] (113/129) Installing lcms2 (2.12-r1) [2022-10-26T04:12:12.427Z] (114/129) Installing nspr (4.32-r0) [2022-10-26T04:12:12.689Z] (115/129) Installing sqlite-libs (3.36.0-r0) [2022-10-26T04:12:12.689Z] (116/129) Installing nss (3.78.1-r0) [2022-10-26T04:12:12.689Z] (117/129) Installing libasyncns (0.8-r1) [2022-10-26T04:12:12.689Z] (118/129) Installing libltdl (2.4.6-r7) [2022-10-26T04:12:12.689Z] (119/129) Installing orc (0.4.32-r0) [2022-10-26T04:12:12.689Z] (120/129) Installing libsndfile (1.0.31-r1) [2022-10-26T04:12:12.689Z] (121/129) Installing speexdsp (1.2.0-r0) [2022-10-26T04:12:12.689Z] (122/129) Installing tdb-libs (1.4.5-r0) [2022-10-26T04:12:12.689Z] (123/129) Installing libpulse (15.0-r2) [2022-10-26T04:12:12.689Z] (124/129) Installing re2 (2021.11.01-r0) [2022-10-26T04:12:12.689Z] (125/129) Installing snappy (1.1.9-r1) [2022-10-26T04:12:12.689Z] (126/129) Installing libgpg-error (1.42-r1) [2022-10-26T04:12:12.689Z] (127/129) Installing libgcrypt (1.9.4-r0) [2022-10-26T04:12:12.689Z] (128/129) Installing libxslt (1.1.35-r0) [2022-10-26T04:12:12.689Z] (129/129) Installing chromium (99.0.4844.84-r0) [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-10-26T04:12:12.799Z] provisioning config files... [2022-10-26T04:12:12.834Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/1@tmp/config559837716224064407tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-10-26T04:12:13.242Z] ---> docker-login.sh [2022-10-26T04:12:13.242Z] nexus3.edgexfoundry.org:10001 [2022-10-26T04:12:13.631Z] Executing busybox-1.34.1-r7.trigger [2022-10-26T04:12:13.631Z] Executing glib-2.70.1-r0.trigger [2022-10-26T04:12:13.631Z] Executing shared-mime-info-2.1-r1.trigger [2022-10-26T04:12:13.838Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-10-26T04:12:13.838Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-10-26T04:12:13.838Z] Configure a credential helper to remove this warning. See [2022-10-26T04:12:13.838Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-10-26T04:12:13.839Z] [2022-10-26T04:12:13.839Z] Login Succeeded [2022-10-26T04:12:14.112Z] nexus3.edgexfoundry.org:10002 [2022-10-26T04:12:14.385Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-10-26T04:12:14.385Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-10-26T04:12:14.385Z] Configure a credential helper to remove this warning. See [2022-10-26T04:12:14.385Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-10-26T04:12:14.385Z] [2022-10-26T04:12:14.385Z] Login Succeeded [2022-10-26T04:12:14.385Z] nexus3.edgexfoundry.org:10003 [2022-10-26T04:12:14.659Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-10-26T04:12:14.933Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-10-26T04:12:14.933Z] Configure a credential helper to remove this warning. See [2022-10-26T04:12:14.933Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-10-26T04:12:14.933Z] [2022-10-26T04:12:14.933Z] Login Succeeded [2022-10-26T04:12:14.933Z] nexus3.edgexfoundry.org:10004 [2022-10-26T04:12:15.204Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-10-26T04:12:15.204Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-10-26T04:12:15.204Z] Configure a credential helper to remove this warning. See [2022-10-26T04:12:15.204Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-10-26T04:12:15.204Z] [2022-10-26T04:12:15.204Z] Login Succeeded [2022-10-26T04:12:15.204Z] docker.io [2022-10-26T04:12:15.477Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-10-26T04:12:15.547Z] Executing gdk-pixbuf-2.42.8-r0.trigger [2022-10-26T04:12:15.547Z] Executing gtk-update-icon-cache-2.24.33-r0.trigger [2022-10-26T04:12:15.547Z] Executing fontconfig-2.13.1-r4.trigger [2022-10-26T04:12:15.547Z] Executing mkfontscale-1.2.1-r1.trigger [2022-10-26T04:12:15.547Z] OK: 286 MiB in 145 packages [2022-10-26T04:12:16.070Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-10-26T04:12:16.070Z] Configure a credential helper to remove this warning. See [2022-10-26T04:12:16.070Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-10-26T04:12:16.070Z] [2022-10-26T04:12:16.070Z] Login Succeeded [2022-10-26T04:12:16.070Z] ---> docker-login.sh ends [Pipeline] } [2022-10-26T04:12:16.101Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2022-10-26T04:12:16.421Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-10-26T04:12:16.457Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-10-26T04:12:16.496Z] ========================================================= [2022-10-26T04:12:16.496Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine] [2022-10-26T04:12:16.496Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-10-26T04:12:17.011Z] + 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-10-26T04:12:17.988Z] Sending build context to Docker daemon 28.73MB [2022-10-26T04:12:17.988Z] Step 1/16 : ARG BASE=golang:1.18-alpine3.16 [2022-10-26T04:12:17.988Z] Step 2/16 : FROM ${BASE} AS builder [2022-10-26T04:12:18.258Z] 1.18-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2022-10-26T04:12:18.258Z] 9b18e9b68314: Pulling fs layer [2022-10-26T04:12:18.258Z] d32db5db7311: Pulling fs layer [2022-10-26T04:12:18.258Z] d0c4b47475fc: Pulling fs layer [2022-10-26T04:12:18.258Z] 5831b945b038: Pulling fs layer [2022-10-26T04:12:18.258Z] 86bbec2aaacd: Pulling fs layer [2022-10-26T04:12:18.258Z] e10730c5d714: Pulling fs layer [2022-10-26T04:12:18.258Z] 5dd5c2283517: Pulling fs layer [2022-10-26T04:12:18.258Z] d5ac0230b979: Pulling fs layer [2022-10-26T04:12:18.258Z] e10730c5d714: Waiting [2022-10-26T04:12:18.258Z] 5dd5c2283517: Waiting [2022-10-26T04:12:18.258Z] 5831b945b038: Waiting [2022-10-26T04:12:18.258Z] d5ac0230b979: Waiting [2022-10-26T04:12:18.258Z] 86bbec2aaacd: Waiting [2022-10-26T04:12:18.258Z] d0c4b47475fc: Verifying Checksum [2022-10-26T04:12:18.258Z] d0c4b47475fc: Download complete [2022-10-26T04:12:18.258Z] d32db5db7311: Verifying Checksum [2022-10-26T04:12:18.258Z] d32db5db7311: Download complete [2022-10-26T04:12:18.258Z] 86bbec2aaacd: Verifying Checksum [2022-10-26T04:12:18.258Z] 86bbec2aaacd: Download complete [2022-10-26T04:12:18.258Z] e10730c5d714: Verifying Checksum [2022-10-26T04:12:18.258Z] e10730c5d714: Download complete [2022-10-26T04:12:18.258Z] 9b18e9b68314: Verifying Checksum [2022-10-26T04:12:18.258Z] 9b18e9b68314: Download complete [2022-10-26T04:12:19.748Z] Removing intermediate container 12e3178accdd [2022-10-26T04:12:19.748Z] ---> 179b534875bb [2022-10-26T04:12:19.748Z] Step 3/10 : ENV CHROME_BIN=/usr/bin/chromium-browser [2022-10-26T04:12:19.748Z] ---> Running in a6ae18c5389b [2022-10-26T04:12:19.843Z] 9b18e9b68314: Pull complete [2022-10-26T04:12:19.843Z] d5ac0230b979: Verifying Checksum [2022-10-26T04:12:19.843Z] d5ac0230b979: Download complete [2022-10-26T04:12:20.007Z] Removing intermediate container a6ae18c5389b [2022-10-26T04:12:20.007Z] ---> caf1980dc214 [2022-10-26T04:12:20.007Z] Step 4/10 : ENV PATH /app/node_modules/.bin:$PATH [2022-10-26T04:12:20.007Z] ---> Running in d23ae87a6222 [2022-10-26T04:12:20.007Z] Removing intermediate container d23ae87a6222 [2022-10-26T04:12:20.008Z] ---> 57e5958fe64a [2022-10-26T04:12:20.008Z] Step 5/10 : RUN npm install -g npm [2022-10-26T04:12:20.008Z] ---> Running in d803139931a1 [2022-10-26T04:12:20.117Z] d32db5db7311: Pull complete [2022-10-26T04:12:20.715Z] d0c4b47475fc: Pull complete [2022-10-26T04:12:20.984Z] 5dd5c2283517: Download complete [2022-10-26T04:12:21.951Z] 5831b945b038: Verifying Checksum [2022-10-26T04:12:21.951Z] 5831b945b038: Download complete [2022-10-26T04:12:26.583Z] [2022-10-26T04:12:26.583Z] changed 54 packages, and audited 212 packages in 5s [2022-10-26T04:12:26.583Z] [2022-10-26T04:12:26.583Z] 11 packages are looking for funding [2022-10-26T04:12:26.583Z] run `npm fund` for details [2022-10-26T04:12:26.583Z] [2022-10-26T04:12:26.583Z] found 0 vulnerabilities [2022-10-26T04:12:27.191Z] Removing intermediate container d803139931a1 [2022-10-26T04:12:27.191Z] ---> 9dd8399d08db [2022-10-26T04:12:27.191Z] Step 6/10 : ARG USER=1000 [2022-10-26T04:12:27.191Z] ---> Running in 3f18b504acd4 [2022-10-26T04:12:27.450Z] Removing intermediate container 3f18b504acd4 [2022-10-26T04:12:27.450Z] ---> 7fcb06dd3b22 [2022-10-26T04:12:27.450Z] Step 7/10 : RUN deluser --remove-home node && adduser -u $USER -D -s /bin/sh node [2022-10-26T04:12:27.450Z] ---> Running in da15c54f5dcb [2022-10-26T04:12:28.017Z] Removing intermediate container da15c54f5dcb [2022-10-26T04:12:28.017Z] ---> 857cdd670316 [2022-10-26T04:12:28.017Z] Step 8/10 : USER $USER:$USER [2022-10-26T04:12:28.017Z] ---> Running in d1defbd9e60b [2022-10-26T04:12:28.017Z] Removing intermediate container d1defbd9e60b [2022-10-26T04:12:28.017Z] ---> f79486aba51f [2022-10-26T04:12:28.017Z] Step 9/10 : WORKDIR /app [2022-10-26T04:12:28.017Z] ---> Running in 04264f983f5b [2022-10-26T04:12:28.017Z] Removing intermediate container 04264f983f5b [2022-10-26T04:12:28.017Z] ---> 4031a499ba43 [2022-10-26T04:12:28.017Z] Step 10/10 : LABEL git_sha=2200f8ef825af80b0b715a47901bc46b57d6c0b2 [2022-10-26T04:12:28.276Z] ---> Running in 44869b263600 [2022-10-26T04:12:28.276Z] Removing intermediate container 44869b263600 [2022-10-26T04:12:28.276Z] ---> 6975ea228976 [2022-10-26T04:12:28.276Z] Successfully built 6975ea228976 [2022-10-26T04:12:28.276Z] Successfully tagged edgexfoundry/edgex-web-ui:2200f8ef825af80b0b715a47901bc46b57d6c0b2 [2022-10-26T04:12:28.276Z] Successfully tagged edgexfoundry/edgex-web-ui:0.0.0-dev [2022-10-26T04:12:28.276Z] touch edgex-web-ui.imagebuilt [2022-10-26T04:12:28.276Z] mkdir -p node_modules coverage [2022-10-26T04:12:28.276Z] chown "1000:1000" node_modules coverage package-lock.json [2022-10-26T04:12:28.276Z] docker run --rm -i -v "$(pwd):/app" -u "1000:1000" edgexfoundry/edgex-web-ui:0.0.0-dev npm install [2022-10-26T04:12:30.183Z] npm WARN EBADENGINE Unsupported engine { [2022-10-26T04:12:30.183Z] npm WARN EBADENGINE package: '@angular-devkit/architect@0.1202.4', [2022-10-26T04:12:30.183Z] npm WARN EBADENGINE required: { [2022-10-26T04:12:30.183Z] npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', [2022-10-26T04:12:30.183Z] npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', [2022-10-26T04:12:30.183Z] npm WARN EBADENGINE yarn: '>= 1.13.0' [2022-10-26T04:12:30.183Z] npm WARN EBADENGINE }, [2022-10-26T04:12:30.183Z] npm WARN EBADENGINE current: { node: 'v16.17.1', npm: '8.19.2' } [2022-10-26T04:12:30.183Z] npm WARN EBADENGINE } [2022-10-26T04:12:30.183Z] npm WARN EBADENGINE Unsupported engine { [2022-10-26T04:12:30.183Z] npm WARN EBADENGINE package: '@angular-devkit/build-angular@12.2.4', [2022-10-26T04:12:30.183Z] npm WARN EBADENGINE required: { [2022-10-26T04:12:30.183Z] npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', [2022-10-26T04:12:30.183Z] npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', [2022-10-26T04:12:30.183Z] npm WARN EBADENGINE yarn: '>= 1.13.0' [2022-10-26T04:12:30.183Z] npm WARN EBADENGINE }, [2022-10-26T04:12:30.183Z] npm WARN EBADENGINE current: { node: 'v16.17.1', npm: '8.19.2' } [2022-10-26T04:12:30.183Z] npm WARN EBADENGINE } [2022-10-26T04:12:30.183Z] npm WARN EBADENGINE Unsupported engine { [2022-10-26T04:12:30.183Z] npm WARN EBADENGINE package: '@angular-devkit/build-optimizer@0.1202.4', [2022-10-26T04:12:30.183Z] npm WARN EBADENGINE required: { [2022-10-26T04:12:30.183Z] npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', [2022-10-26T04:12:30.183Z] npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', [2022-10-26T04:12:30.183Z] npm WARN EBADENGINE yarn: '>= 1.13.0' [2022-10-26T04:12:30.183Z] npm WARN EBADENGINE }, [2022-10-26T04:12:30.183Z] npm WARN EBADENGINE current: { node: 'v16.17.1', npm: '8.19.2' } [2022-10-26T04:12:30.183Z] npm WARN EBADENGINE } [2022-10-26T04:12:30.183Z] npm WARN EBADENGINE Unsupported engine { [2022-10-26T04:12:30.183Z] npm WARN EBADENGINE package: '@angular-devkit/build-webpack@0.1202.4', [2022-10-26T04:12:30.183Z] npm WARN EBADENGINE required: { [2022-10-26T04:12:30.183Z] npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', [2022-10-26T04:12:30.183Z] npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', [2022-10-26T04:12:30.183Z] npm WARN EBADENGINE yarn: '>= 1.13.0' [2022-10-26T04:12:30.183Z] npm WARN EBADENGINE }, [2022-10-26T04:12:30.183Z] npm WARN EBADENGINE current: { node: 'v16.17.1', npm: '8.19.2' } [2022-10-26T04:12:30.183Z] npm WARN EBADENGINE } [2022-10-26T04:12:30.183Z] npm WARN EBADENGINE Unsupported engine { [2022-10-26T04:12:30.183Z] npm WARN EBADENGINE package: '@angular-devkit/core@12.2.4', [2022-10-26T04:12:30.183Z] npm WARN EBADENGINE required: { [2022-10-26T04:12:30.183Z] npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', [2022-10-26T04:12:30.183Z] npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', [2022-10-26T04:12:30.183Z] npm WARN EBADENGINE yarn: '>= 1.13.0' [2022-10-26T04:12:30.183Z] npm WARN EBADENGINE }, [2022-10-26T04:12:30.183Z] npm WARN EBADENGINE current: { node: 'v16.17.1', npm: '8.19.2' } [2022-10-26T04:12:30.183Z] npm WARN EBADENGINE } [2022-10-26T04:12:30.183Z] npm WARN EBADENGINE Unsupported engine { [2022-10-26T04:12:30.183Z] npm WARN EBADENGINE package: '@angular-devkit/schematics@12.2.4', [2022-10-26T04:12:30.183Z] npm WARN EBADENGINE required: { [2022-10-26T04:12:30.183Z] npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', [2022-10-26T04:12:30.183Z] npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', [2022-10-26T04:12:30.183Z] npm WARN EBADENGINE yarn: '>= 1.13.0' [2022-10-26T04:12:30.183Z] npm WARN EBADENGINE }, [2022-10-26T04:12:30.183Z] npm WARN EBADENGINE current: { node: 'v16.17.1', npm: '8.19.2' } [2022-10-26T04:12:30.183Z] npm WARN EBADENGINE } [2022-10-26T04:12:30.183Z] npm WARN EBADENGINE Unsupported engine { [2022-10-26T04:12:30.183Z] npm WARN EBADENGINE package: '@angular/cli@12.2.4', [2022-10-26T04:12:30.183Z] npm WARN EBADENGINE required: { [2022-10-26T04:12:30.183Z] npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', [2022-10-26T04:12:30.183Z] npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', [2022-10-26T04:12:30.183Z] npm WARN EBADENGINE yarn: '>= 1.13.0' [2022-10-26T04:12:30.183Z] npm WARN EBADENGINE }, [2022-10-26T04:12:30.183Z] npm WARN EBADENGINE current: { node: 'v16.17.1', npm: '8.19.2' } [2022-10-26T04:12:30.183Z] npm WARN EBADENGINE } [2022-10-26T04:12:30.183Z] npm WARN EBADENGINE Unsupported engine { [2022-10-26T04:12:30.183Z] npm WARN EBADENGINE package: '@ngtools/webpack@12.2.4', [2022-10-26T04:12:30.183Z] npm WARN EBADENGINE required: { [2022-10-26T04:12:30.183Z] npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', [2022-10-26T04:12:30.183Z] npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', [2022-10-26T04:12:30.183Z] npm WARN EBADENGINE yarn: '>= 1.13.0' [2022-10-26T04:12:30.183Z] npm WARN EBADENGINE }, [2022-10-26T04:12:30.183Z] npm WARN EBADENGINE current: { node: 'v16.17.1', npm: '8.19.2' } [2022-10-26T04:12:30.183Z] npm WARN EBADENGINE } [2022-10-26T04:12:30.183Z] npm WARN EBADENGINE Unsupported engine { [2022-10-26T04:12:30.183Z] npm WARN EBADENGINE package: '@schematics/angular@12.2.4', [2022-10-26T04:12:30.183Z] npm WARN EBADENGINE required: { [2022-10-26T04:12:30.183Z] npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', [2022-10-26T04:12:30.183Z] npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', [2022-10-26T04:12:30.183Z] npm WARN EBADENGINE yarn: '>= 1.13.0' [2022-10-26T04:12:30.183Z] npm WARN EBADENGINE }, [2022-10-26T04:12:30.183Z] npm WARN EBADENGINE current: { node: 'v16.17.1', npm: '8.19.2' } [2022-10-26T04:12:30.183Z] npm WARN EBADENGINE } [2022-10-26T04:12:34.304Z] 5831b945b038: Pull complete [2022-10-26T04:12:34.579Z] 86bbec2aaacd: Pull complete [2022-10-26T04:12:34.850Z] e10730c5d714: Pull complete [2022-10-26T04:12:35.456Z] npm WARN deprecated urix@0.1.0: Please see https://github.com/lydell/urix#deprecated [2022-10-26T04:12:35.456Z] 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-10-26T04:12:35.456Z] npm WARN deprecated source-map-url@0.4.1: See https://github.com/lydell/source-map-url#deprecated [2022-10-26T04:12:35.456Z] npm WARN deprecated source-map-resolve@0.6.0: See https://github.com/lydell/source-map-resolve#deprecated [2022-10-26T04:12:35.456Z] npm WARN deprecated resolve-url@0.2.1: https://github.com/lydell/resolve-url#deprecated [2022-10-26T04:12:35.456Z] npm WARN deprecated querystring@0.2.0: The querystring API is considered Legacy. new code should use the URLSearchParams API instead. [2022-10-26T04:12:36.391Z] npm WARN deprecated request@2.88.2: request has been deprecated, see https://github.com/request/request/issues/3142 [2022-10-26T04:12:37.325Z] npm WARN deprecated har-validator@5.1.5: this library is no longer supported [2022-10-26T04:12:37.325Z] npm WARN deprecated flatten@1.0.3: flatten is deprecated in favor of utility frameworks such as lodash. [2022-10-26T04:12:39.864Z] 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-10-26T04:12:39.864Z] 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-10-26T04:12:40.799Z] 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-10-26T04:12:41.057Z] 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-10-26T04:12:41.316Z] npm WARN deprecated source-map-resolve@0.5.3: See https://github.com/lydell/source-map-resolve#deprecated [2022-10-26T04:12:41.556Z] 5dd5c2283517: Pull complete [2022-10-26T04:12:41.573Z] 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-10-26T04:12:41.573Z] 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-10-26T04:12:42.507Z] npm WARN deprecated source-map-resolve@0.5.3: See https://github.com/lydell/source-map-resolve#deprecated [2022-10-26T04:12:43.515Z] d5ac0230b979: Pull complete [2022-10-26T04:12:43.515Z] Digest: sha256:20129d036edcc9aeb260ee0df12cfa5280992c4a8e5b89377467d541f90c94a2 [2022-10-26T04:12:43.515Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2022-10-26T04:12:43.515Z] ---> 59b3b1a385d4 [2022-10-26T04:12:43.515Z] Step 3/16 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" [2022-10-26T04:12:45.070Z] 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-10-26T04:12:45.478Z] ---> Running in 7078072ea51c [2022-10-26T04:12:45.748Z] Removing intermediate container 7078072ea51c [2022-10-26T04:12:45.748Z] ---> f345b03e3705 [2022-10-26T04:12:45.748Z] Step 4/16 : ARG ALPINE_PKG_BASE="make git" [2022-10-26T04:12:46.018Z] ---> Running in ba0160e4e28e [2022-10-26T04:12:46.288Z] Removing intermediate container ba0160e4e28e [2022-10-26T04:12:46.288Z] ---> 8741e9e9b457 [2022-10-26T04:12:46.288Z] Step 5/16 : ARG ALPINE_PKG_EXTRA="" [2022-10-26T04:12:46.288Z] ---> Running in 48654bfc4836 [2022-10-26T04:12:46.559Z] Removing intermediate container 48654bfc4836 [2022-10-26T04:12:46.559Z] ---> 11d370d09ecd [2022-10-26T04:12:46.559Z] Step 6/16 : LABEL Name=edgex-ui-go [2022-10-26T04:12:46.827Z] ---> Running in 9bf5a6648f25 [2022-10-26T04:12:46.971Z] 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-10-26T04:12:47.097Z] Removing intermediate container 9bf5a6648f25 [2022-10-26T04:12:47.097Z] ---> 18ef1dcb0bee [2022-10-26T04:12:47.097Z] Step 7/16 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2022: Intel' [2022-10-26T04:12:47.097Z] ---> Running in f31048e76907 [2022-10-26T04:12:47.683Z] Removing intermediate container f31048e76907 [2022-10-26T04:12:47.683Z] ---> fb407a37fdb4 [2022-10-26T04:12:47.683Z] Step 8/16 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2022-10-26T04:12:48.268Z] latest: Pulling from library/docker [2022-10-26T04:12:48.268Z] 9b18e9b68314: Already exists [2022-10-26T04:12:48.268Z] e5833820420a: Pulling fs layer [2022-10-26T04:12:48.268Z] 79069699b830: Pulling fs layer [2022-10-26T04:12:48.268Z] 1ee9c3c3cf30: Pulling fs layer [2022-10-26T04:12:48.268Z] e0d61bd8b9f5: Pulling fs layer [2022-10-26T04:12:48.268Z] 245f2ec60f2d: Pulling fs layer [2022-10-26T04:12:48.268Z] 565435f1ea60: Pulling fs layer [2022-10-26T04:12:48.268Z] a2b0e4f6483b: Pulling fs layer [2022-10-26T04:12:48.268Z] 245f2ec60f2d: Waiting [2022-10-26T04:12:48.268Z] 2f6ebfe41273: Pulling fs layer [2022-10-26T04:12:48.268Z] 565435f1ea60: Waiting [2022-10-26T04:12:48.268Z] a2b0e4f6483b: Waiting [2022-10-26T04:12:48.268Z] 2f6ebfe41273: Waiting [2022-10-26T04:12:48.540Z] 79069699b830: Download complete [2022-10-26T04:12:48.540Z] e5833820420a: Verifying Checksum [2022-10-26T04:12:48.540Z] e5833820420a: Download complete [2022-10-26T04:12:48.811Z] 1ee9c3c3cf30: Verifying Checksum [2022-10-26T04:12:48.811Z] 1ee9c3c3cf30: Download complete [2022-10-26T04:12:49.080Z] 565435f1ea60: Verifying Checksum [2022-10-26T04:12:49.080Z] 565435f1ea60: Download complete [2022-10-26T04:12:49.080Z] e0d61bd8b9f5: Verifying Checksum [2022-10-26T04:12:49.080Z] e0d61bd8b9f5: Download complete [2022-10-26T04:12:49.080Z] 245f2ec60f2d: Verifying Checksum [2022-10-26T04:12:49.080Z] 245f2ec60f2d: Download complete [2022-10-26T04:12:49.350Z] a2b0e4f6483b: Verifying Checksum [2022-10-26T04:12:49.350Z] a2b0e4f6483b: Download complete [2022-10-26T04:12:49.350Z] 2f6ebfe41273: Verifying Checksum [2022-10-26T04:12:49.350Z] 2f6ebfe41273: Download complete [2022-10-26T04:12:49.350Z] e5833820420a: Pull complete [2022-10-26T04:12:49.621Z] 79069699b830: Pull complete [2022-10-26T04:12:50.590Z] 1ee9c3c3cf30: Pull complete [2022-10-26T04:12:52.021Z] e0d61bd8b9f5: Pull complete [2022-10-26T04:12:52.234Z] [2022-10-26T04:12:52.234Z] added 1478 packages, and audited 1479 packages in 23s [2022-10-26T04:12:52.234Z] [2022-10-26T04:12:52.234Z] 90 packages are looking for funding [2022-10-26T04:12:52.234Z] run `npm fund` for details [2022-10-26T04:12:52.234Z] [2022-10-26T04:12:52.234Z] 14 vulnerabilities (3 moderate, 9 high, 2 critical) [2022-10-26T04:12:52.234Z] [2022-10-26T04:12:52.234Z] To address issues that do not require attention, run: [2022-10-26T04:12:52.234Z] npm audit fix [2022-10-26T04:12:52.234Z] [2022-10-26T04:12:52.234Z] To address all issues (including breaking changes), run: [2022-10-26T04:12:52.234Z] npm audit fix --force [2022-10-26T04:12:52.234Z] [2022-10-26T04:12:52.234Z] Run `npm audit` for details. [2022-10-26T04:12:52.992Z] 245f2ec60f2d: Pull complete [2022-10-26T04:12:52.992Z] 565435f1ea60: Pull complete [2022-10-26T04:12:53.263Z] a2b0e4f6483b: Pull complete [2022-10-26T04:12:53.533Z] 2f6ebfe41273: Pull complete [2022-10-26T04:12:53.533Z] Digest: sha256:466edff9fbc8e1326259d04412f55684c2e0f79c574eb9782c252011a87d8046 [2022-10-26T04:12:53.533Z] Status: Downloaded newer image for docker:latest [2022-10-26T04:12:56.120Z] ---> 5b0a30e2e354 [2022-10-26T04:12:56.121Z] Step 9/16 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-26T04:12:56.121Z] ---> Running in 9fd2efda3986 [2022-10-26T04:12:58.078Z] Removing intermediate container 9fd2efda3986 [2022-10-26T04:12:58.078Z] ---> 7e52e9679c64 [2022-10-26T04:12:58.078Z] Step 10/16 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2022-10-26T04:12:58.078Z] ---> Running in 8ea72fe43d2d [2022-10-26T04:12:58.864Z] 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-10-26T04:12:59.494Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-10-26T04:12:59.761Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-10-26T04:13:00.785Z] - Generating browser application bundles (phase: setup)... [2022-10-26T04:13:01.711Z] OK: 221 MiB in 51 packages [2022-10-26T04:13:02.302Z] Removing intermediate container 8ea72fe43d2d [2022-10-26T04:13:02.302Z] ---> c0ad25479956 [2022-10-26T04:13:02.302Z] Step 11/16 : ENV GO111MODULE=on [2022-10-26T04:13:02.302Z] ---> Running in 47f510574e00 [2022-10-26T04:13:02.576Z] Removing intermediate container 47f510574e00 [2022-10-26T04:13:02.576Z] ---> 9463fa75de30 [2022-10-26T04:13:02.576Z] Step 12/16 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go [2022-10-26T04:13:02.845Z] ---> Running in 0509893f8931 [2022-10-26T04:13:03.115Z] Removing intermediate container 0509893f8931 [2022-10-26T04:13:03.115Z] ---> 378a6b3ffef1 [2022-10-26T04:13:03.115Z] Step 13/16 : COPY go.mod vendor* ./ [2022-10-26T04:13:03.708Z] ---> 8251543a4d2a [2022-10-26T04:13:03.708Z] Step 14/16 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-10-26T04:13:03.708Z] ---> Running in 3f9dac5c42f5 [2022-10-26T04:13:04.971Z] Compiling @angular/core : es2015 as esm2015 [2022-10-26T04:13:04.971Z] Compiling @angular/compiler/testing : es2015 as esm2015 [2022-10-26T04:13:09.154Z] Compiling @angular/common : es2015 as esm2015 [2022-10-26T04:13:09.154Z] Compiling @angular/core/testing : es2015 as esm2015 [2022-10-26T04:13:09.718Z] Compiling @angular/platform-browser : es2015 as esm2015 [2022-10-26T04:13:09.718Z] Compiling @angular/common/testing : es2015 as esm2015 [2022-10-26T04:13:10.282Z] Compiling @angular/platform-browser-dynamic : es2015 as esm2015 [2022-10-26T04:13:10.282Z] Compiling @angular/platform-browser/testing : es2015 as esm2015 [2022-10-26T04:13:10.539Z] Compiling @angular/router : es2015 as esm2015 [2022-10-26T04:13:10.797Z] Compiling @angular/common/http : es2015 as esm2015 [2022-10-26T04:13:10.797Z] Compiling @angular/platform-browser-dynamic/testing : es2015 as esm2015 [2022-10-26T04:13:11.054Z] Compiling @angular/forms : es2015 as esm2015 [2022-10-26T04:13:11.313Z] Compiling @angular/common/http/testing : es2015 as esm2015 [2022-10-26T04:13:12.690Z] Compiling @angular/router/testing : es2015 as esm2015 [2022-10-26T04:13:20.799Z] 26 10 2022 04:13:19.334:INFO [karma-server]: Karma v6.3.16 server started at http://localhost:9876/ [2022-10-26T04:13:20.799Z] 26 10 2022 04:13:19.337:INFO [launcher]: Launching browsers ChromeHeadlessNoSandbox with concurrency unlimited [2022-10-26T04:13:20.799Z] 26 10 2022 04:13:19.341:INFO [launcher]: Starting browser ChromeHeadless [2022-10-26T04:13:33.009Z] ✔ Browser application bundle generation complete. [2022-10-26T04:13:33.010Z] 26 10 2022 04:13:31.924:INFO [Chrome Headless 99.0.4844.84 (Linux x86_64)]: Connected on socket caCKLhvtdcimNO6SAAAB with id 39856187 [2022-10-26T04:13:34.910Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 0 of 149 SUCCESS (0 secs / 0 secs) [2022-10-26T04:13:34.910Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 1 of 149 SUCCESS (0 secs / 0.167 secs) [2022-10-26T04:13:35.168Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 2 of 149 SUCCESS (0 secs / 0.196 secs) [2022-10-26T04:13:35.168Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 3 of 149 SUCCESS (0 secs / 0.256 secs) [2022-10-26T04:13:35.168Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 4 of 149 SUCCESS (0 secs / 0.272 secs) [2022-10-26T04:13:35.168Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 5 of 149 SUCCESS (0 secs / 0.349 secs) [2022-10-26T04:13:35.168Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 6 of 149 SUCCESS (0 secs / 0.364 secs) [2022-10-26T04:13:35.427Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 7 of 149 SUCCESS (0 secs / 0.379 secs) [2022-10-26T04:13:35.427Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 8 of 149 SUCCESS (0 secs / 0.393 secs) [2022-10-26T04:13:35.427Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 9 of 149 SUCCESS (0 secs / 0.398 secs) [2022-10-26T04:13:35.427Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 10 of 149 SUCCESS (0 secs / 0.401 secs) [2022-10-26T04:13:35.427Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 11 of 149 SUCCESS (0 secs / 0.404 secs) [2022-10-26T04:13:35.427Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 12 of 149 SUCCESS (0 secs / 0.43 secs) [2022-10-26T04:13:35.427Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 13 of 149 SUCCESS (0 secs / 0.442 secs) [2022-10-26T04:13:35.427Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 14 of 149 SUCCESS (0 secs / 0.476 secs) [2022-10-26T04:13:35.427Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 15 of 149 SUCCESS (0 secs / 0.488 secs) [2022-10-26T04:13:35.427Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 16 of 149 SUCCESS (0 secs / 0.545 secs) [2022-10-26T04:13:35.427Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 17 of 149 SUCCESS (0 secs / 0.575 secs) [2022-10-26T04:13:35.686Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 18 of 149 SUCCESS (0 secs / 0.586 secs) [2022-10-26T04:13:35.686Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 19 of 149 SUCCESS (0 secs / 0.593 secs) [2022-10-26T04:13:35.686Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 20 of 149 SUCCESS (0 secs / 0.678 secs) [2022-10-26T04:13:35.686Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 21 of 149 SUCCESS (0 secs / 0.686 secs) [2022-10-26T04:13:35.686Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 22 of 149 SUCCESS (0 secs / 0.724 secs) [2022-10-26T04:13:35.686Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 23 of 149 SUCCESS (0 secs / 0.733 secs) [2022-10-26T04:13:35.686Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 24 of 149 SUCCESS (0 secs / 0.741 secs) [2022-10-26T04:13:35.686Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 25 of 149 SUCCESS (0 secs / 0.751 secs) [2022-10-26T04:13:35.943Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 26 of 149 SUCCESS (0 secs / 0.84 secs) [2022-10-26T04:13:35.943Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 27 of 149 SUCCESS (0 secs / 0.849 secs) [2022-10-26T04:13:35.943Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 28 of 149 SUCCESS (0 secs / 0.853 secs) [2022-10-26T04:13:35.943Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 29 of 149 SUCCESS (0 secs / 0.856 secs) [2022-10-26T04:13:35.943Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 30 of 149 SUCCESS (0 secs / 0.864 secs) [2022-10-26T04:13:35.943Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 31 of 149 SUCCESS (0 secs / 0.869 secs) [2022-10-26T04:13:35.943Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 32 of 149 SUCCESS (0 secs / 0.879 secs) [2022-10-26T04:13:35.944Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 33 of 149 SUCCESS (0 secs / 0.889 secs) [2022-10-26T04:13:35.944Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 34 of 149 SUCCESS (0 secs / 0.905 secs) [2022-10-26T04:13:35.944Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 35 of 149 SUCCESS (0 secs / 0.945 secs) [2022-10-26T04:13:35.944Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 36 of 149 SUCCESS (0 secs / 0.952 secs) [2022-10-26T04:13:35.944Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 37 of 149 SUCCESS (0 secs / 0.978 secs) [2022-10-26T04:13:36.202Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 38 of 149 SUCCESS (0 secs / 0.989 secs) [2022-10-26T04:13:36.202Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 39 of 149 SUCCESS (0 secs / 0.993 secs) [2022-10-26T04:13:36.202Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 40 of 149 SUCCESS (0 secs / 1.006 secs) [2022-10-26T04:13:36.202Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 41 of 149 SUCCESS (0 secs / 1.009 secs) [2022-10-26T04:13:36.202Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 42 of 149 SUCCESS (0 secs / 1.012 secs) [2022-10-26T04:13:36.202Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 43 of 149 SUCCESS (0 secs / 1.015 secs) [2022-10-26T04:13:36.202Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 44 of 149 SUCCESS (0 secs / 1.031 secs) [2022-10-26T04:13:36.202Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 45 of 149 SUCCESS (0 secs / 1.037 secs) [2022-10-26T04:13:36.202Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 46 of 149 SUCCESS (0 secs / 1.039 secs) [2022-10-26T04:13:36.202Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 47 of 149 SUCCESS (0 secs / 1.084 secs) [2022-10-26T04:13:36.202Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 48 of 149 SUCCESS (0 secs / 1.089 secs) [2022-10-26T04:13:36.202Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 49 of 149 SUCCESS (0 secs / 1.096 secs) [2022-10-26T04:13:36.202Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 50 of 149 SUCCESS (0 secs / 1.116 secs) [2022-10-26T04:13:36.202Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 51 of 149 SUCCESS (0 secs / 1.129 secs) [2022-10-26T04:13:36.202Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 52 of 149 SUCCESS (0 secs / 1.174 secs) [2022-10-26T04:13:36.475Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 53 of 149 SUCCESS (0 secs / 1.188 secs) [2022-10-26T04:13:36.475Z] WARN: ' [2022-10-26T04:13:36.475Z] It looks like you're using ngModel on the same form field as formControlName. [2022-10-26T04:13:36.475Z] Support for using the ngModel input property and ngModelChange event with [2022-10-26T04:13:36.475Z] reactive form directives has been deprecated in Angular v6 and will be removed [2022-10-26T04:13:36.475Z] in a future version of Angular. [2022-10-26T04:13:36.475Z] [2022-10-26T04:13:36.475Z] For more information on this, see our API docs here: [2022-10-26T04:13:36.475Z] https://angular.io/api/forms/FormControlName#use-with-ngmodel [2022-10-26T04:13:36.475Z] ' [2022-10-26T04:13:36.475Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 53 of 149 SUCCESS (0 secs / 1.188 secs) [2022-10-26T04:13:36.475Z] WARN: ' [2022-10-26T04:13:36.475Z] It looks like you're using ngModel on the same form field as formControlName. [2022-10-26T04:13:36.475Z] Support for using the ngModel input property and ngModelChange event with [2022-10-26T04:13:36.475Z] reactive form directives has been deprecated in Angular v6 and will be removed [2022-10-26T04:13:36.475Z] in a future version of Angular. [2022-10-26T04:13:36.475Z] [2022-10-26T04:13:36.475Z] For more information on this, see our API docs here: [2022-10-26T04:13:36.475Z] https://angular.io/api/forms/FormControlName#use-with-ngmodel [2022-10-26T04:13:36.475Z] ' [2022-10-26T04:13:36.475Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 54 of 149 SUCCESS (0 secs / 1.213 secs) [2022-10-26T04:13:36.475Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 55 of 149 SUCCESS (0 secs / 1.217 secs) [2022-10-26T04:13:36.476Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 56 of 149 SUCCESS (0 secs / 1.219 secs) [2022-10-26T04:13:36.476Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 57 of 149 SUCCESS (0 secs / 1.228 secs) [2022-10-26T04:13:36.476Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 58 of 149 SUCCESS (0 secs / 1.238 secs) [2022-10-26T04:13:36.476Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 59 of 149 SUCCESS (0 secs / 1.245 secs) [2022-10-26T04:13:36.476Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 60 of 149 SUCCESS (0 secs / 1.248 secs) [2022-10-26T04:13:36.476Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 61 of 149 SUCCESS (0 secs / 1.252 secs) [2022-10-26T04:13:36.476Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 62 of 149 SUCCESS (0 secs / 1.287 secs) [2022-10-26T04:13:36.476Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 63 of 149 SUCCESS (0 secs / 1.305 secs) [2022-10-26T04:13:36.476Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 64 of 149 SUCCESS (0 secs / 1.322 secs) [2022-10-26T04:13:36.476Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 65 of 149 SUCCESS (0 secs / 1.336 secs) [2022-10-26T04:13:36.476Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 66 of 149 SUCCESS (0 secs / 1.345 secs) [2022-10-26T04:13:36.734Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 67 of 149 SUCCESS (0 secs / 1.376 secs) [2022-10-26T04:13:36.734Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 68 of 149 SUCCESS (0 secs / 1.398 secs) [2022-10-26T04:13:36.734Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 69 of 149 SUCCESS (0 secs / 1.424 secs) [2022-10-26T04:13:36.734Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 70 of 149 SUCCESS (0 secs / 1.439 secs) [2022-10-26T04:13:36.734Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 71 of 149 SUCCESS (0 secs / 1.447 secs) [2022-10-26T04:13:36.734Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 72 of 149 SUCCESS (0 secs / 1.455 secs) [2022-10-26T04:13:36.734Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 73 of 149 SUCCESS (0 secs / 1.465 secs) [2022-10-26T04:13:36.734Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 74 of 149 SUCCESS (0 secs / 1.483 secs) [2022-10-26T04:13:36.734Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 75 of 149 SUCCESS (0 secs / 1.486 secs) [2022-10-26T04:13:36.734Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 76 of 149 SUCCESS (0 secs / 1.491 secs) [2022-10-26T04:13:36.734Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 77 of 149 SUCCESS (0 secs / 1.496 secs) [2022-10-26T04:13:36.734Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 78 of 149 SUCCESS (0 secs / 1.512 secs) [2022-10-26T04:13:36.734Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 79 of 149 SUCCESS (0 secs / 1.522 secs) [2022-10-26T04:13:36.993Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 80 of 149 SUCCESS (0 secs / 1.532 secs) [2022-10-26T04:13:36.993Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 81 of 149 SUCCESS (0 secs / 1.538 secs) [2022-10-26T04:13:36.993Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 82 of 149 SUCCESS (0 secs / 1.545 secs) [2022-10-26T04:13:36.993Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 83 of 149 SUCCESS (0 secs / 1.554 secs) [2022-10-26T04:13:36.993Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 84 of 149 SUCCESS (0 secs / 1.58 secs) [2022-10-26T04:13:36.993Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 85 of 149 SUCCESS (0 secs / 1.59 secs) [2022-10-26T04:13:36.993Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 86 of 149 SUCCESS (0 secs / 1.598 secs) [2022-10-26T04:13:36.993Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 87 of 149 SUCCESS (0 secs / 1.602 secs) [2022-10-26T04:13:36.993Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 88 of 149 SUCCESS (0 secs / 1.607 secs) [2022-10-26T04:13:36.993Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 89 of 149 SUCCESS (0 secs / 1.622 secs) [2022-10-26T04:13:36.993Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 90 of 149 SUCCESS (0 secs / 1.627 secs) [2022-10-26T04:13:36.993Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 91 of 149 SUCCESS (0 secs / 1.633 secs) [2022-10-26T04:13:36.993Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 92 of 149 SUCCESS (0 secs / 1.652 secs) [2022-10-26T04:13:36.993Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 93 of 149 SUCCESS (0 secs / 1.655 secs) [2022-10-26T04:13:36.993Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 94 of 149 SUCCESS (0 secs / 1.681 secs) [2022-10-26T04:13:37.252Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 95 of 149 SUCCESS (0 secs / 1.719 secs) [2022-10-26T04:13:37.252Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 96 of 149 SUCCESS (0 secs / 1.731 secs) [2022-10-26T04:13:37.252Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 97 of 149 SUCCESS (0 secs / 1.735 secs) [2022-10-26T04:13:37.252Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 98 of 149 SUCCESS (0 secs / 1.736 secs) [2022-10-26T04:13:37.252Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 99 of 149 SUCCESS (0 secs / 1.739 secs) [2022-10-26T04:13:37.252Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 100 of 149 SUCCESS (0 secs / 1.757 secs) [2022-10-26T04:13:37.252Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 101 of 149 SUCCESS (0 secs / 1.762 secs) [2022-10-26T04:13:37.252Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 102 of 149 SUCCESS (0 secs / 1.783 secs) [2022-10-26T04:13:37.252Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 103 of 149 SUCCESS (0 secs / 1.786 secs) [2022-10-26T04:13:37.252Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 104 of 149 SUCCESS (0 secs / 1.794 secs) [2022-10-26T04:13:37.252Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 105 of 149 SUCCESS (0 secs / 1.802 secs) [2022-10-26T04:13:37.252Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 106 of 149 SUCCESS (0 secs / 1.809 secs) [2022-10-26T04:13:37.252Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 107 of 149 SUCCESS (0 secs / 1.813 secs) [2022-10-26T04:13:37.252Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 108 of 149 SUCCESS (0 secs / 1.818 secs) [2022-10-26T04:13:37.252Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 109 of 149 SUCCESS (0 secs / 1.835 secs) [2022-10-26T04:13:37.252Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 110 of 149 SUCCESS (0 secs / 1.84 secs) [2022-10-26T04:13:37.252Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 111 of 149 SUCCESS (0 secs / 1.846 secs) [2022-10-26T04:13:37.252Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 112 of 149 SUCCESS (0 secs / 1.861 secs) [2022-10-26T04:13:37.510Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 113 of 149 SUCCESS (0 secs / 1.864 secs) [2022-10-26T04:13:37.510Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 114 of 149 SUCCESS (0 secs / 1.874 secs) [2022-10-26T04:13:37.510Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 115 of 149 SUCCESS (0 secs / 1.877 secs) [2022-10-26T04:13:37.510Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 116 of 149 SUCCESS (0 secs / 1.881 secs) [2022-10-26T04:13:37.510Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 117 of 149 SUCCESS (0 secs / 1.894 secs) [2022-10-26T04:13:37.510Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 118 of 149 SUCCESS (0 secs / 1.911 secs) [2022-10-26T04:13:37.510Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 119 of 149 SUCCESS (0 secs / 1.922 secs) [2022-10-26T04:13:37.510Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 120 of 149 SUCCESS (0 secs / 1.938 secs) [2022-10-26T04:13:37.510Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 121 of 149 SUCCESS (0 secs / 1.952 secs) [2022-10-26T04:13:37.510Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 122 of 149 SUCCESS (0 secs / 1.954 secs) [2022-10-26T04:13:37.510Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 123 of 149 SUCCESS (0 secs / 1.957 secs) [2022-10-26T04:13:37.510Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 124 of 149 SUCCESS (0 secs / 1.958 secs) [2022-10-26T04:13:37.510Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 125 of 149 SUCCESS (0 secs / 1.959 secs) [2022-10-26T04:13:37.510Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 126 of 149 SUCCESS (0 secs / 1.966 secs) [2022-10-26T04:13:37.510Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 127 of 149 SUCCESS (0 secs / 1.993 secs) [2022-10-26T04:13:37.510Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 128 of 149 SUCCESS (0 secs / 2.002 secs) [2022-10-26T04:13:37.510Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 129 of 149 SUCCESS (0 secs / 2.013 secs) [2022-10-26T04:13:37.510Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 130 of 149 SUCCESS (0 secs / 2.018 secs) [2022-10-26T04:13:37.510Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 131 of 149 SUCCESS (0 secs / 2.022 secs) [2022-10-26T04:13:37.770Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 132 of 149 SUCCESS (0 secs / 2.032 secs) [2022-10-26T04:13:37.770Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 133 of 149 SUCCESS (0 secs / 2.036 secs) [2022-10-26T04:13:37.770Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 134 of 149 SUCCESS (0 secs / 2.037 secs) [2022-10-26T04:13:37.770Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 135 of 149 SUCCESS (0 secs / 2.042 secs) [2022-10-26T04:13:37.770Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 136 of 149 SUCCESS (0 secs / 2.051 secs) [2022-10-26T04:13:37.770Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 137 of 149 SUCCESS (0 secs / 2.069 secs) [2022-10-26T04:13:37.770Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 138 of 149 SUCCESS (0 secs / 2.071 secs) [2022-10-26T04:13:37.770Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 139 of 149 SUCCESS (0 secs / 2.081 secs) [2022-10-26T04:13:37.770Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 140 of 149 SUCCESS (0 secs / 2.096 secs) [2022-10-26T04:13:37.770Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 141 of 149 SUCCESS (0 secs / 2.101 secs) [2022-10-26T04:13:37.770Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 142 of 149 SUCCESS (0 secs / 2.115 secs) [2022-10-26T04:13:37.770Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 143 of 149 SUCCESS (0 secs / 2.118 secs) [2022-10-26T04:13:37.770Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 144 of 149 SUCCESS (0 secs / 2.12 secs) [2022-10-26T04:13:37.770Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 145 of 149 SUCCESS (0 secs / 2.123 secs) [2022-10-26T04:13:37.770Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 146 of 149 SUCCESS (0 secs / 2.124 secs) [2022-10-26T04:13:37.770Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 147 of 149 SUCCESS (0 secs / 2.125 secs) [2022-10-26T04:13:37.770Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 148 of 149 SUCCESS (0 secs / 2.126 secs) [2022-10-26T04:13:37.770Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 149 of 149 SUCCESS (0 secs / 2.128 secs) [2022-10-26T04:13:38.029Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 149 of 149 SUCCESS (3.13 secs / 2.128 secs) [2022-10-26T04:13:38.029Z] TOTAL: 149 SUCCESS [2022-10-26T04:13:38.029Z] ✔ Browser application bundle generation complete. [2022-10-26T04:13:38.289Z] [2022-10-26T04:13:38.289Z] =============================== Coverage summary =============================== [2022-10-26T04:13:38.289Z] Statements : 40.95% ( 1466/3580 ) [2022-10-26T04:13:38.289Z] Branches : 12.03% ( 111/923 ) [2022-10-26T04:13:38.289Z] Functions : 33.2% ( 431/1298 ) [2022-10-26T04:13:38.289Z] Lines : 38.88% ( 1317/3387 ) [2022-10-26T04:13:38.289Z] ================================================================================ [2022-10-26T04:13:38.548Z] ✔ Browser application bundle generation complete. [2022-10-26T04:13:38.807Z] make[1]: Leaving directory '/w/workspace/edgexfoundry_edgex-ui-go_PR-566/web' [Pipeline] echo [2022-10-26T04:13:38.854Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2022-10-26T04:13:38.881Z] $ docker stop --time=1 833f0cb89aa4cab635b19e8b94769ef5ed56c97a2a18527bee17c607fd491615 [2022-10-26T04:13:40.167Z] $ docker rm -f 833f0cb89aa4cab635b19e8b94769ef5ed56c97a2a18527bee17c607fd491615 [Pipeline] // withDockerContainer [Pipeline] sh [2022-10-26T04:13:40.597Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2022-10-26T04:13:41.323Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2022-10-26T04:13:41.977Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2022-10-26T04:13:42.862Z] + ls -al . [2022-10-26T04:13:42.863Z] total 184 [2022-10-26T04:13:42.863Z] drwxrwxr-x 14 jenkins jenkins 4096 Oct 26 04:11 . [2022-10-26T04:13:42.863Z] drwxrwxr-x 4 jenkins jenkins 4096 Oct 26 04:10 .. [2022-10-26T04:13:42.863Z] drwxrwxr-x 2 jenkins jenkins 4096 Oct 26 04:10 .blubracket [2022-10-26T04:13:42.863Z] -rw-rw-r-- 1 jenkins jenkins 18 Oct 26 04:10 .dockerignore [2022-10-26T04:13:42.863Z] drwxrwxr-x 8 jenkins jenkins 4096 Oct 26 04:11 .git [2022-10-26T04:13:42.863Z] drwxrwxr-x 3 jenkins jenkins 4096 Oct 26 04:10 .github [2022-10-26T04:13:42.863Z] -rw-rw-r-- 1 jenkins jenkins 185 Oct 26 04:10 .gitignore [2022-10-26T04:13:42.863Z] drwxr-xr-x 3 jenkins jenkins 4096 Oct 26 04:10 .semver [2022-10-26T04:13:42.863Z] -rw-rw-r-- 1 jenkins jenkins 4856 Oct 26 04:10 Attribution.txt [2022-10-26T04:13:42.863Z] -rw-rw-r-- 1 jenkins jenkins 14570 Oct 26 04:10 CHANGELOG.md [2022-10-26T04:13:42.863Z] -rw-rw-r-- 1 jenkins jenkins 3959 Oct 26 04:10 CONTRIBUTING.md [2022-10-26T04:13:42.863Z] -rw-rw-r-- 1 jenkins jenkins 1847 Oct 26 04:10 Dockerfile [2022-10-26T04:13:42.863Z] -rw-rw-r-- 1 jenkins jenkins 652 Oct 26 04:10 Jenkinsfile [2022-10-26T04:13:42.863Z] -rw-rw-r-- 1 jenkins jenkins 11357 Oct 26 04:10 LICENSE [2022-10-26T04:13:42.863Z] -rw-rw-r-- 1 jenkins jenkins 2124 Oct 26 04:10 Makefile [2022-10-26T04:13:42.863Z] -rw-rw-r-- 1 jenkins jenkins 4398 Oct 26 04:10 README.md [2022-10-26T04:13:42.863Z] -rw-rw-r-- 1 jenkins jenkins 5 Oct 26 04:11 VERSION [2022-10-26T04:13:42.863Z] drwxrwxr-x 3 jenkins jenkins 4096 Oct 26 04:10 assets [2022-10-26T04:13:42.863Z] drwxrwxr-x 2 jenkins jenkins 4096 Oct 26 04:10 bin [2022-10-26T04:13:42.863Z] drwxrwxr-x 3 jenkins jenkins 4096 Oct 26 04:10 cmd [2022-10-26T04:13:42.863Z] -rw-r--r-- 1 jenkins jenkins 10 Oct 26 04:11 coverage.out [2022-10-26T04:13:42.863Z] drwxrwxr-x 2 jenkins jenkins 4096 Oct 26 04:10 docs [2022-10-26T04:13:42.863Z] -rw-rw-r-- 1 jenkins jenkins 3152 Oct 26 04:10 go.mod [2022-10-26T04:13:42.863Z] -rw-rw-r-- 1 jenkins jenkins 43972 Oct 26 04:10 go.sum [2022-10-26T04:13:42.863Z] drwxrwxr-x 8 jenkins jenkins 4096 Oct 26 04:10 internal [2022-10-26T04:13:42.863Z] drwxrwxr-x 4 jenkins jenkins 4096 Oct 26 04:10 snap [2022-10-26T04:13:42.863Z] drwxrwxr-x 4 jenkins jenkins 4096 Oct 26 04:10 testing [2022-10-26T04:13:42.863Z] -rw-rw-r-- 1 jenkins jenkins 155 Oct 26 04:10 version.go [2022-10-26T04:13:42.863Z] drwxrwxr-x 6 jenkins jenkins 4096 Oct 26 04:12 web [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-10-26T04:13:43.267Z] + 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=2200f8ef825af80b0b715a47901bc46b57d6c0b2 --label arch=amd64 --label version=0.0.0 . [2022-10-26T04:13:43.527Z] Sending build context to Docker daemon 48.27MB [2022-10-26T04:13:43.527Z] Step 1/26 : ARG BASE=golang:1.18-alpine3.16 [2022-10-26T04:13:43.527Z] Step 2/26 : FROM ${BASE} AS builder [2022-10-26T04:13:43.527Z] ---> 90fd49257946 [2022-10-26T04:13:43.527Z] Step 3/26 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" [2022-10-26T04:13:44.096Z] ---> Running in 459942854cdf [2022-10-26T04:13:44.096Z] Removing intermediate container 459942854cdf [2022-10-26T04:13:44.096Z] ---> e19ba2d1be19 [2022-10-26T04:13:44.096Z] Step 4/26 : ARG ALPINE_PKG_BASE="make git" [2022-10-26T04:13:44.096Z] ---> Running in 30cf91a70a7d [2022-10-26T04:13:44.096Z] Removing intermediate container 30cf91a70a7d [2022-10-26T04:13:44.096Z] ---> bc6068512eae [2022-10-26T04:13:44.096Z] Step 5/26 : ARG ALPINE_PKG_EXTRA="" [2022-10-26T04:13:44.096Z] ---> Running in 9243e32b6bc9 [2022-10-26T04:13:44.096Z] Removing intermediate container 9243e32b6bc9 [2022-10-26T04:13:44.096Z] ---> 0a107f460acb [2022-10-26T04:13:44.096Z] Step 6/26 : LABEL Name=edgex-ui-go [2022-10-26T04:13:44.355Z] ---> Running in 68f1a0d6fff3 [2022-10-26T04:13:44.355Z] Removing intermediate container 68f1a0d6fff3 [2022-10-26T04:13:44.355Z] ---> 6225a71350ec [2022-10-26T04:13:44.355Z] Step 7/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2022: Intel' [2022-10-26T04:13:44.355Z] ---> Running in 8cedd65bea1f [2022-10-26T04:13:44.355Z] Removing intermediate container 8cedd65bea1f [2022-10-26T04:13:44.356Z] ---> 7b391e30c2ce [2022-10-26T04:13:44.356Z] Step 8/26 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2022-10-26T04:13:45.293Z] ---> c62033219e67 [2022-10-26T04:13:45.293Z] Step 9/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-26T04:13:45.293Z] ---> Running in fbcaa3c1a4ab [2022-10-26T04:13:45.863Z] Removing intermediate container fbcaa3c1a4ab [2022-10-26T04:13:45.863Z] ---> abb21c2269db [2022-10-26T04:13:45.863Z] Step 10/26 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2022-10-26T04:13:45.863Z] ---> Running in 8d21138aa4c1 [2022-10-26T04:13:46.130Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-10-26T04:13:46.702Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-10-26T04:13:47.270Z] OK: 211 MiB in 51 packages [2022-10-26T04:13:47.530Z] Removing intermediate container 8d21138aa4c1 [2022-10-26T04:13:47.530Z] ---> 3c683a16772a [2022-10-26T04:13:47.530Z] Step 11/26 : ENV GO111MODULE=on [2022-10-26T04:13:47.530Z] ---> Running in fcdc115ac88a [2022-10-26T04:13:47.792Z] Removing intermediate container fcdc115ac88a [2022-10-26T04:13:47.792Z] ---> b04b87984ce2 [2022-10-26T04:13:47.792Z] Step 12/26 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go [2022-10-26T04:13:47.792Z] ---> Running in 22d0fd60a405 [2022-10-26T04:13:47.792Z] Removing intermediate container 22d0fd60a405 [2022-10-26T04:13:47.792Z] ---> 87f756c67fb3 [2022-10-26T04:13:47.792Z] Step 13/26 : COPY go.mod vendor* ./ [2022-10-26T04:13:48.052Z] ---> 453e64fec0c4 [2022-10-26T04:13:48.052Z] Step 14/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-10-26T04:13:48.052Z] ---> Running in 37a65d6eab49 [2022-10-26T04:13:48.619Z] Removing intermediate container 37a65d6eab49 [2022-10-26T04:13:48.619Z] ---> 79bf1f0a7f16 [2022-10-26T04:13:48.619Z] Step 15/26 : COPY . . [2022-10-26T04:13:50.538Z] ---> 61d444cddc4d [2022-10-26T04:13:50.538Z] Step 16/26 : RUN ${MAKE} [2022-10-26T04:13:50.538Z] ---> Running in ccd42b127b23 [2022-10-26T04:13:50.797Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus" -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-10-26T04:14:00.149Z] Removing intermediate container 3f9dac5c42f5 [2022-10-26T04:14:00.149Z] ---> 7636127aac2f [2022-10-26T04:14:00.149Z] Step 15/16 : COPY . . [2022-10-26T04:14:02.750Z] ---> aa7175a2b094 [2022-10-26T04:14:02.750Z] Step 16/16 : RUN ${MAKE} [2022-10-26T04:14:02.750Z] ---> Running in 11690b56e691 [2022-10-26T04:14:03.721Z] noop [2022-10-26T04:14:04.311Z] Removing intermediate container 11690b56e691 [2022-10-26T04:14:04.311Z] ---> 71fb436aaddb [2022-10-26T04:14:04.311Z] Successfully built 71fb436aaddb [2022-10-26T04:14:04.311Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-10-26T04:14:04.807Z] + docker inspect -f . ci-base-image-arm64 [2022-10-26T04:14:04.807Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-10-26T04:14:05.101Z] prd-ubuntu20.04-docker-arm64-4c-16g-117068 does not seem to be running inside a container [2022-10-26T04:14:05.181Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/1 -v /w/workspace/edgex-ui-go/1:/w/workspace/edgex-ui-go/1:rw,z -v /w/workspace/edgex-ui-go/1@tmp:/w/workspace/edgex-ui-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2022-10-26T04:14:05.695Z] Removing intermediate container ccd42b127b23 [2022-10-26T04:14:05.695Z] ---> e99252e8cf06 [2022-10-26T04:14:05.695Z] Step 17/26 : FROM alpine:3.14 [2022-10-26T04:14:05.695Z] 3.14: Pulling from library/alpine [2022-10-26T04:14:05.695Z] c7ed990a2339: Pulling fs layer [2022-10-26T04:14:05.695Z] c7ed990a2339: Verifying Checksum [2022-10-26T04:14:05.695Z] c7ed990a2339: Download complete [2022-10-26T04:14:05.695Z] c7ed990a2339: Pull complete [2022-10-26T04:14:05.695Z] Digest: sha256:1ab24b3b99320975cca71716a7475a65d263d0b6b604d9d14ce08f7a3f67595c [2022-10-26T04:14:05.695Z] Status: Downloaded newer image for alpine:3.14 [2022-10-26T04:14:05.695Z] ---> dd53f409bf0b [2022-10-26T04:14:05.695Z] Step 18/26 : EXPOSE 4000 [2022-10-26T04:14:05.695Z] ---> Running in 064f7c413d23 [2022-10-26T04:14:05.695Z] Removing intermediate container 064f7c413d23 [2022-10-26T04:14:05.695Z] ---> eb66c0816dcd [2022-10-26T04:14:05.695Z] Step 19/26 : 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-10-26T04:14:05.695Z] ---> 4b64cf3b16db [2022-10-26T04:14:05.695Z] Step 20/26 : COPY --from=builder /go/src/github.com/edgexfoundry/edgex-ui-go/Attribution.txt /Attribution.txt [2022-10-26T04:14:05.695Z] ---> 5833633d0055 [2022-10-26T04:14:05.695Z] Step 21/26 : COPY --from=builder /go/src/github.com/edgexfoundry/edgex-ui-go/LICENSE /LICENSE [2022-10-26T04:14:05.954Z] ---> 6d2d1dffc29f [2022-10-26T04:14:05.954Z] Step 22/26 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [2022-10-26T04:14:05.954Z] ---> Running in 6418d16582a6 [2022-10-26T04:14:05.954Z] Removing intermediate container 6418d16582a6 [2022-10-26T04:14:05.954Z] ---> 4f1e5b1ebebd [2022-10-26T04:14:05.954Z] Step 23/26 : ENTRYPOINT ["./edgex-ui-server","--confdir=res/docker"] [2022-10-26T04:14:05.954Z] ---> Running in e85c18d23e39 [2022-10-26T04:14:05.954Z] Removing intermediate container e85c18d23e39 [2022-10-26T04:14:05.954Z] ---> 069050608ec7 [2022-10-26T04:14:05.954Z] Step 24/26 : LABEL arch=amd64 [2022-10-26T04:14:05.954Z] ---> Running in 6c049fbc087f [2022-10-26T04:14:06.213Z] Removing intermediate container 6c049fbc087f [2022-10-26T04:14:06.213Z] ---> 191372032348 [2022-10-26T04:14:06.213Z] Step 25/26 : LABEL git_sha=2200f8ef825af80b0b715a47901bc46b57d6c0b2 [2022-10-26T04:14:06.213Z] ---> Running in 3ee2bc894afe [2022-10-26T04:14:06.213Z] Removing intermediate container 3ee2bc894afe [2022-10-26T04:14:06.213Z] ---> 1878d6a8dd9c [2022-10-26T04:14:06.213Z] Step 26/26 : LABEL version=0.0.0 [2022-10-26T04:14:06.213Z] ---> Running in 777c753f240c [2022-10-26T04:14:06.213Z] Removing intermediate container 777c753f240c [2022-10-26T04:14:06.213Z] ---> eaac9e43878e [2022-10-26T04:14:06.213Z] [Warning] One or more build-args [ARCH] were not consumed [2022-10-26T04:14:06.472Z] Successfully built eaac9e43878e [2022-10-26T04:14:06.472Z] Successfully tagged edgex-ui:latest [2022-10-26T04:14:06.480Z] $ docker top eb1a1d4012aa1355760bda69d758d5d5eb00952cc79b39bdc727beb088313133 -eo pid,comm [Pipeline] { [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [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-10-26T04:14:07.509Z] + go version [2022-10-26T04:14:07.509Z] go version go1.18.7 linux/arm64 [Pipeline] } [2022-10-26T04:14:07.540Z] $ docker stop --time=1 eb1a1d4012aa1355760bda69d758d5d5eb00952cc79b39bdc727beb088313133 [2022-10-26T04:14:07.728Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-10-26T04:14:07.728Z] [2022-10-26T04:14:07.728Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-10-26T04:14:09.232Z] $ docker rm -f eb1a1d4012aa1355760bda69d758d5d5eb00952cc79b39bdc727beb088313133 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Test) [Pipeline] sh [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-10-26T04:14:09.970Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-10-26T04:14:09.970Z] latest: Pulling from edgex-lftools-log-publisher [2022-10-26T04:14:09.970Z] 5eb5b503b376: Pulling fs layer [2022-10-26T04:14:09.970Z] 5c69ac0246d0: Pulling fs layer [2022-10-26T04:14:09.970Z] ec43610c2a17: Pulling fs layer [2022-10-26T04:14:09.970Z] 3a2ae6a8a46f: Pulling fs layer [2022-10-26T04:14:09.970Z] 33b1e0a273af: Pulling fs layer [2022-10-26T04:14:09.970Z] 5d3b04190fa2: Pulling fs layer [2022-10-26T04:14:09.970Z] 2f39f015ded8: Pulling fs layer [2022-10-26T04:14:09.970Z] 33b1e0a273af: Waiting [2022-10-26T04:14:09.970Z] 5d3b04190fa2: Waiting [2022-10-26T04:14:09.970Z] 2f39f015ded8: Waiting [2022-10-26T04:14:09.970Z] 3a2ae6a8a46f: Waiting [2022-10-26T04:14:09.970Z] 5c69ac0246d0: Download complete [2022-10-26T04:14:09.970Z] 3a2ae6a8a46f: Download complete [2022-10-26T04:14:09.970Z] 33b1e0a273af: Verifying Checksum [2022-10-26T04:14:09.970Z] 33b1e0a273af: Download complete [2022-10-26T04:14:09.970Z] 5d3b04190fa2: Verifying Checksum [2022-10-26T04:14:09.970Z] 5d3b04190fa2: Download complete [2022-10-26T04:14:09.970Z] ec43610c2a17: Verifying Checksum [2022-10-26T04:14:09.970Z] ec43610c2a17: Download complete [2022-10-26T04:14:10.164Z] + docker inspect -f . ci-base-image-arm64 [2022-10-26T04:14:10.164Z] . [Pipeline] } [2022-10-26T04:14:10.232Z] 5eb5b503b376: Verifying Checksum [2022-10-26T04:14:10.232Z] 5eb5b503b376: Download complete [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-10-26T04:14:10.448Z] prd-ubuntu20.04-docker-arm64-4c-16g-117068 does not seem to be running inside a container [2022-10-26T04:14:10.514Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/edgex-ui-go/1 -v /w/workspace/edgex-ui-go/1:/w/workspace/edgex-ui-go/1:rw,z -v /w/workspace/edgex-ui-go/1@tmp:/w/workspace/edgex-ui-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2022-10-26T04:14:10.797Z] 2f39f015ded8: Download complete [2022-10-26T04:14:11.363Z] 5eb5b503b376: Pull complete [2022-10-26T04:14:11.621Z] 5c69ac0246d0: Pull complete [2022-10-26T04:14:11.781Z] $ docker top ca4cc8094243762db92f283cd98e0f75fc2826143c0462206f235191f17b0795 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-10-26T04:14:12.191Z] ec43610c2a17: Pull complete [2022-10-26T04:14:12.192Z] 3a2ae6a8a46f: Pull complete [2022-10-26T04:14:12.192Z] 33b1e0a273af: Pull complete [2022-10-26T04:14:12.451Z] 5d3b04190fa2: Pull complete [2022-10-26T04:14:12.761Z] + git config --global --add safe.directory /w/workspace/edgex-ui-go/1 [Pipeline] fileExists [Pipeline] sh [2022-10-26T04:14:13.476Z] + make test [2022-10-26T04:14:13.476Z] CGO_ENABLED=0 GO111MODULE=on go test -tags "no_messagebus" -coverprofile=coverage.out ./... [2022-10-26T04:14:15.434Z] ? github.com/edgexfoundry/edgex-ui-go [no test files] [2022-10-26T04:14:16.636Z] 2f39f015ded8: Pull complete [2022-10-26T04:14:16.636Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2022-10-26T04:14:16.636Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-10-26T04:14:16.636Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-10-26T04:14:16.854Z] prd-ubuntu20.04-docker-8c-8g-117067 does not seem to be running inside a container [2022-10-26T04:14:16.888Z] $ 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-566 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-566:/w/workspace/edgexfoundry_edgex-ui-go_PR-566:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-566@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-566@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2022-10-26T04:14:20.199Z] $ docker top 71ab77afbe83bde2d03d6b31f46428fa9651483a028b44721f61959d430760c4 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-10-26T04:14:20.637Z] ---> job-cost.sh [2022-10-26T04:14:20.637Z] lf-activate-venv: SKIPPING [2022-10-26T04:14:20.637Z] INFO: No Stack... [2022-10-26T04:14:21.204Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2022-10-26T04:14:21.779Z] INFO: Archiving Costs [Pipeline] sh [2022-10-26T04:14:22.097Z] + cat /w/workspace/edgexfoundry_edgex-ui-go_PR-566/archives/cost.csv [2022-10-26T04:14:22.097Z] + cut -d, -f6 [Pipeline] lock [2022-10-26T04:14:22.143Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-ui-go-PR-566-1-stack-cost] [2022-10-26T04:14:22.148Z] Resource [jenkins-edgexfoundry-edgex-ui-go-PR-566-1-stack-cost] did not exist. Created. [2022-10-26T04:14:22.148Z] Lock acquired on [jenkins-edgexfoundry-edgex-ui-go-PR-566-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2022-10-26T04:14:22.538Z] + echo total: 0.2199999988079071 [Pipeline] stash [2022-10-26T04:14:22.947Z] Stashed 1 file(s) [Pipeline] } [2022-10-26T04:14:22.964Z] Lock released on resource [jenkins-edgexfoundry-edgex-ui-go-PR-566-1-stack-cost] [Pipeline] // lock [Pipeline] } [2022-10-26T04:14:23.045Z] $ docker stop --time=1 71ab77afbe83bde2d03d6b31f46428fa9651483a028b44721f61959d430760c4 [2022-10-26T04:14:24.374Z] $ docker rm -f 71ab77afbe83bde2d03d6b31f46428fa9651483a028b44721f61959d430760c4 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2022-10-26T04:15:52.104Z] ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] [2022-10-26T04:15:52.104Z] ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] [2022-10-26T04:15:52.104Z] ? github.com/edgexfoundry/edgex-ui-go/internal/common [no test files] [2022-10-26T04:15:52.104Z] ? github.com/edgexfoundry/edgex-ui-go/internal/config [no test files] [2022-10-26T04:15:52.104Z] ? github.com/edgexfoundry/edgex-ui-go/internal/container [no test files] [2022-10-26T04:15:52.104Z] ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] [2022-10-26T04:15:52.104Z] ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] [2022-10-26T04:15:52.104Z] ? github.com/edgexfoundry/edgex-ui-go/internal/service [no test files] [2022-10-26T04:15:52.104Z] CGO_ENABLED=0 GO111MODULE=on go vet -tags "no_messagebus" ./... [2022-10-26T04:16:07.171Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2022-10-26T04:16:07.171Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2022-10-26T04:16:07.171Z] ./bin/test-attribution-txt.sh [2022-10-26T04:16:07.171Z] An attribution for github.com/edgexfoundry/go-mod-bootstrap/v2 is missing from Attribution.txt, please add [2022-10-26T04:16:07.171Z] An attribution for github.com/Microsoft/go-winio is missing from Attribution.txt, please add [2022-10-26T04:16:07.171Z] An attribution for github.com/eclipse/paho.mqtt.golang is missing from Attribution.txt, please add [2022-10-26T04:16:07.171Z] An attribution for github.com/edgexfoundry/go-mod-messaging/v2 is missing from Attribution.txt, please add [2022-10-26T04:16:07.171Z] An attribution for github.com/edgexfoundry/go-mod-secrets/v2 is missing from Attribution.txt, please add [2022-10-26T04:16:07.171Z] An attribution for github.com/go-kit/log is missing from Attribution.txt, please add [2022-10-26T04:16:07.171Z] An attribution for github.com/go-logfmt/logfmt is missing from Attribution.txt, please add [2022-10-26T04:16:07.171Z] An attribution for github.com/go-redis/redis/v7 is missing from Attribution.txt, please add [2022-10-26T04:16:07.171Z] An attribution for github.com/golang/protobuf is missing from Attribution.txt, please add [2022-10-26T04:16:07.171Z] An attribution for github.com/gorilla/websocket is missing from Attribution.txt, please add [2022-10-26T04:16:07.171Z] An attribution for github.com/hashicorp/errwrap is missing from Attribution.txt, please add [2022-10-26T04:16:07.171Z] An attribution for github.com/hashicorp/go-multierror is missing from Attribution.txt, please add [2022-10-26T04:16:07.171Z] An attribution for github.com/nats-io/nats.go is missing from Attribution.txt, please add [2022-10-26T04:16:07.171Z] An attribution for github.com/nats-io/nkeys is missing from Attribution.txt, please add [2022-10-26T04:16:07.171Z] An attribution for github.com/nats-io/nuid is missing from Attribution.txt, please add [2022-10-26T04:16:07.171Z] An attribution for github.com/pebbe/zmq4 is missing from Attribution.txt, please add [2022-10-26T04:16:07.171Z] An attribution for github.com/rcrowley/go-metrics is missing from Attribution.txt, please add [2022-10-26T04:16:07.171Z] An attribution for github.com/spiffe/go-spiffe/v2 is missing from Attribution.txt, please add [2022-10-26T04:16:07.171Z] An attribution for github.com/zeebo/errs is missing from Attribution.txt, please add [2022-10-26T04:16:07.171Z] An attribution for golang.org/x/net is missing from Attribution.txt, please add [2022-10-26T04:16:07.171Z] An attribution for golang.org/x/sync is missing from Attribution.txt, please add [2022-10-26T04:16:07.171Z] An attribution for google.golang.org/genproto is missing from Attribution.txt, please add [2022-10-26T04:16:07.171Z] An attribution for google.golang.org/grpc is missing from Attribution.txt, please add [2022-10-26T04:16:07.171Z] An attribution for google.golang.org/protobuf is missing from Attribution.txt, please add [2022-10-26T04:16:07.171Z] An attribution for gopkg.in/square/go-jose.v2 is missing from Attribution.txt, please add [2022-10-26T04:16:07.171Z] make -C web test [2022-10-26T04:16:07.171Z] make[1]: Entering directory '/w/workspace/edgex-ui-go/1/web' [2022-10-26T04:16:07.171Z] make[1]: tput: No such file or directory [2022-10-26T04:16:07.171Z] make[1]: tput: No such file or directory [2022-10-26T04:16:07.171Z] warning: generating ./VERSION [2022-10-26T04:16:07.171Z] echo "0.0.0" > VERSION [2022-10-26T04:16:07.171Z] docker build \ [2022-10-26T04:16:07.171Z] -f Dockerfile \ [2022-10-26T04:16:07.171Z] --build-arg USER=1000 \ [2022-10-26T04:16:07.171Z] \ [2022-10-26T04:16:07.171Z] --label "git_sha=2200f8ef825af80b0b715a47901bc46b57d6c0b2" \ [2022-10-26T04:16:07.171Z] -t edgexfoundry/edgex-web-ui:2200f8ef825af80b0b715a47901bc46b57d6c0b2 \ [2022-10-26T04:16:07.171Z] -t edgexfoundry/edgex-web-ui:0.0.0-dev \ [2022-10-26T04:16:07.171Z] . [2022-10-26T04:16:08.590Z] Sending build context to Docker daemon 3.269MB [2022-10-26T04:16:08.590Z] Step 1/10 : FROM node:16.17-alpine3.15 [2022-10-26T04:16:08.590Z] 16.17-alpine3.15: Pulling from library/node [2022-10-26T04:16:08.590Z] 47517142f6ba: Pulling fs layer [2022-10-26T04:16:08.590Z] 5f8c4bfa009b: Pulling fs layer [2022-10-26T04:16:08.590Z] f7079c9c4ba1: Pulling fs layer [2022-10-26T04:16:08.590Z] aba105e6f55a: Pulling fs layer [2022-10-26T04:16:08.590Z] aba105e6f55a: Waiting [2022-10-26T04:16:08.863Z] f7079c9c4ba1: Verifying Checksum [2022-10-26T04:16:08.863Z] f7079c9c4ba1: Download complete [2022-10-26T04:16:08.863Z] 47517142f6ba: Verifying Checksum [2022-10-26T04:16:08.863Z] 47517142f6ba: Download complete [2022-10-26T04:16:08.863Z] aba105e6f55a: Verifying Checksum [2022-10-26T04:16:08.863Z] aba105e6f55a: Download complete [2022-10-26T04:16:09.832Z] 47517142f6ba: Pull complete [2022-10-26T04:16:10.116Z] 5f8c4bfa009b: Verifying Checksum [2022-10-26T04:16:10.116Z] 5f8c4bfa009b: Download complete [2022-10-26T04:16:16.816Z] 5f8c4bfa009b: Pull complete [2022-10-26T04:16:17.088Z] f7079c9c4ba1: Pull complete [2022-10-26T04:16:17.677Z] aba105e6f55a: Pull complete [2022-10-26T04:16:17.677Z] Digest: sha256:84c606bfbe4cf120c52b17c3b727e614d99e357a8e350f83a4e7b9ec0798e04a [2022-10-26T04:16:17.677Z] Status: Downloaded newer image for node:16.17-alpine3.15 [2022-10-26T04:16:17.677Z] ---> bf1b8b58d215 [2022-10-26T04:16:17.677Z] Step 2/10 : RUN apk add --no-cache chromium [2022-10-26T04:16:18.266Z] ---> Running in 0d59bfc8ee06 [2022-10-26T04:16:19.695Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-10-26T04:16:19.695Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-10-26T04:16:20.671Z] (1/128) Installing libxau (1.0.9-r0) [2022-10-26T04:16:20.671Z] (2/128) Installing libmd (1.0.3-r0) [2022-10-26T04:16:20.671Z] (3/128) Installing libbsd (0.11.3-r1) [2022-10-26T04:16:20.671Z] (4/128) Installing libxdmcp (1.1.3-r0) [2022-10-26T04:16:20.671Z] (5/128) Installing libxcb (1.14-r2) [2022-10-26T04:16:20.671Z] (6/128) Installing libx11 (1.7.3.1-r0) [2022-10-26T04:16:20.954Z] (7/128) Installing libxext (1.3.4-r0) [2022-10-26T04:16:20.954Z] (8/128) Installing libice (1.0.10-r0) [2022-10-26T04:16:20.954Z] (9/128) Installing libuuid (2.37.4-r0) [2022-10-26T04:16:20.954Z] (10/128) Installing libsm (1.2.3-r0) [2022-10-26T04:16:20.954Z] (11/128) Installing libxt (1.2.1-r0) [2022-10-26T04:16:20.954Z] (12/128) Installing libxmu (1.1.3-r0) [2022-10-26T04:16:20.954Z] (13/128) Installing xset (1.2.4-r0) [2022-10-26T04:16:20.954Z] (14/128) Installing xprop (1.2.5-r0) [2022-10-26T04:16:20.954Z] (15/128) Installing xdg-utils (1.1.3-r0) [2022-10-26T04:16:20.954Z] (16/128) Installing eudev-libs (3.2.11_pre1-r0) [2022-10-26T04:16:20.954Z] (17/128) Installing pkgconf (1.8.0-r0) [2022-10-26T04:16:20.954Z] (18/128) Installing libffi (3.4.2-r1) [2022-10-26T04:16:20.954Z] (19/128) Installing libintl (0.21-r0) [2022-10-26T04:16:20.954Z] (20/128) Installing libblkid (2.37.4-r0) [2022-10-26T04:16:20.954Z] (21/128) Installing libmount (2.37.4-r0) [2022-10-26T04:16:21.224Z] (22/128) Installing pcre (8.45-r1) [2022-10-26T04:16:21.224Z] (23/128) Installing glib (2.70.1-r0) [2022-10-26T04:16:21.224Z] (24/128) Installing xz-libs (5.2.5-r1) [2022-10-26T04:16:21.224Z] (25/128) Installing libxml2 (2.9.14-r2) [2022-10-26T04:16:21.224Z] (26/128) Installing shared-mime-info (2.1-r1) [2022-10-26T04:16:21.224Z] (27/128) Installing hicolor-icon-theme (0.17-r1) [2022-10-26T04:16:21.494Z] (28/128) Installing libjpeg-turbo (2.1.2-r0) [2022-10-26T04:16:21.494Z] (29/128) Installing libpng (1.6.37-r1) [2022-10-26T04:16:21.494Z] (30/128) Installing libwebp (1.2.2-r0) [2022-10-26T04:16:21.494Z] (31/128) Installing zstd-libs (1.5.0-r0) [2022-10-26T04:16:21.494Z] (32/128) Installing tiff (4.4.0-r0) [2022-10-26T04:16:21.494Z] (33/128) Installing gdk-pixbuf (2.42.8-r0) [2022-10-26T04:16:21.494Z] (34/128) Installing gtk-update-icon-cache (2.24.33-r0) [2022-10-26T04:16:21.494Z] (35/128) Installing libxcomposite (0.4.5-r0) [2022-10-26T04:16:21.494Z] (36/128) Installing libxfixes (6.0.0-r0) [2022-10-26T04:16:21.494Z] (37/128) Installing libxrender (0.9.10-r3) [2022-10-26T04:16:21.494Z] (38/128) Installing libxcursor (1.2.0-r0) [2022-10-26T04:16:21.764Z] (39/128) Installing libxdamage (1.1.5-r1) [2022-10-26T04:16:21.764Z] (40/128) Installing libxi (1.8-r0) [2022-10-26T04:16:21.764Z] (41/128) Installing libxinerama (1.1.4-r1) [2022-10-26T04:16:21.764Z] (42/128) Installing libxrandr (1.5.2-r1) [2022-10-26T04:16:21.764Z] (43/128) Installing atk (2.36.0-r0) [2022-10-26T04:16:21.764Z] (44/128) Installing libxtst (1.2.3-r3) [2022-10-26T04:16:21.764Z] (45/128) Installing dbus-libs (1.12.24-r0) [2022-10-26T04:16:21.764Z] (46/128) Installing at-spi2-core (2.42.0-r0) [2022-10-26T04:16:21.764Z] (47/128) Installing at-spi2-atk (2.38.0-r0) [2022-10-26T04:16:21.764Z] (48/128) Installing expat (2.5.0-r0) [2022-10-26T04:16:21.764Z] (49/128) Installing brotli-libs (1.0.9-r5) [2022-10-26T04:16:21.764Z] (50/128) Installing libbz2 (1.0.8-r1) [2022-10-26T04:16:21.764Z] (51/128) Installing freetype (2.11.1-r2) [2022-10-26T04:16:21.764Z] (52/128) Installing fontconfig (2.13.1-r4) [2022-10-26T04:16:22.037Z] (53/128) Installing pixman (0.40.0-r3) [2022-10-26T04:16:22.037Z] (54/128) Installing cairo (1.16.0-r5) [2022-10-26T04:16:22.037Z] (55/128) Installing cairo-gobject (1.16.0-r5) [2022-10-26T04:16:22.037Z] (56/128) Installing avahi-libs (0.8-r5) [2022-10-26T04:16:22.037Z] (57/128) Installing gmp (6.2.1-r1) [2022-10-26T04:16:22.037Z] (58/128) Installing nettle (3.7.3-r0) [2022-10-26T04:16:22.037Z] (59/128) Installing p11-kit (0.24.0-r1) [2022-10-26T04:16:22.037Z] (60/128) Installing libtasn1 (4.18.0-r0) [2022-10-26T04:16:22.037Z] (61/128) Installing libunistring (0.9.10-r1) [2022-10-26T04:16:22.037Z] (62/128) Installing gnutls (3.7.1-r1) [2022-10-26T04:16:22.309Z] (63/128) Installing cups-libs (2.3.3-r6) [2022-10-26T04:16:22.309Z] (64/128) Installing libepoxy (1.5.9-r0) [2022-10-26T04:16:22.309Z] (65/128) Installing fribidi (1.0.11-r0) [2022-10-26T04:16:22.309Z] (66/128) Installing graphite2 (1.3.14-r0) [2022-10-26T04:16:22.309Z] (67/128) Installing harfbuzz (3.0.0-r2) [2022-10-26T04:16:22.309Z] (68/128) Installing libxft (2.3.4-r0) [2022-10-26T04:16:22.309Z] (69/128) Installing pango (1.48.10-r0) [2022-10-26T04:16:22.309Z] (70/128) Installing wayland-libs-client (1.19.0-r1) [2022-10-26T04:16:22.309Z] (71/128) Installing wayland-libs-cursor (1.19.0-r1) [2022-10-26T04:16:22.309Z] (72/128) Installing wayland-libs-egl (1.19.0-r1) [2022-10-26T04:16:22.309Z] (73/128) Installing xkeyboard-config (2.34-r0) [2022-10-26T04:16:22.578Z] (74/128) Installing libxkbcommon (1.3.1-r0) [2022-10-26T04:16:22.578Z] (75/128) Installing gtk+3.0 (3.24.30-r0) [2022-10-26T04:16:22.851Z] Executing gtk+3.0-3.24.30-r0.post-install [2022-10-26T04:16:22.851Z] (76/128) Installing libfontenc (1.1.4-r0) [2022-10-26T04:16:22.851Z] (77/128) Installing mkfontscale (1.2.1-r1) [2022-10-26T04:16:22.851Z] (78/128) Installing ttf-opensans (1.10-r1) [2022-10-26T04:16:23.122Z] Executing ttf-opensans-1.10-r1.post-install [2022-10-26T04:16:25.070Z] (79/128) Installing libogg (1.3.5-r0) [2022-10-26T04:16:25.070Z] (80/128) Installing flac (1.3.4-r0) [2022-10-26T04:16:25.070Z] (81/128) Installing alsa-lib (1.2.5.1-r1) [2022-10-26T04:16:25.339Z] (82/128) Installing libatomic (10.3.1_git20211027-r0) [2022-10-26T04:16:25.339Z] (83/128) Installing sdl2 (2.0.16-r4) [2022-10-26T04:16:25.339Z] (84/128) Installing aom-libs (3.2.0-r0) [2022-10-26T04:16:25.339Z] (85/128) Installing libass (0.15.2-r0) [2022-10-26T04:16:25.339Z] (86/128) Installing libdav1d (0.9.2-r0) [2022-10-26T04:16:25.339Z] (87/128) Installing ncurses-terminfo-base (6.3_p20211120-r1) [2022-10-26T04:16:25.339Z] (88/128) Installing ncurses-libs (6.3_p20211120-r1) [2022-10-26T04:16:25.339Z] (89/128) Installing lame (3.100-r0) [2022-10-26T04:16:25.621Z] (90/128) Installing opus (1.3.1-r1) [2022-10-26T04:16:25.621Z] (91/128) Installing libgomp (10.3.1_git20211027-r0) [2022-10-26T04:16:25.621Z] (92/128) Installing soxr (0.1.3-r2) [2022-10-26T04:16:25.621Z] (93/128) Installing libsrt (1.4.2-r1) [2022-10-26T04:16:25.621Z] (94/128) Installing libssh (0.9.6-r1) [2022-10-26T04:16:25.621Z] (95/128) Installing libtheora (1.1.1-r16) [2022-10-26T04:16:25.621Z] (96/128) Installing v4l-utils-libs (1.22.1-r1) [2022-10-26T04:16:25.621Z] (97/128) Installing libdrm (2.4.109-r0) [2022-10-26T04:16:25.621Z] (98/128) Installing libva (2.13.0-r0) [2022-10-26T04:16:25.621Z] (99/128) Installing libvdpau (1.4-r0) [2022-10-26T04:16:25.621Z] (100/128) Installing vidstab (1.1.0-r1) [2022-10-26T04:16:25.621Z] (101/128) Installing libvorbis (1.3.7-r0) [2022-10-26T04:16:25.621Z] (102/128) Installing libvpx (1.10.0-r0) [2022-10-26T04:16:25.621Z] (103/128) Installing vulkan-loader (1.2.196-r0) [2022-10-26T04:16:25.889Z] (104/128) Installing x264-libs (20210613-r0) [2022-10-26T04:16:25.889Z] (105/128) Installing x265-libs (3.5-r0) [2022-10-26T04:16:25.889Z] (106/128) Installing xvidcore (1.3.7-r1) [2022-10-26T04:16:25.889Z] (107/128) Installing ffmpeg-libs (4.4.1-r2) [2022-10-26T04:16:26.476Z] (108/128) Installing libevent (2.1.12-r4) [2022-10-26T04:16:26.476Z] (109/128) Installing mesa (21.2.6-r0) [2022-10-26T04:16:26.476Z] (110/128) Installing wayland-libs-server (1.19.0-r1) [2022-10-26T04:16:26.476Z] (111/128) Installing mesa-gbm (21.2.6-r0) [2022-10-26T04:16:26.476Z] (112/128) Installing lcms2 (2.12-r1) [2022-10-26T04:16:26.476Z] (113/128) Installing nspr (4.32-r0) [2022-10-26T04:16:26.476Z] (114/128) Installing sqlite-libs (3.36.0-r0) [2022-10-26T04:16:26.476Z] (115/128) Installing nss (3.78.1-r0) [2022-10-26T04:16:26.746Z] (116/128) Installing libasyncns (0.8-r1) [2022-10-26T04:16:26.746Z] (117/128) Installing libltdl (2.4.6-r7) [2022-10-26T04:16:26.746Z] (118/128) Installing orc (0.4.32-r0) [2022-10-26T04:16:26.746Z] (119/128) Installing libsndfile (1.0.31-r1) [2022-10-26T04:16:26.746Z] (120/128) Installing speexdsp (1.2.0-r0) [2022-10-26T04:16:26.746Z] (121/128) Installing tdb-libs (1.4.5-r0) [2022-10-26T04:16:26.746Z] (122/128) Installing libpulse (15.0-r2) [2022-10-26T04:16:26.746Z] (123/128) Installing re2 (2021.11.01-r0) [2022-10-26T04:16:26.746Z] (124/128) Installing snappy (1.1.9-r1) [2022-10-26T04:16:26.746Z] (125/128) Installing libgpg-error (1.42-r1) [2022-10-26T04:16:26.746Z] (126/128) Installing libgcrypt (1.9.4-r0) [2022-10-26T04:16:27.028Z] (127/128) Installing libxslt (1.1.35-r0) [2022-10-26T04:16:27.028Z] (128/128) Installing chromium (99.0.4844.84-r0) [2022-10-26T04:16:31.330Z] Executing busybox-1.34.1-r7.trigger [2022-10-26T04:16:31.330Z] Executing glib-2.70.1-r0.trigger [2022-10-26T04:16:31.330Z] Executing shared-mime-info-2.1-r1.trigger [2022-10-26T04:16:36.902Z] Executing gdk-pixbuf-2.42.8-r0.trigger [2022-10-26T04:16:36.902Z] Executing gtk-update-icon-cache-2.24.33-r0.trigger [2022-10-26T04:16:36.902Z] Executing fontconfig-2.13.1-r4.trigger [2022-10-26T04:16:36.902Z] Executing mkfontscale-1.2.1-r1.trigger [2022-10-26T04:16:36.902Z] OK: 275 MiB in 144 packages [2022-10-26T04:16:47.086Z] Removing intermediate container 0d59bfc8ee06 [2022-10-26T04:16:47.086Z] ---> c4fe5c3d6d55 [2022-10-26T04:16:47.086Z] Step 3/10 : ENV CHROME_BIN=/usr/bin/chromium-browser [2022-10-26T04:16:47.086Z] ---> Running in 1f49fb60c7a5 [2022-10-26T04:16:47.086Z] Removing intermediate container 1f49fb60c7a5 [2022-10-26T04:16:47.086Z] ---> 148763ea9839 [2022-10-26T04:16:47.086Z] Step 4/10 : ENV PATH /app/node_modules/.bin:$PATH [2022-10-26T04:16:47.086Z] ---> Running in cebd1ec73a51 [2022-10-26T04:16:47.671Z] Removing intermediate container cebd1ec73a51 [2022-10-26T04:16:47.671Z] ---> b8a6e8dcf346 [2022-10-26T04:16:47.672Z] Step 5/10 : RUN npm install -g npm [2022-10-26T04:16:47.672Z] ---> Running in ce08557c5fe5 [2022-10-26T04:17:19.908Z] [2022-10-26T04:17:19.908Z] changed 54 packages, and audited 212 packages in 24s [2022-10-26T04:17:19.908Z] [2022-10-26T04:17:19.908Z] 11 packages are looking for funding [2022-10-26T04:17:19.908Z] run `npm fund` for details [2022-10-26T04:17:19.908Z] [2022-10-26T04:17:19.908Z] found 0 vulnerabilities [2022-10-26T04:17:19.908Z] Removing intermediate container ce08557c5fe5 [2022-10-26T04:17:19.908Z] ---> 28a07d258c2e [2022-10-26T04:17:19.908Z] Step 6/10 : ARG USER=1000 [2022-10-26T04:17:19.908Z] ---> Running in 819da5818d33 [2022-10-26T04:17:19.908Z] Removing intermediate container 819da5818d33 [2022-10-26T04:17:19.908Z] ---> c5fbc25993ac [2022-10-26T04:17:19.908Z] Step 7/10 : RUN deluser --remove-home node && adduser -u $USER -D -s /bin/sh node [2022-10-26T04:17:19.908Z] ---> Running in f5f0fb1a7273 [2022-10-26T04:17:20.866Z] Removing intermediate container f5f0fb1a7273 [2022-10-26T04:17:20.866Z] ---> 9dfe85b4325b [2022-10-26T04:17:20.866Z] Step 8/10 : USER $USER:$USER [2022-10-26T04:17:21.133Z] ---> Running in 7ee8d71e0d11 [2022-10-26T04:17:21.400Z] Removing intermediate container 7ee8d71e0d11 [2022-10-26T04:17:21.400Z] ---> 180cd33a2b47 [2022-10-26T04:17:21.400Z] Step 9/10 : WORKDIR /app [2022-10-26T04:17:21.400Z] ---> Running in 7c95c0e4ac76 [2022-10-26T04:17:21.667Z] Removing intermediate container 7c95c0e4ac76 [2022-10-26T04:17:21.667Z] ---> 7b99f6645a9d [2022-10-26T04:17:21.667Z] Step 10/10 : LABEL git_sha=2200f8ef825af80b0b715a47901bc46b57d6c0b2 [2022-10-26T04:17:21.667Z] ---> Running in a1eef9b3a121 [2022-10-26T04:17:21.933Z] Removing intermediate container a1eef9b3a121 [2022-10-26T04:17:21.933Z] ---> 7a48a9bafa87 [2022-10-26T04:17:22.208Z] Successfully built 7a48a9bafa87 [2022-10-26T04:17:22.208Z] Successfully tagged edgexfoundry/edgex-web-ui:2200f8ef825af80b0b715a47901bc46b57d6c0b2 [2022-10-26T04:17:22.208Z] Successfully tagged edgexfoundry/edgex-web-ui:0.0.0-dev [2022-10-26T04:17:22.208Z] touch edgex-web-ui.imagebuilt [2022-10-26T04:17:22.208Z] mkdir -p node_modules coverage [2022-10-26T04:17:22.208Z] chown "1000:1000" node_modules coverage package-lock.json [2022-10-26T04:17:22.208Z] docker run --rm -i -v "$(pwd):/app" -u "1000:1000" edgexfoundry/edgex-web-ui:0.0.0-dev npm install [2022-10-26T04:17:34.531Z] npm WARN EBADENGINE Unsupported engine { [2022-10-26T04:17:34.531Z] npm WARN EBADENGINE package: '@angular-devkit/architect@0.1202.4', [2022-10-26T04:17:34.531Z] npm WARN EBADENGINE required: { [2022-10-26T04:17:34.531Z] npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', [2022-10-26T04:17:34.531Z] npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', [2022-10-26T04:17:34.531Z] npm WARN EBADENGINE yarn: '>= 1.13.0' [2022-10-26T04:17:34.531Z] npm WARN EBADENGINE }, [2022-10-26T04:17:34.531Z] npm WARN EBADENGINE current: { node: 'v16.17.1', npm: '8.19.2' } [2022-10-26T04:17:34.531Z] npm WARN EBADENGINE } [2022-10-26T04:17:34.531Z] npm WARN EBADENGINE Unsupported engine { [2022-10-26T04:17:34.531Z] npm WARN EBADENGINE package: '@angular-devkit/build-angular@12.2.4', [2022-10-26T04:17:34.531Z] npm WARN EBADENGINE required: { [2022-10-26T04:17:34.531Z] npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', [2022-10-26T04:17:34.531Z] npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', [2022-10-26T04:17:34.531Z] npm WARN EBADENGINE yarn: '>= 1.13.0' [2022-10-26T04:17:34.531Z] npm WARN EBADENGINE }, [2022-10-26T04:17:34.531Z] npm WARN EBADENGINE current: { node: 'v16.17.1', npm: '8.19.2' } [2022-10-26T04:17:34.531Z] npm WARN EBADENGINE } [2022-10-26T04:17:34.531Z] npm WARN EBADENGINE Unsupported engine { [2022-10-26T04:17:34.532Z] npm WARN EBADENGINE package: '@angular-devkit/build-optimizer@0.1202.4', [2022-10-26T04:17:34.532Z] npm WARN EBADENGINE required: { [2022-10-26T04:17:34.532Z] npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', [2022-10-26T04:17:34.532Z] npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', [2022-10-26T04:17:34.532Z] npm WARN EBADENGINE yarn: '>= 1.13.0' [2022-10-26T04:17:34.532Z] npm WARN EBADENGINE }, [2022-10-26T04:17:34.532Z] npm WARN EBADENGINE current: { node: 'v16.17.1', npm: '8.19.2' } [2022-10-26T04:17:34.532Z] npm WARN EBADENGINE } [2022-10-26T04:17:34.532Z] npm WARN EBADENGINE Unsupported engine { [2022-10-26T04:17:34.532Z] npm WARN EBADENGINE package: '@angular-devkit/build-webpack@0.1202.4', [2022-10-26T04:17:34.532Z] npm WARN EBADENGINE required: { [2022-10-26T04:17:34.532Z] npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', [2022-10-26T04:17:34.532Z] npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', [2022-10-26T04:17:34.532Z] npm WARN EBADENGINE yarn: '>= 1.13.0' [2022-10-26T04:17:34.532Z] npm WARN EBADENGINE }, [2022-10-26T04:17:34.532Z] npm WARN EBADENGINE current: { node: 'v16.17.1', npm: '8.19.2' } [2022-10-26T04:17:34.532Z] npm WARN EBADENGINE } [2022-10-26T04:17:34.532Z] npm WARN EBADENGINE Unsupported engine { [2022-10-26T04:17:34.532Z] npm WARN EBADENGINE package: '@angular-devkit/core@12.2.4', [2022-10-26T04:17:34.532Z] npm WARN EBADENGINE required: { [2022-10-26T04:17:34.532Z] npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', [2022-10-26T04:17:34.532Z] npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', [2022-10-26T04:17:34.532Z] npm WARN EBADENGINE yarn: '>= 1.13.0' [2022-10-26T04:17:34.532Z] npm WARN EBADENGINE }, [2022-10-26T04:17:34.532Z] npm WARN EBADENGINE current: { node: 'v16.17.1', npm: '8.19.2' } [2022-10-26T04:17:34.532Z] npm WARN EBADENGINE } [2022-10-26T04:17:34.532Z] npm WARN EBADENGINE Unsupported engine { [2022-10-26T04:17:34.532Z] npm WARN EBADENGINE package: '@angular-devkit/schematics@12.2.4', [2022-10-26T04:17:34.532Z] npm WARN EBADENGINE required: { [2022-10-26T04:17:34.532Z] npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', [2022-10-26T04:17:34.532Z] npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', [2022-10-26T04:17:34.532Z] npm WARN EBADENGINE yarn: '>= 1.13.0' [2022-10-26T04:17:34.532Z] npm WARN EBADENGINE }, [2022-10-26T04:17:34.532Z] npm WARN EBADENGINE current: { node: 'v16.17.1', npm: '8.19.2' } [2022-10-26T04:17:34.532Z] npm WARN EBADENGINE } [2022-10-26T04:17:34.532Z] npm WARN EBADENGINE Unsupported engine { [2022-10-26T04:17:34.532Z] npm WARN EBADENGINE package: '@angular/cli@12.2.4', [2022-10-26T04:17:34.532Z] npm WARN EBADENGINE required: { [2022-10-26T04:17:34.532Z] npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', [2022-10-26T04:17:34.532Z] npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', [2022-10-26T04:17:34.532Z] npm WARN EBADENGINE yarn: '>= 1.13.0' [2022-10-26T04:17:34.532Z] npm WARN EBADENGINE }, [2022-10-26T04:17:34.532Z] npm WARN EBADENGINE current: { node: 'v16.17.1', npm: '8.19.2' } [2022-10-26T04:17:34.532Z] npm WARN EBADENGINE } [2022-10-26T04:17:34.799Z] npm WARN EBADENGINE Unsupported engine { [2022-10-26T04:17:34.799Z] npm WARN EBADENGINE package: '@ngtools/webpack@12.2.4', [2022-10-26T04:17:34.799Z] npm WARN EBADENGINE required: { [2022-10-26T04:17:34.799Z] npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', [2022-10-26T04:17:34.799Z] npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', [2022-10-26T04:17:34.799Z] npm WARN EBADENGINE yarn: '>= 1.13.0' [2022-10-26T04:17:34.799Z] npm WARN EBADENGINE }, [2022-10-26T04:17:34.799Z] npm WARN EBADENGINE current: { node: 'v16.17.1', npm: '8.19.2' } [2022-10-26T04:17:34.799Z] npm WARN EBADENGINE } [2022-10-26T04:17:34.799Z] npm WARN EBADENGINE Unsupported engine { [2022-10-26T04:17:34.799Z] npm WARN EBADENGINE package: '@schematics/angular@12.2.4', [2022-10-26T04:17:34.799Z] npm WARN EBADENGINE required: { [2022-10-26T04:17:34.799Z] npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', [2022-10-26T04:17:34.799Z] npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', [2022-10-26T04:17:34.799Z] npm WARN EBADENGINE yarn: '>= 1.13.0' [2022-10-26T04:17:34.799Z] npm WARN EBADENGINE }, [2022-10-26T04:17:34.799Z] npm WARN EBADENGINE current: { node: 'v16.17.1', npm: '8.19.2' } [2022-10-26T04:17:34.799Z] npm WARN EBADENGINE } [2022-10-26T04:18:21.643Z] npm WARN deprecated urix@0.1.0: Please see https://github.com/lydell/urix#deprecated [2022-10-26T04:18:21.643Z] 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-10-26T04:18:21.643Z] npm WARN deprecated source-map-url@0.4.1: See https://github.com/lydell/source-map-url#deprecated [2022-10-26T04:18:21.643Z] npm WARN deprecated source-map-resolve@0.6.0: See https://github.com/lydell/source-map-resolve#deprecated [2022-10-26T04:18:21.643Z] npm WARN deprecated resolve-url@0.2.1: https://github.com/lydell/resolve-url#deprecated [2022-10-26T04:18:21.643Z] npm WARN deprecated querystring@0.2.0: The querystring API is considered Legacy. new code should use the URLSearchParams API instead. [2022-10-26T04:18:31.726Z] npm WARN deprecated har-validator@5.1.5: this library is no longer supported [2022-10-26T04:18:33.153Z] npm WARN deprecated flatten@1.0.3: flatten is deprecated in favor of utility frameworks such as lodash. [2022-10-26T04:18:37.418Z] npm WARN deprecated request@2.88.2: request has been deprecated, see https://github.com/request/request/issues/3142 [2022-10-26T04:18:55.644Z] 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-10-26T04:18:55.644Z] npm WARN deprecated source-map-resolve@0.5.3: See https://github.com/lydell/source-map-resolve#deprecated [2022-10-26T04:18:57.053Z] 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-10-26T04:19:02.403Z] 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-10-26T04:19:03.366Z] 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-10-26T04:19:04.784Z] npm WARN deprecated source-map-resolve@0.5.3: See https://github.com/lydell/source-map-resolve#deprecated [2022-10-26T04:19:19.806Z] 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-10-26T04:19:20.074Z] 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-10-26T04:19:38.302Z] 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-10-26T04:20:04.983Z] 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-10-26T04:20:43.852Z] [2022-10-26T04:20:43.853Z] added 1475 packages, and audited 1476 packages in 3m [2022-10-26T04:20:43.853Z] [2022-10-26T04:20:43.853Z] 90 packages are looking for funding [2022-10-26T04:20:43.853Z] run `npm fund` for details [2022-10-26T04:20:43.853Z] [2022-10-26T04:20:43.853Z] 14 vulnerabilities (3 moderate, 9 high, 2 critical) [2022-10-26T04:20:43.853Z] [2022-10-26T04:20:43.853Z] To address issues that do not require attention, run: [2022-10-26T04:20:43.853Z] npm audit fix [2022-10-26T04:20:43.853Z] [2022-10-26T04:20:43.853Z] To address all issues (including breaking changes), run: [2022-10-26T04:20:43.853Z] npm audit fix --force [2022-10-26T04:20:43.853Z] [2022-10-26T04:20:43.853Z] Run `npm audit` for details. [2022-10-26T04:20:43.853Z] 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-10-26T04:21:02.064Z] - Generating browser application bundles (phase: setup)... [2022-10-26T04:21:34.278Z] Compiling @angular/compiler/testing : es2015 as esm2015 [2022-10-26T04:21:34.278Z] Compiling @angular/core : es2015 as esm2015 [2022-10-26T04:22:00.994Z] Compiling @angular/common : es2015 as esm2015 [2022-10-26T04:22:00.994Z] Compiling @angular/core/testing : es2015 as esm2015 [2022-10-26T04:22:06.335Z] Compiling @angular/platform-browser : es2015 as esm2015 [2022-10-26T04:22:06.335Z] Compiling @angular/common/testing : es2015 as esm2015 [2022-10-26T04:22:09.673Z] Compiling @angular/router : es2015 as esm2015 [2022-10-26T04:22:10.646Z] Compiling @angular/platform-browser-dynamic : es2015 as esm2015 [2022-10-26T04:22:15.980Z] Compiling @angular/platform-browser/testing : es2015 as esm2015 [2022-10-26T04:22:16.565Z] Compiling @angular/common/http : es2015 as esm2015 [2022-10-26T04:22:16.831Z] Compiling @angular/platform-browser-dynamic/testing : es2015 as esm2015 [2022-10-26T04:22:21.082Z] Compiling @angular/forms : es2015 as esm2015 [2022-10-26T04:22:21.082Z] Compiling @angular/common/http/testing : es2015 as esm2015 [2022-10-26T04:22:21.682Z] Compiling @angular/router/testing : es2015 as esm2015 [2022-10-26T04:23:18.215Z] 26 10 2022 04:23:16.623:INFO [karma-server]: Karma v6.3.16 server started at http://localhost:9876/ [2022-10-26T04:23:18.215Z] 26 10 2022 04:23:16.636:INFO [launcher]: Launching browsers ChromeHeadlessNoSandbox with concurrency unlimited [2022-10-26T04:23:18.215Z] 26 10 2022 04:23:16.662:INFO [launcher]: Starting browser ChromeHeadless [2022-10-26T04:24:26.062Z] 26 10 2022 04:24:19.475:WARN [launcher]: ChromeHeadless has not captured in 60000 ms, killing. [2022-10-26T04:24:34.257Z] 26 10 2022 04:24:33.559:WARN [launcher]: ChromeHeadless was not killed in 2000 ms, sending SIGKILL. [2022-10-26T04:24:52.447Z] 26 10 2022 04:24:51.292:INFO [launcher]: Trying to start ChromeHeadless again (1/2). [2022-10-26T04:25:10.626Z] ✔ Browser application bundle generation complete. [2022-10-26T04:25:10.626Z] 26 10 2022 04:25:09.539:INFO [Chrome Headless 99.0.4844.84 (Linux aarch64)]: Connected on socket yqnZIqoTBzSW_gR0AAAB with id 51504171 [2022-10-26T04:25:28.821Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 0 of 149 SUCCESS (0 secs / 0 secs) [2022-10-26T04:25:28.821Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 1 of 149 SUCCESS (0 secs / 0.712 secs) [2022-10-26T04:25:28.821Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 2 of 149 SUCCESS (0 secs / 0.857 secs) [2022-10-26T04:25:28.821Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 3 of 149 SUCCESS (0 secs / 2.239 secs) [2022-10-26T04:25:29.089Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 4 of 149 SUCCESS (0 secs / 2.309 secs) [2022-10-26T04:25:29.357Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 5 of 149 SUCCESS (0 secs / 2.59 secs) [2022-10-26T04:25:29.622Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 6 of 149 SUCCESS (0 secs / 2.692 secs) [2022-10-26T04:25:29.622Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 7 of 149 SUCCESS (0 secs / 2.811 secs) [2022-10-26T04:25:29.622Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 8 of 149 SUCCESS (0 secs / 2.866 secs) [2022-10-26T04:25:29.889Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 9 of 149 SUCCESS (0 secs / 2.897 secs) [2022-10-26T04:25:29.889Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 10 of 149 SUCCESS (0 secs / 3.038 secs) [2022-10-26T04:25:30.155Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 11 of 149 SUCCESS (0 secs / 3.109 secs) [2022-10-26T04:25:30.421Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 12 of 149 SUCCESS (0 secs / 3.474 secs) [2022-10-26T04:25:30.687Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 13 of 149 SUCCESS (0 secs / 3.783 secs) [2022-10-26T04:25:30.953Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 14 of 149 SUCCESS (0 secs / 3.85 secs) [2022-10-26T04:25:31.219Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 15 of 149 SUCCESS (0 secs / 4.037 secs) [2022-10-26T04:25:31.219Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 16 of 149 SUCCESS (0 secs / 4.068 secs) [2022-10-26T04:25:31.219Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 17 of 149 SUCCESS (0 secs / 4.099 secs) [2022-10-26T04:25:31.486Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 18 of 149 SUCCESS (0 secs / 4.312 secs) [2022-10-26T04:25:32.069Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 19 of 149 SUCCESS (0 secs / 4.748 secs) [2022-10-26T04:25:32.069Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 20 of 149 SUCCESS (0 secs / 4.925 secs) [2022-10-26T04:25:32.337Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 21 of 149 SUCCESS (0 secs / 4.98 secs) [2022-10-26T04:25:32.337Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 22 of 149 SUCCESS (0 secs / 5.104 secs) [2022-10-26T04:25:32.603Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 23 of 149 SUCCESS (0 secs / 5.126 secs) [2022-10-26T04:25:32.603Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 24 of 149 SUCCESS (0 secs / 5.156 secs) [2022-10-26T04:25:32.603Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 25 of 149 SUCCESS (0 secs / 5.199 secs) [2022-10-26T04:25:32.603Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 26 of 149 SUCCESS (0 secs / 5.277 secs) [2022-10-26T04:25:32.603Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 27 of 149 SUCCESS (0 secs / 5.29 secs) [2022-10-26T04:25:32.869Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 28 of 149 SUCCESS (0 secs / 5.301 secs) [2022-10-26T04:25:32.869Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 29 of 149 SUCCESS (0 secs / 5.375 secs) [2022-10-26T04:25:33.137Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 30 of 149 SUCCESS (0 secs / 5.649 secs) [2022-10-26T04:25:33.137Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 31 of 149 SUCCESS (0 secs / 5.715 secs) [2022-10-26T04:25:33.404Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 32 of 149 SUCCESS (0 secs / 5.776 secs) [2022-10-26T04:25:33.404Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 33 of 149 SUCCESS (0 secs / 5.836 secs) [2022-10-26T04:25:33.404Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 34 of 149 SUCCESS (0 secs / 5.882 secs) [2022-10-26T04:25:33.671Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 35 of 149 SUCCESS (0 secs / 6.056 secs) [2022-10-26T04:25:33.937Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 36 of 149 SUCCESS (0 secs / 6.142 secs) [2022-10-26T04:25:33.937Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 37 of 149 SUCCESS (0 secs / 6.158 secs) [2022-10-26T04:25:33.937Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 38 of 149 SUCCESS (0 secs / 6.172 secs) [2022-10-26T04:25:33.937Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 39 of 149 SUCCESS (0 secs / 6.254 secs) [2022-10-26T04:25:34.201Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 40 of 149 SUCCESS (0 secs / 6.313 secs) [2022-10-26T04:25:34.201Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 41 of 149 SUCCESS (0 secs / 6.333 secs) [2022-10-26T04:25:34.466Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 42 of 149 SUCCESS (0 secs / 6.56 secs) [2022-10-26T04:25:34.466Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 43 of 149 SUCCESS (0 secs / 6.642 secs) [2022-10-26T04:25:34.466Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 44 of 149 SUCCESS (0 secs / 6.661 secs) [2022-10-26T04:25:34.466Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 45 of 149 SUCCESS (0 secs / 6.67 secs) [2022-10-26T04:25:34.732Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 46 of 149 SUCCESS (0 secs / 6.684 secs) [2022-10-26T04:25:34.732Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 47 of 149 SUCCESS (0 secs / 6.693 secs) [2022-10-26T04:25:34.732Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 48 of 149 SUCCESS (0 secs / 6.761 secs) [2022-10-26T04:25:34.999Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 49 of 149 SUCCESS (0 secs / 6.983 secs) [2022-10-26T04:25:34.999Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 50 of 149 SUCCESS (0 secs / 7.011 secs) [2022-10-26T04:25:35.267Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 51 of 149 SUCCESS (0 secs / 7.116 secs) [2022-10-26T04:25:35.267Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 52 of 149 SUCCESS (0 secs / 7.156 secs) [2022-10-26T04:25:35.267Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 53 of 149 SUCCESS (0 secs / 7.167 secs) [2022-10-26T04:25:35.267Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 54 of 149 SUCCESS (0 secs / 7.237 secs) [2022-10-26T04:25:35.534Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 55 of 149 SUCCESS (0 secs / 7.283 secs) [2022-10-26T04:25:35.534Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 56 of 149 SUCCESS (0 secs / 7.355 secs) [2022-10-26T04:25:35.801Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 57 of 149 SUCCESS (0 secs / 7.49 secs) [2022-10-26T04:25:35.801Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 58 of 149 SUCCESS (0 secs / 7.57 secs) [2022-10-26T04:25:36.067Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 59 of 149 SUCCESS (0 secs / 7.745 secs) [2022-10-26T04:25:36.067Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 60 of 149 SUCCESS (0 secs / 7.789 secs) [2022-10-26T04:25:36.334Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 61 of 149 SUCCESS (0 secs / 7.865 secs) [2022-10-26T04:25:36.334Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 62 of 149 SUCCESS (0 secs / 7.89 secs) [2022-10-26T04:25:36.599Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 63 of 149 SUCCESS (0 secs / 8.059 secs) [2022-10-26T04:25:36.599Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 64 of 149 SUCCESS (0 secs / 8.224 secs) [2022-10-26T04:25:36.865Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 65 of 149 SUCCESS (0 secs / 8.43 secs) [2022-10-26T04:25:37.130Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 66 of 149 SUCCESS (0 secs / 8.458 secs) [2022-10-26T04:25:37.130Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 67 of 149 SUCCESS (0 secs / 8.528 secs) [2022-10-26T04:25:37.395Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 68 of 149 SUCCESS (0 secs / 8.773 secs) [2022-10-26T04:25:37.660Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 69 of 149 SUCCESS (0 secs / 8.896 secs) [2022-10-26T04:25:37.660Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 70 of 149 SUCCESS (0 secs / 8.971 secs) [2022-10-26T04:25:37.925Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 71 of 149 SUCCESS (0 secs / 9.023 secs) [2022-10-26T04:25:37.925Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 72 of 149 SUCCESS (0 secs / 9.068 secs) [2022-10-26T04:25:38.190Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 73 of 149 SUCCESS (0 secs / 9.262 secs) [2022-10-26T04:25:38.190Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 74 of 149 SUCCESS (0 secs / 9.317 secs) [2022-10-26T04:25:38.190Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 75 of 149 SUCCESS (0 secs / 9.343 secs) [2022-10-26T04:25:38.456Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 76 of 149 SUCCESS (0 secs / 9.362 secs) [2022-10-26T04:25:38.456Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 77 of 149 SUCCESS (0 secs / 9.38 secs) [2022-10-26T04:25:38.456Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 78 of 149 SUCCESS (0 secs / 9.483 secs) [2022-10-26T04:25:38.456Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 79 of 149 SUCCESS (0 secs / 9.528 secs) [2022-10-26T04:25:38.722Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 80 of 149 SUCCESS (0 secs / 9.657 secs) [2022-10-26T04:25:38.987Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 81 of 149 SUCCESS (0 secs / 9.785 secs) [2022-10-26T04:25:38.987Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 82 of 149 SUCCESS (0 secs / 9.844 secs) [2022-10-26T04:25:38.987Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 83 of 149 SUCCESS (0 secs / 9.87 secs) [2022-10-26T04:25:39.252Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 84 of 149 SUCCESS (0 secs / 9.993 secs) [2022-10-26T04:25:39.252Z] WARN: ' [2022-10-26T04:25:39.252Z] It looks like you're using ngModel on the same form field as formControlName. [2022-10-26T04:25:39.252Z] Support for using the ngModel input property and ngModelChange event with [2022-10-26T04:25:39.252Z] reactive form directives has been deprecated in Angular v6 and will be removed [2022-10-26T04:25:39.252Z] in a future version of Angular. [2022-10-26T04:25:39.252Z] [2022-10-26T04:25:39.252Z] For more information on this, see our API docs here: [2022-10-26T04:25:39.252Z] https://angular.io/api/forms/FormControlName#use-with-ngmodel [2022-10-26T04:25:39.252Z] ' [2022-10-26T04:25:39.252Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 84 of 149 SUCCESS (0 secs / 9.993 secs) [2022-10-26T04:25:39.252Z] WARN: ' [2022-10-26T04:25:39.252Z] It looks like you're using ngModel on the same form field as formControlName. [2022-10-26T04:25:39.252Z] Support for using the ngModel input property and ngModelChange event with [2022-10-26T04:25:39.252Z] reactive form directives has been deprecated in Angular v6 and will be removed [2022-10-26T04:25:39.252Z] in a future version of Angular. [2022-10-26T04:25:39.252Z] [2022-10-26T04:25:39.252Z] For more information on this, see our API docs here: [2022-10-26T04:25:39.252Z] https://angular.io/api/forms/FormControlName#use-with-ngmodel [2022-10-26T04:25:39.252Z] ' [2022-10-26T04:25:39.252Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 85 of 149 SUCCESS (0 secs / 10.146 secs) [2022-10-26T04:25:39.517Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 86 of 149 SUCCESS (0 secs / 10.214 secs) [2022-10-26T04:25:39.517Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 87 of 149 SUCCESS (0 secs / 10.335 secs) [2022-10-26T04:25:39.783Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 88 of 149 SUCCESS (0 secs / 10.393 secs) [2022-10-26T04:25:40.049Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 89 of 149 SUCCESS (0 secs / 10.578 secs) [2022-10-26T04:25:40.049Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 90 of 149 SUCCESS (0 secs / 10.64 secs) [2022-10-26T04:25:40.316Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 91 of 149 SUCCESS (0 secs / 10.786 secs) [2022-10-26T04:25:40.316Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 92 of 149 SUCCESS (0 secs / 10.85 secs) [2022-10-26T04:25:40.316Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 93 of 149 SUCCESS (0 secs / 10.907 secs) [2022-10-26T04:25:40.582Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 94 of 149 SUCCESS (0 secs / 10.925 secs) [2022-10-26T04:25:40.582Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 95 of 149 SUCCESS (0 secs / 11.069 secs) [2022-10-26T04:25:40.850Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 96 of 149 SUCCESS (0 secs / 11.129 secs) [2022-10-26T04:25:40.850Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 97 of 149 SUCCESS (0 secs / 11.194 secs) [2022-10-26T04:25:41.116Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 98 of 149 SUCCESS (0 secs / 11.315 secs) [2022-10-26T04:25:41.116Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 99 of 149 SUCCESS (0 secs / 11.354 secs) [2022-10-26T04:25:41.116Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 100 of 149 SUCCESS (0 secs / 11.466 secs) [2022-10-26T04:25:41.383Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 101 of 149 SUCCESS (0 secs / 11.573 secs) [2022-10-26T04:25:41.652Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 102 of 149 SUCCESS (0 secs / 11.654 secs) [2022-10-26T04:25:41.652Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 103 of 149 SUCCESS (0 secs / 11.689 secs) [2022-10-26T04:25:41.652Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 104 of 149 SUCCESS (0 secs / 11.721 secs) [2022-10-26T04:25:41.918Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 105 of 149 SUCCESS (0 secs / 11.841 secs) [2022-10-26T04:25:41.918Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 106 of 149 SUCCESS (0 secs / 11.909 secs) [2022-10-26T04:25:41.918Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 107 of 149 SUCCESS (0 secs / 11.945 secs) [2022-10-26T04:25:41.918Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 108 of 149 SUCCESS (0 secs / 11.969 secs) [2022-10-26T04:25:42.184Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 109 of 149 SUCCESS (0 secs / 12.092 secs) [2022-10-26T04:25:42.184Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 110 of 149 SUCCESS (0 secs / 12.132 secs) [2022-10-26T04:25:42.450Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 111 of 149 SUCCESS (0 secs / 12.178 secs) [2022-10-26T04:25:42.450Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 112 of 149 SUCCESS (0 secs / 12.262 secs) [2022-10-26T04:25:42.450Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 113 of 149 SUCCESS (0 secs / 12.291 secs) [2022-10-26T04:25:42.716Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 114 of 149 SUCCESS (0 secs / 12.384 secs) [2022-10-26T04:25:42.716Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 115 of 149 SUCCESS (0 secs / 12.428 secs) [2022-10-26T04:25:42.716Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 116 of 149 SUCCESS (0 secs / 12.454 secs) [2022-10-26T04:25:42.983Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 117 of 149 SUCCESS (0 secs / 12.481 secs) [2022-10-26T04:25:42.983Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 118 of 149 SUCCESS (0 secs / 12.497 secs) [2022-10-26T04:25:42.983Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 119 of 149 SUCCESS (0 secs / 12.562 secs) [2022-10-26T04:25:42.983Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 120 of 149 SUCCESS (0 secs / 12.583 secs) [2022-10-26T04:25:42.983Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 121 of 149 SUCCESS (0 secs / 12.612 secs) [2022-10-26T04:25:42.983Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 122 of 149 SUCCESS (0 secs / 12.635 secs) [2022-10-26T04:25:43.248Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 123 of 149 SUCCESS (0 secs / 12.651 secs) [2022-10-26T04:25:43.248Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 124 of 149 SUCCESS (0 secs / 12.809 secs) [2022-10-26T04:25:43.513Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 125 of 149 SUCCESS (0 secs / 12.938 secs) [2022-10-26T04:25:43.513Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 126 of 149 SUCCESS (0 secs / 13.037 secs) [2022-10-26T04:25:43.513Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 127 of 149 SUCCESS (0 secs / 13.064 secs) [2022-10-26T04:25:43.779Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 128 of 149 SUCCESS (0 secs / 13.094 secs) [2022-10-26T04:25:43.779Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 129 of 149 SUCCESS (0 secs / 13.125 secs) [2022-10-26T04:25:43.779Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 130 of 149 SUCCESS (0 secs / 13.223 secs) [2022-10-26T04:25:44.046Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 131 of 149 SUCCESS (0 secs / 13.402 secs) [2022-10-26T04:25:44.312Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 132 of 149 SUCCESS (0 secs / 13.459 secs) [2022-10-26T04:25:44.312Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 133 of 149 SUCCESS (0 secs / 13.49 secs) [2022-10-26T04:25:44.312Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 134 of 149 SUCCESS (0 secs / 13.537 secs) [2022-10-26T04:25:44.583Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 135 of 149 SUCCESS (0 secs / 13.567 secs) [2022-10-26T04:25:44.583Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 136 of 149 SUCCESS (0 secs / 13.582 secs) [2022-10-26T04:25:44.583Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 137 of 149 SUCCESS (0 secs / 13.592 secs) [2022-10-26T04:25:44.583Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 138 of 149 SUCCESS (0 secs / 13.605 secs) [2022-10-26T04:25:44.583Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 139 of 149 SUCCESS (0 secs / 13.618 secs) [2022-10-26T04:25:44.583Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 140 of 149 SUCCESS (0 secs / 13.636 secs) [2022-10-26T04:25:44.583Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 141 of 149 SUCCESS (0 secs / 13.665 secs) [2022-10-26T04:25:44.848Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 142 of 149 SUCCESS (0 secs / 13.682 secs) [2022-10-26T04:25:44.848Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 143 of 149 SUCCESS (0 secs / 13.696 secs) [2022-10-26T04:25:44.848Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 144 of 149 SUCCESS (0 secs / 13.736 secs) [2022-10-26T04:25:44.849Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 145 of 149 SUCCESS (0 secs / 13.751 secs) [2022-10-26T04:25:44.849Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 146 of 149 SUCCESS (0 secs / 13.768 secs) [2022-10-26T04:25:44.849Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 147 of 149 SUCCESS (0 secs / 13.78 secs) [2022-10-26T04:25:44.849Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 148 of 149 SUCCESS (0 secs / 13.796 secs) [2022-10-26T04:25:44.849Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 149 of 149 SUCCESS (0 secs / 13.805 secs) [2022-10-26T04:25:45.807Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 149 of 149 SUCCESS (19.58 secs / 13.805 secs) [2022-10-26T04:25:45.807Z] TOTAL: 149 SUCCESS [2022-10-26T04:25:45.807Z] ✔ Browser application bundle generation complete. [2022-10-26T04:25:49.146Z] [2022-10-26T04:25:49.146Z] =============================== Coverage summary =============================== [2022-10-26T04:25:49.146Z] Statements : 40.98% ( 1467/3580 ) [2022-10-26T04:25:49.146Z] Branches : 12.03% ( 111/923 ) [2022-10-26T04:25:49.146Z] Functions : 33.28% ( 432/1298 ) [2022-10-26T04:25:49.146Z] Lines : 38.91% ( 1318/3387 ) [2022-10-26T04:25:49.146Z] ================================================================================ [2022-10-26T04:25:49.146Z] 26 10 2022 04:25:48.911:WARN [launcher]: ChromeHeadless was not killed in 2000 ms, sending SIGKILL. [2022-10-26T04:25:50.105Z] ✔ Browser application bundle generation complete. [2022-10-26T04:25:51.070Z] make[1]: Leaving directory '/w/workspace/edgex-ui-go/1/web' [Pipeline] echo [2022-10-26T04:25:51.108Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2022-10-26T04:25:51.131Z] $ docker stop --time=1 ca4cc8094243762db92f283cd98e0f75fc2826143c0462206f235191f17b0795 [2022-10-26T04:25:52.837Z] $ docker rm -f ca4cc8094243762db92f283cd98e0f75fc2826143c0462206f235191f17b0795 [Pipeline] // withDockerContainer [Pipeline] sh [2022-10-26T04:25:53.772Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2022-10-26T04:25:56.380Z] Warning: overwriting stash ‘coverage-report’ [2022-10-26T04:26:01.392Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2022-10-26T04:26:02.076Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2022-10-26T04:26:04.995Z] + ls -al . [2022-10-26T04:26:04.995Z] total 180 [2022-10-26T04:26:04.995Z] drwxrwxr-x 13 jenkins jenkins 4096 Oct 26 04:14 . [2022-10-26T04:26:04.995Z] drwxrwxr-x 4 jenkins jenkins 4096 Oct 26 04:11 .. [2022-10-26T04:26:04.995Z] drwxrwxr-x 2 jenkins jenkins 4096 Oct 26 04:11 .blubracket [2022-10-26T04:26:04.995Z] -rw-rw-r-- 1 jenkins jenkins 18 Oct 26 04:11 .dockerignore [2022-10-26T04:26:04.995Z] drwxrwxr-x 8 jenkins jenkins 4096 Oct 26 04:11 .git [2022-10-26T04:26:04.995Z] drwxrwxr-x 3 jenkins jenkins 4096 Oct 26 04:11 .github [2022-10-26T04:26:04.995Z] -rw-rw-r-- 1 jenkins jenkins 185 Oct 26 04:11 .gitignore [2022-10-26T04:26:04.995Z] -rw-rw-r-- 1 jenkins jenkins 4856 Oct 26 04:11 Attribution.txt [2022-10-26T04:26:04.995Z] -rw-rw-r-- 1 jenkins jenkins 14570 Oct 26 04:11 CHANGELOG.md [2022-10-26T04:26:04.995Z] -rw-rw-r-- 1 jenkins jenkins 3959 Oct 26 04:11 CONTRIBUTING.md [2022-10-26T04:26:04.995Z] -rw-rw-r-- 1 jenkins jenkins 1847 Oct 26 04:11 Dockerfile [2022-10-26T04:26:04.995Z] -rw-rw-r-- 1 jenkins jenkins 652 Oct 26 04:11 Jenkinsfile [2022-10-26T04:26:04.995Z] -rw-rw-r-- 1 jenkins jenkins 11357 Oct 26 04:11 LICENSE [2022-10-26T04:26:04.995Z] -rw-rw-r-- 1 jenkins jenkins 2124 Oct 26 04:11 Makefile [2022-10-26T04:26:04.995Z] -rw-rw-r-- 1 jenkins jenkins 4398 Oct 26 04:11 README.md [2022-10-26T04:26:04.995Z] -rw-rw-r-- 1 jenkins jenkins 5 Oct 26 04:11 VERSION [2022-10-26T04:26:04.995Z] drwxrwxr-x 3 jenkins jenkins 4096 Oct 26 04:11 assets [2022-10-26T04:26:04.995Z] drwxrwxr-x 2 jenkins jenkins 4096 Oct 26 04:11 bin [2022-10-26T04:26:04.995Z] drwxrwxr-x 3 jenkins jenkins 4096 Oct 26 04:11 cmd [2022-10-26T04:26:04.995Z] -rw-r--r-- 1 jenkins jenkins 10 Oct 26 04:14 coverage.out [2022-10-26T04:26:04.995Z] drwxrwxr-x 2 jenkins jenkins 4096 Oct 26 04:11 docs [2022-10-26T04:26:04.995Z] -rw-rw-r-- 1 jenkins jenkins 3152 Oct 26 04:11 go.mod [2022-10-26T04:26:04.995Z] -rw-rw-r-- 1 jenkins jenkins 43972 Oct 26 04:11 go.sum [2022-10-26T04:26:04.995Z] drwxrwxr-x 8 jenkins jenkins 4096 Oct 26 04:11 internal [2022-10-26T04:26:04.995Z] drwxrwxr-x 4 jenkins jenkins 4096 Oct 26 04:11 snap [2022-10-26T04:26:04.995Z] drwxrwxr-x 4 jenkins jenkins 4096 Oct 26 04:11 testing [2022-10-26T04:26:04.995Z] -rw-rw-r-- 1 jenkins jenkins 155 Oct 26 04:11 version.go [2022-10-26T04:26:04.995Z] drwxrwxr-x 6 jenkins jenkins 4096 Oct 26 04:17 web [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-10-26T04:26:05.420Z] + 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=2200f8ef825af80b0b715a47901bc46b57d6c0b2 --label arch=arm64 --label version=0.0.0 . [2022-10-26T04:26:06.834Z] Sending build context to Docker daemon 31.48MB [2022-10-26T04:26:06.834Z] Step 1/26 : ARG BASE=golang:1.18-alpine3.16 [2022-10-26T04:26:06.834Z] Step 2/26 : FROM ${BASE} AS builder [2022-10-26T04:26:06.834Z] ---> 71fb436aaddb [2022-10-26T04:26:06.834Z] Step 3/26 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" [2022-10-26T04:26:07.099Z] ---> Running in aadc90a6d074 [2022-10-26T04:26:07.365Z] Removing intermediate container aadc90a6d074 [2022-10-26T04:26:07.365Z] ---> 5125c427befd [2022-10-26T04:26:07.365Z] Step 4/26 : ARG ALPINE_PKG_BASE="make git" [2022-10-26T04:26:07.365Z] ---> Running in 948ebc795aad [2022-10-26T04:26:07.632Z] Removing intermediate container 948ebc795aad [2022-10-26T04:26:07.632Z] ---> cb74a8d986b8 [2022-10-26T04:26:07.632Z] Step 5/26 : ARG ALPINE_PKG_EXTRA="" [2022-10-26T04:26:07.632Z] ---> Running in 69683618f163 [2022-10-26T04:26:07.901Z] Removing intermediate container 69683618f163 [2022-10-26T04:26:07.901Z] ---> 21f017761342 [2022-10-26T04:26:07.901Z] Step 6/26 : LABEL Name=edgex-ui-go [2022-10-26T04:26:07.901Z] ---> Running in 54068633d6b4 [2022-10-26T04:26:08.166Z] Removing intermediate container 54068633d6b4 [2022-10-26T04:26:08.166Z] ---> d378abb52d69 [2022-10-26T04:26:08.166Z] Step 7/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2022: Intel' [2022-10-26T04:26:08.434Z] ---> Running in b103e057ee2e [2022-10-26T04:26:08.699Z] Removing intermediate container b103e057ee2e [2022-10-26T04:26:08.699Z] ---> a1196fe9decc [2022-10-26T04:26:08.699Z] Step 8/26 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2022-10-26T04:26:10.640Z] ---> 4ff857d83895 [2022-10-26T04:26:10.640Z] Step 9/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-26T04:26:10.640Z] ---> Running in 00ad08c7a254 [2022-10-26T04:26:12.047Z] Removing intermediate container 00ad08c7a254 [2022-10-26T04:26:12.047Z] ---> be8071ad4683 [2022-10-26T04:26:12.047Z] Step 10/26 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2022-10-26T04:26:12.047Z] ---> Running in 727b448d0d57 [2022-10-26T04:26:13.004Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-10-26T04:26:13.584Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-10-26T04:26:14.988Z] OK: 221 MiB in 51 packages [2022-10-26T04:26:15.568Z] Removing intermediate container 727b448d0d57 [2022-10-26T04:26:15.568Z] ---> 986ad5056a92 [2022-10-26T04:26:15.568Z] Step 11/26 : ENV GO111MODULE=on [2022-10-26T04:26:15.833Z] ---> Running in c377c8c3b1ea [2022-10-26T04:26:16.101Z] Removing intermediate container c377c8c3b1ea [2022-10-26T04:26:16.101Z] ---> 93d6f819876e [2022-10-26T04:26:16.101Z] Step 12/26 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go [2022-10-26T04:26:16.101Z] ---> Running in e2bf7234442e [2022-10-26T04:26:16.366Z] Removing intermediate container e2bf7234442e [2022-10-26T04:26:16.366Z] ---> c402b4bcd7b2 [2022-10-26T04:26:16.366Z] Step 13/26 : COPY go.mod vendor* ./ [2022-10-26T04:26:16.946Z] ---> 0a4e31251db8 [2022-10-26T04:26:16.946Z] Step 14/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-10-26T04:26:16.946Z] ---> Running in b62116b066ea [2022-10-26T04:26:18.891Z] Removing intermediate container b62116b066ea [2022-10-26T04:26:18.891Z] ---> 12a91be4b725 [2022-10-26T04:26:18.891Z] Step 15/26 : COPY . . [2022-10-26T04:26:23.128Z] ---> 3b8f83ed36c8 [2022-10-26T04:26:23.128Z] Step 16/26 : RUN ${MAKE} [2022-10-26T04:26:23.128Z] ---> Running in 0922d5a0485b [2022-10-26T04:26:23.393Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus" -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-10-26T04:27:31.229Z] Removing intermediate container 0922d5a0485b [2022-10-26T04:27:31.229Z] ---> 973071793090 [2022-10-26T04:27:31.229Z] Step 17/26 : FROM alpine:3.14 [2022-10-26T04:27:31.229Z] 3.14: Pulling from library/alpine [2022-10-26T04:27:31.229Z] 90cda3b7c325: Pulling fs layer [2022-10-26T04:27:31.229Z] 90cda3b7c325: Download complete [2022-10-26T04:27:31.229Z] 90cda3b7c325: Pull complete [2022-10-26T04:27:31.229Z] Digest: sha256:1ab24b3b99320975cca71716a7475a65d263d0b6b604d9d14ce08f7a3f67595c [2022-10-26T04:27:31.229Z] Status: Downloaded newer image for alpine:3.14 [2022-10-26T04:27:31.229Z] ---> 376ba31ae3da [2022-10-26T04:27:31.229Z] Step 18/26 : EXPOSE 4000 [2022-10-26T04:27:31.229Z] ---> Running in 4c5017acfc17 [2022-10-26T04:27:31.229Z] Removing intermediate container 4c5017acfc17 [2022-10-26T04:27:31.229Z] ---> 420bb2baf8b0 [2022-10-26T04:27:31.229Z] Step 19/26 : 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-10-26T04:27:33.168Z] ---> 680d883d9127 [2022-10-26T04:27:33.168Z] Step 20/26 : COPY --from=builder /go/src/github.com/edgexfoundry/edgex-ui-go/Attribution.txt /Attribution.txt [2022-10-26T04:27:33.168Z] ---> 2e1566c9dd47 [2022-10-26T04:27:33.168Z] Step 21/26 : COPY --from=builder /go/src/github.com/edgexfoundry/edgex-ui-go/LICENSE /LICENSE [2022-10-26T04:27:33.752Z] ---> 84f858fe1796 [2022-10-26T04:27:33.753Z] Step 22/26 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [2022-10-26T04:27:33.753Z] ---> Running in a1aa739bd344 [2022-10-26T04:27:34.018Z] Removing intermediate container a1aa739bd344 [2022-10-26T04:27:34.018Z] ---> e4b69570a4ce [2022-10-26T04:27:34.018Z] Step 23/26 : ENTRYPOINT ["./edgex-ui-server","--confdir=res/docker"] [2022-10-26T04:27:34.291Z] ---> Running in b40bb5162086 [2022-10-26T04:27:34.557Z] Removing intermediate container b40bb5162086 [2022-10-26T04:27:34.557Z] ---> 4d58137df3bb [2022-10-26T04:27:34.557Z] Step 24/26 : LABEL arch=arm64 [2022-10-26T04:27:34.557Z] ---> Running in 74278499bad1 [2022-10-26T04:27:34.825Z] Removing intermediate container 74278499bad1 [2022-10-26T04:27:34.825Z] ---> e6bf1f419805 [2022-10-26T04:27:34.825Z] Step 25/26 : LABEL git_sha=2200f8ef825af80b0b715a47901bc46b57d6c0b2 [2022-10-26T04:27:34.825Z] ---> Running in 630eaa60c40c [2022-10-26T04:27:35.092Z] Removing intermediate container 630eaa60c40c [2022-10-26T04:27:35.092Z] ---> 9c7852f812e0 [2022-10-26T04:27:35.092Z] Step 26/26 : LABEL version=0.0.0 [2022-10-26T04:27:35.092Z] ---> Running in 2a47a3102ca5 [2022-10-26T04:27:35.357Z] Removing intermediate container 2a47a3102ca5 [2022-10-26T04:27:35.357Z] ---> 4189d3109cb8 [2022-10-26T04:27:35.357Z] [Warning] One or more build-args [ARCH] were not consumed [2022-10-26T04:27:35.621Z] Successfully built 4189d3109cb8 [2022-10-26T04:27:35.621Z] 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-10-26T04:27:36.424Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-10-26T04:27:36.424Z] [2022-10-26T04:27:36.424Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-10-26T04:27:36.824Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-10-26T04:27:36.824Z] arm64: Pulling from edgex-lftools-log-publisher [2022-10-26T04:27:36.825Z] 8998bd30e6a1: Pulling fs layer [2022-10-26T04:27:36.825Z] 04944245beec: Pulling fs layer [2022-10-26T04:27:36.825Z] 699f458cf7ca: Pulling fs layer [2022-10-26T04:27:36.825Z] 765212b225bb: Pulling fs layer [2022-10-26T04:27:36.825Z] f23df028b6ca: Pulling fs layer [2022-10-26T04:27:36.825Z] d65c8cfc05b1: Pulling fs layer [2022-10-26T04:27:36.825Z] 2437ff75d9bd: Pulling fs layer [2022-10-26T04:27:36.825Z] 765212b225bb: Waiting [2022-10-26T04:27:36.825Z] f23df028b6ca: Waiting [2022-10-26T04:27:36.825Z] 2437ff75d9bd: Waiting [2022-10-26T04:27:36.825Z] d65c8cfc05b1: Waiting [2022-10-26T04:27:37.096Z] 04944245beec: Verifying Checksum [2022-10-26T04:27:37.096Z] 04944245beec: Download complete [2022-10-26T04:27:37.096Z] 765212b225bb: Download complete [2022-10-26T04:27:37.096Z] f23df028b6ca: Verifying Checksum [2022-10-26T04:27:37.096Z] f23df028b6ca: Download complete [2022-10-26T04:27:37.096Z] d65c8cfc05b1: Verifying Checksum [2022-10-26T04:27:37.096Z] d65c8cfc05b1: Download complete [2022-10-26T04:27:37.363Z] 699f458cf7ca: Verifying Checksum [2022-10-26T04:27:37.363Z] 699f458cf7ca: Download complete [2022-10-26T04:27:37.629Z] 8998bd30e6a1: Verifying Checksum [2022-10-26T04:27:37.629Z] 8998bd30e6a1: Download complete [2022-10-26T04:27:40.205Z] 2437ff75d9bd: Verifying Checksum [2022-10-26T04:27:40.205Z] 2437ff75d9bd: Download complete [2022-10-26T04:27:41.612Z] 8998bd30e6a1: Pull complete [2022-10-26T04:27:41.879Z] 04944245beec: Pull complete [2022-10-26T04:27:43.288Z] 699f458cf7ca: Pull complete [2022-10-26T04:27:43.288Z] 765212b225bb: Pull complete [2022-10-26T04:27:44.249Z] f23df028b6ca: Pull complete [2022-10-26T04:27:44.249Z] d65c8cfc05b1: Pull complete [2022-10-26T04:27:59.228Z] 2437ff75d9bd: Pull complete [2022-10-26T04:27:59.228Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2022-10-26T04:27:59.228Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-10-26T04:27:59.228Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-10-26T04:27:59.538Z] prd-ubuntu20.04-docker-arm64-4c-16g-117068 does not seem to be running inside a container [2022-10-26T04:27:59.590Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-ui-go/1 -v /w/workspace/edgex-ui-go/1:/w/workspace/edgex-ui-go/1:rw,z -v /w/workspace/edgex-ui-go/1@tmp:/w/workspace/edgex-ui-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat [2022-10-26T04:28:02.357Z] $ docker top 2d695f35a5fc5e987288f37329998a48d7d11c313cb002acf528ce2da6fa5ad2 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-10-26T04:28:03.267Z] ---> job-cost.sh [2022-10-26T04:28:03.267Z] lf-activate-venv: SKIPPING [2022-10-26T04:28:03.267Z] INFO: No Stack... [2022-10-26T04:28:03.533Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2022-10-26T04:28:04.486Z] INFO: Archiving Costs [Pipeline] sh [2022-10-26T04:28:04.831Z] + cut -d, -f6 [2022-10-26T04:28:05.097Z] + cat /w/workspace/edgex-ui-go/1/archives/cost.csv [Pipeline] lock [2022-10-26T04:28:05.150Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-ui-go-PR-566-1-stack-cost] [2022-10-26T04:28:05.154Z] Resource [jenkins-edgexfoundry-edgex-ui-go-PR-566-1-stack-cost] did not exist. Created. [2022-10-26T04:28:05.154Z] Lock acquired on [jenkins-edgexfoundry-edgex-ui-go-PR-566-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2022-10-26T04:28:05.571Z] /w/workspace/edgex-ui-go/1@tmp/durable-b8201b96/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh [2022-10-26T04:28:05.924Z] + echo total: 0.10999999940395355 [Pipeline] stash [2022-10-26T04:28:06.014Z] Warning: overwriting stash ‘stack-cost’ [2022-10-26T04:28:10.735Z] Stashed 1 file(s) [Pipeline] } [2022-10-26T04:28:10.752Z] Lock released on resource [jenkins-edgexfoundry-edgex-ui-go-PR-566-1-stack-cost] [Pipeline] // lock [Pipeline] } [2022-10-26T04:28:10.823Z] $ docker stop --time=1 2d695f35a5fc5e987288f37329998a48d7d11c313cb002acf528ce2da6fa5ad2 [2022-10-26T04:28:12.505Z] $ docker rm -f 2d695f35a5fc5e987288f37329998a48d7d11c313cb002acf528ce2da6fa5ad2 [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-10-26T04:28:13.459Z] provisioning config files... [2022-10-26T04:28:13.467Z] copy managed file [edgex-ui-go-codecov-token] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-566@tmp/config13686252993143621447tmp [Pipeline] { [Pipeline] sh [2022-10-26T04:28:13.812Z] + set +x [2022-10-26T04:28:13.812Z] + curl -s https://codecov.io/bash [2022-10-26T04:28:13.812Z] + bash -s -- [2022-10-26T04:28:13.812Z] [2022-10-26T04:28:13.812Z] _____ _ [2022-10-26T04:28:13.812Z] / ____| | | [2022-10-26T04:28:13.812Z] | | ___ __| | ___ ___ _____ __ [2022-10-26T04:28:13.812Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2022-10-26T04:28:13.812Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2022-10-26T04:28:13.812Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2022-10-26T04:28:13.812Z] Bash-1.0.6 [2022-10-26T04:28:13.812Z] [2022-10-26T04:28:13.812Z] [2022-10-26T04:28:13.812Z] ==> git version 2.25.1 found [2022-10-26T04:28:13.812Z] ==> 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-10-26T04:28:13.812Z] Release-Date: 2020-01-08 [2022-10-26T04:28:13.812Z] 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-10-26T04:28:13.812Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2022-10-26T04:28:13.812Z] ==> Jenkins CI detected. [2022-10-26T04:28:13.812Z] current dir:  /w/workspace/edgexfoundry_edgex-ui-go_PR-566 [2022-10-26T04:28:13.812Z] project root: . [2022-10-26T04:28:13.812Z] --> token set from env [2022-10-26T04:28:13.812Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2022-10-26T04:28:13.812Z] ==> Running gcov in . (disable via -X gcov) [2022-10-26T04:28:14.071Z] ==> Python coveragepy not found [2022-10-26T04:28:14.071Z] ==> Searching for coverage reports in: [2022-10-26T04:28:14.071Z] + . [2022-10-26T04:28:14.071Z] -> Found 1 reports [2022-10-26T04:28:14.071Z] ==> Detecting git/mercurial file structure [2022-10-26T04:28:14.071Z] ==> Reading reports [2022-10-26T04:28:14.071Z] + ./coverage.out bytes=10 [2022-10-26T04:28:14.071Z] ==> Appending adjustments [2022-10-26T04:28:14.071Z] https://docs.codecov.io/docs/fixing-reports [2022-10-26T04:28:14.639Z] + Found adjustments [2022-10-26T04:28:14.639Z] ==> Gzipping contents [2022-10-26T04:28:14.639Z] 12K /tmp/codecov.7HTXMs.gz [2022-10-26T04:28:14.639Z] ==> Uploading reports [2022-10-26T04:28:14.639Z] url: https://codecov.io [2022-10-26T04:28:14.639Z] query: branch=PR-566&commit=2200f8ef825af80b0b715a47901bc46b57d6c0b2&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2FPR-566%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=566&job=&cmd_args= [2022-10-26T04:28:14.639Z] -> Pinging Codecov [2022-10-26T04:28:14.639Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=bafa3062-778c-4190-9a80-d8a5ae27d9ba&branch=PR-566&commit=2200f8ef825af80b0b715a47901bc46b57d6c0b2&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2FPR-566%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=566&job=&cmd_args= [2022-10-26T04:28:15.208Z] -> Uploading to [2022-10-26T04:28:15.208Z] https://storage.googleapis.com/codecov/v4/raw/2022-10-26/FB506323287CE973F263BFD2A0EB1F37/2200f8ef825af80b0b715a47901bc46b57d6c0b2/7de75f10-4d29-4940-af51-0b68ea7a2ad0.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20221026%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20221026T042814Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=fe3c60abf5b2db118042b3b3e50b1fb5dc38bd5d7c7eb338b481967117cad783 [2022-10-26T04:28:15.208Z] % Total % Received % Xferd Average Speed Time Time Time Current [2022-10-26T04:28:15.208Z] Dload Upload Total Spent Left Speed [2022-10-26T04:28:15.467Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 8872 0 0 100 8872 0 34792 --:--:-- --:--:-- --:--:-- 34929 [2022-10-26T04:28:15.467Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/edgex-ui-go/commit/2200f8ef825af80b0b715a47901bc46b57d6c0b2 [Pipeline] } [2022-10-26T04:28:15.496Z] 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-10-26T04:28:17.305Z] + [ -d /w/workspace/edgexfoundry_edgex-ui-go_PR-566/archives ] [2022-10-26T04:28:17.306Z] + ls -al /w/workspace/edgexfoundry_edgex-ui-go_PR-566/archives [2022-10-26T04:28:17.306Z] total 16 [2022-10-26T04:28:17.306Z] drwxr-xr-x 3 root root 4096 Oct 26 04:14 . [2022-10-26T04:28:17.306Z] drwxrwxr-x 15 jenkins jenkins 4096 Oct 26 04:14 .. [2022-10-26T04:28:17.306Z] drwxr-xr-x 2 root root 4096 Oct 26 04:14 cost [2022-10-26T04:28:17.306Z] -rw-r--r-- 1 root root 83 Oct 26 04:14 cost.csv [2022-10-26T04:28:17.306Z] + sudo chown -R jenkins:jenkins /w/workspace/edgexfoundry_edgex-ui-go_PR-566/archives [2022-10-26T04:28:17.306Z] + ls -al /w/workspace/edgexfoundry_edgex-ui-go_PR-566/archives [2022-10-26T04:28:17.306Z] total 16 [2022-10-26T04:28:17.306Z] drwxr-xr-x 3 jenkins jenkins 4096 Oct 26 04:14 . [2022-10-26T04:28:17.306Z] drwxrwxr-x 15 jenkins jenkins 4096 Oct 26 04:14 .. [2022-10-26T04:28:17.306Z] drwxr-xr-x 2 jenkins jenkins 4096 Oct 26 04:14 cost [2022-10-26T04:28:17.306Z] -rw-r--r-- 1 jenkins jenkins 83 Oct 26 04:14 cost.csv [Pipeline] libraryResource [Pipeline] sh [2022-10-26T04:28:17.634Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2022-10-26T04:28:18.520Z] ---> package-listing.sh [2022-10-26T04:28:18.520Z] ++ facter osfamily [2022-10-26T04:28:18.520Z] ++ tr '[:upper:]' '[:lower:]' [2022-10-26T04:28:18.520Z] + OS_FAMILY=debian [2022-10-26T04:28:18.520Z] + workspace=/w/workspace/edgexfoundry_edgex-ui-go_PR-566 [2022-10-26T04:28:18.520Z] + START_PACKAGES=/tmp/packages_start.txt [2022-10-26T04:28:18.520Z] + END_PACKAGES=/tmp/packages_end.txt [2022-10-26T04:28:18.520Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2022-10-26T04:28:18.520Z] + PACKAGES=/tmp/packages_start.txt [2022-10-26T04:28:18.520Z] + '[' /w/workspace/edgexfoundry_edgex-ui-go_PR-566 ']' [2022-10-26T04:28:18.520Z] + PACKAGES=/tmp/packages_end.txt [2022-10-26T04:28:18.520Z] + case "${OS_FAMILY}" in [2022-10-26T04:28:18.520Z] + grep '^ii' [2022-10-26T04:28:18.520Z] + dpkg -l [2022-10-26T04:28:18.789Z] + '[' -f /tmp/packages_start.txt ']' [2022-10-26T04:28:18.789Z] + '[' -f /tmp/packages_end.txt ']' [2022-10-26T04:28:18.789Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2022-10-26T04:28:18.789Z] + '[' /w/workspace/edgexfoundry_edgex-ui-go_PR-566 ']' [2022-10-26T04:28:18.789Z] + mkdir -p /w/workspace/edgexfoundry_edgex-ui-go_PR-566/archives/ [2022-10-26T04:28:18.789Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgexfoundry_edgex-ui-go_PR-566/archives/ [Pipeline] echo [2022-10-26T04:28:18.823Z] 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-566/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2022-10-26T04:28:19.131Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-10-26T04:28:19.753Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-10-26T04:28:19.753Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-10-26T04:28:19.891Z] prd-ubuntu20.04-docker-8c-8g-117067 does not seem to be running inside a container [2022-10-26T04:28:19.921Z] $ 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-566/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-566 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-566:/w/workspace/edgexfoundry_edgex-ui-go_PR-566:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-566@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-566@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2022-10-26T04:28:20.106Z] $ docker top 350b06c1ea537052698199e5a9f20672119ea9f33232dddee9a4644f49481d95 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-10-26T04:28:20.501Z] + touch /tmp/pre-build-complete [Pipeline] sh [2022-10-26T04:28:20.815Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2022-10-26T04:28:21.126Z] + ls /var/log/sa-host [2022-10-26T04:28:21.126Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-10-26T04:28:21.256Z] provisioning config files... [2022-10-26T04:28:21.266Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-566@tmp/config12265667263848317854tmp [Pipeline] { [Pipeline] echo [2022-10-26T04:28:21.311Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2022-10-26T04:28:21.629Z] ---> create-netrc.sh [Pipeline] } [2022-10-26T04:28:21.656Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2022-10-26T04:28:22.038Z] ---> python-tools-install.sh [Pipeline] echo [2022-10-26T04:28:22.067Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2022-10-26T04:28:22.372Z] ---> sudo-logs.sh [2022-10-26T04:28:22.372Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2022-10-26T04:28:22.452Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2022-10-26T04:28:22.759Z] ---> job-cost.sh [2022-10-26T04:28:22.759Z] lf-activate-venv: SKIPPING [2022-10-26T04:28:22.759Z] DEBUG: total: 0.2199999988079071 [2022-10-26T04:28:22.759Z] INFO: Retrieving Stack Cost... [2022-10-26T04:28:23.326Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2022-10-26T04:28:23.896Z] INFO: Archiving Costs [Pipeline] echo [2022-10-26T04:28:23.929Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2022-10-26T04:28:24.240Z] ---> logs-deploy.sh [2022-10-26T04:28:24.240Z] lf-activate-venv: SKIPPING [2022-10-26T04:28:24.240Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-ui-go/PR-566/1 [2022-10-26T04:28:24.240Z] INFO: archiving workspace using pattern(s): [2022-10-26T04:28:25.176Z] Archives upload complete. [2022-10-26T04:28:25.435Z] INFO: archiving logs to Nexus [2022-10-26T04:28:26.003Z] ---> uname -a: [2022-10-26T04:28:26.003Z] Linux prd-ubuntu20-04-docker-8c-8g-117067 5.4.0-126-generic #142-Ubuntu SMP Fri Aug 26 12:12:57 UTC 2022 x86_64 GNU/Linux [2022-10-26T04:28:26.003Z] [2022-10-26T04:28:26.003Z] [2022-10-26T04:28:26.003Z] ---> lscpu: [2022-10-26T04:28:26.003Z] Architecture: x86_64 [2022-10-26T04:28:26.003Z] CPU op-mode(s): 32-bit, 64-bit [2022-10-26T04:28:26.003Z] Byte Order: Little Endian [2022-10-26T04:28:26.003Z] Address sizes: 40 bits physical, 48 bits virtual [2022-10-26T04:28:26.003Z] CPU(s): 8 [2022-10-26T04:28:26.003Z] On-line CPU(s) list: 0-7 [2022-10-26T04:28:26.003Z] Thread(s) per core: 1 [2022-10-26T04:28:26.003Z] Core(s) per socket: 1 [2022-10-26T04:28:26.003Z] Socket(s): 8 [2022-10-26T04:28:26.003Z] NUMA node(s): 1 [2022-10-26T04:28:26.003Z] Vendor ID: AuthenticAMD [2022-10-26T04:28:26.003Z] CPU family: 23 [2022-10-26T04:28:26.003Z] Model: 49 [2022-10-26T04:28:26.003Z] Model name: AMD EPYC-Rome Processor [2022-10-26T04:28:26.003Z] Stepping: 0 [2022-10-26T04:28:26.003Z] CPU MHz: 2799.998 [2022-10-26T04:28:26.003Z] BogoMIPS: 5599.99 [2022-10-26T04:28:26.003Z] Virtualization: AMD-V [2022-10-26T04:28:26.003Z] Hypervisor vendor: KVM [2022-10-26T04:28:26.003Z] Virtualization type: full [2022-10-26T04:28:26.003Z] L1d cache: 256 KiB [2022-10-26T04:28:26.003Z] L1i cache: 256 KiB [2022-10-26T04:28:26.003Z] L2 cache: 4 MiB [2022-10-26T04:28:26.003Z] L3 cache: 128 MiB [2022-10-26T04:28:26.003Z] NUMA node0 CPU(s): 0-7 [2022-10-26T04:28:26.003Z] Vulnerability Itlb multihit: Not affected [2022-10-26T04:28:26.003Z] Vulnerability L1tf: Not affected [2022-10-26T04:28:26.003Z] Vulnerability Mds: Not affected [2022-10-26T04:28:26.003Z] Vulnerability Meltdown: Not affected [2022-10-26T04:28:26.003Z] Vulnerability Mmio stale data: Not affected [2022-10-26T04:28:26.003Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2022-10-26T04:28:26.003Z] Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization [2022-10-26T04:28:26.003Z] Vulnerability Spectre v2: Mitigation; Retpolines, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling [2022-10-26T04:28:26.003Z] Vulnerability Srbds: Not affected [2022-10-26T04:28:26.003Z] Vulnerability Tsx async abort: Not affected [2022-10-26T04:28:26.003Z] 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-10-26T04:28:26.003Z] [2022-10-26T04:28:26.003Z] [2022-10-26T04:28:26.003Z] ---> nproc: [2022-10-26T04:28:26.003Z] 8 [2022-10-26T04:28:26.003Z] [2022-10-26T04:28:26.003Z] [2022-10-26T04:28:26.003Z] ---> df -h: [2022-10-26T04:28:26.003Z] Filesystem Size Used Avail Use% Mounted on [2022-10-26T04:28:26.003Z] overlay 155G 13G 143G 9% / [2022-10-26T04:28:26.003Z] tmpfs 64M 0 64M 0% /dev [2022-10-26T04:28:26.003Z] tmpfs 16G 0 16G 0% /sys/fs/cgroup [2022-10-26T04:28:26.003Z] shm 64M 0 64M 0% /dev/shm [2022-10-26T04:28:26.003Z] /dev/vda1 155G 13G 143G 9% /facter-os [2022-10-26T04:28:26.003Z] [2022-10-26T04:28:26.003Z] [2022-10-26T04:28:26.003Z] ---> sar -b -r -n DEV: [2022-10-26T04:28:26.003Z] Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-117067) 10/26/22 _x86_64_ (8 CPU) [2022-10-26T04:28:26.003Z] [2022-10-26T04:28:26.003Z] 04:10:04 LINUX RESTART (8 CPU) [2022-10-26T04:28:26.003Z] [2022-10-26T04:28:26.003Z] 04:11:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2022-10-26T04:28:26.003Z] 04:12:01 203.35 1.70 201.65 0.00 41.46 77642.93 0.00 [2022-10-26T04:28:26.003Z] 04:13:01 349.01 0.52 348.49 0.00 22.66 65520.01 0.00 [2022-10-26T04:28:26.003Z] 04:14:01 123.08 0.20 122.88 0.00 11.33 18307.10 0.00 [2022-10-26T04:28:26.003Z] 04:15:01 92.07 0.03 92.03 0.00 6.00 24019.48 0.00 [2022-10-26T04:28:26.003Z] 04:16:01 42.84 10.98 31.86 0.00 2922.05 4853.99 0.00 [2022-10-26T04:28:26.003Z] 04:17:01 1.80 0.02 1.78 0.00 0.13 19.73 0.00 [2022-10-26T04:28:26.003Z] 04:18:01 1.32 0.00 1.32 0.00 0.00 14.93 0.00 [2022-10-26T04:28:26.003Z] 04:19:01 1.58 0.00 1.58 0.00 0.00 18.53 0.00 [2022-10-26T04:28:26.003Z] 04:20:01 1.18 0.00 1.18 0.00 0.00 13.73 0.00 [2022-10-26T04:28:26.003Z] 04:21:01 1.88 0.00 1.88 0.00 0.00 32.79 0.00 [2022-10-26T04:28:26.003Z] 04:22:01 0.88 0.00 0.88 0.00 0.00 9.33 0.00 [2022-10-26T04:28:26.003Z] 04:23:01 1.22 0.00 1.22 0.00 0.00 14.40 0.00 [2022-10-26T04:28:26.003Z] 04:24:01 0.90 0.00 0.90 0.00 0.00 10.26 0.00 [2022-10-26T04:28:26.003Z] 04:25:01 1.27 0.00 1.27 0.00 0.00 15.73 0.00 [2022-10-26T04:28:26.003Z] 04:26:01 1.88 0.02 1.87 0.00 0.13 23.86 0.00 [2022-10-26T04:28:26.003Z] 04:27:01 1.27 0.00 1.27 0.00 0.00 14.80 0.00 [2022-10-26T04:28:26.003Z] 04:28:01 1.07 0.00 1.07 0.00 0.00 12.93 0.00 [2022-10-26T04:28:26.003Z] Average: 48.62 0.79 47.83 0.00 176.68 11208.02 0.00 [2022-10-26T04:28:26.003Z] [2022-10-26T04:28:26.003Z] 04:11:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2022-10-26T04:28:26.003Z] 04:12:01 28190444 31607836 695536 2.12 142176 3467300 1796700 5.30 1164120 3073492 103652 [2022-10-26T04:28:26.003Z] 04:13:01 26650396 31359156 935332 2.84 210264 4532108 1982600 5.84 1555020 4043984 632 [2022-10-26T04:28:26.003Z] 04:14:01 26611304 31547348 751176 2.28 213628 4753428 2069720 6.10 1573064 4075892 46296 [2022-10-26T04:28:26.003Z] 04:15:01 26196512 31573472 722640 2.20 220204 5144116 1760276 5.19 1569208 4446392 136 [2022-10-26T04:28:26.003Z] 04:16:01 25895376 31549840 732956 2.23 238080 5394040 1804428 5.32 1729620 4561888 12 [2022-10-26T04:28:26.003Z] 04:17:01 25904012 31558540 724176 2.20 238124 5394036 1804428 5.32 1720576 4561888 16 [2022-10-26T04:28:26.003Z] 04:18:01 25904448 31559204 723400 2.20 238148 5394044 1804428 5.32 1720712 4562044 8 [2022-10-26T04:28:26.003Z] 04:19:01 25908660 31563472 719064 2.19 238164 5394052 1804428 5.32 1716092 4562068 8 [2022-10-26T04:28:26.003Z] 04:20:01 25908636 31563612 719020 2.19 238196 5394044 1804428 5.32 1715948 4562232 8 [2022-10-26T04:28:26.003Z] 04:21:01 25908556 31563640 718924 2.19 238260 5394056 1804428 5.32 1716088 4562248 8 [2022-10-26T04:28:26.003Z] 04:22:01 25908508 31563612 718868 2.19 238276 5394056 1804428 5.32 1716288 4562252 8 [2022-10-26T04:28:26.003Z] 04:23:01 25908752 31563884 718584 2.19 238296 5394060 1804428 5.32 1715644 4562256 8 [2022-10-26T04:28:26.003Z] 04:24:01 25908640 31563780 718624 2.19 238304 5394064 1804428 5.32 1715648 4562260 8 [2022-10-26T04:28:26.003Z] 04:25:01 25908624 31563820 718564 2.19 238324 5394060 1804428 5.32 1715660 4562292 8 [2022-10-26T04:28:26.003Z] 04:26:01 25907896 31563264 719000 2.19 238360 5394044 1769340 5.21 1716148 4562280 180 [2022-10-26T04:28:26.003Z] 04:27:01 25908220 31563624 718648 2.19 238396 5394044 1769340 5.21 1715720 4562280 12 [2022-10-26T04:28:26.003Z] 04:28:01 25907888 31563316 718860 2.19 238420 5394052 1769340 5.21 1716076 4562284 180 [2022-10-26T04:28:26.003Z] Average: 26143345 31552436 733728 2.23 228448 5177624 1821270 5.37 1658331 4408708 8893 [2022-10-26T04:28:26.003Z] [2022-10-26T04:28:26.003Z] 04:11:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2022-10-26T04:28:26.003Z] 04:12:01 lo 4.33 4.33 0.44 0.44 0.00 0.00 0.00 0.00 [2022-10-26T04:28:26.003Z] 04:12:01 ens3 412.26 291.95 6475.20 84.87 0.00 0.00 0.00 0.00 [2022-10-26T04:28:26.003Z] 04:12:01 docker0 151.84 185.30 12.21 1749.48 0.00 0.00 0.00 0.00 [2022-10-26T04:28:26.003Z] 04:12:01 vethed14037 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 [2022-10-26T04:28:26.003Z] 04:13:01 lo 0.73 0.73 0.07 0.07 0.00 0.00 0.00 0.00 [2022-10-26T04:28:26.003Z] 04:13:01 ens3 358.86 198.57 4664.18 72.68 0.00 0.00 0.00 0.00 [2022-10-26T04:28:26.003Z] 04:13:01 vethb3d9686 0.00 0.10 0.00 0.01 0.00 0.00 0.00 0.00 [2022-10-26T04:28:26.003Z] 04:13:01 docker0 152.62 294.32 20.66 3953.85 0.00 0.00 0.00 0.00 [2022-10-26T04:28:26.003Z] 04:13:01 vethed14037 0.00 0.10 0.00 0.01 0.00 0.00 0.00 0.00 [2022-10-26T04:28:26.003Z] 04:14:01 lo 0.27 0.27 0.03 0.03 0.00 0.00 0.00 0.00 [2022-10-26T04:28:26.003Z] 04:14:01 ens3 44.57 31.19 72.99 17.27 0.00 0.00 0.00 0.00 [2022-10-26T04:28:26.003Z] 04:14:01 docker0 5.85 7.43 0.32 40.82 0.00 0.00 0.00 0.00 [2022-10-26T04:28:26.003Z] 04:15:01 lo 1.87 1.87 0.17 0.17 0.00 0.00 0.00 0.00 [2022-10-26T04:28:26.003Z] 04:15:01 ens3 107.95 81.95 2570.17 51.70 0.00 0.00 0.00 0.00 [2022-10-26T04:28:26.003Z] 04:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-26T04:28:26.003Z] 04:16:01 lo 0.53 0.53 0.05 0.05 0.00 0.00 0.00 0.00 [2022-10-26T04:28:26.003Z] 04:16:01 ens3 103.03 83.47 1305.10 64.92 0.00 0.00 0.00 0.00 [2022-10-26T04:28:26.003Z] 04:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-26T04:28:26.003Z] 04:17:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2022-10-26T04:28:26.003Z] 04:17:01 ens3 0.15 0.13 0.01 0.01 0.00 0.00 0.00 0.00 [2022-10-26T04:28:26.003Z] 04:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-26T04:28:26.003Z] 04:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-26T04:28:26.003Z] 04:18:01 ens3 1.30 0.77 4.14 0.05 0.00 0.00 0.00 0.00 [2022-10-26T04:28:26.003Z] 04:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-26T04:28:26.003Z] 04:19:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2022-10-26T04:28:26.003Z] 04:19:01 ens3 0.18 0.13 0.01 0.01 0.00 0.00 0.00 0.00 [2022-10-26T04:28:26.003Z] 04:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-26T04:28:26.003Z] 04:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-26T04:28:26.003Z] 04:20:01 ens3 0.13 0.00 0.01 0.00 0.00 0.00 0.00 0.00 [2022-10-26T04:28:26.003Z] 04:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-26T04:28:26.003Z] 04:21:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2022-10-26T04:28:26.003Z] 04:21:01 ens3 0.25 0.20 0.08 0.07 0.00 0.00 0.00 0.00 [2022-10-26T04:28:26.003Z] 04:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-26T04:28:26.004Z] 04:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-26T04:28:26.004Z] 04:22:01 ens3 0.33 0.12 0.07 0.01 0.00 0.00 0.00 0.00 [2022-10-26T04:28:26.004Z] 04:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-26T04:28:26.004Z] 04:23:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2022-10-26T04:28:26.004Z] 04:23:01 ens3 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2022-10-26T04:28:26.004Z] 04:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-26T04:28:26.004Z] 04:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-26T04:28:26.004Z] 04:24:01 ens3 0.10 0.00 0.01 0.00 0.00 0.00 0.00 0.00 [2022-10-26T04:28:26.004Z] 04:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-26T04:28:26.004Z] 04:25:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2022-10-26T04:28:26.004Z] 04:25:01 ens3 0.17 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2022-10-26T04:28:26.004Z] 04:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-26T04:28:26.004Z] 04:26:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-26T04:28:26.004Z] 04:26:01 ens3 0.33 0.23 0.14 0.07 0.00 0.00 0.00 0.00 [2022-10-26T04:28:26.004Z] 04:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-26T04:28:26.004Z] 04:27:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2022-10-26T04:28:26.004Z] 04:27:01 ens3 0.18 0.15 0.01 0.01 0.00 0.00 0.00 0.00 [2022-10-26T04:28:26.004Z] 04:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-26T04:28:26.004Z] 04:28:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-26T04:28:26.004Z] 04:28:01 ens3 0.07 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-26T04:28:26.004Z] 04:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-26T04:28:26.004Z] Average: lo 0.53 0.53 0.05 0.05 0.00 0.00 0.00 0.00 [2022-10-26T04:28:26.004Z] Average: ens3 60.58 40.53 887.72 17.16 0.00 0.00 0.00 0.00 [2022-10-26T04:28:26.004Z] Average: docker0 18.25 28.65 1.95 337.87 0.00 0.00 0.00 0.00 [2022-10-26T04:28:26.004Z] [2022-10-26T04:28:26.004Z] [2022-10-26T04:28:26.004Z] ---> sar -P ALL: [2022-10-26T04:28:26.004Z] Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-117067) 10/26/22 _x86_64_ (8 CPU) [2022-10-26T04:28:26.004Z] [2022-10-26T04:28:26.004Z] 04:10:04 LINUX RESTART (8 CPU) [2022-10-26T04:28:26.004Z] [2022-10-26T04:28:26.004Z] 04:11:01 CPU %user %nice %system %iowait %steal %idle [2022-10-26T04:28:26.004Z] 04:12:01 all 18.83 0.00 5.69 3.80 0.07 71.61 [2022-10-26T04:28:26.004Z] 04:12:01 0 17.59 0.00 6.78 14.65 0.07 60.91 [2022-10-26T04:28:26.004Z] 04:12:01 1 19.36 0.00 6.38 1.92 0.10 72.24 [2022-10-26T04:28:26.004Z] 04:12:01 2 18.83 0.00 5.19 0.36 0.07 75.56 [2022-10-26T04:28:26.004Z] 04:12:01 3 20.26 0.00 5.68 1.77 0.07 72.23 [2022-10-26T04:28:26.004Z] 04:12:01 4 18.35 0.00 6.45 1.74 0.07 73.38 [2022-10-26T04:28:26.004Z] 04:12:01 5 18.91 0.00 5.00 2.37 0.07 73.66 [2022-10-26T04:28:26.004Z] 04:12:01 6 19.52 0.00 5.30 0.52 0.07 74.60 [2022-10-26T04:28:26.004Z] 04:12:01 7 17.78 0.00 4.70 7.14 0.09 70.30 [2022-10-26T04:28:26.004Z] 04:13:01 all 12.55 0.00 4.82 3.27 0.07 79.29 [2022-10-26T04:28:26.004Z] 04:13:01 0 4.67 0.00 3.66 9.62 0.05 82.00 [2022-10-26T04:28:26.004Z] 04:13:01 1 17.89 0.00 5.06 0.50 0.05 76.50 [2022-10-26T04:28:26.004Z] 04:13:01 2 11.06 0.00 4.25 0.76 0.05 83.88 [2022-10-26T04:28:26.004Z] 04:13:01 3 9.35 0.00 6.37 1.69 0.08 82.50 [2022-10-26T04:28:26.004Z] 04:13:01 4 15.31 0.00 3.00 0.12 0.08 81.49 [2022-10-26T04:28:26.004Z] 04:13:01 5 20.34 0.00 6.77 0.83 0.08 71.98 [2022-10-26T04:28:26.004Z] 04:13:01 6 10.52 0.00 5.12 6.42 0.07 77.87 [2022-10-26T04:28:26.004Z] 04:13:01 7 11.24 0.00 4.35 6.24 0.08 78.08 [2022-10-26T04:28:26.004Z] 04:14:01 all 26.76 0.00 5.66 0.96 0.08 66.55 [2022-10-26T04:28:26.004Z] 04:14:01 0 18.84 0.00 4.89 2.78 0.07 73.42 [2022-10-26T04:28:26.004Z] 04:14:01 1 27.44 0.00 6.06 1.09 0.08 65.32 [2022-10-26T04:28:26.004Z] 04:14:01 2 27.65 0.00 6.31 0.07 0.08 65.89 [2022-10-26T04:28:26.004Z] 04:14:01 3 23.98 0.00 5.81 0.32 0.08 69.81 [2022-10-26T04:28:26.004Z] 04:14:01 4 17.15 0.00 3.56 1.57 0.05 77.68 [2022-10-26T04:28:26.004Z] 04:14:01 5 54.81 0.00 7.64 1.45 0.10 36.00 [2022-10-26T04:28:26.004Z] 04:14:01 6 18.78 0.00 4.63 0.13 0.07 76.38 [2022-10-26T04:28:26.004Z] 04:14:01 7 25.44 0.00 6.36 0.29 0.07 67.85 [2022-10-26T04:28:26.004Z] 04:15:01 all 3.18 0.00 1.55 1.12 0.03 94.13 [2022-10-26T04:28:26.004Z] 04:15:01 0 1.92 0.00 0.85 2.04 0.07 95.13 [2022-10-26T04:28:26.004Z] 04:15:01 1 3.10 0.00 1.49 0.00 0.00 95.41 [2022-10-26T04:28:26.004Z] 04:15:01 2 3.24 0.00 1.29 0.23 0.02 95.22 [2022-10-26T04:28:26.004Z] 04:15:01 3 3.06 0.00 1.39 0.00 0.02 95.53 [2022-10-26T04:28:26.004Z] 04:15:01 4 3.22 0.00 0.97 0.13 0.08 95.59 [2022-10-26T04:28:26.004Z] 04:15:01 5 2.96 0.00 2.16 0.37 0.02 94.49 [2022-10-26T04:28:26.004Z] 04:15:01 6 3.74 0.00 2.26 5.89 0.02 88.10 [2022-10-26T04:28:26.004Z] 04:15:01 7 4.21 0.00 1.98 0.27 0.03 93.50 [2022-10-26T04:28:26.004Z] 04:16:01 all 1.60 0.00 0.92 0.33 0.02 97.13 [2022-10-26T04:28:26.004Z] 04:16:01 0 3.12 0.00 1.96 0.15 0.03 94.73 [2022-10-26T04:28:26.004Z] 04:16:01 1 1.10 0.00 0.68 0.07 0.02 98.13 [2022-10-26T04:28:26.004Z] 04:16:01 2 1.54 0.00 1.27 0.07 0.02 97.11 [2022-10-26T04:28:26.004Z] 04:16:01 3 2.41 0.00 0.53 0.03 0.03 96.99 [2022-10-26T04:28:26.004Z] 04:16:01 4 1.54 0.00 1.14 0.97 0.00 96.36 [2022-10-26T04:28:26.004Z] 04:16:01 5 0.60 0.00 0.48 0.74 0.02 98.16 [2022-10-26T04:28:26.004Z] 04:16:01 6 1.33 0.00 0.63 0.37 0.02 97.65 [2022-10-26T04:28:26.004Z] 04:16:01 7 1.17 0.00 0.63 0.27 0.02 97.91 [2022-10-26T04:28:26.004Z] 04:17:01 all 0.28 0.00 0.01 0.01 0.01 99.69 [2022-10-26T04:28:26.004Z] 04:17:01 0 0.03 0.00 0.00 0.00 0.00 99.97 [2022-10-26T04:28:26.004Z] 04:17:01 1 0.00 0.00 0.03 0.00 0.00 99.97 [2022-10-26T04:28:26.004Z] 04:17:01 2 0.00 0.00 0.00 0.00 0.00 100.00 [2022-10-26T04:28:26.004Z] 04:17:01 3 2.07 0.00 0.02 0.00 0.02 97.90 [2022-10-26T04:28:26.004Z] 04:17:01 4 0.03 0.00 0.02 0.00 0.00 99.95 [2022-10-26T04:28:26.004Z] 04:17:01 5 0.03 0.00 0.00 0.08 0.02 99.87 [2022-10-26T04:28:26.004Z] 04:17:01 6 0.02 0.00 0.03 0.00 0.02 99.93 [2022-10-26T04:28:26.004Z] 04:17:01 7 0.00 0.00 0.02 0.00 0.00 99.98 [2022-10-26T04:28:26.004Z] 04:18:01 all 0.10 0.00 0.01 0.00 0.00 99.89 [2022-10-26T04:28:26.004Z] 04:18:01 0 0.00 0.00 0.00 0.00 0.00 100.00 [2022-10-26T04:28:26.004Z] 04:18:01 1 0.02 0.00 0.00 0.00 0.00 99.98 [2022-10-26T04:28:26.004Z] 04:18:01 2 0.00 0.00 0.00 0.00 0.00 100.00 [2022-10-26T04:28:26.004Z] 04:18:01 3 0.68 0.00 0.03 0.00 0.02 99.27 [2022-10-26T04:28:26.004Z] 04:18:01 4 0.02 0.00 0.00 0.00 0.02 99.97 [2022-10-26T04:28:26.004Z] 04:18:01 5 0.02 0.00 0.02 0.03 0.00 99.93 [2022-10-26T04:28:26.004Z] 04:18:01 6 0.03 0.00 0.00 0.00 0.00 99.97 [2022-10-26T04:28:26.004Z] 04:18:01 7 0.02 0.00 0.00 0.00 0.00 99.98 [2022-10-26T04:28:26.004Z] 04:19:01 all 0.03 0.00 0.02 0.01 0.00 99.94 [2022-10-26T04:28:26.004Z] 04:19:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2022-10-26T04:28:26.004Z] 04:19:01 1 0.02 0.00 0.02 0.00 0.00 99.97 [2022-10-26T04:28:26.004Z] 04:19:01 2 0.02 0.00 0.02 0.00 0.00 99.97 [2022-10-26T04:28:26.004Z] 04:19:01 3 0.03 0.00 0.05 0.00 0.02 99.90 [2022-10-26T04:28:26.004Z] 04:19:01 4 0.02 0.00 0.03 0.00 0.00 99.95 [2022-10-26T04:28:26.004Z] 04:19:01 5 0.05 0.00 0.02 0.08 0.00 99.85 [2022-10-26T04:28:26.004Z] 04:19:01 6 0.03 0.00 0.00 0.00 0.00 99.97 [2022-10-26T04:28:26.004Z] 04:19:01 7 0.02 0.00 0.00 0.00 0.00 99.98 [2022-10-26T04:28:26.004Z] 04:20:01 all 0.02 0.00 0.01 0.00 0.00 99.96 [2022-10-26T04:28:26.004Z] 04:20:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2022-10-26T04:28:26.004Z] 04:20:01 1 0.00 0.00 0.02 0.00 0.00 99.98 [2022-10-26T04:28:26.004Z] 04:20:01 2 0.00 0.00 0.00 0.00 0.00 100.00 [2022-10-26T04:28:26.004Z] 04:20:01 3 0.08 0.00 0.00 0.00 0.02 99.90 [2022-10-26T04:28:26.004Z] 04:20:01 4 0.02 0.00 0.02 0.00 0.00 99.97 [2022-10-26T04:28:26.004Z] 04:20:01 5 0.03 0.00 0.03 0.02 0.00 99.92 [2022-10-26T04:28:26.004Z] 04:20:01 6 0.00 0.00 0.02 0.00 0.00 99.98 [2022-10-26T04:28:26.004Z] 04:20:01 7 0.00 0.00 0.00 0.02 0.00 99.98 [2022-10-26T04:28:26.004Z] 04:21:01 all 0.03 0.00 0.01 0.01 0.01 99.95 [2022-10-26T04:28:26.004Z] 04:21:01 0 0.02 0.00 0.00 0.00 0.00 99.98 [2022-10-26T04:28:26.004Z] 04:21:01 1 0.03 0.00 0.02 0.00 0.02 99.93 [2022-10-26T04:28:26.004Z] 04:21:01 2 0.03 0.00 0.00 0.00 0.02 99.95 [2022-10-26T04:28:26.004Z] 04:21:01 3 0.07 0.00 0.03 0.00 0.02 99.88 [2022-10-26T04:28:26.004Z] 04:21:01 4 0.03 0.00 0.00 0.00 0.00 99.97 [2022-10-26T04:28:26.004Z] 04:21:01 5 0.03 0.00 0.00 0.03 0.02 99.92 [2022-10-26T04:28:26.004Z] 04:21:01 6 0.02 0.00 0.00 0.00 0.02 99.97 [2022-10-26T04:28:26.004Z] 04:21:01 7 0.00 0.00 0.00 0.02 0.00 99.98 [2022-10-26T04:28:26.004Z] 04:22:01 all 0.01 0.00 0.01 0.00 0.00 99.97 [2022-10-26T04:28:26.004Z] 04:22:01 0 0.00 0.00 0.00 0.00 0.00 100.00 [2022-10-26T04:28:26.004Z] 04:22:01 1 0.02 0.00 0.02 0.00 0.02 99.95 [2022-10-26T04:28:26.004Z] 04:22:01 2 0.00 0.00 0.00 0.00 0.00 100.00 [2022-10-26T04:28:26.004Z] 04:22:01 3 0.03 0.00 0.02 0.00 0.00 99.95 [2022-10-26T04:28:26.004Z] 04:22:01 4 0.02 0.00 0.02 0.00 0.00 99.97 [2022-10-26T04:28:26.004Z] 04:22:01 5 0.00 0.00 0.02 0.02 0.00 99.97 [2022-10-26T04:28:26.004Z] 04:22:01 6 0.02 0.00 0.00 0.02 0.00 99.97 [2022-10-26T04:28:26.004Z] 04:22:01 7 0.02 0.00 0.00 0.00 0.00 99.98 [2022-10-26T04:28:26.004Z] [2022-10-26T04:28:26.004Z] 04:22:01 CPU %user %nice %system %iowait %steal %idle [2022-10-26T04:28:26.004Z] 04:23:01 all 0.02 0.00 0.01 0.00 0.01 99.96 [2022-10-26T04:28:26.004Z] 04:23:01 0 0.02 0.00 0.00 0.00 0.02 99.97 [2022-10-26T04:28:26.004Z] 04:23:01 1 0.02 0.00 0.02 0.00 0.02 99.95 [2022-10-26T04:28:26.004Z] 04:23:01 2 0.02 0.00 0.02 0.00 0.00 99.97 [2022-10-26T04:28:26.004Z] 04:23:01 3 0.05 0.00 0.02 0.00 0.02 99.92 [2022-10-26T04:28:26.004Z] 04:23:01 4 0.02 0.00 0.02 0.00 0.00 99.97 [2022-10-26T04:28:26.004Z] 04:23:01 5 0.02 0.00 0.00 0.02 0.00 99.97 [2022-10-26T04:28:26.004Z] 04:23:01 6 0.03 0.00 0.00 0.00 0.00 99.97 [2022-10-26T04:28:26.004Z] 04:23:01 7 0.02 0.00 0.00 0.00 0.02 99.97 [2022-10-26T04:28:26.004Z] 04:24:01 all 0.05 0.00 0.01 0.00 0.01 99.93 [2022-10-26T04:28:26.004Z] 04:24:01 0 0.00 0.00 0.00 0.00 0.00 100.00 [2022-10-26T04:28:26.004Z] 04:24:01 1 0.40 0.00 0.03 0.00 0.03 99.53 [2022-10-26T04:28:26.004Z] 04:24:01 2 0.00 0.00 0.00 0.00 0.00 100.00 [2022-10-26T04:28:26.004Z] 04:24:01 3 0.00 0.00 0.00 0.00 0.00 100.00 [2022-10-26T04:28:26.004Z] 04:24:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2022-10-26T04:28:26.005Z] 04:24:01 5 0.00 0.00 0.00 0.02 0.00 99.98 [2022-10-26T04:28:26.005Z] 04:24:01 6 0.02 0.00 0.02 0.00 0.02 99.95 [2022-10-26T04:28:26.005Z] 04:24:01 7 0.00 0.00 0.02 0.00 0.00 99.98 [2022-10-26T04:28:26.005Z] 04:25:01 all 0.03 0.00 0.01 0.00 0.00 99.96 [2022-10-26T04:28:26.005Z] 04:25:01 0 0.03 0.00 0.02 0.00 0.00 99.95 [2022-10-26T04:28:26.005Z] 04:25:01 1 0.02 0.00 0.02 0.00 0.02 99.95 [2022-10-26T04:28:26.005Z] 04:25:01 2 0.02 0.00 0.00 0.00 0.00 99.98 [2022-10-26T04:28:26.005Z] 04:25:01 3 0.05 0.00 0.02 0.00 0.00 99.93 [2022-10-26T04:28:26.005Z] 04:25:01 4 0.02 0.00 0.00 0.00 0.00 99.98 [2022-10-26T04:28:26.005Z] 04:25:01 5 0.02 0.00 0.02 0.02 0.00 99.95 [2022-10-26T04:28:26.005Z] 04:25:01 6 0.03 0.00 0.02 0.02 0.00 99.93 [2022-10-26T04:28:26.005Z] 04:25:01 7 0.02 0.00 0.00 0.00 0.00 99.98 [2022-10-26T04:28:26.005Z] 04:26:01 all 0.03 0.00 0.03 0.01 0.00 99.94 [2022-10-26T04:28:26.005Z] 04:26:01 0 0.03 0.00 0.02 0.00 0.00 99.95 [2022-10-26T04:28:26.005Z] 04:26:01 1 0.00 0.00 0.05 0.00 0.00 99.95 [2022-10-26T04:28:26.005Z] 04:26:01 2 0.02 0.00 0.02 0.00 0.00 99.97 [2022-10-26T04:28:26.005Z] 04:26:01 3 0.03 0.00 0.03 0.00 0.00 99.93 [2022-10-26T04:28:26.005Z] 04:26:01 4 0.03 0.00 0.03 0.00 0.00 99.93 [2022-10-26T04:28:26.005Z] 04:26:01 5 0.02 0.00 0.03 0.03 0.00 99.92 [2022-10-26T04:28:26.005Z] 04:26:01 6 0.03 0.00 0.03 0.02 0.00 99.92 [2022-10-26T04:28:26.005Z] 04:26:01 7 0.03 0.00 0.03 0.00 0.00 99.93 [2022-10-26T04:28:26.005Z] 04:27:01 all 0.01 0.00 0.01 0.00 0.01 99.96 [2022-10-26T04:28:26.005Z] 04:27:01 0 0.02 0.00 0.03 0.00 0.00 99.95 [2022-10-26T04:28:26.005Z] 04:27:01 1 0.02 0.00 0.02 0.00 0.02 99.95 [2022-10-26T04:28:26.005Z] 04:27:01 2 0.00 0.00 0.00 0.00 0.00 100.00 [2022-10-26T04:28:26.005Z] 04:27:01 3 0.02 0.00 0.00 0.00 0.02 99.97 [2022-10-26T04:28:26.005Z] 04:27:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2022-10-26T04:28:26.005Z] 04:27:01 5 0.00 0.00 0.02 0.03 0.00 99.95 [2022-10-26T04:28:26.005Z] 04:27:01 6 0.05 0.00 0.00 0.00 0.02 99.93 [2022-10-26T04:28:26.005Z] 04:27:01 7 0.02 0.00 0.02 0.00 0.02 99.95 [2022-10-26T04:28:26.005Z] 04:28:01 all 0.02 0.00 0.01 0.01 0.00 99.96 [2022-10-26T04:28:26.005Z] 04:28:01 0 0.02 0.00 0.00 0.00 0.00 99.98 [2022-10-26T04:28:26.005Z] 04:28:01 1 0.00 0.00 0.00 0.00 0.00 100.00 [2022-10-26T04:28:26.005Z] 04:28:01 2 0.02 0.00 0.00 0.00 0.00 99.98 [2022-10-26T04:28:26.005Z] 04:28:01 3 0.05 0.00 0.02 0.00 0.00 99.93 [2022-10-26T04:28:26.005Z] 04:28:01 4 0.02 0.00 0.02 0.00 0.00 99.97 [2022-10-26T04:28:26.005Z] 04:28:01 5 0.02 0.00 0.00 0.05 0.02 99.92 [2022-10-26T04:28:26.005Z] 04:28:01 6 0.02 0.00 0.00 0.00 0.00 99.98 [2022-10-26T04:28:26.005Z] 04:28:01 7 0.03 0.00 0.03 0.00 0.02 99.92 [2022-10-26T04:28:26.005Z] Average: all 3.71 0.00 1.10 0.56 0.02 94.62 [2022-10-26T04:28:26.005Z] Average: 0 2.70 0.00 1.06 1.70 0.02 94.51 [2022-10-26T04:28:26.005Z] Average: 1 4.06 0.00 1.16 0.21 0.02 94.54 [2022-10-26T04:28:26.005Z] Average: 2 3.64 0.00 1.07 0.09 0.01 95.18 [2022-10-26T04:28:26.005Z] Average: 3 3.63 0.00 1.16 0.22 0.02 94.96 [2022-10-26T04:28:26.005Z] Average: 4 3.26 0.00 0.89 0.26 0.02 95.57 [2022-10-26T04:28:26.005Z] Average: 5 5.71 0.00 1.30 0.36 0.02 92.61 [2022-10-26T04:28:26.005Z] Average: 6 3.17 0.00 1.05 0.78 0.02 94.98 [2022-10-26T04:28:26.005Z] Average: 7 3.50 0.00 1.06 0.83 0.02 94.60 [2022-10-26T04:28:26.005Z] [2022-10-26T04:28:26.005Z] [2022-10-26T04:28:26.005Z]