Pull request #557 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 883c945d15415503f632df0c23bf5beefce9ba19+7068460caebfd9ea6dab23a48856cc5898547cee (e584a7561842520bde0444ddc6263f2ddb760a32) 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-ssh12541051137656649504.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 bd7468d5528128c83034753e4c3def8ef9af3f2d Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --resolve-git-dir /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f/.git # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f@tmp/jenkins-gitclient-ssh1275617222943404373.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 bd7468d5528128c83034753e4c3def8ef9af3f2d The recommended git tool is: git using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and with tags Cloning repository git@github.com:edgexfoundry/edgex-global-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-ui-go/branches/PR-557/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-557/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh1997200990386640119.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-557/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh4464648181045187444.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 bd7468d5528128c83034753e4c3def8ef9af3f2d (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f bd7468d5528128c83034753e4c3def8ef9af3f2d # timeout=10 Commit message: "Merge pull request #410 from ernestojeda/changes-for-dind-test" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 > git --version # timeout=10 > git --version # 'git version 2.16.6' Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh6567444217380719384.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-557/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-557/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh14788817539831351699.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 bd7468d5528128c83034753e4c3def8ef9af3f2d Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:edgex-ui-go] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-ui-go-settings PROJECT: edgex-ui-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.18 USE_ALPINE: true DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_IMAGE_NAME: edgex-ui DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘ubuntu20.04-docker-8c-8g’ Running on prd-ubuntu20.04-docker-8c-8g-7728 in /w/workspace/edgexfoundry_edgex-ui-go_PR-557 [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-557 # 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 > 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 Merging remotes/origin/main commit 7068460caebfd9ea6dab23a48856cc5898547cee into PR head commit 883c945d15415503f632df0c23bf5beefce9ba19 Merge succeeded, producing 883c945d15415503f632df0c23bf5beefce9ba19 Checking out Revision 883c945d15415503f632df0c23bf5beefce9ba19 (PR-557) 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 bd7468d5528128c83034753e4c3def8ef9af3f2d > 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/557/head:refs/remotes/origin/PR-557 +refs/heads/main:refs/remotes/origin/main # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 883c945d15415503f632df0c23bf5beefce9ba19 # 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 7068460caebfd9ea6dab23a48856cc5898547cee # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 883c945d15415503f632df0c23bf5beefce9ba19 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 04:12:35 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 04:12:35 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 04:12:36 ========================================================= 04:12:36 EdgeX Global Pipelines Version Info 04:12:36 ========================================================= [Pipeline] libraryResource [Pipeline] sh 04:12:36 ------------------- 04:12:36 stable info: 04:12:36 ------------------- 04:12:36 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 04:12:36 Commit SHA: bd7468d5528128c83034753e4c3def8ef9af3f2d 04:12:36 Message: update stable to v1.0.239 04:12:37 ------------------- 04:12:37 experimental info: 04:12:37 ------------------- 04:12:37 Commited By: **** collab-it+edgex@linuxfoundation.org 04:12:37 Commit SHA: bd7468d5528128c83034753e4c3def8ef9af3f2d 04:12:37 Message: update experimental to v1.0.239 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 04:12:37 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-ui-go-settings [Pipeline] echo 04:12:37 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-ui-go [Pipeline] echo 04:12:37 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 04:12:37 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 04:12:37 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 04:12:37 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.18 [Pipeline] echo 04:12:37 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 04:12:37 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 04:12:37 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 04:12:38 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 04:12:38 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 04:12:38 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = edgex-ui [Pipeline] echo 04:12:38 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 04:12:38 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 04:12:38 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 04:12:38 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 04:12:38 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 04:12:38 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 04:12:38 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 04:12:38 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 04:12:38 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 04:12:38 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 04:12:38 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 04:12:38 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 04:12:38 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 04:12:38 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 04:12:38 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 04:12:38 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-557 [Pipeline] echo 04:12:38 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-557 [Pipeline] echo 04:12:38 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-557 [Pipeline] echo 04:12:38 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 883c945d15415503f632df0c23bf5beefce9ba19 [Pipeline] echo 04:12:38 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 883c945 [Pipeline] echo 04:12:39 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 04:12:39 provisioning config files... 04:12:39 copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-557@tmp/config16584375719954651509tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 04:12:39 ---> docker-login.sh 04:12:39 nexus3.edgexfoundry.org:10001 04:12:39 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:12:40 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:12:40 Configure a credential helper to remove this warning. See 04:12:40 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:12:40 04:12:40 Login Succeeded 04:12:40 nexus3.edgexfoundry.org:10002 04:12:40 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:12:40 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:12:40 Configure a credential helper to remove this warning. See 04:12:40 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:12:40 04:12:40 Login Succeeded 04:12:40 nexus3.edgexfoundry.org:10003 04:12:40 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:12:40 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:12:40 Configure a credential helper to remove this warning. See 04:12:40 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:12:40 04:12:40 Login Succeeded 04:12:40 nexus3.edgexfoundry.org:10004 04:12:40 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:12:40 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:12:40 Configure a credential helper to remove this warning. See 04:12:40 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:12:40 04:12:40 Login Succeeded 04:12:40 docker.io 04:12:40 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:12:40 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:12:40 Configure a credential helper to remove this warning. See 04:12:40 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:12:40 04:12:40 Login Succeeded 04:12:40 ---> docker-login.sh ends [Pipeline] } 04:12:40 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 04:12:41 + git rev-list -1 --merges 883c945d15415503f632df0c23bf5beefce9ba19~1..883c945d15415503f632df0c23bf5beefce9ba19 [Pipeline] echo 04:12:41 -----------> git rev-list -1 --merges 883c945d15415503f632df0c23bf5beefce9ba19~1..883c945d15415503f632df0c23bf5beefce9ba19 883c945d15415503f632df0c23bf5beefce9ba19 [false] [Pipeline] sh 04:12:41 + git log --format=format:%s -1 883c945d15415503f632df0c23bf5beefce9ba19 [Pipeline] echo 04:12:41 ========================================================= 04:12:41 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 04:12:41 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 04:12:42 + git log --format=format:%s -1 883c945d15415503f632df0c23bf5beefce9ba19 [Pipeline] echo 04:12:42 [semverPrep] GIT_COMMIT: 883c945d15415503f632df0c23bf5beefce9ba19, Commit Message: chore(deps): Bump github.com/edgexfoundry/go-mod-bootstrap/v2 [Pipeline] echo 04:12:42 [semverPrep] This is not a build commit. [Pipeline] sh 04:12:42 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 04:12:42 + grep -v github /etc/ssh/ssh_known_hosts 04:12:42 + [ -e /tmp/ssh_known_hosts ] 04:12:42 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 04:12:42 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 04:12:42 + sudo tee -a /etc/ssh/ssh_known_hosts 04:12:42 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:12:42 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 04:12:42 04:12:42 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:12:43 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 04:12:43 0.1.4: Pulling from edgex-devops/py-git-semver 04:12:43 b85a868b505f: Pulling fs layer 04:12:43 e2be974225ed: Pulling fs layer 04:12:43 339a4e72a1f5: Pulling fs layer 04:12:43 988bab9f4d93: Pulling fs layer 04:12:43 1469e6f7b9e6: Pulling fs layer 04:12:43 eaf3925da568: Pulling fs layer 04:12:43 bab4dde63d76: Pulling fs layer 04:12:43 bde34c3a00c8: Pulling fs layer 04:12:43 b352a97aabf1: Pulling fs layer 04:12:43 4872d77fe225: Pulling fs layer 04:12:43 5851b861e8e6: Pulling fs layer 04:12:43 988bab9f4d93: Waiting 04:12:43 1469e6f7b9e6: Waiting 04:12:43 eaf3925da568: Waiting 04:12:43 bab4dde63d76: Waiting 04:12:43 bde34c3a00c8: Waiting 04:12:43 b352a97aabf1: Waiting 04:12:43 4872d77fe225: Waiting 04:12:43 5851b861e8e6: Waiting 04:12:43 e2be974225ed: Verifying Checksum 04:12:43 e2be974225ed: Download complete 04:12:43 988bab9f4d93: Verifying Checksum 04:12:43 988bab9f4d93: Download complete 04:12:43 1469e6f7b9e6: Verifying Checksum 04:12:43 1469e6f7b9e6: Download complete 04:12:43 eaf3925da568: Verifying Checksum 04:12:43 eaf3925da568: Download complete 04:12:43 339a4e72a1f5: Verifying Checksum 04:12:43 339a4e72a1f5: Download complete 04:12:43 bde34c3a00c8: Verifying Checksum 04:12:43 bde34c3a00c8: Download complete 04:12:43 b352a97aabf1: Verifying Checksum 04:12:43 b352a97aabf1: Download complete 04:12:43 4872d77fe225: Verifying Checksum 04:12:43 4872d77fe225: Download complete 04:12:43 b85a868b505f: Verifying Checksum 04:12:43 b85a868b505f: Download complete 04:12:43 5851b861e8e6: Verifying Checksum 04:12:43 5851b861e8e6: Download complete 04:12:43 bab4dde63d76: Verifying Checksum 04:12:43 bab4dde63d76: Download complete 04:12:44 b85a868b505f: Pull complete 04:12:45 e2be974225ed: Pull complete 04:12:45 339a4e72a1f5: Pull complete 04:12:45 988bab9f4d93: Pull complete 04:12:45 1469e6f7b9e6: Pull complete 04:12:45 eaf3925da568: Pull complete 04:12:47 bab4dde63d76: Pull complete 04:12:47 bde34c3a00c8: Pull complete 04:12:47 b352a97aabf1: Pull complete 04:12:47 4872d77fe225: Pull complete 04:12:47 5851b861e8e6: Pull complete 04:12:47 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 04:12:47 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 04:12:47 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 04:12:47 prd-ubuntu20.04-docker-8c-8g-7728 does not seem to be running inside a container 04:12:48 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_edgex-ui-go_PR-557 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-557:/w/workspace/edgexfoundry_edgex-ui-go_PR-557:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-557@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-557@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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 04:12:50 $ docker top c874bb38ff3d675de45ad95e6c6fd0d4d17fa86059c94508f2e4dacfb7d1b1ba -eo pid,comm 04:12:50 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:12:50 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 04:12:50 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 04:12:50 [ssh-agent] Looking for ssh-agent implementation... 04:12:50 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 04:12:50 $ docker exec c874bb38ff3d675de45ad95e6c6fd0d4d17fa86059c94508f2e4dacfb7d1b1ba ssh-agent 04:12:51 SSH_AUTH_SOCK=/tmp/ssh-IM9PoLG7Dbnp/agent.33 04:12:51 SSH_AGENT_PID=39 04:12:51 Running ssh-add (command line suppressed) 04:12:51 Identity added: /w/workspace/edgexfoundry_edgex-ui-go_PR-557@tmp/private_key_370194944021067067.key (/w/workspace/edgexfoundry_edgex-ui-go_PR-557@tmp/private_key_370194944021067067.key) 04:12:51 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 04:12:51 + git tag --points-at HEAD [Pipeline] } 04:12:51 $ docker exec --env ******** --env ******** c874bb38ff3d675de45ad95e6c6fd0d4d17fa86059c94508f2e4dacfb7d1b1ba ssh-agent -k 04:12:51 unset SSH_AUTH_SOCK; 04:12:51 unset SSH_AGENT_PID; 04:12:51 echo Agent pid 39 killed; 04:12:51 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 04:12:51 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 04:12:51 [ssh-agent] Looking for ssh-agent implementation... 04:12:51 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 04:12:51 $ docker exec c874bb38ff3d675de45ad95e6c6fd0d4d17fa86059c94508f2e4dacfb7d1b1ba ssh-agent 04:12:51 SSH_AUTH_SOCK=/tmp/ssh-uG5yoB4DucB7/agent.71 04:12:51 SSH_AGENT_PID=77 04:12:51 Running ssh-add (command line suppressed) 04:12:52 Identity added: /w/workspace/edgexfoundry_edgex-ui-go_PR-557@tmp/private_key_8993680188874214366.key (/w/workspace/edgexfoundry_edgex-ui-go_PR-557@tmp/private_key_8993680188874214366.key) 04:12:52 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 04:12:52 + git semver init 04:12:52 2022-10-12 04:12:52,584 [run_init] DEBUG init version:0.0.0 force:False 04:12:52 2022-10-12 04:12:52,585 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgexfoundry_edgex-ui-go_PR-557/.semver 04:12:52 2022-10-12 04:12:52,585 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-ui-go.git /w/workspace/edgexfoundry_edgex-ui-go_PR-557/.semver 04:12:52 2022-10-12 04:12:52,586 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/edgex-ui-go.git', '/w/workspace/edgexfoundry_edgex-ui-go_PR-557/.semver'], cwd=/w/workspace/edgexfoundry_edgex-ui-go_PR-557, universal_newlines=False, shell=None, istream=None) 04:12:54 2022-10-12 04:12:54,155 [append_file] DEBUG append to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-557/.git/info/exclude 04:12:54 2022-10-12 04:12:54,156 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgexfoundry_edgex-ui-go_PR-557/.semver/PR-557 with force:False 04:12:54 2022-10-12 04:12:54,156 [write_file] DEBUG write to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-557/.semver/PR-557 04:12:54 2022-10-12 04:12:54,160 [execute] INFO git cat-file --batch-check 04:12:54 2022-10-12 04:12:54,160 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgexfoundry_edgex-ui-go_PR-557/.semver, universal_newlines=False, shell=None, istream=) 04:12:54 2022-10-12 04:12:54,168 [execute] INFO git cat-file --batch 04:12:54 2022-10-12 04:12:54,168 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgexfoundry_edgex-ui-go_PR-557/.semver, universal_newlines=False, shell=None, istream=) 04:12:54 2022-10-12 04:12:54,173 [read_version] DEBUG read version from /w/workspace/edgexfoundry_edgex-ui-go_PR-557/.semver/PR-557 04:12:54 0.0.0 [Pipeline] } 04:12:54 $ docker exec --env ******** --env ******** c874bb38ff3d675de45ad95e6c6fd0d4d17fa86059c94508f2e4dacfb7d1b1ba ssh-agent -k 04:12:54 unset SSH_AUTH_SOCK; 04:12:54 unset SSH_AGENT_PID; 04:12:54 echo Agent pid 77 killed; 04:12:54 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 04:12:55 + git semver [Pipeline] } 04:12:55 $ docker stop --time=1 c874bb38ff3d675de45ad95e6c6fd0d4d17fa86059c94508f2e4dacfb7d1b1ba 04:12:56 $ docker rm -f c874bb38ff3d675de45ad95e6c6fd0d4d17fa86059c94508f2e4dacfb7d1b1ba [Pipeline] // withDockerContainer [Pipeline] sh 04:12:57 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 04:12:57 Stashed 1 file(s) [Pipeline] echo 04:12:57 [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:12:58 provisioning config files... 04:12:58 copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-557@tmp/config10212739804509768824tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 04:12:58 ---> docker-login.sh 04:12:58 nexus3.edgexfoundry.org:10001 04:12:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:12:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:12:58 Configure a credential helper to remove this warning. See 04:12:58 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:12:58 04:12:58 Login Succeeded 04:12:58 nexus3.edgexfoundry.org:10002 04:12:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:12:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:12:58 Configure a credential helper to remove this warning. See 04:12:58 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:12:58 04:12:58 Login Succeeded 04:12:58 nexus3.edgexfoundry.org:10003 04:12:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:12:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:12:58 Configure a credential helper to remove this warning. See 04:12:58 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:12:58 04:12:58 Login Succeeded 04:12:58 nexus3.edgexfoundry.org:10004 04:12:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:12:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:12:58 Configure a credential helper to remove this warning. See 04:12:58 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:12:58 04:12:58 Login Succeeded 04:12:58 docker.io 04:12:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:12:59 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:12:59 Configure a credential helper to remove this warning. See 04:12:59 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:12:59 04:12:59 Login Succeeded 04:12:59 ---> docker-login.sh ends [Pipeline] } 04:12:59 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 04:12:59 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 04:12:59 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 04:12:59 ========================================================= 04:12:59 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine] 04:12:59 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:12:59 + 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:13:00 Sending build context to Docker daemon 45.97MB 04:13:00 Step 1/16 : ARG BASE=golang:1.18-alpine3.16 04:13:00 Step 2/16 : FROM ${BASE} AS builder 04:13:00 1.18-alpine: Pulling from edgex-devops/edgex-golang-base 04:13:00 213ec9aee27d: Pulling fs layer 04:13:00 4583459ba037: Pulling fs layer 04:13:00 93c1e223e6f2: Pulling fs layer 04:13:00 53926ce57604: Pulling fs layer 04:13:00 21b2b0c7a3f4: Pulling fs layer 04:13:00 30f14e443154: Pulling fs layer 04:13:00 801331c1e519: Pulling fs layer 04:13:00 99cc6dd402b0: Pulling fs layer 04:13:00 7d9ed39f4882: Pulling fs layer 04:13:00 30f14e443154: Waiting 04:13:00 801331c1e519: Waiting 04:13:00 53926ce57604: Waiting 04:13:00 99cc6dd402b0: Waiting 04:13:00 21b2b0c7a3f4: Waiting 04:13:00 93c1e223e6f2: Verifying Checksum 04:13:00 93c1e223e6f2: Download complete 04:13:00 4583459ba037: Verifying Checksum 04:13:00 4583459ba037: Download complete 04:13:00 21b2b0c7a3f4: Verifying Checksum 04:13:00 21b2b0c7a3f4: Download complete 04:13:00 30f14e443154: Verifying Checksum 04:13:00 30f14e443154: Download complete 04:13:00 213ec9aee27d: Verifying Checksum 04:13:00 213ec9aee27d: Download complete 04:13:00 801331c1e519: Verifying Checksum 04:13:00 801331c1e519: Download complete 04:13:00 213ec9aee27d: Pull complete 04:13:00 4583459ba037: Pull complete 04:13:00 93c1e223e6f2: Pull complete 04:13:00 7d9ed39f4882: Verifying Checksum 04:13:00 7d9ed39f4882: Download complete 04:13:00 99cc6dd402b0: Verifying Checksum 04:13:00 99cc6dd402b0: Download complete 04:13:01 53926ce57604: Verifying Checksum 04:13:01 53926ce57604: Download complete 04:13:04 53926ce57604: Pull complete 04:13:04 21b2b0c7a3f4: Pull complete 04:13:04 30f14e443154: Pull complete 04:13:04 801331c1e519: Pull complete 04:13:06 99cc6dd402b0: Pull complete 04:13:07 7d9ed39f4882: Pull complete 04:13:07 Digest: sha256:1f16063191d1a9870fce7bbdb1825a1eb962d13bb3ce54f6dd36240110f048b3 04:13:07 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine 04:13:07 ---> 1dedd983c030 04:13:07 Step 3/16 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" 04:13:11 ---> Running in 593940bd1089 04:13:11 Removing intermediate container 593940bd1089 04:13:11 ---> b85a21aa2974 04:13:11 Step 4/16 : ARG ALPINE_PKG_BASE="make git" 04:13:11 ---> Running in 8a44777ce8a1 04:13:11 Removing intermediate container 8a44777ce8a1 04:13:11 ---> 5f0cba68c8ab 04:13:11 Step 5/16 : ARG ALPINE_PKG_EXTRA="" 04:13:11 ---> Running in b8d533e3999a 04:13:11 Removing intermediate container b8d533e3999a 04:13:11 ---> 6a2ff94283ea 04:13:11 Step 6/16 : LABEL Name=edgex-ui-go 04:13:11 ---> Running in 61516648e772 04:13:11 Removing intermediate container 61516648e772 04:13:11 ---> 6c376fbe88dd 04:13:11 Step 7/16 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2022: Intel' 04:13:11 ---> Running in 562c0ff5dbbc 04:13:11 Removing intermediate container 562c0ff5dbbc 04:13:11 ---> 8ddf7585406c 04:13:11 Step 8/16 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 04:13:12 latest: Pulling from library/docker 04:13:12 213ec9aee27d: Already exists 04:13:12 7b0dd730a5c3: Pulling fs layer 04:13:12 4b90f8029a36: Pulling fs layer 04:13:12 b2204c289e68: Pulling fs layer 04:13:12 a75dcb107a37: Pulling fs layer 04:13:12 3a173a06c313: Pulling fs layer 04:13:12 44f3a1cb7a3f: Pulling fs layer 04:13:12 a7d2f4b1d0b5: Pulling fs layer 04:13:12 cd2ccc3f5575: Pulling fs layer 04:13:12 3a173a06c313: Waiting 04:13:12 44f3a1cb7a3f: Waiting 04:13:12 a7d2f4b1d0b5: Waiting 04:13:12 cd2ccc3f5575: Waiting 04:13:12 a75dcb107a37: Waiting 04:13:12 4b90f8029a36: Download complete 04:13:12 7b0dd730a5c3: Download complete 04:13:12 b2204c289e68: Verifying Checksum 04:13:12 b2204c289e68: Download complete 04:13:12 7b0dd730a5c3: Pull complete 04:13:12 4b90f8029a36: Pull complete 04:13:12 a75dcb107a37: Verifying Checksum 04:13:12 a75dcb107a37: Download complete 04:13:12 3a173a06c313: Verifying Checksum 04:13:12 3a173a06c313: Download complete 04:13:12 a7d2f4b1d0b5: Verifying Checksum 04:13:12 a7d2f4b1d0b5: Download complete 04:13:12 Still waiting to schedule task 04:13:12 Waiting for next available executor on ‘ubuntu20.04-docker-arm64-4c-16g’ 04:13:12 44f3a1cb7a3f: Download complete 04:13:12 cd2ccc3f5575: Verifying Checksum 04:13:12 cd2ccc3f5575: Download complete 04:13:12 b2204c289e68: Pull complete 04:13:13 a75dcb107a37: Pull complete 04:13:13 3a173a06c313: Pull complete 04:13:13 44f3a1cb7a3f: Pull complete 04:13:13 a7d2f4b1d0b5: Pull complete 04:13:13 cd2ccc3f5575: Pull complete 04:13:13 Digest: sha256:b2343859b009730168704bf04dd705291539db39df5ccf840a91b647b72009fe 04:13:13 Status: Downloaded newer image for docker:latest 04:13:15 ---> 94aee23710da 04:13:15 Step 9/16 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 04:13:15 ---> Running in 35c5a5fe8dc6 04:13:15 Removing intermediate container 35c5a5fe8dc6 04:13:15 ---> 5a2d62f849c2 04:13:15 Step 10/16 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 04:13:15 ---> Running in 2af04a9dae5a 04:13:16 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 04:13:17 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 04:13:17 OK: 211 MiB in 51 packages 04:13:17 Removing intermediate container 2af04a9dae5a 04:13:17 ---> 6286fb61ab67 04:13:17 Step 11/16 : ENV GO111MODULE=on 04:13:17 ---> Running in eab359c76e6a 04:13:17 Removing intermediate container eab359c76e6a 04:13:17 ---> c47ff11e3d25 04:13:17 Step 12/16 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go 04:13:17 ---> Running in 69b8a2d32393 04:13:17 Removing intermediate container 69b8a2d32393 04:13:17 ---> 7ef23c85aa61 04:13:17 Step 13/16 : COPY go.mod vendor* ./ 04:13:17 ---> ed344cbcb8af 04:13:17 Step 14/16 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 04:13:17 ---> Running in 4e01318ac580 04:13:35 Removing intermediate container 4e01318ac580 04:13:35 ---> 95c2874e7ee3 04:13:35 Step 15/16 : COPY . . 04:13:37 ---> 73b2484aef6c 04:13:37 Step 16/16 : RUN ${MAKE} 04:13:37 ---> Running in 829bc0a76dfc 04:13:37 noop 04:13:37 Removing intermediate container 829bc0a76dfc 04:13:37 ---> 5ed7e1240930 04:13:37 Successfully built 5ed7e1240930 04:13:37 Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:13:38 + docker inspect -f . ci-base-image-x86_64 04:13:38 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 04:13:38 prd-ubuntu20.04-docker-8c-8g-7728 does not seem to be running inside a container 04:13:38 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgexfoundry_edgex-ui-go_PR-557 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-557:/w/workspace/edgexfoundry_edgex-ui-go_PR-557:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-557@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-557@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 ******** ci-base-image-x86_64 cat 04:13:38 $ docker top 6e1330891f49199c9bb2b84ffac2d5ae9b6895a146a217f8591eaa5102322776 -eo pid,comm [Pipeline] { [Pipeline] sh 04:13:38 + go version 04:13:38 go version go1.18.7 linux/amd64 [Pipeline] } 04:13:38 $ docker stop --time=1 6e1330891f49199c9bb2b84ffac2d5ae9b6895a146a217f8591eaa5102322776 04:13:40 $ docker rm -f 6e1330891f49199c9bb2b84ffac2d5ae9b6895a146a217f8591eaa5102322776 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:13:40 + docker inspect -f . ci-base-image-x86_64 04:13:40 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 04:13:41 prd-ubuntu20.04-docker-8c-8g-7728 does not seem to be running inside a container 04:13:41 $ 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-557 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-557:/w/workspace/edgexfoundry_edgex-ui-go_PR-557:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-557@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-557@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 ******** ci-base-image-x86_64 cat 04:13:41 $ docker top 1af03909e3a9f5b5e39fe7da6acd77102c3e6db6aca80e26081ee3f1f235e5e2 -eo pid,comm [Pipeline] { [Pipeline] sh 04:13:41 + git config --global --add safe.directory /w/workspace/edgexfoundry_edgex-ui-go_PR-557 [Pipeline] fileExists [Pipeline] sh 04:13:42 + make test 04:13:42 CGO_ENABLED=0 GO111MODULE=on go test -tags "no_messagebus" -coverprofile=coverage.out ./... 04:13:42 ? github.com/edgexfoundry/edgex-ui-go [no test files] 04:13:50 ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] 04:13:50 ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] 04:13:50 ? github.com/edgexfoundry/edgex-ui-go/internal/common [no test files] 04:13:50 ? github.com/edgexfoundry/edgex-ui-go/internal/config [no test files] 04:13:50 ? github.com/edgexfoundry/edgex-ui-go/internal/container [no test files] 04:13:50 ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] 04:13:50 ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] 04:13:50 ? github.com/edgexfoundry/edgex-ui-go/internal/service [no test files] 04:13:50 CGO_ENABLED=0 GO111MODULE=on go vet -tags "no_messagebus" ./... 04:13:53 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 04:13:53 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 04:13:53 ./bin/test-attribution-txt.sh 04:13:53 An attribution for github.com/edgexfoundry/go-mod-bootstrap/v2 is missing from Attribution.txt, please add 04:13:53 An attribution for github.com/Microsoft/go-winio is missing from Attribution.txt, please add 04:13:53 An attribution for github.com/eclipse/paho.mqtt.golang is missing from Attribution.txt, please add 04:13:53 An attribution for github.com/edgexfoundry/go-mod-messaging/v2 is missing from Attribution.txt, please add 04:13:53 An attribution for github.com/edgexfoundry/go-mod-secrets/v2 is missing from Attribution.txt, please add 04:13:53 An attribution for github.com/go-kit/log is missing from Attribution.txt, please add 04:13:53 An attribution for github.com/go-logfmt/logfmt is missing from Attribution.txt, please add 04:13:53 An attribution for github.com/go-redis/redis/v7 is missing from Attribution.txt, please add 04:13:53 An attribution for github.com/golang/protobuf is missing from Attribution.txt, please add 04:13:53 An attribution for github.com/gorilla/websocket is missing from Attribution.txt, please add 04:13:53 An attribution for github.com/hashicorp/errwrap is missing from Attribution.txt, please add 04:13:53 An attribution for github.com/hashicorp/go-multierror is missing from Attribution.txt, please add 04:13:53 An attribution for github.com/pebbe/zmq4 is missing from Attribution.txt, please add 04:13:53 An attribution for github.com/rcrowley/go-metrics is missing from Attribution.txt, please add 04:13:53 An attribution for github.com/spiffe/go-spiffe/v2 is missing from Attribution.txt, please add 04:13:53 An attribution for github.com/zeebo/errs is missing from Attribution.txt, please add 04:13:53 An attribution for golang.org/x/net is missing from Attribution.txt, please add 04:13:53 An attribution for golang.org/x/sync is missing from Attribution.txt, please add 04:13:53 An attribution for google.golang.org/genproto is missing from Attribution.txt, please add 04:13:53 An attribution for google.golang.org/grpc is missing from Attribution.txt, please add 04:13:53 An attribution for google.golang.org/protobuf is missing from Attribution.txt, please add 04:13:53 An attribution for gopkg.in/square/go-jose.v2 is missing from Attribution.txt, please add 04:13:53 make -C web test 04:13:53 make[1]: Entering directory '/w/workspace/edgexfoundry_edgex-ui-go_PR-557/web' 04:13:53 make[1]: tput: No such file or directory 04:13:53 make[1]: tput: No such file or directory 04:13:53 warning: generating ./VERSION 04:13:53 echo "0.0.0" > VERSION 04:13:53 docker build \ 04:13:53 -f Dockerfile \ 04:13:53 --build-arg USER=1000 \ 04:13:53 \ 04:13:53 --label "git_sha=883c945d15415503f632df0c23bf5beefce9ba19" \ 04:13:53 -t edgexfoundry/edgex-web-ui:883c945d15415503f632df0c23bf5beefce9ba19 \ 04:13:53 -t edgexfoundry/edgex-web-ui:0.0.0-dev \ 04:13:53 . 04:13:53 Sending build context to Docker daemon 3.269MB 04:13:53 Step 1/10 : FROM node:16.17-alpine3.15 04:13:53 16.17-alpine3.15: Pulling from library/node 04:13:53 9621f1afde84: Pulling fs layer 04:13:53 c6f70ee39829: Pulling fs layer 04:13:53 56892a8094a2: Pulling fs layer 04:13:53 58dd87906ef0: Pulling fs layer 04:13:53 9621f1afde84: Verifying Checksum 04:13:53 9621f1afde84: Download complete 04:13:53 9621f1afde84: Pull complete 04:13:53 58dd87906ef0: Download complete 04:13:53 56892a8094a2: Download complete 04:13:55 c6f70ee39829: Verifying Checksum 04:13:55 c6f70ee39829: Download complete 04:13:56 c6f70ee39829: Pull complete 04:13:56 56892a8094a2: Pull complete 04:13:56 58dd87906ef0: Pull complete 04:13:56 Digest: sha256:84c606bfbe4cf120c52b17c3b727e614d99e357a8e350f83a4e7b9ec0798e04a 04:13:56 Status: Downloaded newer image for node:16.17-alpine3.15 04:13:56 ---> b69703f70c3d 04:13:56 Step 2/10 : RUN apk add --no-cache chromium 04:13:57 ---> Running in d80f46dfae6d 04:13:58 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 04:13:58 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 04:13:58 (1/129) Installing libxau (1.0.9-r0) 04:13:58 (2/129) Installing libmd (1.0.3-r0) 04:13:58 (3/129) Installing libbsd (0.11.3-r1) 04:13:58 (4/129) Installing libxdmcp (1.1.3-r0) 04:13:58 (5/129) Installing libxcb (1.14-r2) 04:13:58 (6/129) Installing libx11 (1.7.3.1-r0) 04:13:58 (7/129) Installing libxext (1.3.4-r0) 04:13:58 (8/129) Installing libice (1.0.10-r0) 04:13:58 (9/129) Installing libuuid (2.37.4-r0) 04:13:58 (10/129) Installing libsm (1.2.3-r0) 04:13:58 (11/129) Installing libxt (1.2.1-r0) 04:13:58 (12/129) Installing libxmu (1.1.3-r0) 04:13:58 (13/129) Installing xset (1.2.4-r0) 04:13:58 (14/129) Installing xprop (1.2.5-r0) 04:13:58 (15/129) Installing xdg-utils (1.1.3-r0) 04:13:58 (16/129) Installing eudev-libs (3.2.11_pre1-r0) 04:13:58 (17/129) Installing pkgconf (1.8.0-r0) 04:13:58 (18/129) Installing libffi (3.4.2-r1) 04:13:58 (19/129) Installing libintl (0.21-r0) 04:13:58 (20/129) Installing libblkid (2.37.4-r0) 04:13:58 (21/129) Installing libmount (2.37.4-r0) 04:13:58 (22/129) Installing pcre (8.45-r1) 04:13:58 (23/129) Installing glib (2.70.1-r0) 04:13:58 (24/129) Installing xz-libs (5.2.5-r1) 04:13:58 (25/129) Installing libxml2 (2.9.14-r1) 04:13:58 (26/129) Installing shared-mime-info (2.1-r1) 04:13:58 (27/129) Installing hicolor-icon-theme (0.17-r1) 04:13:58 (28/129) Installing libjpeg-turbo (2.1.2-r0) 04:13:58 (29/129) Installing libpng (1.6.37-r1) 04:13:58 (30/129) Installing libwebp (1.2.2-r0) 04:13:58 (31/129) Installing zstd-libs (1.5.0-r0) 04:13:58 (32/129) Installing tiff (4.4.0-r0) 04:13:58 (33/129) Installing gdk-pixbuf (2.42.8-r0) 04:13:58 (34/129) Installing gtk-update-icon-cache (2.24.33-r0) 04:13:58 (35/129) Installing libxcomposite (0.4.5-r0) 04:13:58 (36/129) Installing libxfixes (6.0.0-r0) 04:13:58 (37/129) Installing libxrender (0.9.10-r3) 04:13:58 (38/129) Installing libxcursor (1.2.0-r0) 04:13:58 (39/129) Installing libxdamage (1.1.5-r1) 04:13:58 (40/129) Installing libxi (1.8-r0) 04:13:58 (41/129) Installing libxinerama (1.1.4-r1) 04:13:58 (42/129) Installing libxrandr (1.5.2-r1) 04:13:58 (43/129) Installing atk (2.36.0-r0) 04:13:58 (44/129) Installing libxtst (1.2.3-r3) 04:13:58 (45/129) Installing dbus-libs (1.12.24-r0) 04:13:58 (46/129) Installing at-spi2-core (2.42.0-r0) 04:13:58 (47/129) Installing at-spi2-atk (2.38.0-r0) 04:13:58 (48/129) Installing expat (2.4.9-r0) 04:13:58 (49/129) Installing brotli-libs (1.0.9-r5) 04:13:58 (50/129) Installing libbz2 (1.0.8-r1) 04:13:58 (51/129) Installing freetype (2.11.1-r2) 04:13:58 (52/129) Installing fontconfig (2.13.1-r4) 04:13:58 (53/129) Installing pixman (0.40.0-r3) 04:13:58 (54/129) Installing cairo (1.16.0-r5) 04:13:58 (55/129) Installing cairo-gobject (1.16.0-r5) 04:13:58 (56/129) Installing avahi-libs (0.8-r5) 04:13:58 (57/129) Installing gmp (6.2.1-r1) 04:13:58 (58/129) Installing nettle (3.7.3-r0) 04:13:58 (59/129) Installing p11-kit (0.24.0-r1) 04:13:58 (60/129) Installing libtasn1 (4.18.0-r0) 04:13:58 (61/129) Installing libunistring (0.9.10-r1) 04:13:58 (62/129) Installing gnutls (3.7.1-r1) 04:13:58 (63/129) Installing cups-libs (2.3.3-r6) 04:13:58 (64/129) Installing libepoxy (1.5.9-r0) 04:13:58 (65/129) Installing fribidi (1.0.11-r0) 04:13:58 (66/129) Installing graphite2 (1.3.14-r0) 04:13:58 (67/129) Installing harfbuzz (3.0.0-r2) 04:13:58 (68/129) Installing libxft (2.3.4-r0) 04:13:58 (69/129) Installing pango (1.48.10-r0) 04:13:58 (70/129) Installing wayland-libs-client (1.19.0-r1) 04:13:58 (71/129) Installing wayland-libs-cursor (1.19.0-r1) 04:13:58 (72/129) Installing wayland-libs-egl (1.19.0-r1) 04:13:58 (73/129) Installing xkeyboard-config (2.34-r0) 04:13:59 (74/129) Installing libxkbcommon (1.3.1-r0) 04:13:59 (75/129) Installing gtk+3.0 (3.24.30-r0) 04:13:59 Executing gtk+3.0-3.24.30-r0.post-install 04:13:59 (76/129) Installing libfontenc (1.1.4-r0) 04:13:59 (77/129) Installing mkfontscale (1.2.1-r1) 04:13:59 (78/129) Installing ttf-opensans (1.10-r1) 04:13:59 Executing ttf-opensans-1.10-r1.post-install 04:14:01 (79/129) Installing libogg (1.3.5-r0) 04:14:01 (80/129) Installing flac (1.3.4-r0) 04:14:01 (81/129) Installing alsa-lib (1.2.5.1-r1) 04:14:01 (82/129) Installing libatomic (10.3.1_git20211027-r0) 04:14:01 (83/129) Installing sdl2 (2.0.16-r4) 04:14:01 (84/129) Installing aom-libs (3.2.0-r0) 04:14:01 (85/129) Installing libass (0.15.2-r0) 04:14:01 (86/129) Installing libdav1d (0.9.2-r0) 04:14:01 (87/129) Installing ncurses-terminfo-base (6.3_p20211120-r1) 04:14:01 (88/129) Installing ncurses-libs (6.3_p20211120-r1) 04:14:01 (89/129) Installing lame (3.100-r0) 04:14:01 (90/129) Installing opus (1.3.1-r1) 04:14:01 (91/129) Installing libgomp (10.3.1_git20211027-r0) 04:14:01 (92/129) Installing soxr (0.1.3-r2) 04:14:01 (93/129) Installing libsrt (1.4.2-r1) 04:14:01 (94/129) Installing libssh (0.9.6-r1) 04:14:01 (95/129) Installing libtheora (1.1.1-r16) 04:14:01 (96/129) Installing v4l-utils-libs (1.22.1-r1) 04:14:01 (97/129) Installing libpciaccess (0.16-r0) 04:14:01 (98/129) Installing libdrm (2.4.109-r0) 04:14:01 (99/129) Installing libva (2.13.0-r0) 04:14:01 (100/129) Installing libvdpau (1.4-r0) 04:14:01 (101/129) Installing vidstab (1.1.0-r1) 04:14:01 (102/129) Installing libvorbis (1.3.7-r0) 04:14:01 (103/129) Installing libvpx (1.10.0-r0) 04:14:01 (104/129) Installing vulkan-loader (1.2.196-r0) 04:14:01 (105/129) Installing x264-libs (20210613-r0) 04:14:01 (106/129) Installing x265-libs (3.5-r0) 04:14:01 (107/129) Installing xvidcore (1.3.7-r1) 04:14:01 (108/129) Installing ffmpeg-libs (4.4.1-r2) 04:14:01 (109/129) Installing libevent (2.1.12-r4) 04:14:01 (110/129) Installing mesa (21.2.6-r0) 04:14:01 (111/129) Installing wayland-libs-server (1.19.0-r1) 04:14:01 (112/129) Installing mesa-gbm (21.2.6-r0) 04:14:01 (113/129) Installing lcms2 (2.12-r1) 04:14:01 (114/129) Installing nspr (4.32-r0) 04:14:01 (115/129) Installing sqlite-libs (3.36.0-r0) 04:14:01 (116/129) Installing nss (3.78.1-r0) 04:14:01 (117/129) Installing libasyncns (0.8-r1) 04:14:01 (118/129) Installing libltdl (2.4.6-r7) 04:14:01 (119/129) Installing orc (0.4.32-r0) 04:14:01 (120/129) Installing libsndfile (1.0.31-r1) 04:14:01 (121/129) Installing speexdsp (1.2.0-r0) 04:14:01 (122/129) Installing tdb-libs (1.4.5-r0) 04:14:01 (123/129) Installing libpulse (15.0-r2) 04:14:01 (124/129) Installing re2 (2021.11.01-r0) 04:14:01 (125/129) Installing snappy (1.1.9-r1) 04:14:01 (126/129) Installing libgpg-error (1.42-r1) 04:14:01 (127/129) Installing libgcrypt (1.9.4-r0) 04:14:01 (128/129) Installing libxslt (1.1.35-r0) 04:14:01 (129/129) Installing chromium (99.0.4844.84-r0) 04:14:02 Executing busybox-1.34.1-r7.trigger 04:14:02 Executing glib-2.70.1-r0.trigger 04:14:02 Executing shared-mime-info-2.1-r1.trigger 04:14:04 Executing gdk-pixbuf-2.42.8-r0.trigger 04:14:04 Executing gtk-update-icon-cache-2.24.33-r0.trigger 04:14:04 Executing fontconfig-2.13.1-r4.trigger 04:14:04 Executing mkfontscale-1.2.1-r1.trigger 04:14:04 OK: 286 MiB in 145 packages 04:14:10 Removing intermediate container d80f46dfae6d 04:14:10 ---> 5e588c0e34ae 04:14:10 Step 3/10 : ENV CHROME_BIN=/usr/bin/chromium-browser 04:14:10 ---> Running in 9c556d775741 04:14:10 Removing intermediate container 9c556d775741 04:14:10 ---> 1829f6946a2f 04:14:10 Step 4/10 : ENV PATH /app/node_modules/.bin:$PATH 04:14:10 ---> Running in b838004ae23c 04:14:10 Removing intermediate container b838004ae23c 04:14:10 ---> 801fb5c6cb48 04:14:10 Step 5/10 : RUN npm install -g npm 04:14:10 ---> Running in b543d37cd165 04:14:16 04:14:16 changed 54 packages, and audited 212 packages in 5s 04:14:16 04:14:16 11 packages are looking for funding 04:14:16 run `npm fund` for details 04:14:16 04:14:16 found 0 vulnerabilities 04:14:17 Removing intermediate container b543d37cd165 04:14:17 ---> abb698a274c0 04:14:17 Step 6/10 : ARG USER=1000 04:14:17 ---> Running in 959d7b67c618 04:14:17 Removing intermediate container 959d7b67c618 04:14:17 ---> 4876be79cc18 04:14:17 Step 7/10 : RUN deluser --remove-home node && adduser -u $USER -D -s /bin/sh node 04:14:17 ---> Running in f5feca2593e5 04:14:17 Removing intermediate container f5feca2593e5 04:14:17 ---> f6ede0731d5c 04:14:17 Step 8/10 : USER $USER:$USER 04:14:17 ---> Running in f6f87b68e2e6 04:14:18 Removing intermediate container f6f87b68e2e6 04:14:18 ---> 25090fdf9b1b 04:14:18 Step 9/10 : WORKDIR /app 04:14:18 ---> Running in e08a4aa9bd2b 04:14:18 Removing intermediate container e08a4aa9bd2b 04:14:18 ---> a824ea75c096 04:14:18 Step 10/10 : LABEL git_sha=883c945d15415503f632df0c23bf5beefce9ba19 04:14:18 ---> Running in 75f425d59693 04:14:18 Removing intermediate container 75f425d59693 04:14:18 ---> b5f0ec458f8f 04:14:18 Successfully built b5f0ec458f8f 04:14:18 Successfully tagged edgexfoundry/edgex-web-ui:883c945d15415503f632df0c23bf5beefce9ba19 04:14:18 Successfully tagged edgexfoundry/edgex-web-ui:0.0.0-dev 04:14:18 touch edgex-web-ui.imagebuilt 04:14:18 mkdir -p node_modules coverage 04:14:18 chown "1000:1000" node_modules coverage package-lock.json 04:14:18 docker run --rm -i -v "$(pwd):/app" -u "1000:1000" edgexfoundry/edgex-web-ui:0.0.0-dev npm install 04:14:19 npm WARN EBADENGINE Unsupported engine { 04:14:19 npm WARN EBADENGINE package: '@angular-devkit/architect@0.1202.4', 04:14:19 npm WARN EBADENGINE required: { 04:14:19 npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', 04:14:19 npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', 04:14:19 npm WARN EBADENGINE yarn: '>= 1.13.0' 04:14:19 npm WARN EBADENGINE }, 04:14:19 npm WARN EBADENGINE current: { node: 'v16.17.1', npm: '8.19.2' } 04:14:19 npm WARN EBADENGINE } 04:14:19 npm WARN EBADENGINE Unsupported engine { 04:14:19 npm WARN EBADENGINE package: '@angular-devkit/build-angular@12.2.4', 04:14:19 npm WARN EBADENGINE required: { 04:14:19 npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', 04:14:19 npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', 04:14:19 npm WARN EBADENGINE yarn: '>= 1.13.0' 04:14:19 npm WARN EBADENGINE }, 04:14:19 npm WARN EBADENGINE current: { node: 'v16.17.1', npm: '8.19.2' } 04:14:19 npm WARN EBADENGINE } 04:14:19 npm WARN EBADENGINE Unsupported engine { 04:14:19 npm WARN EBADENGINE package: '@angular-devkit/build-optimizer@0.1202.4', 04:14:19 npm WARN EBADENGINE required: { 04:14:19 npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', 04:14:19 npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', 04:14:19 npm WARN EBADENGINE yarn: '>= 1.13.0' 04:14:19 npm WARN EBADENGINE }, 04:14:19 npm WARN EBADENGINE current: { node: 'v16.17.1', npm: '8.19.2' } 04:14:19 npm WARN EBADENGINE } 04:14:19 npm WARN EBADENGINE Unsupported engine { 04:14:19 npm WARN EBADENGINE package: '@angular-devkit/build-webpack@0.1202.4', 04:14:19 npm WARN EBADENGINE required: { 04:14:19 npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', 04:14:19 npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', 04:14:19 npm WARN EBADENGINE yarn: '>= 1.13.0' 04:14:19 npm WARN EBADENGINE }, 04:14:19 npm WARN EBADENGINE current: { node: 'v16.17.1', npm: '8.19.2' } 04:14:19 npm WARN EBADENGINE } 04:14:19 npm WARN EBADENGINE Unsupported engine { 04:14:19 npm WARN EBADENGINE package: '@angular-devkit/core@12.2.4', 04:14:19 npm WARN EBADENGINE required: { 04:14:19 npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', 04:14:19 npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', 04:14:19 npm WARN EBADENGINE yarn: '>= 1.13.0' 04:14:19 npm WARN EBADENGINE }, 04:14:19 npm WARN EBADENGINE current: { node: 'v16.17.1', npm: '8.19.2' } 04:14:19 npm WARN EBADENGINE } 04:14:19 npm WARN EBADENGINE Unsupported engine { 04:14:19 npm WARN EBADENGINE package: '@angular-devkit/schematics@12.2.4', 04:14:19 npm WARN EBADENGINE required: { 04:14:19 npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', 04:14:19 npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', 04:14:19 npm WARN EBADENGINE yarn: '>= 1.13.0' 04:14:19 npm WARN EBADENGINE }, 04:14:19 npm WARN EBADENGINE current: { node: 'v16.17.1', npm: '8.19.2' } 04:14:19 npm WARN EBADENGINE } 04:14:19 npm WARN EBADENGINE Unsupported engine { 04:14:19 npm WARN EBADENGINE package: '@angular/cli@12.2.4', 04:14:19 npm WARN EBADENGINE required: { 04:14:19 npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', 04:14:19 npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', 04:14:19 npm WARN EBADENGINE yarn: '>= 1.13.0' 04:14:19 npm WARN EBADENGINE }, 04:14:19 npm WARN EBADENGINE current: { node: 'v16.17.1', npm: '8.19.2' } 04:14:19 npm WARN EBADENGINE } 04:14:19 npm WARN EBADENGINE Unsupported engine { 04:14:19 npm WARN EBADENGINE package: '@ngtools/webpack@12.2.4', 04:14:19 npm WARN EBADENGINE required: { 04:14:19 npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', 04:14:19 npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', 04:14:19 npm WARN EBADENGINE yarn: '>= 1.13.0' 04:14:19 npm WARN EBADENGINE }, 04:14:19 npm WARN EBADENGINE current: { node: 'v16.17.1', npm: '8.19.2' } 04:14:19 npm WARN EBADENGINE } 04:14:19 npm WARN EBADENGINE Unsupported engine { 04:14:19 npm WARN EBADENGINE package: '@schematics/angular@12.2.4', 04:14:19 npm WARN EBADENGINE required: { 04:14:19 npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', 04:14:19 npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', 04:14:19 npm WARN EBADENGINE yarn: '>= 1.13.0' 04:14:19 npm WARN EBADENGINE }, 04:14:19 npm WARN EBADENGINE current: { node: 'v16.17.1', npm: '8.19.2' } 04:14:19 npm WARN EBADENGINE } 04:14:24 npm WARN deprecated urix@0.1.0: Please see https://github.com/lydell/urix#deprecated 04:14:24 npm WARN deprecated source-map-url@0.4.1: See https://github.com/lydell/source-map-url#deprecated 04:14:24 npm WARN deprecated source-map-resolve@0.6.0: See https://github.com/lydell/source-map-resolve#deprecated 04:14:24 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:14:24 npm WARN deprecated resolve-url@0.2.1: https://github.com/lydell/resolve-url#deprecated 04:14:24 npm WARN deprecated querystring@0.2.0: The querystring API is considered Legacy. new code should use the URLSearchParams API instead. 04:14:25 npm WARN deprecated request@2.88.2: request has been deprecated, see https://github.com/request/request/issues/3142 04:14:26 npm WARN deprecated har-validator@5.1.5: this library is no longer supported 04:14:26 npm WARN deprecated flatten@1.0.3: flatten is deprecated in favor of utility frameworks such as lodash. 04:14:28 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:14:28 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:14:29 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:14:29 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:14:29 npm WARN deprecated source-map-resolve@0.5.3: See https://github.com/lydell/source-map-resolve#deprecated 04:14:30 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:14:30 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:14:31 npm WARN deprecated source-map-resolve@0.5.3: See https://github.com/lydell/source-map-resolve#deprecated 04:14:32 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:14:35 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:14:40 04:14:40 added 1478 packages, and audited 1479 packages in 21s 04:14:40 04:14:40 90 packages are looking for funding 04:14:40 run `npm fund` for details 04:14:40 04:14:40 13 vulnerabilities (3 moderate, 8 high, 2 critical) 04:14:40 04:14:40 To address issues that do not require attention, run: 04:14:40 npm audit fix 04:14:40 04:14:40 To address all issues (including breaking changes), run: 04:14:40 npm audit fix --force 04:14:40 04:14:40 Run `npm audit` for details. 04:14:47 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:14:49 - Generating browser application bundles (phase: setup)... 04:14:53 Compiling @angular/core : es2015 as esm2015 04:14:53 Compiling @angular/compiler/testing : es2015 as esm2015 04:14:56 Compiling @angular/common : es2015 as esm2015 04:14:56 Compiling @angular/core/testing : es2015 as esm2015 04:14:57 Compiling @angular/platform-browser : es2015 as esm2015 04:14:57 Compiling @angular/common/testing : es2015 as esm2015 04:14:57 Compiling @angular/platform-browser-dynamic : es2015 as esm2015 04:14:57 Compiling @angular/platform-browser/testing : es2015 as esm2015 04:14:57 Compiling @angular/router : es2015 as esm2015 04:14:57 Compiling @angular/common/http : es2015 as esm2015 04:14:57 Compiling @angular/platform-browser-dynamic/testing : es2015 as esm2015 04:14:58 Compiling @angular/forms : es2015 as esm2015 04:14:58 Compiling @angular/common/http/testing : es2015 as esm2015 04:15:00 Compiling @angular/router/testing : es2015 as esm2015 04:15:05 12 10 2022 04:15:05.495:INFO [karma-server]: Karma v6.3.16 server started at http://localhost:9876/ 04:15:05 12 10 2022 04:15:05.497:INFO [launcher]: Launching browsers ChromeHeadlessNoSandbox with concurrency unlimited 04:15:05 12 10 2022 04:15:05.500:INFO [launcher]: Starting browser ChromeHeadless 04:15:17 ✔ Browser application bundle generation complete. 04:15:17 12 10 2022 04:15:16.644:INFO [Chrome Headless 99.0.4844.84 (Linux x86_64)]: Connected on socket ZmWI66LbjtwL4LYoAAAB with id 99623426 04:15:19 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 0 of 149 SUCCESS (0 secs / 0 secs) 04:15:19 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 1 of 149 SUCCESS (0 secs / 0.089 secs) 04:15:19 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 2 of 149 SUCCESS (0 secs / 0.1 secs) 04:15:19 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 3 of 149 SUCCESS (0 secs / 0.108 secs) 04:15:19 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 4 of 149 SUCCESS (0 secs / 0.171 secs) 04:15:19 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 5 of 149 SUCCESS (0 secs / 0.195 secs) 04:15:19 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 6 of 149 SUCCESS (0 secs / 0.207 secs) 04:15:19 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 7 of 149 SUCCESS (0 secs / 0.229 secs) 04:15:19 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 8 of 149 SUCCESS (0 secs / 0.241 secs) 04:15:19 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 9 of 149 SUCCESS (0 secs / 0.245 secs) 04:15:19 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 10 of 149 SUCCESS (0 secs / 0.248 secs) 04:15:20 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 11 of 149 SUCCESS (0 secs / 0.294 secs) 04:15:20 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 12 of 149 SUCCESS (0 secs / 0.3 secs) 04:15:20 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 13 of 149 SUCCESS (0 secs / 0.305 secs) 04:15:20 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 14 of 149 SUCCESS (0 secs / 0.307 secs) 04:15:20 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 15 of 149 SUCCESS (0 secs / 0.372 secs) 04:15:20 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 16 of 149 SUCCESS (0 secs / 0.383 secs) 04:15:20 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 17 of 149 SUCCESS (0 secs / 0.403 secs) 04:15:20 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 18 of 149 SUCCESS (0 secs / 0.413 secs) 04:15:20 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 19 of 149 SUCCESS (0 secs / 0.42 secs) 04:15:20 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 20 of 149 SUCCESS (0 secs / 0.438 secs) 04:15:20 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 21 of 149 SUCCESS (0 secs / 0.48 secs) 04:15:20 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 22 of 149 SUCCESS (0 secs / 0.489 secs) 04:15:20 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 23 of 149 SUCCESS (0 secs / 0.497 secs) 04:15:20 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 24 of 149 SUCCESS (0 secs / 0.508 secs) 04:15:20 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 25 of 149 SUCCESS (0 secs / 0.516 secs) 04:15:20 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 26 of 149 SUCCESS (0 secs / 0.534 secs) 04:15:20 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 27 of 149 SUCCESS (0 secs / 0.541 secs) 04:15:20 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 28 of 149 SUCCESS (0 secs / 0.544 secs) 04:15:20 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 29 of 149 SUCCESS (0 secs / 0.546 secs) 04:15:20 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 30 of 149 SUCCESS (0 secs / 0.552 secs) 04:15:20 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 31 of 149 SUCCESS (0 secs / 0.581 secs) 04:15:20 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 32 of 149 SUCCESS (0 secs / 0.591 secs) 04:15:20 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 33 of 149 SUCCESS (0 secs / 0.602 secs) 04:15:20 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 34 of 149 SUCCESS (0 secs / 0.632 secs) 04:15:20 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 35 of 149 SUCCESS (0 secs / 0.638 secs) 04:15:20 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 36 of 149 SUCCESS (0 secs / 0.65 secs) 04:15:20 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 37 of 149 SUCCESS (0 secs / 0.659 secs) 04:15:20 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 38 of 149 SUCCESS (0 secs / 0.675 secs) 04:15:20 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 39 of 149 SUCCESS (0 secs / 0.697 secs) 04:15:20 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 40 of 149 SUCCESS (0 secs / 0.71 secs) 04:15:20 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 41 of 149 SUCCESS (0 secs / 0.741 secs) 04:15:20 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 42 of 149 SUCCESS (0 secs / 0.782 secs) 04:15:20 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 43 of 149 SUCCESS (0 secs / 0.805 secs) 04:15:20 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 44 of 149 SUCCESS (0 secs / 0.809 secs) 04:15:20 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 45 of 149 SUCCESS (0 secs / 0.837 secs) 04:15:20 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 46 of 149 SUCCESS (0 secs / 0.857 secs) 04:15:20 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 47 of 149 SUCCESS (0 secs / 0.867 secs) 04:15:20 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 48 of 149 SUCCESS (0 secs / 0.877 secs) 04:15:20 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 49 of 149 SUCCESS (0 secs / 0.88 secs) 04:15:20 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 50 of 149 SUCCESS (0 secs / 0.886 secs) 04:15:20 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 51 of 149 SUCCESS (0 secs / 0.911 secs) 04:15:20 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 52 of 149 SUCCESS (0 secs / 0.922 secs) 04:15:20 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 53 of 149 SUCCESS (0 secs / 0.928 secs) 04:15:20 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 54 of 149 SUCCESS (0 secs / 0.931 secs) 04:15:20 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 55 of 149 SUCCESS (0 secs / 0.955 secs) 04:15:20 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 56 of 149 SUCCESS (0 secs / 0.97 secs) 04:15:20 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 57 of 149 SUCCESS (0 secs / 0.991 secs) 04:15:21 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 58 of 149 SUCCESS (0 secs / 1.001 secs) 04:15:21 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 59 of 149 SUCCESS (0 secs / 1.026 secs) 04:15:21 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 60 of 149 SUCCESS (0 secs / 1.034 secs) 04:15:21 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 61 of 149 SUCCESS (0 secs / 1.04 secs) 04:15:21 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 62 of 149 SUCCESS (0 secs / 1.045 secs) 04:15:21 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 63 of 149 SUCCESS (0 secs / 1.047 secs) 04:15:21 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 64 of 149 SUCCESS (0 secs / 1.064 secs) 04:15:21 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 65 of 149 SUCCESS (0 secs / 1.071 secs) 04:15:21 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 66 of 149 SUCCESS (0 secs / 1.075 secs) 04:15:21 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 67 of 149 SUCCESS (0 secs / 1.103 secs) 04:15:21 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 68 of 149 SUCCESS (0 secs / 1.114 secs) 04:15:21 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 69 of 149 SUCCESS (0 secs / 1.118 secs) 04:15:21 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 70 of 149 SUCCESS (0 secs / 1.122 secs) 04:15:21 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 71 of 149 SUCCESS (0 secs / 1.132 secs) 04:15:21 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 72 of 149 SUCCESS (0 secs / 1.16 secs) 04:15:21 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 73 of 149 SUCCESS (0 secs / 1.17 secs) 04:15:21 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 74 of 149 SUCCESS (0 secs / 1.177 secs) 04:15:21 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 75 of 149 SUCCESS (0 secs / 1.185 secs) 04:15:21 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 76 of 149 SUCCESS (0 secs / 1.214 secs) 04:15:21 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 77 of 149 SUCCESS (0 secs / 1.222 secs) 04:15:21 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 78 of 149 SUCCESS (0 secs / 1.227 secs) 04:15:21 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 79 of 149 SUCCESS (0 secs / 1.251 secs) 04:15:21 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 80 of 149 SUCCESS (0 secs / 1.264 secs) 04:15:21 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 81 of 149 SUCCESS (0 secs / 1.269 secs) 04:15:21 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 82 of 149 SUCCESS (0 secs / 1.274 secs) 04:15:21 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 83 of 149 SUCCESS (0 secs / 1.276 secs) 04:15:21 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 84 of 149 SUCCESS (0 secs / 1.285 secs) 04:15:21 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 85 of 149 SUCCESS (0 secs / 1.293 secs) 04:15:21 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 86 of 149 SUCCESS (0 secs / 1.325 secs) 04:15:21 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 87 of 149 SUCCESS (0 secs / 1.338 secs) 04:15:21 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 88 of 149 SUCCESS (0 secs / 1.344 secs) 04:15:21 WARN: ' 04:15:21 It looks like you're using ngModel on the same form field as formControlName. 04:15:21 Support for using the ngModel input property and ngModelChange event with 04:15:21 reactive form directives has been deprecated in Angular v6 and will be removed 04:15:21 in a future version of Angular. 04:15:21 04:15:21 For more information on this, see our API docs here: 04:15:21 https://angular.io/api/forms/FormControlName#use-with-ngmodel 04:15:21 ' 04:15:21 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 88 of 149 SUCCESS (0 secs / 1.344 secs) 04:15:21 WARN: ' 04:15:21 It looks like you're using ngModel on the same form field as formControlName. 04:15:21 Support for using the ngModel input property and ngModelChange event with 04:15:21 reactive form directives has been deprecated in Angular v6 and will be removed 04:15:21 in a future version of Angular. 04:15:21 04:15:21 For more information on this, see our API docs here: 04:15:21 https://angular.io/api/forms/FormControlName#use-with-ngmodel 04:15:21 ' 04:15:21 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 89 of 149 SUCCESS (0 secs / 1.366 secs) 04:15:21 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 90 of 149 SUCCESS (0 secs / 1.374 secs) 04:15:21 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 91 of 149 SUCCESS (0 secs / 1.379 secs) 04:15:21 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 92 of 149 SUCCESS (0 secs / 1.398 secs) 04:15:21 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 93 of 149 SUCCESS (0 secs / 1.416 secs) 04:15:21 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 94 of 149 SUCCESS (0 secs / 1.425 secs) 04:15:21 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 95 of 149 SUCCESS (0 secs / 1.455 secs) 04:15:21 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 96 of 149 SUCCESS (0 secs / 1.525 secs) 04:15:21 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 97 of 149 SUCCESS (0 secs / 1.561 secs) 04:15:21 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 98 of 149 SUCCESS (0 secs / 1.566 secs) 04:15:21 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 99 of 149 SUCCESS (0 secs / 1.568 secs) 04:15:21 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 100 of 149 SUCCESS (0 secs / 1.578 secs) 04:15:21 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 101 of 149 SUCCESS (0 secs / 1.583 secs) 04:15:21 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 102 of 149 SUCCESS (0 secs / 1.594 secs) 04:15:21 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 103 of 149 SUCCESS (0 secs / 1.601 secs) 04:15:21 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 104 of 149 SUCCESS (0 secs / 1.616 secs) 04:15:21 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 105 of 149 SUCCESS (0 secs / 1.619 secs) 04:15:21 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 106 of 149 SUCCESS (0 secs / 1.672 secs) 04:15:21 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 107 of 149 SUCCESS (0 secs / 1.676 secs) 04:15:21 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 108 of 149 SUCCESS (0 secs / 1.68 secs) 04:15:21 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 109 of 149 SUCCESS (0 secs / 1.684 secs) 04:15:21 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 110 of 149 SUCCESS (0 secs / 1.687 secs) 04:15:21 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 111 of 149 SUCCESS (0 secs / 1.689 secs) 04:15:21 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 112 of 149 SUCCESS (0 secs / 1.69 secs) 04:15:21 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 113 of 149 SUCCESS (0 secs / 1.691 secs) 04:15:21 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 114 of 149 SUCCESS (0 secs / 1.692 secs) 04:15:21 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 115 of 149 SUCCESS (0 secs / 1.697 secs) 04:15:21 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 116 of 149 SUCCESS (0 secs / 1.702 secs) 04:15:21 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 117 of 149 SUCCESS (0 secs / 1.703 secs) 04:15:21 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 118 of 149 SUCCESS (0 secs / 1.705 secs) 04:15:21 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 119 of 149 SUCCESS (0 secs / 1.707 secs) 04:15:21 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 120 of 149 SUCCESS (0 secs / 1.708 secs) 04:15:21 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 121 of 149 SUCCESS (0 secs / 1.739 secs) 04:15:22 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 122 of 149 SUCCESS (0 secs / 1.763 secs) 04:15:22 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 123 of 149 SUCCESS (0 secs / 1.775 secs) 04:15:22 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 124 of 149 SUCCESS (0 secs / 1.787 secs) 04:15:22 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 125 of 149 SUCCESS (0 secs / 1.79 secs) 04:15:22 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 126 of 149 SUCCESS (0 secs / 1.792 secs) 04:15:22 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 127 of 149 SUCCESS (0 secs / 1.807 secs) 04:15:22 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 128 of 149 SUCCESS (0 secs / 1.813 secs) 04:15:22 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 129 of 149 SUCCESS (0 secs / 1.819 secs) 04:15:22 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 130 of 149 SUCCESS (0 secs / 1.821 secs) 04:15:22 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 131 of 149 SUCCESS (0 secs / 1.824 secs) 04:15:22 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 132 of 149 SUCCESS (0 secs / 1.827 secs) 04:15:22 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 133 of 149 SUCCESS (0 secs / 1.841 secs) 04:15:22 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 134 of 149 SUCCESS (0 secs / 1.852 secs) 04:15:22 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 135 of 149 SUCCESS (0 secs / 1.873 secs) 04:15:22 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 136 of 149 SUCCESS (0 secs / 1.879 secs) 04:15:22 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 137 of 149 SUCCESS (0 secs / 1.882 secs) 04:15:22 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 138 of 149 SUCCESS (0 secs / 1.891 secs) 04:15:22 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 139 of 149 SUCCESS (0 secs / 1.904 secs) 04:15:22 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 140 of 149 SUCCESS (0 secs / 1.908 secs) 04:15:22 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 141 of 149 SUCCESS (0 secs / 1.912 secs) 04:15:22 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 142 of 149 SUCCESS (0 secs / 1.915 secs) 04:15:22 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 143 of 149 SUCCESS (0 secs / 1.942 secs) 04:15:22 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 144 of 149 SUCCESS (0 secs / 1.951 secs) 04:15:22 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 145 of 149 SUCCESS (0 secs / 1.962 secs) 04:15:22 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 146 of 149 SUCCESS (0 secs / 1.966 secs) 04:15:22 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 147 of 149 SUCCESS (0 secs / 1.971 secs) 04:15:22 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 148 of 149 SUCCESS (0 secs / 1.988 secs) 04:15:22 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 149 of 149 SUCCESS (0 secs / 1.993 secs) 04:15:22 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 149 of 149 SUCCESS (2.996 secs / 1.993 secs) 04:15:22 TOTAL: 149 SUCCESS 04:15:22 ✔ Browser application bundle generation complete. 04:15:23 04:15:23 =============================== Coverage summary =============================== 04:15:23 Statements : 40.92% ( 1465/3580 ) 04:15:23 Branches : 12.03% ( 111/923 ) 04:15:23 Functions : 33.13% ( 430/1298 ) 04:15:23 Lines : 38.85% ( 1316/3387 ) 04:15:23 ================================================================================ 04:15:23 ✔ Browser application bundle generation complete. 04:15:23 make[1]: Leaving directory '/w/workspace/edgexfoundry_edgex-ui-go_PR-557/web' [Pipeline] echo 04:15:23 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 04:15:23 $ docker stop --time=1 1af03909e3a9f5b5e39fe7da6acd77102c3e6db6aca80e26081ee3f1f235e5e2 04:15:24 $ docker rm -f 1af03909e3a9f5b5e39fe7da6acd77102c3e6db6aca80e26081ee3f1f235e5e2 [Pipeline] // withDockerContainer [Pipeline] sh 04:15:25 + sudo chown -R jenkins:jenkins . [Pipeline] stash 04:15:26 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 04:15:27 + sudo chown -R jenkins:jenkins . [Pipeline] sh 04:15:27 + ls -al . 04:15:27 total 176 04:15:27 drwxrwxr-x 14 jenkins jenkins 4096 Oct 12 04:13 . 04:15:27 drwxrwxr-x 4 jenkins jenkins 4096 Oct 12 04:12 .. 04:15:27 drwxrwxr-x 2 jenkins jenkins 4096 Oct 12 04:12 .blubracket 04:15:27 -rw-rw-r-- 1 jenkins jenkins 18 Oct 12 04:12 .dockerignore 04:15:27 drwxrwxr-x 8 jenkins jenkins 4096 Oct 12 04:12 .git 04:15:27 drwxrwxr-x 3 jenkins jenkins 4096 Oct 12 04:12 .github 04:15:27 -rw-rw-r-- 1 jenkins jenkins 185 Oct 12 04:12 .gitignore 04:15:27 drwxr-xr-x 3 jenkins jenkins 4096 Oct 12 04:12 .semver 04:15:27 -rw-rw-r-- 1 jenkins jenkins 4856 Oct 12 04:12 Attribution.txt 04:15:27 -rw-rw-r-- 1 jenkins jenkins 14570 Oct 12 04:12 CHANGELOG.md 04:15:27 -rw-rw-r-- 1 jenkins jenkins 3959 Oct 12 04:12 CONTRIBUTING.md 04:15:27 -rw-rw-r-- 1 jenkins jenkins 1669 Oct 12 04:12 Dockerfile 04:15:27 -rw-rw-r-- 1 jenkins jenkins 652 Oct 12 04:12 Jenkinsfile 04:15:27 -rw-rw-r-- 1 jenkins jenkins 11357 Oct 12 04:12 LICENSE 04:15:27 -rw-rw-r-- 1 jenkins jenkins 2124 Oct 12 04:12 Makefile 04:15:27 -rw-rw-r-- 1 jenkins jenkins 4398 Oct 12 04:12 README.md 04:15:27 -rw-rw-r-- 1 jenkins jenkins 5 Oct 12 04:12 VERSION 04:15:27 drwxrwxr-x 3 jenkins jenkins 4096 Oct 12 04:12 assets 04:15:27 drwxrwxr-x 2 jenkins jenkins 4096 Oct 12 04:12 bin 04:15:27 drwxrwxr-x 3 jenkins jenkins 4096 Oct 12 04:12 cmd 04:15:27 -rw-r--r-- 1 jenkins jenkins 10 Oct 12 04:13 coverage.out 04:15:27 drwxrwxr-x 2 jenkins jenkins 4096 Oct 12 04:12 docs 04:15:27 -rw-rw-r-- 1 jenkins jenkins 3012 Oct 12 04:12 go.mod 04:15:27 -rw-rw-r-- 1 jenkins jenkins 35759 Oct 12 04:12 go.sum 04:15:27 drwxrwxr-x 8 jenkins jenkins 4096 Oct 12 04:12 internal 04:15:27 drwxrwxr-x 4 jenkins jenkins 4096 Oct 12 04:12 snap 04:15:27 drwxrwxr-x 4 jenkins jenkins 4096 Oct 12 04:12 testing 04:15:27 -rw-rw-r-- 1 jenkins jenkins 155 Oct 12 04:12 version.go 04:15:27 drwxrwxr-x 6 jenkins jenkins 4096 Oct 12 04:14 web [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:15:28 + 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=883c945d15415503f632df0c23bf5beefce9ba19 --label arch=amd64 --label version=0.0.0 . 04:15:28 Sending build context to Docker daemon 48.73MB 04:15:28 Step 1/24 : ARG BASE=golang:1.18-alpine3.16 04:15:28 Step 2/24 : FROM ${BASE} AS builder 04:15:28 ---> 5ed7e1240930 04:15:28 Step 3/24 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" 04:15:29 ---> Running in 6e63a706cf55 04:15:29 Removing intermediate container 6e63a706cf55 04:15:29 ---> 827756ac6add 04:15:29 Step 4/24 : ARG ALPINE_PKG_BASE="make git" 04:15:29 ---> Running in 67129203cbe6 04:15:29 Removing intermediate container 67129203cbe6 04:15:29 ---> adcad22b451d 04:15:29 Step 5/24 : ARG ALPINE_PKG_EXTRA="" 04:15:29 ---> Running in 3c907becb69a 04:15:29 Removing intermediate container 3c907becb69a 04:15:29 ---> 65312cba580d 04:15:29 Step 6/24 : LABEL Name=edgex-ui-go 04:15:29 ---> Running in 7bbe41fe43e7 04:15:29 Removing intermediate container 7bbe41fe43e7 04:15:29 ---> 39092aecd9c5 04:15:29 Step 7/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2022: Intel' 04:15:29 ---> Running in ece7b32e4fb8 04:15:29 Removing intermediate container ece7b32e4fb8 04:15:29 ---> 1583e34913ad 04:15:29 Step 8/24 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 04:15:30 ---> 6996d59aeee0 04:15:30 Step 9/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 04:15:30 ---> Running in f9b56f174ac8 04:15:31 Removing intermediate container f9b56f174ac8 04:15:31 ---> a2cc2288c741 04:15:31 Step 10/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 04:15:31 ---> Running in 21c4c4d449ed 04:15:31 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 04:15:32 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 04:15:32 OK: 211 MiB in 51 packages 04:15:32 Removing intermediate container 21c4c4d449ed 04:15:32 ---> 935942a01bdc 04:15:32 Step 11/24 : ENV GO111MODULE=on 04:15:32 ---> Running in 6ce8227632fb 04:15:32 Removing intermediate container 6ce8227632fb 04:15:32 ---> 4711490cd541 04:15:32 Step 12/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go 04:15:32 ---> Running in e1d7ce6b63b8 04:15:32 Removing intermediate container e1d7ce6b63b8 04:15:32 ---> 40184d8ab667 04:15:32 Step 13/24 : COPY go.mod vendor* ./ 04:15:33 ---> e34affb3df2a 04:15:33 Step 14/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 04:15:33 ---> Running in bd986db4ceb6 04:15:33 Removing intermediate container bd986db4ceb6 04:15:33 ---> 1595938b9ece 04:15:33 Step 15/24 : COPY . . 04:15:35 ---> 1f069066c74f 04:15:35 Step 16/24 : RUN ${MAKE} 04:15:35 ---> Running in 05fcc053d00e 04:15:35 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:15:47 Removing intermediate container 05fcc053d00e 04:15:47 ---> 24ff4d97e0d0 04:15:47 Step 17/24 : FROM alpine:3.14 04:15:47 3.14: Pulling from library/alpine 04:15:47 c7ed990a2339: Pulling fs layer 04:15:47 c7ed990a2339: Verifying Checksum 04:15:47 c7ed990a2339: Download complete 04:15:47 c7ed990a2339: Pull complete 04:15:47 Digest: sha256:1ab24b3b99320975cca71716a7475a65d263d0b6b604d9d14ce08f7a3f67595c 04:15:47 Status: Downloaded newer image for alpine:3.14 04:15:47 ---> dd53f409bf0b 04:15:47 Step 18/24 : EXPOSE 4000 04:15:47 ---> Running in 46a2df117c6d 04:15:47 Removing intermediate container 46a2df117c6d 04:15:47 ---> 360218f67cb2 04:15:47 Step 19/24 : COPY --from=builder /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server 04:15:48 ---> e02875f4c61d 04:15:48 Step 20/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server 04:15:48 ---> Running in 1644ee994fce 04:15:48 Removing intermediate container 1644ee994fce 04:15:48 ---> 437cf71e790f 04:15:48 Step 21/24 : ENTRYPOINT ["./edgex-ui-server","--confdir=res/docker"] 04:15:48 ---> Running in 8ec57ebdcbd5 04:15:48 Removing intermediate container 8ec57ebdcbd5 04:15:48 ---> ac5c4e74e012 04:15:48 Step 22/24 : LABEL arch=amd64 04:15:48 ---> Running in 09acef094764 04:15:48 Removing intermediate container 09acef094764 04:15:48 ---> d24a9960bf18 04:15:48 Step 23/24 : LABEL git_sha=883c945d15415503f632df0c23bf5beefce9ba19 04:15:48 ---> Running in a660e996700c 04:15:48 Removing intermediate container a660e996700c 04:15:48 ---> d014e98441b5 04:15:48 Step 24/24 : LABEL version=0.0.0 04:15:48 ---> Running in 9d05d37a3142 04:15:48 Removing intermediate container 9d05d37a3142 04:15:48 ---> 7d00042f7527 04:15:48 [Warning] One or more build-args [ARCH] were not consumed 04:15:48 Successfully built 7d00042f7527 04:15:48 Successfully tagged edgex-ui:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:15:49 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 04:15:49 04:15:49 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:15:50 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 04:15:50 latest: Pulling from edgex-lftools-log-publisher 04:15:50 5eb5b503b376: Pulling fs layer 04:15:50 5c69ac0246d0: Pulling fs layer 04:15:50 ec43610c2a17: Pulling fs layer 04:15:50 3a2ae6a8a46f: Pulling fs layer 04:15:50 33b1e0a273af: Pulling fs layer 04:15:50 3a2ae6a8a46f: Waiting 04:15:50 5d3b04190fa2: Pulling fs layer 04:15:50 2f39f015ded8: Pulling fs layer 04:15:50 33b1e0a273af: Waiting 04:15:50 5d3b04190fa2: Waiting 04:15:50 2f39f015ded8: Waiting 04:15:50 5c69ac0246d0: Download complete 04:15:50 3a2ae6a8a46f: Verifying Checksum 04:15:50 3a2ae6a8a46f: Download complete 04:15:50 33b1e0a273af: Verifying Checksum 04:15:50 33b1e0a273af: Download complete 04:15:50 5d3b04190fa2: Download complete 04:15:50 ec43610c2a17: Download complete 04:15:50 5eb5b503b376: Verifying Checksum 04:15:50 5eb5b503b376: Download complete 04:15:51 2f39f015ded8: Download complete 04:15:51 5eb5b503b376: Pull complete 04:15:51 5c69ac0246d0: Pull complete 04:15:52 ec43610c2a17: Pull complete 04:15:52 3a2ae6a8a46f: Pull complete 04:15:52 33b1e0a273af: Pull complete 04:15:52 5d3b04190fa2: Pull complete 04:15:56 2f39f015ded8: Pull complete 04:15:56 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 04:15:56 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 04:15:56 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 04:15:56 prd-ubuntu20.04-docker-8c-8g-7728 does not seem to be running inside a container 04:15:56 $ 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-557 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-557:/w/workspace/edgexfoundry_edgex-ui-go_PR-557:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-557@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-557@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:15:59 $ docker top 2345557a5667996026d56961c0ac8af3561b366b2c81f7aff04e67c441efd621 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 04:15:59 ---> job-cost.sh 04:15:59 lf-activate-venv: SKIPPING 04:15:59 INFO: No Stack... 04:16:00 INFO: Retrieving Pricing Info for: v3-standard-8 04:16:00 INFO: Archiving Costs [Pipeline] sh 04:16:00 + cat /w/workspace/edgexfoundry_edgex-ui-go_PR-557/archives/cost.csv 04:16:00 + cut -d, -f6 [Pipeline] lock 04:16:00 Trying to acquire lock on [jenkins-edgexfoundry-edgex-ui-go-PR-557-1-stack-cost] 04:16:00 Resource [jenkins-edgexfoundry-edgex-ui-go-PR-557-1-stack-cost] did not exist. Created. 04:16:00 Lock acquired on [jenkins-edgexfoundry-edgex-ui-go-PR-557-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 04:16:01 + echo total: 0.2199999988079071 [Pipeline] stash 04:16:01 Stashed 1 file(s) [Pipeline] } 04:16:01 Lock released on resource [jenkins-edgexfoundry-edgex-ui-go-PR-557-1-stack-cost] [Pipeline] // lock [Pipeline] } 04:16:01 $ docker stop --time=1 2345557a5667996026d56961c0ac8af3561b366b2c81f7aff04e67c441efd621 04:16:02 $ docker rm -f 2345557a5667996026d56961c0ac8af3561b366b2c81f7aff04e67c441efd621 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 04:16:32 Running on prd-ubuntu20.04-docker-arm64-4c-16g-7729 in /w/workspace/edgexfoundry_edgex-ui-go_PR-557 [Pipeline] { [Pipeline] ws 04:16:32 Running in /w/workspace/edgex-ui-go/1 [Pipeline] { [Pipeline] checkout 04:16:32 The recommended git tool is: git 04:16:38 using credential edgex-jenkins-ssh 04:16:38 Cloning the remote Git repository 04:16:38 Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git 04:16:38 > git init /w/workspace/edgex-ui-go/1 # timeout=10 04:16:39 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 04:16:39 > git --version # timeout=10 04:16:39 > git --version # 'git version 2.25.1' 04:16:39 using GIT_SSH to set credentials SSH Credentials for GitHub 04:16:39 Verifying host key using known hosts file 04:16:39 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:16:39 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 04:16:42 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 04:16:42 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 04:16:43 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 04:16:43 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 04:16:43 using GIT_SSH to set credentials SSH Credentials for GitHub 04:16:43 Verifying host key using known hosts file 04:16:43 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:16:43 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/557/head:refs/remotes/origin/PR-557 +refs/heads/main:refs/remotes/origin/main # timeout=10 04:16:44 Merging remotes/origin/main commit 7068460caebfd9ea6dab23a48856cc5898547cee into PR head commit 883c945d15415503f632df0c23bf5beefce9ba19 04:16:45 Merge succeeded, producing 883c945d15415503f632df0c23bf5beefce9ba19 04:16:45 Checking out Revision 883c945d15415503f632df0c23bf5beefce9ba19 (PR-557) 04:16:44 > git config core.sparsecheckout # timeout=10 04:16:44 > git checkout -f 883c945d15415503f632df0c23bf5beefce9ba19 # timeout=10 04:16:45 > git remote # timeout=10 04:16:45 > git config --get remote.origin.url # timeout=10 04:16:45 using GIT_SSH to set credentials SSH Credentials for GitHub 04:16:45 Verifying host key using known hosts file 04:16:45 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:16:45 > git merge 7068460caebfd9ea6dab23a48856cc5898547cee # timeout=10 04:16:45 > git rev-parse HEAD^{commit} # timeout=10 04:16:45 > git config core.sparsecheckout # timeout=10 04:16:45 > git checkout -f 883c945d15415503f632df0c23bf5beefce9ba19 # timeout=10 04:16:46 Commit message: "chore(deps): Bump github.com/edgexfoundry/go-mod-bootstrap/v2" 04:16:46 > git --version # timeout=10 04:16:46 > git --version # 'git version 2.25.1' 04:16:46 fatal: bad object bd7468d5528128c83034753e4c3def8ef9af3f2d [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 04:16:47 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 04:16:47 % Total % Received % Xferd Average Speed Time Time Time Current 04:16:47 Dload Upload Total Spent Left Speed 04:16:47 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12602 100 12602 0 0 205k 0 --:--:-- --:--:-- --:--:-- 205k [Pipeline] sh 04:16:48 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 04:16:48 + sudo tee /etc/docker/daemon.new 04:16:48 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 04:16:48 { 04:16:48 "registry-mirrors": [ 04:16:48 "https://nexus3.edgexfoundry.org:10001" 04:16:48 ], 04:16:48 "bip": "10.250.0.254/24", 04:16:48 "hosts": [ 04:16:48 "tcp://0.0.0.0:5555", 04:16:48 "unix:///var/run/docker.sock" 04:16:48 ], 04:16:48 "mtu": 1458, 04:16:48 "selinux-enabled": true, 04:16:48 "seccomp-profile": "/etc/docker/seccomp.json" 04:16:48 } [Pipeline] sh 04:16:49 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 04:16:49 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 04:17:07 provisioning config files... 04:17:07 copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/1@tmp/config7316836601677241676tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 04:17:08 ---> docker-login.sh 04:17:08 nexus3.edgexfoundry.org:10001 04:17:08 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:17:09 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:17:09 Configure a credential helper to remove this warning. See 04:17:09 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:17:09 04:17:09 Login Succeeded 04:17:09 nexus3.edgexfoundry.org:10002 04:17:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:17:09 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:17:09 Configure a credential helper to remove this warning. See 04:17:09 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:17:09 04:17:09 Login Succeeded 04:17:09 nexus3.edgexfoundry.org:10003 04:17:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:17:09 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:17:09 Configure a credential helper to remove this warning. See 04:17:09 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:17:09 04:17:09 Login Succeeded 04:17:09 nexus3.edgexfoundry.org:10004 04:17:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:17:10 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:17:10 Configure a credential helper to remove this warning. See 04:17:10 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:17:10 04:17:10 Login Succeeded 04:17:10 docker.io 04:17:10 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:17:10 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:17:10 Configure a credential helper to remove this warning. See 04:17:10 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:17:10 04:17:10 Login Succeeded 04:17:10 ---> docker-login.sh ends [Pipeline] } 04:17:10 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 04:17:11 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 04:17:11 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 04:17:11 ========================================================= 04:17:11 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine] 04:17:11 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:17:11 + 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:17:12 Sending build context to Docker daemon 28.94MB 04:17:12 Step 1/16 : ARG BASE=golang:1.18-alpine3.16 04:17:12 Step 2/16 : FROM ${BASE} AS builder 04:17:12 1.18-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 04:17:12 9b18e9b68314: Pulling fs layer 04:17:12 d32db5db7311: Pulling fs layer 04:17:12 d0c4b47475fc: Pulling fs layer 04:17:12 5831b945b038: Pulling fs layer 04:17:12 86bbec2aaacd: Pulling fs layer 04:17:12 e10730c5d714: Pulling fs layer 04:17:12 5dd5c2283517: Pulling fs layer 04:17:12 d5ac0230b979: Pulling fs layer 04:17:12 86bbec2aaacd: Waiting 04:17:12 e10730c5d714: Waiting 04:17:12 5dd5c2283517: Waiting 04:17:12 d5ac0230b979: Waiting 04:17:12 5831b945b038: Waiting 04:17:12 d32db5db7311: Download complete 04:17:12 d0c4b47475fc: Verifying Checksum 04:17:12 d0c4b47475fc: Download complete 04:17:12 86bbec2aaacd: Verifying Checksum 04:17:12 86bbec2aaacd: Download complete 04:17:12 e10730c5d714: Download complete 04:17:12 9b18e9b68314: Verifying Checksum 04:17:12 9b18e9b68314: Download complete 04:17:13 9b18e9b68314: Pull complete 04:17:14 d5ac0230b979: Verifying Checksum 04:17:14 d5ac0230b979: Download complete 04:17:14 d32db5db7311: Pull complete 04:17:14 d0c4b47475fc: Pull complete 04:17:15 5dd5c2283517: Verifying Checksum 04:17:15 5dd5c2283517: Download complete 04:17:15 5831b945b038: Verifying Checksum 04:17:15 5831b945b038: Download complete 04:17:28 5831b945b038: Pull complete 04:17:28 86bbec2aaacd: Pull complete 04:17:28 e10730c5d714: Pull complete 04:17:33 5dd5c2283517: Pull complete 04:17:35 d5ac0230b979: Pull complete 04:17:35 Digest: sha256:20129d036edcc9aeb260ee0df12cfa5280992c4a8e5b89377467d541f90c94a2 04:17:35 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine 04:17:35 ---> 59b3b1a385d4 04:17:35 Step 3/16 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" 04:17:37 ---> Running in d98dd2c4c436 04:17:37 Removing intermediate container d98dd2c4c436 04:17:37 ---> ffd9fb5a969b 04:17:37 Step 4/16 : ARG ALPINE_PKG_BASE="make git" 04:17:37 ---> Running in d3f1d988223f 04:17:38 Removing intermediate container d3f1d988223f 04:17:38 ---> 8757775e6f9f 04:17:38 Step 5/16 : ARG ALPINE_PKG_EXTRA="" 04:17:38 ---> Running in d7b01ff322e7 04:17:38 Removing intermediate container d7b01ff322e7 04:17:38 ---> 8a7d217814bb 04:17:38 Step 6/16 : LABEL Name=edgex-ui-go 04:17:38 ---> Running in aee4398a0331 04:17:39 Removing intermediate container aee4398a0331 04:17:39 ---> 59f90eaf4d80 04:17:39 Step 7/16 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2022: Intel' 04:17:39 ---> Running in 28418d719b19 04:17:39 Removing intermediate container 28418d719b19 04:17:39 ---> 41531960cb7d 04:17:39 Step 8/16 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 04:17:39 latest: Pulling from library/docker 04:17:40 9b18e9b68314: Already exists 04:17:40 c21cba7d4ed2: Pulling fs layer 04:17:40 63dea5e92710: Pulling fs layer 04:17:40 9d2c8901bb3f: Pulling fs layer 04:17:40 617bdaf04ff9: Pulling fs layer 04:17:40 905797b402e1: Pulling fs layer 04:17:40 4200b31db3e1: Pulling fs layer 04:17:40 0f100482841c: Pulling fs layer 04:17:40 34a7cc51cc60: Pulling fs layer 04:17:40 617bdaf04ff9: Waiting 04:17:40 905797b402e1: Waiting 04:17:40 4200b31db3e1: Waiting 04:17:40 34a7cc51cc60: Waiting 04:17:40 0f100482841c: Waiting 04:17:40 63dea5e92710: Download complete 04:17:40 c21cba7d4ed2: Verifying Checksum 04:17:40 c21cba7d4ed2: Download complete 04:17:40 9d2c8901bb3f: Verifying Checksum 04:17:40 9d2c8901bb3f: Download complete 04:17:41 4200b31db3e1: Verifying Checksum 04:17:41 4200b31db3e1: Download complete 04:17:41 617bdaf04ff9: Verifying Checksum 04:17:41 617bdaf04ff9: Download complete 04:17:41 905797b402e1: Verifying Checksum 04:17:41 905797b402e1: Download complete 04:17:41 0f100482841c: Download complete 04:17:41 34a7cc51cc60: Download complete 04:17:41 c21cba7d4ed2: Pull complete 04:17:41 63dea5e92710: Pull complete 04:17:42 9d2c8901bb3f: Pull complete 04:17:43 617bdaf04ff9: Pull complete 04:17:44 905797b402e1: Pull complete 04:17:44 4200b31db3e1: Pull complete 04:17:44 0f100482841c: Pull complete 04:17:44 34a7cc51cc60: Pull complete 04:17:44 Digest: sha256:b2343859b009730168704bf04dd705291539db39df5ccf840a91b647b72009fe 04:17:45 Status: Downloaded newer image for docker:latest 04:17:47 ---> fb2e24bb98a5 04:17:47 Step 9/16 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 04:17:47 ---> Running in 175584b88c11 04:17:49 Removing intermediate container 175584b88c11 04:17:49 ---> 8a7aadc5f696 04:17:49 Step 10/16 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 04:17:50 ---> Running in 89a71e50d062 04:17:51 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 04:17:52 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 04:17:52 OK: 221 MiB in 51 packages 04:17:53 Removing intermediate container 89a71e50d062 04:17:53 ---> 5a11addc090d 04:17:53 Step 11/16 : ENV GO111MODULE=on 04:17:53 ---> Running in 34892506fc23 04:17:54 Removing intermediate container 34892506fc23 04:17:54 ---> 44035e1ea517 04:17:54 Step 12/16 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go 04:17:54 ---> Running in 139d0b06c80f 04:17:54 Removing intermediate container 139d0b06c80f 04:17:54 ---> 4b8b7edc3a98 04:17:54 Step 13/16 : COPY go.mod vendor* ./ 04:17:55 ---> db5f74a4903f 04:17:55 Step 14/16 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 04:17:55 ---> Running in c12cb82cf4df 04:18:42 Removing intermediate container c12cb82cf4df 04:18:42 ---> 7a03e5da6fa0 04:18:42 Step 15/16 : COPY . . 04:18:43 ---> 8edd06b49eed 04:18:43 Step 16/16 : RUN ${MAKE} 04:18:43 ---> Running in 6c3bf36751dc 04:18:44 noop 04:18:45 Removing intermediate container 6c3bf36751dc 04:18:45 ---> 9f281ca8f5fe 04:18:45 Successfully built 9f281ca8f5fe 04:18:45 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:18:45 + docker inspect -f . ci-base-image-arm64 04:18:45 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 04:18:45 prd-ubuntu20.04-docker-arm64-4c-16g-7729 does not seem to be running inside a container 04:18:45 $ 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:18:47 $ docker top 1294b84f7bbe12ce69e69d91c0e6d55e7431e60d0d9eceea0c325018187e4bcc -eo pid,comm [Pipeline] { [Pipeline] sh 04:18:48 + go version 04:18:48 go version go1.18.7 linux/arm64 [Pipeline] } 04:18:48 $ docker stop --time=1 1294b84f7bbe12ce69e69d91c0e6d55e7431e60d0d9eceea0c325018187e4bcc 04:18:49 $ docker rm -f 1294b84f7bbe12ce69e69d91c0e6d55e7431e60d0d9eceea0c325018187e4bcc [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:18:50 + docker inspect -f . ci-base-image-arm64 04:18:50 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 04:18:50 prd-ubuntu20.04-docker-arm64-4c-16g-7729 does not seem to be running inside a container 04:18:51 $ 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:18:52 $ docker top 86585ceb7aab4b51ca98688e25bed5d698d1a2a685d21e40b5d93f7ddb5aea81 -eo pid,comm [Pipeline] { [Pipeline] sh 04:18:53 + git config --global --add safe.directory /w/workspace/edgex-ui-go/1 [Pipeline] fileExists [Pipeline] sh 04:18:53 + make test 04:18:53 CGO_ENABLED=0 GO111MODULE=on go test -tags "no_messagebus" -coverprofile=coverage.out ./... 04:18:55 ? github.com/edgexfoundry/edgex-ui-go [no test files] 04:20:17 ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] 04:20:17 ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] 04:20:17 ? github.com/edgexfoundry/edgex-ui-go/internal/common [no test files] 04:20:17 ? github.com/edgexfoundry/edgex-ui-go/internal/config [no test files] 04:20:17 ? github.com/edgexfoundry/edgex-ui-go/internal/container [no test files] 04:20:17 ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] 04:20:17 ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] 04:20:17 ? github.com/edgexfoundry/edgex-ui-go/internal/service [no test files] 04:20:17 CGO_ENABLED=0 GO111MODULE=on go vet -tags "no_messagebus" ./... 04:20:39 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 04:20:39 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 04:20:39 ./bin/test-attribution-txt.sh 04:20:39 An attribution for github.com/edgexfoundry/go-mod-bootstrap/v2 is missing from Attribution.txt, please add 04:20:39 An attribution for github.com/Microsoft/go-winio is missing from Attribution.txt, please add 04:20:39 An attribution for github.com/eclipse/paho.mqtt.golang is missing from Attribution.txt, please add 04:20:39 An attribution for github.com/edgexfoundry/go-mod-messaging/v2 is missing from Attribution.txt, please add 04:20:39 An attribution for github.com/edgexfoundry/go-mod-secrets/v2 is missing from Attribution.txt, please add 04:20:39 An attribution for github.com/go-kit/log is missing from Attribution.txt, please add 04:20:39 An attribution for github.com/go-logfmt/logfmt is missing from Attribution.txt, please add 04:20:39 An attribution for github.com/go-redis/redis/v7 is missing from Attribution.txt, please add 04:20:39 An attribution for github.com/golang/protobuf is missing from Attribution.txt, please add 04:20:39 An attribution for github.com/gorilla/websocket is missing from Attribution.txt, please add 04:20:39 An attribution for github.com/hashicorp/errwrap is missing from Attribution.txt, please add 04:20:39 An attribution for github.com/hashicorp/go-multierror is missing from Attribution.txt, please add 04:20:39 An attribution for github.com/pebbe/zmq4 is missing from Attribution.txt, please add 04:20:39 An attribution for github.com/rcrowley/go-metrics is missing from Attribution.txt, please add 04:20:39 An attribution for github.com/spiffe/go-spiffe/v2 is missing from Attribution.txt, please add 04:20:39 An attribution for github.com/zeebo/errs is missing from Attribution.txt, please add 04:20:39 An attribution for golang.org/x/net is missing from Attribution.txt, please add 04:20:39 An attribution for golang.org/x/sync is missing from Attribution.txt, please add 04:20:39 An attribution for google.golang.org/genproto is missing from Attribution.txt, please add 04:20:39 An attribution for google.golang.org/grpc is missing from Attribution.txt, please add 04:20:39 An attribution for google.golang.org/protobuf is missing from Attribution.txt, please add 04:20:39 An attribution for gopkg.in/square/go-jose.v2 is missing from Attribution.txt, please add 04:20:39 make -C web test 04:20:39 make[1]: Entering directory '/w/workspace/edgex-ui-go/1/web' 04:20:39 make[1]: tput: No such file or directory 04:20:39 make[1]: tput: No such file or directory 04:20:39 warning: generating ./VERSION 04:20:39 echo "0.0.0" > VERSION 04:20:39 docker build \ 04:20:39 -f Dockerfile \ 04:20:39 --build-arg USER=1000 \ 04:20:39 \ 04:20:39 --label "git_sha=883c945d15415503f632df0c23bf5beefce9ba19" \ 04:20:39 -t edgexfoundry/edgex-web-ui:883c945d15415503f632df0c23bf5beefce9ba19 \ 04:20:39 -t edgexfoundry/edgex-web-ui:0.0.0-dev \ 04:20:39 . 04:20:40 Sending build context to Docker daemon 3.269MB 04:20:40 Step 1/10 : FROM node:16.17-alpine3.15 04:20:40 16.17-alpine3.15: Pulling from library/node 04:20:40 47517142f6ba: Pulling fs layer 04:20:40 5f8c4bfa009b: Pulling fs layer 04:20:40 f7079c9c4ba1: Pulling fs layer 04:20:40 aba105e6f55a: Pulling fs layer 04:20:41 47517142f6ba: Verifying Checksum 04:20:41 47517142f6ba: Download complete 04:20:41 aba105e6f55a: Verifying Checksum 04:20:41 aba105e6f55a: Download complete 04:20:41 f7079c9c4ba1: Verifying Checksum 04:20:41 f7079c9c4ba1: Download complete 04:20:41 47517142f6ba: Pull complete 04:20:43 5f8c4bfa009b: Verifying Checksum 04:20:43 5f8c4bfa009b: Download complete 04:20:48 5f8c4bfa009b: Pull complete 04:20:48 f7079c9c4ba1: Pull complete 04:20:48 aba105e6f55a: Pull complete 04:20:48 Digest: sha256:84c606bfbe4cf120c52b17c3b727e614d99e357a8e350f83a4e7b9ec0798e04a 04:20:48 Status: Downloaded newer image for node:16.17-alpine3.15 04:20:48 ---> bf1b8b58d215 04:20:48 Step 2/10 : RUN apk add --no-cache chromium 04:20:49 ---> Running in 9a6cf45f8b4d 04:20:50 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 04:20:50 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 04:20:51 (1/128) Installing libxau (1.0.9-r0) 04:20:51 (2/128) Installing libmd (1.0.3-r0) 04:20:51 (3/128) Installing libbsd (0.11.3-r1) 04:20:51 (4/128) Installing libxdmcp (1.1.3-r0) 04:20:51 (5/128) Installing libxcb (1.14-r2) 04:20:51 (6/128) Installing libx11 (1.7.3.1-r0) 04:20:51 (7/128) Installing libxext (1.3.4-r0) 04:20:51 (8/128) Installing libice (1.0.10-r0) 04:20:51 (9/128) Installing libuuid (2.37.4-r0) 04:20:51 (10/128) Installing libsm (1.2.3-r0) 04:20:51 (11/128) Installing libxt (1.2.1-r0) 04:20:52 (12/128) Installing libxmu (1.1.3-r0) 04:20:52 (13/128) Installing xset (1.2.4-r0) 04:20:52 (14/128) Installing xprop (1.2.5-r0) 04:20:52 (15/128) Installing xdg-utils (1.1.3-r0) 04:20:52 (16/128) Installing eudev-libs (3.2.11_pre1-r0) 04:20:52 (17/128) Installing pkgconf (1.8.0-r0) 04:20:52 (18/128) Installing libffi (3.4.2-r1) 04:20:52 (19/128) Installing libintl (0.21-r0) 04:20:52 (20/128) Installing libblkid (2.37.4-r0) 04:20:52 (21/128) Installing libmount (2.37.4-r0) 04:20:52 (22/128) Installing pcre (8.45-r1) 04:20:52 (23/128) Installing glib (2.70.1-r0) 04:20:52 (24/128) Installing xz-libs (5.2.5-r1) 04:20:52 (25/128) Installing libxml2 (2.9.14-r1) 04:20:52 (26/128) Installing shared-mime-info (2.1-r1) 04:20:52 (27/128) Installing hicolor-icon-theme (0.17-r1) 04:20:52 (28/128) Installing libjpeg-turbo (2.1.2-r0) 04:20:52 (29/128) Installing libpng (1.6.37-r1) 04:20:52 (30/128) Installing libwebp (1.2.2-r0) 04:20:52 (31/128) Installing zstd-libs (1.5.0-r0) 04:20:52 (32/128) Installing tiff (4.4.0-r0) 04:20:52 (33/128) Installing gdk-pixbuf (2.42.8-r0) 04:20:52 (34/128) Installing gtk-update-icon-cache (2.24.33-r0) 04:20:52 (35/128) Installing libxcomposite (0.4.5-r0) 04:20:52 (36/128) Installing libxfixes (6.0.0-r0) 04:20:52 (37/128) Installing libxrender (0.9.10-r3) 04:20:52 (38/128) Installing libxcursor (1.2.0-r0) 04:20:52 (39/128) Installing libxdamage (1.1.5-r1) 04:20:52 (40/128) Installing libxi (1.8-r0) 04:20:52 (41/128) Installing libxinerama (1.1.4-r1) 04:20:52 (42/128) Installing libxrandr (1.5.2-r1) 04:20:52 (43/128) Installing atk (2.36.0-r0) 04:20:52 (44/128) Installing libxtst (1.2.3-r3) 04:20:52 (45/128) Installing dbus-libs (1.12.24-r0) 04:20:52 (46/128) Installing at-spi2-core (2.42.0-r0) 04:20:52 (47/128) Installing at-spi2-atk (2.38.0-r0) 04:20:52 (48/128) Installing expat (2.4.9-r0) 04:20:52 (49/128) Installing brotli-libs (1.0.9-r5) 04:20:52 (50/128) Installing libbz2 (1.0.8-r1) 04:20:52 (51/128) Installing freetype (2.11.1-r2) 04:20:52 (52/128) Installing fontconfig (2.13.1-r4) 04:20:52 (53/128) Installing pixman (0.40.0-r3) 04:20:52 (54/128) Installing cairo (1.16.0-r5) 04:20:52 (55/128) Installing cairo-gobject (1.16.0-r5) 04:20:52 (56/128) Installing avahi-libs (0.8-r5) 04:20:52 (57/128) Installing gmp (6.2.1-r1) 04:20:52 (58/128) Installing nettle (3.7.3-r0) 04:20:52 (59/128) Installing p11-kit (0.24.0-r1) 04:20:52 (60/128) Installing libtasn1 (4.18.0-r0) 04:20:52 (61/128) Installing libunistring (0.9.10-r1) 04:20:52 (62/128) Installing gnutls (3.7.1-r1) 04:20:53 (63/128) Installing cups-libs (2.3.3-r6) 04:20:53 (64/128) Installing libepoxy (1.5.9-r0) 04:20:53 (65/128) Installing fribidi (1.0.11-r0) 04:20:53 (66/128) Installing graphite2 (1.3.14-r0) 04:20:53 (67/128) Installing harfbuzz (3.0.0-r2) 04:20:53 (68/128) Installing libxft (2.3.4-r0) 04:20:53 (69/128) Installing pango (1.48.10-r0) 04:20:53 (70/128) Installing wayland-libs-client (1.19.0-r1) 04:20:53 (71/128) Installing wayland-libs-cursor (1.19.0-r1) 04:20:53 (72/128) Installing wayland-libs-egl (1.19.0-r1) 04:20:53 (73/128) Installing xkeyboard-config (2.34-r0) 04:20:53 (74/128) Installing libxkbcommon (1.3.1-r0) 04:20:53 (75/128) Installing gtk+3.0 (3.24.30-r0) 04:20:53 Executing gtk+3.0-3.24.30-r0.post-install 04:20:53 (76/128) Installing libfontenc (1.1.4-r0) 04:20:53 (77/128) Installing mkfontscale (1.2.1-r1) 04:20:53 (78/128) Installing ttf-opensans (1.10-r1) 04:20:53 Executing ttf-opensans-1.10-r1.post-install 04:20:55 (79/128) Installing libogg (1.3.5-r0) 04:20:55 (80/128) Installing flac (1.3.4-r0) 04:20:55 (81/128) Installing alsa-lib (1.2.5.1-r1) 04:20:56 (82/128) Installing libatomic (10.3.1_git20211027-r0) 04:20:56 (83/128) Installing sdl2 (2.0.16-r4) 04:20:56 (84/128) Installing aom-libs (3.2.0-r0) 04:20:56 (85/128) Installing libass (0.15.2-r0) 04:20:56 (86/128) Installing libdav1d (0.9.2-r0) 04:20:56 (87/128) Installing ncurses-terminfo-base (6.3_p20211120-r1) 04:20:56 (88/128) Installing ncurses-libs (6.3_p20211120-r1) 04:20:56 (89/128) Installing lame (3.100-r0) 04:20:56 (90/128) Installing opus (1.3.1-r1) 04:20:56 (91/128) Installing libgomp (10.3.1_git20211027-r0) 04:20:56 (92/128) Installing soxr (0.1.3-r2) 04:20:56 (93/128) Installing libsrt (1.4.2-r1) 04:20:56 (94/128) Installing libssh (0.9.6-r1) 04:20:56 (95/128) Installing libtheora (1.1.1-r16) 04:20:56 (96/128) Installing v4l-utils-libs (1.22.1-r1) 04:20:56 (97/128) Installing libdrm (2.4.109-r0) 04:20:56 (98/128) Installing libva (2.13.0-r0) 04:20:56 (99/128) Installing libvdpau (1.4-r0) 04:20:56 (100/128) Installing vidstab (1.1.0-r1) 04:20:56 (101/128) Installing libvorbis (1.3.7-r0) 04:20:56 (102/128) Installing libvpx (1.10.0-r0) 04:20:56 (103/128) Installing vulkan-loader (1.2.196-r0) 04:20:56 (104/128) Installing x264-libs (20210613-r0) 04:20:56 (105/128) Installing x265-libs (3.5-r0) 04:20:56 (106/128) Installing xvidcore (1.3.7-r1) 04:20:56 (107/128) Installing ffmpeg-libs (4.4.1-r2) 04:20:57 (108/128) Installing libevent (2.1.12-r4) 04:20:57 (109/128) Installing mesa (21.2.6-r0) 04:20:57 (110/128) Installing wayland-libs-server (1.19.0-r1) 04:20:57 (111/128) Installing mesa-gbm (21.2.6-r0) 04:20:57 (112/128) Installing lcms2 (2.12-r1) 04:20:57 (113/128) Installing nspr (4.32-r0) 04:20:57 (114/128) Installing sqlite-libs (3.36.0-r0) 04:20:57 (115/128) Installing nss (3.78.1-r0) 04:20:57 (116/128) Installing libasyncns (0.8-r1) 04:20:57 (117/128) Installing libltdl (2.4.6-r7) 04:20:57 (118/128) Installing orc (0.4.32-r0) 04:20:57 (119/128) Installing libsndfile (1.0.31-r1) 04:20:57 (120/128) Installing speexdsp (1.2.0-r0) 04:20:57 (121/128) Installing tdb-libs (1.4.5-r0) 04:20:57 (122/128) Installing libpulse (15.0-r2) 04:20:57 (123/128) Installing re2 (2021.11.01-r0) 04:20:57 (124/128) Installing snappy (1.1.9-r1) 04:20:57 (125/128) Installing libgpg-error (1.42-r1) 04:20:57 (126/128) Installing libgcrypt (1.9.4-r0) 04:20:57 (127/128) Installing libxslt (1.1.35-r0) 04:20:57 (128/128) Installing chromium (99.0.4844.84-r0) 04:21:02 Executing busybox-1.34.1-r7.trigger 04:21:02 Executing glib-2.70.1-r0.trigger 04:21:02 Executing shared-mime-info-2.1-r1.trigger 04:21:07 Executing gdk-pixbuf-2.42.8-r0.trigger 04:21:07 Executing gtk-update-icon-cache-2.24.33-r0.trigger 04:21:07 Executing fontconfig-2.13.1-r4.trigger 04:21:07 Executing mkfontscale-1.2.1-r1.trigger 04:21:07 OK: 275 MiB in 144 packages 04:21:17 Removing intermediate container 9a6cf45f8b4d 04:21:17 ---> 7350dc57ec89 04:21:17 Step 3/10 : ENV CHROME_BIN=/usr/bin/chromium-browser 04:21:17 ---> Running in 463f7e7c1358 04:21:17 Removing intermediate container 463f7e7c1358 04:21:17 ---> 2efe7ffb5672 04:21:17 Step 4/10 : ENV PATH /app/node_modules/.bin:$PATH 04:21:17 ---> Running in 3b42c143ffa2 04:21:17 Removing intermediate container 3b42c143ffa2 04:21:17 ---> 5b9a1eb0a8f7 04:21:17 Step 5/10 : RUN npm install -g npm 04:21:17 ---> Running in 9ce00619fa53 04:21:50 04:21:50 changed 54 packages, and audited 212 packages in 24s 04:21:50 04:21:50 11 packages are looking for funding 04:21:50 run `npm fund` for details 04:21:50 04:21:50 found 0 vulnerabilities 04:21:50 Removing intermediate container 9ce00619fa53 04:21:50 ---> c59f656aff6a 04:21:50 Step 6/10 : ARG USER=1000 04:21:50 ---> Running in 65612979da33 04:21:50 Removing intermediate container 65612979da33 04:21:50 ---> 8bc02834196f 04:21:50 Step 7/10 : RUN deluser --remove-home node && adduser -u $USER -D -s /bin/sh node 04:21:50 ---> Running in 0bb4a9de1556 04:21:50 Removing intermediate container 0bb4a9de1556 04:21:50 ---> 1993fa1b492a 04:21:50 Step 8/10 : USER $USER:$USER 04:21:50 ---> Running in aaad3ba77318 04:21:50 Removing intermediate container aaad3ba77318 04:21:50 ---> 92a57093efc9 04:21:50 Step 9/10 : WORKDIR /app 04:21:50 ---> Running in 3ef51101b902 04:21:51 Removing intermediate container 3ef51101b902 04:21:51 ---> e75c24c5df6c 04:21:51 Step 10/10 : LABEL git_sha=883c945d15415503f632df0c23bf5beefce9ba19 04:21:51 ---> Running in a5c38848d21d 04:21:51 Removing intermediate container a5c38848d21d 04:21:51 ---> e428f53ea088 04:21:51 Successfully built e428f53ea088 04:21:51 Successfully tagged edgexfoundry/edgex-web-ui:883c945d15415503f632df0c23bf5beefce9ba19 04:21:51 Successfully tagged edgexfoundry/edgex-web-ui:0.0.0-dev 04:21:51 touch edgex-web-ui.imagebuilt 04:21:51 mkdir -p node_modules coverage 04:21:51 chown "1000:1000" node_modules coverage package-lock.json 04:21:51 docker run --rm -i -v "$(pwd):/app" -u "1000:1000" edgexfoundry/edgex-web-ui:0.0.0-dev npm install 04:22:04 npm WARN EBADENGINE Unsupported engine { 04:22:04 npm WARN EBADENGINE package: '@angular-devkit/architect@0.1202.4', 04:22:04 npm WARN EBADENGINE required: { 04:22:04 npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', 04:22:04 npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', 04:22:04 npm WARN EBADENGINE yarn: '>= 1.13.0' 04:22:04 npm WARN EBADENGINE }, 04:22:04 npm WARN EBADENGINE current: { node: 'v16.17.1', npm: '8.19.2' } 04:22:04 npm WARN EBADENGINE } 04:22:04 npm WARN EBADENGINE Unsupported engine { 04:22:04 npm WARN EBADENGINE package: '@angular-devkit/build-angular@12.2.4', 04:22:04 npm WARN EBADENGINE required: { 04:22:04 npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', 04:22:04 npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', 04:22:04 npm WARN EBADENGINE yarn: '>= 1.13.0' 04:22:04 npm WARN EBADENGINE }, 04:22:04 npm WARN EBADENGINE current: { node: 'v16.17.1', npm: '8.19.2' } 04:22:04 npm WARN EBADENGINE } 04:22:04 npm WARN EBADENGINE Unsupported engine { 04:22:04 npm WARN EBADENGINE package: '@angular-devkit/build-optimizer@0.1202.4', 04:22:04 npm WARN EBADENGINE required: { 04:22:04 npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', 04:22:04 npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', 04:22:04 npm WARN EBADENGINE yarn: '>= 1.13.0' 04:22:04 npm WARN EBADENGINE }, 04:22:04 npm WARN EBADENGINE current: { node: 'v16.17.1', npm: '8.19.2' } 04:22:04 npm WARN EBADENGINE } 04:22:04 npm WARN EBADENGINE Unsupported engine { 04:22:04 npm WARN EBADENGINE package: '@angular-devkit/build-webpack@0.1202.4', 04:22:04 npm WARN EBADENGINE required: { 04:22:04 npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', 04:22:04 npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', 04:22:04 npm WARN EBADENGINE yarn: '>= 1.13.0' 04:22:04 npm WARN EBADENGINE }, 04:22:04 npm WARN EBADENGINE current: { node: 'v16.17.1', npm: '8.19.2' } 04:22:04 npm WARN EBADENGINE } 04:22:04 npm WARN EBADENGINE Unsupported engine { 04:22:04 npm WARN EBADENGINE package: '@angular-devkit/core@12.2.4', 04:22:04 npm WARN EBADENGINE required: { 04:22:04 npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', 04:22:04 npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', 04:22:04 npm WARN EBADENGINE yarn: '>= 1.13.0' 04:22:04 npm WARN EBADENGINE }, 04:22:04 npm WARN EBADENGINE current: { node: 'v16.17.1', npm: '8.19.2' } 04:22:04 npm WARN EBADENGINE } 04:22:04 npm WARN EBADENGINE Unsupported engine { 04:22:04 npm WARN EBADENGINE package: '@angular-devkit/schematics@12.2.4', 04:22:04 npm WARN EBADENGINE required: { 04:22:04 npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', 04:22:04 npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', 04:22:04 npm WARN EBADENGINE yarn: '>= 1.13.0' 04:22:04 npm WARN EBADENGINE }, 04:22:04 npm WARN EBADENGINE current: { node: 'v16.17.1', npm: '8.19.2' } 04:22:04 npm WARN EBADENGINE } 04:22:04 npm WARN EBADENGINE Unsupported engine { 04:22:04 npm WARN EBADENGINE package: '@angular/cli@12.2.4', 04:22:04 npm WARN EBADENGINE required: { 04:22:04 npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', 04:22:04 npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', 04:22:04 npm WARN EBADENGINE yarn: '>= 1.13.0' 04:22:04 npm WARN EBADENGINE }, 04:22:04 npm WARN EBADENGINE current: { node: 'v16.17.1', npm: '8.19.2' } 04:22:04 npm WARN EBADENGINE } 04:22:04 npm WARN EBADENGINE Unsupported engine { 04:22:04 npm WARN EBADENGINE package: '@ngtools/webpack@12.2.4', 04:22:04 npm WARN EBADENGINE required: { 04:22:04 npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', 04:22:04 npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', 04:22:04 npm WARN EBADENGINE yarn: '>= 1.13.0' 04:22:04 npm WARN EBADENGINE }, 04:22:04 npm WARN EBADENGINE current: { node: 'v16.17.1', npm: '8.19.2' } 04:22:04 npm WARN EBADENGINE } 04:22:04 npm WARN EBADENGINE Unsupported engine { 04:22:04 npm WARN EBADENGINE package: '@schematics/angular@12.2.4', 04:22:04 npm WARN EBADENGINE required: { 04:22:04 npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', 04:22:04 npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', 04:22:04 npm WARN EBADENGINE yarn: '>= 1.13.0' 04:22:04 npm WARN EBADENGINE }, 04:22:04 npm WARN EBADENGINE current: { node: 'v16.17.1', npm: '8.19.2' } 04:22:04 npm WARN EBADENGINE } 04:22:50 npm WARN deprecated urix@0.1.0: Please see https://github.com/lydell/urix#deprecated 04:22:50 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:22:50 npm WARN deprecated source-map-url@0.4.1: See https://github.com/lydell/source-map-url#deprecated 04:22:50 npm WARN deprecated source-map-resolve@0.6.0: See https://github.com/lydell/source-map-resolve#deprecated 04:22:50 npm WARN deprecated resolve-url@0.2.1: https://github.com/lydell/resolve-url#deprecated 04:22:50 npm WARN deprecated querystring@0.2.0: The querystring API is considered Legacy. new code should use the URLSearchParams API instead. 04:23:01 npm WARN deprecated request@2.88.2: request has been deprecated, see https://github.com/request/request/issues/3142 04:23:01 npm WARN deprecated har-validator@5.1.5: this library is no longer supported 04:23:01 npm WARN deprecated flatten@1.0.3: flatten is deprecated in favor of utility frameworks such as lodash. 04:23:23 npm WARN deprecated source-map-resolve@0.5.3: See https://github.com/lydell/source-map-resolve#deprecated 04:23:23 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:23:23 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:23:27 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:23:29 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:23:31 npm WARN deprecated source-map-resolve@0.5.3: See https://github.com/lydell/source-map-resolve#deprecated 04:23:43 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:23:44 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:23:59 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:24:21 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:24:54 04:24:54 added 1475 packages, and audited 1476 packages in 3m 04:24:54 04:24:54 90 packages are looking for funding 04:24:54 run `npm fund` for details 04:24:54 04:24:54 13 vulnerabilities (3 moderate, 8 high, 2 critical) 04:24:54 04:24:54 To address issues that do not require attention, run: 04:24:54 npm audit fix 04:24:54 04:24:54 To address all issues (including breaking changes), run: 04:24:54 npm audit fix --force 04:24:54 04:24:54 Run `npm audit` for details. 04:24:57 docker run --rm -i -v "$(pwd):/app" -u "1000:1000" edgexfoundry/edgex-web-ui:0.0.0-dev ng test --code-coverage --watch false --browsers ChromeHeadlessNoSandbox 04:25:15 - Generating browser application bundles (phase: setup)... 04:25:47 Compiling @angular/core : es2015 as esm2015 04:25:47 Compiling @angular/compiler/testing : es2015 as esm2015 04:26:14 Compiling @angular/common : es2015 as esm2015 04:26:14 Compiling @angular/core/testing : es2015 as esm2015 04:26:21 Compiling @angular/platform-browser : es2015 as esm2015 04:26:21 Compiling @angular/common/testing : es2015 as esm2015 04:26:25 Compiling @angular/router : es2015 as esm2015 04:26:26 Compiling @angular/platform-browser-dynamic : es2015 as esm2015 04:26:31 Compiling @angular/platform-browser/testing : es2015 as esm2015 04:26:32 Compiling @angular/common/http : es2015 as esm2015 04:26:33 Compiling @angular/platform-browser-dynamic/testing : es2015 as esm2015 04:26:37 Compiling @angular/forms : es2015 as esm2015 04:26:38 Compiling @angular/common/http/testing : es2015 as esm2015 04:26:38 Compiling @angular/router/testing : es2015 as esm2015 04:27:46 12 10 2022 04:27:37.944:INFO [karma-server]: Karma v6.3.16 server started at http://localhost:9876/ 04:27:46 12 10 2022 04:27:37.957:INFO [launcher]: Launching browsers ChromeHeadlessNoSandbox with concurrency unlimited 04:27:46 12 10 2022 04:27:37.984:INFO [launcher]: Starting browser ChromeHeadless 04:28:54 12 10 2022 04:28:49.274:WARN [launcher]: ChromeHeadless has not captured in 60000 ms, killing. 04:29:04 12 10 2022 04:29:02.544:WARN [launcher]: ChromeHeadless was not killed in 2000 ms, sending SIGKILL. 04:29:22 12 10 2022 04:29:20.060:INFO [launcher]: Trying to start ChromeHeadless again (1/2). 04:29:40 ✔ Browser application bundle generation complete. 04:29:40 12 10 2022 04:29:38.703:INFO [Chrome Headless 99.0.4844.84 (Linux aarch64)]: Connected on socket uaz3uMGac2aAx_jlAAAB with id 98942978 04:29:58 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 0 of 149 SUCCESS (0 secs / 0 secs) 04:29:58 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 1 of 149 SUCCESS (0 secs / 1.127 secs) 04:29:58 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 2 of 149 SUCCESS (0 secs / 1.379 secs) 04:29:58 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 3 of 149 SUCCESS (0 secs / 1.795 secs) 04:29:59 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 4 of 149 SUCCESS (0 secs / 2.508 secs) 04:30:00 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 5 of 149 SUCCESS (0 secs / 2.774 secs) 04:30:00 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 6 of 149 SUCCESS (0 secs / 2.817 secs) 04:30:00 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 7 of 149 SUCCESS (0 secs / 2.832 secs) 04:30:00 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 8 of 149 SUCCESS (0 secs / 2.948 secs) 04:30:00 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 9 of 149 SUCCESS (0 secs / 2.999 secs) 04:30:00 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 10 of 149 SUCCESS (0 secs / 3.061 secs) 04:30:00 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 11 of 149 SUCCESS (0 secs / 3.081 secs) 04:30:00 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 12 of 149 SUCCESS (0 secs / 3.477 secs) 04:30:01 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 13 of 149 SUCCESS (0 secs / 3.55 secs) 04:30:01 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 14 of 149 SUCCESS (0 secs / 3.588 secs) 04:30:01 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 15 of 149 SUCCESS (0 secs / 3.753 secs) 04:30:01 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 16 of 149 SUCCESS (0 secs / 3.826 secs) 04:30:01 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 17 of 149 SUCCESS (0 secs / 3.84 secs) 04:30:01 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 18 of 149 SUCCESS (0 secs / 3.855 secs) 04:30:01 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 19 of 149 SUCCESS (0 secs / 3.88 secs) 04:30:01 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 20 of 149 SUCCESS (0 secs / 3.932 secs) 04:30:01 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 21 of 149 SUCCESS (0 secs / 3.97 secs) 04:30:01 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 22 of 149 SUCCESS (0 secs / 4.076 secs) 04:30:01 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 23 of 149 SUCCESS (0 secs / 4.099 secs) 04:30:01 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 24 of 149 SUCCESS (0 secs / 4.117 secs) 04:30:01 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 25 of 149 SUCCESS (0 secs / 4.198 secs) 04:30:01 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 26 of 149 SUCCESS (0 secs / 4.228 secs) 04:30:02 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 27 of 149 SUCCESS (0 secs / 4.27 secs) 04:30:02 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 28 of 149 SUCCESS (0 secs / 4.288 secs) 04:30:02 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 29 of 149 SUCCESS (0 secs / 4.381 secs) 04:30:02 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 30 of 149 SUCCESS (0 secs / 4.401 secs) 04:30:02 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 31 of 149 SUCCESS (0 secs / 4.412 secs) 04:30:02 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 32 of 149 SUCCESS (0 secs / 4.693 secs) 04:30:02 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 33 of 149 SUCCESS (0 secs / 4.728 secs) 04:30:02 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 34 of 149 SUCCESS (0 secs / 4.937 secs) 04:30:02 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 35 of 149 SUCCESS (0 secs / 4.964 secs) 04:30:02 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 36 of 149 SUCCESS (0 secs / 4.978 secs) 04:30:03 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 37 of 149 SUCCESS (0 secs / 5.108 secs) 04:30:03 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 38 of 149 SUCCESS (0 secs / 5.389 secs) 04:30:03 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 39 of 149 SUCCESS (0 secs / 5.426 secs) 04:30:03 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 40 of 149 SUCCESS (0 secs / 5.443 secs) 04:30:03 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 41 of 149 SUCCESS (0 secs / 5.456 secs) 04:30:03 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 42 of 149 SUCCESS (0 secs / 5.51 secs) 04:30:03 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 43 of 149 SUCCESS (0 secs / 5.587 secs) 04:30:03 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 44 of 149 SUCCESS (0 secs / 5.635 secs) 04:30:04 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 45 of 149 SUCCESS (0 secs / 5.851 secs) 04:30:04 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 46 of 149 SUCCESS (0 secs / 6.147 secs) 04:30:04 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 47 of 149 SUCCESS (0 secs / 6.216 secs) 04:30:04 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 48 of 149 SUCCESS (0 secs / 6.247 secs) 04:30:04 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 49 of 149 SUCCESS (0 secs / 6.273 secs) 04:30:04 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 50 of 149 SUCCESS (0 secs / 6.3 secs) 04:30:04 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 51 of 149 SUCCESS (0 secs / 6.328 secs) 04:30:04 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 52 of 149 SUCCESS (0 secs / 6.354 secs) 04:30:04 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 53 of 149 SUCCESS (0 secs / 6.505 secs) 04:30:05 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 54 of 149 SUCCESS (0 secs / 6.571 secs) 04:30:05 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 55 of 149 SUCCESS (0 secs / 6.64 secs) 04:30:05 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 56 of 149 SUCCESS (0 secs / 6.713 secs) 04:30:05 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 57 of 149 SUCCESS (0 secs / 6.772 secs) 04:30:05 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 58 of 149 SUCCESS (0 secs / 6.803 secs) 04:30:05 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 59 of 149 SUCCESS (0 secs / 6.833 secs) 04:30:05 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 60 of 149 SUCCESS (0 secs / 6.887 secs) 04:30:05 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 61 of 149 SUCCESS (0 secs / 6.993 secs) 04:30:05 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 62 of 149 SUCCESS (0 secs / 7.042 secs) 04:30:06 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 63 of 149 SUCCESS (0 secs / 7.675 secs) 04:30:06 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 64 of 149 SUCCESS (0 secs / 7.702 secs) 04:30:06 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 65 of 149 SUCCESS (0 secs / 7.716 secs) 04:30:06 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 66 of 149 SUCCESS (0 secs / 7.759 secs) 04:30:06 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 67 of 149 SUCCESS (0 secs / 7.777 secs) 04:30:06 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 68 of 149 SUCCESS (0 secs / 7.793 secs) 04:30:06 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 69 of 149 SUCCESS (0 secs / 7.863 secs) 04:30:07 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 70 of 149 SUCCESS (0 secs / 7.946 secs) 04:30:07 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 71 of 149 SUCCESS (0 secs / 8.102 secs) 04:30:07 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 72 of 149 SUCCESS (0 secs / 8.281 secs) 04:30:07 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 73 of 149 SUCCESS (0 secs / 8.368 secs) 04:30:07 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 74 of 149 SUCCESS (0 secs / 8.409 secs) 04:30:07 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 75 of 149 SUCCESS (0 secs / 8.684 secs) 04:30:08 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 76 of 149 SUCCESS (0 secs / 8.757 secs) 04:30:08 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 77 of 149 SUCCESS (0 secs / 8.774 secs) 04:30:08 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 78 of 149 SUCCESS (0 secs / 8.837 secs) 04:30:08 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 79 of 149 SUCCESS (0 secs / 8.896 secs) 04:30:08 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 80 of 149 SUCCESS (0 secs / 9.024 secs) 04:30:08 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 81 of 149 SUCCESS (0 secs / 9.084 secs) 04:30:08 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 82 of 149 SUCCESS (0 secs / 9.21 secs) 04:30:08 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 83 of 149 SUCCESS (0 secs / 9.269 secs) 04:30:08 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 84 of 149 SUCCESS (0 secs / 9.345 secs) 04:30:08 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 85 of 149 SUCCESS (0 secs / 9.39 secs) 04:30:09 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 86 of 149 SUCCESS (0 secs / 9.535 secs) 04:30:09 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 87 of 149 SUCCESS (0 secs / 9.753 secs) 04:30:09 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 88 of 149 SUCCESS (0 secs / 9.88 secs) 04:30:09 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 89 of 149 SUCCESS (0 secs / 9.975 secs) 04:30:09 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 90 of 149 SUCCESS (0 secs / 10.048 secs) 04:30:09 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 91 of 149 SUCCESS (0 secs / 10.113 secs) 04:30:10 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 92 of 149 SUCCESS (0 secs / 10.25 secs) 04:30:10 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 93 of 149 SUCCESS (0 secs / 10.368 secs) 04:30:10 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 94 of 149 SUCCESS (0 secs / 10.385 secs) 04:30:10 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 95 of 149 SUCCESS (0 secs / 10.401 secs) 04:30:10 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 96 of 149 SUCCESS (0 secs / 10.569 secs) 04:30:10 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 97 of 149 SUCCESS (0 secs / 10.607 secs) 04:30:10 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 98 of 149 SUCCESS (0 secs / 10.64 secs) 04:30:10 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 99 of 149 SUCCESS (0 secs / 10.761 secs) 04:30:11 WARN: ' 04:30:11 It looks like you're using ngModel on the same form field as formControlName. 04:30:11 Support for using the ngModel input property and ngModelChange event with 04:30:11 reactive form directives has been deprecated in Angular v6 and will be removed 04:30:11 in a future version of Angular. 04:30:11 04:30:11 For more information on this, see our API docs here: 04:30:11 https://angular.io/api/forms/FormControlName#use-with-ngmodel 04:30:11 ' 04:30:11 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 99 of 149 SUCCESS (0 secs / 10.761 secs) 04:30:11 WARN: ' 04:30:11 It looks like you're using ngModel on the same form field as formControlName. 04:30:11 Support for using the ngModel input property and ngModelChange event with 04:30:11 reactive form directives has been deprecated in Angular v6 and will be removed 04:30:11 in a future version of Angular. 04:30:11 04:30:11 For more information on this, see our API docs here: 04:30:11 https://angular.io/api/forms/FormControlName#use-with-ngmodel 04:30:11 ' 04:30:11 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 100 of 149 SUCCESS (0 secs / 10.904 secs) 04:30:11 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 101 of 149 SUCCESS (0 secs / 10.938 secs) 04:30:11 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 102 of 149 SUCCESS (0 secs / 11.103 secs) 04:30:11 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 103 of 149 SUCCESS (0 secs / 11.147 secs) 04:30:11 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 104 of 149 SUCCESS (0 secs / 11.195 secs) 04:30:11 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 105 of 149 SUCCESS (0 secs / 11.212 secs) 04:30:11 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 106 of 149 SUCCESS (0 secs / 11.223 secs) 04:30:11 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 107 of 149 SUCCESS (0 secs / 11.268 secs) 04:30:11 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 108 of 149 SUCCESS (0 secs / 11.394 secs) 04:30:11 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 109 of 149 SUCCESS (0 secs / 11.471 secs) 04:30:11 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 110 of 149 SUCCESS (0 secs / 11.528 secs) 04:30:12 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 111 of 149 SUCCESS (0 secs / 11.751 secs) 04:30:12 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 112 of 149 SUCCESS (0 secs / 11.789 secs) 04:30:12 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 113 of 149 SUCCESS (0 secs / 11.837 secs) 04:30:12 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 114 of 149 SUCCESS (0 secs / 11.957 secs) 04:30:12 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 115 of 149 SUCCESS (0 secs / 12.084 secs) 04:30:12 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 116 of 149 SUCCESS (0 secs / 12.114 secs) 04:30:12 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 117 of 149 SUCCESS (0 secs / 12.144 secs) 04:30:12 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 118 of 149 SUCCESS (0 secs / 12.179 secs) 04:30:12 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 119 of 149 SUCCESS (0 secs / 12.264 secs) 04:30:13 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 120 of 149 SUCCESS (0 secs / 12.425 secs) 04:30:13 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 121 of 149 SUCCESS (0 secs / 12.649 secs) 04:30:13 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 122 of 149 SUCCESS (0 secs / 12.737 secs) 04:30:13 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 123 of 149 SUCCESS (0 secs / 12.769 secs) 04:30:13 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 124 of 149 SUCCESS (0 secs / 12.92 secs) 04:30:13 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 125 of 149 SUCCESS (0 secs / 12.959 secs) 04:30:13 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 126 of 149 SUCCESS (0 secs / 13.099 secs) 04:30:14 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 127 of 149 SUCCESS (0 secs / 13.149 secs) 04:30:14 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 128 of 149 SUCCESS (0 secs / 13.191 secs) 04:30:14 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 129 of 149 SUCCESS (0 secs / 13.274 secs) 04:30:14 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 130 of 149 SUCCESS (0 secs / 13.33 secs) 04:30:14 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 131 of 149 SUCCESS (0 secs / 13.41 secs) 04:30:14 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 132 of 149 SUCCESS (0 secs / 13.583 secs) 04:30:15 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 133 of 149 SUCCESS (0 secs / 13.651 secs) 04:30:15 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 134 of 149 SUCCESS (0 secs / 13.716 secs) 04:30:15 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 135 of 149 SUCCESS (0 secs / 13.813 secs) 04:30:15 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 136 of 149 SUCCESS (0 secs / 13.832 secs) 04:30:15 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 137 of 149 SUCCESS (0 secs / 13.871 secs) 04:30:15 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 138 of 149 SUCCESS (0 secs / 13.889 secs) 04:30:15 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 139 of 149 SUCCESS (0 secs / 13.897 secs) 04:30:15 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 140 of 149 SUCCESS (0 secs / 13.951 secs) 04:30:15 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 141 of 149 SUCCESS (0 secs / 13.968 secs) 04:30:15 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 142 of 149 SUCCESS (0 secs / 14.259 secs) 04:30:15 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 143 of 149 SUCCESS (0 secs / 14.299 secs) 04:30:16 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 144 of 149 SUCCESS (0 secs / 14.429 secs) 04:30:16 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 145 of 149 SUCCESS (0 secs / 14.485 secs) 04:30:16 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 146 of 149 SUCCESS (0 secs / 14.504 secs) 04:30:16 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 147 of 149 SUCCESS (0 secs / 14.519 secs) 04:30:16 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 148 of 149 SUCCESS (0 secs / 14.537 secs) 04:30:16 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 149 of 149 SUCCESS (0 secs / 14.547 secs) 04:30:17 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 149 of 149 SUCCESS (20.387 secs / 14.547 secs) 04:30:17 TOTAL: 149 SUCCESS 04:30:17 ✔ Browser application bundle generation complete. 04:30:20 04:30:20 =============================== Coverage summary =============================== 04:30:20 Statements : 40.98% ( 1467/3580 ) 04:30:20 Branches : 12.03% ( 111/923 ) 04:30:20 Functions : 33.28% ( 432/1298 ) 04:30:20 Lines : 38.91% ( 1318/3387 ) 04:30:20 ================================================================================ 04:30:20 12 10 2022 04:30:20.411:WARN [launcher]: ChromeHeadless was not killed in 2000 ms, sending SIGKILL. 04:30:21 ✔ Browser application bundle generation complete. 04:30:22 make[1]: Leaving directory '/w/workspace/edgex-ui-go/1/web' [Pipeline] echo 04:30:22 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 04:30:22 $ docker stop --time=1 86585ceb7aab4b51ca98688e25bed5d698d1a2a685d21e40b5d93f7ddb5aea81 04:30:24 $ docker rm -f 86585ceb7aab4b51ca98688e25bed5d698d1a2a685d21e40b5d93f7ddb5aea81 [Pipeline] // withDockerContainer [Pipeline] sh 04:30:25 + sudo chown -R jenkins:jenkins . [Pipeline] stash 04:30:28 Warning: overwriting stash ‘coverage-report’ 04:30:33 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 04:30:34 + sudo chown -R jenkins:jenkins . [Pipeline] sh 04:30:37 + ls -al . 04:30:37 total 172 04:30:37 drwxrwxr-x 13 jenkins jenkins 4096 Oct 12 04:18 . 04:30:37 drwxrwxr-x 4 jenkins jenkins 4096 Oct 12 04:16 .. 04:30:37 drwxrwxr-x 2 jenkins jenkins 4096 Oct 12 04:16 .blubracket 04:30:37 -rw-rw-r-- 1 jenkins jenkins 18 Oct 12 04:16 .dockerignore 04:30:37 drwxrwxr-x 8 jenkins jenkins 4096 Oct 12 04:16 .git 04:30:37 drwxrwxr-x 3 jenkins jenkins 4096 Oct 12 04:16 .github 04:30:37 -rw-rw-r-- 1 jenkins jenkins 185 Oct 12 04:16 .gitignore 04:30:37 -rw-rw-r-- 1 jenkins jenkins 4856 Oct 12 04:16 Attribution.txt 04:30:37 -rw-rw-r-- 1 jenkins jenkins 14570 Oct 12 04:16 CHANGELOG.md 04:30:37 -rw-rw-r-- 1 jenkins jenkins 3959 Oct 12 04:16 CONTRIBUTING.md 04:30:37 -rw-rw-r-- 1 jenkins jenkins 1669 Oct 12 04:16 Dockerfile 04:30:37 -rw-rw-r-- 1 jenkins jenkins 652 Oct 12 04:16 Jenkinsfile 04:30:37 -rw-rw-r-- 1 jenkins jenkins 11357 Oct 12 04:16 LICENSE 04:30:37 -rw-rw-r-- 1 jenkins jenkins 2124 Oct 12 04:16 Makefile 04:30:37 -rw-rw-r-- 1 jenkins jenkins 4398 Oct 12 04:16 README.md 04:30:37 -rw-rw-r-- 1 jenkins jenkins 5 Oct 12 04:12 VERSION 04:30:37 drwxrwxr-x 3 jenkins jenkins 4096 Oct 12 04:16 assets 04:30:37 drwxrwxr-x 2 jenkins jenkins 4096 Oct 12 04:16 bin 04:30:37 drwxrwxr-x 3 jenkins jenkins 4096 Oct 12 04:16 cmd 04:30:37 -rw-r--r-- 1 jenkins jenkins 10 Oct 12 04:18 coverage.out 04:30:37 drwxrwxr-x 2 jenkins jenkins 4096 Oct 12 04:16 docs 04:30:37 -rw-rw-r-- 1 jenkins jenkins 3012 Oct 12 04:16 go.mod 04:30:37 -rw-rw-r-- 1 jenkins jenkins 35759 Oct 12 04:16 go.sum 04:30:37 drwxrwxr-x 8 jenkins jenkins 4096 Oct 12 04:16 internal 04:30:37 drwxrwxr-x 4 jenkins jenkins 4096 Oct 12 04:16 snap 04:30:37 drwxrwxr-x 4 jenkins jenkins 4096 Oct 12 04:16 testing 04:30:37 -rw-rw-r-- 1 jenkins jenkins 155 Oct 12 04:16 version.go 04:30:37 drwxrwxr-x 6 jenkins jenkins 4096 Oct 12 04:21 web [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:30:37 + docker build -t edgex-ui-arm64 -f Dockerfile --build-arg BASE=ci-base-image-arm64 --build-arg MAKE=make build --build-arg ARCH=arm64 --label git_sha=883c945d15415503f632df0c23bf5beefce9ba19 --label arch=arm64 --label version=0.0.0 . 04:30:38 Sending build context to Docker daemon 31.7MB 04:30:38 Step 1/24 : ARG BASE=golang:1.18-alpine3.16 04:30:38 Step 2/24 : FROM ${BASE} AS builder 04:30:38 ---> 9f281ca8f5fe 04:30:38 Step 3/24 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" 04:30:39 ---> Running in 78b3a23f72bf 04:30:40 Removing intermediate container 78b3a23f72bf 04:30:40 ---> b231704071fe 04:30:40 Step 4/24 : ARG ALPINE_PKG_BASE="make git" 04:30:40 ---> Running in 5562c91b56ad 04:30:40 Removing intermediate container 5562c91b56ad 04:30:40 ---> 03ec164aa9a6 04:30:40 Step 5/24 : ARG ALPINE_PKG_EXTRA="" 04:30:40 ---> Running in 083bb7ee2ef7 04:30:41 Removing intermediate container 083bb7ee2ef7 04:30:41 ---> 923c2d7a393d 04:30:41 Step 6/24 : LABEL Name=edgex-ui-go 04:30:41 ---> Running in c68e9336c6cd 04:30:41 Removing intermediate container c68e9336c6cd 04:30:41 ---> cd782bf207e6 04:30:41 Step 7/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2022: Intel' 04:30:41 ---> Running in 416b1c67faff 04:30:41 Removing intermediate container 416b1c67faff 04:30:41 ---> 9645f5fe464e 04:30:41 Step 8/24 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 04:30:43 ---> 582ff7fc1b4a 04:30:43 Step 9/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 04:30:43 ---> Running in 5c33464d62a6 04:30:45 Removing intermediate container 5c33464d62a6 04:30:45 ---> 94d97308e08a 04:30:45 Step 10/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 04:30:45 ---> Running in 14c336133edb 04:30:46 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 04:30:47 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 04:30:48 OK: 221 MiB in 51 packages 04:30:48 Removing intermediate container 14c336133edb 04:30:48 ---> bedce8ac2be5 04:30:48 Step 11/24 : ENV GO111MODULE=on 04:30:49 ---> Running in 6fad799641f3 04:30:49 Removing intermediate container 6fad799641f3 04:30:49 ---> fecd127f04e6 04:30:49 Step 12/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go 04:30:49 ---> Running in d2ec888254b1 04:30:49 Removing intermediate container d2ec888254b1 04:30:49 ---> c6dce2d43600 04:30:49 Step 13/24 : COPY go.mod vendor* ./ 04:30:50 ---> 4d69be376324 04:30:50 Step 14/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 04:30:50 ---> Running in bfb3787e487c 04:30:52 Removing intermediate container bfb3787e487c 04:30:52 ---> 58ede40e79a7 04:30:52 Step 15/24 : COPY . . 04:30:56 ---> 4b84bbc41902 04:30:56 Step 16/24 : RUN ${MAKE} 04:30:56 ---> Running in cb1d9d559a12 04:30:57 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:32:05 Removing intermediate container cb1d9d559a12 04:32:05 ---> ad9b19339254 04:32:05 Step 17/24 : FROM alpine:3.14 04:32:05 3.14: Pulling from library/alpine 04:32:05 90cda3b7c325: Pulling fs layer 04:32:05 90cda3b7c325: Verifying Checksum 04:32:05 90cda3b7c325: Download complete 04:32:05 90cda3b7c325: Pull complete 04:32:05 Digest: sha256:1ab24b3b99320975cca71716a7475a65d263d0b6b604d9d14ce08f7a3f67595c 04:32:05 Status: Downloaded newer image for alpine:3.14 04:32:05 ---> 376ba31ae3da 04:32:05 Step 18/24 : EXPOSE 4000 04:32:05 ---> Running in 968b2ed65541 04:32:05 Removing intermediate container 968b2ed65541 04:32:05 ---> bb880df3e46b 04:32:05 Step 19/24 : COPY --from=builder /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server 04:32:05 ---> acbcf38e6811 04:32:05 Step 20/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server 04:32:05 ---> Running in f8fcc6a514bb 04:32:05 Removing intermediate container f8fcc6a514bb 04:32:05 ---> 3eeacf30d11c 04:32:05 Step 21/24 : ENTRYPOINT ["./edgex-ui-server","--confdir=res/docker"] 04:32:05 ---> Running in 66dfa64b3cee 04:32:06 Removing intermediate container 66dfa64b3cee 04:32:06 ---> 62ff76f5d143 04:32:06 Step 22/24 : LABEL arch=arm64 04:32:06 ---> Running in 91eebb374b8b 04:32:06 Removing intermediate container 91eebb374b8b 04:32:06 ---> a5873d31d8a3 04:32:06 Step 23/24 : LABEL git_sha=883c945d15415503f632df0c23bf5beefce9ba19 04:32:06 ---> Running in 2f68d70d9345 04:32:06 Removing intermediate container 2f68d70d9345 04:32:06 ---> b7aa16400382 04:32:06 Step 24/24 : LABEL version=0.0.0 04:32:06 ---> Running in 7d860bd8b7a0 04:32:07 Removing intermediate container 7d860bd8b7a0 04:32:07 ---> de5fa428e2ce 04:32:07 [Warning] One or more build-args [ARCH] were not consumed 04:32:07 Successfully built de5fa428e2ce 04:32:07 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:32:07 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 04:32:07 04:32:07 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:32:08 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 04:32:08 arm64: Pulling from edgex-lftools-log-publisher 04:32:08 8998bd30e6a1: Pulling fs layer 04:32:08 04944245beec: Pulling fs layer 04:32:08 699f458cf7ca: Pulling fs layer 04:32:08 765212b225bb: Pulling fs layer 04:32:08 f23df028b6ca: Pulling fs layer 04:32:08 d65c8cfc05b1: Pulling fs layer 04:32:08 2437ff75d9bd: Pulling fs layer 04:32:08 765212b225bb: Waiting 04:32:08 f23df028b6ca: Waiting 04:32:08 d65c8cfc05b1: Waiting 04:32:08 2437ff75d9bd: Waiting 04:32:08 04944245beec: Verifying Checksum 04:32:08 04944245beec: Download complete 04:32:08 765212b225bb: Verifying Checksum 04:32:08 765212b225bb: Download complete 04:32:08 f23df028b6ca: Download complete 04:32:08 d65c8cfc05b1: Verifying Checksum 04:32:08 d65c8cfc05b1: Download complete 04:32:08 699f458cf7ca: Verifying Checksum 04:32:08 699f458cf7ca: Download complete 04:32:09 8998bd30e6a1: Download complete 04:32:11 2437ff75d9bd: Verifying Checksum 04:32:11 2437ff75d9bd: Download complete 04:32:13 8998bd30e6a1: Pull complete 04:32:13 04944245beec: Pull complete 04:32:15 699f458cf7ca: Pull complete 04:32:15 765212b225bb: Pull complete 04:32:15 f23df028b6ca: Pull complete 04:32:15 d65c8cfc05b1: Pull complete 04:32:30 2437ff75d9bd: Pull complete 04:32:30 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 04:32:30 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 04:32:30 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 04:32:31 prd-ubuntu20.04-docker-arm64-4c-16g-7729 does not seem to be running inside a container 04:32:31 $ 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:32:33 $ docker top 8549d68bf0c0ffadebe248f53b24337dcd52452d9ec8ac17413e603aac6a3f3d -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 04:32:34 ---> job-cost.sh 04:32:34 lf-activate-venv: SKIPPING 04:32:34 INFO: No Stack... 04:32:35 INFO: Retrieving Pricing Info for: v3-standard-4 04:32:35 INFO: Archiving Costs [Pipeline] sh 04:32:36 + cut -d, -f6+ 04:32:36 cat /w/workspace/edgex-ui-go/1/archives/cost.csv [Pipeline] lock 04:32:36 Trying to acquire lock on [jenkins-edgexfoundry-edgex-ui-go-PR-557-1-stack-cost] 04:32:36 Resource [jenkins-edgexfoundry-edgex-ui-go-PR-557-1-stack-cost] did not exist. Created. 04:32:36 Lock acquired on [jenkins-edgexfoundry-edgex-ui-go-PR-557-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 04:32:37 /w/workspace/edgex-ui-go/1@tmp/durable-a0476d98/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh 04:32:37 + echo total: 0.10999999940395355 [Pipeline] stash 04:32:37 Warning: overwriting stash ‘stack-cost’ 04:32:42 Stashed 1 file(s) [Pipeline] } 04:32:42 Lock released on resource [jenkins-edgexfoundry-edgex-ui-go-PR-557-1-stack-cost] [Pipeline] // lock [Pipeline] } 04:32:42 $ docker stop --time=1 8549d68bf0c0ffadebe248f53b24337dcd52452d9ec8ac17413e603aac6a3f3d 04:32:44 $ docker rm -f 8549d68bf0c0ffadebe248f53b24337dcd52452d9ec8ac17413e603aac6a3f3d [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:32:45 provisioning config files... 04:32:45 copy managed file [edgex-ui-go-codecov-token] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-557@tmp/config4709964252949877108tmp [Pipeline] { [Pipeline] sh 04:32:45 + set +x 04:32:45 + curl -s https://codecov.io/bash 04:32:45 + bash -s -- 04:32:45 04:32:45 _____ _ 04:32:45 / ____| | | 04:32:45 | | ___ __| | ___ ___ _____ __ 04:32:45 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 04:32:45 | |___| (_) | (_| | __/ (_| (_) \ V / 04:32:45 \_____\___/ \__,_|\___|\___\___/ \_/ 04:32:45 Bash-1.0.6 04:32:45 04:32:45 04:32:45 ==> git version 2.25.1 found 04:32:45 ==> 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:32:45 Release-Date: 2020-01-08 04:32:45 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:32:45 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 04:32:45 ==> Jenkins CI detected. 04:32:45 current dir:  /w/workspace/edgexfoundry_edgex-ui-go_PR-557 04:32:45 project root: . 04:32:45 --> token set from env 04:32:45 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 04:32:45 ==> Running gcov in . (disable via -X gcov) 04:32:46 ==> Python coveragepy not found 04:32:46 ==> Searching for coverage reports in: 04:32:46 + . 04:32:46 -> Found 1 reports 04:32:46 ==> Detecting git/mercurial file structure 04:32:46 ==> Reading reports 04:32:46 + ./coverage.out bytes=10 04:32:46 ==> Appending adjustments 04:32:46 https://docs.codecov.io/docs/fixing-reports 04:32:46 + Found adjustments 04:32:46 ==> Gzipping contents 04:32:46 12K /tmp/codecov.KnnyyV.gz 04:32:46 ==> Uploading reports 04:32:46 url: https://codecov.io 04:32:46 query: branch=PR-557&commit=883c945d15415503f632df0c23bf5beefce9ba19&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2FPR-557%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=557&job=&cmd_args= 04:32:46 -> Pinging Codecov 04:32:46 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=bafa3062-778c-4190-9a80-d8a5ae27d9ba&branch=PR-557&commit=883c945d15415503f632df0c23bf5beefce9ba19&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2FPR-557%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=557&job=&cmd_args= 04:32:47 -> Uploading to 04:32:47 https://storage.googleapis.com/codecov/v4/raw/2022-10-12/FB506323287CE973F263BFD2A0EB1F37/883c945d15415503f632df0c23bf5beefce9ba19/cceb1d15-31b2-47cf-8d3d-350fae21f4e2.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20221012%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20221012T043247Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=0df14c1c572024886a40529949820f9f17e47cd4e6c4103040a82f8fdeec6bb0 04:32:47 % Total % Received % Xferd Average Speed Time Time Time Current 04:32:47 Dload Upload Total Spent Left Speed 04:32:47 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 8872 0 0 100 8872 0 41457 --:--:-- --:--:-- --:--:-- 41457 04:32:47 -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/edgex-ui-go/commit/883c945d15415503f632df0c23bf5beefce9ba19 [Pipeline] } 04:32:47 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:32:49 + [ -d /w/workspace/edgexfoundry_edgex-ui-go_PR-557/archives ] 04:32:49 + ls -al /w/workspace/edgexfoundry_edgex-ui-go_PR-557/archives 04:32:49 total 16 04:32:49 drwxr-xr-x 3 root root 4096 Oct 12 04:16 . 04:32:49 drwxrwxr-x 15 jenkins jenkins 4096 Oct 12 04:16 .. 04:32:49 drwxr-xr-x 2 root root 4096 Oct 12 04:16 cost 04:32:49 -rw-r--r-- 1 root root 83 Oct 12 04:16 cost.csv 04:32:49 + sudo chown -R jenkins:jenkins /w/workspace/edgexfoundry_edgex-ui-go_PR-557/archives 04:32:49 + ls -al /w/workspace/edgexfoundry_edgex-ui-go_PR-557/archives 04:32:49 total 16 04:32:49 drwxr-xr-x 3 jenkins jenkins 4096 Oct 12 04:16 . 04:32:49 drwxrwxr-x 15 jenkins jenkins 4096 Oct 12 04:16 .. 04:32:49 drwxr-xr-x 2 jenkins jenkins 4096 Oct 12 04:16 cost 04:32:49 -rw-r--r-- 1 jenkins jenkins 83 Oct 12 04:16 cost.csv [Pipeline] libraryResource [Pipeline] sh 04:32:49 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 04:32:50 ---> package-listing.sh 04:32:50 ++ facter osfamily 04:32:50 ++ tr '[:upper:]' '[:lower:]' 04:32:50 + OS_FAMILY=debian 04:32:50 + workspace=/w/workspace/edgexfoundry_edgex-ui-go_PR-557 04:32:50 + START_PACKAGES=/tmp/packages_start.txt 04:32:50 + END_PACKAGES=/tmp/packages_end.txt 04:32:50 + DIFF_PACKAGES=/tmp/packages_diff.txt 04:32:50 + PACKAGES=/tmp/packages_start.txt 04:32:50 + '[' /w/workspace/edgexfoundry_edgex-ui-go_PR-557 ']' 04:32:50 + PACKAGES=/tmp/packages_end.txt 04:32:50 + case "${OS_FAMILY}" in 04:32:50 + dpkg -l 04:32:50 + grep '^ii' 04:32:50 + '[' -f /tmp/packages_start.txt ']' 04:32:50 + '[' -f /tmp/packages_end.txt ']' 04:32:50 + diff /tmp/packages_start.txt /tmp/packages_end.txt 04:32:50 + '[' /w/workspace/edgexfoundry_edgex-ui-go_PR-557 ']' 04:32:50 + mkdir -p /w/workspace/edgexfoundry_edgex-ui-go_PR-557/archives/ 04:32:50 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgexfoundry_edgex-ui-go_PR-557/archives/ [Pipeline] echo 04:32:50 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-557/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 04:32:51 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:32:51 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 04:32:51 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 04:32:51 prd-ubuntu20.04-docker-8c-8g-7728 does not seem to be running inside a container 04:32:51 $ 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-557/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-557 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-557:/w/workspace/edgexfoundry_edgex-ui-go_PR-557:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-557@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-557@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 04:32:52 $ docker top eef50ed99fbd002c8b35cc32a0f326f885f8d54fde6c3d34d5f950cf82e5ac83 -eo pid,comm [Pipeline] { [Pipeline] sh 04:32:52 + touch /tmp/pre-build-complete [Pipeline] sh 04:32:52 + mkdir -p /var/log/sysstat [Pipeline] sh 04:32:53 + ls /var/log/sa-host 04:32:53 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 04:32:53 provisioning config files... 04:32:53 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-557@tmp/config13305024322287220357tmp [Pipeline] { [Pipeline] echo 04:32:53 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 04:32:53 ---> create-netrc.sh [Pipeline] } 04:32:53 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 04:32:54 ---> python-tools-install.sh [Pipeline] echo 04:32:54 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 04:32:54 ---> sudo-logs.sh 04:32:54 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 04:32:54 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 04:32:54 ---> job-cost.sh 04:32:54 lf-activate-venv: SKIPPING 04:32:54 DEBUG: total: 0.2199999988079071 04:32:54 INFO: Retrieving Stack Cost... 04:32:55 INFO: Retrieving Pricing Info for: v3-standard-8 04:32:55 INFO: Archiving Costs [Pipeline] echo 04:32:55 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 04:32:55 ---> logs-deploy.sh 04:32:55 lf-activate-venv: SKIPPING 04:32:55 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-ui-go/PR-557/1 04:32:55 INFO: archiving workspace using pattern(s): 04:32:56 Archives upload complete. 04:32:57 INFO: archiving logs to Nexus 04:32:57 ---> uname -a: 04:32:57 Linux prd-ubuntu20-04-docker-8c-8g-7728 5.4.0-126-generic #142-Ubuntu SMP Fri Aug 26 12:12:57 UTC 2022 x86_64 GNU/Linux 04:32:57 04:32:57 04:32:57 ---> lscpu: 04:32:57 Architecture: x86_64 04:32:57 CPU op-mode(s): 32-bit, 64-bit 04:32:57 Byte Order: Little Endian 04:32:57 Address sizes: 40 bits physical, 48 bits virtual 04:32:57 CPU(s): 8 04:32:57 On-line CPU(s) list: 0-7 04:32:57 Thread(s) per core: 1 04:32:57 Core(s) per socket: 1 04:32:57 Socket(s): 8 04:32:57 NUMA node(s): 1 04:32:57 Vendor ID: AuthenticAMD 04:32:57 CPU family: 23 04:32:57 Model: 49 04:32:57 Model name: AMD EPYC-Rome Processor 04:32:57 Stepping: 0 04:32:57 CPU MHz: 2800.002 04:32:57 BogoMIPS: 5600.00 04:32:57 Virtualization: AMD-V 04:32:57 Hypervisor vendor: KVM 04:32:57 Virtualization type: full 04:32:57 L1d cache: 256 KiB 04:32:57 L1i cache: 256 KiB 04:32:57 L2 cache: 4 MiB 04:32:57 L3 cache: 128 MiB 04:32:57 NUMA node0 CPU(s): 0-7 04:32:57 Vulnerability Itlb multihit: Not affected 04:32:57 Vulnerability L1tf: Not affected 04:32:57 Vulnerability Mds: Not affected 04:32:57 Vulnerability Meltdown: Not affected 04:32:57 Vulnerability Mmio stale data: Not affected 04:32:57 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 04:32:57 Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization 04:32:57 Vulnerability Spectre v2: Mitigation; Retpolines, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling 04:32:57 Vulnerability Srbds: Not affected 04:32:57 Vulnerability Tsx async abort: Not affected 04:32:57 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:32:57 04:32:57 04:32:57 ---> nproc: 04:32:57 8 04:32:57 04:32:57 04:32:57 ---> df -h: 04:32:57 Filesystem Size Used Avail Use% Mounted on 04:32:57 overlay 155G 13G 143G 9% / 04:32:57 tmpfs 64M 0 64M 0% /dev 04:32:57 tmpfs 16G 0 16G 0% /sys/fs/cgroup 04:32:57 shm 64M 0 64M 0% /dev/shm 04:32:57 /dev/vda1 155G 13G 143G 9% /facter-os 04:32:57 04:32:57 04:32:57 ---> sar -b -r -n DEV: 04:32:57 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-7728) 10/12/22 _x86_64_ (8 CPU) 04:32:57 04:32:57 04:11:55 LINUX RESTART (8 CPU) 04:32:57 04:32:57 04:12:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 04:32:57 04:13:02 131.59 48.17 83.42 0.00 5435.25 141870.71 0.00 04:32:57 04:14:01 211.53 1.20 210.32 0.00 16.68 78170.98 0.00 04:32:57 04:15:01 327.62 0.38 327.24 0.00 4.00 57481.77 0.00 04:32:57 04:16:01 204.00 0.17 203.83 0.00 5.33 41210.33 0.00 04:32:57 04:17:01 16.63 0.98 15.65 0.00 67.59 2221.91 0.00 04:32:57 04:18:01 35.23 8.37 26.86 0.00 2816.60 3102.28 0.00 04:32:57 04:19:01 1.18 0.00 1.18 0.00 0.00 13.73 0.00 04:32:57 04:20:01 0.95 0.00 0.95 0.00 0.00 10.00 0.00 04:32:57 04:21:01 1.13 0.00 1.13 0.00 0.00 12.93 0.00 04:32:57 04:22:01 1.18 0.00 1.18 0.00 0.00 13.20 0.00 04:32:57 04:23:01 1.72 0.00 1.72 0.00 0.00 30.39 0.00 04:32:57 04:24:01 1.75 0.00 1.75 0.00 0.00 18.00 0.00 04:32:57 04:25:01 1.13 0.00 1.13 0.00 0.00 13.06 0.00 04:32:57 04:26:01 1.12 0.00 1.12 0.00 0.00 12.00 0.00 04:32:57 04:27:01 2.12 0.02 2.10 0.00 0.13 24.00 0.00 04:32:57 04:28:01 1.60 0.00 1.60 0.00 0.00 19.20 0.00 04:32:57 04:29:01 1.05 0.00 1.05 0.00 0.00 12.00 0.00 04:32:57 04:30:01 1.00 0.00 1.00 0.00 0.00 11.06 0.00 04:32:57 04:31:01 1.05 0.00 1.05 0.00 0.00 12.93 0.00 04:32:57 04:32:01 1.57 0.00 1.57 0.00 0.00 18.00 0.00 04:32:57 Average: 47.12 2.97 44.15 0.00 417.65 16162.87 0.00 04:32:57 04:32:57 04:12:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 04:32:57 04:13:02 29385344 31600600 737724 2.24 63716 2442124 2008700 5.92 1009144 2167692 514484 04:32:57 04:14:01 28014524 31506340 791044 2.41 138348 3536976 1922008 5.66 1271116 3125036 71848 04:32:57 04:15:01 26699092 31282632 1007304 3.06 207948 4414780 1995564 5.88 1655120 3895700 21036 04:32:57 04:16:01 26267816 31509528 780168 2.37 219628 5016276 1785960 5.26 1625656 4320088 384 04:32:57 04:17:01 26224108 31522752 769544 2.34 221144 5070412 1772636 5.22 1620844 4374088 200 04:32:57 04:18:01 25997388 31513260 765720 2.33 237644 5264772 1790944 5.28 1761136 4433160 144 04:32:57 04:19:01 26005280 31521124 757800 2.30 237656 5264776 1790944 5.28 1753556 4433164 8 04:32:57 04:20:01 26005540 31521420 757484 2.30 237660 5264780 1790944 5.28 1753908 4433184 144 04:32:57 04:21:01 26014004 31529908 748868 2.28 237684 5264780 1790944 5.28 1744940 4433184 144 04:32:57 04:22:01 26014048 31530220 748668 2.28 237704 5264788 1790944 5.28 1744656 4433400 228 04:32:57 04:23:01 26014316 31530524 748328 2.28 237732 5264788 1790944 5.28 1744476 4433408 12 04:32:57 04:24:01 26014508 31530896 748080 2.27 237772 5264920 1790944 5.28 1744808 4433540 148 04:32:57 04:25:01 26014192 31530636 748316 2.28 237788 5264924 1790944 5.28 1744880 4433544 148 04:32:57 04:26:01 26014656 31531100 747812 2.27 237828 5264924 1774364 5.23 1744476 4433544 144 04:32:57 04:27:01 26013440 31529988 748748 2.28 237860 5264928 1800140 5.31 1744800 4433548 36 04:32:57 04:28:01 26013776 31530332 748408 2.28 237888 5264904 1800140 5.31 1744784 4433524 4 04:32:57 04:29:01 26013468 31530048 748632 2.28 237900 5264908 1800140 5.31 1744640 4433528 8 04:32:57 04:30:01 26013412 31530000 748560 2.28 237916 5264920 1800140 5.31 1744644 4433532 152 04:32:57 04:31:01 26013932 31530540 747972 2.27 237920 5264920 1800140 5.31 1744884 4433532 8 04:32:57 04:32:01 26013588 31530212 748436 2.28 237940 5264920 1800140 5.31 1744672 4433536 140 04:32:57 Average: 26338322 31517103 767381 2.33 220884 4972676 1819381 5.36 1669357 4219197 30471 04:32:57 04:32:57 04:12:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 04:32:57 04:13:02 docker0 37.15 34.96 2.85 275.58 0.00 0.00 0.00 0.00 04:32:57 04:13:02 lo 7.00 7.00 0.67 0.67 0.00 0.00 0.00 0.00 04:32:57 04:13:02 ens3 768.84 520.49 6880.58 93.74 0.00 0.00 0.00 0.00 04:32:57 04:14:01 vethdaa6ff7 0.00 0.19 0.00 0.02 0.00 0.00 0.00 0.00 04:32:57 04:14:01 docker0 115.32 173.97 9.53 1538.40 0.00 0.00 0.00 0.00 04:32:57 04:14:01 lo 2.31 2.31 0.23 0.23 0.00 0.00 0.00 0.00 04:32:57 04:14:01 vethdec8011 12.63 27.36 1.25 485.30 0.00 0.00 0.00 0.04 04:32:57 04:14:01 ens3 302.00 205.02 3032.75 85.46 0.00 0.00 0.00 0.00 04:32:57 04:15:01 vethdaa6ff7 0.00 0.07 0.00 0.00 0.00 0.00 0.00 0.00 04:32:57 04:15:01 docker0 135.62 251.90 19.33 3459.50 0.00 0.00 0.00 0.00 04:32:57 04:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:32:57 04:15:01 vetheda548a 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 04:32:57 04:15:01 ens3 295.12 168.38 3500.28 70.70 0.00 0.00 0.00 0.00 04:32:57 04:16:01 docker0 5.98 7.73 0.34 40.71 0.00 0.00 0.00 0.00 04:32:57 04:16:01 lo 2.13 2.13 0.20 0.20 0.00 0.00 0.00 0.00 04:32:57 04:16:01 ens3 145.01 98.17 2633.73 38.13 0.00 0.00 0.00 0.00 04:32:57 04:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:32:57 04:17:01 lo 0.20 0.20 0.02 0.02 0.00 0.00 0.00 0.00 04:32:57 04:17:01 ens3 44.96 35.14 826.82 54.86 0.00 0.00 0.00 0.00 04:32:57 04:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:32:57 04:18:01 lo 0.40 0.40 0.03 0.03 0.00 0.00 0.00 0.00 04:32:57 04:18:01 ens3 32.69 23.83 475.53 8.26 0.00 0.00 0.00 0.00 04:32:57 04:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:32:57 04:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:32:57 04:19:01 ens3 0.10 0.02 0.00 0.00 0.00 0.00 0.00 0.00 04:32:57 04:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:32:57 04:20:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 04:32:57 04:20:01 ens3 0.17 0.08 0.01 0.01 0.00 0.00 0.00 0.00 04:32:57 04:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:32:57 04:21:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:32:57 04:21:01 ens3 0.05 0.03 0.00 0.00 0.00 0.00 0.00 0.00 04:32:57 04:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:32:57 04:22:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 04:32:57 04:22:01 ens3 0.13 0.10 0.01 0.01 0.00 0.00 0.00 0.00 04:32:57 04:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:32:57 04:23:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:32:57 04:23:01 ens3 0.62 1.45 0.11 6.63 0.00 0.00 0.00 0.00 04:32:57 04:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:32:57 04:24:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 04:32:57 04:24:01 ens3 0.35 0.20 0.13 0.01 0.00 0.00 0.00 0.00 04:32:57 04:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:32:57 04:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:32:57 04:25:01 ens3 0.02 0.02 0.00 0.00 0.00 0.00 0.00 0.00 04:32:57 04:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:32:57 04:26:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 04:32:57 04:26:01 ens3 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 04:32:57 04:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:32:57 04:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:32:57 04:27:01 ens3 0.03 0.02 0.00 0.00 0.00 0.00 0.00 0.00 04:32:57 04:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:32:57 04:28:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 04:32:57 04:28:01 ens3 2.17 3.82 0.21 5.16 0.00 0.00 0.00 0.00 04:32:57 04:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:32:57 04:29:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:32:57 04:29:01 ens3 0.12 0.05 0.01 0.00 0.00 0.00 0.00 0.00 04:32:57 04:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:32:57 04:30:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 04:32:57 04:30:01 ens3 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 04:32:57 04:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:32:57 04:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:32:57 04:31:01 ens3 0.18 0.10 0.07 0.01 0.00 0.00 0.00 0.00 04:32:57 04:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:32:57 04:32:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 04:32:57 04:32:01 ens3 0.08 0.10 0.01 0.01 0.00 0.00 0.00 0.00 04:32:57 Average: docker0 14.62 23.30 1.60 264.66 0.00 0.00 0.00 0.00 04:32:57 Average: lo 0.67 0.67 0.06 0.06 0.00 0.00 0.00 0.00 04:32:57 Average: ens3 79.46 52.73 865.75 18.10 0.00 0.00 0.00 0.00 04:32:57 04:32:57 04:32:57 ---> sar -P ALL: 04:32:57 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-7728) 10/12/22 _x86_64_ (8 CPU) 04:32:57 04:32:57 04:11:55 LINUX RESTART (8 CPU) 04:32:57 04:32:57 04:12:01 CPU %user %nice %system %iowait %steal %idle 04:32:57 04:13:02 all 7.52 0.00 2.45 1.97 0.05 88.01 04:32:57 04:13:02 0 7.36 0.00 2.33 0.50 0.05 89.76 04:32:57 04:13:02 1 5.41 0.00 2.71 4.71 0.05 87.12 04:32:57 04:13:02 2 7.10 0.00 2.15 0.92 0.05 89.78 04:32:57 04:13:02 3 6.72 0.00 1.80 0.15 0.05 91.28 04:32:57 04:13:02 4 7.97 0.00 3.30 0.81 0.05 87.88 04:32:57 04:13:02 5 9.28 0.00 2.36 0.37 0.03 87.95 04:32:57 04:13:02 6 8.58 0.00 2.52 7.57 0.05 81.27 04:32:57 04:13:02 7 7.72 0.00 2.45 0.71 0.07 89.05 04:32:57 04:14:01 all 18.30 0.00 5.37 3.43 0.07 72.83 04:32:57 04:14:01 0 16.84 0.00 5.47 1.36 0.07 76.26 04:32:57 04:14:01 1 18.31 0.00 5.58 7.20 0.05 68.85 04:32:57 04:14:01 2 18.17 0.00 4.96 1.79 0.05 75.03 04:32:57 04:14:01 3 17.10 0.00 5.36 0.86 0.07 76.61 04:32:57 04:14:01 4 18.58 0.00 5.73 6.59 0.07 69.02 04:32:57 04:14:01 5 17.81 0.00 5.50 0.91 0.07 75.72 04:32:57 04:14:01 6 20.84 0.00 4.85 0.50 0.07 73.75 04:32:57 04:14:01 7 18.76 0.00 5.48 8.24 0.09 67.44 04:32:57 04:15:01 all 15.20 0.00 5.07 3.23 0.08 76.41 04:32:57 04:15:01 0 12.06 0.00 4.02 0.80 0.08 83.03 04:32:57 04:15:01 1 15.49 0.00 3.91 0.58 0.05 79.97 04:32:57 04:15:01 2 10.10 0.00 6.71 11.60 0.12 71.46 04:32:57 04:15:01 3 9.14 0.00 4.39 3.91 0.08 82.47 04:32:57 04:15:01 4 9.87 0.00 6.20 5.01 0.08 78.83 04:32:57 04:15:01 5 23.49 0.00 5.02 3.06 0.05 68.37 04:32:57 04:15:01 6 27.95 0.00 6.46 0.57 0.08 64.94 04:32:57 04:15:01 7 13.41 0.00 3.86 0.39 0.08 82.26 04:32:57 04:16:01 all 19.88 0.00 4.77 1.95 0.08 73.31 04:32:57 04:16:01 0 19.22 0.00 6.05 8.34 0.12 66.27 04:32:57 04:16:01 1 19.03 0.00 4.47 3.49 0.08 72.92 04:32:57 04:16:01 2 19.67 0.00 3.89 0.17 0.08 76.19 04:32:57 04:16:01 3 26.65 0.00 5.58 1.33 0.07 66.38 04:32:57 04:16:01 4 14.56 0.00 5.02 0.22 0.05 80.14 04:32:57 04:16:01 5 16.32 0.00 3.59 1.35 0.07 78.67 04:32:57 04:16:01 6 24.60 0.00 4.83 0.45 0.07 70.06 04:32:57 04:16:01 7 19.01 0.00 4.71 0.29 0.12 75.87 04:32:57 04:17:01 all 0.23 0.00 0.12 0.16 0.01 99.48 04:32:57 04:17:01 0 0.15 0.00 0.08 0.02 0.00 99.75 04:32:57 04:17:01 1 0.10 0.00 0.05 0.27 0.02 99.57 04:32:57 04:17:01 2 0.35 0.00 0.08 0.03 0.00 99.53 04:32:57 04:17:01 3 0.32 0.00 0.15 0.00 0.02 99.52 04:32:57 04:17:01 4 0.48 0.00 0.12 0.63 0.02 98.75 04:32:57 04:17:01 5 0.12 0.00 0.05 0.00 0.00 99.83 04:32:57 04:17:01 6 0.12 0.00 0.07 0.35 0.02 99.45 04:32:57 04:17:01 7 0.17 0.00 0.35 0.02 0.02 99.45 04:32:57 04:18:01 all 1.05 0.00 0.69 0.35 0.01 97.91 04:32:57 04:18:01 0 0.77 0.00 1.69 0.13 0.02 97.39 04:32:57 04:18:01 1 0.48 0.00 0.42 0.97 0.00 98.13 04:32:57 04:18:01 2 0.55 0.00 0.68 0.02 0.02 98.73 04:32:57 04:18:01 3 1.18 0.00 0.63 0.07 0.00 98.12 04:32:57 04:18:01 4 0.95 0.00 0.33 0.03 0.02 98.66 04:32:57 04:18:01 5 2.43 0.00 0.77 0.43 0.00 96.36 04:32:57 04:18:01 6 1.10 0.00 0.68 0.77 0.00 97.45 04:32:57 04:18:01 7 0.89 0.00 0.30 0.38 0.02 98.41 04:32:57 04:19:01 all 0.01 0.00 0.00 0.00 0.00 99.98 04:32:57 04:19:01 0 0.02 0.00 0.00 0.00 0.00 99.98 04:32:57 04:19:01 1 0.02 0.00 0.00 0.02 0.00 99.97 04:32:57 04:19:01 2 0.00 0.00 0.02 0.02 0.00 99.97 04:32:57 04:19:01 3 0.02 0.00 0.00 0.00 0.00 99.98 04:32:57 04:19:01 4 0.02 0.00 0.00 0.00 0.02 99.97 04:32:57 04:19:01 5 0.00 0.00 0.00 0.00 0.02 99.98 04:32:57 04:19:01 6 0.02 0.00 0.00 0.00 0.00 99.98 04:32:57 04:19:01 7 0.02 0.00 0.00 0.00 0.00 99.98 04:32:57 04:20:01 all 0.01 0.00 0.01 0.00 0.01 99.97 04:32:57 04:20:01 0 0.02 0.00 0.02 0.00 0.00 99.97 04:32:57 04:20:01 1 0.03 0.00 0.02 0.02 0.02 99.92 04:32:57 04:20:01 2 0.00 0.00 0.00 0.00 0.02 99.98 04:32:57 04:20:01 3 0.00 0.00 0.00 0.00 0.00 100.00 04:32:57 04:20:01 4 0.02 0.00 0.05 0.00 0.02 99.92 04:32:57 04:20:01 5 0.02 0.00 0.00 0.00 0.00 99.98 04:32:57 04:20:01 6 0.00 0.00 0.00 0.00 0.02 99.98 04:32:57 04:20:01 7 0.00 0.00 0.00 0.00 0.00 100.00 04:32:57 04:21:01 all 0.01 0.00 0.01 0.00 0.00 99.97 04:32:57 04:21:01 0 0.02 0.00 0.00 0.00 0.00 99.98 04:32:57 04:21:01 1 0.00 0.00 0.00 0.00 0.00 100.00 04:32:57 04:21:01 2 0.03 0.00 0.02 0.02 0.00 99.93 04:32:57 04:21:01 3 0.02 0.00 0.02 0.00 0.00 99.97 04:32:57 04:21:01 4 0.03 0.00 0.02 0.00 0.02 99.93 04:32:57 04:21:01 5 0.00 0.00 0.00 0.00 0.00 100.00 04:32:57 04:21:01 6 0.00 0.00 0.00 0.00 0.00 100.00 04:32:57 04:21:01 7 0.02 0.00 0.03 0.00 0.00 99.95 04:32:57 04:22:01 all 0.01 0.00 0.01 0.00 0.00 99.98 04:32:57 04:22:01 0 0.00 0.00 0.02 0.00 0.02 99.97 04:32:57 04:22:01 1 0.03 0.00 0.00 0.02 0.00 99.95 04:32:57 04:22:01 2 0.00 0.00 0.00 0.02 0.00 99.98 04:32:57 04:22:01 3 0.02 0.00 0.00 0.00 0.00 99.98 04:32:57 04:22:01 4 0.03 0.00 0.02 0.00 0.00 99.95 04:32:57 04:22:01 5 0.00 0.00 0.00 0.00 0.00 100.00 04:32:57 04:22:01 6 0.00 0.00 0.02 0.00 0.00 99.98 04:32:57 04:22:01 7 0.00 0.00 0.00 0.00 0.00 100.00 04:32:57 04:23:01 all 0.03 0.00 0.01 0.00 0.00 99.96 04:32:57 04:23:01 0 0.02 0.00 0.00 0.00 0.00 99.98 04:32:57 04:23:01 1 0.03 0.00 0.02 0.03 0.00 99.92 04:32:57 04:23:01 2 0.03 0.00 0.02 0.00 0.00 99.95 04:32:57 04:23:01 3 0.02 0.00 0.00 0.00 0.00 99.98 04:32:57 04:23:01 4 0.03 0.00 0.02 0.00 0.02 99.93 04:32:57 04:23:01 5 0.03 0.00 0.00 0.00 0.00 99.97 04:32:57 04:23:01 6 0.02 0.00 0.00 0.00 0.00 99.98 04:32:57 04:23:01 7 0.02 0.00 0.02 0.00 0.00 99.97 04:32:57 04:32:57 04:23:01 CPU %user %nice %system %iowait %steal %idle 04:32:57 04:24:01 all 0.01 0.00 0.00 0.00 0.00 99.98 04:32:57 04:24:01 0 0.02 0.00 0.00 0.00 0.00 99.98 04:32:57 04:24:01 1 0.02 0.00 0.00 0.02 0.00 99.97 04:32:57 04:24:01 2 0.02 0.00 0.00 0.02 0.02 99.95 04:32:57 04:24:01 3 0.00 0.00 0.00 0.00 0.00 100.00 04:32:57 04:24:01 4 0.03 0.00 0.02 0.00 0.02 99.93 04:32:57 04:24:01 5 0.00 0.00 0.00 0.00 0.00 100.00 04:32:57 04:24:01 6 0.00 0.00 0.00 0.00 0.00 100.00 04:32:57 04:24:01 7 0.00 0.00 0.02 0.00 0.00 99.98 04:32:57 04:25:01 all 0.02 0.00 0.00 0.01 0.00 99.97 04:32:57 04:25:01 0 0.00 0.00 0.00 0.00 0.00 100.00 04:32:57 04:25:01 1 0.02 0.00 0.02 0.05 0.02 99.90 04:32:57 04:25:01 2 0.02 0.00 0.00 0.00 0.00 99.98 04:32:57 04:25:01 3 0.02 0.00 0.00 0.00 0.00 99.98 04:32:57 04:25:01 4 0.03 0.00 0.02 0.00 0.02 99.93 04:32:57 04:25:01 5 0.02 0.00 0.00 0.00 0.00 99.98 04:32:57 04:25:01 6 0.02 0.00 0.00 0.00 0.00 99.98 04:32:57 04:25:01 7 0.02 0.00 0.00 0.00 0.00 99.98 04:32:57 04:26:01 all 0.01 0.00 0.00 0.00 0.01 99.98 04:32:57 04:26:01 0 0.02 0.00 0.00 0.00 0.00 99.98 04:32:57 04:26:01 1 0.03 0.00 0.00 0.02 0.00 99.95 04:32:57 04:26:01 2 0.02 0.00 0.02 0.02 0.00 99.95 04:32:57 04:26:01 3 0.00 0.00 0.00 0.00 0.02 99.98 04:32:57 04:26:01 4 0.00 0.00 0.00 0.00 0.02 99.98 04:32:57 04:26:01 5 0.00 0.00 0.00 0.00 0.00 100.00 04:32:57 04:26:01 6 0.00 0.00 0.00 0.00 0.02 99.98 04:32:57 04:26:01 7 0.02 0.00 0.00 0.00 0.00 99.98 04:32:57 04:27:01 all 0.03 0.00 0.02 0.01 0.01 99.94 04:32:57 04:27:01 0 0.05 0.00 0.02 0.00 0.00 99.93 04:32:57 04:27:01 1 0.05 0.00 0.02 0.03 0.00 99.90 04:32:57 04:27:01 2 0.00 0.00 0.02 0.02 0.02 99.95 04:32:57 04:27:01 3 0.03 0.00 0.03 0.00 0.02 99.92 04:32:57 04:27:01 4 0.05 0.00 0.03 0.00 0.02 99.90 04:32:57 04:27:01 5 0.02 0.00 0.02 0.00 0.00 99.97 04:32:57 04:27:01 6 0.02 0.00 0.02 0.00 0.02 99.95 04:32:57 04:27:01 7 0.02 0.00 0.02 0.00 0.00 99.97 04:32:57 04:28:01 all 0.01 0.00 0.01 0.00 0.01 99.97 04:32:57 04:28:01 0 0.03 0.00 0.02 0.00 0.02 99.93 04:32:57 04:28:01 1 0.02 0.00 0.02 0.00 0.02 99.95 04:32:57 04:28:01 2 0.02 0.00 0.00 0.02 0.00 99.97 04:32:57 04:28:01 3 0.00 0.00 0.00 0.00 0.00 100.00 04:32:57 04:28:01 4 0.03 0.00 0.02 0.00 0.02 99.93 04:32:57 04:28:01 5 0.00 0.00 0.00 0.00 0.00 100.00 04:32:57 04:28:01 6 0.00 0.00 0.00 0.00 0.00 100.00 04:32:57 04:28:01 7 0.02 0.00 0.02 0.00 0.00 99.97 04:32:57 04:29:01 all 0.01 0.00 0.01 0.00 0.00 99.97 04:32:57 04:29:01 0 0.02 0.00 0.00 0.00 0.00 99.98 04:32:57 04:29:01 1 0.05 0.00 0.02 0.02 0.00 99.92 04:32:57 04:29:01 2 0.02 0.00 0.00 0.00 0.02 99.97 04:32:57 04:29:01 3 0.00 0.00 0.02 0.00 0.00 99.98 04:32:57 04:29:01 4 0.02 0.00 0.02 0.00 0.00 99.97 04:32:57 04:29:01 5 0.02 0.00 0.00 0.00 0.00 99.98 04:32:57 04:29:01 6 0.00 0.00 0.00 0.00 0.00 100.00 04:32:57 04:29:01 7 0.00 0.00 0.00 0.00 0.02 99.98 04:32:57 04:30:01 all 0.09 0.00 0.01 0.00 0.00 99.90 04:32:57 04:30:01 0 0.65 0.00 0.00 0.00 0.00 99.35 04:32:57 04:30:01 1 0.03 0.00 0.00 0.02 0.00 99.95 04:32:57 04:30:01 2 0.00 0.00 0.02 0.02 0.00 99.97 04:32:57 04:30:01 3 0.00 0.00 0.00 0.00 0.00 100.00 04:32:57 04:30:01 4 0.02 0.00 0.03 0.00 0.02 99.93 04:32:57 04:30:01 5 0.00 0.00 0.00 0.00 0.00 100.00 04:32:57 04:30:01 6 0.00 0.00 0.00 0.00 0.00 100.00 04:32:57 04:30:01 7 0.02 0.00 0.00 0.00 0.00 99.98 04:32:57 04:31:01 all 0.05 0.00 0.01 0.00 0.00 99.94 04:32:57 04:31:01 0 0.27 0.00 0.02 0.00 0.00 99.72 04:32:57 04:31:01 1 0.05 0.00 0.00 0.00 0.02 99.93 04:32:57 04:31:01 2 0.00 0.00 0.02 0.02 0.00 99.97 04:32:57 04:31:01 3 0.03 0.00 0.02 0.00 0.00 99.95 04:32:57 04:31:01 4 0.00 0.00 0.02 0.00 0.02 99.97 04:32:57 04:31:01 5 0.02 0.00 0.00 0.00 0.00 99.98 04:32:57 04:31:01 6 0.02 0.00 0.00 0.00 0.00 99.98 04:32:57 04:31:01 7 0.00 0.00 0.00 0.00 0.00 100.00 04:32:57 04:32:01 all 0.04 0.00 0.01 0.01 0.01 99.93 04:32:57 04:32:01 0 0.25 0.00 0.02 0.00 0.02 99.72 04:32:57 04:32:01 1 0.00 0.00 0.02 0.08 0.00 99.90 04:32:57 04:32:01 2 0.03 0.00 0.02 0.02 0.02 99.92 04:32:57 04:32:01 3 0.00 0.00 0.00 0.00 0.00 100.00 04:32:57 04:32:01 4 0.03 0.00 0.02 0.00 0.03 99.92 04:32:57 04:32:01 5 0.00 0.00 0.00 0.02 0.00 99.98 04:32:57 04:32:01 6 0.00 0.00 0.00 0.00 0.00 100.00 04:32:57 04:32:01 7 0.00 0.00 0.02 0.00 0.00 99.98 04:32:57 Average: all 3.09 0.00 0.92 0.55 0.02 95.42 04:32:57 Average: 0 2.86 0.00 0.98 0.55 0.02 95.60 04:32:57 Average: 1 2.93 0.00 0.85 0.87 0.02 95.33 04:32:57 Average: 2 2.77 0.00 0.92 0.73 0.02 95.56 04:32:57 Average: 3 3.03 0.00 0.89 0.31 0.02 95.76 04:32:57 Average: 4 2.60 0.00 1.04 0.65 0.03 95.68 04:32:57 Average: 5 3.44 0.00 0.86 0.30 0.01 95.38 04:32:57 Average: 6 4.12 0.00 0.96 0.51 0.02 94.39 04:32:57 Average: 7 2.96 0.00 0.85 0.49 0.02 95.68 04:32:57 04:32:57 04:32:57