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 04:10:40 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 04:10:40 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 04:10:41 ========================================================= 04:10:41 EdgeX Global Pipelines Version Info 04:10:41 ========================================================= [Pipeline] libraryResource [Pipeline] sh 04:10:41 ------------------- 04:10:41 stable info: 04:10:41 ------------------- 04:10:41 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 04:10:41 Commit SHA: 6c1167a966ce7273a24629bf6583a1975ad218c3 04:10:41 Message: update stable to v1.0.243 04:10:42 ------------------- 04:10:42 experimental info: 04:10:42 ------------------- 04:10:42 Commited By: **** collab-it+edgex@linuxfoundation.org 04:10:42 Commit SHA: 6c1167a966ce7273a24629bf6583a1975ad218c3 04:10:42 Message: update experimental to v1.0.243 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 04:10:42 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-ui-go-settings [Pipeline] echo 04:10:42 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-ui-go [Pipeline] echo 04:10:42 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 04:10:42 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 04:10:42 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 04:10:42 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.18 [Pipeline] echo 04:10:42 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 04:10:42 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 04:10:42 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 04:10:43 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 04:10:43 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 04:10:43 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = edgex-ui [Pipeline] echo 04:10:43 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 04:10:43 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 04:10:43 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 04:10:43 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 04:10:43 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 04:10:43 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 04:10:43 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 04:10:43 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 04:10:43 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 04:10:43 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 04:10:43 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 04:10:43 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 04:10:43 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 04:10:43 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 04:10:43 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 04:10:43 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-566 [Pipeline] echo 04:10:43 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-566 [Pipeline] echo 04:10:43 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-566 [Pipeline] echo 04:10:43 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 2200f8ef825af80b0b715a47901bc46b57d6c0b2 [Pipeline] echo 04:10:43 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 2200f8e [Pipeline] echo 04:10:43 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 04:10:43 provisioning config files... 04:10:43 copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-566@tmp/config12719187069907791407tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 04:10:44 ---> docker-login.sh 04:10:44 nexus3.edgexfoundry.org:10001 04:10:44 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:10:44 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:10:44 Configure a credential helper to remove this warning. See 04:10:44 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:10:44 04:10:44 Login Succeeded 04:10:44 nexus3.edgexfoundry.org:10002 04:10:44 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:10:44 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:10:44 Configure a credential helper to remove this warning. See 04:10:44 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:10:44 04:10:44 Login Succeeded 04:10:44 nexus3.edgexfoundry.org:10003 04:10:44 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:10:44 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:10:44 Configure a credential helper to remove this warning. See 04:10:44 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:10:44 04:10:44 Login Succeeded 04:10:44 nexus3.edgexfoundry.org:10004 04:10:44 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:10:44 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:10:44 Configure a credential helper to remove this warning. See 04:10:44 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:10:44 04:10:44 Login Succeeded 04:10:44 docker.io 04:10:45 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:10:45 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:10:45 Configure a credential helper to remove this warning. See 04:10:45 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:10:45 04:10:45 Login Succeeded 04:10:45 ---> docker-login.sh ends [Pipeline] } 04:10:45 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 04:10:46 + git rev-list -1 --merges 2200f8ef825af80b0b715a47901bc46b57d6c0b2~1..2200f8ef825af80b0b715a47901bc46b57d6c0b2 [Pipeline] echo 04:10:46 -----------> git rev-list -1 --merges 2200f8ef825af80b0b715a47901bc46b57d6c0b2~1..2200f8ef825af80b0b715a47901bc46b57d6c0b2 2200f8ef825af80b0b715a47901bc46b57d6c0b2 [false] [Pipeline] sh 04:10:46 + git log --format=format:%s -1 2200f8ef825af80b0b715a47901bc46b57d6c0b2 [Pipeline] echo 04:10:46 ========================================================= 04:10:46 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 04:10:46 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 04:10:46 + git log --format=format:%s -1 2200f8ef825af80b0b715a47901bc46b57d6c0b2 [Pipeline] echo 04:10:46 [semverPrep] GIT_COMMIT: 2200f8ef825af80b0b715a47901bc46b57d6c0b2, Commit Message: chore(deps): Bump github.com/edgexfoundry/go-mod-bootstrap/v2 [Pipeline] echo 04:10:46 [semverPrep] This is not a build commit. [Pipeline] sh 04:10:47 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 04:10:47 + grep -v github /etc/ssh/ssh_known_hosts 04:10:47 + [ -e /tmp/ssh_known_hosts ] 04:10:47 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 04:10:47 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 04:10:47 + sudo tee -a /etc/ssh/ssh_known_hosts 04:10:47 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:10:47 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 04:10:47 04:10:47 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:10:48 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 04:10:48 0.1.4: Pulling from edgex-devops/py-git-semver 04:10:48 b85a868b505f: Pulling fs layer 04:10:48 e2be974225ed: Pulling fs layer 04:10:48 339a4e72a1f5: Pulling fs layer 04:10:48 988bab9f4d93: Pulling fs layer 04:10:48 1469e6f7b9e6: Pulling fs layer 04:10:48 eaf3925da568: Pulling fs layer 04:10:48 bab4dde63d76: Pulling fs layer 04:10:48 bde34c3a00c8: Pulling fs layer 04:10:48 b352a97aabf1: Pulling fs layer 04:10:48 4872d77fe225: Pulling fs layer 04:10:48 5851b861e8e6: Pulling fs layer 04:10:48 988bab9f4d93: Waiting 04:10:48 1469e6f7b9e6: Waiting 04:10:48 eaf3925da568: Waiting 04:10:48 bab4dde63d76: Waiting 04:10:48 5851b861e8e6: Waiting 04:10:48 4872d77fe225: Waiting 04:10:48 bde34c3a00c8: Waiting 04:10:48 b352a97aabf1: Waiting 04:10:48 e2be974225ed: Download complete 04:10:48 988bab9f4d93: Verifying Checksum 04:10:48 988bab9f4d93: Download complete 04:10:48 1469e6f7b9e6: Verifying Checksum 04:10:48 1469e6f7b9e6: Download complete 04:10:48 eaf3925da568: Verifying Checksum 04:10:48 eaf3925da568: Download complete 04:10:48 339a4e72a1f5: Verifying Checksum 04:10:48 339a4e72a1f5: Download complete 04:10:48 bde34c3a00c8: Download complete 04:10:48 b352a97aabf1: Verifying Checksum 04:10:48 b352a97aabf1: Download complete 04:10:48 4872d77fe225: Verifying Checksum 04:10:48 4872d77fe225: Download complete 04:10:48 5851b861e8e6: Download complete 04:10:48 b85a868b505f: Verifying Checksum 04:10:48 b85a868b505f: Download complete 04:10:48 bab4dde63d76: Verifying Checksum 04:10:48 bab4dde63d76: Download complete 04:10:49 b85a868b505f: Pull complete 04:10:49 e2be974225ed: Pull complete 04:10:50 339a4e72a1f5: Pull complete 04:10:50 988bab9f4d93: Pull complete 04:10:50 1469e6f7b9e6: Pull complete 04:10:50 eaf3925da568: Pull complete 04:10:52 bab4dde63d76: Pull complete 04:10:52 bde34c3a00c8: Pull complete 04:10:53 b352a97aabf1: Pull complete 04:10:53 4872d77fe225: Pull complete 04:10:53 5851b861e8e6: Pull complete 04:10:53 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 04:10:53 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 04:10:53 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 04:10:53 prd-ubuntu20.04-docker-8c-8g-117067 does not seem to be running inside a container 04:10:53 $ 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 04:10:55 $ docker top 2413acd6d332890807e184a01772523685dfe3ef10001d7a5b23c07cf05b99f2 -eo pid,comm 04:10:55 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). 04:10:55 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 04:10:56 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 04:10:56 [ssh-agent] Looking for ssh-agent implementation... 04:10:56 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 04:10:56 $ docker exec 2413acd6d332890807e184a01772523685dfe3ef10001d7a5b23c07cf05b99f2 ssh-agent 04:10:56 SSH_AUTH_SOCK=/tmp/ssh-KYDOiOwRHki6/agent.31 04:10:56 SSH_AGENT_PID=37 04:10:56 Running ssh-add (command line suppressed) 04:10:56 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) 04:10:56 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 04:10:56 + git tag --points-at HEAD [Pipeline] } 04:10:56 $ docker exec --env ******** --env ******** 2413acd6d332890807e184a01772523685dfe3ef10001d7a5b23c07cf05b99f2 ssh-agent -k 04:10:56 unset SSH_AUTH_SOCK; 04:10:56 unset SSH_AGENT_PID; 04:10:56 echo Agent pid 37 killed; 04:10:56 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 04:10:57 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 04:10:57 [ssh-agent] Looking for ssh-agent implementation... 04:10:57 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 04:10:57 $ docker exec 2413acd6d332890807e184a01772523685dfe3ef10001d7a5b23c07cf05b99f2 ssh-agent 04:10:57 SSH_AUTH_SOCK=/tmp/ssh-RIXHpdhc9lf8/agent.70 04:10:57 SSH_AGENT_PID=77 04:10:57 Running ssh-add (command line suppressed) 04:10:57 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) 04:10:57 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 04:10:57 + git semver init 04:10:57 2022-10-26 04:10:57,918 [run_init] DEBUG init version:0.0.0 force:False 04:10:57 2022-10-26 04:10:57,919 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgexfoundry_edgex-ui-go_PR-566/.semver 04:10:57 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 04:10:57 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) 04:10:59 2022-10-26 04:10:59,510 [append_file] DEBUG append to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-566/.git/info/exclude 04:10:59 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 04:10:59 2022-10-26 04:10:59,512 [write_file] DEBUG write to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-566/.semver/PR-566 04:10:59 2022-10-26 04:10:59,516 [execute] INFO git cat-file --batch-check 04:10:59 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=) 04:10:59 2022-10-26 04:10:59,521 [execute] INFO git cat-file --batch 04:10:59 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=) 04:10:59 2022-10-26 04:10:59,526 [read_version] DEBUG read version from /w/workspace/edgexfoundry_edgex-ui-go_PR-566/.semver/PR-566 04:10:59 0.0.0 [Pipeline] } 04:10:59 $ docker exec --env ******** --env ******** 2413acd6d332890807e184a01772523685dfe3ef10001d7a5b23c07cf05b99f2 ssh-agent -k 04:11:00 unset SSH_AUTH_SOCK; 04:11:00 unset SSH_AGENT_PID; 04:11:00 echo Agent pid 77 killed; 04:11:00 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 04:11:00 + git semver [Pipeline] } 04:11:00 $ docker stop --time=1 2413acd6d332890807e184a01772523685dfe3ef10001d7a5b23c07cf05b99f2 04:11:02 $ docker rm -f 2413acd6d332890807e184a01772523685dfe3ef10001d7a5b23c07cf05b99f2 [Pipeline] // withDockerContainer [Pipeline] sh 04:11:02 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 04:11:02 Stashed 1 file(s) [Pipeline] echo 04:11:02 [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 04:11:03 provisioning config files... 04:11:03 copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-566@tmp/config12944208593528026708tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 04:11:03 ---> docker-login.sh 04:11:03 nexus3.edgexfoundry.org:10001 04:11:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:11:03 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:11:03 Configure a credential helper to remove this warning. See 04:11:03 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:11:03 04:11:03 Login Succeeded 04:11:03 nexus3.edgexfoundry.org:10002 04:11:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:11:03 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:11:03 Configure a credential helper to remove this warning. See 04:11:03 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:11:03 04:11:03 Login Succeeded 04:11:03 nexus3.edgexfoundry.org:10003 04:11:04 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:11:04 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:11:04 Configure a credential helper to remove this warning. See 04:11:04 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:11:04 04:11:04 Login Succeeded 04:11:04 nexus3.edgexfoundry.org:10004 04:11:04 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:11:04 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:11:04 Configure a credential helper to remove this warning. See 04:11:04 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:11:04 04:11:04 Login Succeeded 04:11:04 docker.io 04:11:04 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:11:04 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:11:04 Configure a credential helper to remove this warning. See 04:11:04 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:11:04 04:11:04 Login Succeeded 04:11:04 ---> docker-login.sh ends [Pipeline] } 04:11:04 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 04:11:04 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 04:11:05 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 04:11:05 ========================================================= 04:11:05 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine] 04:11:05 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:11:05 + 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 . 04:11:05 Sending build context to Docker daemon 45.52MB 04:11:05 Step 1/16 : ARG BASE=golang:1.18-alpine3.16 04:11:05 Step 2/16 : FROM ${BASE} AS builder 04:11:05 1.18-alpine: Pulling from edgex-devops/edgex-golang-base 04:11:05 213ec9aee27d: Pulling fs layer 04:11:05 4583459ba037: Pulling fs layer 04:11:05 93c1e223e6f2: Pulling fs layer 04:11:05 53926ce57604: Pulling fs layer 04:11:05 21b2b0c7a3f4: Pulling fs layer 04:11:05 30f14e443154: Pulling fs layer 04:11:05 801331c1e519: Pulling fs layer 04:11:05 99cc6dd402b0: Pulling fs layer 04:11:05 7d9ed39f4882: Pulling fs layer 04:11:05 53926ce57604: Waiting 04:11:05 99cc6dd402b0: Waiting 04:11:05 21b2b0c7a3f4: Waiting 04:11:05 7d9ed39f4882: Waiting 04:11:05 30f14e443154: Waiting 04:11:05 801331c1e519: Waiting 04:11:05 93c1e223e6f2: Download complete 04:11:05 4583459ba037: Verifying Checksum 04:11:05 4583459ba037: Download complete 04:11:06 21b2b0c7a3f4: Download complete 04:11:06 30f14e443154: Download complete 04:11:06 213ec9aee27d: Verifying Checksum 04:11:06 213ec9aee27d: Download complete 04:11:06 801331c1e519: Download complete 04:11:06 213ec9aee27d: Pull complete 04:11:06 4583459ba037: Pull complete 04:11:06 93c1e223e6f2: Pull complete 04:11:06 7d9ed39f4882: Verifying Checksum 04:11:06 7d9ed39f4882: Download complete 04:11:06 99cc6dd402b0: Verifying Checksum 04:11:06 99cc6dd402b0: Download complete 04:11:06 53926ce57604: Verifying Checksum 04:11:06 53926ce57604: Download complete 04:11:11 53926ce57604: Pull complete 04:11:11 21b2b0c7a3f4: Pull complete 04:11:11 30f14e443154: Pull complete 04:11:11 801331c1e519: Pull complete 04:11:12 99cc6dd402b0: Pull complete 04:11:13 7d9ed39f4882: Pull complete 04:11:13 Digest: sha256:1f16063191d1a9870fce7bbdb1825a1eb962d13bb3ce54f6dd36240110f048b3 04:11:13 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine 04:11:13 ---> 1dedd983c030 04:11:13 Step 3/16 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" 04:11:17 ---> Running in 7530262addc6 04:11:17 Removing intermediate container 7530262addc6 04:11:17 ---> 9115e9a936f2 04:11:17 Step 4/16 : ARG ALPINE_PKG_BASE="make git" 04:11:17 ---> Running in 41a06d7f814f 04:11:17 Removing intermediate container 41a06d7f814f 04:11:17 ---> 8985ad46467f 04:11:17 Step 5/16 : ARG ALPINE_PKG_EXTRA="" 04:11:17 ---> Running in 038148a852b6 04:11:17 Removing intermediate container 038148a852b6 04:11:17 ---> 25094d2182d9 04:11:17 Step 6/16 : LABEL Name=edgex-ui-go 04:11:17 ---> Running in 05e59300e8d9 04:11:17 Removing intermediate container 05e59300e8d9 04:11:17 ---> 8335145ef22e 04:11:17 Step 7/16 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2022: Intel' 04:11:17 ---> Running in db78bc7e4b32 04:11:17 Removing intermediate container db78bc7e4b32 04:11:17 ---> 17365565d055 04:11:17 Step 8/16 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 04:11:17 latest: Pulling from library/docker 04:11:18 213ec9aee27d: Already exists 04:11:18 7b0dd730a5c3: Pulling fs layer 04:11:18 4b90f8029a36: Pulling fs layer 04:11:18 bea6d6d58c11: Pulling fs layer 04:11:18 b28b21e97172: Pulling fs layer 04:11:18 334122ffbec7: Pulling fs layer 04:11:18 3fb299f33a69: Pulling fs layer 04:11:18 dd1f07ef4870: Pulling fs layer 04:11:18 458294789bc3: Pulling fs layer 04:11:18 b28b21e97172: Waiting 04:11:18 dd1f07ef4870: Waiting 04:11:18 334122ffbec7: Waiting 04:11:18 3fb299f33a69: Waiting 04:11:18 458294789bc3: Waiting 04:11:18 Still waiting to schedule task 04:11:18 ‘prd-ubuntu20.04-docker-arm64-4c-16g-117068’ is offline 04:11:18 4b90f8029a36: Download complete 04:11:18 7b0dd730a5c3: Download complete 04:11:18 bea6d6d58c11: Verifying Checksum 04:11:18 bea6d6d58c11: Download complete 04:11:18 3fb299f33a69: Verifying Checksum 04:11:18 3fb299f33a69: Download complete 04:11:18 7b0dd730a5c3: Pull complete 04:11:18 334122ffbec7: Verifying Checksum 04:11:18 334122ffbec7: Download complete 04:11:18 4b90f8029a36: Pull complete 04:11:18 dd1f07ef4870: Verifying Checksum 04:11:18 dd1f07ef4870: Download complete 04:11:18 458294789bc3: Verifying Checksum 04:11:18 458294789bc3: Download complete 04:11:19 bea6d6d58c11: Pull complete 04:11:19 b28b21e97172: Verifying Checksum 04:11:19 b28b21e97172: Download complete 04:11:20 b28b21e97172: Pull complete 04:11:20 334122ffbec7: Pull complete 04:11:20 3fb299f33a69: Pull complete 04:11:20 dd1f07ef4870: Pull complete 04:11:20 458294789bc3: Pull complete 04:11:20 Digest: sha256:466edff9fbc8e1326259d04412f55684c2e0f79c574eb9782c252011a87d8046 04:11:20 Status: Downloaded newer image for docker:latest 04:11:22 ---> 0069c46c9afb 04:11:22 Step 9/16 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 04:11:22 ---> Running in fa9867a7c78e 04:11:23 Removing intermediate container fa9867a7c78e 04:11:23 ---> c863d2d3c90d 04:11:23 Step 10/16 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 04:11:23 ---> Running in fc84f61ec404 04:11:24 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 04:11:24 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 04:11:25 OK: 211 MiB in 51 packages 04:11:25 Removing intermediate container fc84f61ec404 04:11:25 ---> ee550bf07ab4 04:11:25 Step 11/16 : ENV GO111MODULE=on 04:11:25 ---> Running in 9cfa7a71eaed 04:11:25 Removing intermediate container 9cfa7a71eaed 04:11:25 ---> 9007b12090fe 04:11:25 Step 12/16 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go 04:11:25 ---> Running in 66c4cbd41c12 04:11:25 Removing intermediate container 66c4cbd41c12 04:11:25 ---> e6da742a1cf4 04:11:25 Step 13/16 : COPY go.mod vendor* ./ 04:11:25 ---> b764f6748f53 04:11:25 Step 14/16 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 04:11:25 ---> Running in bdd2f0882d00 04:11:36 Running on prd-ubuntu20.04-docker-arm64-4c-16g-117068 in /w/workspace/edgexfoundry_edgex-ui-go_PR-566 [Pipeline] { [Pipeline] ws 04:11:36 Running in /w/workspace/edgex-ui-go/1 [Pipeline] { [Pipeline] checkout 04:11:37 The recommended git tool is: git 04:11:43 using credential edgex-jenkins-ssh 04:11:43 Cloning the remote Git repository 04:11:43 Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git 04:11:43 > git init /w/workspace/edgex-ui-go/1 # timeout=10 04:11:44 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 04:11:44 > git --version # timeout=10 04:11:44 > git --version # 'git version 2.25.1' 04:11:44 using GIT_SSH to set credentials SSH Credentials for GitHub 04:11:44 Verifying host key using known hosts file 04:11:44 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. 04:11:44 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 04:11:47 Removing intermediate container bdd2f0882d00 04:11:47 ---> ca421ba48c8b 04:11:47 Step 15/16 : COPY . . 04:11:47 ---> b7db3400b243 04:11:47 Step 16/16 : RUN ${MAKE} 04:11:47 ---> Running in fef2c96a2012 04:11:47 noop 04:11:47 Removing intermediate container fef2c96a2012 04:11:47 ---> 90fd49257946 04:11:47 Successfully built 90fd49257946 04:11:47 Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:11:48 + docker inspect -f . ci-base-image-x86_64 04:11:48 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 04:11:48 prd-ubuntu20.04-docker-8c-8g-117067 does not seem to be running inside a container 04:11:48 $ 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 04:11:47 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 04:11:47 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 04:11:48 $ docker top 6396697c554175f39d795a72f09a2420c28df208c35f1a505288c716dd573a92 -eo pid,comm [Pipeline] { [Pipeline] sh 04:11:49 + go version 04:11:49 go version go1.18.7 linux/amd64 [Pipeline] } 04:11:49 $ docker stop --time=1 6396697c554175f39d795a72f09a2420c28df208c35f1a505288c716dd573a92 04:11:49 Merging remotes/origin/main commit 820e3f3b670a2eceeff6a8d1903c85b54e55f538 into PR head commit 2200f8ef825af80b0b715a47901bc46b57d6c0b2 04:11:49 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 04:11:49 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 04:11:49 using GIT_SSH to set credentials SSH Credentials for GitHub 04:11:49 Verifying host key using known hosts file 04:11:49 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. 04:11:49 > 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 04:11:49 > git config core.sparsecheckout # timeout=10 04:11:49 > git checkout -f 2200f8ef825af80b0b715a47901bc46b57d6c0b2 # timeout=10 04:11:50 > git remote # timeout=10 04:11:50 > git config --get remote.origin.url # timeout=10 04:11:50 using GIT_SSH to set credentials SSH Credentials for GitHub 04:11:50 Verifying host key using known hosts file 04:11:50 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. 04:11:50 > git merge 820e3f3b670a2eceeff6a8d1903c85b54e55f538 # timeout=10 04:11:50 Merge succeeded, producing 2200f8ef825af80b0b715a47901bc46b57d6c0b2 04:11:50 Checking out Revision 2200f8ef825af80b0b715a47901bc46b57d6c0b2 (PR-566) 04:11:50 $ 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 04:11:51 Commit message: "chore(deps): Bump github.com/edgexfoundry/go-mod-bootstrap/v2" 04:11:51 + docker inspect -f . ci-base-image-x86_64 04:11:51 . [Pipeline] } [Pipeline] // withEnv 04:11:51 > git --version # timeout=10 04:11:51 > git --version # 'git version 2.25.1' 04:11:51 fatal: bad object 6c1167a966ce7273a24629bf6583a1975ad218c3 [Pipeline] withDockerContainer 04:11:51 prd-ubuntu20.04-docker-8c-8g-117067 does not seem to be running inside a container 04:11:51 $ 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 04:11:51 $ docker top 833f0cb89aa4cab635b19e8b94769ef5ed56c97a2a18527bee17c607fd491615 -eo pid,comm [Pipeline] { [Pipeline] sh 04:11:50 > git rev-parse HEAD^{commit} # timeout=10 04:11:50 > git config core.sparsecheckout # timeout=10 04:11:50 > git checkout -f 2200f8ef825af80b0b715a47901bc46b57d6c0b2 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 04:11:52 + git config --global --add safe.directory /w/workspace/edgexfoundry_edgex-ui-go_PR-566 [Pipeline] fileExists [Pipeline] sh 04:11:52 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 04:11:52 % Total % Received % Xferd Average Speed Time Time Time Current 04:11:52 Dload Upload Total Spent Left Speed 04:11:52 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12602 100 12602 0 0 186k 0 --:--:-- --:--:-- --:--:-- 189k 04:11:52 + make test 04:11:52 CGO_ENABLED=0 GO111MODULE=on go test -tags "no_messagebus" -coverprofile=coverage.out ./... [Pipeline] sh 04:11:53 ? github.com/edgexfoundry/edgex-ui-go [no test files] 04:11:53 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 04:11:53 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 04:11:53 + sudo tee /etc/docker/daemon.new 04:11:53 { 04:11:53 "registry-mirrors": [ 04:11:53 "https://nexus3.edgexfoundry.org:10001" 04:11:53 ], 04:11:53 "bip": "10.250.0.254/24", 04:11:53 "hosts": [ 04:11:53 "tcp://0.0.0.0:5555", 04:11:53 "unix:///var/run/docker.sock" 04:11:53 ], 04:11:53 "mtu": 1458, 04:11:53 "selinux-enabled": true, 04:11:53 "seccomp-profile": "/etc/docker/seccomp.json" 04:11:53 } [Pipeline] sh 04:11:54 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 04:11:54 + sudo service docker restart 04:12:03 ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] 04:12:03 ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] 04:12:03 ? github.com/edgexfoundry/edgex-ui-go/internal/common [no test files] 04:12:03 ? github.com/edgexfoundry/edgex-ui-go/internal/config [no test files] 04:12:03 ? github.com/edgexfoundry/edgex-ui-go/internal/container [no test files] 04:12:03 ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] 04:12:03 ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] 04:12:03 ? github.com/edgexfoundry/edgex-ui-go/internal/service [no test files] 04:12:03 CGO_ENABLED=0 GO111MODULE=on go vet -tags "no_messagebus" ./... 04:12:05 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 04:12:05 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 04:12:05 ./bin/test-attribution-txt.sh 04:12:05 An attribution for github.com/edgexfoundry/go-mod-bootstrap/v2 is missing from Attribution.txt, please add 04:12:05 An attribution for github.com/Microsoft/go-winio is missing from Attribution.txt, please add 04:12:05 An attribution for github.com/eclipse/paho.mqtt.golang is missing from Attribution.txt, please add 04:12:05 An attribution for github.com/edgexfoundry/go-mod-messaging/v2 is missing from Attribution.txt, please add 04:12:05 An attribution for github.com/edgexfoundry/go-mod-secrets/v2 is missing from Attribution.txt, please add 04:12:05 An attribution for github.com/go-kit/log is missing from Attribution.txt, please add 04:12:05 An attribution for github.com/go-logfmt/logfmt is missing from Attribution.txt, please add 04:12:05 An attribution for github.com/go-redis/redis/v7 is missing from Attribution.txt, please add 04:12:05 An attribution for github.com/golang/protobuf is missing from Attribution.txt, please add 04:12:05 An attribution for github.com/gorilla/websocket is missing from Attribution.txt, please add 04:12:05 An attribution for github.com/hashicorp/errwrap is missing from Attribution.txt, please add 04:12:05 An attribution for github.com/hashicorp/go-multierror is missing from Attribution.txt, please add 04:12:05 An attribution for github.com/nats-io/nats.go is missing from Attribution.txt, please add 04:12:05 An attribution for github.com/nats-io/nkeys is missing from Attribution.txt, please add 04:12:05 An attribution for github.com/nats-io/nuid is missing from Attribution.txt, please add 04:12:05 An attribution for github.com/pebbe/zmq4 is missing from Attribution.txt, please add 04:12:05 An attribution for github.com/rcrowley/go-metrics is missing from Attribution.txt, please add 04:12:05 An attribution for github.com/spiffe/go-spiffe/v2 is missing from Attribution.txt, please add 04:12:05 An attribution for github.com/zeebo/errs is missing from Attribution.txt, please add 04:12:05 An attribution for golang.org/x/net is missing from Attribution.txt, please add 04:12:05 An attribution for golang.org/x/sync is missing from Attribution.txt, please add 04:12:05 An attribution for google.golang.org/genproto is missing from Attribution.txt, please add 04:12:05 An attribution for google.golang.org/grpc is missing from Attribution.txt, please add 04:12:05 An attribution for google.golang.org/protobuf is missing from Attribution.txt, please add 04:12:05 An attribution for gopkg.in/square/go-jose.v2 is missing from Attribution.txt, please add 04:12:05 make -C web test 04:12:05 make[1]: Entering directory '/w/workspace/edgexfoundry_edgex-ui-go_PR-566/web' 04:12:05 make[1]: tput: No such file or directory 04:12:05 make[1]: tput: No such file or directory 04:12:05 warning: generating ./VERSION 04:12:05 echo "0.0.0" > VERSION 04:12:05 docker build \ 04:12:05 -f Dockerfile \ 04:12:05 --build-arg USER=1000 \ 04:12:05 \ 04:12:05 --label "git_sha=2200f8ef825af80b0b715a47901bc46b57d6c0b2" \ 04:12:05 -t edgexfoundry/edgex-web-ui:2200f8ef825af80b0b715a47901bc46b57d6c0b2 \ 04:12:05 -t edgexfoundry/edgex-web-ui:0.0.0-dev \ 04:12:05 . 04:12:05 Sending build context to Docker daemon 3.269MB 04:12:05 Step 1/10 : FROM node:16.17-alpine3.15 04:12:05 16.17-alpine3.15: Pulling from library/node 04:12:05 9621f1afde84: Pulling fs layer 04:12:05 c6f70ee39829: Pulling fs layer 04:12:05 56892a8094a2: Pulling fs layer 04:12:05 58dd87906ef0: Pulling fs layer 04:12:05 58dd87906ef0: Waiting 04:12:05 56892a8094a2: Verifying Checksum 04:12:05 56892a8094a2: Download complete 04:12:05 58dd87906ef0: Verifying Checksum 04:12:05 58dd87906ef0: Download complete 04:12:05 9621f1afde84: Verifying Checksum 04:12:05 9621f1afde84: Download complete 04:12:05 9621f1afde84: Pull complete 04:12:05 c6f70ee39829: Verifying Checksum 04:12:05 c6f70ee39829: Download complete 04:12:06 c6f70ee39829: Pull complete 04:12:06 56892a8094a2: Pull complete 04:12:06 58dd87906ef0: Pull complete 04:12:06 Digest: sha256:84c606bfbe4cf120c52b17c3b727e614d99e357a8e350f83a4e7b9ec0798e04a 04:12:07 Status: Downloaded newer image for node:16.17-alpine3.15 04:12:07 ---> b69703f70c3d 04:12:07 Step 2/10 : RUN apk add --no-cache chromium 04:12:08 ---> Running in 12e3178accdd 04:12:08 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 04:12:08 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 04:12:09 (1/129) Installing libxau (1.0.9-r0) 04:12:09 (2/129) Installing libmd (1.0.3-r0) 04:12:09 (3/129) Installing libbsd (0.11.3-r1) 04:12:09 (4/129) Installing libxdmcp (1.1.3-r0) 04:12:09 (5/129) Installing libxcb (1.14-r2) 04:12:09 (6/129) Installing libx11 (1.7.3.1-r0) 04:12:09 (7/129) Installing libxext (1.3.4-r0) 04:12:09 (8/129) Installing libice (1.0.10-r0) 04:12:09 (9/129) Installing libuuid (2.37.4-r0) 04:12:09 (10/129) Installing libsm (1.2.3-r0) 04:12:09 (11/129) Installing libxt (1.2.1-r0) 04:12:09 (12/129) Installing libxmu (1.1.3-r0) 04:12:09 (13/129) Installing xset (1.2.4-r0) 04:12:09 (14/129) Installing xprop (1.2.5-r0) 04:12:09 (15/129) Installing xdg-utils (1.1.3-r0) 04:12:09 (16/129) Installing eudev-libs (3.2.11_pre1-r0) 04:12:09 (17/129) Installing pkgconf (1.8.0-r0) 04:12:09 (18/129) Installing libffi (3.4.2-r1) 04:12:09 (19/129) Installing libintl (0.21-r0) 04:12:09 (20/129) Installing libblkid (2.37.4-r0) 04:12:09 (21/129) Installing libmount (2.37.4-r0) 04:12:09 (22/129) Installing pcre (8.45-r1) 04:12:09 (23/129) Installing glib (2.70.1-r0) 04:12:09 (24/129) Installing xz-libs (5.2.5-r1) 04:12:09 (25/129) Installing libxml2 (2.9.14-r2) 04:12:09 (26/129) Installing shared-mime-info (2.1-r1) 04:12:09 (27/129) Installing hicolor-icon-theme (0.17-r1) 04:12:09 (28/129) Installing libjpeg-turbo (2.1.2-r0) 04:12:09 (29/129) Installing libpng (1.6.37-r1) 04:12:09 (30/129) Installing libwebp (1.2.2-r0) 04:12:09 (31/129) Installing zstd-libs (1.5.0-r0) 04:12:09 (32/129) Installing tiff (4.4.0-r0) 04:12:09 (33/129) Installing gdk-pixbuf (2.42.8-r0) 04:12:09 (34/129) Installing gtk-update-icon-cache (2.24.33-r0) 04:12:09 (35/129) Installing libxcomposite (0.4.5-r0) 04:12:09 (36/129) Installing libxfixes (6.0.0-r0) 04:12:09 (37/129) Installing libxrender (0.9.10-r3) 04:12:09 (38/129) Installing libxcursor (1.2.0-r0) 04:12:09 (39/129) Installing libxdamage (1.1.5-r1) 04:12:09 (40/129) Installing libxi (1.8-r0) 04:12:09 (41/129) Installing libxinerama (1.1.4-r1) 04:12:09 (42/129) Installing libxrandr (1.5.2-r1) 04:12:09 (43/129) Installing atk (2.36.0-r0) 04:12:09 (44/129) Installing libxtst (1.2.3-r3) 04:12:09 (45/129) Installing dbus-libs (1.12.24-r0) 04:12:09 (46/129) Installing at-spi2-core (2.42.0-r0) 04:12:09 (47/129) Installing at-spi2-atk (2.38.0-r0) 04:12:09 (48/129) Installing expat (2.5.0-r0) 04:12:09 (49/129) Installing brotli-libs (1.0.9-r5) 04:12:09 (50/129) Installing libbz2 (1.0.8-r1) 04:12:09 (51/129) Installing freetype (2.11.1-r2) 04:12:09 (52/129) Installing fontconfig (2.13.1-r4) 04:12:09 (53/129) Installing pixman (0.40.0-r3) 04:12:09 (54/129) Installing cairo (1.16.0-r5) 04:12:09 (55/129) Installing cairo-gobject (1.16.0-r5) 04:12:09 (56/129) Installing avahi-libs (0.8-r5) 04:12:09 (57/129) Installing gmp (6.2.1-r1) 04:12:09 (58/129) Installing nettle (3.7.3-r0) 04:12:09 (59/129) Installing p11-kit (0.24.0-r1) 04:12:09 (60/129) Installing libtasn1 (4.18.0-r0) 04:12:09 (61/129) Installing libunistring (0.9.10-r1) 04:12:09 (62/129) Installing gnutls (3.7.1-r1) 04:12:09 (63/129) Installing cups-libs (2.3.3-r6) 04:12:09 (64/129) Installing libepoxy (1.5.9-r0) 04:12:09 (65/129) Installing fribidi (1.0.11-r0) 04:12:09 (66/129) Installing graphite2 (1.3.14-r0) 04:12:09 (67/129) Installing harfbuzz (3.0.0-r2) 04:12:09 (68/129) Installing libxft (2.3.4-r0) 04:12:09 (69/129) Installing pango (1.48.10-r0) 04:12:09 (70/129) Installing wayland-libs-client (1.19.0-r1) 04:12:09 (71/129) Installing wayland-libs-cursor (1.19.0-r1) 04:12:09 (72/129) Installing wayland-libs-egl (1.19.0-r1) 04:12:09 (73/129) Installing xkeyboard-config (2.34-r0) 04:12:09 (74/129) Installing libxkbcommon (1.3.1-r0) 04:12:09 (75/129) Installing gtk+3.0 (3.24.30-r0) 04:12:09 Executing gtk+3.0-3.24.30-r0.post-install 04:12:09 (76/129) Installing libfontenc (1.1.4-r0) 04:12:09 (77/129) Installing mkfontscale (1.2.1-r1) 04:12:09 (78/129) Installing ttf-opensans (1.10-r1) 04:12:09 Executing ttf-opensans-1.10-r1.post-install 04:12:12 (79/129) Installing libogg (1.3.5-r0) 04:12:12 (80/129) Installing flac (1.3.4-r0) 04:12:12 (81/129) Installing alsa-lib (1.2.5.1-r1) 04:12:12 (82/129) Installing libatomic (10.3.1_git20211027-r0) 04:12:12 (83/129) Installing sdl2 (2.0.16-r4) 04:12:12 (84/129) Installing aom-libs (3.2.0-r0) 04:12:12 (85/129) Installing libass (0.15.2-r0) 04:12:12 (86/129) Installing libdav1d (0.9.2-r0) 04:12:12 (87/129) Installing ncurses-terminfo-base (6.3_p20211120-r1) 04:12:12 (88/129) Installing ncurses-libs (6.3_p20211120-r1) 04:12:12 (89/129) Installing lame (3.100-r0) 04:12:12 (90/129) Installing opus (1.3.1-r1) 04:12:12 (91/129) Installing libgomp (10.3.1_git20211027-r0) 04:12:12 (92/129) Installing soxr (0.1.3-r2) 04:12:12 (93/129) Installing libsrt (1.4.2-r1) 04:12:12 (94/129) Installing libssh (0.9.6-r1) 04:12:12 (95/129) Installing libtheora (1.1.1-r16) 04:12:12 (96/129) Installing v4l-utils-libs (1.22.1-r1) 04:12:12 (97/129) Installing libpciaccess (0.16-r0) 04:12:12 (98/129) Installing libdrm (2.4.109-r0) 04:12:12 (99/129) Installing libva (2.13.0-r0) 04:12:12 (100/129) Installing libvdpau (1.4-r0) 04:12:12 (101/129) Installing vidstab (1.1.0-r1) 04:12:12 (102/129) Installing libvorbis (1.3.7-r0) 04:12:12 (103/129) Installing libvpx (1.10.0-r0) 04:12:12 (104/129) Installing vulkan-loader (1.2.196-r0) 04:12:12 (105/129) Installing x264-libs (20210613-r0) 04:12:12 (106/129) Installing x265-libs (3.5-r0) 04:12:12 (107/129) Installing xvidcore (1.3.7-r1) 04:12:12 (108/129) Installing ffmpeg-libs (4.4.1-r2) 04:12:12 (109/129) Installing libevent (2.1.12-r4) 04:12:12 (110/129) Installing mesa (21.2.6-r0) 04:12:12 (111/129) Installing wayland-libs-server (1.19.0-r1) 04:12:12 (112/129) Installing mesa-gbm (21.2.6-r0) 04:12:12 (113/129) Installing lcms2 (2.12-r1) 04:12:12 (114/129) Installing nspr (4.32-r0) 04:12:12 (115/129) Installing sqlite-libs (3.36.0-r0) 04:12:12 (116/129) Installing nss (3.78.1-r0) 04:12:12 (117/129) Installing libasyncns (0.8-r1) 04:12:12 (118/129) Installing libltdl (2.4.6-r7) 04:12:12 (119/129) Installing orc (0.4.32-r0) 04:12:12 (120/129) Installing libsndfile (1.0.31-r1) 04:12:12 (121/129) Installing speexdsp (1.2.0-r0) 04:12:12 (122/129) Installing tdb-libs (1.4.5-r0) 04:12:12 (123/129) Installing libpulse (15.0-r2) 04:12:12 (124/129) Installing re2 (2021.11.01-r0) 04:12:12 (125/129) Installing snappy (1.1.9-r1) 04:12:12 (126/129) Installing libgpg-error (1.42-r1) 04:12:12 (127/129) Installing libgcrypt (1.9.4-r0) 04:12:12 (128/129) Installing libxslt (1.1.35-r0) 04:12:12 (129/129) Installing chromium (99.0.4844.84-r0) [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 04:12:12 provisioning config files... 04:12:12 copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/1@tmp/config559837716224064407tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 04:12:13 ---> docker-login.sh 04:12:13 nexus3.edgexfoundry.org:10001 04:12:13 Executing busybox-1.34.1-r7.trigger 04:12:13 Executing glib-2.70.1-r0.trigger 04:12:13 Executing shared-mime-info-2.1-r1.trigger 04:12:13 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:12:13 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:12:13 Configure a credential helper to remove this warning. See 04:12:13 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:12:13 04:12:13 Login Succeeded 04:12:14 nexus3.edgexfoundry.org:10002 04:12:14 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:12:14 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:12:14 Configure a credential helper to remove this warning. See 04:12:14 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:12:14 04:12:14 Login Succeeded 04:12:14 nexus3.edgexfoundry.org:10003 04:12:14 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:12:14 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:12:14 Configure a credential helper to remove this warning. See 04:12:14 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:12:14 04:12:14 Login Succeeded 04:12:14 nexus3.edgexfoundry.org:10004 04:12:15 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:12:15 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:12:15 Configure a credential helper to remove this warning. See 04:12:15 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:12:15 04:12:15 Login Succeeded 04:12:15 docker.io 04:12:15 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:12:15 Executing gdk-pixbuf-2.42.8-r0.trigger 04:12:15 Executing gtk-update-icon-cache-2.24.33-r0.trigger 04:12:15 Executing fontconfig-2.13.1-r4.trigger 04:12:15 Executing mkfontscale-1.2.1-r1.trigger 04:12:15 OK: 286 MiB in 145 packages 04:12:16 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:12:16 Configure a credential helper to remove this warning. See 04:12:16 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:12:16 04:12:16 Login Succeeded 04:12:16 ---> docker-login.sh ends [Pipeline] } 04:12:16 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 04:12:16 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 04:12:16 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 04:12:16 ========================================================= 04:12:16 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine] 04:12:16 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:12:17 + 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 . 04:12:17 Sending build context to Docker daemon 28.73MB 04:12:17 Step 1/16 : ARG BASE=golang:1.18-alpine3.16 04:12:17 Step 2/16 : FROM ${BASE} AS builder 04:12:18 1.18-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 04:12:18 9b18e9b68314: Pulling fs layer 04:12:18 d32db5db7311: Pulling fs layer 04:12:18 d0c4b47475fc: Pulling fs layer 04:12:18 5831b945b038: Pulling fs layer 04:12:18 86bbec2aaacd: Pulling fs layer 04:12:18 e10730c5d714: Pulling fs layer 04:12:18 5dd5c2283517: Pulling fs layer 04:12:18 d5ac0230b979: Pulling fs layer 04:12:18 e10730c5d714: Waiting 04:12:18 5dd5c2283517: Waiting 04:12:18 5831b945b038: Waiting 04:12:18 d5ac0230b979: Waiting 04:12:18 86bbec2aaacd: Waiting 04:12:18 d0c4b47475fc: Verifying Checksum 04:12:18 d0c4b47475fc: Download complete 04:12:18 d32db5db7311: Verifying Checksum 04:12:18 d32db5db7311: Download complete 04:12:18 86bbec2aaacd: Verifying Checksum 04:12:18 86bbec2aaacd: Download complete 04:12:18 e10730c5d714: Verifying Checksum 04:12:18 e10730c5d714: Download complete 04:12:18 9b18e9b68314: Verifying Checksum 04:12:18 9b18e9b68314: Download complete 04:12:19 Removing intermediate container 12e3178accdd 04:12:19 ---> 179b534875bb 04:12:19 Step 3/10 : ENV CHROME_BIN=/usr/bin/chromium-browser 04:12:19 ---> Running in a6ae18c5389b 04:12:19 9b18e9b68314: Pull complete 04:12:19 d5ac0230b979: Verifying Checksum 04:12:19 d5ac0230b979: Download complete 04:12:20 Removing intermediate container a6ae18c5389b 04:12:20 ---> caf1980dc214 04:12:20 Step 4/10 : ENV PATH /app/node_modules/.bin:$PATH 04:12:20 ---> Running in d23ae87a6222 04:12:20 Removing intermediate container d23ae87a6222 04:12:20 ---> 57e5958fe64a 04:12:20 Step 5/10 : RUN npm install -g npm 04:12:20 ---> Running in d803139931a1 04:12:20 d32db5db7311: Pull complete 04:12:20 d0c4b47475fc: Pull complete 04:12:20 5dd5c2283517: Download complete 04:12:21 5831b945b038: Verifying Checksum 04:12:21 5831b945b038: Download complete 04:12:26 04:12:26 changed 54 packages, and audited 212 packages in 5s 04:12:26 04:12:26 11 packages are looking for funding 04:12:26 run `npm fund` for details 04:12:26 04:12:26 found 0 vulnerabilities 04:12:27 Removing intermediate container d803139931a1 04:12:27 ---> 9dd8399d08db 04:12:27 Step 6/10 : ARG USER=1000 04:12:27 ---> Running in 3f18b504acd4 04:12:27 Removing intermediate container 3f18b504acd4 04:12:27 ---> 7fcb06dd3b22 04:12:27 Step 7/10 : RUN deluser --remove-home node && adduser -u $USER -D -s /bin/sh node 04:12:27 ---> Running in da15c54f5dcb 04:12:28 Removing intermediate container da15c54f5dcb 04:12:28 ---> 857cdd670316 04:12:28 Step 8/10 : USER $USER:$USER 04:12:28 ---> Running in d1defbd9e60b 04:12:28 Removing intermediate container d1defbd9e60b 04:12:28 ---> f79486aba51f 04:12:28 Step 9/10 : WORKDIR /app 04:12:28 ---> Running in 04264f983f5b 04:12:28 Removing intermediate container 04264f983f5b 04:12:28 ---> 4031a499ba43 04:12:28 Step 10/10 : LABEL git_sha=2200f8ef825af80b0b715a47901bc46b57d6c0b2 04:12:28 ---> Running in 44869b263600 04:12:28 Removing intermediate container 44869b263600 04:12:28 ---> 6975ea228976 04:12:28 Successfully built 6975ea228976 04:12:28 Successfully tagged edgexfoundry/edgex-web-ui:2200f8ef825af80b0b715a47901bc46b57d6c0b2 04:12:28 Successfully tagged edgexfoundry/edgex-web-ui:0.0.0-dev 04:12:28 touch edgex-web-ui.imagebuilt 04:12:28 mkdir -p node_modules coverage 04:12:28 chown "1000:1000" node_modules coverage package-lock.json 04:12:28 docker run --rm -i -v "$(pwd):/app" -u "1000:1000" edgexfoundry/edgex-web-ui:0.0.0-dev npm install 04:12:30 npm WARN EBADENGINE Unsupported engine { 04:12:30 npm WARN EBADENGINE package: '@angular-devkit/architect@0.1202.4', 04:12:30 npm WARN EBADENGINE required: { 04:12:30 npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', 04:12:30 npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', 04:12:30 npm WARN EBADENGINE yarn: '>= 1.13.0' 04:12:30 npm WARN EBADENGINE }, 04:12:30 npm WARN EBADENGINE current: { node: 'v16.17.1', npm: '8.19.2' } 04:12:30 npm WARN EBADENGINE } 04:12:30 npm WARN EBADENGINE Unsupported engine { 04:12:30 npm WARN EBADENGINE package: '@angular-devkit/build-angular@12.2.4', 04:12:30 npm WARN EBADENGINE required: { 04:12:30 npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', 04:12:30 npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', 04:12:30 npm WARN EBADENGINE yarn: '>= 1.13.0' 04:12:30 npm WARN EBADENGINE }, 04:12:30 npm WARN EBADENGINE current: { node: 'v16.17.1', npm: '8.19.2' } 04:12:30 npm WARN EBADENGINE } 04:12:30 npm WARN EBADENGINE Unsupported engine { 04:12:30 npm WARN EBADENGINE package: '@angular-devkit/build-optimizer@0.1202.4', 04:12:30 npm WARN EBADENGINE required: { 04:12:30 npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', 04:12:30 npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', 04:12:30 npm WARN EBADENGINE yarn: '>= 1.13.0' 04:12:30 npm WARN EBADENGINE }, 04:12:30 npm WARN EBADENGINE current: { node: 'v16.17.1', npm: '8.19.2' } 04:12:30 npm WARN EBADENGINE } 04:12:30 npm WARN EBADENGINE Unsupported engine { 04:12:30 npm WARN EBADENGINE package: '@angular-devkit/build-webpack@0.1202.4', 04:12:30 npm WARN EBADENGINE required: { 04:12:30 npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', 04:12:30 npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', 04:12:30 npm WARN EBADENGINE yarn: '>= 1.13.0' 04:12:30 npm WARN EBADENGINE }, 04:12:30 npm WARN EBADENGINE current: { node: 'v16.17.1', npm: '8.19.2' } 04:12:30 npm WARN EBADENGINE } 04:12:30 npm WARN EBADENGINE Unsupported engine { 04:12:30 npm WARN EBADENGINE package: '@angular-devkit/core@12.2.4', 04:12:30 npm WARN EBADENGINE required: { 04:12:30 npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', 04:12:30 npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', 04:12:30 npm WARN EBADENGINE yarn: '>= 1.13.0' 04:12:30 npm WARN EBADENGINE }, 04:12:30 npm WARN EBADENGINE current: { node: 'v16.17.1', npm: '8.19.2' } 04:12:30 npm WARN EBADENGINE } 04:12:30 npm WARN EBADENGINE Unsupported engine { 04:12:30 npm WARN EBADENGINE package: '@angular-devkit/schematics@12.2.4', 04:12:30 npm WARN EBADENGINE required: { 04:12:30 npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', 04:12:30 npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', 04:12:30 npm WARN EBADENGINE yarn: '>= 1.13.0' 04:12:30 npm WARN EBADENGINE }, 04:12:30 npm WARN EBADENGINE current: { node: 'v16.17.1', npm: '8.19.2' } 04:12:30 npm WARN EBADENGINE } 04:12:30 npm WARN EBADENGINE Unsupported engine { 04:12:30 npm WARN EBADENGINE package: '@angular/cli@12.2.4', 04:12:30 npm WARN EBADENGINE required: { 04:12:30 npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', 04:12:30 npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', 04:12:30 npm WARN EBADENGINE yarn: '>= 1.13.0' 04:12:30 npm WARN EBADENGINE }, 04:12:30 npm WARN EBADENGINE current: { node: 'v16.17.1', npm: '8.19.2' } 04:12:30 npm WARN EBADENGINE } 04:12:30 npm WARN EBADENGINE Unsupported engine { 04:12:30 npm WARN EBADENGINE package: '@ngtools/webpack@12.2.4', 04:12:30 npm WARN EBADENGINE required: { 04:12:30 npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', 04:12:30 npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', 04:12:30 npm WARN EBADENGINE yarn: '>= 1.13.0' 04:12:30 npm WARN EBADENGINE }, 04:12:30 npm WARN EBADENGINE current: { node: 'v16.17.1', npm: '8.19.2' } 04:12:30 npm WARN EBADENGINE } 04:12:30 npm WARN EBADENGINE Unsupported engine { 04:12:30 npm WARN EBADENGINE package: '@schematics/angular@12.2.4', 04:12:30 npm WARN EBADENGINE required: { 04:12:30 npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', 04:12:30 npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', 04:12:30 npm WARN EBADENGINE yarn: '>= 1.13.0' 04:12:30 npm WARN EBADENGINE }, 04:12:30 npm WARN EBADENGINE current: { node: 'v16.17.1', npm: '8.19.2' } 04:12:30 npm WARN EBADENGINE } 04:12:34 5831b945b038: Pull complete 04:12:34 86bbec2aaacd: Pull complete 04:12:34 e10730c5d714: Pull complete 04:12:35 npm WARN deprecated urix@0.1.0: Please see https://github.com/lydell/urix#deprecated 04:12:35 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 04:12:35 npm WARN deprecated source-map-url@0.4.1: See https://github.com/lydell/source-map-url#deprecated 04:12:35 npm WARN deprecated source-map-resolve@0.6.0: See https://github.com/lydell/source-map-resolve#deprecated 04:12:35 npm WARN deprecated resolve-url@0.2.1: https://github.com/lydell/resolve-url#deprecated 04:12:35 npm WARN deprecated querystring@0.2.0: The querystring API is considered Legacy. new code should use the URLSearchParams API instead. 04:12:36 npm WARN deprecated request@2.88.2: request has been deprecated, see https://github.com/request/request/issues/3142 04:12:37 npm WARN deprecated har-validator@5.1.5: this library is no longer supported 04:12:37 npm WARN deprecated flatten@1.0.3: flatten is deprecated in favor of utility frameworks such as lodash. 04:12:39 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 04:12:39 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 04:12:40 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. 04:12:41 npm WARN deprecated chokidar@2.1.8: Chokidar 2 does not receive security updates since 2019. Upgrade to chokidar 3 with 15x fewer dependencies 04:12:41 npm WARN deprecated source-map-resolve@0.5.3: See https://github.com/lydell/source-map-resolve#deprecated 04:12:41 5dd5c2283517: Pull complete 04:12:41 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. 04:12:41 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. 04:12:42 npm WARN deprecated source-map-resolve@0.5.3: See https://github.com/lydell/source-map-resolve#deprecated 04:12:43 d5ac0230b979: Pull complete 04:12:43 Digest: sha256:20129d036edcc9aeb260ee0df12cfa5280992c4a8e5b89377467d541f90c94a2 04:12:43 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine 04:12:43 ---> 59b3b1a385d4 04:12:43 Step 3/16 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" 04:12:45 npm WARN deprecated tslint@6.1.3: TSLint has been deprecated in favor of ESLint. Please see https://github.com/palantir/tslint/issues/4534 for more information. 04:12:45 ---> Running in 7078072ea51c 04:12:45 Removing intermediate container 7078072ea51c 04:12:45 ---> f345b03e3705 04:12:45 Step 4/16 : ARG ALPINE_PKG_BASE="make git" 04:12:46 ---> Running in ba0160e4e28e 04:12:46 Removing intermediate container ba0160e4e28e 04:12:46 ---> 8741e9e9b457 04:12:46 Step 5/16 : ARG ALPINE_PKG_EXTRA="" 04:12:46 ---> Running in 48654bfc4836 04:12:46 Removing intermediate container 48654bfc4836 04:12:46 ---> 11d370d09ecd 04:12:46 Step 6/16 : LABEL Name=edgex-ui-go 04:12:46 ---> Running in 9bf5a6648f25 04:12:46 npm WARN deprecated core-js@3.16.0: core-js@<3.23.3 is no longer maintained and not recommended for usage due to the number of issues. Because of the V8 engine whims, feature detection in old core-js versions could cause a slowdown up to 100x even if nothing is polyfilled. Some versions have web compatibility issues. Please, upgrade your dependencies to the actual version of core-js. 04:12:47 Removing intermediate container 9bf5a6648f25 04:12:47 ---> 18ef1dcb0bee 04:12:47 Step 7/16 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2022: Intel' 04:12:47 ---> Running in f31048e76907 04:12:47 Removing intermediate container f31048e76907 04:12:47 ---> fb407a37fdb4 04:12:47 Step 8/16 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 04:12:48 latest: Pulling from library/docker 04:12:48 9b18e9b68314: Already exists 04:12:48 e5833820420a: Pulling fs layer 04:12:48 79069699b830: Pulling fs layer 04:12:48 1ee9c3c3cf30: Pulling fs layer 04:12:48 e0d61bd8b9f5: Pulling fs layer 04:12:48 245f2ec60f2d: Pulling fs layer 04:12:48 565435f1ea60: Pulling fs layer 04:12:48 a2b0e4f6483b: Pulling fs layer 04:12:48 245f2ec60f2d: Waiting 04:12:48 2f6ebfe41273: Pulling fs layer 04:12:48 565435f1ea60: Waiting 04:12:48 a2b0e4f6483b: Waiting 04:12:48 2f6ebfe41273: Waiting 04:12:48 79069699b830: Download complete 04:12:48 e5833820420a: Verifying Checksum 04:12:48 e5833820420a: Download complete 04:12:48 1ee9c3c3cf30: Verifying Checksum 04:12:48 1ee9c3c3cf30: Download complete 04:12:49 565435f1ea60: Verifying Checksum 04:12:49 565435f1ea60: Download complete 04:12:49 e0d61bd8b9f5: Verifying Checksum 04:12:49 e0d61bd8b9f5: Download complete 04:12:49 245f2ec60f2d: Verifying Checksum 04:12:49 245f2ec60f2d: Download complete 04:12:49 a2b0e4f6483b: Verifying Checksum 04:12:49 a2b0e4f6483b: Download complete 04:12:49 2f6ebfe41273: Verifying Checksum 04:12:49 2f6ebfe41273: Download complete 04:12:49 e5833820420a: Pull complete 04:12:49 79069699b830: Pull complete 04:12:50 1ee9c3c3cf30: Pull complete 04:12:52 e0d61bd8b9f5: Pull complete 04:12:52 04:12:52 added 1478 packages, and audited 1479 packages in 23s 04:12:52 04:12:52 90 packages are looking for funding 04:12:52 run `npm fund` for details 04:12:52 04:12:52 14 vulnerabilities (3 moderate, 9 high, 2 critical) 04:12:52 04:12:52 To address issues that do not require attention, run: 04:12:52 npm audit fix 04:12:52 04:12:52 To address all issues (including breaking changes), run: 04:12:52 npm audit fix --force 04:12:52 04:12:52 Run `npm audit` for details. 04:12:52 245f2ec60f2d: Pull complete 04:12:52 565435f1ea60: Pull complete 04:12:53 a2b0e4f6483b: Pull complete 04:12:53 2f6ebfe41273: Pull complete 04:12:53 Digest: sha256:466edff9fbc8e1326259d04412f55684c2e0f79c574eb9782c252011a87d8046 04:12:53 Status: Downloaded newer image for docker:latest 04:12:56 ---> 5b0a30e2e354 04:12:56 Step 9/16 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 04:12:56 ---> Running in 9fd2efda3986 04:12:58 Removing intermediate container 9fd2efda3986 04:12:58 ---> 7e52e9679c64 04:12:58 Step 10/16 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 04:12:58 ---> Running in 8ea72fe43d2d 04:12:58 docker run --rm -i -v "$(pwd):/app" -u "1000:1000" edgexfoundry/edgex-web-ui:0.0.0-dev ng test --code-coverage --watch false --browsers ChromeHeadlessNoSandbox 04:12:59 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 04:12:59 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 04:13:00 - Generating browser application bundles (phase: setup)... 04:13:01 OK: 221 MiB in 51 packages 04:13:02 Removing intermediate container 8ea72fe43d2d 04:13:02 ---> c0ad25479956 04:13:02 Step 11/16 : ENV GO111MODULE=on 04:13:02 ---> Running in 47f510574e00 04:13:02 Removing intermediate container 47f510574e00 04:13:02 ---> 9463fa75de30 04:13:02 Step 12/16 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go 04:13:02 ---> Running in 0509893f8931 04:13:03 Removing intermediate container 0509893f8931 04:13:03 ---> 378a6b3ffef1 04:13:03 Step 13/16 : COPY go.mod vendor* ./ 04:13:03 ---> 8251543a4d2a 04:13:03 Step 14/16 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 04:13:03 ---> Running in 3f9dac5c42f5 04:13:04 Compiling @angular/core : es2015 as esm2015 04:13:04 Compiling @angular/compiler/testing : es2015 as esm2015 04:13:09 Compiling @angular/common : es2015 as esm2015 04:13:09 Compiling @angular/core/testing : es2015 as esm2015 04:13:09 Compiling @angular/platform-browser : es2015 as esm2015 04:13:09 Compiling @angular/common/testing : es2015 as esm2015 04:13:10 Compiling @angular/platform-browser-dynamic : es2015 as esm2015 04:13:10 Compiling @angular/platform-browser/testing : es2015 as esm2015 04:13:10 Compiling @angular/router : es2015 as esm2015 04:13:10 Compiling @angular/common/http : es2015 as esm2015 04:13:10 Compiling @angular/platform-browser-dynamic/testing : es2015 as esm2015 04:13:11 Compiling @angular/forms : es2015 as esm2015 04:13:11 Compiling @angular/common/http/testing : es2015 as esm2015 04:13:12 Compiling @angular/router/testing : es2015 as esm2015 04:13:20 26 10 2022 04:13:19.334:INFO [karma-server]: Karma v6.3.16 server started at http://localhost:9876/ 04:13:20 26 10 2022 04:13:19.337:INFO [launcher]: Launching browsers ChromeHeadlessNoSandbox with concurrency unlimited 04:13:20 26 10 2022 04:13:19.341:INFO [launcher]: Starting browser ChromeHeadless 04:13:33 ✔ Browser application bundle generation complete. 04:13:33 26 10 2022 04:13:31.924:INFO [Chrome Headless 99.0.4844.84 (Linux x86_64)]: Connected on socket caCKLhvtdcimNO6SAAAB with id 39856187 04:13:34 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 0 of 149 SUCCESS (0 secs / 0 secs) 04:13:34 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 1 of 149 SUCCESS (0 secs / 0.167 secs) 04:13:35 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 2 of 149 SUCCESS (0 secs / 0.196 secs) 04:13:35 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 3 of 149 SUCCESS (0 secs / 0.256 secs) 04:13:35 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 4 of 149 SUCCESS (0 secs / 0.272 secs) 04:13:35 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 5 of 149 SUCCESS (0 secs / 0.349 secs) 04:13:35 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 6 of 149 SUCCESS (0 secs / 0.364 secs) 04:13:35 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 7 of 149 SUCCESS (0 secs / 0.379 secs) 04:13:35 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 8 of 149 SUCCESS (0 secs / 0.393 secs) 04:13:35 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 9 of 149 SUCCESS (0 secs / 0.398 secs) 04:13:35 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 10 of 149 SUCCESS (0 secs / 0.401 secs) 04:13:35 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 11 of 149 SUCCESS (0 secs / 0.404 secs) 04:13:35 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 12 of 149 SUCCESS (0 secs / 0.43 secs) 04:13:35 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 13 of 149 SUCCESS (0 secs / 0.442 secs) 04:13:35 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 14 of 149 SUCCESS (0 secs / 0.476 secs) 04:13:35 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 15 of 149 SUCCESS (0 secs / 0.488 secs) 04:13:35 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 16 of 149 SUCCESS (0 secs / 0.545 secs) 04:13:35 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 17 of 149 SUCCESS (0 secs / 0.575 secs) 04:13:35 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 18 of 149 SUCCESS (0 secs / 0.586 secs) 04:13:35 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 19 of 149 SUCCESS (0 secs / 0.593 secs) 04:13:35 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 20 of 149 SUCCESS (0 secs / 0.678 secs) 04:13:35 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 21 of 149 SUCCESS (0 secs / 0.686 secs) 04:13:35 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 22 of 149 SUCCESS (0 secs / 0.724 secs) 04:13:35 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 23 of 149 SUCCESS (0 secs / 0.733 secs) 04:13:35 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 24 of 149 SUCCESS (0 secs / 0.741 secs) 04:13:35 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 25 of 149 SUCCESS (0 secs / 0.751 secs) 04:13:35 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 26 of 149 SUCCESS (0 secs / 0.84 secs) 04:13:35 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 27 of 149 SUCCESS (0 secs / 0.849 secs) 04:13:35 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 28 of 149 SUCCESS (0 secs / 0.853 secs) 04:13:35 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 29 of 149 SUCCESS (0 secs / 0.856 secs) 04:13:35 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 30 of 149 SUCCESS (0 secs / 0.864 secs) 04:13:35 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 31 of 149 SUCCESS (0 secs / 0.869 secs) 04:13:35 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 32 of 149 SUCCESS (0 secs / 0.879 secs) 04:13:35 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 33 of 149 SUCCESS (0 secs / 0.889 secs) 04:13:35 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 34 of 149 SUCCESS (0 secs / 0.905 secs) 04:13:35 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 35 of 149 SUCCESS (0 secs / 0.945 secs) 04:13:35 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 36 of 149 SUCCESS (0 secs / 0.952 secs) 04:13:35 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 37 of 149 SUCCESS (0 secs / 0.978 secs) 04:13:36 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 38 of 149 SUCCESS (0 secs / 0.989 secs) 04:13:36 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 39 of 149 SUCCESS (0 secs / 0.993 secs) 04:13:36 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 40 of 149 SUCCESS (0 secs / 1.006 secs) 04:13:36 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 41 of 149 SUCCESS (0 secs / 1.009 secs) 04:13:36 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 42 of 149 SUCCESS (0 secs / 1.012 secs) 04:13:36 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 43 of 149 SUCCESS (0 secs / 1.015 secs) 04:13:36 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 44 of 149 SUCCESS (0 secs / 1.031 secs) 04:13:36 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 45 of 149 SUCCESS (0 secs / 1.037 secs) 04:13:36 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 46 of 149 SUCCESS (0 secs / 1.039 secs) 04:13:36 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 47 of 149 SUCCESS (0 secs / 1.084 secs) 04:13:36 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 48 of 149 SUCCESS (0 secs / 1.089 secs) 04:13:36 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 49 of 149 SUCCESS (0 secs / 1.096 secs) 04:13:36 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 50 of 149 SUCCESS (0 secs / 1.116 secs) 04:13:36 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 51 of 149 SUCCESS (0 secs / 1.129 secs) 04:13:36 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 52 of 149 SUCCESS (0 secs / 1.174 secs) 04:13:36 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 53 of 149 SUCCESS (0 secs / 1.188 secs) 04:13:36 WARN: ' 04:13:36 It looks like you're using ngModel on the same form field as formControlName. 04:13:36 Support for using the ngModel input property and ngModelChange event with 04:13:36 reactive form directives has been deprecated in Angular v6 and will be removed 04:13:36 in a future version of Angular. 04:13:36 04:13:36 For more information on this, see our API docs here: 04:13:36 https://angular.io/api/forms/FormControlName#use-with-ngmodel 04:13:36 ' 04:13:36 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 53 of 149 SUCCESS (0 secs / 1.188 secs) 04:13:36 WARN: ' 04:13:36 It looks like you're using ngModel on the same form field as formControlName. 04:13:36 Support for using the ngModel input property and ngModelChange event with 04:13:36 reactive form directives has been deprecated in Angular v6 and will be removed 04:13:36 in a future version of Angular. 04:13:36 04:13:36 For more information on this, see our API docs here: 04:13:36 https://angular.io/api/forms/FormControlName#use-with-ngmodel 04:13:36 ' 04:13:36 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 54 of 149 SUCCESS (0 secs / 1.213 secs) 04:13:36 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 55 of 149 SUCCESS (0 secs / 1.217 secs) 04:13:36 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 56 of 149 SUCCESS (0 secs / 1.219 secs) 04:13:36 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 57 of 149 SUCCESS (0 secs / 1.228 secs) 04:13:36 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 58 of 149 SUCCESS (0 secs / 1.238 secs) 04:13:36 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 59 of 149 SUCCESS (0 secs / 1.245 secs) 04:13:36 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 60 of 149 SUCCESS (0 secs / 1.248 secs) 04:13:36 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 61 of 149 SUCCESS (0 secs / 1.252 secs) 04:13:36 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 62 of 149 SUCCESS (0 secs / 1.287 secs) 04:13:36 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 63 of 149 SUCCESS (0 secs / 1.305 secs) 04:13:36 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 64 of 149 SUCCESS (0 secs / 1.322 secs) 04:13:36 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 65 of 149 SUCCESS (0 secs / 1.336 secs) 04:13:36 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 66 of 149 SUCCESS (0 secs / 1.345 secs) 04:13:36 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 67 of 149 SUCCESS (0 secs / 1.376 secs) 04:13:36 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 68 of 149 SUCCESS (0 secs / 1.398 secs) 04:13:36 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 69 of 149 SUCCESS (0 secs / 1.424 secs) 04:13:36 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 70 of 149 SUCCESS (0 secs / 1.439 secs) 04:13:36 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 71 of 149 SUCCESS (0 secs / 1.447 secs) 04:13:36 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 72 of 149 SUCCESS (0 secs / 1.455 secs) 04:13:36 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 73 of 149 SUCCESS (0 secs / 1.465 secs) 04:13:36 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 74 of 149 SUCCESS (0 secs / 1.483 secs) 04:13:36 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 75 of 149 SUCCESS (0 secs / 1.486 secs) 04:13:36 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 76 of 149 SUCCESS (0 secs / 1.491 secs) 04:13:36 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 77 of 149 SUCCESS (0 secs / 1.496 secs) 04:13:36 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 78 of 149 SUCCESS (0 secs / 1.512 secs) 04:13:36 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 79 of 149 SUCCESS (0 secs / 1.522 secs) 04:13:36 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 80 of 149 SUCCESS (0 secs / 1.532 secs) 04:13:36 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 81 of 149 SUCCESS (0 secs / 1.538 secs) 04:13:36 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 82 of 149 SUCCESS (0 secs / 1.545 secs) 04:13:36 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 83 of 149 SUCCESS (0 secs / 1.554 secs) 04:13:36 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 84 of 149 SUCCESS (0 secs / 1.58 secs) 04:13:36 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 85 of 149 SUCCESS (0 secs / 1.59 secs) 04:13:36 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 86 of 149 SUCCESS (0 secs / 1.598 secs) 04:13:36 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 87 of 149 SUCCESS (0 secs / 1.602 secs) 04:13:36 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 88 of 149 SUCCESS (0 secs / 1.607 secs) 04:13:36 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 89 of 149 SUCCESS (0 secs / 1.622 secs) 04:13:36 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 90 of 149 SUCCESS (0 secs / 1.627 secs) 04:13:36 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 91 of 149 SUCCESS (0 secs / 1.633 secs) 04:13:36 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 92 of 149 SUCCESS (0 secs / 1.652 secs) 04:13:36 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 93 of 149 SUCCESS (0 secs / 1.655 secs) 04:13:36 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 94 of 149 SUCCESS (0 secs / 1.681 secs) 04:13:37 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 95 of 149 SUCCESS (0 secs / 1.719 secs) 04:13:37 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 96 of 149 SUCCESS (0 secs / 1.731 secs) 04:13:37 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 97 of 149 SUCCESS (0 secs / 1.735 secs) 04:13:37 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 98 of 149 SUCCESS (0 secs / 1.736 secs) 04:13:37 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 99 of 149 SUCCESS (0 secs / 1.739 secs) 04:13:37 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 100 of 149 SUCCESS (0 secs / 1.757 secs) 04:13:37 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 101 of 149 SUCCESS (0 secs / 1.762 secs) 04:13:37 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 102 of 149 SUCCESS (0 secs / 1.783 secs) 04:13:37 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 103 of 149 SUCCESS (0 secs / 1.786 secs) 04:13:37 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 104 of 149 SUCCESS (0 secs / 1.794 secs) 04:13:37 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 105 of 149 SUCCESS (0 secs / 1.802 secs) 04:13:37 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 106 of 149 SUCCESS (0 secs / 1.809 secs) 04:13:37 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 107 of 149 SUCCESS (0 secs / 1.813 secs) 04:13:37 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 108 of 149 SUCCESS (0 secs / 1.818 secs) 04:13:37 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 109 of 149 SUCCESS (0 secs / 1.835 secs) 04:13:37 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 110 of 149 SUCCESS (0 secs / 1.84 secs) 04:13:37 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 111 of 149 SUCCESS (0 secs / 1.846 secs) 04:13:37 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 112 of 149 SUCCESS (0 secs / 1.861 secs) 04:13:37 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 113 of 149 SUCCESS (0 secs / 1.864 secs) 04:13:37 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 114 of 149 SUCCESS (0 secs / 1.874 secs) 04:13:37 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 115 of 149 SUCCESS (0 secs / 1.877 secs) 04:13:37 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 116 of 149 SUCCESS (0 secs / 1.881 secs) 04:13:37 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 117 of 149 SUCCESS (0 secs / 1.894 secs) 04:13:37 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 118 of 149 SUCCESS (0 secs / 1.911 secs) 04:13:37 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 119 of 149 SUCCESS (0 secs / 1.922 secs) 04:13:37 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 120 of 149 SUCCESS (0 secs / 1.938 secs) 04:13:37 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 121 of 149 SUCCESS (0 secs / 1.952 secs) 04:13:37 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 122 of 149 SUCCESS (0 secs / 1.954 secs) 04:13:37 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 123 of 149 SUCCESS (0 secs / 1.957 secs) 04:13:37 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 124 of 149 SUCCESS (0 secs / 1.958 secs) 04:13:37 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 125 of 149 SUCCESS (0 secs / 1.959 secs) 04:13:37 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 126 of 149 SUCCESS (0 secs / 1.966 secs) 04:13:37 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 127 of 149 SUCCESS (0 secs / 1.993 secs) 04:13:37 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 128 of 149 SUCCESS (0 secs / 2.002 secs) 04:13:37 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 129 of 149 SUCCESS (0 secs / 2.013 secs) 04:13:37 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 130 of 149 SUCCESS (0 secs / 2.018 secs) 04:13:37 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 131 of 149 SUCCESS (0 secs / 2.022 secs) 04:13:37 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 132 of 149 SUCCESS (0 secs / 2.032 secs) 04:13:37 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 133 of 149 SUCCESS (0 secs / 2.036 secs) 04:13:37 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 134 of 149 SUCCESS (0 secs / 2.037 secs) 04:13:37 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 135 of 149 SUCCESS (0 secs / 2.042 secs) 04:13:37 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 136 of 149 SUCCESS (0 secs / 2.051 secs) 04:13:37 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 137 of 149 SUCCESS (0 secs / 2.069 secs) 04:13:37 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 138 of 149 SUCCESS (0 secs / 2.071 secs) 04:13:37 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 139 of 149 SUCCESS (0 secs / 2.081 secs) 04:13:37 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 140 of 149 SUCCESS (0 secs / 2.096 secs) 04:13:37 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 141 of 149 SUCCESS (0 secs / 2.101 secs) 04:13:37 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 142 of 149 SUCCESS (0 secs / 2.115 secs) 04:13:37 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 143 of 149 SUCCESS (0 secs / 2.118 secs) 04:13:37 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 144 of 149 SUCCESS (0 secs / 2.12 secs) 04:13:37 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 145 of 149 SUCCESS (0 secs / 2.123 secs) 04:13:37 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 146 of 149 SUCCESS (0 secs / 2.124 secs) 04:13:37 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 147 of 149 SUCCESS (0 secs / 2.125 secs) 04:13:37 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 148 of 149 SUCCESS (0 secs / 2.126 secs) 04:13:37 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 149 of 149 SUCCESS (0 secs / 2.128 secs) 04:13:38 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 149 of 149 SUCCESS (3.13 secs / 2.128 secs) 04:13:38 TOTAL: 149 SUCCESS 04:13:38 ✔ Browser application bundle generation complete. 04:13:38 04:13:38 =============================== Coverage summary =============================== 04:13:38 Statements : 40.95% ( 1466/3580 ) 04:13:38 Branches : 12.03% ( 111/923 ) 04:13:38 Functions : 33.2% ( 431/1298 ) 04:13:38 Lines : 38.88% ( 1317/3387 ) 04:13:38 ================================================================================ 04:13:38 ✔ Browser application bundle generation complete. 04:13:38 make[1]: Leaving directory '/w/workspace/edgexfoundry_edgex-ui-go_PR-566/web' [Pipeline] echo 04:13:38 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 04:13:38 $ docker stop --time=1 833f0cb89aa4cab635b19e8b94769ef5ed56c97a2a18527bee17c607fd491615 04:13:40 $ docker rm -f 833f0cb89aa4cab635b19e8b94769ef5ed56c97a2a18527bee17c607fd491615 [Pipeline] // withDockerContainer [Pipeline] sh 04:13:40 + sudo chown -R jenkins:jenkins . [Pipeline] stash 04:13:41 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 04:13:41 + sudo chown -R jenkins:jenkins . [Pipeline] sh 04:13:42 + ls -al . 04:13:42 total 184 04:13:42 drwxrwxr-x 14 jenkins jenkins 4096 Oct 26 04:11 . 04:13:42 drwxrwxr-x 4 jenkins jenkins 4096 Oct 26 04:10 .. 04:13:42 drwxrwxr-x 2 jenkins jenkins 4096 Oct 26 04:10 .blubracket 04:13:42 -rw-rw-r-- 1 jenkins jenkins 18 Oct 26 04:10 .dockerignore 04:13:42 drwxrwxr-x 8 jenkins jenkins 4096 Oct 26 04:11 .git 04:13:42 drwxrwxr-x 3 jenkins jenkins 4096 Oct 26 04:10 .github 04:13:42 -rw-rw-r-- 1 jenkins jenkins 185 Oct 26 04:10 .gitignore 04:13:42 drwxr-xr-x 3 jenkins jenkins 4096 Oct 26 04:10 .semver 04:13:42 -rw-rw-r-- 1 jenkins jenkins 4856 Oct 26 04:10 Attribution.txt 04:13:42 -rw-rw-r-- 1 jenkins jenkins 14570 Oct 26 04:10 CHANGELOG.md 04:13:42 -rw-rw-r-- 1 jenkins jenkins 3959 Oct 26 04:10 CONTRIBUTING.md 04:13:42 -rw-rw-r-- 1 jenkins jenkins 1847 Oct 26 04:10 Dockerfile 04:13:42 -rw-rw-r-- 1 jenkins jenkins 652 Oct 26 04:10 Jenkinsfile 04:13:42 -rw-rw-r-- 1 jenkins jenkins 11357 Oct 26 04:10 LICENSE 04:13:42 -rw-rw-r-- 1 jenkins jenkins 2124 Oct 26 04:10 Makefile 04:13:42 -rw-rw-r-- 1 jenkins jenkins 4398 Oct 26 04:10 README.md 04:13:42 -rw-rw-r-- 1 jenkins jenkins 5 Oct 26 04:11 VERSION 04:13:42 drwxrwxr-x 3 jenkins jenkins 4096 Oct 26 04:10 assets 04:13:42 drwxrwxr-x 2 jenkins jenkins 4096 Oct 26 04:10 bin 04:13:42 drwxrwxr-x 3 jenkins jenkins 4096 Oct 26 04:10 cmd 04:13:42 -rw-r--r-- 1 jenkins jenkins 10 Oct 26 04:11 coverage.out 04:13:42 drwxrwxr-x 2 jenkins jenkins 4096 Oct 26 04:10 docs 04:13:42 -rw-rw-r-- 1 jenkins jenkins 3152 Oct 26 04:10 go.mod 04:13:42 -rw-rw-r-- 1 jenkins jenkins 43972 Oct 26 04:10 go.sum 04:13:42 drwxrwxr-x 8 jenkins jenkins 4096 Oct 26 04:10 internal 04:13:42 drwxrwxr-x 4 jenkins jenkins 4096 Oct 26 04:10 snap 04:13:42 drwxrwxr-x 4 jenkins jenkins 4096 Oct 26 04:10 testing 04:13:42 -rw-rw-r-- 1 jenkins jenkins 155 Oct 26 04:10 version.go 04:13:42 drwxrwxr-x 6 jenkins jenkins 4096 Oct 26 04:12 web [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:13:43 + docker build -t edgex-ui -f Dockerfile --build-arg BASE=ci-base-image-x86_64 --build-arg MAKE=make build --build-arg ARCH=amd64 --label git_sha=2200f8ef825af80b0b715a47901bc46b57d6c0b2 --label arch=amd64 --label version=0.0.0 . 04:13:43 Sending build context to Docker daemon 48.27MB 04:13:43 Step 1/26 : ARG BASE=golang:1.18-alpine3.16 04:13:43 Step 2/26 : FROM ${BASE} AS builder 04:13:43 ---> 90fd49257946 04:13:43 Step 3/26 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" 04:13:44 ---> Running in 459942854cdf 04:13:44 Removing intermediate container 459942854cdf 04:13:44 ---> e19ba2d1be19 04:13:44 Step 4/26 : ARG ALPINE_PKG_BASE="make git" 04:13:44 ---> Running in 30cf91a70a7d 04:13:44 Removing intermediate container 30cf91a70a7d 04:13:44 ---> bc6068512eae 04:13:44 Step 5/26 : ARG ALPINE_PKG_EXTRA="" 04:13:44 ---> Running in 9243e32b6bc9 04:13:44 Removing intermediate container 9243e32b6bc9 04:13:44 ---> 0a107f460acb 04:13:44 Step 6/26 : LABEL Name=edgex-ui-go 04:13:44 ---> Running in 68f1a0d6fff3 04:13:44 Removing intermediate container 68f1a0d6fff3 04:13:44 ---> 6225a71350ec 04:13:44 Step 7/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2022: Intel' 04:13:44 ---> Running in 8cedd65bea1f 04:13:44 Removing intermediate container 8cedd65bea1f 04:13:44 ---> 7b391e30c2ce 04:13:44 Step 8/26 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 04:13:45 ---> c62033219e67 04:13:45 Step 9/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 04:13:45 ---> Running in fbcaa3c1a4ab 04:13:45 Removing intermediate container fbcaa3c1a4ab 04:13:45 ---> abb21c2269db 04:13:45 Step 10/26 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 04:13:45 ---> Running in 8d21138aa4c1 04:13:46 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 04:13:46 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 04:13:47 OK: 211 MiB in 51 packages 04:13:47 Removing intermediate container 8d21138aa4c1 04:13:47 ---> 3c683a16772a 04:13:47 Step 11/26 : ENV GO111MODULE=on 04:13:47 ---> Running in fcdc115ac88a 04:13:47 Removing intermediate container fcdc115ac88a 04:13:47 ---> b04b87984ce2 04:13:47 Step 12/26 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go 04:13:47 ---> Running in 22d0fd60a405 04:13:47 Removing intermediate container 22d0fd60a405 04:13:47 ---> 87f756c67fb3 04:13:47 Step 13/26 : COPY go.mod vendor* ./ 04:13:48 ---> 453e64fec0c4 04:13:48 Step 14/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 04:13:48 ---> Running in 37a65d6eab49 04:13:48 Removing intermediate container 37a65d6eab49 04:13:48 ---> 79bf1f0a7f16 04:13:48 Step 15/26 : COPY . . 04:13:50 ---> 61d444cddc4d 04:13:50 Step 16/26 : RUN ${MAKE} 04:13:50 ---> Running in ccd42b127b23 04:13:50 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 04:14:00 Removing intermediate container 3f9dac5c42f5 04:14:00 ---> 7636127aac2f 04:14:00 Step 15/16 : COPY . . 04:14:02 ---> aa7175a2b094 04:14:02 Step 16/16 : RUN ${MAKE} 04:14:02 ---> Running in 11690b56e691 04:14:03 noop 04:14:04 Removing intermediate container 11690b56e691 04:14:04 ---> 71fb436aaddb 04:14:04 Successfully built 71fb436aaddb 04:14:04 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:14:04 + docker inspect -f . ci-base-image-arm64 04:14:04 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 04:14:05 prd-ubuntu20.04-docker-arm64-4c-16g-117068 does not seem to be running inside a container 04:14:05 $ 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 04:14:05 Removing intermediate container ccd42b127b23 04:14:05 ---> e99252e8cf06 04:14:05 Step 17/26 : FROM alpine:3.14 04:14:05 3.14: Pulling from library/alpine 04:14:05 c7ed990a2339: Pulling fs layer 04:14:05 c7ed990a2339: Verifying Checksum 04:14:05 c7ed990a2339: Download complete 04:14:05 c7ed990a2339: Pull complete 04:14:05 Digest: sha256:1ab24b3b99320975cca71716a7475a65d263d0b6b604d9d14ce08f7a3f67595c 04:14:05 Status: Downloaded newer image for alpine:3.14 04:14:05 ---> dd53f409bf0b 04:14:05 Step 18/26 : EXPOSE 4000 04:14:05 ---> Running in 064f7c413d23 04:14:05 Removing intermediate container 064f7c413d23 04:14:05 ---> eb66c0816dcd 04:14:05 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 04:14:05 ---> 4b64cf3b16db 04:14:05 Step 20/26 : COPY --from=builder /go/src/github.com/edgexfoundry/edgex-ui-go/Attribution.txt /Attribution.txt 04:14:05 ---> 5833633d0055 04:14:05 Step 21/26 : COPY --from=builder /go/src/github.com/edgexfoundry/edgex-ui-go/LICENSE /LICENSE 04:14:05 ---> 6d2d1dffc29f 04:14:05 Step 22/26 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server 04:14:05 ---> Running in 6418d16582a6 04:14:05 Removing intermediate container 6418d16582a6 04:14:05 ---> 4f1e5b1ebebd 04:14:05 Step 23/26 : ENTRYPOINT ["./edgex-ui-server","--confdir=res/docker"] 04:14:05 ---> Running in e85c18d23e39 04:14:05 Removing intermediate container e85c18d23e39 04:14:05 ---> 069050608ec7 04:14:05 Step 24/26 : LABEL arch=amd64 04:14:05 ---> Running in 6c049fbc087f 04:14:06 Removing intermediate container 6c049fbc087f 04:14:06 ---> 191372032348 04:14:06 Step 25/26 : LABEL git_sha=2200f8ef825af80b0b715a47901bc46b57d6c0b2 04:14:06 ---> Running in 3ee2bc894afe 04:14:06 Removing intermediate container 3ee2bc894afe 04:14:06 ---> 1878d6a8dd9c 04:14:06 Step 26/26 : LABEL version=0.0.0 04:14:06 ---> Running in 777c753f240c 04:14:06 Removing intermediate container 777c753f240c 04:14:06 ---> eaac9e43878e 04:14:06 [Warning] One or more build-args [ARCH] were not consumed 04:14:06 Successfully built eaac9e43878e 04:14:06 Successfully tagged edgex-ui:latest 04:14:06 $ 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 04:14:07 + go version 04:14:07 go version go1.18.7 linux/arm64 [Pipeline] } 04:14:07 $ docker stop --time=1 eb1a1d4012aa1355760bda69d758d5d5eb00952cc79b39bdc727beb088313133 04:14:07 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 04:14:07 04:14:07 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 04:14:09 $ 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 04:14:09 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 04:14:09 latest: Pulling from edgex-lftools-log-publisher 04:14:09 5eb5b503b376: Pulling fs layer 04:14:09 5c69ac0246d0: Pulling fs layer 04:14:09 ec43610c2a17: Pulling fs layer 04:14:09 3a2ae6a8a46f: Pulling fs layer 04:14:09 33b1e0a273af: Pulling fs layer 04:14:09 5d3b04190fa2: Pulling fs layer 04:14:09 2f39f015ded8: Pulling fs layer 04:14:09 33b1e0a273af: Waiting 04:14:09 5d3b04190fa2: Waiting 04:14:09 2f39f015ded8: Waiting 04:14:09 3a2ae6a8a46f: Waiting 04:14:09 5c69ac0246d0: Download complete 04:14:09 3a2ae6a8a46f: Download complete 04:14:09 33b1e0a273af: Verifying Checksum 04:14:09 33b1e0a273af: Download complete 04:14:09 5d3b04190fa2: Verifying Checksum 04:14:09 5d3b04190fa2: Download complete 04:14:09 ec43610c2a17: Verifying Checksum 04:14:09 ec43610c2a17: Download complete 04:14:10 + docker inspect -f . ci-base-image-arm64 04:14:10 . [Pipeline] } 04:14:10 5eb5b503b376: Verifying Checksum 04:14:10 5eb5b503b376: Download complete [Pipeline] // withEnv [Pipeline] withDockerContainer 04:14:10 prd-ubuntu20.04-docker-arm64-4c-16g-117068 does not seem to be running inside a container 04:14:10 $ 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 04:14:10 2f39f015ded8: Download complete 04:14:11 5eb5b503b376: Pull complete 04:14:11 5c69ac0246d0: Pull complete 04:14:11 $ docker top ca4cc8094243762db92f283cd98e0f75fc2826143c0462206f235191f17b0795 -eo pid,comm [Pipeline] { [Pipeline] sh 04:14:12 ec43610c2a17: Pull complete 04:14:12 3a2ae6a8a46f: Pull complete 04:14:12 33b1e0a273af: Pull complete 04:14:12 5d3b04190fa2: Pull complete 04:14:12 + git config --global --add safe.directory /w/workspace/edgex-ui-go/1 [Pipeline] fileExists [Pipeline] sh 04:14:13 + make test 04:14:13 CGO_ENABLED=0 GO111MODULE=on go test -tags "no_messagebus" -coverprofile=coverage.out ./... 04:14:15 ? github.com/edgexfoundry/edgex-ui-go [no test files] 04:14:16 2f39f015ded8: Pull complete 04:14:16 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 04:14:16 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 04:14:16 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 04:14:16 prd-ubuntu20.04-docker-8c-8g-117067 does not seem to be running inside a container 04:14:16 $ 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 04:14:20 $ docker top 71ab77afbe83bde2d03d6b31f46428fa9651483a028b44721f61959d430760c4 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 04:14:20 ---> job-cost.sh 04:14:20 lf-activate-venv: SKIPPING 04:14:20 INFO: No Stack... 04:14:21 INFO: Retrieving Pricing Info for: v3-standard-8 04:14:21 INFO: Archiving Costs [Pipeline] sh 04:14:22 + cat /w/workspace/edgexfoundry_edgex-ui-go_PR-566/archives/cost.csv 04:14:22 + cut -d, -f6 [Pipeline] lock 04:14:22 Trying to acquire lock on [jenkins-edgexfoundry-edgex-ui-go-PR-566-1-stack-cost] 04:14:22 Resource [jenkins-edgexfoundry-edgex-ui-go-PR-566-1-stack-cost] did not exist. Created. 04:14:22 Lock acquired on [jenkins-edgexfoundry-edgex-ui-go-PR-566-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 04:14:22 + echo total: 0.2199999988079071 [Pipeline] stash 04:14:22 Stashed 1 file(s) [Pipeline] } 04:14:22 Lock released on resource [jenkins-edgexfoundry-edgex-ui-go-PR-566-1-stack-cost] [Pipeline] // lock [Pipeline] } 04:14:23 $ docker stop --time=1 71ab77afbe83bde2d03d6b31f46428fa9651483a028b44721f61959d430760c4 04:14:24 $ docker rm -f 71ab77afbe83bde2d03d6b31f46428fa9651483a028b44721f61959d430760c4 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 04:15:52 ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] 04:15:52 ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] 04:15:52 ? github.com/edgexfoundry/edgex-ui-go/internal/common [no test files] 04:15:52 ? github.com/edgexfoundry/edgex-ui-go/internal/config [no test files] 04:15:52 ? github.com/edgexfoundry/edgex-ui-go/internal/container [no test files] 04:15:52 ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] 04:15:52 ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] 04:15:52 ? github.com/edgexfoundry/edgex-ui-go/internal/service [no test files] 04:15:52 CGO_ENABLED=0 GO111MODULE=on go vet -tags "no_messagebus" ./... 04:16:07 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 04:16:07 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 04:16:07 ./bin/test-attribution-txt.sh 04:16:07 An attribution for github.com/edgexfoundry/go-mod-bootstrap/v2 is missing from Attribution.txt, please add 04:16:07 An attribution for github.com/Microsoft/go-winio is missing from Attribution.txt, please add 04:16:07 An attribution for github.com/eclipse/paho.mqtt.golang is missing from Attribution.txt, please add 04:16:07 An attribution for github.com/edgexfoundry/go-mod-messaging/v2 is missing from Attribution.txt, please add 04:16:07 An attribution for github.com/edgexfoundry/go-mod-secrets/v2 is missing from Attribution.txt, please add 04:16:07 An attribution for github.com/go-kit/log is missing from Attribution.txt, please add 04:16:07 An attribution for github.com/go-logfmt/logfmt is missing from Attribution.txt, please add 04:16:07 An attribution for github.com/go-redis/redis/v7 is missing from Attribution.txt, please add 04:16:07 An attribution for github.com/golang/protobuf is missing from Attribution.txt, please add 04:16:07 An attribution for github.com/gorilla/websocket is missing from Attribution.txt, please add 04:16:07 An attribution for github.com/hashicorp/errwrap is missing from Attribution.txt, please add 04:16:07 An attribution for github.com/hashicorp/go-multierror is missing from Attribution.txt, please add 04:16:07 An attribution for github.com/nats-io/nats.go is missing from Attribution.txt, please add 04:16:07 An attribution for github.com/nats-io/nkeys is missing from Attribution.txt, please add 04:16:07 An attribution for github.com/nats-io/nuid is missing from Attribution.txt, please add 04:16:07 An attribution for github.com/pebbe/zmq4 is missing from Attribution.txt, please add 04:16:07 An attribution for github.com/rcrowley/go-metrics is missing from Attribution.txt, please add 04:16:07 An attribution for github.com/spiffe/go-spiffe/v2 is missing from Attribution.txt, please add 04:16:07 An attribution for github.com/zeebo/errs is missing from Attribution.txt, please add 04:16:07 An attribution for golang.org/x/net is missing from Attribution.txt, please add 04:16:07 An attribution for golang.org/x/sync is missing from Attribution.txt, please add 04:16:07 An attribution for google.golang.org/genproto is missing from Attribution.txt, please add 04:16:07 An attribution for google.golang.org/grpc is missing from Attribution.txt, please add 04:16:07 An attribution for google.golang.org/protobuf is missing from Attribution.txt, please add 04:16:07 An attribution for gopkg.in/square/go-jose.v2 is missing from Attribution.txt, please add 04:16:07 make -C web test 04:16:07 make[1]: Entering directory '/w/workspace/edgex-ui-go/1/web' 04:16:07 make[1]: tput: No such file or directory 04:16:07 make[1]: tput: No such file or directory 04:16:07 warning: generating ./VERSION 04:16:07 echo "0.0.0" > VERSION 04:16:07 docker build \ 04:16:07 -f Dockerfile \ 04:16:07 --build-arg USER=1000 \ 04:16:07 \ 04:16:07 --label "git_sha=2200f8ef825af80b0b715a47901bc46b57d6c0b2" \ 04:16:07 -t edgexfoundry/edgex-web-ui:2200f8ef825af80b0b715a47901bc46b57d6c0b2 \ 04:16:07 -t edgexfoundry/edgex-web-ui:0.0.0-dev \ 04:16:07 . 04:16:08 Sending build context to Docker daemon 3.269MB 04:16:08 Step 1/10 : FROM node:16.17-alpine3.15 04:16:08 16.17-alpine3.15: Pulling from library/node 04:16:08 47517142f6ba: Pulling fs layer 04:16:08 5f8c4bfa009b: Pulling fs layer 04:16:08 f7079c9c4ba1: Pulling fs layer 04:16:08 aba105e6f55a: Pulling fs layer 04:16:08 aba105e6f55a: Waiting 04:16:08 f7079c9c4ba1: Verifying Checksum 04:16:08 f7079c9c4ba1: Download complete 04:16:08 47517142f6ba: Verifying Checksum 04:16:08 47517142f6ba: Download complete 04:16:08 aba105e6f55a: Verifying Checksum 04:16:08 aba105e6f55a: Download complete 04:16:09 47517142f6ba: Pull complete 04:16:10 5f8c4bfa009b: Verifying Checksum 04:16:10 5f8c4bfa009b: Download complete 04:16:16 5f8c4bfa009b: Pull complete 04:16:17 f7079c9c4ba1: Pull complete 04:16:17 aba105e6f55a: Pull complete 04:16:17 Digest: sha256:84c606bfbe4cf120c52b17c3b727e614d99e357a8e350f83a4e7b9ec0798e04a 04:16:17 Status: Downloaded newer image for node:16.17-alpine3.15 04:16:17 ---> bf1b8b58d215 04:16:17 Step 2/10 : RUN apk add --no-cache chromium 04:16:18 ---> Running in 0d59bfc8ee06 04:16:19 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 04:16:19 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 04:16:20 (1/128) Installing libxau (1.0.9-r0) 04:16:20 (2/128) Installing libmd (1.0.3-r0) 04:16:20 (3/128) Installing libbsd (0.11.3-r1) 04:16:20 (4/128) Installing libxdmcp (1.1.3-r0) 04:16:20 (5/128) Installing libxcb (1.14-r2) 04:16:20 (6/128) Installing libx11 (1.7.3.1-r0) 04:16:20 (7/128) Installing libxext (1.3.4-r0) 04:16:20 (8/128) Installing libice (1.0.10-r0) 04:16:20 (9/128) Installing libuuid (2.37.4-r0) 04:16:20 (10/128) Installing libsm (1.2.3-r0) 04:16:20 (11/128) Installing libxt (1.2.1-r0) 04:16:20 (12/128) Installing libxmu (1.1.3-r0) 04:16:20 (13/128) Installing xset (1.2.4-r0) 04:16:20 (14/128) Installing xprop (1.2.5-r0) 04:16:20 (15/128) Installing xdg-utils (1.1.3-r0) 04:16:20 (16/128) Installing eudev-libs (3.2.11_pre1-r0) 04:16:20 (17/128) Installing pkgconf (1.8.0-r0) 04:16:20 (18/128) Installing libffi (3.4.2-r1) 04:16:20 (19/128) Installing libintl (0.21-r0) 04:16:20 (20/128) Installing libblkid (2.37.4-r0) 04:16:20 (21/128) Installing libmount (2.37.4-r0) 04:16:21 (22/128) Installing pcre (8.45-r1) 04:16:21 (23/128) Installing glib (2.70.1-r0) 04:16:21 (24/128) Installing xz-libs (5.2.5-r1) 04:16:21 (25/128) Installing libxml2 (2.9.14-r2) 04:16:21 (26/128) Installing shared-mime-info (2.1-r1) 04:16:21 (27/128) Installing hicolor-icon-theme (0.17-r1) 04:16:21 (28/128) Installing libjpeg-turbo (2.1.2-r0) 04:16:21 (29/128) Installing libpng (1.6.37-r1) 04:16:21 (30/128) Installing libwebp (1.2.2-r0) 04:16:21 (31/128) Installing zstd-libs (1.5.0-r0) 04:16:21 (32/128) Installing tiff (4.4.0-r0) 04:16:21 (33/128) Installing gdk-pixbuf (2.42.8-r0) 04:16:21 (34/128) Installing gtk-update-icon-cache (2.24.33-r0) 04:16:21 (35/128) Installing libxcomposite (0.4.5-r0) 04:16:21 (36/128) Installing libxfixes (6.0.0-r0) 04:16:21 (37/128) Installing libxrender (0.9.10-r3) 04:16:21 (38/128) Installing libxcursor (1.2.0-r0) 04:16:21 (39/128) Installing libxdamage (1.1.5-r1) 04:16:21 (40/128) Installing libxi (1.8-r0) 04:16:21 (41/128) Installing libxinerama (1.1.4-r1) 04:16:21 (42/128) Installing libxrandr (1.5.2-r1) 04:16:21 (43/128) Installing atk (2.36.0-r0) 04:16:21 (44/128) Installing libxtst (1.2.3-r3) 04:16:21 (45/128) Installing dbus-libs (1.12.24-r0) 04:16:21 (46/128) Installing at-spi2-core (2.42.0-r0) 04:16:21 (47/128) Installing at-spi2-atk (2.38.0-r0) 04:16:21 (48/128) Installing expat (2.5.0-r0) 04:16:21 (49/128) Installing brotli-libs (1.0.9-r5) 04:16:21 (50/128) Installing libbz2 (1.0.8-r1) 04:16:21 (51/128) Installing freetype (2.11.1-r2) 04:16:21 (52/128) Installing fontconfig (2.13.1-r4) 04:16:22 (53/128) Installing pixman (0.40.0-r3) 04:16:22 (54/128) Installing cairo (1.16.0-r5) 04:16:22 (55/128) Installing cairo-gobject (1.16.0-r5) 04:16:22 (56/128) Installing avahi-libs (0.8-r5) 04:16:22 (57/128) Installing gmp (6.2.1-r1) 04:16:22 (58/128) Installing nettle (3.7.3-r0) 04:16:22 (59/128) Installing p11-kit (0.24.0-r1) 04:16:22 (60/128) Installing libtasn1 (4.18.0-r0) 04:16:22 (61/128) Installing libunistring (0.9.10-r1) 04:16:22 (62/128) Installing gnutls (3.7.1-r1) 04:16:22 (63/128) Installing cups-libs (2.3.3-r6) 04:16:22 (64/128) Installing libepoxy (1.5.9-r0) 04:16:22 (65/128) Installing fribidi (1.0.11-r0) 04:16:22 (66/128) Installing graphite2 (1.3.14-r0) 04:16:22 (67/128) Installing harfbuzz (3.0.0-r2) 04:16:22 (68/128) Installing libxft (2.3.4-r0) 04:16:22 (69/128) Installing pango (1.48.10-r0) 04:16:22 (70/128) Installing wayland-libs-client (1.19.0-r1) 04:16:22 (71/128) Installing wayland-libs-cursor (1.19.0-r1) 04:16:22 (72/128) Installing wayland-libs-egl (1.19.0-r1) 04:16:22 (73/128) Installing xkeyboard-config (2.34-r0) 04:16:22 (74/128) Installing libxkbcommon (1.3.1-r0) 04:16:22 (75/128) Installing gtk+3.0 (3.24.30-r0) 04:16:22 Executing gtk+3.0-3.24.30-r0.post-install 04:16:22 (76/128) Installing libfontenc (1.1.4-r0) 04:16:22 (77/128) Installing mkfontscale (1.2.1-r1) 04:16:22 (78/128) Installing ttf-opensans (1.10-r1) 04:16:23 Executing ttf-opensans-1.10-r1.post-install 04:16:25 (79/128) Installing libogg (1.3.5-r0) 04:16:25 (80/128) Installing flac (1.3.4-r0) 04:16:25 (81/128) Installing alsa-lib (1.2.5.1-r1) 04:16:25 (82/128) Installing libatomic (10.3.1_git20211027-r0) 04:16:25 (83/128) Installing sdl2 (2.0.16-r4) 04:16:25 (84/128) Installing aom-libs (3.2.0-r0) 04:16:25 (85/128) Installing libass (0.15.2-r0) 04:16:25 (86/128) Installing libdav1d (0.9.2-r0) 04:16:25 (87/128) Installing ncurses-terminfo-base (6.3_p20211120-r1) 04:16:25 (88/128) Installing ncurses-libs (6.3_p20211120-r1) 04:16:25 (89/128) Installing lame (3.100-r0) 04:16:25 (90/128) Installing opus (1.3.1-r1) 04:16:25 (91/128) Installing libgomp (10.3.1_git20211027-r0) 04:16:25 (92/128) Installing soxr (0.1.3-r2) 04:16:25 (93/128) Installing libsrt (1.4.2-r1) 04:16:25 (94/128) Installing libssh (0.9.6-r1) 04:16:25 (95/128) Installing libtheora (1.1.1-r16) 04:16:25 (96/128) Installing v4l-utils-libs (1.22.1-r1) 04:16:25 (97/128) Installing libdrm (2.4.109-r0) 04:16:25 (98/128) Installing libva (2.13.0-r0) 04:16:25 (99/128) Installing libvdpau (1.4-r0) 04:16:25 (100/128) Installing vidstab (1.1.0-r1) 04:16:25 (101/128) Installing libvorbis (1.3.7-r0) 04:16:25 (102/128) Installing libvpx (1.10.0-r0) 04:16:25 (103/128) Installing vulkan-loader (1.2.196-r0) 04:16:25 (104/128) Installing x264-libs (20210613-r0) 04:16:25 (105/128) Installing x265-libs (3.5-r0) 04:16:25 (106/128) Installing xvidcore (1.3.7-r1) 04:16:25 (107/128) Installing ffmpeg-libs (4.4.1-r2) 04:16:26 (108/128) Installing libevent (2.1.12-r4) 04:16:26 (109/128) Installing mesa (21.2.6-r0) 04:16:26 (110/128) Installing wayland-libs-server (1.19.0-r1) 04:16:26 (111/128) Installing mesa-gbm (21.2.6-r0) 04:16:26 (112/128) Installing lcms2 (2.12-r1) 04:16:26 (113/128) Installing nspr (4.32-r0) 04:16:26 (114/128) Installing sqlite-libs (3.36.0-r0) 04:16:26 (115/128) Installing nss (3.78.1-r0) 04:16:26 (116/128) Installing libasyncns (0.8-r1) 04:16:26 (117/128) Installing libltdl (2.4.6-r7) 04:16:26 (118/128) Installing orc (0.4.32-r0) 04:16:26 (119/128) Installing libsndfile (1.0.31-r1) 04:16:26 (120/128) Installing speexdsp (1.2.0-r0) 04:16:26 (121/128) Installing tdb-libs (1.4.5-r0) 04:16:26 (122/128) Installing libpulse (15.0-r2) 04:16:26 (123/128) Installing re2 (2021.11.01-r0) 04:16:26 (124/128) Installing snappy (1.1.9-r1) 04:16:26 (125/128) Installing libgpg-error (1.42-r1) 04:16:26 (126/128) Installing libgcrypt (1.9.4-r0) 04:16:27 (127/128) Installing libxslt (1.1.35-r0) 04:16:27 (128/128) Installing chromium (99.0.4844.84-r0) 04:16:31 Executing busybox-1.34.1-r7.trigger 04:16:31 Executing glib-2.70.1-r0.trigger 04:16:31 Executing shared-mime-info-2.1-r1.trigger 04:16:36 Executing gdk-pixbuf-2.42.8-r0.trigger 04:16:36 Executing gtk-update-icon-cache-2.24.33-r0.trigger 04:16:36 Executing fontconfig-2.13.1-r4.trigger 04:16:36 Executing mkfontscale-1.2.1-r1.trigger 04:16:36 OK: 275 MiB in 144 packages 04:16:47 Removing intermediate container 0d59bfc8ee06 04:16:47 ---> c4fe5c3d6d55 04:16:47 Step 3/10 : ENV CHROME_BIN=/usr/bin/chromium-browser 04:16:47 ---> Running in 1f49fb60c7a5 04:16:47 Removing intermediate container 1f49fb60c7a5 04:16:47 ---> 148763ea9839 04:16:47 Step 4/10 : ENV PATH /app/node_modules/.bin:$PATH 04:16:47 ---> Running in cebd1ec73a51 04:16:47 Removing intermediate container cebd1ec73a51 04:16:47 ---> b8a6e8dcf346 04:16:47 Step 5/10 : RUN npm install -g npm 04:16:47 ---> Running in ce08557c5fe5 04:17:19 04:17:19 changed 54 packages, and audited 212 packages in 24s 04:17:19 04:17:19 11 packages are looking for funding 04:17:19 run `npm fund` for details 04:17:19 04:17:19 found 0 vulnerabilities 04:17:19 Removing intermediate container ce08557c5fe5 04:17:19 ---> 28a07d258c2e 04:17:19 Step 6/10 : ARG USER=1000 04:17:19 ---> Running in 819da5818d33 04:17:19 Removing intermediate container 819da5818d33 04:17:19 ---> c5fbc25993ac 04:17:19 Step 7/10 : RUN deluser --remove-home node && adduser -u $USER -D -s /bin/sh node 04:17:19 ---> Running in f5f0fb1a7273 04:17:20 Removing intermediate container f5f0fb1a7273 04:17:20 ---> 9dfe85b4325b 04:17:20 Step 8/10 : USER $USER:$USER 04:17:21 ---> Running in 7ee8d71e0d11 04:17:21 Removing intermediate container 7ee8d71e0d11 04:17:21 ---> 180cd33a2b47 04:17:21 Step 9/10 : WORKDIR /app 04:17:21 ---> Running in 7c95c0e4ac76 04:17:21 Removing intermediate container 7c95c0e4ac76 04:17:21 ---> 7b99f6645a9d 04:17:21 Step 10/10 : LABEL git_sha=2200f8ef825af80b0b715a47901bc46b57d6c0b2 04:17:21 ---> Running in a1eef9b3a121 04:17:21 Removing intermediate container a1eef9b3a121 04:17:21 ---> 7a48a9bafa87 04:17:22 Successfully built 7a48a9bafa87 04:17:22 Successfully tagged edgexfoundry/edgex-web-ui:2200f8ef825af80b0b715a47901bc46b57d6c0b2 04:17:22 Successfully tagged edgexfoundry/edgex-web-ui:0.0.0-dev 04:17:22 touch edgex-web-ui.imagebuilt 04:17:22 mkdir -p node_modules coverage 04:17:22 chown "1000:1000" node_modules coverage package-lock.json 04:17:22 docker run --rm -i -v "$(pwd):/app" -u "1000:1000" edgexfoundry/edgex-web-ui:0.0.0-dev npm install 04:17:34 npm WARN EBADENGINE Unsupported engine { 04:17:34 npm WARN EBADENGINE package: '@angular-devkit/architect@0.1202.4', 04:17:34 npm WARN EBADENGINE required: { 04:17:34 npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', 04:17:34 npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', 04:17:34 npm WARN EBADENGINE yarn: '>= 1.13.0' 04:17:34 npm WARN EBADENGINE }, 04:17:34 npm WARN EBADENGINE current: { node: 'v16.17.1', npm: '8.19.2' } 04:17:34 npm WARN EBADENGINE } 04:17:34 npm WARN EBADENGINE Unsupported engine { 04:17:34 npm WARN EBADENGINE package: '@angular-devkit/build-angular@12.2.4', 04:17:34 npm WARN EBADENGINE required: { 04:17:34 npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', 04:17:34 npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', 04:17:34 npm WARN EBADENGINE yarn: '>= 1.13.0' 04:17:34 npm WARN EBADENGINE }, 04:17:34 npm WARN EBADENGINE current: { node: 'v16.17.1', npm: '8.19.2' } 04:17:34 npm WARN EBADENGINE } 04:17:34 npm WARN EBADENGINE Unsupported engine { 04:17:34 npm WARN EBADENGINE package: '@angular-devkit/build-optimizer@0.1202.4', 04:17:34 npm WARN EBADENGINE required: { 04:17:34 npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', 04:17:34 npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', 04:17:34 npm WARN EBADENGINE yarn: '>= 1.13.0' 04:17:34 npm WARN EBADENGINE }, 04:17:34 npm WARN EBADENGINE current: { node: 'v16.17.1', npm: '8.19.2' } 04:17:34 npm WARN EBADENGINE } 04:17:34 npm WARN EBADENGINE Unsupported engine { 04:17:34 npm WARN EBADENGINE package: '@angular-devkit/build-webpack@0.1202.4', 04:17:34 npm WARN EBADENGINE required: { 04:17:34 npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', 04:17:34 npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', 04:17:34 npm WARN EBADENGINE yarn: '>= 1.13.0' 04:17:34 npm WARN EBADENGINE }, 04:17:34 npm WARN EBADENGINE current: { node: 'v16.17.1', npm: '8.19.2' } 04:17:34 npm WARN EBADENGINE } 04:17:34 npm WARN EBADENGINE Unsupported engine { 04:17:34 npm WARN EBADENGINE package: '@angular-devkit/core@12.2.4', 04:17:34 npm WARN EBADENGINE required: { 04:17:34 npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', 04:17:34 npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', 04:17:34 npm WARN EBADENGINE yarn: '>= 1.13.0' 04:17:34 npm WARN EBADENGINE }, 04:17:34 npm WARN EBADENGINE current: { node: 'v16.17.1', npm: '8.19.2' } 04:17:34 npm WARN EBADENGINE } 04:17:34 npm WARN EBADENGINE Unsupported engine { 04:17:34 npm WARN EBADENGINE package: '@angular-devkit/schematics@12.2.4', 04:17:34 npm WARN EBADENGINE required: { 04:17:34 npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', 04:17:34 npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', 04:17:34 npm WARN EBADENGINE yarn: '>= 1.13.0' 04:17:34 npm WARN EBADENGINE }, 04:17:34 npm WARN EBADENGINE current: { node: 'v16.17.1', npm: '8.19.2' } 04:17:34 npm WARN EBADENGINE } 04:17:34 npm WARN EBADENGINE Unsupported engine { 04:17:34 npm WARN EBADENGINE package: '@angular/cli@12.2.4', 04:17:34 npm WARN EBADENGINE required: { 04:17:34 npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', 04:17:34 npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', 04:17:34 npm WARN EBADENGINE yarn: '>= 1.13.0' 04:17:34 npm WARN EBADENGINE }, 04:17:34 npm WARN EBADENGINE current: { node: 'v16.17.1', npm: '8.19.2' } 04:17:34 npm WARN EBADENGINE } 04:17:34 npm WARN EBADENGINE Unsupported engine { 04:17:34 npm WARN EBADENGINE package: '@ngtools/webpack@12.2.4', 04:17:34 npm WARN EBADENGINE required: { 04:17:34 npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', 04:17:34 npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', 04:17:34 npm WARN EBADENGINE yarn: '>= 1.13.0' 04:17:34 npm WARN EBADENGINE }, 04:17:34 npm WARN EBADENGINE current: { node: 'v16.17.1', npm: '8.19.2' } 04:17:34 npm WARN EBADENGINE } 04:17:34 npm WARN EBADENGINE Unsupported engine { 04:17:34 npm WARN EBADENGINE package: '@schematics/angular@12.2.4', 04:17:34 npm WARN EBADENGINE required: { 04:17:34 npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', 04:17:34 npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', 04:17:34 npm WARN EBADENGINE yarn: '>= 1.13.0' 04:17:34 npm WARN EBADENGINE }, 04:17:34 npm WARN EBADENGINE current: { node: 'v16.17.1', npm: '8.19.2' } 04:17:34 npm WARN EBADENGINE } 04:18:21 npm WARN deprecated urix@0.1.0: Please see https://github.com/lydell/urix#deprecated 04:18:21 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 04:18:21 npm WARN deprecated source-map-url@0.4.1: See https://github.com/lydell/source-map-url#deprecated 04:18:21 npm WARN deprecated source-map-resolve@0.6.0: See https://github.com/lydell/source-map-resolve#deprecated 04:18:21 npm WARN deprecated resolve-url@0.2.1: https://github.com/lydell/resolve-url#deprecated 04:18:21 npm WARN deprecated querystring@0.2.0: The querystring API is considered Legacy. new code should use the URLSearchParams API instead. 04:18:31 npm WARN deprecated har-validator@5.1.5: this library is no longer supported 04:18:33 npm WARN deprecated flatten@1.0.3: flatten is deprecated in favor of utility frameworks such as lodash. 04:18:37 npm WARN deprecated request@2.88.2: request has been deprecated, see https://github.com/request/request/issues/3142 04:18:55 npm WARN deprecated chokidar@2.1.8: Chokidar 2 does not receive security updates since 2019. Upgrade to chokidar 3 with 15x fewer dependencies 04:18:55 npm WARN deprecated source-map-resolve@0.5.3: See https://github.com/lydell/source-map-resolve#deprecated 04:18:57 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. 04:19:02 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. 04:19:03 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. 04:19:04 npm WARN deprecated source-map-resolve@0.5.3: See https://github.com/lydell/source-map-resolve#deprecated 04:19:19 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 04:19:20 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 04:19:38 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. 04:20:04 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. 04:20:43 04:20:43 added 1475 packages, and audited 1476 packages in 3m 04:20:43 04:20:43 90 packages are looking for funding 04:20:43 run `npm fund` for details 04:20:43 04:20:43 14 vulnerabilities (3 moderate, 9 high, 2 critical) 04:20:43 04:20:43 To address issues that do not require attention, run: 04:20:43 npm audit fix 04:20:43 04:20:43 To address all issues (including breaking changes), run: 04:20:43 npm audit fix --force 04:20:43 04:20:43 Run `npm audit` for details. 04:20:43 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 04:21:02 - Generating browser application bundles (phase: setup)... 04:21:34 Compiling @angular/compiler/testing : es2015 as esm2015 04:21:34 Compiling @angular/core : es2015 as esm2015 04:22:00 Compiling @angular/common : es2015 as esm2015 04:22:00 Compiling @angular/core/testing : es2015 as esm2015 04:22:06 Compiling @angular/platform-browser : es2015 as esm2015 04:22:06 Compiling @angular/common/testing : es2015 as esm2015 04:22:09 Compiling @angular/router : es2015 as esm2015 04:22:10 Compiling @angular/platform-browser-dynamic : es2015 as esm2015 04:22:15 Compiling @angular/platform-browser/testing : es2015 as esm2015 04:22:16 Compiling @angular/common/http : es2015 as esm2015 04:22:16 Compiling @angular/platform-browser-dynamic/testing : es2015 as esm2015 04:22:21 Compiling @angular/forms : es2015 as esm2015 04:22:21 Compiling @angular/common/http/testing : es2015 as esm2015 04:22:21 Compiling @angular/router/testing : es2015 as esm2015 04:23:18 26 10 2022 04:23:16.623:INFO [karma-server]: Karma v6.3.16 server started at http://localhost:9876/ 04:23:18 26 10 2022 04:23:16.636:INFO [launcher]: Launching browsers ChromeHeadlessNoSandbox with concurrency unlimited 04:23:18 26 10 2022 04:23:16.662:INFO [launcher]: Starting browser ChromeHeadless 04:24:26 26 10 2022 04:24:19.475:WARN [launcher]: ChromeHeadless has not captured in 60000 ms, killing. 04:24:34 26 10 2022 04:24:33.559:WARN [launcher]: ChromeHeadless was not killed in 2000 ms, sending SIGKILL. 04:24:52 26 10 2022 04:24:51.292:INFO [launcher]: Trying to start ChromeHeadless again (1/2). 04:25:10 ✔ Browser application bundle generation complete. 04:25:10 26 10 2022 04:25:09.539:INFO [Chrome Headless 99.0.4844.84 (Linux aarch64)]: Connected on socket yqnZIqoTBzSW_gR0AAAB with id 51504171 04:25:28 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 0 of 149 SUCCESS (0 secs / 0 secs) 04:25:28 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 1 of 149 SUCCESS (0 secs / 0.712 secs) 04:25:28 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 2 of 149 SUCCESS (0 secs / 0.857 secs) 04:25:28 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 3 of 149 SUCCESS (0 secs / 2.239 secs) 04:25:29 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 4 of 149 SUCCESS (0 secs / 2.309 secs) 04:25:29 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 5 of 149 SUCCESS (0 secs / 2.59 secs) 04:25:29 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 6 of 149 SUCCESS (0 secs / 2.692 secs) 04:25:29 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 7 of 149 SUCCESS (0 secs / 2.811 secs) 04:25:29 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 8 of 149 SUCCESS (0 secs / 2.866 secs) 04:25:29 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 9 of 149 SUCCESS (0 secs / 2.897 secs) 04:25:29 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 10 of 149 SUCCESS (0 secs / 3.038 secs) 04:25:30 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 11 of 149 SUCCESS (0 secs / 3.109 secs) 04:25:30 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 12 of 149 SUCCESS (0 secs / 3.474 secs) 04:25:30 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 13 of 149 SUCCESS (0 secs / 3.783 secs) 04:25:30 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 14 of 149 SUCCESS (0 secs / 3.85 secs) 04:25:31 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 15 of 149 SUCCESS (0 secs / 4.037 secs) 04:25:31 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 16 of 149 SUCCESS (0 secs / 4.068 secs) 04:25:31 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 17 of 149 SUCCESS (0 secs / 4.099 secs) 04:25:31 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 18 of 149 SUCCESS (0 secs / 4.312 secs) 04:25:32 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 19 of 149 SUCCESS (0 secs / 4.748 secs) 04:25:32 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 20 of 149 SUCCESS (0 secs / 4.925 secs) 04:25:32 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 21 of 149 SUCCESS (0 secs / 4.98 secs) 04:25:32 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 22 of 149 SUCCESS (0 secs / 5.104 secs) 04:25:32 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 23 of 149 SUCCESS (0 secs / 5.126 secs) 04:25:32 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 24 of 149 SUCCESS (0 secs / 5.156 secs) 04:25:32 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 25 of 149 SUCCESS (0 secs / 5.199 secs) 04:25:32 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 26 of 149 SUCCESS (0 secs / 5.277 secs) 04:25:32 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 27 of 149 SUCCESS (0 secs / 5.29 secs) 04:25:32 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 28 of 149 SUCCESS (0 secs / 5.301 secs) 04:25:32 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 29 of 149 SUCCESS (0 secs / 5.375 secs) 04:25:33 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 30 of 149 SUCCESS (0 secs / 5.649 secs) 04:25:33 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 31 of 149 SUCCESS (0 secs / 5.715 secs) 04:25:33 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 32 of 149 SUCCESS (0 secs / 5.776 secs) 04:25:33 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 33 of 149 SUCCESS (0 secs / 5.836 secs) 04:25:33 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 34 of 149 SUCCESS (0 secs / 5.882 secs) 04:25:33 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 35 of 149 SUCCESS (0 secs / 6.056 secs) 04:25:33 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 36 of 149 SUCCESS (0 secs / 6.142 secs) 04:25:33 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 37 of 149 SUCCESS (0 secs / 6.158 secs) 04:25:33 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 38 of 149 SUCCESS (0 secs / 6.172 secs) 04:25:33 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 39 of 149 SUCCESS (0 secs / 6.254 secs) 04:25:34 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 40 of 149 SUCCESS (0 secs / 6.313 secs) 04:25:34 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 41 of 149 SUCCESS (0 secs / 6.333 secs) 04:25:34 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 42 of 149 SUCCESS (0 secs / 6.56 secs) 04:25:34 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 43 of 149 SUCCESS (0 secs / 6.642 secs) 04:25:34 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 44 of 149 SUCCESS (0 secs / 6.661 secs) 04:25:34 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 45 of 149 SUCCESS (0 secs / 6.67 secs) 04:25:34 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 46 of 149 SUCCESS (0 secs / 6.684 secs) 04:25:34 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 47 of 149 SUCCESS (0 secs / 6.693 secs) 04:25:34 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 48 of 149 SUCCESS (0 secs / 6.761 secs) 04:25:34 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 49 of 149 SUCCESS (0 secs / 6.983 secs) 04:25:34 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 50 of 149 SUCCESS (0 secs / 7.011 secs) 04:25:35 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 51 of 149 SUCCESS (0 secs / 7.116 secs) 04:25:35 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 52 of 149 SUCCESS (0 secs / 7.156 secs) 04:25:35 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 53 of 149 SUCCESS (0 secs / 7.167 secs) 04:25:35 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 54 of 149 SUCCESS (0 secs / 7.237 secs) 04:25:35 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 55 of 149 SUCCESS (0 secs / 7.283 secs) 04:25:35 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 56 of 149 SUCCESS (0 secs / 7.355 secs) 04:25:35 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 57 of 149 SUCCESS (0 secs / 7.49 secs) 04:25:35 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 58 of 149 SUCCESS (0 secs / 7.57 secs) 04:25:36 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 59 of 149 SUCCESS (0 secs / 7.745 secs) 04:25:36 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 60 of 149 SUCCESS (0 secs / 7.789 secs) 04:25:36 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 61 of 149 SUCCESS (0 secs / 7.865 secs) 04:25:36 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 62 of 149 SUCCESS (0 secs / 7.89 secs) 04:25:36 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 63 of 149 SUCCESS (0 secs / 8.059 secs) 04:25:36 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 64 of 149 SUCCESS (0 secs / 8.224 secs) 04:25:36 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 65 of 149 SUCCESS (0 secs / 8.43 secs) 04:25:37 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 66 of 149 SUCCESS (0 secs / 8.458 secs) 04:25:37 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 67 of 149 SUCCESS (0 secs / 8.528 secs) 04:25:37 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 68 of 149 SUCCESS (0 secs / 8.773 secs) 04:25:37 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 69 of 149 SUCCESS (0 secs / 8.896 secs) 04:25:37 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 70 of 149 SUCCESS (0 secs / 8.971 secs) 04:25:37 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 71 of 149 SUCCESS (0 secs / 9.023 secs) 04:25:37 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 72 of 149 SUCCESS (0 secs / 9.068 secs) 04:25:38 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 73 of 149 SUCCESS (0 secs / 9.262 secs) 04:25:38 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 74 of 149 SUCCESS (0 secs / 9.317 secs) 04:25:38 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 75 of 149 SUCCESS (0 secs / 9.343 secs) 04:25:38 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 76 of 149 SUCCESS (0 secs / 9.362 secs) 04:25:38 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 77 of 149 SUCCESS (0 secs / 9.38 secs) 04:25:38 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 78 of 149 SUCCESS (0 secs / 9.483 secs) 04:25:38 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 79 of 149 SUCCESS (0 secs / 9.528 secs) 04:25:38 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 80 of 149 SUCCESS (0 secs / 9.657 secs) 04:25:38 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 81 of 149 SUCCESS (0 secs / 9.785 secs) 04:25:38 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 82 of 149 SUCCESS (0 secs / 9.844 secs) 04:25:38 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 83 of 149 SUCCESS (0 secs / 9.87 secs) 04:25:39 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 84 of 149 SUCCESS (0 secs / 9.993 secs) 04:25:39 WARN: ' 04:25:39 It looks like you're using ngModel on the same form field as formControlName. 04:25:39 Support for using the ngModel input property and ngModelChange event with 04:25:39 reactive form directives has been deprecated in Angular v6 and will be removed 04:25:39 in a future version of Angular. 04:25:39 04:25:39 For more information on this, see our API docs here: 04:25:39 https://angular.io/api/forms/FormControlName#use-with-ngmodel 04:25:39 ' 04:25:39 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 84 of 149 SUCCESS (0 secs / 9.993 secs) 04:25:39 WARN: ' 04:25:39 It looks like you're using ngModel on the same form field as formControlName. 04:25:39 Support for using the ngModel input property and ngModelChange event with 04:25:39 reactive form directives has been deprecated in Angular v6 and will be removed 04:25:39 in a future version of Angular. 04:25:39 04:25:39 For more information on this, see our API docs here: 04:25:39 https://angular.io/api/forms/FormControlName#use-with-ngmodel 04:25:39 ' 04:25:39 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 85 of 149 SUCCESS (0 secs / 10.146 secs) 04:25:39 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 86 of 149 SUCCESS (0 secs / 10.214 secs) 04:25:39 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 87 of 149 SUCCESS (0 secs / 10.335 secs) 04:25:39 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 88 of 149 SUCCESS (0 secs / 10.393 secs) 04:25:40 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 89 of 149 SUCCESS (0 secs / 10.578 secs) 04:25:40 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 90 of 149 SUCCESS (0 secs / 10.64 secs) 04:25:40 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 91 of 149 SUCCESS (0 secs / 10.786 secs) 04:25:40 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 92 of 149 SUCCESS (0 secs / 10.85 secs) 04:25:40 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 93 of 149 SUCCESS (0 secs / 10.907 secs) 04:25:40 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 94 of 149 SUCCESS (0 secs / 10.925 secs) 04:25:40 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 95 of 149 SUCCESS (0 secs / 11.069 secs) 04:25:40 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 96 of 149 SUCCESS (0 secs / 11.129 secs) 04:25:40 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 97 of 149 SUCCESS (0 secs / 11.194 secs) 04:25:41 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 98 of 149 SUCCESS (0 secs / 11.315 secs) 04:25:41 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 99 of 149 SUCCESS (0 secs / 11.354 secs) 04:25:41 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 100 of 149 SUCCESS (0 secs / 11.466 secs) 04:25:41 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 101 of 149 SUCCESS (0 secs / 11.573 secs) 04:25:41 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 102 of 149 SUCCESS (0 secs / 11.654 secs) 04:25:41 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 103 of 149 SUCCESS (0 secs / 11.689 secs) 04:25:41 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 104 of 149 SUCCESS (0 secs / 11.721 secs) 04:25:41 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 105 of 149 SUCCESS (0 secs / 11.841 secs) 04:25:41 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 106 of 149 SUCCESS (0 secs / 11.909 secs) 04:25:41 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 107 of 149 SUCCESS (0 secs / 11.945 secs) 04:25:41 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 108 of 149 SUCCESS (0 secs / 11.969 secs) 04:25:42 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 109 of 149 SUCCESS (0 secs / 12.092 secs) 04:25:42 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 110 of 149 SUCCESS (0 secs / 12.132 secs) 04:25:42 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 111 of 149 SUCCESS (0 secs / 12.178 secs) 04:25:42 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 112 of 149 SUCCESS (0 secs / 12.262 secs) 04:25:42 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 113 of 149 SUCCESS (0 secs / 12.291 secs) 04:25:42 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 114 of 149 SUCCESS (0 secs / 12.384 secs) 04:25:42 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 115 of 149 SUCCESS (0 secs / 12.428 secs) 04:25:42 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 116 of 149 SUCCESS (0 secs / 12.454 secs) 04:25:42 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 117 of 149 SUCCESS (0 secs / 12.481 secs) 04:25:42 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 118 of 149 SUCCESS (0 secs / 12.497 secs) 04:25:42 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 119 of 149 SUCCESS (0 secs / 12.562 secs) 04:25:42 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 120 of 149 SUCCESS (0 secs / 12.583 secs) 04:25:42 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 121 of 149 SUCCESS (0 secs / 12.612 secs) 04:25:42 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 122 of 149 SUCCESS (0 secs / 12.635 secs) 04:25:43 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 123 of 149 SUCCESS (0 secs / 12.651 secs) 04:25:43 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 124 of 149 SUCCESS (0 secs / 12.809 secs) 04:25:43 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 125 of 149 SUCCESS (0 secs / 12.938 secs) 04:25:43 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 126 of 149 SUCCESS (0 secs / 13.037 secs) 04:25:43 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 127 of 149 SUCCESS (0 secs / 13.064 secs) 04:25:43 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 128 of 149 SUCCESS (0 secs / 13.094 secs) 04:25:43 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 129 of 149 SUCCESS (0 secs / 13.125 secs) 04:25:43 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 130 of 149 SUCCESS (0 secs / 13.223 secs) 04:25:44 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 131 of 149 SUCCESS (0 secs / 13.402 secs) 04:25:44 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 132 of 149 SUCCESS (0 secs / 13.459 secs) 04:25:44 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 133 of 149 SUCCESS (0 secs / 13.49 secs) 04:25:44 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 134 of 149 SUCCESS (0 secs / 13.537 secs) 04:25:44 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 135 of 149 SUCCESS (0 secs / 13.567 secs) 04:25:44 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 136 of 149 SUCCESS (0 secs / 13.582 secs) 04:25:44 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 137 of 149 SUCCESS (0 secs / 13.592 secs) 04:25:44 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 138 of 149 SUCCESS (0 secs / 13.605 secs) 04:25:44 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 139 of 149 SUCCESS (0 secs / 13.618 secs) 04:25:44 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 140 of 149 SUCCESS (0 secs / 13.636 secs) 04:25:44 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 141 of 149 SUCCESS (0 secs / 13.665 secs) 04:25:44 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 142 of 149 SUCCESS (0 secs / 13.682 secs) 04:25:44 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 143 of 149 SUCCESS (0 secs / 13.696 secs) 04:25:44 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 144 of 149 SUCCESS (0 secs / 13.736 secs) 04:25:44 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 145 of 149 SUCCESS (0 secs / 13.751 secs) 04:25:44 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 146 of 149 SUCCESS (0 secs / 13.768 secs) 04:25:44 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 147 of 149 SUCCESS (0 secs / 13.78 secs) 04:25:44 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 148 of 149 SUCCESS (0 secs / 13.796 secs) 04:25:44 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 149 of 149 SUCCESS (0 secs / 13.805 secs) 04:25:45 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 149 of 149 SUCCESS (19.58 secs / 13.805 secs) 04:25:45 TOTAL: 149 SUCCESS 04:25:45 ✔ Browser application bundle generation complete. 04:25:49 04:25:49 =============================== Coverage summary =============================== 04:25:49 Statements : 40.98% ( 1467/3580 ) 04:25:49 Branches : 12.03% ( 111/923 ) 04:25:49 Functions : 33.28% ( 432/1298 ) 04:25:49 Lines : 38.91% ( 1318/3387 ) 04:25:49 ================================================================================ 04:25:49 26 10 2022 04:25:48.911:WARN [launcher]: ChromeHeadless was not killed in 2000 ms, sending SIGKILL. 04:25:50 ✔ Browser application bundle generation complete. 04:25:51 make[1]: Leaving directory '/w/workspace/edgex-ui-go/1/web' [Pipeline] echo 04:25:51 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 04:25:51 $ docker stop --time=1 ca4cc8094243762db92f283cd98e0f75fc2826143c0462206f235191f17b0795 04:25:52 $ docker rm -f ca4cc8094243762db92f283cd98e0f75fc2826143c0462206f235191f17b0795 [Pipeline] // withDockerContainer [Pipeline] sh 04:25:53 + sudo chown -R jenkins:jenkins . [Pipeline] stash 04:25:56 Warning: overwriting stash ‘coverage-report’ 04:26:01 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 04:26:02 + sudo chown -R jenkins:jenkins . [Pipeline] sh 04:26:04 + ls -al . 04:26:04 total 180 04:26:04 drwxrwxr-x 13 jenkins jenkins 4096 Oct 26 04:14 . 04:26:04 drwxrwxr-x 4 jenkins jenkins 4096 Oct 26 04:11 .. 04:26:04 drwxrwxr-x 2 jenkins jenkins 4096 Oct 26 04:11 .blubracket 04:26:04 -rw-rw-r-- 1 jenkins jenkins 18 Oct 26 04:11 .dockerignore 04:26:04 drwxrwxr-x 8 jenkins jenkins 4096 Oct 26 04:11 .git 04:26:04 drwxrwxr-x 3 jenkins jenkins 4096 Oct 26 04:11 .github 04:26:04 -rw-rw-r-- 1 jenkins jenkins 185 Oct 26 04:11 .gitignore 04:26:04 -rw-rw-r-- 1 jenkins jenkins 4856 Oct 26 04:11 Attribution.txt 04:26:04 -rw-rw-r-- 1 jenkins jenkins 14570 Oct 26 04:11 CHANGELOG.md 04:26:04 -rw-rw-r-- 1 jenkins jenkins 3959 Oct 26 04:11 CONTRIBUTING.md 04:26:04 -rw-rw-r-- 1 jenkins jenkins 1847 Oct 26 04:11 Dockerfile 04:26:04 -rw-rw-r-- 1 jenkins jenkins 652 Oct 26 04:11 Jenkinsfile 04:26:04 -rw-rw-r-- 1 jenkins jenkins 11357 Oct 26 04:11 LICENSE 04:26:04 -rw-rw-r-- 1 jenkins jenkins 2124 Oct 26 04:11 Makefile 04:26:04 -rw-rw-r-- 1 jenkins jenkins 4398 Oct 26 04:11 README.md 04:26:04 -rw-rw-r-- 1 jenkins jenkins 5 Oct 26 04:11 VERSION 04:26:04 drwxrwxr-x 3 jenkins jenkins 4096 Oct 26 04:11 assets 04:26:04 drwxrwxr-x 2 jenkins jenkins 4096 Oct 26 04:11 bin 04:26:04 drwxrwxr-x 3 jenkins jenkins 4096 Oct 26 04:11 cmd 04:26:04 -rw-r--r-- 1 jenkins jenkins 10 Oct 26 04:14 coverage.out 04:26:04 drwxrwxr-x 2 jenkins jenkins 4096 Oct 26 04:11 docs 04:26:04 -rw-rw-r-- 1 jenkins jenkins 3152 Oct 26 04:11 go.mod 04:26:04 -rw-rw-r-- 1 jenkins jenkins 43972 Oct 26 04:11 go.sum 04:26:04 drwxrwxr-x 8 jenkins jenkins 4096 Oct 26 04:11 internal 04:26:04 drwxrwxr-x 4 jenkins jenkins 4096 Oct 26 04:11 snap 04:26:04 drwxrwxr-x 4 jenkins jenkins 4096 Oct 26 04:11 testing 04:26:04 -rw-rw-r-- 1 jenkins jenkins 155 Oct 26 04:11 version.go 04:26:04 drwxrwxr-x 6 jenkins jenkins 4096 Oct 26 04:17 web [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:26:05 + 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 . 04:26:06 Sending build context to Docker daemon 31.48MB 04:26:06 Step 1/26 : ARG BASE=golang:1.18-alpine3.16 04:26:06 Step 2/26 : FROM ${BASE} AS builder 04:26:06 ---> 71fb436aaddb 04:26:06 Step 3/26 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" 04:26:07 ---> Running in aadc90a6d074 04:26:07 Removing intermediate container aadc90a6d074 04:26:07 ---> 5125c427befd 04:26:07 Step 4/26 : ARG ALPINE_PKG_BASE="make git" 04:26:07 ---> Running in 948ebc795aad 04:26:07 Removing intermediate container 948ebc795aad 04:26:07 ---> cb74a8d986b8 04:26:07 Step 5/26 : ARG ALPINE_PKG_EXTRA="" 04:26:07 ---> Running in 69683618f163 04:26:07 Removing intermediate container 69683618f163 04:26:07 ---> 21f017761342 04:26:07 Step 6/26 : LABEL Name=edgex-ui-go 04:26:07 ---> Running in 54068633d6b4 04:26:08 Removing intermediate container 54068633d6b4 04:26:08 ---> d378abb52d69 04:26:08 Step 7/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2022: Intel' 04:26:08 ---> Running in b103e057ee2e 04:26:08 Removing intermediate container b103e057ee2e 04:26:08 ---> a1196fe9decc 04:26:08 Step 8/26 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 04:26:10 ---> 4ff857d83895 04:26:10 Step 9/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 04:26:10 ---> Running in 00ad08c7a254 04:26:12 Removing intermediate container 00ad08c7a254 04:26:12 ---> be8071ad4683 04:26:12 Step 10/26 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 04:26:12 ---> Running in 727b448d0d57 04:26:13 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 04:26:13 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 04:26:14 OK: 221 MiB in 51 packages 04:26:15 Removing intermediate container 727b448d0d57 04:26:15 ---> 986ad5056a92 04:26:15 Step 11/26 : ENV GO111MODULE=on 04:26:15 ---> Running in c377c8c3b1ea 04:26:16 Removing intermediate container c377c8c3b1ea 04:26:16 ---> 93d6f819876e 04:26:16 Step 12/26 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go 04:26:16 ---> Running in e2bf7234442e 04:26:16 Removing intermediate container e2bf7234442e 04:26:16 ---> c402b4bcd7b2 04:26:16 Step 13/26 : COPY go.mod vendor* ./ 04:26:16 ---> 0a4e31251db8 04:26:16 Step 14/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 04:26:16 ---> Running in b62116b066ea 04:26:18 Removing intermediate container b62116b066ea 04:26:18 ---> 12a91be4b725 04:26:18 Step 15/26 : COPY . . 04:26:23 ---> 3b8f83ed36c8 04:26:23 Step 16/26 : RUN ${MAKE} 04:26:23 ---> Running in 0922d5a0485b 04:26:23 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 04:27:31 Removing intermediate container 0922d5a0485b 04:27:31 ---> 973071793090 04:27:31 Step 17/26 : FROM alpine:3.14 04:27:31 3.14: Pulling from library/alpine 04:27:31 90cda3b7c325: Pulling fs layer 04:27:31 90cda3b7c325: Download complete 04:27:31 90cda3b7c325: Pull complete 04:27:31 Digest: sha256:1ab24b3b99320975cca71716a7475a65d263d0b6b604d9d14ce08f7a3f67595c 04:27:31 Status: Downloaded newer image for alpine:3.14 04:27:31 ---> 376ba31ae3da 04:27:31 Step 18/26 : EXPOSE 4000 04:27:31 ---> Running in 4c5017acfc17 04:27:31 Removing intermediate container 4c5017acfc17 04:27:31 ---> 420bb2baf8b0 04:27:31 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 04:27:33 ---> 680d883d9127 04:27:33 Step 20/26 : COPY --from=builder /go/src/github.com/edgexfoundry/edgex-ui-go/Attribution.txt /Attribution.txt 04:27:33 ---> 2e1566c9dd47 04:27:33 Step 21/26 : COPY --from=builder /go/src/github.com/edgexfoundry/edgex-ui-go/LICENSE /LICENSE 04:27:33 ---> 84f858fe1796 04:27:33 Step 22/26 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server 04:27:33 ---> Running in a1aa739bd344 04:27:34 Removing intermediate container a1aa739bd344 04:27:34 ---> e4b69570a4ce 04:27:34 Step 23/26 : ENTRYPOINT ["./edgex-ui-server","--confdir=res/docker"] 04:27:34 ---> Running in b40bb5162086 04:27:34 Removing intermediate container b40bb5162086 04:27:34 ---> 4d58137df3bb 04:27:34 Step 24/26 : LABEL arch=arm64 04:27:34 ---> Running in 74278499bad1 04:27:34 Removing intermediate container 74278499bad1 04:27:34 ---> e6bf1f419805 04:27:34 Step 25/26 : LABEL git_sha=2200f8ef825af80b0b715a47901bc46b57d6c0b2 04:27:34 ---> Running in 630eaa60c40c 04:27:35 Removing intermediate container 630eaa60c40c 04:27:35 ---> 9c7852f812e0 04:27:35 Step 26/26 : LABEL version=0.0.0 04:27:35 ---> Running in 2a47a3102ca5 04:27:35 Removing intermediate container 2a47a3102ca5 04:27:35 ---> 4189d3109cb8 04:27:35 [Warning] One or more build-args [ARCH] were not consumed 04:27:35 Successfully built 4189d3109cb8 04:27:35 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 04:27:36 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 04:27:36 04:27:36 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:27:36 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 04:27:36 arm64: Pulling from edgex-lftools-log-publisher 04:27:36 8998bd30e6a1: Pulling fs layer 04:27:36 04944245beec: Pulling fs layer 04:27:36 699f458cf7ca: Pulling fs layer 04:27:36 765212b225bb: Pulling fs layer 04:27:36 f23df028b6ca: Pulling fs layer 04:27:36 d65c8cfc05b1: Pulling fs layer 04:27:36 2437ff75d9bd: Pulling fs layer 04:27:36 765212b225bb: Waiting 04:27:36 f23df028b6ca: Waiting 04:27:36 2437ff75d9bd: Waiting 04:27:36 d65c8cfc05b1: Waiting 04:27:37 04944245beec: Verifying Checksum 04:27:37 04944245beec: Download complete 04:27:37 765212b225bb: Download complete 04:27:37 f23df028b6ca: Verifying Checksum 04:27:37 f23df028b6ca: Download complete 04:27:37 d65c8cfc05b1: Verifying Checksum 04:27:37 d65c8cfc05b1: Download complete 04:27:37 699f458cf7ca: Verifying Checksum 04:27:37 699f458cf7ca: Download complete 04:27:37 8998bd30e6a1: Verifying Checksum 04:27:37 8998bd30e6a1: Download complete 04:27:40 2437ff75d9bd: Verifying Checksum 04:27:40 2437ff75d9bd: Download complete 04:27:41 8998bd30e6a1: Pull complete 04:27:41 04944245beec: Pull complete 04:27:43 699f458cf7ca: Pull complete 04:27:43 765212b225bb: Pull complete 04:27:44 f23df028b6ca: Pull complete 04:27:44 d65c8cfc05b1: Pull complete 04:27:59 2437ff75d9bd: Pull complete 04:27:59 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 04:27:59 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 04:27:59 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 04:27:59 prd-ubuntu20.04-docker-arm64-4c-16g-117068 does not seem to be running inside a container 04:27:59 $ 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 04:28:02 $ docker top 2d695f35a5fc5e987288f37329998a48d7d11c313cb002acf528ce2da6fa5ad2 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 04:28:03 ---> job-cost.sh 04:28:03 lf-activate-venv: SKIPPING 04:28:03 INFO: No Stack... 04:28:03 INFO: Retrieving Pricing Info for: v3-standard-4 04:28:04 INFO: Archiving Costs [Pipeline] sh 04:28:04 + cut -d, -f6 04:28:05 + cat /w/workspace/edgex-ui-go/1/archives/cost.csv [Pipeline] lock 04:28:05 Trying to acquire lock on [jenkins-edgexfoundry-edgex-ui-go-PR-566-1-stack-cost] 04:28:05 Resource [jenkins-edgexfoundry-edgex-ui-go-PR-566-1-stack-cost] did not exist. Created. 04:28:05 Lock acquired on [jenkins-edgexfoundry-edgex-ui-go-PR-566-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 04:28:05 /w/workspace/edgex-ui-go/1@tmp/durable-b8201b96/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh 04:28:05 + echo total: 0.10999999940395355 [Pipeline] stash 04:28:06 Warning: overwriting stash ‘stack-cost’ 04:28:10 Stashed 1 file(s) [Pipeline] } 04:28:10 Lock released on resource [jenkins-edgexfoundry-edgex-ui-go-PR-566-1-stack-cost] [Pipeline] // lock [Pipeline] } 04:28:10 $ docker stop --time=1 2d695f35a5fc5e987288f37329998a48d7d11c313cb002acf528ce2da6fa5ad2 04:28:12 $ 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 04:28:13 provisioning config files... 04:28:13 copy managed file [edgex-ui-go-codecov-token] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-566@tmp/config13686252993143621447tmp [Pipeline] { [Pipeline] sh 04:28:13 + set +x 04:28:13 + curl -s https://codecov.io/bash 04:28:13 + bash -s -- 04:28:13 04:28:13 _____ _ 04:28:13 / ____| | | 04:28:13 | | ___ __| | ___ ___ _____ __ 04:28:13 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 04:28:13 | |___| (_) | (_| | __/ (_| (_) \ V / 04:28:13 \_____\___/ \__,_|\___|\___\___/ \_/ 04:28:13 Bash-1.0.6 04:28:13 04:28:13 04:28:13 ==> git version 2.25.1 found 04:28:13 ==> 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 04:28:13 Release-Date: 2020-01-08 04:28:13 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 04:28:13 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 04:28:13 ==> Jenkins CI detected. 04:28:13 current dir:  /w/workspace/edgexfoundry_edgex-ui-go_PR-566 04:28:13 project root: . 04:28:13 --> token set from env 04:28:13 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 04:28:13 ==> Running gcov in . (disable via -X gcov) 04:28:14 ==> Python coveragepy not found 04:28:14 ==> Searching for coverage reports in: 04:28:14 + . 04:28:14 -> Found 1 reports 04:28:14 ==> Detecting git/mercurial file structure 04:28:14 ==> Reading reports 04:28:14 + ./coverage.out bytes=10 04:28:14 ==> Appending adjustments 04:28:14 https://docs.codecov.io/docs/fixing-reports 04:28:14 + Found adjustments 04:28:14 ==> Gzipping contents 04:28:14 12K /tmp/codecov.7HTXMs.gz 04:28:14 ==> Uploading reports 04:28:14 url: https://codecov.io 04:28:14 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= 04:28:14 -> Pinging Codecov 04:28:14 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= 04:28:15 -> Uploading to 04:28:15 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 04:28:15 % Total % Received % Xferd Average Speed Time Time Time Current 04:28:15 Dload Upload Total Spent Left Speed 04:28:15 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 8872 0 0 100 8872 0 34792 --:--:-- --:--:-- --:--:-- 34929 04:28:15 -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/edgex-ui-go/commit/2200f8ef825af80b0b715a47901bc46b57d6c0b2 [Pipeline] } 04:28:15 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 04:28:17 + [ -d /w/workspace/edgexfoundry_edgex-ui-go_PR-566/archives ] 04:28:17 + ls -al /w/workspace/edgexfoundry_edgex-ui-go_PR-566/archives 04:28:17 total 16 04:28:17 drwxr-xr-x 3 root root 4096 Oct 26 04:14 . 04:28:17 drwxrwxr-x 15 jenkins jenkins 4096 Oct 26 04:14 .. 04:28:17 drwxr-xr-x 2 root root 4096 Oct 26 04:14 cost 04:28:17 -rw-r--r-- 1 root root 83 Oct 26 04:14 cost.csv 04:28:17 + sudo chown -R jenkins:jenkins /w/workspace/edgexfoundry_edgex-ui-go_PR-566/archives 04:28:17 + ls -al /w/workspace/edgexfoundry_edgex-ui-go_PR-566/archives 04:28:17 total 16 04:28:17 drwxr-xr-x 3 jenkins jenkins 4096 Oct 26 04:14 . 04:28:17 drwxrwxr-x 15 jenkins jenkins 4096 Oct 26 04:14 .. 04:28:17 drwxr-xr-x 2 jenkins jenkins 4096 Oct 26 04:14 cost 04:28:17 -rw-r--r-- 1 jenkins jenkins 83 Oct 26 04:14 cost.csv [Pipeline] libraryResource [Pipeline] sh 04:28:17 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 04:28:18 ---> package-listing.sh 04:28:18 ++ facter osfamily 04:28:18 ++ tr '[:upper:]' '[:lower:]' 04:28:18 + OS_FAMILY=debian 04:28:18 + workspace=/w/workspace/edgexfoundry_edgex-ui-go_PR-566 04:28:18 + START_PACKAGES=/tmp/packages_start.txt 04:28:18 + END_PACKAGES=/tmp/packages_end.txt 04:28:18 + DIFF_PACKAGES=/tmp/packages_diff.txt 04:28:18 + PACKAGES=/tmp/packages_start.txt 04:28:18 + '[' /w/workspace/edgexfoundry_edgex-ui-go_PR-566 ']' 04:28:18 + PACKAGES=/tmp/packages_end.txt 04:28:18 + case "${OS_FAMILY}" in 04:28:18 + grep '^ii' 04:28:18 + dpkg -l 04:28:18 + '[' -f /tmp/packages_start.txt ']' 04:28:18 + '[' -f /tmp/packages_end.txt ']' 04:28:18 + diff /tmp/packages_start.txt /tmp/packages_end.txt 04:28:18 + '[' /w/workspace/edgexfoundry_edgex-ui-go_PR-566 ']' 04:28:18 + mkdir -p /w/workspace/edgexfoundry_edgex-ui-go_PR-566/archives/ 04:28:18 + 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 04:28:18 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 04:28:19 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:28:19 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 04:28:19 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 04:28:19 prd-ubuntu20.04-docker-8c-8g-117067 does not seem to be running inside a container 04:28:19 $ 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 04:28:20 $ docker top 350b06c1ea537052698199e5a9f20672119ea9f33232dddee9a4644f49481d95 -eo pid,comm [Pipeline] { [Pipeline] sh 04:28:20 + touch /tmp/pre-build-complete [Pipeline] sh 04:28:20 + mkdir -p /var/log/sysstat [Pipeline] sh 04:28:21 + ls /var/log/sa-host 04:28:21 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 04:28:21 provisioning config files... 04:28:21 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-566@tmp/config12265667263848317854tmp [Pipeline] { [Pipeline] echo 04:28:21 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 04:28:21 ---> create-netrc.sh [Pipeline] } 04:28:21 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 04:28:22 ---> python-tools-install.sh [Pipeline] echo 04:28:22 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 04:28:22 ---> sudo-logs.sh 04:28:22 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 04:28:22 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 04:28:22 ---> job-cost.sh 04:28:22 lf-activate-venv: SKIPPING 04:28:22 DEBUG: total: 0.2199999988079071 04:28:22 INFO: Retrieving Stack Cost... 04:28:23 INFO: Retrieving Pricing Info for: v3-standard-8 04:28:23 INFO: Archiving Costs [Pipeline] echo 04:28:23 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 04:28:24 ---> logs-deploy.sh 04:28:24 lf-activate-venv: SKIPPING 04:28:24 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-ui-go/PR-566/1 04:28:24 INFO: archiving workspace using pattern(s): 04:28:25 Archives upload complete. 04:28:25 INFO: archiving logs to Nexus 04:28:26 ---> uname -a: 04:28:26 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 04:28:26 04:28:26 04:28:26 ---> lscpu: 04:28:26 Architecture: x86_64 04:28:26 CPU op-mode(s): 32-bit, 64-bit 04:28:26 Byte Order: Little Endian 04:28:26 Address sizes: 40 bits physical, 48 bits virtual 04:28:26 CPU(s): 8 04:28:26 On-line CPU(s) list: 0-7 04:28:26 Thread(s) per core: 1 04:28:26 Core(s) per socket: 1 04:28:26 Socket(s): 8 04:28:26 NUMA node(s): 1 04:28:26 Vendor ID: AuthenticAMD 04:28:26 CPU family: 23 04:28:26 Model: 49 04:28:26 Model name: AMD EPYC-Rome Processor 04:28:26 Stepping: 0 04:28:26 CPU MHz: 2799.998 04:28:26 BogoMIPS: 5599.99 04:28:26 Virtualization: AMD-V 04:28:26 Hypervisor vendor: KVM 04:28:26 Virtualization type: full 04:28:26 L1d cache: 256 KiB 04:28:26 L1i cache: 256 KiB 04:28:26 L2 cache: 4 MiB 04:28:26 L3 cache: 128 MiB 04:28:26 NUMA node0 CPU(s): 0-7 04:28:26 Vulnerability Itlb multihit: Not affected 04:28:26 Vulnerability L1tf: Not affected 04:28:26 Vulnerability Mds: Not affected 04:28:26 Vulnerability Meltdown: Not affected 04:28:26 Vulnerability Mmio stale data: Not affected 04:28:26 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 04:28:26 Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization 04:28:26 Vulnerability Spectre v2: Mitigation; Retpolines, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling 04:28:26 Vulnerability Srbds: Not affected 04:28:26 Vulnerability Tsx async abort: Not affected 04:28:26 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 04:28:26 04:28:26 04:28:26 ---> nproc: 04:28:26 8 04:28:26 04:28:26 04:28:26 ---> df -h: 04:28:26 Filesystem Size Used Avail Use% Mounted on 04:28:26 overlay 155G 13G 143G 9% / 04:28:26 tmpfs 64M 0 64M 0% /dev 04:28:26 tmpfs 16G 0 16G 0% /sys/fs/cgroup 04:28:26 shm 64M 0 64M 0% /dev/shm 04:28:26 /dev/vda1 155G 13G 143G 9% /facter-os 04:28:26 04:28:26 04:28:26 ---> sar -b -r -n DEV: 04:28:26 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-117067) 10/26/22 _x86_64_ (8 CPU) 04:28:26 04:28:26 04:10:04 LINUX RESTART (8 CPU) 04:28:26 04:28:26 04:11:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 04:28:26 04:12:01 203.35 1.70 201.65 0.00 41.46 77642.93 0.00 04:28:26 04:13:01 349.01 0.52 348.49 0.00 22.66 65520.01 0.00 04:28:26 04:14:01 123.08 0.20 122.88 0.00 11.33 18307.10 0.00 04:28:26 04:15:01 92.07 0.03 92.03 0.00 6.00 24019.48 0.00 04:28:26 04:16:01 42.84 10.98 31.86 0.00 2922.05 4853.99 0.00 04:28:26 04:17:01 1.80 0.02 1.78 0.00 0.13 19.73 0.00 04:28:26 04:18:01 1.32 0.00 1.32 0.00 0.00 14.93 0.00 04:28:26 04:19:01 1.58 0.00 1.58 0.00 0.00 18.53 0.00 04:28:26 04:20:01 1.18 0.00 1.18 0.00 0.00 13.73 0.00 04:28:26 04:21:01 1.88 0.00 1.88 0.00 0.00 32.79 0.00 04:28:26 04:22:01 0.88 0.00 0.88 0.00 0.00 9.33 0.00 04:28:26 04:23:01 1.22 0.00 1.22 0.00 0.00 14.40 0.00 04:28:26 04:24:01 0.90 0.00 0.90 0.00 0.00 10.26 0.00 04:28:26 04:25:01 1.27 0.00 1.27 0.00 0.00 15.73 0.00 04:28:26 04:26:01 1.88 0.02 1.87 0.00 0.13 23.86 0.00 04:28:26 04:27:01 1.27 0.00 1.27 0.00 0.00 14.80 0.00 04:28:26 04:28:01 1.07 0.00 1.07 0.00 0.00 12.93 0.00 04:28:26 Average: 48.62 0.79 47.83 0.00 176.68 11208.02 0.00 04:28:26 04:28:26 04:11:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 04:28:26 04:12:01 28190444 31607836 695536 2.12 142176 3467300 1796700 5.30 1164120 3073492 103652 04:28:26 04:13:01 26650396 31359156 935332 2.84 210264 4532108 1982600 5.84 1555020 4043984 632 04:28:26 04:14:01 26611304 31547348 751176 2.28 213628 4753428 2069720 6.10 1573064 4075892 46296 04:28:26 04:15:01 26196512 31573472 722640 2.20 220204 5144116 1760276 5.19 1569208 4446392 136 04:28:26 04:16:01 25895376 31549840 732956 2.23 238080 5394040 1804428 5.32 1729620 4561888 12 04:28:26 04:17:01 25904012 31558540 724176 2.20 238124 5394036 1804428 5.32 1720576 4561888 16 04:28:26 04:18:01 25904448 31559204 723400 2.20 238148 5394044 1804428 5.32 1720712 4562044 8 04:28:26 04:19:01 25908660 31563472 719064 2.19 238164 5394052 1804428 5.32 1716092 4562068 8 04:28:26 04:20:01 25908636 31563612 719020 2.19 238196 5394044 1804428 5.32 1715948 4562232 8 04:28:26 04:21:01 25908556 31563640 718924 2.19 238260 5394056 1804428 5.32 1716088 4562248 8 04:28:26 04:22:01 25908508 31563612 718868 2.19 238276 5394056 1804428 5.32 1716288 4562252 8 04:28:26 04:23:01 25908752 31563884 718584 2.19 238296 5394060 1804428 5.32 1715644 4562256 8 04:28:26 04:24:01 25908640 31563780 718624 2.19 238304 5394064 1804428 5.32 1715648 4562260 8 04:28:26 04:25:01 25908624 31563820 718564 2.19 238324 5394060 1804428 5.32 1715660 4562292 8 04:28:26 04:26:01 25907896 31563264 719000 2.19 238360 5394044 1769340 5.21 1716148 4562280 180 04:28:26 04:27:01 25908220 31563624 718648 2.19 238396 5394044 1769340 5.21 1715720 4562280 12 04:28:26 04:28:01 25907888 31563316 718860 2.19 238420 5394052 1769340 5.21 1716076 4562284 180 04:28:26 Average: 26143345 31552436 733728 2.23 228448 5177624 1821270 5.37 1658331 4408708 8893 04:28:26 04:28:26 04:11:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 04:28:26 04:12:01 lo 4.33 4.33 0.44 0.44 0.00 0.00 0.00 0.00 04:28:26 04:12:01 ens3 412.26 291.95 6475.20 84.87 0.00 0.00 0.00 0.00 04:28:26 04:12:01 docker0 151.84 185.30 12.21 1749.48 0.00 0.00 0.00 0.00 04:28:26 04:12:01 vethed14037 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 04:28:26 04:13:01 lo 0.73 0.73 0.07 0.07 0.00 0.00 0.00 0.00 04:28:26 04:13:01 ens3 358.86 198.57 4664.18 72.68 0.00 0.00 0.00 0.00 04:28:26 04:13:01 vethb3d9686 0.00 0.10 0.00 0.01 0.00 0.00 0.00 0.00 04:28:26 04:13:01 docker0 152.62 294.32 20.66 3953.85 0.00 0.00 0.00 0.00 04:28:26 04:13:01 vethed14037 0.00 0.10 0.00 0.01 0.00 0.00 0.00 0.00 04:28:26 04:14:01 lo 0.27 0.27 0.03 0.03 0.00 0.00 0.00 0.00 04:28:26 04:14:01 ens3 44.57 31.19 72.99 17.27 0.00 0.00 0.00 0.00 04:28:26 04:14:01 docker0 5.85 7.43 0.32 40.82 0.00 0.00 0.00 0.00 04:28:26 04:15:01 lo 1.87 1.87 0.17 0.17 0.00 0.00 0.00 0.00 04:28:26 04:15:01 ens3 107.95 81.95 2570.17 51.70 0.00 0.00 0.00 0.00 04:28:26 04:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:28:26 04:16:01 lo 0.53 0.53 0.05 0.05 0.00 0.00 0.00 0.00 04:28:26 04:16:01 ens3 103.03 83.47 1305.10 64.92 0.00 0.00 0.00 0.00 04:28:26 04:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:28:26 04:17:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 04:28:26 04:17:01 ens3 0.15 0.13 0.01 0.01 0.00 0.00 0.00 0.00 04:28:26 04:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:28:26 04:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:28:26 04:18:01 ens3 1.30 0.77 4.14 0.05 0.00 0.00 0.00 0.00 04:28:26 04:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:28:26 04:19:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 04:28:26 04:19:01 ens3 0.18 0.13 0.01 0.01 0.00 0.00 0.00 0.00 04:28:26 04:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:28:26 04:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:28:26 04:20:01 ens3 0.13 0.00 0.01 0.00 0.00 0.00 0.00 0.00 04:28:26 04:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:28:26 04:21:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 04:28:26 04:21:01 ens3 0.25 0.20 0.08 0.07 0.00 0.00 0.00 0.00 04:28:26 04:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:28:26 04:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:28:26 04:22:01 ens3 0.33 0.12 0.07 0.01 0.00 0.00 0.00 0.00 04:28:26 04:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:28:26 04:23:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 04:28:26 04:23:01 ens3 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 04:28:26 04:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:28:26 04:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:28:26 04:24:01 ens3 0.10 0.00 0.01 0.00 0.00 0.00 0.00 0.00 04:28:26 04:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:28:26 04:25:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 04:28:26 04:25:01 ens3 0.17 0.10 0.01 0.01 0.00 0.00 0.00 0.00 04:28:26 04:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:28:26 04:26:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:28:26 04:26:01 ens3 0.33 0.23 0.14 0.07 0.00 0.00 0.00 0.00 04:28:26 04:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:28:26 04:27:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 04:28:26 04:27:01 ens3 0.18 0.15 0.01 0.01 0.00 0.00 0.00 0.00 04:28:26 04:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:28:26 04:28:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:28:26 04:28:01 ens3 0.07 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:28:26 04:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:28:26 Average: lo 0.53 0.53 0.05 0.05 0.00 0.00 0.00 0.00 04:28:26 Average: ens3 60.58 40.53 887.72 17.16 0.00 0.00 0.00 0.00 04:28:26 Average: docker0 18.25 28.65 1.95 337.87 0.00 0.00 0.00 0.00 04:28:26 04:28:26 04:28:26 ---> sar -P ALL: 04:28:26 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-117067) 10/26/22 _x86_64_ (8 CPU) 04:28:26 04:28:26 04:10:04 LINUX RESTART (8 CPU) 04:28:26 04:28:26 04:11:01 CPU %user %nice %system %iowait %steal %idle 04:28:26 04:12:01 all 18.83 0.00 5.69 3.80 0.07 71.61 04:28:26 04:12:01 0 17.59 0.00 6.78 14.65 0.07 60.91 04:28:26 04:12:01 1 19.36 0.00 6.38 1.92 0.10 72.24 04:28:26 04:12:01 2 18.83 0.00 5.19 0.36 0.07 75.56 04:28:26 04:12:01 3 20.26 0.00 5.68 1.77 0.07 72.23 04:28:26 04:12:01 4 18.35 0.00 6.45 1.74 0.07 73.38 04:28:26 04:12:01 5 18.91 0.00 5.00 2.37 0.07 73.66 04:28:26 04:12:01 6 19.52 0.00 5.30 0.52 0.07 74.60 04:28:26 04:12:01 7 17.78 0.00 4.70 7.14 0.09 70.30 04:28:26 04:13:01 all 12.55 0.00 4.82 3.27 0.07 79.29 04:28:26 04:13:01 0 4.67 0.00 3.66 9.62 0.05 82.00 04:28:26 04:13:01 1 17.89 0.00 5.06 0.50 0.05 76.50 04:28:26 04:13:01 2 11.06 0.00 4.25 0.76 0.05 83.88 04:28:26 04:13:01 3 9.35 0.00 6.37 1.69 0.08 82.50 04:28:26 04:13:01 4 15.31 0.00 3.00 0.12 0.08 81.49 04:28:26 04:13:01 5 20.34 0.00 6.77 0.83 0.08 71.98 04:28:26 04:13:01 6 10.52 0.00 5.12 6.42 0.07 77.87 04:28:26 04:13:01 7 11.24 0.00 4.35 6.24 0.08 78.08 04:28:26 04:14:01 all 26.76 0.00 5.66 0.96 0.08 66.55 04:28:26 04:14:01 0 18.84 0.00 4.89 2.78 0.07 73.42 04:28:26 04:14:01 1 27.44 0.00 6.06 1.09 0.08 65.32 04:28:26 04:14:01 2 27.65 0.00 6.31 0.07 0.08 65.89 04:28:26 04:14:01 3 23.98 0.00 5.81 0.32 0.08 69.81 04:28:26 04:14:01 4 17.15 0.00 3.56 1.57 0.05 77.68 04:28:26 04:14:01 5 54.81 0.00 7.64 1.45 0.10 36.00 04:28:26 04:14:01 6 18.78 0.00 4.63 0.13 0.07 76.38 04:28:26 04:14:01 7 25.44 0.00 6.36 0.29 0.07 67.85 04:28:26 04:15:01 all 3.18 0.00 1.55 1.12 0.03 94.13 04:28:26 04:15:01 0 1.92 0.00 0.85 2.04 0.07 95.13 04:28:26 04:15:01 1 3.10 0.00 1.49 0.00 0.00 95.41 04:28:26 04:15:01 2 3.24 0.00 1.29 0.23 0.02 95.22 04:28:26 04:15:01 3 3.06 0.00 1.39 0.00 0.02 95.53 04:28:26 04:15:01 4 3.22 0.00 0.97 0.13 0.08 95.59 04:28:26 04:15:01 5 2.96 0.00 2.16 0.37 0.02 94.49 04:28:26 04:15:01 6 3.74 0.00 2.26 5.89 0.02 88.10 04:28:26 04:15:01 7 4.21 0.00 1.98 0.27 0.03 93.50 04:28:26 04:16:01 all 1.60 0.00 0.92 0.33 0.02 97.13 04:28:26 04:16:01 0 3.12 0.00 1.96 0.15 0.03 94.73 04:28:26 04:16:01 1 1.10 0.00 0.68 0.07 0.02 98.13 04:28:26 04:16:01 2 1.54 0.00 1.27 0.07 0.02 97.11 04:28:26 04:16:01 3 2.41 0.00 0.53 0.03 0.03 96.99 04:28:26 04:16:01 4 1.54 0.00 1.14 0.97 0.00 96.36 04:28:26 04:16:01 5 0.60 0.00 0.48 0.74 0.02 98.16 04:28:26 04:16:01 6 1.33 0.00 0.63 0.37 0.02 97.65 04:28:26 04:16:01 7 1.17 0.00 0.63 0.27 0.02 97.91 04:28:26 04:17:01 all 0.28 0.00 0.01 0.01 0.01 99.69 04:28:26 04:17:01 0 0.03 0.00 0.00 0.00 0.00 99.97 04:28:26 04:17:01 1 0.00 0.00 0.03 0.00 0.00 99.97 04:28:26 04:17:01 2 0.00 0.00 0.00 0.00 0.00 100.00 04:28:26 04:17:01 3 2.07 0.00 0.02 0.00 0.02 97.90 04:28:26 04:17:01 4 0.03 0.00 0.02 0.00 0.00 99.95 04:28:26 04:17:01 5 0.03 0.00 0.00 0.08 0.02 99.87 04:28:26 04:17:01 6 0.02 0.00 0.03 0.00 0.02 99.93 04:28:26 04:17:01 7 0.00 0.00 0.02 0.00 0.00 99.98 04:28:26 04:18:01 all 0.10 0.00 0.01 0.00 0.00 99.89 04:28:26 04:18:01 0 0.00 0.00 0.00 0.00 0.00 100.00 04:28:26 04:18:01 1 0.02 0.00 0.00 0.00 0.00 99.98 04:28:26 04:18:01 2 0.00 0.00 0.00 0.00 0.00 100.00 04:28:26 04:18:01 3 0.68 0.00 0.03 0.00 0.02 99.27 04:28:26 04:18:01 4 0.02 0.00 0.00 0.00 0.02 99.97 04:28:26 04:18:01 5 0.02 0.00 0.02 0.03 0.00 99.93 04:28:26 04:18:01 6 0.03 0.00 0.00 0.00 0.00 99.97 04:28:26 04:18:01 7 0.02 0.00 0.00 0.00 0.00 99.98 04:28:26 04:19:01 all 0.03 0.00 0.02 0.01 0.00 99.94 04:28:26 04:19:01 0 0.02 0.00 0.02 0.00 0.00 99.97 04:28:26 04:19:01 1 0.02 0.00 0.02 0.00 0.00 99.97 04:28:26 04:19:01 2 0.02 0.00 0.02 0.00 0.00 99.97 04:28:26 04:19:01 3 0.03 0.00 0.05 0.00 0.02 99.90 04:28:26 04:19:01 4 0.02 0.00 0.03 0.00 0.00 99.95 04:28:26 04:19:01 5 0.05 0.00 0.02 0.08 0.00 99.85 04:28:26 04:19:01 6 0.03 0.00 0.00 0.00 0.00 99.97 04:28:26 04:19:01 7 0.02 0.00 0.00 0.00 0.00 99.98 04:28:26 04:20:01 all 0.02 0.00 0.01 0.00 0.00 99.96 04:28:26 04:20:01 0 0.02 0.00 0.02 0.00 0.00 99.97 04:28:26 04:20:01 1 0.00 0.00 0.02 0.00 0.00 99.98 04:28:26 04:20:01 2 0.00 0.00 0.00 0.00 0.00 100.00 04:28:26 04:20:01 3 0.08 0.00 0.00 0.00 0.02 99.90 04:28:26 04:20:01 4 0.02 0.00 0.02 0.00 0.00 99.97 04:28:26 04:20:01 5 0.03 0.00 0.03 0.02 0.00 99.92 04:28:26 04:20:01 6 0.00 0.00 0.02 0.00 0.00 99.98 04:28:26 04:20:01 7 0.00 0.00 0.00 0.02 0.00 99.98 04:28:26 04:21:01 all 0.03 0.00 0.01 0.01 0.01 99.95 04:28:26 04:21:01 0 0.02 0.00 0.00 0.00 0.00 99.98 04:28:26 04:21:01 1 0.03 0.00 0.02 0.00 0.02 99.93 04:28:26 04:21:01 2 0.03 0.00 0.00 0.00 0.02 99.95 04:28:26 04:21:01 3 0.07 0.00 0.03 0.00 0.02 99.88 04:28:26 04:21:01 4 0.03 0.00 0.00 0.00 0.00 99.97 04:28:26 04:21:01 5 0.03 0.00 0.00 0.03 0.02 99.92 04:28:26 04:21:01 6 0.02 0.00 0.00 0.00 0.02 99.97 04:28:26 04:21:01 7 0.00 0.00 0.00 0.02 0.00 99.98 04:28:26 04:22:01 all 0.01 0.00 0.01 0.00 0.00 99.97 04:28:26 04:22:01 0 0.00 0.00 0.00 0.00 0.00 100.00 04:28:26 04:22:01 1 0.02 0.00 0.02 0.00 0.02 99.95 04:28:26 04:22:01 2 0.00 0.00 0.00 0.00 0.00 100.00 04:28:26 04:22:01 3 0.03 0.00 0.02 0.00 0.00 99.95 04:28:26 04:22:01 4 0.02 0.00 0.02 0.00 0.00 99.97 04:28:26 04:22:01 5 0.00 0.00 0.02 0.02 0.00 99.97 04:28:26 04:22:01 6 0.02 0.00 0.00 0.02 0.00 99.97 04:28:26 04:22:01 7 0.02 0.00 0.00 0.00 0.00 99.98 04:28:26 04:28:26 04:22:01 CPU %user %nice %system %iowait %steal %idle 04:28:26 04:23:01 all 0.02 0.00 0.01 0.00 0.01 99.96 04:28:26 04:23:01 0 0.02 0.00 0.00 0.00 0.02 99.97 04:28:26 04:23:01 1 0.02 0.00 0.02 0.00 0.02 99.95 04:28:26 04:23:01 2 0.02 0.00 0.02 0.00 0.00 99.97 04:28:26 04:23:01 3 0.05 0.00 0.02 0.00 0.02 99.92 04:28:26 04:23:01 4 0.02 0.00 0.02 0.00 0.00 99.97 04:28:26 04:23:01 5 0.02 0.00 0.00 0.02 0.00 99.97 04:28:26 04:23:01 6 0.03 0.00 0.00 0.00 0.00 99.97 04:28:26 04:23:01 7 0.02 0.00 0.00 0.00 0.02 99.97 04:28:26 04:24:01 all 0.05 0.00 0.01 0.00 0.01 99.93 04:28:26 04:24:01 0 0.00 0.00 0.00 0.00 0.00 100.00 04:28:26 04:24:01 1 0.40 0.00 0.03 0.00 0.03 99.53 04:28:26 04:24:01 2 0.00 0.00 0.00 0.00 0.00 100.00 04:28:26 04:24:01 3 0.00 0.00 0.00 0.00 0.00 100.00 04:28:26 04:24:01 4 0.00 0.00 0.00 0.00 0.00 100.00 04:28:26 04:24:01 5 0.00 0.00 0.00 0.02 0.00 99.98 04:28:26 04:24:01 6 0.02 0.00 0.02 0.00 0.02 99.95 04:28:26 04:24:01 7 0.00 0.00 0.02 0.00 0.00 99.98 04:28:26 04:25:01 all 0.03 0.00 0.01 0.00 0.00 99.96 04:28:26 04:25:01 0 0.03 0.00 0.02 0.00 0.00 99.95 04:28:26 04:25:01 1 0.02 0.00 0.02 0.00 0.02 99.95 04:28:26 04:25:01 2 0.02 0.00 0.00 0.00 0.00 99.98 04:28:26 04:25:01 3 0.05 0.00 0.02 0.00 0.00 99.93 04:28:26 04:25:01 4 0.02 0.00 0.00 0.00 0.00 99.98 04:28:26 04:25:01 5 0.02 0.00 0.02 0.02 0.00 99.95 04:28:26 04:25:01 6 0.03 0.00 0.02 0.02 0.00 99.93 04:28:26 04:25:01 7 0.02 0.00 0.00 0.00 0.00 99.98 04:28:26 04:26:01 all 0.03 0.00 0.03 0.01 0.00 99.94 04:28:26 04:26:01 0 0.03 0.00 0.02 0.00 0.00 99.95 04:28:26 04:26:01 1 0.00 0.00 0.05 0.00 0.00 99.95 04:28:26 04:26:01 2 0.02 0.00 0.02 0.00 0.00 99.97 04:28:26 04:26:01 3 0.03 0.00 0.03 0.00 0.00 99.93 04:28:26 04:26:01 4 0.03 0.00 0.03 0.00 0.00 99.93 04:28:26 04:26:01 5 0.02 0.00 0.03 0.03 0.00 99.92 04:28:26 04:26:01 6 0.03 0.00 0.03 0.02 0.00 99.92 04:28:26 04:26:01 7 0.03 0.00 0.03 0.00 0.00 99.93 04:28:26 04:27:01 all 0.01 0.00 0.01 0.00 0.01 99.96 04:28:26 04:27:01 0 0.02 0.00 0.03 0.00 0.00 99.95 04:28:26 04:27:01 1 0.02 0.00 0.02 0.00 0.02 99.95 04:28:26 04:27:01 2 0.00 0.00 0.00 0.00 0.00 100.00 04:28:26 04:27:01 3 0.02 0.00 0.00 0.00 0.02 99.97 04:28:26 04:27:01 4 0.00 0.00 0.00 0.00 0.00 100.00 04:28:26 04:27:01 5 0.00 0.00 0.02 0.03 0.00 99.95 04:28:26 04:27:01 6 0.05 0.00 0.00 0.00 0.02 99.93 04:28:26 04:27:01 7 0.02 0.00 0.02 0.00 0.02 99.95 04:28:26 04:28:01 all 0.02 0.00 0.01 0.01 0.00 99.96 04:28:26 04:28:01 0 0.02 0.00 0.00 0.00 0.00 99.98 04:28:26 04:28:01 1 0.00 0.00 0.00 0.00 0.00 100.00 04:28:26 04:28:01 2 0.02 0.00 0.00 0.00 0.00 99.98 04:28:26 04:28:01 3 0.05 0.00 0.02 0.00 0.00 99.93 04:28:26 04:28:01 4 0.02 0.00 0.02 0.00 0.00 99.97 04:28:26 04:28:01 5 0.02 0.00 0.00 0.05 0.02 99.92 04:28:26 04:28:01 6 0.02 0.00 0.00 0.00 0.00 99.98 04:28:26 04:28:01 7 0.03 0.00 0.03 0.00 0.02 99.92 04:28:26 Average: all 3.71 0.00 1.10 0.56 0.02 94.62 04:28:26 Average: 0 2.70 0.00 1.06 1.70 0.02 94.51 04:28:26 Average: 1 4.06 0.00 1.16 0.21 0.02 94.54 04:28:26 Average: 2 3.64 0.00 1.07 0.09 0.01 95.18 04:28:26 Average: 3 3.63 0.00 1.16 0.22 0.02 94.96 04:28:26 Average: 4 3.26 0.00 0.89 0.26 0.02 95.57 04:28:26 Average: 5 5.71 0.00 1.30 0.36 0.02 92.61 04:28:26 Average: 6 3.17 0.00 1.05 0.78 0.02 94.98 04:28:26 Average: 7 3.50 0.00 1.06 0.83 0.02 94.60 04:28:26 04:28:26 04:28:26