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 [2022-10-12T04:12:35.797Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2022-10-12T04:12:35.960Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2022-10-12T04:12:36.058Z] ========================================================= [2022-10-12T04:12:36.058Z] EdgeX Global Pipelines Version Info [2022-10-12T04:12:36.058Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2022-10-12T04:12:36.799Z] ------------------- [2022-10-12T04:12:36.799Z] stable info: [2022-10-12T04:12:36.799Z] ------------------- [2022-10-12T04:12:36.799Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2022-10-12T04:12:36.799Z] Commit SHA: bd7468d5528128c83034753e4c3def8ef9af3f2d [2022-10-12T04:12:36.799Z] Message: update stable to v1.0.239 [2022-10-12T04:12:37.371Z] ------------------- [2022-10-12T04:12:37.371Z] experimental info: [2022-10-12T04:12:37.371Z] ------------------- [2022-10-12T04:12:37.371Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2022-10-12T04:12:37.371Z] Commit SHA: bd7468d5528128c83034753e4c3def8ef9af3f2d [2022-10-12T04:12:37.371Z] Message: update experimental to v1.0.239 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2022-10-12T04:12:37.656Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-ui-go-settings [Pipeline] echo [2022-10-12T04:12:37.697Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-ui-go [Pipeline] echo [2022-10-12T04:12:37.731Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2022-10-12T04:12:37.770Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2022-10-12T04:12:37.810Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2022-10-12T04:12:37.847Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.18 [Pipeline] echo [2022-10-12T04:12:37.886Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2022-10-12T04:12:37.925Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2022-10-12T04:12:37.963Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2022-10-12T04:12:38.006Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2022-10-12T04:12:38.055Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2022-10-12T04:12:38.097Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = edgex-ui [Pipeline] echo [2022-10-12T04:12:38.142Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2022-10-12T04:12:38.180Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2022-10-12T04:12:38.222Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2022-10-12T04:12:38.263Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2022-10-12T04:12:38.304Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2022-10-12T04:12:38.345Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2022-10-12T04:12:38.385Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2022-10-12T04:12:38.426Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2022-10-12T04:12:38.472Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2022-10-12T04:12:38.514Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2022-10-12T04:12:38.554Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2022-10-12T04:12:38.595Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2022-10-12T04:12:38.634Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2022-10-12T04:12:38.676Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2022-10-12T04:12:38.714Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2022-10-12T04:12:38.812Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-557 [Pipeline] echo [2022-10-12T04:12:38.851Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-557 [Pipeline] echo [2022-10-12T04:12:38.892Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-557 [Pipeline] echo [2022-10-12T04:12:38.929Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 883c945d15415503f632df0c23bf5beefce9ba19 [Pipeline] echo [2022-10-12T04:12:38.967Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 883c945 [Pipeline] echo [2022-10-12T04:12:39.003Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-10-12T04:12:39.110Z] provisioning config files... [2022-10-12T04:12:39.124Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-557@tmp/config16584375719954651509tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-10-12T04:12:39.481Z] ---> docker-login.sh [2022-10-12T04:12:39.481Z] nexus3.edgexfoundry.org:10001 [2022-10-12T04:12:39.742Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-10-12T04:12:40.003Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-10-12T04:12:40.003Z] Configure a credential helper to remove this warning. See [2022-10-12T04:12:40.003Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-10-12T04:12:40.003Z] [2022-10-12T04:12:40.003Z] Login Succeeded [2022-10-12T04:12:40.003Z] nexus3.edgexfoundry.org:10002 [2022-10-12T04:12:40.003Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-10-12T04:12:40.003Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-10-12T04:12:40.003Z] Configure a credential helper to remove this warning. See [2022-10-12T04:12:40.003Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-10-12T04:12:40.003Z] [2022-10-12T04:12:40.003Z] Login Succeeded [2022-10-12T04:12:40.004Z] nexus3.edgexfoundry.org:10003 [2022-10-12T04:12:40.004Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-10-12T04:12:40.004Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-10-12T04:12:40.004Z] Configure a credential helper to remove this warning. See [2022-10-12T04:12:40.004Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-10-12T04:12:40.004Z] [2022-10-12T04:12:40.004Z] Login Succeeded [2022-10-12T04:12:40.264Z] nexus3.edgexfoundry.org:10004 [2022-10-12T04:12:40.264Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-10-12T04:12:40.264Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-10-12T04:12:40.264Z] Configure a credential helper to remove this warning. See [2022-10-12T04:12:40.264Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-10-12T04:12:40.264Z] [2022-10-12T04:12:40.264Z] Login Succeeded [2022-10-12T04:12:40.264Z] docker.io [2022-10-12T04:12:40.264Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-10-12T04:12:40.524Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-10-12T04:12:40.524Z] Configure a credential helper to remove this warning. See [2022-10-12T04:12:40.524Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-10-12T04:12:40.524Z] [2022-10-12T04:12:40.524Z] Login Succeeded [2022-10-12T04:12:40.524Z] ---> docker-login.sh ends [Pipeline] } [2022-10-12T04:12:40.550Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2022-10-12T04:12:41.192Z] + git rev-list -1 --merges 883c945d15415503f632df0c23bf5beefce9ba19~1..883c945d15415503f632df0c23bf5beefce9ba19 [Pipeline] echo [2022-10-12T04:12:41.234Z] -----------> git rev-list -1 --merges 883c945d15415503f632df0c23bf5beefce9ba19~1..883c945d15415503f632df0c23bf5beefce9ba19 883c945d15415503f632df0c23bf5beefce9ba19 [false] [Pipeline] sh [2022-10-12T04:12:41.547Z] + git log --format=format:%s -1 883c945d15415503f632df0c23bf5beefce9ba19 [Pipeline] echo [2022-10-12T04:12:41.585Z] ========================================================= [2022-10-12T04:12:41.585Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2022-10-12T04:12:41.585Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2022-10-12T04:12:42.012Z] + git log --format=format:%s -1 883c945d15415503f632df0c23bf5beefce9ba19 [Pipeline] echo [2022-10-12T04:12:42.043Z] [semverPrep] GIT_COMMIT: 883c945d15415503f632df0c23bf5beefce9ba19, Commit Message: chore(deps): Bump github.com/edgexfoundry/go-mod-bootstrap/v2 [Pipeline] echo [2022-10-12T04:12:42.070Z] [semverPrep] This is not a build commit. [Pipeline] sh [2022-10-12T04:12:42.506Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2022-10-12T04:12:42.506Z] + grep -v github /etc/ssh/ssh_known_hosts [2022-10-12T04:12:42.506Z] + [ -e /tmp/ssh_known_hosts ] [2022-10-12T04:12:42.506Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2022-10-12T04:12:42.506Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2022-10-12T04:12:42.506Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2022-10-12T04:12:42.506Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-10-12T04:12:42.934Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2022-10-12T04:12:42.934Z] [2022-10-12T04:12:42.934Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-10-12T04:12:43.314Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2022-10-12T04:12:43.314Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2022-10-12T04:12:43.314Z] b85a868b505f: Pulling fs layer [2022-10-12T04:12:43.314Z] e2be974225ed: Pulling fs layer [2022-10-12T04:12:43.314Z] 339a4e72a1f5: Pulling fs layer [2022-10-12T04:12:43.314Z] 988bab9f4d93: Pulling fs layer [2022-10-12T04:12:43.314Z] 1469e6f7b9e6: Pulling fs layer [2022-10-12T04:12:43.314Z] eaf3925da568: Pulling fs layer [2022-10-12T04:12:43.314Z] bab4dde63d76: Pulling fs layer [2022-10-12T04:12:43.314Z] bde34c3a00c8: Pulling fs layer [2022-10-12T04:12:43.314Z] b352a97aabf1: Pulling fs layer [2022-10-12T04:12:43.314Z] 4872d77fe225: Pulling fs layer [2022-10-12T04:12:43.314Z] 5851b861e8e6: Pulling fs layer [2022-10-12T04:12:43.314Z] 988bab9f4d93: Waiting [2022-10-12T04:12:43.314Z] 1469e6f7b9e6: Waiting [2022-10-12T04:12:43.314Z] eaf3925da568: Waiting [2022-10-12T04:12:43.314Z] bab4dde63d76: Waiting [2022-10-12T04:12:43.314Z] bde34c3a00c8: Waiting [2022-10-12T04:12:43.314Z] b352a97aabf1: Waiting [2022-10-12T04:12:43.314Z] 4872d77fe225: Waiting [2022-10-12T04:12:43.314Z] 5851b861e8e6: Waiting [2022-10-12T04:12:43.314Z] e2be974225ed: Verifying Checksum [2022-10-12T04:12:43.314Z] e2be974225ed: Download complete [2022-10-12T04:12:43.314Z] 988bab9f4d93: Verifying Checksum [2022-10-12T04:12:43.314Z] 988bab9f4d93: Download complete [2022-10-12T04:12:43.574Z] 1469e6f7b9e6: Verifying Checksum [2022-10-12T04:12:43.574Z] 1469e6f7b9e6: Download complete [2022-10-12T04:12:43.574Z] eaf3925da568: Verifying Checksum [2022-10-12T04:12:43.574Z] eaf3925da568: Download complete [2022-10-12T04:12:43.574Z] 339a4e72a1f5: Verifying Checksum [2022-10-12T04:12:43.574Z] 339a4e72a1f5: Download complete [2022-10-12T04:12:43.574Z] bde34c3a00c8: Verifying Checksum [2022-10-12T04:12:43.574Z] bde34c3a00c8: Download complete [2022-10-12T04:12:43.574Z] b352a97aabf1: Verifying Checksum [2022-10-12T04:12:43.574Z] b352a97aabf1: Download complete [2022-10-12T04:12:43.574Z] 4872d77fe225: Verifying Checksum [2022-10-12T04:12:43.574Z] 4872d77fe225: Download complete [2022-10-12T04:12:43.574Z] b85a868b505f: Verifying Checksum [2022-10-12T04:12:43.574Z] b85a868b505f: Download complete [2022-10-12T04:12:43.574Z] 5851b861e8e6: Verifying Checksum [2022-10-12T04:12:43.574Z] 5851b861e8e6: Download complete [2022-10-12T04:12:43.833Z] bab4dde63d76: Verifying Checksum [2022-10-12T04:12:43.833Z] bab4dde63d76: Download complete [2022-10-12T04:12:44.768Z] b85a868b505f: Pull complete [2022-10-12T04:12:45.027Z] e2be974225ed: Pull complete [2022-10-12T04:12:45.596Z] 339a4e72a1f5: Pull complete [2022-10-12T04:12:45.596Z] 988bab9f4d93: Pull complete [2022-10-12T04:12:45.863Z] 1469e6f7b9e6: Pull complete [2022-10-12T04:12:45.863Z] eaf3925da568: Pull complete [2022-10-12T04:12:47.767Z] bab4dde63d76: Pull complete [2022-10-12T04:12:47.767Z] bde34c3a00c8: Pull complete [2022-10-12T04:12:47.767Z] b352a97aabf1: Pull complete [2022-10-12T04:12:47.767Z] 4872d77fe225: Pull complete [2022-10-12T04:12:47.767Z] 5851b861e8e6: Pull complete [2022-10-12T04:12:47.767Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2022-10-12T04:12:47.767Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2022-10-12T04:12:47.767Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-10-12T04:12:47.971Z] prd-ubuntu20.04-docker-8c-8g-7728 does not seem to be running inside a container [2022-10-12T04:12:48.002Z] $ 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 [2022-10-12T04:12:50.709Z] $ docker top c874bb38ff3d675de45ad95e6c6fd0d4d17fa86059c94508f2e4dacfb7d1b1ba -eo pid,comm [2022-10-12T04:12:50.763Z] ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). [2022-10-12T04:12:50.763Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2022-10-12T04:12:50.875Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-10-12T04:12:50.875Z] [ssh-agent] Looking for ssh-agent implementation... [2022-10-12T04:12:50.987Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-10-12T04:12:50.992Z] $ docker exec c874bb38ff3d675de45ad95e6c6fd0d4d17fa86059c94508f2e4dacfb7d1b1ba ssh-agent [2022-10-12T04:12:51.089Z] SSH_AUTH_SOCK=/tmp/ssh-IM9PoLG7Dbnp/agent.33 [2022-10-12T04:12:51.089Z] SSH_AGENT_PID=39 [2022-10-12T04:12:51.095Z] Running ssh-add (command line suppressed) [2022-10-12T04:12:51.201Z] 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) [2022-10-12T04:12:51.213Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-10-12T04:12:51.545Z] + git tag --points-at HEAD [Pipeline] } [2022-10-12T04:12:51.573Z] $ docker exec --env ******** --env ******** c874bb38ff3d675de45ad95e6c6fd0d4d17fa86059c94508f2e4dacfb7d1b1ba ssh-agent -k [2022-10-12T04:12:51.677Z] unset SSH_AUTH_SOCK; [2022-10-12T04:12:51.678Z] unset SSH_AGENT_PID; [2022-10-12T04:12:51.678Z] echo Agent pid 39 killed; [2022-10-12T04:12:51.684Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2022-10-12T04:12:51.771Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-10-12T04:12:51.771Z] [ssh-agent] Looking for ssh-agent implementation... [2022-10-12T04:12:51.870Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-10-12T04:12:51.875Z] $ docker exec c874bb38ff3d675de45ad95e6c6fd0d4d17fa86059c94508f2e4dacfb7d1b1ba ssh-agent [2022-10-12T04:12:51.976Z] SSH_AUTH_SOCK=/tmp/ssh-uG5yoB4DucB7/agent.71 [2022-10-12T04:12:51.976Z] SSH_AGENT_PID=77 [2022-10-12T04:12:51.980Z] Running ssh-add (command line suppressed) [2022-10-12T04:12:52.078Z] 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) [2022-10-12T04:12:52.089Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-10-12T04:12:52.420Z] + git semver init [2022-10-12T04:12:52.679Z] 2022-10-12 04:12:52,584 [run_init] DEBUG init version:0.0.0 force:False [2022-10-12T04:12:52.679Z] 2022-10-12 04:12:52,585 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgexfoundry_edgex-ui-go_PR-557/.semver [2022-10-12T04:12:52.680Z] 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 [2022-10-12T04:12:52.680Z] 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) [2022-10-12T04:12:54.585Z] 2022-10-12 04:12:54,155 [append_file] DEBUG append to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-557/.git/info/exclude [2022-10-12T04:12:54.585Z] 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 [2022-10-12T04:12:54.585Z] 2022-10-12 04:12:54,156 [write_file] DEBUG write to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-557/.semver/PR-557 [2022-10-12T04:12:54.585Z] 2022-10-12 04:12:54,160 [execute] INFO git cat-file --batch-check [2022-10-12T04:12:54.586Z] 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=) [2022-10-12T04:12:54.586Z] 2022-10-12 04:12:54,168 [execute] INFO git cat-file --batch [2022-10-12T04:12:54.586Z] 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=) [2022-10-12T04:12:54.586Z] 2022-10-12 04:12:54,173 [read_version] DEBUG read version from /w/workspace/edgexfoundry_edgex-ui-go_PR-557/.semver/PR-557 [2022-10-12T04:12:54.586Z] 0.0.0 [Pipeline] } [2022-10-12T04:12:54.613Z] $ docker exec --env ******** --env ******** c874bb38ff3d675de45ad95e6c6fd0d4d17fa86059c94508f2e4dacfb7d1b1ba ssh-agent -k [2022-10-12T04:12:54.724Z] unset SSH_AUTH_SOCK; [2022-10-12T04:12:54.725Z] unset SSH_AGENT_PID; [2022-10-12T04:12:54.725Z] echo Agent pid 77 killed; [2022-10-12T04:12:54.733Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2022-10-12T04:12:55.164Z] + git semver [Pipeline] } [2022-10-12T04:12:55.453Z] $ docker stop --time=1 c874bb38ff3d675de45ad95e6c6fd0d4d17fa86059c94508f2e4dacfb7d1b1ba [2022-10-12T04:12:56.780Z] $ docker rm -f c874bb38ff3d675de45ad95e6c6fd0d4d17fa86059c94508f2e4dacfb7d1b1ba [Pipeline] // withDockerContainer [Pipeline] sh [2022-10-12T04:12:57.171Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2022-10-12T04:12:57.430Z] Stashed 1 file(s) [Pipeline] echo [2022-10-12T04:12:57.456Z] [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] withEnv [Pipeline] { [Pipeline] node [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-10-12T04:12:58.027Z] provisioning config files... [2022-10-12T04:12:58.037Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-557@tmp/config10212739804509768824tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-10-12T04:12:58.375Z] ---> docker-login.sh [2022-10-12T04:12:58.375Z] nexus3.edgexfoundry.org:10001 [2022-10-12T04:12:58.375Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-10-12T04:12:58.375Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-10-12T04:12:58.375Z] Configure a credential helper to remove this warning. See [2022-10-12T04:12:58.375Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-10-12T04:12:58.375Z] [2022-10-12T04:12:58.375Z] Login Succeeded [2022-10-12T04:12:58.375Z] nexus3.edgexfoundry.org:10002 [2022-10-12T04:12:58.375Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-10-12T04:12:58.375Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-10-12T04:12:58.375Z] Configure a credential helper to remove this warning. See [2022-10-12T04:12:58.375Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-10-12T04:12:58.375Z] [2022-10-12T04:12:58.375Z] Login Succeeded [2022-10-12T04:12:58.375Z] nexus3.edgexfoundry.org:10003 [2022-10-12T04:12:58.633Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-10-12T04:12:58.633Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-10-12T04:12:58.633Z] Configure a credential helper to remove this warning. See [2022-10-12T04:12:58.633Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-10-12T04:12:58.633Z] [2022-10-12T04:12:58.633Z] Login Succeeded [2022-10-12T04:12:58.633Z] nexus3.edgexfoundry.org:10004 [2022-10-12T04:12:58.633Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-10-12T04:12:58.633Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-10-12T04:12:58.633Z] Configure a credential helper to remove this warning. See [2022-10-12T04:12:58.633Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-10-12T04:12:58.633Z] [2022-10-12T04:12:58.633Z] Login Succeeded [2022-10-12T04:12:58.633Z] docker.io [2022-10-12T04:12:58.892Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-10-12T04:12:59.151Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-10-12T04:12:59.151Z] Configure a credential helper to remove this warning. See [2022-10-12T04:12:59.151Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-10-12T04:12:59.151Z] [2022-10-12T04:12:59.151Z] Login Succeeded [2022-10-12T04:12:59.151Z] ---> docker-login.sh ends [Pipeline] } [2022-10-12T04:12:59.177Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2022-10-12T04:12:59.350Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-10-12T04:12:59.382Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-10-12T04:12:59.411Z] ========================================================= [2022-10-12T04:12:59.411Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine] [2022-10-12T04:12:59.411Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-10-12T04:12:59.855Z] + docker build -t ci-base-image-x86_64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine --build-arg MAKE=echo noop --target=builder . [2022-10-12T04:13:00.114Z] Sending build context to Docker daemon 45.97MB [2022-10-12T04:13:00.114Z] Step 1/16 : ARG BASE=golang:1.18-alpine3.16 [2022-10-12T04:13:00.114Z] Step 2/16 : FROM ${BASE} AS builder [2022-10-12T04:13:00.114Z] 1.18-alpine: Pulling from edgex-devops/edgex-golang-base [2022-10-12T04:13:00.114Z] 213ec9aee27d: Pulling fs layer [2022-10-12T04:13:00.114Z] 4583459ba037: Pulling fs layer [2022-10-12T04:13:00.114Z] 93c1e223e6f2: Pulling fs layer [2022-10-12T04:13:00.114Z] 53926ce57604: Pulling fs layer [2022-10-12T04:13:00.114Z] 21b2b0c7a3f4: Pulling fs layer [2022-10-12T04:13:00.114Z] 30f14e443154: Pulling fs layer [2022-10-12T04:13:00.114Z] 801331c1e519: Pulling fs layer [2022-10-12T04:13:00.114Z] 99cc6dd402b0: Pulling fs layer [2022-10-12T04:13:00.114Z] 7d9ed39f4882: Pulling fs layer [2022-10-12T04:13:00.114Z] 30f14e443154: Waiting [2022-10-12T04:13:00.114Z] 801331c1e519: Waiting [2022-10-12T04:13:00.114Z] 53926ce57604: Waiting [2022-10-12T04:13:00.114Z] 99cc6dd402b0: Waiting [2022-10-12T04:13:00.114Z] 21b2b0c7a3f4: Waiting [2022-10-12T04:13:00.114Z] 93c1e223e6f2: Verifying Checksum [2022-10-12T04:13:00.114Z] 93c1e223e6f2: Download complete [2022-10-12T04:13:00.377Z] 4583459ba037: Verifying Checksum [2022-10-12T04:13:00.377Z] 4583459ba037: Download complete [2022-10-12T04:13:00.377Z] 21b2b0c7a3f4: Verifying Checksum [2022-10-12T04:13:00.377Z] 21b2b0c7a3f4: Download complete [2022-10-12T04:13:00.377Z] 30f14e443154: Verifying Checksum [2022-10-12T04:13:00.377Z] 30f14e443154: Download complete [2022-10-12T04:13:00.377Z] 213ec9aee27d: Verifying Checksum [2022-10-12T04:13:00.377Z] 213ec9aee27d: Download complete [2022-10-12T04:13:00.377Z] 801331c1e519: Verifying Checksum [2022-10-12T04:13:00.377Z] 801331c1e519: Download complete [2022-10-12T04:13:00.377Z] 213ec9aee27d: Pull complete [2022-10-12T04:13:00.638Z] 4583459ba037: Pull complete [2022-10-12T04:13:00.638Z] 93c1e223e6f2: Pull complete [2022-10-12T04:13:00.898Z] 7d9ed39f4882: Verifying Checksum [2022-10-12T04:13:00.898Z] 7d9ed39f4882: Download complete [2022-10-12T04:13:00.898Z] 99cc6dd402b0: Verifying Checksum [2022-10-12T04:13:00.898Z] 99cc6dd402b0: Download complete [2022-10-12T04:13:01.157Z] 53926ce57604: Verifying Checksum [2022-10-12T04:13:01.157Z] 53926ce57604: Download complete [2022-10-12T04:13:04.438Z] 53926ce57604: Pull complete [2022-10-12T04:13:04.438Z] 21b2b0c7a3f4: Pull complete [2022-10-12T04:13:04.697Z] 30f14e443154: Pull complete [2022-10-12T04:13:04.697Z] 801331c1e519: Pull complete [2022-10-12T04:13:06.594Z] 99cc6dd402b0: Pull complete [2022-10-12T04:13:07.160Z] 7d9ed39f4882: Pull complete [2022-10-12T04:13:07.160Z] Digest: sha256:1f16063191d1a9870fce7bbdb1825a1eb962d13bb3ce54f6dd36240110f048b3 [2022-10-12T04:13:07.160Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2022-10-12T04:13:07.160Z] ---> 1dedd983c030 [2022-10-12T04:13:07.160Z] Step 3/16 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" [2022-10-12T04:13:11.346Z] ---> Running in 593940bd1089 [2022-10-12T04:13:11.346Z] Removing intermediate container 593940bd1089 [2022-10-12T04:13:11.346Z] ---> b85a21aa2974 [2022-10-12T04:13:11.346Z] Step 4/16 : ARG ALPINE_PKG_BASE="make git" [2022-10-12T04:13:11.346Z] ---> Running in 8a44777ce8a1 [2022-10-12T04:13:11.346Z] Removing intermediate container 8a44777ce8a1 [2022-10-12T04:13:11.346Z] ---> 5f0cba68c8ab [2022-10-12T04:13:11.346Z] Step 5/16 : ARG ALPINE_PKG_EXTRA="" [2022-10-12T04:13:11.346Z] ---> Running in b8d533e3999a [2022-10-12T04:13:11.346Z] Removing intermediate container b8d533e3999a [2022-10-12T04:13:11.346Z] ---> 6a2ff94283ea [2022-10-12T04:13:11.346Z] Step 6/16 : LABEL Name=edgex-ui-go [2022-10-12T04:13:11.346Z] ---> Running in 61516648e772 [2022-10-12T04:13:11.346Z] Removing intermediate container 61516648e772 [2022-10-12T04:13:11.346Z] ---> 6c376fbe88dd [2022-10-12T04:13:11.346Z] Step 7/16 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2022: Intel' [2022-10-12T04:13:11.346Z] ---> Running in 562c0ff5dbbc [2022-10-12T04:13:11.604Z] Removing intermediate container 562c0ff5dbbc [2022-10-12T04:13:11.604Z] ---> 8ddf7585406c [2022-10-12T04:13:11.604Z] Step 8/16 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2022-10-12T04:13:12.171Z] latest: Pulling from library/docker [2022-10-12T04:13:12.171Z] 213ec9aee27d: Already exists [2022-10-12T04:13:12.171Z] 7b0dd730a5c3: Pulling fs layer [2022-10-12T04:13:12.171Z] 4b90f8029a36: Pulling fs layer [2022-10-12T04:13:12.171Z] b2204c289e68: Pulling fs layer [2022-10-12T04:13:12.171Z] a75dcb107a37: Pulling fs layer [2022-10-12T04:13:12.171Z] 3a173a06c313: Pulling fs layer [2022-10-12T04:13:12.171Z] 44f3a1cb7a3f: Pulling fs layer [2022-10-12T04:13:12.171Z] a7d2f4b1d0b5: Pulling fs layer [2022-10-12T04:13:12.171Z] cd2ccc3f5575: Pulling fs layer [2022-10-12T04:13:12.171Z] 3a173a06c313: Waiting [2022-10-12T04:13:12.171Z] 44f3a1cb7a3f: Waiting [2022-10-12T04:13:12.171Z] a7d2f4b1d0b5: Waiting [2022-10-12T04:13:12.171Z] cd2ccc3f5575: Waiting [2022-10-12T04:13:12.171Z] a75dcb107a37: Waiting [2022-10-12T04:13:12.434Z] 4b90f8029a36: Download complete [2022-10-12T04:13:12.434Z] 7b0dd730a5c3: Download complete [2022-10-12T04:13:12.434Z] b2204c289e68: Verifying Checksum [2022-10-12T04:13:12.434Z] b2204c289e68: Download complete [2022-10-12T04:13:12.434Z] 7b0dd730a5c3: Pull complete [2022-10-12T04:13:12.692Z] 4b90f8029a36: Pull complete [2022-10-12T04:13:12.692Z] a75dcb107a37: Verifying Checksum [2022-10-12T04:13:12.692Z] a75dcb107a37: Download complete [2022-10-12T04:13:12.693Z] 3a173a06c313: Verifying Checksum [2022-10-12T04:13:12.693Z] 3a173a06c313: Download complete [2022-10-12T04:13:12.693Z] a7d2f4b1d0b5: Verifying Checksum [2022-10-12T04:13:12.693Z] a7d2f4b1d0b5: Download complete [2022-10-12T04:13:12.862Z] Still waiting to schedule task [2022-10-12T04:13:12.862Z] Waiting for next available executor on ‘ubuntu20.04-docker-arm64-4c-16g’ [2022-10-12T04:13:12.950Z] 44f3a1cb7a3f: Download complete [2022-10-12T04:13:12.950Z] cd2ccc3f5575: Verifying Checksum [2022-10-12T04:13:12.950Z] cd2ccc3f5575: Download complete [2022-10-12T04:13:12.950Z] b2204c289e68: Pull complete [2022-10-12T04:13:13.209Z] a75dcb107a37: Pull complete [2022-10-12T04:13:13.775Z] 3a173a06c313: Pull complete [2022-10-12T04:13:13.775Z] 44f3a1cb7a3f: Pull complete [2022-10-12T04:13:13.775Z] a7d2f4b1d0b5: Pull complete [2022-10-12T04:13:13.775Z] cd2ccc3f5575: Pull complete [2022-10-12T04:13:13.775Z] Digest: sha256:b2343859b009730168704bf04dd705291539db39df5ccf840a91b647b72009fe [2022-10-12T04:13:13.775Z] Status: Downloaded newer image for docker:latest [2022-10-12T04:13:15.675Z] ---> 94aee23710da [2022-10-12T04:13:15.675Z] Step 9/16 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-12T04:13:15.675Z] ---> Running in 35c5a5fe8dc6 [2022-10-12T04:13:15.934Z] Removing intermediate container 35c5a5fe8dc6 [2022-10-12T04:13:15.934Z] ---> 5a2d62f849c2 [2022-10-12T04:13:15.934Z] Step 10/16 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2022-10-12T04:13:15.934Z] ---> Running in 2af04a9dae5a [2022-10-12T04:13:16.192Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-10-12T04:13:17.128Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-10-12T04:13:17.389Z] OK: 211 MiB in 51 packages [2022-10-12T04:13:17.649Z] Removing intermediate container 2af04a9dae5a [2022-10-12T04:13:17.649Z] ---> 6286fb61ab67 [2022-10-12T04:13:17.649Z] Step 11/16 : ENV GO111MODULE=on [2022-10-12T04:13:17.649Z] ---> Running in eab359c76e6a [2022-10-12T04:13:17.649Z] Removing intermediate container eab359c76e6a [2022-10-12T04:13:17.649Z] ---> c47ff11e3d25 [2022-10-12T04:13:17.649Z] Step 12/16 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go [2022-10-12T04:13:17.649Z] ---> Running in 69b8a2d32393 [2022-10-12T04:13:17.906Z] Removing intermediate container 69b8a2d32393 [2022-10-12T04:13:17.906Z] ---> 7ef23c85aa61 [2022-10-12T04:13:17.906Z] Step 13/16 : COPY go.mod vendor* ./ [2022-10-12T04:13:17.906Z] ---> ed344cbcb8af [2022-10-12T04:13:17.906Z] Step 14/16 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-10-12T04:13:17.906Z] ---> Running in 4e01318ac580 [2022-10-12T04:13:35.997Z] Removing intermediate container 4e01318ac580 [2022-10-12T04:13:35.997Z] ---> 95c2874e7ee3 [2022-10-12T04:13:35.997Z] Step 15/16 : COPY . . [2022-10-12T04:13:37.382Z] ---> 73b2484aef6c [2022-10-12T04:13:37.382Z] Step 16/16 : RUN ${MAKE} [2022-10-12T04:13:37.382Z] ---> Running in 829bc0a76dfc [2022-10-12T04:13:37.382Z] noop [2022-10-12T04:13:37.642Z] Removing intermediate container 829bc0a76dfc [2022-10-12T04:13:37.642Z] ---> 5ed7e1240930 [2022-10-12T04:13:37.642Z] Successfully built 5ed7e1240930 [2022-10-12T04:13:37.642Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-10-12T04:13:38.090Z] + docker inspect -f . ci-base-image-x86_64 [2022-10-12T04:13:38.090Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-10-12T04:13:38.235Z] prd-ubuntu20.04-docker-8c-8g-7728 does not seem to be running inside a container [2022-10-12T04:13:38.269Z] $ 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 [2022-10-12T04:13:38.582Z] $ docker top 6e1330891f49199c9bb2b84ffac2d5ae9b6895a146a217f8591eaa5102322776 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-10-12T04:13:38.963Z] + go version [2022-10-12T04:13:38.963Z] go version go1.18.7 linux/amd64 [Pipeline] } [2022-10-12T04:13:38.999Z] $ docker stop --time=1 6e1330891f49199c9bb2b84ffac2d5ae9b6895a146a217f8591eaa5102322776 [2022-10-12T04:13:40.277Z] $ 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 [2022-10-12T04:13:40.947Z] + docker inspect -f . ci-base-image-x86_64 [2022-10-12T04:13:40.947Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-10-12T04:13:41.098Z] prd-ubuntu20.04-docker-8c-8g-7728 does not seem to be running inside a container [2022-10-12T04:13:41.128Z] $ 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 [2022-10-12T04:13:41.415Z] $ docker top 1af03909e3a9f5b5e39fe7da6acd77102c3e6db6aca80e26081ee3f1f235e5e2 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-10-12T04:13:41.800Z] + git config --global --add safe.directory /w/workspace/edgexfoundry_edgex-ui-go_PR-557 [Pipeline] fileExists [Pipeline] sh [2022-10-12T04:13:42.147Z] + make test [2022-10-12T04:13:42.147Z] CGO_ENABLED=0 GO111MODULE=on go test -tags "no_messagebus" -coverprofile=coverage.out ./... [2022-10-12T04:13:42.405Z] ? github.com/edgexfoundry/edgex-ui-go [no test files] [2022-10-12T04:13:50.509Z] ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] [2022-10-12T04:13:50.509Z] ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] [2022-10-12T04:13:50.509Z] ? github.com/edgexfoundry/edgex-ui-go/internal/common [no test files] [2022-10-12T04:13:50.509Z] ? github.com/edgexfoundry/edgex-ui-go/internal/config [no test files] [2022-10-12T04:13:50.509Z] ? github.com/edgexfoundry/edgex-ui-go/internal/container [no test files] [2022-10-12T04:13:50.509Z] ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] [2022-10-12T04:13:50.509Z] ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] [2022-10-12T04:13:50.509Z] ? github.com/edgexfoundry/edgex-ui-go/internal/service [no test files] [2022-10-12T04:13:50.509Z] CGO_ENABLED=0 GO111MODULE=on go vet -tags "no_messagebus" ./... [2022-10-12T04:13:53.050Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2022-10-12T04:13:53.050Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2022-10-12T04:13:53.050Z] ./bin/test-attribution-txt.sh [2022-10-12T04:13:53.050Z] An attribution for github.com/edgexfoundry/go-mod-bootstrap/v2 is missing from Attribution.txt, please add [2022-10-12T04:13:53.050Z] An attribution for github.com/Microsoft/go-winio is missing from Attribution.txt, please add [2022-10-12T04:13:53.050Z] An attribution for github.com/eclipse/paho.mqtt.golang is missing from Attribution.txt, please add [2022-10-12T04:13:53.050Z] An attribution for github.com/edgexfoundry/go-mod-messaging/v2 is missing from Attribution.txt, please add [2022-10-12T04:13:53.050Z] An attribution for github.com/edgexfoundry/go-mod-secrets/v2 is missing from Attribution.txt, please add [2022-10-12T04:13:53.050Z] An attribution for github.com/go-kit/log is missing from Attribution.txt, please add [2022-10-12T04:13:53.050Z] An attribution for github.com/go-logfmt/logfmt is missing from Attribution.txt, please add [2022-10-12T04:13:53.050Z] An attribution for github.com/go-redis/redis/v7 is missing from Attribution.txt, please add [2022-10-12T04:13:53.050Z] An attribution for github.com/golang/protobuf is missing from Attribution.txt, please add [2022-10-12T04:13:53.050Z] An attribution for github.com/gorilla/websocket is missing from Attribution.txt, please add [2022-10-12T04:13:53.050Z] An attribution for github.com/hashicorp/errwrap is missing from Attribution.txt, please add [2022-10-12T04:13:53.050Z] An attribution for github.com/hashicorp/go-multierror is missing from Attribution.txt, please add [2022-10-12T04:13:53.050Z] An attribution for github.com/pebbe/zmq4 is missing from Attribution.txt, please add [2022-10-12T04:13:53.050Z] An attribution for github.com/rcrowley/go-metrics is missing from Attribution.txt, please add [2022-10-12T04:13:53.050Z] An attribution for github.com/spiffe/go-spiffe/v2 is missing from Attribution.txt, please add [2022-10-12T04:13:53.050Z] An attribution for github.com/zeebo/errs is missing from Attribution.txt, please add [2022-10-12T04:13:53.050Z] An attribution for golang.org/x/net is missing from Attribution.txt, please add [2022-10-12T04:13:53.050Z] An attribution for golang.org/x/sync is missing from Attribution.txt, please add [2022-10-12T04:13:53.050Z] An attribution for google.golang.org/genproto is missing from Attribution.txt, please add [2022-10-12T04:13:53.050Z] An attribution for google.golang.org/grpc is missing from Attribution.txt, please add [2022-10-12T04:13:53.050Z] An attribution for google.golang.org/protobuf is missing from Attribution.txt, please add [2022-10-12T04:13:53.050Z] An attribution for gopkg.in/square/go-jose.v2 is missing from Attribution.txt, please add [2022-10-12T04:13:53.050Z] make -C web test [2022-10-12T04:13:53.050Z] make[1]: Entering directory '/w/workspace/edgexfoundry_edgex-ui-go_PR-557/web' [2022-10-12T04:13:53.050Z] make[1]: tput: No such file or directory [2022-10-12T04:13:53.050Z] make[1]: tput: No such file or directory [2022-10-12T04:13:53.050Z] warning: generating ./VERSION [2022-10-12T04:13:53.050Z] echo "0.0.0" > VERSION [2022-10-12T04:13:53.050Z] docker build \ [2022-10-12T04:13:53.050Z] -f Dockerfile \ [2022-10-12T04:13:53.050Z] --build-arg USER=1000 \ [2022-10-12T04:13:53.050Z] \ [2022-10-12T04:13:53.050Z] --label "git_sha=883c945d15415503f632df0c23bf5beefce9ba19" \ [2022-10-12T04:13:53.050Z] -t edgexfoundry/edgex-web-ui:883c945d15415503f632df0c23bf5beefce9ba19 \ [2022-10-12T04:13:53.050Z] -t edgexfoundry/edgex-web-ui:0.0.0-dev \ [2022-10-12T04:13:53.050Z] . [2022-10-12T04:13:53.309Z] Sending build context to Docker daemon 3.269MB [2022-10-12T04:13:53.309Z] Step 1/10 : FROM node:16.17-alpine3.15 [2022-10-12T04:13:53.309Z] 16.17-alpine3.15: Pulling from library/node [2022-10-12T04:13:53.878Z] 9621f1afde84: Pulling fs layer [2022-10-12T04:13:53.878Z] c6f70ee39829: Pulling fs layer [2022-10-12T04:13:53.878Z] 56892a8094a2: Pulling fs layer [2022-10-12T04:13:53.878Z] 58dd87906ef0: Pulling fs layer [2022-10-12T04:13:53.878Z] 9621f1afde84: Verifying Checksum [2022-10-12T04:13:53.878Z] 9621f1afde84: Download complete [2022-10-12T04:13:53.878Z] 9621f1afde84: Pull complete [2022-10-12T04:13:53.878Z] 58dd87906ef0: Download complete [2022-10-12T04:13:53.878Z] 56892a8094a2: Download complete [2022-10-12T04:13:55.253Z] c6f70ee39829: Verifying Checksum [2022-10-12T04:13:55.253Z] c6f70ee39829: Download complete [2022-10-12T04:13:56.186Z] c6f70ee39829: Pull complete [2022-10-12T04:13:56.186Z] 56892a8094a2: Pull complete [2022-10-12T04:13:56.186Z] 58dd87906ef0: Pull complete [2022-10-12T04:13:56.186Z] Digest: sha256:84c606bfbe4cf120c52b17c3b727e614d99e357a8e350f83a4e7b9ec0798e04a [2022-10-12T04:13:56.186Z] Status: Downloaded newer image for node:16.17-alpine3.15 [2022-10-12T04:13:56.186Z] ---> b69703f70c3d [2022-10-12T04:13:56.186Z] Step 2/10 : RUN apk add --no-cache chromium [2022-10-12T04:13:57.562Z] ---> Running in d80f46dfae6d [2022-10-12T04:13:58.130Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-10-12T04:13:58.130Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-10-12T04:13:58.130Z] (1/129) Installing libxau (1.0.9-r0) [2022-10-12T04:13:58.130Z] (2/129) Installing libmd (1.0.3-r0) [2022-10-12T04:13:58.130Z] (3/129) Installing libbsd (0.11.3-r1) [2022-10-12T04:13:58.389Z] (4/129) Installing libxdmcp (1.1.3-r0) [2022-10-12T04:13:58.389Z] (5/129) Installing libxcb (1.14-r2) [2022-10-12T04:13:58.389Z] (6/129) Installing libx11 (1.7.3.1-r0) [2022-10-12T04:13:58.389Z] (7/129) Installing libxext (1.3.4-r0) [2022-10-12T04:13:58.389Z] (8/129) Installing libice (1.0.10-r0) [2022-10-12T04:13:58.389Z] (9/129) Installing libuuid (2.37.4-r0) [2022-10-12T04:13:58.389Z] (10/129) Installing libsm (1.2.3-r0) [2022-10-12T04:13:58.389Z] (11/129) Installing libxt (1.2.1-r0) [2022-10-12T04:13:58.389Z] (12/129) Installing libxmu (1.1.3-r0) [2022-10-12T04:13:58.389Z] (13/129) Installing xset (1.2.4-r0) [2022-10-12T04:13:58.389Z] (14/129) Installing xprop (1.2.5-r0) [2022-10-12T04:13:58.389Z] (15/129) Installing xdg-utils (1.1.3-r0) [2022-10-12T04:13:58.389Z] (16/129) Installing eudev-libs (3.2.11_pre1-r0) [2022-10-12T04:13:58.389Z] (17/129) Installing pkgconf (1.8.0-r0) [2022-10-12T04:13:58.389Z] (18/129) Installing libffi (3.4.2-r1) [2022-10-12T04:13:58.650Z] (19/129) Installing libintl (0.21-r0) [2022-10-12T04:13:58.650Z] (20/129) Installing libblkid (2.37.4-r0) [2022-10-12T04:13:58.650Z] (21/129) Installing libmount (2.37.4-r0) [2022-10-12T04:13:58.650Z] (22/129) Installing pcre (8.45-r1) [2022-10-12T04:13:58.650Z] (23/129) Installing glib (2.70.1-r0) [2022-10-12T04:13:58.650Z] (24/129) Installing xz-libs (5.2.5-r1) [2022-10-12T04:13:58.650Z] (25/129) Installing libxml2 (2.9.14-r1) [2022-10-12T04:13:58.650Z] (26/129) Installing shared-mime-info (2.1-r1) [2022-10-12T04:13:58.650Z] (27/129) Installing hicolor-icon-theme (0.17-r1) [2022-10-12T04:13:58.650Z] (28/129) Installing libjpeg-turbo (2.1.2-r0) [2022-10-12T04:13:58.650Z] (29/129) Installing libpng (1.6.37-r1) [2022-10-12T04:13:58.650Z] (30/129) Installing libwebp (1.2.2-r0) [2022-10-12T04:13:58.650Z] (31/129) Installing zstd-libs (1.5.0-r0) [2022-10-12T04:13:58.650Z] (32/129) Installing tiff (4.4.0-r0) [2022-10-12T04:13:58.650Z] (33/129) Installing gdk-pixbuf (2.42.8-r0) [2022-10-12T04:13:58.650Z] (34/129) Installing gtk-update-icon-cache (2.24.33-r0) [2022-10-12T04:13:58.650Z] (35/129) Installing libxcomposite (0.4.5-r0) [2022-10-12T04:13:58.650Z] (36/129) Installing libxfixes (6.0.0-r0) [2022-10-12T04:13:58.650Z] (37/129) Installing libxrender (0.9.10-r3) [2022-10-12T04:13:58.650Z] (38/129) Installing libxcursor (1.2.0-r0) [2022-10-12T04:13:58.650Z] (39/129) Installing libxdamage (1.1.5-r1) [2022-10-12T04:13:58.650Z] (40/129) Installing libxi (1.8-r0) [2022-10-12T04:13:58.650Z] (41/129) Installing libxinerama (1.1.4-r1) [2022-10-12T04:13:58.650Z] (42/129) Installing libxrandr (1.5.2-r1) [2022-10-12T04:13:58.650Z] (43/129) Installing atk (2.36.0-r0) [2022-10-12T04:13:58.910Z] (44/129) Installing libxtst (1.2.3-r3) [2022-10-12T04:13:58.910Z] (45/129) Installing dbus-libs (1.12.24-r0) [2022-10-12T04:13:58.910Z] (46/129) Installing at-spi2-core (2.42.0-r0) [2022-10-12T04:13:58.910Z] (47/129) Installing at-spi2-atk (2.38.0-r0) [2022-10-12T04:13:58.910Z] (48/129) Installing expat (2.4.9-r0) [2022-10-12T04:13:58.910Z] (49/129) Installing brotli-libs (1.0.9-r5) [2022-10-12T04:13:58.910Z] (50/129) Installing libbz2 (1.0.8-r1) [2022-10-12T04:13:58.910Z] (51/129) Installing freetype (2.11.1-r2) [2022-10-12T04:13:58.910Z] (52/129) Installing fontconfig (2.13.1-r4) [2022-10-12T04:13:58.910Z] (53/129) Installing pixman (0.40.0-r3) [2022-10-12T04:13:58.910Z] (54/129) Installing cairo (1.16.0-r5) [2022-10-12T04:13:58.910Z] (55/129) Installing cairo-gobject (1.16.0-r5) [2022-10-12T04:13:58.910Z] (56/129) Installing avahi-libs (0.8-r5) [2022-10-12T04:13:58.910Z] (57/129) Installing gmp (6.2.1-r1) [2022-10-12T04:13:58.910Z] (58/129) Installing nettle (3.7.3-r0) [2022-10-12T04:13:58.910Z] (59/129) Installing p11-kit (0.24.0-r1) [2022-10-12T04:13:58.910Z] (60/129) Installing libtasn1 (4.18.0-r0) [2022-10-12T04:13:58.910Z] (61/129) Installing libunistring (0.9.10-r1) [2022-10-12T04:13:58.910Z] (62/129) Installing gnutls (3.7.1-r1) [2022-10-12T04:13:58.910Z] (63/129) Installing cups-libs (2.3.3-r6) [2022-10-12T04:13:58.910Z] (64/129) Installing libepoxy (1.5.9-r0) [2022-10-12T04:13:58.910Z] (65/129) Installing fribidi (1.0.11-r0) [2022-10-12T04:13:58.910Z] (66/129) Installing graphite2 (1.3.14-r0) [2022-10-12T04:13:58.910Z] (67/129) Installing harfbuzz (3.0.0-r2) [2022-10-12T04:13:58.910Z] (68/129) Installing libxft (2.3.4-r0) [2022-10-12T04:13:58.910Z] (69/129) Installing pango (1.48.10-r0) [2022-10-12T04:13:58.910Z] (70/129) Installing wayland-libs-client (1.19.0-r1) [2022-10-12T04:13:58.910Z] (71/129) Installing wayland-libs-cursor (1.19.0-r1) [2022-10-12T04:13:58.910Z] (72/129) Installing wayland-libs-egl (1.19.0-r1) [2022-10-12T04:13:58.910Z] (73/129) Installing xkeyboard-config (2.34-r0) [2022-10-12T04:13:59.169Z] (74/129) Installing libxkbcommon (1.3.1-r0) [2022-10-12T04:13:59.169Z] (75/129) Installing gtk+3.0 (3.24.30-r0) [2022-10-12T04:13:59.169Z] Executing gtk+3.0-3.24.30-r0.post-install [2022-10-12T04:13:59.169Z] (76/129) Installing libfontenc (1.1.4-r0) [2022-10-12T04:13:59.169Z] (77/129) Installing mkfontscale (1.2.1-r1) [2022-10-12T04:13:59.169Z] (78/129) Installing ttf-opensans (1.10-r1) [2022-10-12T04:13:59.169Z] Executing ttf-opensans-1.10-r1.post-install [2022-10-12T04:14:01.172Z] (79/129) Installing libogg (1.3.5-r0) [2022-10-12T04:14:01.172Z] (80/129) Installing flac (1.3.4-r0) [2022-10-12T04:14:01.172Z] (81/129) Installing alsa-lib (1.2.5.1-r1) [2022-10-12T04:14:01.172Z] (82/129) Installing libatomic (10.3.1_git20211027-r0) [2022-10-12T04:14:01.172Z] (83/129) Installing sdl2 (2.0.16-r4) [2022-10-12T04:14:01.435Z] (84/129) Installing aom-libs (3.2.0-r0) [2022-10-12T04:14:01.435Z] (85/129) Installing libass (0.15.2-r0) [2022-10-12T04:14:01.435Z] (86/129) Installing libdav1d (0.9.2-r0) [2022-10-12T04:14:01.435Z] (87/129) Installing ncurses-terminfo-base (6.3_p20211120-r1) [2022-10-12T04:14:01.435Z] (88/129) Installing ncurses-libs (6.3_p20211120-r1) [2022-10-12T04:14:01.435Z] (89/129) Installing lame (3.100-r0) [2022-10-12T04:14:01.435Z] (90/129) Installing opus (1.3.1-r1) [2022-10-12T04:14:01.435Z] (91/129) Installing libgomp (10.3.1_git20211027-r0) [2022-10-12T04:14:01.435Z] (92/129) Installing soxr (0.1.3-r2) [2022-10-12T04:14:01.435Z] (93/129) Installing libsrt (1.4.2-r1) [2022-10-12T04:14:01.435Z] (94/129) Installing libssh (0.9.6-r1) [2022-10-12T04:14:01.435Z] (95/129) Installing libtheora (1.1.1-r16) [2022-10-12T04:14:01.435Z] (96/129) Installing v4l-utils-libs (1.22.1-r1) [2022-10-12T04:14:01.435Z] (97/129) Installing libpciaccess (0.16-r0) [2022-10-12T04:14:01.435Z] (98/129) Installing libdrm (2.4.109-r0) [2022-10-12T04:14:01.435Z] (99/129) Installing libva (2.13.0-r0) [2022-10-12T04:14:01.435Z] (100/129) Installing libvdpau (1.4-r0) [2022-10-12T04:14:01.435Z] (101/129) Installing vidstab (1.1.0-r1) [2022-10-12T04:14:01.435Z] (102/129) Installing libvorbis (1.3.7-r0) [2022-10-12T04:14:01.435Z] (103/129) Installing libvpx (1.10.0-r0) [2022-10-12T04:14:01.435Z] (104/129) Installing vulkan-loader (1.2.196-r0) [2022-10-12T04:14:01.435Z] (105/129) Installing x264-libs (20210613-r0) [2022-10-12T04:14:01.706Z] (106/129) Installing x265-libs (3.5-r0) [2022-10-12T04:14:01.706Z] (107/129) Installing xvidcore (1.3.7-r1) [2022-10-12T04:14:01.706Z] (108/129) Installing ffmpeg-libs (4.4.1-r2) [2022-10-12T04:14:01.706Z] (109/129) Installing libevent (2.1.12-r4) [2022-10-12T04:14:01.706Z] (110/129) Installing mesa (21.2.6-r0) [2022-10-12T04:14:01.706Z] (111/129) Installing wayland-libs-server (1.19.0-r1) [2022-10-12T04:14:01.706Z] (112/129) Installing mesa-gbm (21.2.6-r0) [2022-10-12T04:14:01.706Z] (113/129) Installing lcms2 (2.12-r1) [2022-10-12T04:14:01.706Z] (114/129) Installing nspr (4.32-r0) [2022-10-12T04:14:01.706Z] (115/129) Installing sqlite-libs (3.36.0-r0) [2022-10-12T04:14:01.706Z] (116/129) Installing nss (3.78.1-r0) [2022-10-12T04:14:01.990Z] (117/129) Installing libasyncns (0.8-r1) [2022-10-12T04:14:01.990Z] (118/129) Installing libltdl (2.4.6-r7) [2022-10-12T04:14:01.990Z] (119/129) Installing orc (0.4.32-r0) [2022-10-12T04:14:01.990Z] (120/129) Installing libsndfile (1.0.31-r1) [2022-10-12T04:14:01.990Z] (121/129) Installing speexdsp (1.2.0-r0) [2022-10-12T04:14:01.990Z] (122/129) Installing tdb-libs (1.4.5-r0) [2022-10-12T04:14:01.990Z] (123/129) Installing libpulse (15.0-r2) [2022-10-12T04:14:01.990Z] (124/129) Installing re2 (2021.11.01-r0) [2022-10-12T04:14:01.990Z] (125/129) Installing snappy (1.1.9-r1) [2022-10-12T04:14:01.990Z] (126/129) Installing libgpg-error (1.42-r1) [2022-10-12T04:14:01.990Z] (127/129) Installing libgcrypt (1.9.4-r0) [2022-10-12T04:14:01.990Z] (128/129) Installing libxslt (1.1.35-r0) [2022-10-12T04:14:01.990Z] (129/129) Installing chromium (99.0.4844.84-r0) [2022-10-12T04:14:02.925Z] Executing busybox-1.34.1-r7.trigger [2022-10-12T04:14:02.925Z] Executing glib-2.70.1-r0.trigger [2022-10-12T04:14:02.925Z] Executing shared-mime-info-2.1-r1.trigger [2022-10-12T04:14:04.830Z] Executing gdk-pixbuf-2.42.8-r0.trigger [2022-10-12T04:14:04.830Z] Executing gtk-update-icon-cache-2.24.33-r0.trigger [2022-10-12T04:14:04.830Z] Executing fontconfig-2.13.1-r4.trigger [2022-10-12T04:14:04.830Z] Executing mkfontscale-1.2.1-r1.trigger [2022-10-12T04:14:04.830Z] OK: 286 MiB in 145 packages [2022-10-12T04:14:10.103Z] Removing intermediate container d80f46dfae6d [2022-10-12T04:14:10.103Z] ---> 5e588c0e34ae [2022-10-12T04:14:10.103Z] Step 3/10 : ENV CHROME_BIN=/usr/bin/chromium-browser [2022-10-12T04:14:10.103Z] ---> Running in 9c556d775741 [2022-10-12T04:14:10.103Z] Removing intermediate container 9c556d775741 [2022-10-12T04:14:10.103Z] ---> 1829f6946a2f [2022-10-12T04:14:10.103Z] Step 4/10 : ENV PATH /app/node_modules/.bin:$PATH [2022-10-12T04:14:10.103Z] ---> Running in b838004ae23c [2022-10-12T04:14:10.103Z] Removing intermediate container b838004ae23c [2022-10-12T04:14:10.103Z] ---> 801fb5c6cb48 [2022-10-12T04:14:10.103Z] Step 5/10 : RUN npm install -g npm [2022-10-12T04:14:10.103Z] ---> Running in b543d37cd165 [2022-10-12T04:14:16.665Z] [2022-10-12T04:14:16.665Z] changed 54 packages, and audited 212 packages in 5s [2022-10-12T04:14:16.665Z] [2022-10-12T04:14:16.665Z] 11 packages are looking for funding [2022-10-12T04:14:16.665Z] run `npm fund` for details [2022-10-12T04:14:16.665Z] [2022-10-12T04:14:16.665Z] found 0 vulnerabilities [2022-10-12T04:14:17.234Z] Removing intermediate container b543d37cd165 [2022-10-12T04:14:17.234Z] ---> abb698a274c0 [2022-10-12T04:14:17.234Z] Step 6/10 : ARG USER=1000 [2022-10-12T04:14:17.234Z] ---> Running in 959d7b67c618 [2022-10-12T04:14:17.234Z] Removing intermediate container 959d7b67c618 [2022-10-12T04:14:17.234Z] ---> 4876be79cc18 [2022-10-12T04:14:17.234Z] Step 7/10 : RUN deluser --remove-home node && adduser -u $USER -D -s /bin/sh node [2022-10-12T04:14:17.234Z] ---> Running in f5feca2593e5 [2022-10-12T04:14:17.800Z] Removing intermediate container f5feca2593e5 [2022-10-12T04:14:17.800Z] ---> f6ede0731d5c [2022-10-12T04:14:17.800Z] Step 8/10 : USER $USER:$USER [2022-10-12T04:14:17.800Z] ---> Running in f6f87b68e2e6 [2022-10-12T04:14:18.060Z] Removing intermediate container f6f87b68e2e6 [2022-10-12T04:14:18.060Z] ---> 25090fdf9b1b [2022-10-12T04:14:18.060Z] Step 9/10 : WORKDIR /app [2022-10-12T04:14:18.060Z] ---> Running in e08a4aa9bd2b [2022-10-12T04:14:18.060Z] Removing intermediate container e08a4aa9bd2b [2022-10-12T04:14:18.060Z] ---> a824ea75c096 [2022-10-12T04:14:18.060Z] Step 10/10 : LABEL git_sha=883c945d15415503f632df0c23bf5beefce9ba19 [2022-10-12T04:14:18.060Z] ---> Running in 75f425d59693 [2022-10-12T04:14:18.060Z] Removing intermediate container 75f425d59693 [2022-10-12T04:14:18.060Z] ---> b5f0ec458f8f [2022-10-12T04:14:18.060Z] Successfully built b5f0ec458f8f [2022-10-12T04:14:18.060Z] Successfully tagged edgexfoundry/edgex-web-ui:883c945d15415503f632df0c23bf5beefce9ba19 [2022-10-12T04:14:18.060Z] Successfully tagged edgexfoundry/edgex-web-ui:0.0.0-dev [2022-10-12T04:14:18.060Z] touch edgex-web-ui.imagebuilt [2022-10-12T04:14:18.060Z] mkdir -p node_modules coverage [2022-10-12T04:14:18.060Z] chown "1000:1000" node_modules coverage package-lock.json [2022-10-12T04:14:18.060Z] docker run --rm -i -v "$(pwd):/app" -u "1000:1000" edgexfoundry/edgex-web-ui:0.0.0-dev npm install [2022-10-12T04:14:19.964Z] npm WARN EBADENGINE Unsupported engine { [2022-10-12T04:14:19.964Z] npm WARN EBADENGINE package: '@angular-devkit/architect@0.1202.4', [2022-10-12T04:14:19.964Z] npm WARN EBADENGINE required: { [2022-10-12T04:14:19.964Z] npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', [2022-10-12T04:14:19.964Z] npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', [2022-10-12T04:14:19.964Z] npm WARN EBADENGINE yarn: '>= 1.13.0' [2022-10-12T04:14:19.964Z] npm WARN EBADENGINE }, [2022-10-12T04:14:19.964Z] npm WARN EBADENGINE current: { node: 'v16.17.1', npm: '8.19.2' } [2022-10-12T04:14:19.964Z] npm WARN EBADENGINE } [2022-10-12T04:14:19.964Z] npm WARN EBADENGINE Unsupported engine { [2022-10-12T04:14:19.964Z] npm WARN EBADENGINE package: '@angular-devkit/build-angular@12.2.4', [2022-10-12T04:14:19.964Z] npm WARN EBADENGINE required: { [2022-10-12T04:14:19.964Z] npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', [2022-10-12T04:14:19.964Z] npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', [2022-10-12T04:14:19.964Z] npm WARN EBADENGINE yarn: '>= 1.13.0' [2022-10-12T04:14:19.964Z] npm WARN EBADENGINE }, [2022-10-12T04:14:19.964Z] npm WARN EBADENGINE current: { node: 'v16.17.1', npm: '8.19.2' } [2022-10-12T04:14:19.964Z] npm WARN EBADENGINE } [2022-10-12T04:14:19.964Z] npm WARN EBADENGINE Unsupported engine { [2022-10-12T04:14:19.964Z] npm WARN EBADENGINE package: '@angular-devkit/build-optimizer@0.1202.4', [2022-10-12T04:14:19.964Z] npm WARN EBADENGINE required: { [2022-10-12T04:14:19.964Z] npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', [2022-10-12T04:14:19.964Z] npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', [2022-10-12T04:14:19.964Z] npm WARN EBADENGINE yarn: '>= 1.13.0' [2022-10-12T04:14:19.964Z] npm WARN EBADENGINE }, [2022-10-12T04:14:19.964Z] npm WARN EBADENGINE current: { node: 'v16.17.1', npm: '8.19.2' } [2022-10-12T04:14:19.964Z] npm WARN EBADENGINE } [2022-10-12T04:14:19.964Z] npm WARN EBADENGINE Unsupported engine { [2022-10-12T04:14:19.964Z] npm WARN EBADENGINE package: '@angular-devkit/build-webpack@0.1202.4', [2022-10-12T04:14:19.964Z] npm WARN EBADENGINE required: { [2022-10-12T04:14:19.964Z] npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', [2022-10-12T04:14:19.964Z] npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', [2022-10-12T04:14:19.964Z] npm WARN EBADENGINE yarn: '>= 1.13.0' [2022-10-12T04:14:19.964Z] npm WARN EBADENGINE }, [2022-10-12T04:14:19.964Z] npm WARN EBADENGINE current: { node: 'v16.17.1', npm: '8.19.2' } [2022-10-12T04:14:19.964Z] npm WARN EBADENGINE } [2022-10-12T04:14:19.964Z] npm WARN EBADENGINE Unsupported engine { [2022-10-12T04:14:19.964Z] npm WARN EBADENGINE package: '@angular-devkit/core@12.2.4', [2022-10-12T04:14:19.964Z] npm WARN EBADENGINE required: { [2022-10-12T04:14:19.964Z] npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', [2022-10-12T04:14:19.964Z] npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', [2022-10-12T04:14:19.964Z] npm WARN EBADENGINE yarn: '>= 1.13.0' [2022-10-12T04:14:19.964Z] npm WARN EBADENGINE }, [2022-10-12T04:14:19.964Z] npm WARN EBADENGINE current: { node: 'v16.17.1', npm: '8.19.2' } [2022-10-12T04:14:19.964Z] npm WARN EBADENGINE } [2022-10-12T04:14:19.964Z] npm WARN EBADENGINE Unsupported engine { [2022-10-12T04:14:19.964Z] npm WARN EBADENGINE package: '@angular-devkit/schematics@12.2.4', [2022-10-12T04:14:19.964Z] npm WARN EBADENGINE required: { [2022-10-12T04:14:19.964Z] npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', [2022-10-12T04:14:19.964Z] npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', [2022-10-12T04:14:19.965Z] npm WARN EBADENGINE yarn: '>= 1.13.0' [2022-10-12T04:14:19.965Z] npm WARN EBADENGINE }, [2022-10-12T04:14:19.965Z] npm WARN EBADENGINE current: { node: 'v16.17.1', npm: '8.19.2' } [2022-10-12T04:14:19.965Z] npm WARN EBADENGINE } [2022-10-12T04:14:19.965Z] npm WARN EBADENGINE Unsupported engine { [2022-10-12T04:14:19.965Z] npm WARN EBADENGINE package: '@angular/cli@12.2.4', [2022-10-12T04:14:19.965Z] npm WARN EBADENGINE required: { [2022-10-12T04:14:19.965Z] npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', [2022-10-12T04:14:19.965Z] npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', [2022-10-12T04:14:19.965Z] npm WARN EBADENGINE yarn: '>= 1.13.0' [2022-10-12T04:14:19.965Z] npm WARN EBADENGINE }, [2022-10-12T04:14:19.965Z] npm WARN EBADENGINE current: { node: 'v16.17.1', npm: '8.19.2' } [2022-10-12T04:14:19.965Z] npm WARN EBADENGINE } [2022-10-12T04:14:19.965Z] npm WARN EBADENGINE Unsupported engine { [2022-10-12T04:14:19.965Z] npm WARN EBADENGINE package: '@ngtools/webpack@12.2.4', [2022-10-12T04:14:19.965Z] npm WARN EBADENGINE required: { [2022-10-12T04:14:19.965Z] npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', [2022-10-12T04:14:19.965Z] npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', [2022-10-12T04:14:19.965Z] npm WARN EBADENGINE yarn: '>= 1.13.0' [2022-10-12T04:14:19.965Z] npm WARN EBADENGINE }, [2022-10-12T04:14:19.965Z] npm WARN EBADENGINE current: { node: 'v16.17.1', npm: '8.19.2' } [2022-10-12T04:14:19.965Z] npm WARN EBADENGINE } [2022-10-12T04:14:19.965Z] npm WARN EBADENGINE Unsupported engine { [2022-10-12T04:14:19.965Z] npm WARN EBADENGINE package: '@schematics/angular@12.2.4', [2022-10-12T04:14:19.965Z] npm WARN EBADENGINE required: { [2022-10-12T04:14:19.965Z] npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', [2022-10-12T04:14:19.965Z] npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', [2022-10-12T04:14:19.965Z] npm WARN EBADENGINE yarn: '>= 1.13.0' [2022-10-12T04:14:19.965Z] npm WARN EBADENGINE }, [2022-10-12T04:14:19.965Z] npm WARN EBADENGINE current: { node: 'v16.17.1', npm: '8.19.2' } [2022-10-12T04:14:19.965Z] npm WARN EBADENGINE } [2022-10-12T04:14:24.149Z] npm WARN deprecated urix@0.1.0: Please see https://github.com/lydell/urix#deprecated [2022-10-12T04:14:24.407Z] npm WARN deprecated source-map-url@0.4.1: See https://github.com/lydell/source-map-url#deprecated [2022-10-12T04:14:24.407Z] npm WARN deprecated source-map-resolve@0.6.0: See https://github.com/lydell/source-map-resolve#deprecated [2022-10-12T04:14:24.407Z] npm WARN deprecated stable@0.1.8: Modern JS already guarantees Array#sort() is a stable sort, so this library is deprecated. See the compatibility table on MDN: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/sort#browser_compatibility [2022-10-12T04:14:24.407Z] npm WARN deprecated resolve-url@0.2.1: https://github.com/lydell/resolve-url#deprecated [2022-10-12T04:14:24.407Z] npm WARN deprecated querystring@0.2.0: The querystring API is considered Legacy. new code should use the URLSearchParams API instead. [2022-10-12T04:14:25.343Z] npm WARN deprecated request@2.88.2: request has been deprecated, see https://github.com/request/request/issues/3142 [2022-10-12T04:14:26.311Z] npm WARN deprecated har-validator@5.1.5: this library is no longer supported [2022-10-12T04:14:26.311Z] npm WARN deprecated flatten@1.0.3: flatten is deprecated in favor of utility frameworks such as lodash. [2022-10-12T04:14:28.218Z] npm WARN deprecated protractor@7.0.0: We have news to share - Protractor is deprecated and will reach end-of-life by Summer 2023. To learn more and find out about other options please refer to this post on the Angular blog. Thank you for using and contributing to Protractor. https://goo.gle/state-of-e2e-in-angular [2022-10-12T04:14:28.218Z] npm WARN deprecated popper.js@1.16.1: You can find the new Popper v2 at @popperjs/core, this package is dedicated to the legacy v1 [2022-10-12T04:14:29.594Z] npm WARN deprecated uuid@3.4.0: Please upgrade to version 7 or higher. Older versions may use Math.random() in certain circumstances, which is known to be problematic. See https://v8.dev/blog/math-random for details. [2022-10-12T04:14:29.851Z] npm WARN deprecated chokidar@2.1.8: Chokidar 2 does not receive security updates since 2019. Upgrade to chokidar 3 with 15x fewer dependencies [2022-10-12T04:14:29.851Z] npm WARN deprecated source-map-resolve@0.5.3: See https://github.com/lydell/source-map-resolve#deprecated [2022-10-12T04:14:30.108Z] npm WARN deprecated uuid@3.4.0: Please upgrade to version 7 or higher. Older versions may use Math.random() in certain circumstances, which is known to be problematic. See https://v8.dev/blog/math-random for details. [2022-10-12T04:14:30.367Z] npm WARN deprecated uuid@3.4.0: Please upgrade to version 7 or higher. Older versions may use Math.random() in certain circumstances, which is known to be problematic. See https://v8.dev/blog/math-random for details. [2022-10-12T04:14:31.303Z] npm WARN deprecated source-map-resolve@0.5.3: See https://github.com/lydell/source-map-resolve#deprecated [2022-10-12T04:14:32.684Z] npm WARN deprecated tslint@6.1.3: TSLint has been deprecated in favor of ESLint. Please see https://github.com/palantir/tslint/issues/4534 for more information. [2022-10-12T04:14:35.225Z] npm WARN deprecated core-js@3.16.0: core-js@<3.23.3 is no longer maintained and not recommended for usage due to the number of issues. Because of the V8 engine whims, feature detection in old core-js versions could cause a slowdown up to 100x even if nothing is polyfilled. Some versions have web compatibility issues. Please, upgrade your dependencies to the actual version of core-js. [2022-10-12T04:14:40.494Z] [2022-10-12T04:14:40.494Z] added 1478 packages, and audited 1479 packages in 21s [2022-10-12T04:14:40.494Z] [2022-10-12T04:14:40.494Z] 90 packages are looking for funding [2022-10-12T04:14:40.494Z] run `npm fund` for details [2022-10-12T04:14:40.494Z] [2022-10-12T04:14:40.494Z] 13 vulnerabilities (3 moderate, 8 high, 2 critical) [2022-10-12T04:14:40.494Z] [2022-10-12T04:14:40.494Z] To address issues that do not require attention, run: [2022-10-12T04:14:40.494Z] npm audit fix [2022-10-12T04:14:40.494Z] [2022-10-12T04:14:40.494Z] To address all issues (including breaking changes), run: [2022-10-12T04:14:40.494Z] npm audit fix --force [2022-10-12T04:14:40.494Z] [2022-10-12T04:14:40.494Z] Run `npm audit` for details. [2022-10-12T04:14:47.256Z] docker run --rm -i -v "$(pwd):/app" -u "1000:1000" edgexfoundry/edgex-web-ui:0.0.0-dev ng test --code-coverage --watch false --browsers ChromeHeadlessNoSandbox [2022-10-12T04:14:49.158Z] - Generating browser application bundles (phase: setup)... [2022-10-12T04:14:53.348Z] Compiling @angular/core : es2015 as esm2015 [2022-10-12T04:14:53.348Z] Compiling @angular/compiler/testing : es2015 as esm2015 [2022-10-12T04:14:56.632Z] Compiling @angular/common : es2015 as esm2015 [2022-10-12T04:14:56.632Z] Compiling @angular/core/testing : es2015 as esm2015 [2022-10-12T04:14:57.197Z] Compiling @angular/platform-browser : es2015 as esm2015 [2022-10-12T04:14:57.197Z] Compiling @angular/common/testing : es2015 as esm2015 [2022-10-12T04:14:57.458Z] Compiling @angular/platform-browser-dynamic : es2015 as esm2015 [2022-10-12T04:14:57.717Z] Compiling @angular/platform-browser/testing : es2015 as esm2015 [2022-10-12T04:14:57.976Z] Compiling @angular/router : es2015 as esm2015 [2022-10-12T04:14:57.976Z] Compiling @angular/common/http : es2015 as esm2015 [2022-10-12T04:14:57.976Z] Compiling @angular/platform-browser-dynamic/testing : es2015 as esm2015 [2022-10-12T04:14:58.235Z] Compiling @angular/forms : es2015 as esm2015 [2022-10-12T04:14:58.492Z] Compiling @angular/common/http/testing : es2015 as esm2015 [2022-10-12T04:15:00.474Z] Compiling @angular/router/testing : es2015 as esm2015 [2022-10-12T04:15:05.768Z] 12 10 2022 04:15:05.495:INFO [karma-server]: Karma v6.3.16 server started at http://localhost:9876/ [2022-10-12T04:15:05.768Z] 12 10 2022 04:15:05.497:INFO [launcher]: Launching browsers ChromeHeadlessNoSandbox with concurrency unlimited [2022-10-12T04:15:05.768Z] 12 10 2022 04:15:05.500:INFO [launcher]: Starting browser ChromeHeadless [2022-10-12T04:15:17.979Z] ✔ Browser application bundle generation complete. [2022-10-12T04:15:17.979Z] 12 10 2022 04:15:16.644:INFO [Chrome Headless 99.0.4844.84 (Linux x86_64)]: Connected on socket ZmWI66LbjtwL4LYoAAAB with id 99623426 [2022-10-12T04:15:19.875Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 0 of 149 SUCCESS (0 secs / 0 secs) [2022-10-12T04:15:19.875Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 1 of 149 SUCCESS (0 secs / 0.089 secs) [2022-10-12T04:15:19.875Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 2 of 149 SUCCESS (0 secs / 0.1 secs) [2022-10-12T04:15:19.875Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 3 of 149 SUCCESS (0 secs / 0.108 secs) [2022-10-12T04:15:19.875Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 4 of 149 SUCCESS (0 secs / 0.171 secs) [2022-10-12T04:15:19.875Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 5 of 149 SUCCESS (0 secs / 0.195 secs) [2022-10-12T04:15:19.875Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 6 of 149 SUCCESS (0 secs / 0.207 secs) [2022-10-12T04:15:19.875Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 7 of 149 SUCCESS (0 secs / 0.229 secs) [2022-10-12T04:15:19.875Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 8 of 149 SUCCESS (0 secs / 0.241 secs) [2022-10-12T04:15:19.875Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 9 of 149 SUCCESS (0 secs / 0.245 secs) [2022-10-12T04:15:19.875Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 10 of 149 SUCCESS (0 secs / 0.248 secs) [2022-10-12T04:15:20.133Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 11 of 149 SUCCESS (0 secs / 0.294 secs) [2022-10-12T04:15:20.133Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 12 of 149 SUCCESS (0 secs / 0.3 secs) [2022-10-12T04:15:20.133Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 13 of 149 SUCCESS (0 secs / 0.305 secs) [2022-10-12T04:15:20.133Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 14 of 149 SUCCESS (0 secs / 0.307 secs) [2022-10-12T04:15:20.133Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 15 of 149 SUCCESS (0 secs / 0.372 secs) [2022-10-12T04:15:20.133Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 16 of 149 SUCCESS (0 secs / 0.383 secs) [2022-10-12T04:15:20.133Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 17 of 149 SUCCESS (0 secs / 0.403 secs) [2022-10-12T04:15:20.133Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 18 of 149 SUCCESS (0 secs / 0.413 secs) [2022-10-12T04:15:20.133Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 19 of 149 SUCCESS (0 secs / 0.42 secs) [2022-10-12T04:15:20.133Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 20 of 149 SUCCESS (0 secs / 0.438 secs) [2022-10-12T04:15:20.390Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 21 of 149 SUCCESS (0 secs / 0.48 secs) [2022-10-12T04:15:20.390Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 22 of 149 SUCCESS (0 secs / 0.489 secs) [2022-10-12T04:15:20.390Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 23 of 149 SUCCESS (0 secs / 0.497 secs) [2022-10-12T04:15:20.390Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 24 of 149 SUCCESS (0 secs / 0.508 secs) [2022-10-12T04:15:20.390Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 25 of 149 SUCCESS (0 secs / 0.516 secs) [2022-10-12T04:15:20.390Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 26 of 149 SUCCESS (0 secs / 0.534 secs) [2022-10-12T04:15:20.390Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 27 of 149 SUCCESS (0 secs / 0.541 secs) [2022-10-12T04:15:20.390Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 28 of 149 SUCCESS (0 secs / 0.544 secs) [2022-10-12T04:15:20.390Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 29 of 149 SUCCESS (0 secs / 0.546 secs) [2022-10-12T04:15:20.390Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 30 of 149 SUCCESS (0 secs / 0.552 secs) [2022-10-12T04:15:20.390Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 31 of 149 SUCCESS (0 secs / 0.581 secs) [2022-10-12T04:15:20.390Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 32 of 149 SUCCESS (0 secs / 0.591 secs) [2022-10-12T04:15:20.390Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 33 of 149 SUCCESS (0 secs / 0.602 secs) [2022-10-12T04:15:20.649Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 34 of 149 SUCCESS (0 secs / 0.632 secs) [2022-10-12T04:15:20.649Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 35 of 149 SUCCESS (0 secs / 0.638 secs) [2022-10-12T04:15:20.649Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 36 of 149 SUCCESS (0 secs / 0.65 secs) [2022-10-12T04:15:20.649Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 37 of 149 SUCCESS (0 secs / 0.659 secs) [2022-10-12T04:15:20.649Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 38 of 149 SUCCESS (0 secs / 0.675 secs) [2022-10-12T04:15:20.649Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 39 of 149 SUCCESS (0 secs / 0.697 secs) [2022-10-12T04:15:20.649Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 40 of 149 SUCCESS (0 secs / 0.71 secs) [2022-10-12T04:15:20.649Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 41 of 149 SUCCESS (0 secs / 0.741 secs) [2022-10-12T04:15:20.649Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 42 of 149 SUCCESS (0 secs / 0.782 secs) [2022-10-12T04:15:20.649Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 43 of 149 SUCCESS (0 secs / 0.805 secs) [2022-10-12T04:15:20.649Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 44 of 149 SUCCESS (0 secs / 0.809 secs) [2022-10-12T04:15:20.908Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 45 of 149 SUCCESS (0 secs / 0.837 secs) [2022-10-12T04:15:20.908Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 46 of 149 SUCCESS (0 secs / 0.857 secs) [2022-10-12T04:15:20.908Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 47 of 149 SUCCESS (0 secs / 0.867 secs) [2022-10-12T04:15:20.908Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 48 of 149 SUCCESS (0 secs / 0.877 secs) [2022-10-12T04:15:20.908Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 49 of 149 SUCCESS (0 secs / 0.88 secs) [2022-10-12T04:15:20.908Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 50 of 149 SUCCESS (0 secs / 0.886 secs) [2022-10-12T04:15:20.908Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 51 of 149 SUCCESS (0 secs / 0.911 secs) [2022-10-12T04:15:20.908Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 52 of 149 SUCCESS (0 secs / 0.922 secs) [2022-10-12T04:15:20.908Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 53 of 149 SUCCESS (0 secs / 0.928 secs) [2022-10-12T04:15:20.908Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 54 of 149 SUCCESS (0 secs / 0.931 secs) [2022-10-12T04:15:20.908Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 55 of 149 SUCCESS (0 secs / 0.955 secs) [2022-10-12T04:15:20.908Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 56 of 149 SUCCESS (0 secs / 0.97 secs) [2022-10-12T04:15:20.908Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 57 of 149 SUCCESS (0 secs / 0.991 secs) [2022-10-12T04:15:21.167Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 58 of 149 SUCCESS (0 secs / 1.001 secs) [2022-10-12T04:15:21.167Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 59 of 149 SUCCESS (0 secs / 1.026 secs) [2022-10-12T04:15:21.167Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 60 of 149 SUCCESS (0 secs / 1.034 secs) [2022-10-12T04:15:21.167Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 61 of 149 SUCCESS (0 secs / 1.04 secs) [2022-10-12T04:15:21.167Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 62 of 149 SUCCESS (0 secs / 1.045 secs) [2022-10-12T04:15:21.167Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 63 of 149 SUCCESS (0 secs / 1.047 secs) [2022-10-12T04:15:21.167Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 64 of 149 SUCCESS (0 secs / 1.064 secs) [2022-10-12T04:15:21.167Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 65 of 149 SUCCESS (0 secs / 1.071 secs) [2022-10-12T04:15:21.167Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 66 of 149 SUCCESS (0 secs / 1.075 secs) [2022-10-12T04:15:21.167Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 67 of 149 SUCCESS (0 secs / 1.103 secs) [2022-10-12T04:15:21.167Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 68 of 149 SUCCESS (0 secs / 1.114 secs) [2022-10-12T04:15:21.167Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 69 of 149 SUCCESS (0 secs / 1.118 secs) [2022-10-12T04:15:21.167Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 70 of 149 SUCCESS (0 secs / 1.122 secs) [2022-10-12T04:15:21.167Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 71 of 149 SUCCESS (0 secs / 1.132 secs) [2022-10-12T04:15:21.167Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 72 of 149 SUCCESS (0 secs / 1.16 secs) [2022-10-12T04:15:21.167Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 73 of 149 SUCCESS (0 secs / 1.17 secs) [2022-10-12T04:15:21.441Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 74 of 149 SUCCESS (0 secs / 1.177 secs) [2022-10-12T04:15:21.441Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 75 of 149 SUCCESS (0 secs / 1.185 secs) [2022-10-12T04:15:21.442Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 76 of 149 SUCCESS (0 secs / 1.214 secs) [2022-10-12T04:15:21.442Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 77 of 149 SUCCESS (0 secs / 1.222 secs) [2022-10-12T04:15:21.442Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 78 of 149 SUCCESS (0 secs / 1.227 secs) [2022-10-12T04:15:21.442Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 79 of 149 SUCCESS (0 secs / 1.251 secs) [2022-10-12T04:15:21.442Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 80 of 149 SUCCESS (0 secs / 1.264 secs) [2022-10-12T04:15:21.442Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 81 of 149 SUCCESS (0 secs / 1.269 secs) [2022-10-12T04:15:21.442Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 82 of 149 SUCCESS (0 secs / 1.274 secs) [2022-10-12T04:15:21.442Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 83 of 149 SUCCESS (0 secs / 1.276 secs) [2022-10-12T04:15:21.442Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 84 of 149 SUCCESS (0 secs / 1.285 secs) [2022-10-12T04:15:21.442Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 85 of 149 SUCCESS (0 secs / 1.293 secs) [2022-10-12T04:15:21.442Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 86 of 149 SUCCESS (0 secs / 1.325 secs) [2022-10-12T04:15:21.442Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 87 of 149 SUCCESS (0 secs / 1.338 secs) [2022-10-12T04:15:21.442Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 88 of 149 SUCCESS (0 secs / 1.344 secs) [2022-10-12T04:15:21.701Z] WARN: ' [2022-10-12T04:15:21.701Z] It looks like you're using ngModel on the same form field as formControlName. [2022-10-12T04:15:21.701Z] Support for using the ngModel input property and ngModelChange event with [2022-10-12T04:15:21.701Z] reactive form directives has been deprecated in Angular v6 and will be removed [2022-10-12T04:15:21.701Z] in a future version of Angular. [2022-10-12T04:15:21.701Z] [2022-10-12T04:15:21.701Z] For more information on this, see our API docs here: [2022-10-12T04:15:21.701Z] https://angular.io/api/forms/FormControlName#use-with-ngmodel [2022-10-12T04:15:21.701Z] ' [2022-10-12T04:15:21.701Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 88 of 149 SUCCESS (0 secs / 1.344 secs) [2022-10-12T04:15:21.701Z] WARN: ' [2022-10-12T04:15:21.701Z] It looks like you're using ngModel on the same form field as formControlName. [2022-10-12T04:15:21.701Z] Support for using the ngModel input property and ngModelChange event with [2022-10-12T04:15:21.701Z] reactive form directives has been deprecated in Angular v6 and will be removed [2022-10-12T04:15:21.701Z] in a future version of Angular. [2022-10-12T04:15:21.701Z] [2022-10-12T04:15:21.701Z] For more information on this, see our API docs here: [2022-10-12T04:15:21.701Z] https://angular.io/api/forms/FormControlName#use-with-ngmodel [2022-10-12T04:15:21.701Z] ' [2022-10-12T04:15:21.701Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 89 of 149 SUCCESS (0 secs / 1.366 secs) [2022-10-12T04:15:21.701Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 90 of 149 SUCCESS (0 secs / 1.374 secs) [2022-10-12T04:15:21.701Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 91 of 149 SUCCESS (0 secs / 1.379 secs) [2022-10-12T04:15:21.701Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 92 of 149 SUCCESS (0 secs / 1.398 secs) [2022-10-12T04:15:21.701Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 93 of 149 SUCCESS (0 secs / 1.416 secs) [2022-10-12T04:15:21.701Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 94 of 149 SUCCESS (0 secs / 1.425 secs) [2022-10-12T04:15:21.701Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 95 of 149 SUCCESS (0 secs / 1.455 secs) [2022-10-12T04:15:21.701Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 96 of 149 SUCCESS (0 secs / 1.525 secs) [2022-10-12T04:15:21.959Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 97 of 149 SUCCESS (0 secs / 1.561 secs) [2022-10-12T04:15:21.959Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 98 of 149 SUCCESS (0 secs / 1.566 secs) [2022-10-12T04:15:21.959Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 99 of 149 SUCCESS (0 secs / 1.568 secs) [2022-10-12T04:15:21.959Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 100 of 149 SUCCESS (0 secs / 1.578 secs) [2022-10-12T04:15:21.959Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 101 of 149 SUCCESS (0 secs / 1.583 secs) [2022-10-12T04:15:21.959Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 102 of 149 SUCCESS (0 secs / 1.594 secs) [2022-10-12T04:15:21.959Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 103 of 149 SUCCESS (0 secs / 1.601 secs) [2022-10-12T04:15:21.959Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 104 of 149 SUCCESS (0 secs / 1.616 secs) [2022-10-12T04:15:21.959Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 105 of 149 SUCCESS (0 secs / 1.619 secs) [2022-10-12T04:15:21.959Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 106 of 149 SUCCESS (0 secs / 1.672 secs) [2022-10-12T04:15:21.959Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 107 of 149 SUCCESS (0 secs / 1.676 secs) [2022-10-12T04:15:21.959Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 108 of 149 SUCCESS (0 secs / 1.68 secs) [2022-10-12T04:15:21.959Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 109 of 149 SUCCESS (0 secs / 1.684 secs) [2022-10-12T04:15:21.959Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 110 of 149 SUCCESS (0 secs / 1.687 secs) [2022-10-12T04:15:21.959Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 111 of 149 SUCCESS (0 secs / 1.689 secs) [2022-10-12T04:15:21.959Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 112 of 149 SUCCESS (0 secs / 1.69 secs) [2022-10-12T04:15:21.959Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 113 of 149 SUCCESS (0 secs / 1.691 secs) [2022-10-12T04:15:21.959Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 114 of 149 SUCCESS (0 secs / 1.692 secs) [2022-10-12T04:15:21.959Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 115 of 149 SUCCESS (0 secs / 1.697 secs) [2022-10-12T04:15:21.959Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 116 of 149 SUCCESS (0 secs / 1.702 secs) [2022-10-12T04:15:21.959Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 117 of 149 SUCCESS (0 secs / 1.703 secs) [2022-10-12T04:15:21.959Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 118 of 149 SUCCESS (0 secs / 1.705 secs) [2022-10-12T04:15:21.959Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 119 of 149 SUCCESS (0 secs / 1.707 secs) [2022-10-12T04:15:21.959Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 120 of 149 SUCCESS (0 secs / 1.708 secs) [2022-10-12T04:15:21.959Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 121 of 149 SUCCESS (0 secs / 1.739 secs) [2022-10-12T04:15:22.217Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 122 of 149 SUCCESS (0 secs / 1.763 secs) [2022-10-12T04:15:22.217Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 123 of 149 SUCCESS (0 secs / 1.775 secs) [2022-10-12T04:15:22.217Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 124 of 149 SUCCESS (0 secs / 1.787 secs) [2022-10-12T04:15:22.217Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 125 of 149 SUCCESS (0 secs / 1.79 secs) [2022-10-12T04:15:22.217Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 126 of 149 SUCCESS (0 secs / 1.792 secs) [2022-10-12T04:15:22.217Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 127 of 149 SUCCESS (0 secs / 1.807 secs) [2022-10-12T04:15:22.217Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 128 of 149 SUCCESS (0 secs / 1.813 secs) [2022-10-12T04:15:22.217Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 129 of 149 SUCCESS (0 secs / 1.819 secs) [2022-10-12T04:15:22.217Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 130 of 149 SUCCESS (0 secs / 1.821 secs) [2022-10-12T04:15:22.217Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 131 of 149 SUCCESS (0 secs / 1.824 secs) [2022-10-12T04:15:22.217Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 132 of 149 SUCCESS (0 secs / 1.827 secs) [2022-10-12T04:15:22.217Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 133 of 149 SUCCESS (0 secs / 1.841 secs) [2022-10-12T04:15:22.217Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 134 of 149 SUCCESS (0 secs / 1.852 secs) [2022-10-12T04:15:22.217Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 135 of 149 SUCCESS (0 secs / 1.873 secs) [2022-10-12T04:15:22.217Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 136 of 149 SUCCESS (0 secs / 1.879 secs) [2022-10-12T04:15:22.217Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 137 of 149 SUCCESS (0 secs / 1.882 secs) [2022-10-12T04:15:22.217Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 138 of 149 SUCCESS (0 secs / 1.891 secs) [2022-10-12T04:15:22.217Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 139 of 149 SUCCESS (0 secs / 1.904 secs) [2022-10-12T04:15:22.475Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 140 of 149 SUCCESS (0 secs / 1.908 secs) [2022-10-12T04:15:22.475Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 141 of 149 SUCCESS (0 secs / 1.912 secs) [2022-10-12T04:15:22.475Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 142 of 149 SUCCESS (0 secs / 1.915 secs) [2022-10-12T04:15:22.475Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 143 of 149 SUCCESS (0 secs / 1.942 secs) [2022-10-12T04:15:22.475Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 144 of 149 SUCCESS (0 secs / 1.951 secs) [2022-10-12T04:15:22.475Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 145 of 149 SUCCESS (0 secs / 1.962 secs) [2022-10-12T04:15:22.475Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 146 of 149 SUCCESS (0 secs / 1.966 secs) [2022-10-12T04:15:22.475Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 147 of 149 SUCCESS (0 secs / 1.971 secs) [2022-10-12T04:15:22.475Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 148 of 149 SUCCESS (0 secs / 1.988 secs) [2022-10-12T04:15:22.475Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 149 of 149 SUCCESS (0 secs / 1.993 secs) [2022-10-12T04:15:22.475Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 149 of 149 SUCCESS (2.996 secs / 1.993 secs) [2022-10-12T04:15:22.475Z] TOTAL: 149 SUCCESS [2022-10-12T04:15:22.475Z] ✔ Browser application bundle generation complete. [2022-10-12T04:15:23.053Z] [2022-10-12T04:15:23.053Z] =============================== Coverage summary =============================== [2022-10-12T04:15:23.053Z] Statements : 40.92% ( 1465/3580 ) [2022-10-12T04:15:23.053Z] Branches : 12.03% ( 111/923 ) [2022-10-12T04:15:23.053Z] Functions : 33.13% ( 430/1298 ) [2022-10-12T04:15:23.053Z] Lines : 38.85% ( 1316/3387 ) [2022-10-12T04:15:23.053Z] ================================================================================ [2022-10-12T04:15:23.053Z] ✔ Browser application bundle generation complete. [2022-10-12T04:15:23.620Z] make[1]: Leaving directory '/w/workspace/edgexfoundry_edgex-ui-go_PR-557/web' [Pipeline] echo [2022-10-12T04:15:23.658Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2022-10-12T04:15:23.695Z] $ docker stop --time=1 1af03909e3a9f5b5e39fe7da6acd77102c3e6db6aca80e26081ee3f1f235e5e2 [2022-10-12T04:15:24.964Z] $ docker rm -f 1af03909e3a9f5b5e39fe7da6acd77102c3e6db6aca80e26081ee3f1f235e5e2 [Pipeline] // withDockerContainer [Pipeline] sh [2022-10-12T04:15:25.529Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2022-10-12T04:15:26.228Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2022-10-12T04:15:27.011Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2022-10-12T04:15:27.873Z] + ls -al . [2022-10-12T04:15:27.873Z] total 176 [2022-10-12T04:15:27.873Z] drwxrwxr-x 14 jenkins jenkins 4096 Oct 12 04:13 . [2022-10-12T04:15:27.873Z] drwxrwxr-x 4 jenkins jenkins 4096 Oct 12 04:12 .. [2022-10-12T04:15:27.873Z] drwxrwxr-x 2 jenkins jenkins 4096 Oct 12 04:12 .blubracket [2022-10-12T04:15:27.873Z] -rw-rw-r-- 1 jenkins jenkins 18 Oct 12 04:12 .dockerignore [2022-10-12T04:15:27.873Z] drwxrwxr-x 8 jenkins jenkins 4096 Oct 12 04:12 .git [2022-10-12T04:15:27.873Z] drwxrwxr-x 3 jenkins jenkins 4096 Oct 12 04:12 .github [2022-10-12T04:15:27.873Z] -rw-rw-r-- 1 jenkins jenkins 185 Oct 12 04:12 .gitignore [2022-10-12T04:15:27.873Z] drwxr-xr-x 3 jenkins jenkins 4096 Oct 12 04:12 .semver [2022-10-12T04:15:27.873Z] -rw-rw-r-- 1 jenkins jenkins 4856 Oct 12 04:12 Attribution.txt [2022-10-12T04:15:27.873Z] -rw-rw-r-- 1 jenkins jenkins 14570 Oct 12 04:12 CHANGELOG.md [2022-10-12T04:15:27.873Z] -rw-rw-r-- 1 jenkins jenkins 3959 Oct 12 04:12 CONTRIBUTING.md [2022-10-12T04:15:27.873Z] -rw-rw-r-- 1 jenkins jenkins 1669 Oct 12 04:12 Dockerfile [2022-10-12T04:15:27.873Z] -rw-rw-r-- 1 jenkins jenkins 652 Oct 12 04:12 Jenkinsfile [2022-10-12T04:15:27.873Z] -rw-rw-r-- 1 jenkins jenkins 11357 Oct 12 04:12 LICENSE [2022-10-12T04:15:27.873Z] -rw-rw-r-- 1 jenkins jenkins 2124 Oct 12 04:12 Makefile [2022-10-12T04:15:27.873Z] -rw-rw-r-- 1 jenkins jenkins 4398 Oct 12 04:12 README.md [2022-10-12T04:15:27.873Z] -rw-rw-r-- 1 jenkins jenkins 5 Oct 12 04:12 VERSION [2022-10-12T04:15:27.873Z] drwxrwxr-x 3 jenkins jenkins 4096 Oct 12 04:12 assets [2022-10-12T04:15:27.873Z] drwxrwxr-x 2 jenkins jenkins 4096 Oct 12 04:12 bin [2022-10-12T04:15:27.873Z] drwxrwxr-x 3 jenkins jenkins 4096 Oct 12 04:12 cmd [2022-10-12T04:15:27.873Z] -rw-r--r-- 1 jenkins jenkins 10 Oct 12 04:13 coverage.out [2022-10-12T04:15:27.873Z] drwxrwxr-x 2 jenkins jenkins 4096 Oct 12 04:12 docs [2022-10-12T04:15:27.873Z] -rw-rw-r-- 1 jenkins jenkins 3012 Oct 12 04:12 go.mod [2022-10-12T04:15:27.873Z] -rw-rw-r-- 1 jenkins jenkins 35759 Oct 12 04:12 go.sum [2022-10-12T04:15:27.873Z] drwxrwxr-x 8 jenkins jenkins 4096 Oct 12 04:12 internal [2022-10-12T04:15:27.873Z] drwxrwxr-x 4 jenkins jenkins 4096 Oct 12 04:12 snap [2022-10-12T04:15:27.873Z] drwxrwxr-x 4 jenkins jenkins 4096 Oct 12 04:12 testing [2022-10-12T04:15:27.873Z] -rw-rw-r-- 1 jenkins jenkins 155 Oct 12 04:12 version.go [2022-10-12T04:15:27.873Z] drwxrwxr-x 6 jenkins jenkins 4096 Oct 12 04:14 web [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-10-12T04:15:28.260Z] + 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 . [2022-10-12T04:15:28.518Z] Sending build context to Docker daemon 48.73MB [2022-10-12T04:15:28.518Z] Step 1/24 : ARG BASE=golang:1.18-alpine3.16 [2022-10-12T04:15:28.518Z] Step 2/24 : FROM ${BASE} AS builder [2022-10-12T04:15:28.518Z] ---> 5ed7e1240930 [2022-10-12T04:15:28.518Z] Step 3/24 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" [2022-10-12T04:15:29.084Z] ---> Running in 6e63a706cf55 [2022-10-12T04:15:29.085Z] Removing intermediate container 6e63a706cf55 [2022-10-12T04:15:29.085Z] ---> 827756ac6add [2022-10-12T04:15:29.085Z] Step 4/24 : ARG ALPINE_PKG_BASE="make git" [2022-10-12T04:15:29.343Z] ---> Running in 67129203cbe6 [2022-10-12T04:15:29.343Z] Removing intermediate container 67129203cbe6 [2022-10-12T04:15:29.343Z] ---> adcad22b451d [2022-10-12T04:15:29.343Z] Step 5/24 : ARG ALPINE_PKG_EXTRA="" [2022-10-12T04:15:29.343Z] ---> Running in 3c907becb69a [2022-10-12T04:15:29.343Z] Removing intermediate container 3c907becb69a [2022-10-12T04:15:29.343Z] ---> 65312cba580d [2022-10-12T04:15:29.343Z] Step 6/24 : LABEL Name=edgex-ui-go [2022-10-12T04:15:29.343Z] ---> Running in 7bbe41fe43e7 [2022-10-12T04:15:29.343Z] Removing intermediate container 7bbe41fe43e7 [2022-10-12T04:15:29.343Z] ---> 39092aecd9c5 [2022-10-12T04:15:29.343Z] Step 7/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2022: Intel' [2022-10-12T04:15:29.600Z] ---> Running in ece7b32e4fb8 [2022-10-12T04:15:29.600Z] Removing intermediate container ece7b32e4fb8 [2022-10-12T04:15:29.600Z] ---> 1583e34913ad [2022-10-12T04:15:29.600Z] Step 8/24 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2022-10-12T04:15:30.532Z] ---> 6996d59aeee0 [2022-10-12T04:15:30.532Z] Step 9/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-12T04:15:30.532Z] ---> Running in f9b56f174ac8 [2022-10-12T04:15:31.096Z] Removing intermediate container f9b56f174ac8 [2022-10-12T04:15:31.096Z] ---> a2cc2288c741 [2022-10-12T04:15:31.096Z] Step 10/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2022-10-12T04:15:31.096Z] ---> Running in 21c4c4d449ed [2022-10-12T04:15:31.355Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-10-12T04:15:32.293Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-10-12T04:15:32.293Z] OK: 211 MiB in 51 packages [2022-10-12T04:15:32.859Z] Removing intermediate container 21c4c4d449ed [2022-10-12T04:15:32.859Z] ---> 935942a01bdc [2022-10-12T04:15:32.859Z] Step 11/24 : ENV GO111MODULE=on [2022-10-12T04:15:32.859Z] ---> Running in 6ce8227632fb [2022-10-12T04:15:32.859Z] Removing intermediate container 6ce8227632fb [2022-10-12T04:15:32.859Z] ---> 4711490cd541 [2022-10-12T04:15:32.859Z] Step 12/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go [2022-10-12T04:15:32.859Z] ---> Running in e1d7ce6b63b8 [2022-10-12T04:15:32.859Z] Removing intermediate container e1d7ce6b63b8 [2022-10-12T04:15:32.859Z] ---> 40184d8ab667 [2022-10-12T04:15:32.859Z] Step 13/24 : COPY go.mod vendor* ./ [2022-10-12T04:15:33.118Z] ---> e34affb3df2a [2022-10-12T04:15:33.118Z] Step 14/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-10-12T04:15:33.118Z] ---> Running in bd986db4ceb6 [2022-10-12T04:15:33.686Z] Removing intermediate container bd986db4ceb6 [2022-10-12T04:15:33.686Z] ---> 1595938b9ece [2022-10-12T04:15:33.686Z] Step 15/24 : COPY . . [2022-10-12T04:15:35.589Z] ---> 1f069066c74f [2022-10-12T04:15:35.589Z] Step 16/24 : RUN ${MAKE} [2022-10-12T04:15:35.589Z] ---> Running in 05fcc053d00e [2022-10-12T04:15:35.589Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus" -ldflags "-X github.com/edgexfoundry/edgex-ui-go.Version=0.0.0" -o cmd/edgex-ui-server/edgex-ui-server ./cmd/edgex-ui-server [2022-10-12T04:15:47.777Z] Removing intermediate container 05fcc053d00e [2022-10-12T04:15:47.777Z] ---> 24ff4d97e0d0 [2022-10-12T04:15:47.777Z] Step 17/24 : FROM alpine:3.14 [2022-10-12T04:15:47.777Z] 3.14: Pulling from library/alpine [2022-10-12T04:15:47.777Z] c7ed990a2339: Pulling fs layer [2022-10-12T04:15:47.777Z] c7ed990a2339: Verifying Checksum [2022-10-12T04:15:47.777Z] c7ed990a2339: Download complete [2022-10-12T04:15:47.777Z] c7ed990a2339: Pull complete [2022-10-12T04:15:47.777Z] Digest: sha256:1ab24b3b99320975cca71716a7475a65d263d0b6b604d9d14ce08f7a3f67595c [2022-10-12T04:15:47.777Z] Status: Downloaded newer image for alpine:3.14 [2022-10-12T04:15:47.777Z] ---> dd53f409bf0b [2022-10-12T04:15:47.777Z] Step 18/24 : EXPOSE 4000 [2022-10-12T04:15:47.777Z] ---> Running in 46a2df117c6d [2022-10-12T04:15:47.777Z] Removing intermediate container 46a2df117c6d [2022-10-12T04:15:47.777Z] ---> 360218f67cb2 [2022-10-12T04:15:47.777Z] Step 19/24 : COPY --from=builder /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [2022-10-12T04:15:48.710Z] ---> e02875f4c61d [2022-10-12T04:15:48.710Z] Step 20/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [2022-10-12T04:15:48.710Z] ---> Running in 1644ee994fce [2022-10-12T04:15:48.710Z] Removing intermediate container 1644ee994fce [2022-10-12T04:15:48.710Z] ---> 437cf71e790f [2022-10-12T04:15:48.710Z] Step 21/24 : ENTRYPOINT ["./edgex-ui-server","--confdir=res/docker"] [2022-10-12T04:15:48.710Z] ---> Running in 8ec57ebdcbd5 [2022-10-12T04:15:48.710Z] Removing intermediate container 8ec57ebdcbd5 [2022-10-12T04:15:48.710Z] ---> ac5c4e74e012 [2022-10-12T04:15:48.710Z] Step 22/24 : LABEL arch=amd64 [2022-10-12T04:15:48.710Z] ---> Running in 09acef094764 [2022-10-12T04:15:48.710Z] Removing intermediate container 09acef094764 [2022-10-12T04:15:48.710Z] ---> d24a9960bf18 [2022-10-12T04:15:48.710Z] Step 23/24 : LABEL git_sha=883c945d15415503f632df0c23bf5beefce9ba19 [2022-10-12T04:15:48.710Z] ---> Running in a660e996700c [2022-10-12T04:15:48.968Z] Removing intermediate container a660e996700c [2022-10-12T04:15:48.968Z] ---> d014e98441b5 [2022-10-12T04:15:48.968Z] Step 24/24 : LABEL version=0.0.0 [2022-10-12T04:15:48.968Z] ---> Running in 9d05d37a3142 [2022-10-12T04:15:48.968Z] Removing intermediate container 9d05d37a3142 [2022-10-12T04:15:48.968Z] ---> 7d00042f7527 [2022-10-12T04:15:48.968Z] [Warning] One or more build-args [ARCH] were not consumed [2022-10-12T04:15:48.968Z] Successfully built 7d00042f7527 [2022-10-12T04:15:48.968Z] Successfully tagged edgex-ui:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-10-12T04:15:49.839Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-10-12T04:15:49.839Z] [2022-10-12T04:15:49.839Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-10-12T04:15:50.219Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-10-12T04:15:50.219Z] latest: Pulling from edgex-lftools-log-publisher [2022-10-12T04:15:50.219Z] 5eb5b503b376: Pulling fs layer [2022-10-12T04:15:50.219Z] 5c69ac0246d0: Pulling fs layer [2022-10-12T04:15:50.219Z] ec43610c2a17: Pulling fs layer [2022-10-12T04:15:50.219Z] 3a2ae6a8a46f: Pulling fs layer [2022-10-12T04:15:50.219Z] 33b1e0a273af: Pulling fs layer [2022-10-12T04:15:50.219Z] 3a2ae6a8a46f: Waiting [2022-10-12T04:15:50.219Z] 5d3b04190fa2: Pulling fs layer [2022-10-12T04:15:50.219Z] 2f39f015ded8: Pulling fs layer [2022-10-12T04:15:50.219Z] 33b1e0a273af: Waiting [2022-10-12T04:15:50.219Z] 5d3b04190fa2: Waiting [2022-10-12T04:15:50.219Z] 2f39f015ded8: Waiting [2022-10-12T04:15:50.219Z] 5c69ac0246d0: Download complete [2022-10-12T04:15:50.219Z] 3a2ae6a8a46f: Verifying Checksum [2022-10-12T04:15:50.219Z] 3a2ae6a8a46f: Download complete [2022-10-12T04:15:50.219Z] 33b1e0a273af: Verifying Checksum [2022-10-12T04:15:50.219Z] 33b1e0a273af: Download complete [2022-10-12T04:15:50.479Z] 5d3b04190fa2: Download complete [2022-10-12T04:15:50.479Z] ec43610c2a17: Download complete [2022-10-12T04:15:50.479Z] 5eb5b503b376: Verifying Checksum [2022-10-12T04:15:50.479Z] 5eb5b503b376: Download complete [2022-10-12T04:15:51.045Z] 2f39f015ded8: Download complete [2022-10-12T04:15:51.611Z] 5eb5b503b376: Pull complete [2022-10-12T04:15:51.869Z] 5c69ac0246d0: Pull complete [2022-10-12T04:15:52.128Z] ec43610c2a17: Pull complete [2022-10-12T04:15:52.128Z] 3a2ae6a8a46f: Pull complete [2022-10-12T04:15:52.387Z] 33b1e0a273af: Pull complete [2022-10-12T04:15:52.387Z] 5d3b04190fa2: Pull complete [2022-10-12T04:15:56.569Z] 2f39f015ded8: Pull complete [2022-10-12T04:15:56.569Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2022-10-12T04:15:56.569Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-10-12T04:15:56.569Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-10-12T04:15:56.774Z] prd-ubuntu20.04-docker-8c-8g-7728 does not seem to be running inside a container [2022-10-12T04:15:56.800Z] $ 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 [2022-10-12T04:15:59.513Z] $ docker top 2345557a5667996026d56961c0ac8af3561b366b2c81f7aff04e67c441efd621 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-10-12T04:15:59.945Z] ---> job-cost.sh [2022-10-12T04:15:59.945Z] lf-activate-venv: SKIPPING [2022-10-12T04:15:59.945Z] INFO: No Stack... [2022-10-12T04:16:00.204Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2022-10-12T04:16:00.463Z] INFO: Archiving Costs [Pipeline] sh [2022-10-12T04:16:00.774Z] + cat /w/workspace/edgexfoundry_edgex-ui-go_PR-557/archives/cost.csv [2022-10-12T04:16:00.774Z] + cut -d, -f6 [Pipeline] lock [2022-10-12T04:16:00.815Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-ui-go-PR-557-1-stack-cost] [2022-10-12T04:16:00.819Z] Resource [jenkins-edgexfoundry-edgex-ui-go-PR-557-1-stack-cost] did not exist. Created. [2022-10-12T04:16:00.819Z] Lock acquired on [jenkins-edgexfoundry-edgex-ui-go-PR-557-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2022-10-12T04:16:01.202Z] + echo total: 0.2199999988079071 [Pipeline] stash [2022-10-12T04:16:01.596Z] Stashed 1 file(s) [Pipeline] } [2022-10-12T04:16:01.622Z] Lock released on resource [jenkins-edgexfoundry-edgex-ui-go-PR-557-1-stack-cost] [Pipeline] // lock [Pipeline] } [2022-10-12T04:16:01.696Z] $ docker stop --time=1 2345557a5667996026d56961c0ac8af3561b366b2c81f7aff04e67c441efd621 [2022-10-12T04:16:02.952Z] $ docker rm -f 2345557a5667996026d56961c0ac8af3561b366b2c81f7aff04e67c441efd621 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2022-10-12T04:16:32.305Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-7729 in /w/workspace/edgexfoundry_edgex-ui-go_PR-557 [Pipeline] { [Pipeline] ws [2022-10-12T04:16:32.346Z] Running in /w/workspace/edgex-ui-go/1 [Pipeline] { [Pipeline] checkout [2022-10-12T04:16:32.423Z] The recommended git tool is: git [2022-10-12T04:16:38.714Z] using credential edgex-jenkins-ssh [2022-10-12T04:16:38.733Z] Cloning the remote Git repository [2022-10-12T04:16:38.788Z] Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git [2022-10-12T04:16:38.888Z] > git init /w/workspace/edgex-ui-go/1 # timeout=10 [2022-10-12T04:16:39.078Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2022-10-12T04:16:39.079Z] > git --version # timeout=10 [2022-10-12T04:16:39.104Z] > git --version # 'git version 2.25.1' [2022-10-12T04:16:39.107Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-10-12T04:16:39.163Z] Verifying host key using known hosts file [2022-10-12T04:16:39.396Z] You're using 'Known hosts file' strategy to verify ssh host keys, but your known_hosts file does not exist, please go to 'Manage Jenkins' -> 'Configure Global Security' -> 'Git Host Key Verification Configuration' and configure host key verification. [2022-10-12T04:16:39.411Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2022-10-12T04:16:42.822Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2022-10-12T04:16:42.859Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2022-10-12T04:16:43.920Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2022-10-12T04:16:43.969Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2022-10-12T04:16:43.970Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-10-12T04:16:43.977Z] Verifying host key using known hosts file [2022-10-12T04:16:43.984Z] You're using 'Known hosts file' strategy to verify ssh host keys, but your known_hosts file does not exist, please go to 'Manage Jenkins' -> 'Configure Global Security' -> 'Git Host Key Verification Configuration' and configure host key verification. [2022-10-12T04:16:43.995Z] > 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 [2022-10-12T04:16:44.527Z] Merging remotes/origin/main commit 7068460caebfd9ea6dab23a48856cc5898547cee into PR head commit 883c945d15415503f632df0c23bf5beefce9ba19 [2022-10-12T04:16:45.161Z] Merge succeeded, producing 883c945d15415503f632df0c23bf5beefce9ba19 [2022-10-12T04:16:45.161Z] Checking out Revision 883c945d15415503f632df0c23bf5beefce9ba19 (PR-557) [2022-10-12T04:16:44.550Z] > git config core.sparsecheckout # timeout=10 [2022-10-12T04:16:44.574Z] > git checkout -f 883c945d15415503f632df0c23bf5beefce9ba19 # timeout=10 [2022-10-12T04:16:45.027Z] > git remote # timeout=10 [2022-10-12T04:16:45.049Z] > git config --get remote.origin.url # timeout=10 [2022-10-12T04:16:45.086Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-10-12T04:16:45.092Z] Verifying host key using known hosts file [2022-10-12T04:16:45.097Z] You're using 'Known hosts file' strategy to verify ssh host keys, but your known_hosts file does not exist, please go to 'Manage Jenkins' -> 'Configure Global Security' -> 'Git Host Key Verification Configuration' and configure host key verification. [2022-10-12T04:16:45.108Z] > git merge 7068460caebfd9ea6dab23a48856cc5898547cee # timeout=10 [2022-10-12T04:16:45.140Z] > git rev-parse HEAD^{commit} # timeout=10 [2022-10-12T04:16:45.168Z] > git config core.sparsecheckout # timeout=10 [2022-10-12T04:16:45.183Z] > git checkout -f 883c945d15415503f632df0c23bf5beefce9ba19 # timeout=10 [2022-10-12T04:16:46.287Z] Commit message: "chore(deps): Bump github.com/edgexfoundry/go-mod-bootstrap/v2" [2022-10-12T04:16:46.348Z] > git --version # timeout=10 [2022-10-12T04:16:46.363Z] > git --version # 'git version 2.25.1' [2022-10-12T04:16:46.392Z] fatal: bad object bd7468d5528128c83034753e4c3def8ef9af3f2d [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2022-10-12T04:16:47.667Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2022-10-12T04:16:47.667Z] % Total % Received % Xferd Average Speed Time Time Time Current [2022-10-12T04:16:47.667Z] Dload Upload Total Spent Left Speed [2022-10-12T04:16:47.667Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12602 100 12602 0 0 205k 0 --:--:-- --:--:-- --:--:-- 205k [Pipeline] sh [2022-10-12T04:16:48.286Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2022-10-12T04:16:48.641Z] + sudo tee /etc/docker/daemon.new [2022-10-12T04:16:48.641Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2022-10-12T04:16:48.641Z] { [2022-10-12T04:16:48.641Z] "registry-mirrors": [ [2022-10-12T04:16:48.641Z] "https://nexus3.edgexfoundry.org:10001" [2022-10-12T04:16:48.641Z] ], [2022-10-12T04:16:48.641Z] "bip": "10.250.0.254/24", [2022-10-12T04:16:48.641Z] "hosts": [ [2022-10-12T04:16:48.641Z] "tcp://0.0.0.0:5555", [2022-10-12T04:16:48.641Z] "unix:///var/run/docker.sock" [2022-10-12T04:16:48.641Z] ], [2022-10-12T04:16:48.641Z] "mtu": 1458, [2022-10-12T04:16:48.641Z] "selinux-enabled": true, [2022-10-12T04:16:48.641Z] "seccomp-profile": "/etc/docker/seccomp.json" [2022-10-12T04:16:48.641Z] } [Pipeline] sh [2022-10-12T04:16:49.005Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2022-10-12T04:16:49.372Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-10-12T04:17:07.729Z] provisioning config files... [2022-10-12T04:17:07.761Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/1@tmp/config7316836601677241676tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-10-12T04:17:08.160Z] ---> docker-login.sh [2022-10-12T04:17:08.161Z] nexus3.edgexfoundry.org:10001 [2022-10-12T04:17:08.759Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-10-12T04:17:09.029Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-10-12T04:17:09.029Z] Configure a credential helper to remove this warning. See [2022-10-12T04:17:09.029Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-10-12T04:17:09.029Z] [2022-10-12T04:17:09.029Z] Login Succeeded [2022-10-12T04:17:09.029Z] nexus3.edgexfoundry.org:10002 [2022-10-12T04:17:09.301Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-10-12T04:17:09.301Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-10-12T04:17:09.301Z] Configure a credential helper to remove this warning. See [2022-10-12T04:17:09.301Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-10-12T04:17:09.301Z] [2022-10-12T04:17:09.301Z] Login Succeeded [2022-10-12T04:17:09.301Z] nexus3.edgexfoundry.org:10003 [2022-10-12T04:17:09.572Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-10-12T04:17:09.572Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-10-12T04:17:09.572Z] Configure a credential helper to remove this warning. See [2022-10-12T04:17:09.572Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-10-12T04:17:09.572Z] [2022-10-12T04:17:09.846Z] Login Succeeded [2022-10-12T04:17:09.846Z] nexus3.edgexfoundry.org:10004 [2022-10-12T04:17:09.846Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-10-12T04:17:10.117Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-10-12T04:17:10.117Z] Configure a credential helper to remove this warning. See [2022-10-12T04:17:10.117Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-10-12T04:17:10.117Z] [2022-10-12T04:17:10.117Z] Login Succeeded [2022-10-12T04:17:10.117Z] docker.io [2022-10-12T04:17:10.390Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-10-12T04:17:10.660Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-10-12T04:17:10.660Z] Configure a credential helper to remove this warning. See [2022-10-12T04:17:10.660Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-10-12T04:17:10.660Z] [2022-10-12T04:17:10.660Z] Login Succeeded [2022-10-12T04:17:10.660Z] ---> docker-login.sh ends [Pipeline] } [2022-10-12T04:17:10.688Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2022-10-12T04:17:11.001Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-10-12T04:17:11.037Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-10-12T04:17:11.074Z] ========================================================= [2022-10-12T04:17:11.074Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine] [2022-10-12T04:17:11.074Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-10-12T04:17:11.578Z] + docker build -t ci-base-image-arm64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine --build-arg MAKE=echo noop --target=builder . [2022-10-12T04:17:12.564Z] Sending build context to Docker daemon 28.94MB [2022-10-12T04:17:12.564Z] Step 1/16 : ARG BASE=golang:1.18-alpine3.16 [2022-10-12T04:17:12.564Z] Step 2/16 : FROM ${BASE} AS builder [2022-10-12T04:17:12.847Z] 1.18-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2022-10-12T04:17:12.847Z] 9b18e9b68314: Pulling fs layer [2022-10-12T04:17:12.847Z] d32db5db7311: Pulling fs layer [2022-10-12T04:17:12.847Z] d0c4b47475fc: Pulling fs layer [2022-10-12T04:17:12.847Z] 5831b945b038: Pulling fs layer [2022-10-12T04:17:12.847Z] 86bbec2aaacd: Pulling fs layer [2022-10-12T04:17:12.847Z] e10730c5d714: Pulling fs layer [2022-10-12T04:17:12.847Z] 5dd5c2283517: Pulling fs layer [2022-10-12T04:17:12.847Z] d5ac0230b979: Pulling fs layer [2022-10-12T04:17:12.847Z] 86bbec2aaacd: Waiting [2022-10-12T04:17:12.847Z] e10730c5d714: Waiting [2022-10-12T04:17:12.847Z] 5dd5c2283517: Waiting [2022-10-12T04:17:12.847Z] d5ac0230b979: Waiting [2022-10-12T04:17:12.847Z] 5831b945b038: Waiting [2022-10-12T04:17:12.847Z] d32db5db7311: Download complete [2022-10-12T04:17:12.847Z] d0c4b47475fc: Verifying Checksum [2022-10-12T04:17:12.847Z] d0c4b47475fc: Download complete [2022-10-12T04:17:12.847Z] 86bbec2aaacd: Verifying Checksum [2022-10-12T04:17:12.847Z] 86bbec2aaacd: Download complete [2022-10-12T04:17:12.847Z] e10730c5d714: Download complete [2022-10-12T04:17:12.847Z] 9b18e9b68314: Verifying Checksum [2022-10-12T04:17:12.847Z] 9b18e9b68314: Download complete [2022-10-12T04:17:13.829Z] 9b18e9b68314: Pull complete [2022-10-12T04:17:14.100Z] d5ac0230b979: Verifying Checksum [2022-10-12T04:17:14.100Z] d5ac0230b979: Download complete [2022-10-12T04:17:14.372Z] d32db5db7311: Pull complete [2022-10-12T04:17:14.645Z] d0c4b47475fc: Pull complete [2022-10-12T04:17:15.242Z] 5dd5c2283517: Verifying Checksum [2022-10-12T04:17:15.242Z] 5dd5c2283517: Download complete [2022-10-12T04:17:15.834Z] 5831b945b038: Verifying Checksum [2022-10-12T04:17:15.834Z] 5831b945b038: Download complete [2022-10-12T04:17:28.282Z] 5831b945b038: Pull complete [2022-10-12T04:17:28.282Z] 86bbec2aaacd: Pull complete [2022-10-12T04:17:28.282Z] e10730c5d714: Pull complete [2022-10-12T04:17:33.661Z] 5dd5c2283517: Pull complete [2022-10-12T04:17:35.096Z] d5ac0230b979: Pull complete [2022-10-12T04:17:35.096Z] Digest: sha256:20129d036edcc9aeb260ee0df12cfa5280992c4a8e5b89377467d541f90c94a2 [2022-10-12T04:17:35.096Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2022-10-12T04:17:35.096Z] ---> 59b3b1a385d4 [2022-10-12T04:17:35.096Z] Step 3/16 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" [2022-10-12T04:17:37.691Z] ---> Running in d98dd2c4c436 [2022-10-12T04:17:37.691Z] Removing intermediate container d98dd2c4c436 [2022-10-12T04:17:37.691Z] ---> ffd9fb5a969b [2022-10-12T04:17:37.691Z] Step 4/16 : ARG ALPINE_PKG_BASE="make git" [2022-10-12T04:17:37.691Z] ---> Running in d3f1d988223f [2022-10-12T04:17:38.279Z] Removing intermediate container d3f1d988223f [2022-10-12T04:17:38.279Z] ---> 8757775e6f9f [2022-10-12T04:17:38.279Z] Step 5/16 : ARG ALPINE_PKG_EXTRA="" [2022-10-12T04:17:38.279Z] ---> Running in d7b01ff322e7 [2022-10-12T04:17:38.548Z] Removing intermediate container d7b01ff322e7 [2022-10-12T04:17:38.548Z] ---> 8a7d217814bb [2022-10-12T04:17:38.548Z] Step 6/16 : LABEL Name=edgex-ui-go [2022-10-12T04:17:38.548Z] ---> Running in aee4398a0331 [2022-10-12T04:17:39.135Z] Removing intermediate container aee4398a0331 [2022-10-12T04:17:39.135Z] ---> 59f90eaf4d80 [2022-10-12T04:17:39.135Z] Step 7/16 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2022: Intel' [2022-10-12T04:17:39.135Z] ---> Running in 28418d719b19 [2022-10-12T04:17:39.404Z] Removing intermediate container 28418d719b19 [2022-10-12T04:17:39.404Z] ---> 41531960cb7d [2022-10-12T04:17:39.404Z] Step 8/16 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2022-10-12T04:17:39.990Z] latest: Pulling from library/docker [2022-10-12T04:17:40.261Z] 9b18e9b68314: Already exists [2022-10-12T04:17:40.261Z] c21cba7d4ed2: Pulling fs layer [2022-10-12T04:17:40.261Z] 63dea5e92710: Pulling fs layer [2022-10-12T04:17:40.261Z] 9d2c8901bb3f: Pulling fs layer [2022-10-12T04:17:40.261Z] 617bdaf04ff9: Pulling fs layer [2022-10-12T04:17:40.261Z] 905797b402e1: Pulling fs layer [2022-10-12T04:17:40.261Z] 4200b31db3e1: Pulling fs layer [2022-10-12T04:17:40.261Z] 0f100482841c: Pulling fs layer [2022-10-12T04:17:40.261Z] 34a7cc51cc60: Pulling fs layer [2022-10-12T04:17:40.261Z] 617bdaf04ff9: Waiting [2022-10-12T04:17:40.261Z] 905797b402e1: Waiting [2022-10-12T04:17:40.261Z] 4200b31db3e1: Waiting [2022-10-12T04:17:40.261Z] 34a7cc51cc60: Waiting [2022-10-12T04:17:40.261Z] 0f100482841c: Waiting [2022-10-12T04:17:40.534Z] 63dea5e92710: Download complete [2022-10-12T04:17:40.534Z] c21cba7d4ed2: Verifying Checksum [2022-10-12T04:17:40.534Z] c21cba7d4ed2: Download complete [2022-10-12T04:17:40.819Z] 9d2c8901bb3f: Verifying Checksum [2022-10-12T04:17:40.819Z] 9d2c8901bb3f: Download complete [2022-10-12T04:17:41.090Z] 4200b31db3e1: Verifying Checksum [2022-10-12T04:17:41.090Z] 4200b31db3e1: Download complete [2022-10-12T04:17:41.090Z] 617bdaf04ff9: Verifying Checksum [2022-10-12T04:17:41.090Z] 617bdaf04ff9: Download complete [2022-10-12T04:17:41.090Z] 905797b402e1: Verifying Checksum [2022-10-12T04:17:41.090Z] 905797b402e1: Download complete [2022-10-12T04:17:41.090Z] 0f100482841c: Download complete [2022-10-12T04:17:41.090Z] 34a7cc51cc60: Download complete [2022-10-12T04:17:41.359Z] c21cba7d4ed2: Pull complete [2022-10-12T04:17:41.628Z] 63dea5e92710: Pull complete [2022-10-12T04:17:42.616Z] 9d2c8901bb3f: Pull complete [2022-10-12T04:17:43.584Z] 617bdaf04ff9: Pull complete [2022-10-12T04:17:44.170Z] 905797b402e1: Pull complete [2022-10-12T04:17:44.440Z] 4200b31db3e1: Pull complete [2022-10-12T04:17:44.708Z] 0f100482841c: Pull complete [2022-10-12T04:17:44.981Z] 34a7cc51cc60: Pull complete [2022-10-12T04:17:44.981Z] Digest: sha256:b2343859b009730168704bf04dd705291539db39df5ccf840a91b647b72009fe [2022-10-12T04:17:45.250Z] Status: Downloaded newer image for docker:latest [2022-10-12T04:17:47.845Z] ---> fb2e24bb98a5 [2022-10-12T04:17:47.845Z] Step 9/16 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-12T04:17:47.845Z] ---> Running in 175584b88c11 [2022-10-12T04:17:49.808Z] Removing intermediate container 175584b88c11 [2022-10-12T04:17:49.808Z] ---> 8a7aadc5f696 [2022-10-12T04:17:49.808Z] Step 10/16 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2022-10-12T04:17:50.083Z] ---> Running in 89a71e50d062 [2022-10-12T04:17:51.047Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-10-12T04:17:52.012Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-10-12T04:17:52.979Z] OK: 221 MiB in 51 packages [2022-10-12T04:17:53.948Z] Removing intermediate container 89a71e50d062 [2022-10-12T04:17:53.949Z] ---> 5a11addc090d [2022-10-12T04:17:53.949Z] Step 11/16 : ENV GO111MODULE=on [2022-10-12T04:17:53.949Z] ---> Running in 34892506fc23 [2022-10-12T04:17:54.219Z] Removing intermediate container 34892506fc23 [2022-10-12T04:17:54.219Z] ---> 44035e1ea517 [2022-10-12T04:17:54.219Z] Step 12/16 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go [2022-10-12T04:17:54.488Z] ---> Running in 139d0b06c80f [2022-10-12T04:17:54.757Z] Removing intermediate container 139d0b06c80f [2022-10-12T04:17:54.757Z] ---> 4b8b7edc3a98 [2022-10-12T04:17:54.757Z] Step 13/16 : COPY go.mod vendor* ./ [2022-10-12T04:17:55.346Z] ---> db5f74a4903f [2022-10-12T04:17:55.346Z] Step 14/16 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-10-12T04:17:55.346Z] ---> Running in c12cb82cf4df [2022-10-12T04:18:42.213Z] Removing intermediate container c12cb82cf4df [2022-10-12T04:18:42.213Z] ---> 7a03e5da6fa0 [2022-10-12T04:18:42.213Z] Step 15/16 : COPY . . [2022-10-12T04:18:43.189Z] ---> 8edd06b49eed [2022-10-12T04:18:43.189Z] Step 16/16 : RUN ${MAKE} [2022-10-12T04:18:43.189Z] ---> Running in 6c3bf36751dc [2022-10-12T04:18:44.158Z] noop [2022-10-12T04:18:45.128Z] Removing intermediate container 6c3bf36751dc [2022-10-12T04:18:45.128Z] ---> 9f281ca8f5fe [2022-10-12T04:18:45.128Z] Successfully built 9f281ca8f5fe [2022-10-12T04:18:45.128Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-10-12T04:18:45.604Z] + docker inspect -f . ci-base-image-arm64 [2022-10-12T04:18:45.604Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-10-12T04:18:45.880Z] prd-ubuntu20.04-docker-arm64-4c-16g-7729 does not seem to be running inside a container [2022-10-12T04:18:45.964Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/1 -v /w/workspace/edgex-ui-go/1:/w/workspace/edgex-ui-go/1:rw,z -v /w/workspace/edgex-ui-go/1@tmp:/w/workspace/edgex-ui-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2022-10-12T04:18:47.244Z] $ docker top 1294b84f7bbe12ce69e69d91c0e6d55e7431e60d0d9eceea0c325018187e4bcc -eo pid,comm [Pipeline] { [Pipeline] sh [2022-10-12T04:18:48.147Z] + go version [2022-10-12T04:18:48.147Z] go version go1.18.7 linux/arm64 [Pipeline] } [2022-10-12T04:18:48.178Z] $ docker stop --time=1 1294b84f7bbe12ce69e69d91c0e6d55e7431e60d0d9eceea0c325018187e4bcc [2022-10-12T04:18:49.874Z] $ 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 [2022-10-12T04:18:50.736Z] + docker inspect -f . ci-base-image-arm64 [2022-10-12T04:18:50.736Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-10-12T04:18:50.986Z] prd-ubuntu20.04-docker-arm64-4c-16g-7729 does not seem to be running inside a container [2022-10-12T04:18:51.063Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/edgex-ui-go/1 -v /w/workspace/edgex-ui-go/1:/w/workspace/edgex-ui-go/1:rw,z -v /w/workspace/edgex-ui-go/1@tmp:/w/workspace/edgex-ui-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2022-10-12T04:18:52.359Z] $ docker top 86585ceb7aab4b51ca98688e25bed5d698d1a2a685d21e40b5d93f7ddb5aea81 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-10-12T04:18:53.275Z] + git config --global --add safe.directory /w/workspace/edgex-ui-go/1 [Pipeline] fileExists [Pipeline] sh [2022-10-12T04:18:53.999Z] + make test [2022-10-12T04:18:53.999Z] CGO_ENABLED=0 GO111MODULE=on go test -tags "no_messagebus" -coverprofile=coverage.out ./... [2022-10-12T04:18:55.968Z] ? github.com/edgexfoundry/edgex-ui-go [no test files] [2022-10-12T04:20:17.631Z] ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] [2022-10-12T04:20:17.631Z] ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] [2022-10-12T04:20:17.631Z] ? github.com/edgexfoundry/edgex-ui-go/internal/common [no test files] [2022-10-12T04:20:17.632Z] ? github.com/edgexfoundry/edgex-ui-go/internal/config [no test files] [2022-10-12T04:20:17.632Z] ? github.com/edgexfoundry/edgex-ui-go/internal/container [no test files] [2022-10-12T04:20:17.632Z] ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] [2022-10-12T04:20:17.632Z] ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] [2022-10-12T04:20:17.632Z] ? github.com/edgexfoundry/edgex-ui-go/internal/service [no test files] [2022-10-12T04:20:17.632Z] CGO_ENABLED=0 GO111MODULE=on go vet -tags "no_messagebus" ./... [2022-10-12T04:20:39.714Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2022-10-12T04:20:39.714Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2022-10-12T04:20:39.714Z] ./bin/test-attribution-txt.sh [2022-10-12T04:20:39.714Z] An attribution for github.com/edgexfoundry/go-mod-bootstrap/v2 is missing from Attribution.txt, please add [2022-10-12T04:20:39.714Z] An attribution for github.com/Microsoft/go-winio is missing from Attribution.txt, please add [2022-10-12T04:20:39.714Z] An attribution for github.com/eclipse/paho.mqtt.golang is missing from Attribution.txt, please add [2022-10-12T04:20:39.714Z] An attribution for github.com/edgexfoundry/go-mod-messaging/v2 is missing from Attribution.txt, please add [2022-10-12T04:20:39.714Z] An attribution for github.com/edgexfoundry/go-mod-secrets/v2 is missing from Attribution.txt, please add [2022-10-12T04:20:39.714Z] An attribution for github.com/go-kit/log is missing from Attribution.txt, please add [2022-10-12T04:20:39.714Z] An attribution for github.com/go-logfmt/logfmt is missing from Attribution.txt, please add [2022-10-12T04:20:39.714Z] An attribution for github.com/go-redis/redis/v7 is missing from Attribution.txt, please add [2022-10-12T04:20:39.714Z] An attribution for github.com/golang/protobuf is missing from Attribution.txt, please add [2022-10-12T04:20:39.714Z] An attribution for github.com/gorilla/websocket is missing from Attribution.txt, please add [2022-10-12T04:20:39.714Z] An attribution for github.com/hashicorp/errwrap is missing from Attribution.txt, please add [2022-10-12T04:20:39.714Z] An attribution for github.com/hashicorp/go-multierror is missing from Attribution.txt, please add [2022-10-12T04:20:39.714Z] An attribution for github.com/pebbe/zmq4 is missing from Attribution.txt, please add [2022-10-12T04:20:39.714Z] An attribution for github.com/rcrowley/go-metrics is missing from Attribution.txt, please add [2022-10-12T04:20:39.714Z] An attribution for github.com/spiffe/go-spiffe/v2 is missing from Attribution.txt, please add [2022-10-12T04:20:39.714Z] An attribution for github.com/zeebo/errs is missing from Attribution.txt, please add [2022-10-12T04:20:39.714Z] An attribution for golang.org/x/net is missing from Attribution.txt, please add [2022-10-12T04:20:39.714Z] An attribution for golang.org/x/sync is missing from Attribution.txt, please add [2022-10-12T04:20:39.714Z] An attribution for google.golang.org/genproto is missing from Attribution.txt, please add [2022-10-12T04:20:39.714Z] An attribution for google.golang.org/grpc is missing from Attribution.txt, please add [2022-10-12T04:20:39.714Z] An attribution for google.golang.org/protobuf is missing from Attribution.txt, please add [2022-10-12T04:20:39.714Z] An attribution for gopkg.in/square/go-jose.v2 is missing from Attribution.txt, please add [2022-10-12T04:20:39.714Z] make -C web test [2022-10-12T04:20:39.714Z] make[1]: Entering directory '/w/workspace/edgex-ui-go/1/web' [2022-10-12T04:20:39.714Z] make[1]: tput: No such file or directory [2022-10-12T04:20:39.714Z] make[1]: tput: No such file or directory [2022-10-12T04:20:39.714Z] warning: generating ./VERSION [2022-10-12T04:20:39.714Z] echo "0.0.0" > VERSION [2022-10-12T04:20:39.714Z] docker build \ [2022-10-12T04:20:39.714Z] -f Dockerfile \ [2022-10-12T04:20:39.714Z] --build-arg USER=1000 \ [2022-10-12T04:20:39.714Z] \ [2022-10-12T04:20:39.714Z] --label "git_sha=883c945d15415503f632df0c23bf5beefce9ba19" \ [2022-10-12T04:20:39.714Z] -t edgexfoundry/edgex-web-ui:883c945d15415503f632df0c23bf5beefce9ba19 \ [2022-10-12T04:20:39.714Z] -t edgexfoundry/edgex-web-ui:0.0.0-dev \ [2022-10-12T04:20:39.714Z] . [2022-10-12T04:20:40.303Z] Sending build context to Docker daemon 3.269MB [2022-10-12T04:20:40.303Z] Step 1/10 : FROM node:16.17-alpine3.15 [2022-10-12T04:20:40.575Z] 16.17-alpine3.15: Pulling from library/node [2022-10-12T04:20:40.843Z] 47517142f6ba: Pulling fs layer [2022-10-12T04:20:40.843Z] 5f8c4bfa009b: Pulling fs layer [2022-10-12T04:20:40.843Z] f7079c9c4ba1: Pulling fs layer [2022-10-12T04:20:40.843Z] aba105e6f55a: Pulling fs layer [2022-10-12T04:20:41.113Z] 47517142f6ba: Verifying Checksum [2022-10-12T04:20:41.113Z] 47517142f6ba: Download complete [2022-10-12T04:20:41.383Z] aba105e6f55a: Verifying Checksum [2022-10-12T04:20:41.383Z] aba105e6f55a: Download complete [2022-10-12T04:20:41.383Z] f7079c9c4ba1: Verifying Checksum [2022-10-12T04:20:41.383Z] f7079c9c4ba1: Download complete [2022-10-12T04:20:41.651Z] 47517142f6ba: Pull complete [2022-10-12T04:20:43.070Z] 5f8c4bfa009b: Verifying Checksum [2022-10-12T04:20:43.070Z] 5f8c4bfa009b: Download complete [2022-10-12T04:20:48.432Z] 5f8c4bfa009b: Pull complete [2022-10-12T04:20:48.701Z] f7079c9c4ba1: Pull complete [2022-10-12T04:20:48.974Z] aba105e6f55a: Pull complete [2022-10-12T04:20:48.974Z] Digest: sha256:84c606bfbe4cf120c52b17c3b727e614d99e357a8e350f83a4e7b9ec0798e04a [2022-10-12T04:20:48.974Z] Status: Downloaded newer image for node:16.17-alpine3.15 [2022-10-12T04:20:48.974Z] ---> bf1b8b58d215 [2022-10-12T04:20:48.974Z] Step 2/10 : RUN apk add --no-cache chromium [2022-10-12T04:20:49.244Z] ---> Running in 9a6cf45f8b4d [2022-10-12T04:20:50.224Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-10-12T04:20:50.495Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-10-12T04:20:51.463Z] (1/128) Installing libxau (1.0.9-r0) [2022-10-12T04:20:51.463Z] (2/128) Installing libmd (1.0.3-r0) [2022-10-12T04:20:51.463Z] (3/128) Installing libbsd (0.11.3-r1) [2022-10-12T04:20:51.463Z] (4/128) Installing libxdmcp (1.1.3-r0) [2022-10-12T04:20:51.745Z] (5/128) Installing libxcb (1.14-r2) [2022-10-12T04:20:51.745Z] (6/128) Installing libx11 (1.7.3.1-r0) [2022-10-12T04:20:51.745Z] (7/128) Installing libxext (1.3.4-r0) [2022-10-12T04:20:51.745Z] (8/128) Installing libice (1.0.10-r0) [2022-10-12T04:20:51.745Z] (9/128) Installing libuuid (2.37.4-r0) [2022-10-12T04:20:51.745Z] (10/128) Installing libsm (1.2.3-r0) [2022-10-12T04:20:51.745Z] (11/128) Installing libxt (1.2.1-r0) [2022-10-12T04:20:52.015Z] (12/128) Installing libxmu (1.1.3-r0) [2022-10-12T04:20:52.015Z] (13/128) Installing xset (1.2.4-r0) [2022-10-12T04:20:52.015Z] (14/128) Installing xprop (1.2.5-r0) [2022-10-12T04:20:52.015Z] (15/128) Installing xdg-utils (1.1.3-r0) [2022-10-12T04:20:52.015Z] (16/128) Installing eudev-libs (3.2.11_pre1-r0) [2022-10-12T04:20:52.015Z] (17/128) Installing pkgconf (1.8.0-r0) [2022-10-12T04:20:52.015Z] (18/128) Installing libffi (3.4.2-r1) [2022-10-12T04:20:52.015Z] (19/128) Installing libintl (0.21-r0) [2022-10-12T04:20:52.015Z] (20/128) Installing libblkid (2.37.4-r0) [2022-10-12T04:20:52.015Z] (21/128) Installing libmount (2.37.4-r0) [2022-10-12T04:20:52.015Z] (22/128) Installing pcre (8.45-r1) [2022-10-12T04:20:52.015Z] (23/128) Installing glib (2.70.1-r0) [2022-10-12T04:20:52.015Z] (24/128) Installing xz-libs (5.2.5-r1) [2022-10-12T04:20:52.015Z] (25/128) Installing libxml2 (2.9.14-r1) [2022-10-12T04:20:52.015Z] (26/128) Installing shared-mime-info (2.1-r1) [2022-10-12T04:20:52.286Z] (27/128) Installing hicolor-icon-theme (0.17-r1) [2022-10-12T04:20:52.286Z] (28/128) Installing libjpeg-turbo (2.1.2-r0) [2022-10-12T04:20:52.286Z] (29/128) Installing libpng (1.6.37-r1) [2022-10-12T04:20:52.286Z] (30/128) Installing libwebp (1.2.2-r0) [2022-10-12T04:20:52.286Z] (31/128) Installing zstd-libs (1.5.0-r0) [2022-10-12T04:20:52.558Z] (32/128) Installing tiff (4.4.0-r0) [2022-10-12T04:20:52.558Z] (33/128) Installing gdk-pixbuf (2.42.8-r0) [2022-10-12T04:20:52.558Z] (34/128) Installing gtk-update-icon-cache (2.24.33-r0) [2022-10-12T04:20:52.558Z] (35/128) Installing libxcomposite (0.4.5-r0) [2022-10-12T04:20:52.558Z] (36/128) Installing libxfixes (6.0.0-r0) [2022-10-12T04:20:52.558Z] (37/128) Installing libxrender (0.9.10-r3) [2022-10-12T04:20:52.558Z] (38/128) Installing libxcursor (1.2.0-r0) [2022-10-12T04:20:52.558Z] (39/128) Installing libxdamage (1.1.5-r1) [2022-10-12T04:20:52.558Z] (40/128) Installing libxi (1.8-r0) [2022-10-12T04:20:52.558Z] (41/128) Installing libxinerama (1.1.4-r1) [2022-10-12T04:20:52.558Z] (42/128) Installing libxrandr (1.5.2-r1) [2022-10-12T04:20:52.558Z] (43/128) Installing atk (2.36.0-r0) [2022-10-12T04:20:52.558Z] (44/128) Installing libxtst (1.2.3-r3) [2022-10-12T04:20:52.558Z] (45/128) Installing dbus-libs (1.12.24-r0) [2022-10-12T04:20:52.558Z] (46/128) Installing at-spi2-core (2.42.0-r0) [2022-10-12T04:20:52.558Z] (47/128) Installing at-spi2-atk (2.38.0-r0) [2022-10-12T04:20:52.558Z] (48/128) Installing expat (2.4.9-r0) [2022-10-12T04:20:52.558Z] (49/128) Installing brotli-libs (1.0.9-r5) [2022-10-12T04:20:52.558Z] (50/128) Installing libbz2 (1.0.8-r1) [2022-10-12T04:20:52.558Z] (51/128) Installing freetype (2.11.1-r2) [2022-10-12T04:20:52.558Z] (52/128) Installing fontconfig (2.13.1-r4) [2022-10-12T04:20:52.828Z] (53/128) Installing pixman (0.40.0-r3) [2022-10-12T04:20:52.828Z] (54/128) Installing cairo (1.16.0-r5) [2022-10-12T04:20:52.828Z] (55/128) Installing cairo-gobject (1.16.0-r5) [2022-10-12T04:20:52.828Z] (56/128) Installing avahi-libs (0.8-r5) [2022-10-12T04:20:52.828Z] (57/128) Installing gmp (6.2.1-r1) [2022-10-12T04:20:52.828Z] (58/128) Installing nettle (3.7.3-r0) [2022-10-12T04:20:52.828Z] (59/128) Installing p11-kit (0.24.0-r1) [2022-10-12T04:20:52.828Z] (60/128) Installing libtasn1 (4.18.0-r0) [2022-10-12T04:20:52.828Z] (61/128) Installing libunistring (0.9.10-r1) [2022-10-12T04:20:52.828Z] (62/128) Installing gnutls (3.7.1-r1) [2022-10-12T04:20:53.096Z] (63/128) Installing cups-libs (2.3.3-r6) [2022-10-12T04:20:53.096Z] (64/128) Installing libepoxy (1.5.9-r0) [2022-10-12T04:20:53.096Z] (65/128) Installing fribidi (1.0.11-r0) [2022-10-12T04:20:53.096Z] (66/128) Installing graphite2 (1.3.14-r0) [2022-10-12T04:20:53.096Z] (67/128) Installing harfbuzz (3.0.0-r2) [2022-10-12T04:20:53.096Z] (68/128) Installing libxft (2.3.4-r0) [2022-10-12T04:20:53.096Z] (69/128) Installing pango (1.48.10-r0) [2022-10-12T04:20:53.096Z] (70/128) Installing wayland-libs-client (1.19.0-r1) [2022-10-12T04:20:53.096Z] (71/128) Installing wayland-libs-cursor (1.19.0-r1) [2022-10-12T04:20:53.096Z] (72/128) Installing wayland-libs-egl (1.19.0-r1) [2022-10-12T04:20:53.096Z] (73/128) Installing xkeyboard-config (2.34-r0) [2022-10-12T04:20:53.366Z] (74/128) Installing libxkbcommon (1.3.1-r0) [2022-10-12T04:20:53.366Z] (75/128) Installing gtk+3.0 (3.24.30-r0) [2022-10-12T04:20:53.634Z] Executing gtk+3.0-3.24.30-r0.post-install [2022-10-12T04:20:53.634Z] (76/128) Installing libfontenc (1.1.4-r0) [2022-10-12T04:20:53.634Z] (77/128) Installing mkfontscale (1.2.1-r1) [2022-10-12T04:20:53.634Z] (78/128) Installing ttf-opensans (1.10-r1) [2022-10-12T04:20:53.917Z] Executing ttf-opensans-1.10-r1.post-install [2022-10-12T04:20:55.866Z] (79/128) Installing libogg (1.3.5-r0) [2022-10-12T04:20:55.866Z] (80/128) Installing flac (1.3.4-r0) [2022-10-12T04:20:55.866Z] (81/128) Installing alsa-lib (1.2.5.1-r1) [2022-10-12T04:20:56.134Z] (82/128) Installing libatomic (10.3.1_git20211027-r0) [2022-10-12T04:20:56.134Z] (83/128) Installing sdl2 (2.0.16-r4) [2022-10-12T04:20:56.134Z] (84/128) Installing aom-libs (3.2.0-r0) [2022-10-12T04:20:56.134Z] (85/128) Installing libass (0.15.2-r0) [2022-10-12T04:20:56.134Z] (86/128) Installing libdav1d (0.9.2-r0) [2022-10-12T04:20:56.134Z] (87/128) Installing ncurses-terminfo-base (6.3_p20211120-r1) [2022-10-12T04:20:56.134Z] (88/128) Installing ncurses-libs (6.3_p20211120-r1) [2022-10-12T04:20:56.404Z] (89/128) Installing lame (3.100-r0) [2022-10-12T04:20:56.404Z] (90/128) Installing opus (1.3.1-r1) [2022-10-12T04:20:56.404Z] (91/128) Installing libgomp (10.3.1_git20211027-r0) [2022-10-12T04:20:56.404Z] (92/128) Installing soxr (0.1.3-r2) [2022-10-12T04:20:56.404Z] (93/128) Installing libsrt (1.4.2-r1) [2022-10-12T04:20:56.404Z] (94/128) Installing libssh (0.9.6-r1) [2022-10-12T04:20:56.690Z] (95/128) Installing libtheora (1.1.1-r16) [2022-10-12T04:20:56.690Z] (96/128) Installing v4l-utils-libs (1.22.1-r1) [2022-10-12T04:20:56.690Z] (97/128) Installing libdrm (2.4.109-r0) [2022-10-12T04:20:56.690Z] (98/128) Installing libva (2.13.0-r0) [2022-10-12T04:20:56.690Z] (99/128) Installing libvdpau (1.4-r0) [2022-10-12T04:20:56.690Z] (100/128) Installing vidstab (1.1.0-r1) [2022-10-12T04:20:56.690Z] (101/128) Installing libvorbis (1.3.7-r0) [2022-10-12T04:20:56.690Z] (102/128) Installing libvpx (1.10.0-r0) [2022-10-12T04:20:56.690Z] (103/128) Installing vulkan-loader (1.2.196-r0) [2022-10-12T04:20:56.690Z] (104/128) Installing x264-libs (20210613-r0) [2022-10-12T04:20:56.962Z] (105/128) Installing x265-libs (3.5-r0) [2022-10-12T04:20:56.962Z] (106/128) Installing xvidcore (1.3.7-r1) [2022-10-12T04:20:56.962Z] (107/128) Installing ffmpeg-libs (4.4.1-r2) [2022-10-12T04:20:57.548Z] (108/128) Installing libevent (2.1.12-r4) [2022-10-12T04:20:57.548Z] (109/128) Installing mesa (21.2.6-r0) [2022-10-12T04:20:57.548Z] (110/128) Installing wayland-libs-server (1.19.0-r1) [2022-10-12T04:20:57.548Z] (111/128) Installing mesa-gbm (21.2.6-r0) [2022-10-12T04:20:57.548Z] (112/128) Installing lcms2 (2.12-r1) [2022-10-12T04:20:57.548Z] (113/128) Installing nspr (4.32-r0) [2022-10-12T04:20:57.548Z] (114/128) Installing sqlite-libs (3.36.0-r0) [2022-10-12T04:20:57.548Z] (115/128) Installing nss (3.78.1-r0) [2022-10-12T04:20:57.818Z] (116/128) Installing libasyncns (0.8-r1) [2022-10-12T04:20:57.818Z] (117/128) Installing libltdl (2.4.6-r7) [2022-10-12T04:20:57.818Z] (118/128) Installing orc (0.4.32-r0) [2022-10-12T04:20:57.818Z] (119/128) Installing libsndfile (1.0.31-r1) [2022-10-12T04:20:57.818Z] (120/128) Installing speexdsp (1.2.0-r0) [2022-10-12T04:20:57.818Z] (121/128) Installing tdb-libs (1.4.5-r0) [2022-10-12T04:20:57.818Z] (122/128) Installing libpulse (15.0-r2) [2022-10-12T04:20:57.818Z] (123/128) Installing re2 (2021.11.01-r0) [2022-10-12T04:20:57.818Z] (124/128) Installing snappy (1.1.9-r1) [2022-10-12T04:20:57.818Z] (125/128) Installing libgpg-error (1.42-r1) [2022-10-12T04:20:57.818Z] (126/128) Installing libgcrypt (1.9.4-r0) [2022-10-12T04:20:57.818Z] (127/128) Installing libxslt (1.1.35-r0) [2022-10-12T04:20:57.818Z] (128/128) Installing chromium (99.0.4844.84-r0) [2022-10-12T04:21:02.106Z] Executing busybox-1.34.1-r7.trigger [2022-10-12T04:21:02.106Z] Executing glib-2.70.1-r0.trigger [2022-10-12T04:21:02.106Z] Executing shared-mime-info-2.1-r1.trigger [2022-10-12T04:21:07.454Z] Executing gdk-pixbuf-2.42.8-r0.trigger [2022-10-12T04:21:07.454Z] Executing gtk-update-icon-cache-2.24.33-r0.trigger [2022-10-12T04:21:07.454Z] Executing fontconfig-2.13.1-r4.trigger [2022-10-12T04:21:07.724Z] Executing mkfontscale-1.2.1-r1.trigger [2022-10-12T04:21:07.724Z] OK: 275 MiB in 144 packages [2022-10-12T04:21:17.799Z] Removing intermediate container 9a6cf45f8b4d [2022-10-12T04:21:17.799Z] ---> 7350dc57ec89 [2022-10-12T04:21:17.799Z] Step 3/10 : ENV CHROME_BIN=/usr/bin/chromium-browser [2022-10-12T04:21:17.799Z] ---> Running in 463f7e7c1358 [2022-10-12T04:21:17.799Z] Removing intermediate container 463f7e7c1358 [2022-10-12T04:21:17.799Z] ---> 2efe7ffb5672 [2022-10-12T04:21:17.799Z] Step 4/10 : ENV PATH /app/node_modules/.bin:$PATH [2022-10-12T04:21:17.799Z] ---> Running in 3b42c143ffa2 [2022-10-12T04:21:17.799Z] Removing intermediate container 3b42c143ffa2 [2022-10-12T04:21:17.799Z] ---> 5b9a1eb0a8f7 [2022-10-12T04:21:17.800Z] Step 5/10 : RUN npm install -g npm [2022-10-12T04:21:17.800Z] ---> Running in 9ce00619fa53 [2022-10-12T04:21:50.038Z] [2022-10-12T04:21:50.038Z] changed 54 packages, and audited 212 packages in 24s [2022-10-12T04:21:50.038Z] [2022-10-12T04:21:50.038Z] 11 packages are looking for funding [2022-10-12T04:21:50.038Z] run `npm fund` for details [2022-10-12T04:21:50.038Z] [2022-10-12T04:21:50.038Z] found 0 vulnerabilities [2022-10-12T04:21:50.038Z] Removing intermediate container 9ce00619fa53 [2022-10-12T04:21:50.038Z] ---> c59f656aff6a [2022-10-12T04:21:50.038Z] Step 6/10 : ARG USER=1000 [2022-10-12T04:21:50.038Z] ---> Running in 65612979da33 [2022-10-12T04:21:50.038Z] Removing intermediate container 65612979da33 [2022-10-12T04:21:50.038Z] ---> 8bc02834196f [2022-10-12T04:21:50.038Z] Step 7/10 : RUN deluser --remove-home node && adduser -u $USER -D -s /bin/sh node [2022-10-12T04:21:50.038Z] ---> Running in 0bb4a9de1556 [2022-10-12T04:21:50.623Z] Removing intermediate container 0bb4a9de1556 [2022-10-12T04:21:50.623Z] ---> 1993fa1b492a [2022-10-12T04:21:50.623Z] Step 8/10 : USER $USER:$USER [2022-10-12T04:21:50.623Z] ---> Running in aaad3ba77318 [2022-10-12T04:21:50.892Z] Removing intermediate container aaad3ba77318 [2022-10-12T04:21:50.892Z] ---> 92a57093efc9 [2022-10-12T04:21:50.892Z] Step 9/10 : WORKDIR /app [2022-10-12T04:21:50.892Z] ---> Running in 3ef51101b902 [2022-10-12T04:21:51.476Z] Removing intermediate container 3ef51101b902 [2022-10-12T04:21:51.476Z] ---> e75c24c5df6c [2022-10-12T04:21:51.476Z] Step 10/10 : LABEL git_sha=883c945d15415503f632df0c23bf5beefce9ba19 [2022-10-12T04:21:51.476Z] ---> Running in a5c38848d21d [2022-10-12T04:21:51.745Z] Removing intermediate container a5c38848d21d [2022-10-12T04:21:51.746Z] ---> e428f53ea088 [2022-10-12T04:21:51.746Z] Successfully built e428f53ea088 [2022-10-12T04:21:51.746Z] Successfully tagged edgexfoundry/edgex-web-ui:883c945d15415503f632df0c23bf5beefce9ba19 [2022-10-12T04:21:51.746Z] Successfully tagged edgexfoundry/edgex-web-ui:0.0.0-dev [2022-10-12T04:21:51.746Z] touch edgex-web-ui.imagebuilt [2022-10-12T04:21:51.746Z] mkdir -p node_modules coverage [2022-10-12T04:21:51.746Z] chown "1000:1000" node_modules coverage package-lock.json [2022-10-12T04:21:51.746Z] docker run --rm -i -v "$(pwd):/app" -u "1000:1000" edgexfoundry/edgex-web-ui:0.0.0-dev npm install [2022-10-12T04:22:04.063Z] npm WARN EBADENGINE Unsupported engine { [2022-10-12T04:22:04.063Z] npm WARN EBADENGINE package: '@angular-devkit/architect@0.1202.4', [2022-10-12T04:22:04.063Z] npm WARN EBADENGINE required: { [2022-10-12T04:22:04.063Z] npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', [2022-10-12T04:22:04.063Z] npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', [2022-10-12T04:22:04.063Z] npm WARN EBADENGINE yarn: '>= 1.13.0' [2022-10-12T04:22:04.063Z] npm WARN EBADENGINE }, [2022-10-12T04:22:04.063Z] npm WARN EBADENGINE current: { node: 'v16.17.1', npm: '8.19.2' } [2022-10-12T04:22:04.063Z] npm WARN EBADENGINE } [2022-10-12T04:22:04.063Z] npm WARN EBADENGINE Unsupported engine { [2022-10-12T04:22:04.063Z] npm WARN EBADENGINE package: '@angular-devkit/build-angular@12.2.4', [2022-10-12T04:22:04.063Z] npm WARN EBADENGINE required: { [2022-10-12T04:22:04.063Z] npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', [2022-10-12T04:22:04.063Z] npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', [2022-10-12T04:22:04.063Z] npm WARN EBADENGINE yarn: '>= 1.13.0' [2022-10-12T04:22:04.063Z] npm WARN EBADENGINE }, [2022-10-12T04:22:04.063Z] npm WARN EBADENGINE current: { node: 'v16.17.1', npm: '8.19.2' } [2022-10-12T04:22:04.063Z] npm WARN EBADENGINE } [2022-10-12T04:22:04.063Z] npm WARN EBADENGINE Unsupported engine { [2022-10-12T04:22:04.063Z] npm WARN EBADENGINE package: '@angular-devkit/build-optimizer@0.1202.4', [2022-10-12T04:22:04.063Z] npm WARN EBADENGINE required: { [2022-10-12T04:22:04.063Z] npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', [2022-10-12T04:22:04.063Z] npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', [2022-10-12T04:22:04.063Z] npm WARN EBADENGINE yarn: '>= 1.13.0' [2022-10-12T04:22:04.063Z] npm WARN EBADENGINE }, [2022-10-12T04:22:04.063Z] npm WARN EBADENGINE current: { node: 'v16.17.1', npm: '8.19.2' } [2022-10-12T04:22:04.063Z] npm WARN EBADENGINE } [2022-10-12T04:22:04.063Z] npm WARN EBADENGINE Unsupported engine { [2022-10-12T04:22:04.063Z] npm WARN EBADENGINE package: '@angular-devkit/build-webpack@0.1202.4', [2022-10-12T04:22:04.063Z] npm WARN EBADENGINE required: { [2022-10-12T04:22:04.063Z] npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', [2022-10-12T04:22:04.063Z] npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', [2022-10-12T04:22:04.063Z] npm WARN EBADENGINE yarn: '>= 1.13.0' [2022-10-12T04:22:04.064Z] npm WARN EBADENGINE }, [2022-10-12T04:22:04.064Z] npm WARN EBADENGINE current: { node: 'v16.17.1', npm: '8.19.2' } [2022-10-12T04:22:04.064Z] npm WARN EBADENGINE } [2022-10-12T04:22:04.064Z] npm WARN EBADENGINE Unsupported engine { [2022-10-12T04:22:04.064Z] npm WARN EBADENGINE package: '@angular-devkit/core@12.2.4', [2022-10-12T04:22:04.064Z] npm WARN EBADENGINE required: { [2022-10-12T04:22:04.064Z] npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', [2022-10-12T04:22:04.064Z] npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', [2022-10-12T04:22:04.064Z] npm WARN EBADENGINE yarn: '>= 1.13.0' [2022-10-12T04:22:04.064Z] npm WARN EBADENGINE }, [2022-10-12T04:22:04.064Z] npm WARN EBADENGINE current: { node: 'v16.17.1', npm: '8.19.2' } [2022-10-12T04:22:04.064Z] npm WARN EBADENGINE } [2022-10-12T04:22:04.064Z] npm WARN EBADENGINE Unsupported engine { [2022-10-12T04:22:04.064Z] npm WARN EBADENGINE package: '@angular-devkit/schematics@12.2.4', [2022-10-12T04:22:04.064Z] npm WARN EBADENGINE required: { [2022-10-12T04:22:04.064Z] npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', [2022-10-12T04:22:04.064Z] npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', [2022-10-12T04:22:04.064Z] npm WARN EBADENGINE yarn: '>= 1.13.0' [2022-10-12T04:22:04.064Z] npm WARN EBADENGINE }, [2022-10-12T04:22:04.064Z] npm WARN EBADENGINE current: { node: 'v16.17.1', npm: '8.19.2' } [2022-10-12T04:22:04.064Z] npm WARN EBADENGINE } [2022-10-12T04:22:04.064Z] npm WARN EBADENGINE Unsupported engine { [2022-10-12T04:22:04.064Z] npm WARN EBADENGINE package: '@angular/cli@12.2.4', [2022-10-12T04:22:04.064Z] npm WARN EBADENGINE required: { [2022-10-12T04:22:04.064Z] npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', [2022-10-12T04:22:04.064Z] npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', [2022-10-12T04:22:04.064Z] npm WARN EBADENGINE yarn: '>= 1.13.0' [2022-10-12T04:22:04.064Z] npm WARN EBADENGINE }, [2022-10-12T04:22:04.064Z] npm WARN EBADENGINE current: { node: 'v16.17.1', npm: '8.19.2' } [2022-10-12T04:22:04.064Z] npm WARN EBADENGINE } [2022-10-12T04:22:04.064Z] npm WARN EBADENGINE Unsupported engine { [2022-10-12T04:22:04.064Z] npm WARN EBADENGINE package: '@ngtools/webpack@12.2.4', [2022-10-12T04:22:04.064Z] npm WARN EBADENGINE required: { [2022-10-12T04:22:04.064Z] npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', [2022-10-12T04:22:04.064Z] npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', [2022-10-12T04:22:04.064Z] npm WARN EBADENGINE yarn: '>= 1.13.0' [2022-10-12T04:22:04.064Z] npm WARN EBADENGINE }, [2022-10-12T04:22:04.064Z] npm WARN EBADENGINE current: { node: 'v16.17.1', npm: '8.19.2' } [2022-10-12T04:22:04.064Z] npm WARN EBADENGINE } [2022-10-12T04:22:04.064Z] npm WARN EBADENGINE Unsupported engine { [2022-10-12T04:22:04.064Z] npm WARN EBADENGINE package: '@schematics/angular@12.2.4', [2022-10-12T04:22:04.064Z] npm WARN EBADENGINE required: { [2022-10-12T04:22:04.064Z] npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', [2022-10-12T04:22:04.064Z] npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', [2022-10-12T04:22:04.064Z] npm WARN EBADENGINE yarn: '>= 1.13.0' [2022-10-12T04:22:04.064Z] npm WARN EBADENGINE }, [2022-10-12T04:22:04.064Z] npm WARN EBADENGINE current: { node: 'v16.17.1', npm: '8.19.2' } [2022-10-12T04:22:04.064Z] npm WARN EBADENGINE } [2022-10-12T04:22:50.914Z] npm WARN deprecated urix@0.1.0: Please see https://github.com/lydell/urix#deprecated [2022-10-12T04:22:50.914Z] npm WARN deprecated stable@0.1.8: Modern JS already guarantees Array#sort() is a stable sort, so this library is deprecated. See the compatibility table on MDN: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/sort#browser_compatibility [2022-10-12T04:22:50.914Z] npm WARN deprecated source-map-url@0.4.1: See https://github.com/lydell/source-map-url#deprecated [2022-10-12T04:22:50.914Z] npm WARN deprecated source-map-resolve@0.6.0: See https://github.com/lydell/source-map-resolve#deprecated [2022-10-12T04:22:50.914Z] npm WARN deprecated resolve-url@0.2.1: https://github.com/lydell/resolve-url#deprecated [2022-10-12T04:22:50.914Z] npm WARN deprecated querystring@0.2.0: The querystring API is considered Legacy. new code should use the URLSearchParams API instead. [2022-10-12T04:23:01.111Z] npm WARN deprecated request@2.88.2: request has been deprecated, see https://github.com/request/request/issues/3142 [2022-10-12T04:23:01.111Z] npm WARN deprecated har-validator@5.1.5: this library is no longer supported [2022-10-12T04:23:01.385Z] npm WARN deprecated flatten@1.0.3: flatten is deprecated in favor of utility frameworks such as lodash. [2022-10-12T04:23:23.551Z] npm WARN deprecated source-map-resolve@0.5.3: See https://github.com/lydell/source-map-resolve#deprecated [2022-10-12T04:23:23.551Z] npm WARN deprecated chokidar@2.1.8: Chokidar 2 does not receive security updates since 2019. Upgrade to chokidar 3 with 15x fewer dependencies [2022-10-12T04:23:23.551Z] npm WARN deprecated uuid@3.4.0: Please upgrade to version 7 or higher. Older versions may use Math.random() in certain circumstances, which is known to be problematic. See https://v8.dev/blog/math-random for details. [2022-10-12T04:23:27.822Z] npm WARN deprecated uuid@3.4.0: Please upgrade to version 7 or higher. Older versions may use Math.random() in certain circumstances, which is known to be problematic. See https://v8.dev/blog/math-random for details. [2022-10-12T04:23:29.232Z] npm WARN deprecated uuid@3.4.0: Please upgrade to version 7 or higher. Older versions may use Math.random() in certain circumstances, which is known to be problematic. See https://v8.dev/blog/math-random for details. [2022-10-12T04:23:31.173Z] npm WARN deprecated source-map-resolve@0.5.3: See https://github.com/lydell/source-map-resolve#deprecated [2022-10-12T04:23:43.477Z] npm WARN deprecated protractor@7.0.0: We have news to share - Protractor is deprecated and will reach end-of-life by Summer 2023. To learn more and find out about other options please refer to this post on the Angular blog. Thank you for using and contributing to Protractor. https://goo.gle/state-of-e2e-in-angular [2022-10-12T04:23:44.883Z] npm WARN deprecated popper.js@1.16.1: You can find the new Popper v2 at @popperjs/core, this package is dedicated to the legacy v1 [2022-10-12T04:23:59.861Z] npm WARN deprecated tslint@6.1.3: TSLint has been deprecated in favor of ESLint. Please see https://github.com/palantir/tslint/issues/4534 for more information. [2022-10-12T04:24:21.973Z] npm WARN deprecated core-js@3.16.0: core-js@<3.23.3 is no longer maintained and not recommended for usage due to the number of issues. Because of the V8 engine whims, feature detection in old core-js versions could cause a slowdown up to 100x even if nothing is polyfilled. Some versions have web compatibility issues. Please, upgrade your dependencies to the actual version of core-js. [2022-10-12T04:24:54.198Z] [2022-10-12T04:24:54.198Z] added 1475 packages, and audited 1476 packages in 3m [2022-10-12T04:24:54.198Z] [2022-10-12T04:24:54.198Z] 90 packages are looking for funding [2022-10-12T04:24:54.198Z] run `npm fund` for details [2022-10-12T04:24:54.198Z] [2022-10-12T04:24:54.198Z] 13 vulnerabilities (3 moderate, 8 high, 2 critical) [2022-10-12T04:24:54.198Z] [2022-10-12T04:24:54.198Z] To address issues that do not require attention, run: [2022-10-12T04:24:54.198Z] npm audit fix [2022-10-12T04:24:54.198Z] [2022-10-12T04:24:54.198Z] To address all issues (including breaking changes), run: [2022-10-12T04:24:54.198Z] npm audit fix --force [2022-10-12T04:24:54.198Z] [2022-10-12T04:24:54.198Z] Run `npm audit` for details. [2022-10-12T04:24:57.552Z] docker run --rm -i -v "$(pwd):/app" -u "1000:1000" edgexfoundry/edgex-web-ui:0.0.0-dev ng test --code-coverage --watch false --browsers ChromeHeadlessNoSandbox [2022-10-12T04:25:15.764Z] - Generating browser application bundles (phase: setup)... [2022-10-12T04:25:47.986Z] Compiling @angular/core : es2015 as esm2015 [2022-10-12T04:25:47.986Z] Compiling @angular/compiler/testing : es2015 as esm2015 [2022-10-12T04:26:14.658Z] Compiling @angular/common : es2015 as esm2015 [2022-10-12T04:26:14.658Z] Compiling @angular/core/testing : es2015 as esm2015 [2022-10-12T04:26:21.305Z] Compiling @angular/platform-browser : es2015 as esm2015 [2022-10-12T04:26:21.305Z] Compiling @angular/common/testing : es2015 as esm2015 [2022-10-12T04:26:25.575Z] Compiling @angular/router : es2015 as esm2015 [2022-10-12T04:26:26.534Z] Compiling @angular/platform-browser-dynamic : es2015 as esm2015 [2022-10-12T04:26:31.874Z] Compiling @angular/platform-browser/testing : es2015 as esm2015 [2022-10-12T04:26:32.846Z] Compiling @angular/common/http : es2015 as esm2015 [2022-10-12T04:26:33.429Z] Compiling @angular/platform-browser-dynamic/testing : es2015 as esm2015 [2022-10-12T04:26:37.682Z] Compiling @angular/forms : es2015 as esm2015 [2022-10-12T04:26:38.270Z] Compiling @angular/common/http/testing : es2015 as esm2015 [2022-10-12T04:26:38.270Z] Compiling @angular/router/testing : es2015 as esm2015 [2022-10-12T04:27:46.157Z] 12 10 2022 04:27:37.944:INFO [karma-server]: Karma v6.3.16 server started at http://localhost:9876/ [2022-10-12T04:27:46.157Z] 12 10 2022 04:27:37.957:INFO [launcher]: Launching browsers ChromeHeadlessNoSandbox with concurrency unlimited [2022-10-12T04:27:46.157Z] 12 10 2022 04:27:37.984:INFO [launcher]: Starting browser ChromeHeadless [2022-10-12T04:28:54.007Z] 12 10 2022 04:28:49.274:WARN [launcher]: ChromeHeadless has not captured in 60000 ms, killing. [2022-10-12T04:29:04.087Z] 12 10 2022 04:29:02.544:WARN [launcher]: ChromeHeadless was not killed in 2000 ms, sending SIGKILL. [2022-10-12T04:29:22.277Z] 12 10 2022 04:29:20.060:INFO [launcher]: Trying to start ChromeHeadless again (1/2). [2022-10-12T04:29:40.595Z] ✔ Browser application bundle generation complete. [2022-10-12T04:29:40.595Z] 12 10 2022 04:29:38.703:INFO [Chrome Headless 99.0.4844.84 (Linux aarch64)]: Connected on socket uaz3uMGac2aAx_jlAAAB with id 98942978 [2022-10-12T04:29:58.804Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 0 of 149 SUCCESS (0 secs / 0 secs) [2022-10-12T04:29:58.804Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 1 of 149 SUCCESS (0 secs / 1.127 secs) [2022-10-12T04:29:58.804Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 2 of 149 SUCCESS (0 secs / 1.379 secs) [2022-10-12T04:29:58.804Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 3 of 149 SUCCESS (0 secs / 1.795 secs) [2022-10-12T04:29:59.763Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 4 of 149 SUCCESS (0 secs / 2.508 secs) [2022-10-12T04:30:00.031Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 5 of 149 SUCCESS (0 secs / 2.774 secs) [2022-10-12T04:30:00.031Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 6 of 149 SUCCESS (0 secs / 2.817 secs) [2022-10-12T04:30:00.031Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 7 of 149 SUCCESS (0 secs / 2.832 secs) [2022-10-12T04:30:00.298Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 8 of 149 SUCCESS (0 secs / 2.948 secs) [2022-10-12T04:30:00.298Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 9 of 149 SUCCESS (0 secs / 2.999 secs) [2022-10-12T04:30:00.563Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 10 of 149 SUCCESS (0 secs / 3.061 secs) [2022-10-12T04:30:00.563Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 11 of 149 SUCCESS (0 secs / 3.081 secs) [2022-10-12T04:30:00.830Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 12 of 149 SUCCESS (0 secs / 3.477 secs) [2022-10-12T04:30:01.095Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 13 of 149 SUCCESS (0 secs / 3.55 secs) [2022-10-12T04:30:01.095Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 14 of 149 SUCCESS (0 secs / 3.588 secs) [2022-10-12T04:30:01.361Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 15 of 149 SUCCESS (0 secs / 3.753 secs) [2022-10-12T04:30:01.361Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 16 of 149 SUCCESS (0 secs / 3.826 secs) [2022-10-12T04:30:01.361Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 17 of 149 SUCCESS (0 secs / 3.84 secs) [2022-10-12T04:30:01.361Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 18 of 149 SUCCESS (0 secs / 3.855 secs) [2022-10-12T04:30:01.626Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 19 of 149 SUCCESS (0 secs / 3.88 secs) [2022-10-12T04:30:01.626Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 20 of 149 SUCCESS (0 secs / 3.932 secs) [2022-10-12T04:30:01.626Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 21 of 149 SUCCESS (0 secs / 3.97 secs) [2022-10-12T04:30:01.626Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 22 of 149 SUCCESS (0 secs / 4.076 secs) [2022-10-12T04:30:01.893Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 23 of 149 SUCCESS (0 secs / 4.099 secs) [2022-10-12T04:30:01.893Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 24 of 149 SUCCESS (0 secs / 4.117 secs) [2022-10-12T04:30:01.893Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 25 of 149 SUCCESS (0 secs / 4.198 secs) [2022-10-12T04:30:01.893Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 26 of 149 SUCCESS (0 secs / 4.228 secs) [2022-10-12T04:30:02.158Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 27 of 149 SUCCESS (0 secs / 4.27 secs) [2022-10-12T04:30:02.158Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 28 of 149 SUCCESS (0 secs / 4.288 secs) [2022-10-12T04:30:02.158Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 29 of 149 SUCCESS (0 secs / 4.381 secs) [2022-10-12T04:30:02.158Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 30 of 149 SUCCESS (0 secs / 4.401 secs) [2022-10-12T04:30:02.158Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 31 of 149 SUCCESS (0 secs / 4.412 secs) [2022-10-12T04:30:02.422Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 32 of 149 SUCCESS (0 secs / 4.693 secs) [2022-10-12T04:30:02.686Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 33 of 149 SUCCESS (0 secs / 4.728 secs) [2022-10-12T04:30:02.950Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 34 of 149 SUCCESS (0 secs / 4.937 secs) [2022-10-12T04:30:02.950Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 35 of 149 SUCCESS (0 secs / 4.964 secs) [2022-10-12T04:30:02.950Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 36 of 149 SUCCESS (0 secs / 4.978 secs) [2022-10-12T04:30:03.215Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 37 of 149 SUCCESS (0 secs / 5.108 secs) [2022-10-12T04:30:03.480Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 38 of 149 SUCCESS (0 secs / 5.389 secs) [2022-10-12T04:30:03.480Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 39 of 149 SUCCESS (0 secs / 5.426 secs) [2022-10-12T04:30:03.480Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 40 of 149 SUCCESS (0 secs / 5.443 secs) [2022-10-12T04:30:03.480Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 41 of 149 SUCCESS (0 secs / 5.456 secs) [2022-10-12T04:30:03.746Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 42 of 149 SUCCESS (0 secs / 5.51 secs) [2022-10-12T04:30:03.746Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 43 of 149 SUCCESS (0 secs / 5.587 secs) [2022-10-12T04:30:03.746Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 44 of 149 SUCCESS (0 secs / 5.635 secs) [2022-10-12T04:30:04.013Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 45 of 149 SUCCESS (0 secs / 5.851 secs) [2022-10-12T04:30:04.599Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 46 of 149 SUCCESS (0 secs / 6.147 secs) [2022-10-12T04:30:04.599Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 47 of 149 SUCCESS (0 secs / 6.216 secs) [2022-10-12T04:30:04.599Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 48 of 149 SUCCESS (0 secs / 6.247 secs) [2022-10-12T04:30:04.599Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 49 of 149 SUCCESS (0 secs / 6.273 secs) [2022-10-12T04:30:04.867Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 50 of 149 SUCCESS (0 secs / 6.3 secs) [2022-10-12T04:30:04.867Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 51 of 149 SUCCESS (0 secs / 6.328 secs) [2022-10-12T04:30:04.867Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 52 of 149 SUCCESS (0 secs / 6.354 secs) [2022-10-12T04:30:04.867Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 53 of 149 SUCCESS (0 secs / 6.505 secs) [2022-10-12T04:30:05.134Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 54 of 149 SUCCESS (0 secs / 6.571 secs) [2022-10-12T04:30:05.134Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 55 of 149 SUCCESS (0 secs / 6.64 secs) [2022-10-12T04:30:05.401Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 56 of 149 SUCCESS (0 secs / 6.713 secs) [2022-10-12T04:30:05.401Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 57 of 149 SUCCESS (0 secs / 6.772 secs) [2022-10-12T04:30:05.401Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 58 of 149 SUCCESS (0 secs / 6.803 secs) [2022-10-12T04:30:05.401Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 59 of 149 SUCCESS (0 secs / 6.833 secs) [2022-10-12T04:30:05.666Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 60 of 149 SUCCESS (0 secs / 6.887 secs) [2022-10-12T04:30:05.666Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 61 of 149 SUCCESS (0 secs / 6.993 secs) [2022-10-12T04:30:05.933Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 62 of 149 SUCCESS (0 secs / 7.042 secs) [2022-10-12T04:30:06.518Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 63 of 149 SUCCESS (0 secs / 7.675 secs) [2022-10-12T04:30:06.518Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 64 of 149 SUCCESS (0 secs / 7.702 secs) [2022-10-12T04:30:06.784Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 65 of 149 SUCCESS (0 secs / 7.716 secs) [2022-10-12T04:30:06.784Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 66 of 149 SUCCESS (0 secs / 7.759 secs) [2022-10-12T04:30:06.784Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 67 of 149 SUCCESS (0 secs / 7.777 secs) [2022-10-12T04:30:06.784Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 68 of 149 SUCCESS (0 secs / 7.793 secs) [2022-10-12T04:30:06.784Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 69 of 149 SUCCESS (0 secs / 7.863 secs) [2022-10-12T04:30:07.051Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 70 of 149 SUCCESS (0 secs / 7.946 secs) [2022-10-12T04:30:07.051Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 71 of 149 SUCCESS (0 secs / 8.102 secs) [2022-10-12T04:30:07.317Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 72 of 149 SUCCESS (0 secs / 8.281 secs) [2022-10-12T04:30:07.583Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 73 of 149 SUCCESS (0 secs / 8.368 secs) [2022-10-12T04:30:07.583Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 74 of 149 SUCCESS (0 secs / 8.409 secs) [2022-10-12T04:30:07.849Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 75 of 149 SUCCESS (0 secs / 8.684 secs) [2022-10-12T04:30:08.117Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 76 of 149 SUCCESS (0 secs / 8.757 secs) [2022-10-12T04:30:08.117Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 77 of 149 SUCCESS (0 secs / 8.774 secs) [2022-10-12T04:30:08.117Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 78 of 149 SUCCESS (0 secs / 8.837 secs) [2022-10-12T04:30:08.381Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 79 of 149 SUCCESS (0 secs / 8.896 secs) [2022-10-12T04:30:08.381Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 80 of 149 SUCCESS (0 secs / 9.024 secs) [2022-10-12T04:30:08.646Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 81 of 149 SUCCESS (0 secs / 9.084 secs) [2022-10-12T04:30:08.646Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 82 of 149 SUCCESS (0 secs / 9.21 secs) [2022-10-12T04:30:08.930Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 83 of 149 SUCCESS (0 secs / 9.269 secs) [2022-10-12T04:30:08.930Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 84 of 149 SUCCESS (0 secs / 9.345 secs) [2022-10-12T04:30:08.930Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 85 of 149 SUCCESS (0 secs / 9.39 secs) [2022-10-12T04:30:09.195Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 86 of 149 SUCCESS (0 secs / 9.535 secs) [2022-10-12T04:30:09.459Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 87 of 149 SUCCESS (0 secs / 9.753 secs) [2022-10-12T04:30:09.723Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 88 of 149 SUCCESS (0 secs / 9.88 secs) [2022-10-12T04:30:09.723Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 89 of 149 SUCCESS (0 secs / 9.975 secs) [2022-10-12T04:30:09.991Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 90 of 149 SUCCESS (0 secs / 10.048 secs) [2022-10-12T04:30:09.991Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 91 of 149 SUCCESS (0 secs / 10.113 secs) [2022-10-12T04:30:10.258Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 92 of 149 SUCCESS (0 secs / 10.25 secs) [2022-10-12T04:30:10.258Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 93 of 149 SUCCESS (0 secs / 10.368 secs) [2022-10-12T04:30:10.258Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 94 of 149 SUCCESS (0 secs / 10.385 secs) [2022-10-12T04:30:10.258Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 95 of 149 SUCCESS (0 secs / 10.401 secs) [2022-10-12T04:30:10.524Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 96 of 149 SUCCESS (0 secs / 10.569 secs) [2022-10-12T04:30:10.524Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 97 of 149 SUCCESS (0 secs / 10.607 secs) [2022-10-12T04:30:10.789Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 98 of 149 SUCCESS (0 secs / 10.64 secs) [2022-10-12T04:30:10.789Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 99 of 149 SUCCESS (0 secs / 10.761 secs) [2022-10-12T04:30:11.055Z] WARN: ' [2022-10-12T04:30:11.055Z] It looks like you're using ngModel on the same form field as formControlName. [2022-10-12T04:30:11.055Z] Support for using the ngModel input property and ngModelChange event with [2022-10-12T04:30:11.055Z] reactive form directives has been deprecated in Angular v6 and will be removed [2022-10-12T04:30:11.055Z] in a future version of Angular. [2022-10-12T04:30:11.055Z] [2022-10-12T04:30:11.055Z] For more information on this, see our API docs here: [2022-10-12T04:30:11.055Z] https://angular.io/api/forms/FormControlName#use-with-ngmodel [2022-10-12T04:30:11.055Z] ' [2022-10-12T04:30:11.055Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 99 of 149 SUCCESS (0 secs / 10.761 secs) [2022-10-12T04:30:11.055Z] WARN: ' [2022-10-12T04:30:11.055Z] It looks like you're using ngModel on the same form field as formControlName. [2022-10-12T04:30:11.055Z] Support for using the ngModel input property and ngModelChange event with [2022-10-12T04:30:11.055Z] reactive form directives has been deprecated in Angular v6 and will be removed [2022-10-12T04:30:11.055Z] in a future version of Angular. [2022-10-12T04:30:11.055Z] [2022-10-12T04:30:11.055Z] For more information on this, see our API docs here: [2022-10-12T04:30:11.055Z] https://angular.io/api/forms/FormControlName#use-with-ngmodel [2022-10-12T04:30:11.055Z] ' [2022-10-12T04:30:11.055Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 100 of 149 SUCCESS (0 secs / 10.904 secs) [2022-10-12T04:30:11.055Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 101 of 149 SUCCESS (0 secs / 10.938 secs) [2022-10-12T04:30:11.320Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 102 of 149 SUCCESS (0 secs / 11.103 secs) [2022-10-12T04:30:11.320Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 103 of 149 SUCCESS (0 secs / 11.147 secs) [2022-10-12T04:30:11.320Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 104 of 149 SUCCESS (0 secs / 11.195 secs) [2022-10-12T04:30:11.593Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 105 of 149 SUCCESS (0 secs / 11.212 secs) [2022-10-12T04:30:11.593Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 106 of 149 SUCCESS (0 secs / 11.223 secs) [2022-10-12T04:30:11.593Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 107 of 149 SUCCESS (0 secs / 11.268 secs) [2022-10-12T04:30:11.593Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 108 of 149 SUCCESS (0 secs / 11.394 secs) [2022-10-12T04:30:11.861Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 109 of 149 SUCCESS (0 secs / 11.471 secs) [2022-10-12T04:30:11.861Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 110 of 149 SUCCESS (0 secs / 11.528 secs) [2022-10-12T04:30:12.128Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 111 of 149 SUCCESS (0 secs / 11.751 secs) [2022-10-12T04:30:12.395Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 112 of 149 SUCCESS (0 secs / 11.789 secs) [2022-10-12T04:30:12.395Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 113 of 149 SUCCESS (0 secs / 11.837 secs) [2022-10-12T04:30:12.395Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 114 of 149 SUCCESS (0 secs / 11.957 secs) [2022-10-12T04:30:12.661Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 115 of 149 SUCCESS (0 secs / 12.084 secs) [2022-10-12T04:30:12.661Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 116 of 149 SUCCESS (0 secs / 12.114 secs) [2022-10-12T04:30:12.661Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 117 of 149 SUCCESS (0 secs / 12.144 secs) [2022-10-12T04:30:12.928Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 118 of 149 SUCCESS (0 secs / 12.179 secs) [2022-10-12T04:30:12.928Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 119 of 149 SUCCESS (0 secs / 12.264 secs) [2022-10-12T04:30:13.193Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 120 of 149 SUCCESS (0 secs / 12.425 secs) [2022-10-12T04:30:13.459Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 121 of 149 SUCCESS (0 secs / 12.649 secs) [2022-10-12T04:30:13.724Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 122 of 149 SUCCESS (0 secs / 12.737 secs) [2022-10-12T04:30:13.724Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 123 of 149 SUCCESS (0 secs / 12.769 secs) [2022-10-12T04:30:13.724Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 124 of 149 SUCCESS (0 secs / 12.92 secs) [2022-10-12T04:30:13.988Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 125 of 149 SUCCESS (0 secs / 12.959 secs) [2022-10-12T04:30:13.988Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 126 of 149 SUCCESS (0 secs / 13.099 secs) [2022-10-12T04:30:14.253Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 127 of 149 SUCCESS (0 secs / 13.149 secs) [2022-10-12T04:30:14.253Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 128 of 149 SUCCESS (0 secs / 13.191 secs) [2022-10-12T04:30:14.253Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 129 of 149 SUCCESS (0 secs / 13.274 secs) [2022-10-12T04:30:14.518Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 130 of 149 SUCCESS (0 secs / 13.33 secs) [2022-10-12T04:30:14.518Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 131 of 149 SUCCESS (0 secs / 13.41 secs) [2022-10-12T04:30:14.783Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 132 of 149 SUCCESS (0 secs / 13.583 secs) [2022-10-12T04:30:15.049Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 133 of 149 SUCCESS (0 secs / 13.651 secs) [2022-10-12T04:30:15.049Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 134 of 149 SUCCESS (0 secs / 13.716 secs) [2022-10-12T04:30:15.313Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 135 of 149 SUCCESS (0 secs / 13.813 secs) [2022-10-12T04:30:15.313Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 136 of 149 SUCCESS (0 secs / 13.832 secs) [2022-10-12T04:30:15.313Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 137 of 149 SUCCESS (0 secs / 13.871 secs) [2022-10-12T04:30:15.313Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 138 of 149 SUCCESS (0 secs / 13.889 secs) [2022-10-12T04:30:15.313Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 139 of 149 SUCCESS (0 secs / 13.897 secs) [2022-10-12T04:30:15.578Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 140 of 149 SUCCESS (0 secs / 13.951 secs) [2022-10-12T04:30:15.578Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 141 of 149 SUCCESS (0 secs / 13.968 secs) [2022-10-12T04:30:15.844Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 142 of 149 SUCCESS (0 secs / 14.259 secs) [2022-10-12T04:30:15.844Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 143 of 149 SUCCESS (0 secs / 14.299 secs) [2022-10-12T04:30:16.112Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 144 of 149 SUCCESS (0 secs / 14.429 secs) [2022-10-12T04:30:16.112Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 145 of 149 SUCCESS (0 secs / 14.485 secs) [2022-10-12T04:30:16.377Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 146 of 149 SUCCESS (0 secs / 14.504 secs) [2022-10-12T04:30:16.377Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 147 of 149 SUCCESS (0 secs / 14.519 secs) [2022-10-12T04:30:16.377Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 148 of 149 SUCCESS (0 secs / 14.537 secs) [2022-10-12T04:30:16.377Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 149 of 149 SUCCESS (0 secs / 14.547 secs) [2022-10-12T04:30:17.332Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 149 of 149 SUCCESS (20.387 secs / 14.547 secs) [2022-10-12T04:30:17.332Z] TOTAL: 149 SUCCESS [2022-10-12T04:30:17.332Z] ✔ Browser application bundle generation complete. [2022-10-12T04:30:20.660Z] [2022-10-12T04:30:20.660Z] =============================== Coverage summary =============================== [2022-10-12T04:30:20.660Z] Statements : 40.98% ( 1467/3580 ) [2022-10-12T04:30:20.660Z] Branches : 12.03% ( 111/923 ) [2022-10-12T04:30:20.660Z] Functions : 33.28% ( 432/1298 ) [2022-10-12T04:30:20.660Z] Lines : 38.91% ( 1318/3387 ) [2022-10-12T04:30:20.660Z] ================================================================================ [2022-10-12T04:30:20.660Z] 12 10 2022 04:30:20.411:WARN [launcher]: ChromeHeadless was not killed in 2000 ms, sending SIGKILL. [2022-10-12T04:30:21.615Z] ✔ Browser application bundle generation complete. [2022-10-12T04:30:22.576Z] make[1]: Leaving directory '/w/workspace/edgex-ui-go/1/web' [Pipeline] echo [2022-10-12T04:30:22.612Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2022-10-12T04:30:22.640Z] $ docker stop --time=1 86585ceb7aab4b51ca98688e25bed5d698d1a2a685d21e40b5d93f7ddb5aea81 [2022-10-12T04:30:24.312Z] $ docker rm -f 86585ceb7aab4b51ca98688e25bed5d698d1a2a685d21e40b5d93f7ddb5aea81 [Pipeline] // withDockerContainer [Pipeline] sh [2022-10-12T04:30:25.219Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2022-10-12T04:30:28.585Z] Warning: overwriting stash ‘coverage-report’ [2022-10-12T04:30:33.824Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2022-10-12T04:30:34.413Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2022-10-12T04:30:37.330Z] + ls -al . [2022-10-12T04:30:37.330Z] total 172 [2022-10-12T04:30:37.330Z] drwxrwxr-x 13 jenkins jenkins 4096 Oct 12 04:18 . [2022-10-12T04:30:37.330Z] drwxrwxr-x 4 jenkins jenkins 4096 Oct 12 04:16 .. [2022-10-12T04:30:37.330Z] drwxrwxr-x 2 jenkins jenkins 4096 Oct 12 04:16 .blubracket [2022-10-12T04:30:37.330Z] -rw-rw-r-- 1 jenkins jenkins 18 Oct 12 04:16 .dockerignore [2022-10-12T04:30:37.330Z] drwxrwxr-x 8 jenkins jenkins 4096 Oct 12 04:16 .git [2022-10-12T04:30:37.330Z] drwxrwxr-x 3 jenkins jenkins 4096 Oct 12 04:16 .github [2022-10-12T04:30:37.330Z] -rw-rw-r-- 1 jenkins jenkins 185 Oct 12 04:16 .gitignore [2022-10-12T04:30:37.330Z] -rw-rw-r-- 1 jenkins jenkins 4856 Oct 12 04:16 Attribution.txt [2022-10-12T04:30:37.330Z] -rw-rw-r-- 1 jenkins jenkins 14570 Oct 12 04:16 CHANGELOG.md [2022-10-12T04:30:37.330Z] -rw-rw-r-- 1 jenkins jenkins 3959 Oct 12 04:16 CONTRIBUTING.md [2022-10-12T04:30:37.330Z] -rw-rw-r-- 1 jenkins jenkins 1669 Oct 12 04:16 Dockerfile [2022-10-12T04:30:37.330Z] -rw-rw-r-- 1 jenkins jenkins 652 Oct 12 04:16 Jenkinsfile [2022-10-12T04:30:37.330Z] -rw-rw-r-- 1 jenkins jenkins 11357 Oct 12 04:16 LICENSE [2022-10-12T04:30:37.330Z] -rw-rw-r-- 1 jenkins jenkins 2124 Oct 12 04:16 Makefile [2022-10-12T04:30:37.330Z] -rw-rw-r-- 1 jenkins jenkins 4398 Oct 12 04:16 README.md [2022-10-12T04:30:37.330Z] -rw-rw-r-- 1 jenkins jenkins 5 Oct 12 04:12 VERSION [2022-10-12T04:30:37.330Z] drwxrwxr-x 3 jenkins jenkins 4096 Oct 12 04:16 assets [2022-10-12T04:30:37.330Z] drwxrwxr-x 2 jenkins jenkins 4096 Oct 12 04:16 bin [2022-10-12T04:30:37.330Z] drwxrwxr-x 3 jenkins jenkins 4096 Oct 12 04:16 cmd [2022-10-12T04:30:37.330Z] -rw-r--r-- 1 jenkins jenkins 10 Oct 12 04:18 coverage.out [2022-10-12T04:30:37.330Z] drwxrwxr-x 2 jenkins jenkins 4096 Oct 12 04:16 docs [2022-10-12T04:30:37.330Z] -rw-rw-r-- 1 jenkins jenkins 3012 Oct 12 04:16 go.mod [2022-10-12T04:30:37.330Z] -rw-rw-r-- 1 jenkins jenkins 35759 Oct 12 04:16 go.sum [2022-10-12T04:30:37.330Z] drwxrwxr-x 8 jenkins jenkins 4096 Oct 12 04:16 internal [2022-10-12T04:30:37.330Z] drwxrwxr-x 4 jenkins jenkins 4096 Oct 12 04:16 snap [2022-10-12T04:30:37.330Z] drwxrwxr-x 4 jenkins jenkins 4096 Oct 12 04:16 testing [2022-10-12T04:30:37.330Z] -rw-rw-r-- 1 jenkins jenkins 155 Oct 12 04:16 version.go [2022-10-12T04:30:37.330Z] drwxrwxr-x 6 jenkins jenkins 4096 Oct 12 04:21 web [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-10-12T04:30:37.750Z] + 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 . [2022-10-12T04:30:38.706Z] Sending build context to Docker daemon 31.7MB [2022-10-12T04:30:38.972Z] Step 1/24 : ARG BASE=golang:1.18-alpine3.16 [2022-10-12T04:30:38.972Z] Step 2/24 : FROM ${BASE} AS builder [2022-10-12T04:30:38.972Z] ---> 9f281ca8f5fe [2022-10-12T04:30:38.972Z] Step 3/24 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" [2022-10-12T04:30:39.929Z] ---> Running in 78b3a23f72bf [2022-10-12T04:30:40.197Z] Removing intermediate container 78b3a23f72bf [2022-10-12T04:30:40.197Z] ---> b231704071fe [2022-10-12T04:30:40.197Z] Step 4/24 : ARG ALPINE_PKG_BASE="make git" [2022-10-12T04:30:40.197Z] ---> Running in 5562c91b56ad [2022-10-12T04:30:40.472Z] Removing intermediate container 5562c91b56ad [2022-10-12T04:30:40.472Z] ---> 03ec164aa9a6 [2022-10-12T04:30:40.472Z] Step 5/24 : ARG ALPINE_PKG_EXTRA="" [2022-10-12T04:30:40.742Z] ---> Running in 083bb7ee2ef7 [2022-10-12T04:30:41.008Z] Removing intermediate container 083bb7ee2ef7 [2022-10-12T04:30:41.008Z] ---> 923c2d7a393d [2022-10-12T04:30:41.008Z] Step 6/24 : LABEL Name=edgex-ui-go [2022-10-12T04:30:41.008Z] ---> Running in c68e9336c6cd [2022-10-12T04:30:41.275Z] Removing intermediate container c68e9336c6cd [2022-10-12T04:30:41.275Z] ---> cd782bf207e6 [2022-10-12T04:30:41.275Z] Step 7/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2022: Intel' [2022-10-12T04:30:41.275Z] ---> Running in 416b1c67faff [2022-10-12T04:30:41.541Z] Removing intermediate container 416b1c67faff [2022-10-12T04:30:41.541Z] ---> 9645f5fe464e [2022-10-12T04:30:41.541Z] Step 8/24 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2022-10-12T04:30:43.484Z] ---> 582ff7fc1b4a [2022-10-12T04:30:43.484Z] Step 9/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-12T04:30:43.484Z] ---> Running in 5c33464d62a6 [2022-10-12T04:30:45.424Z] Removing intermediate container 5c33464d62a6 [2022-10-12T04:30:45.424Z] ---> 94d97308e08a [2022-10-12T04:30:45.424Z] Step 10/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2022-10-12T04:30:45.424Z] ---> Running in 14c336133edb [2022-10-12T04:30:46.383Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-10-12T04:30:47.341Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-10-12T04:30:48.298Z] OK: 221 MiB in 51 packages [2022-10-12T04:30:48.893Z] Removing intermediate container 14c336133edb [2022-10-12T04:30:48.893Z] ---> bedce8ac2be5 [2022-10-12T04:30:48.893Z] Step 11/24 : ENV GO111MODULE=on [2022-10-12T04:30:49.158Z] ---> Running in 6fad799641f3 [2022-10-12T04:30:49.423Z] Removing intermediate container 6fad799641f3 [2022-10-12T04:30:49.423Z] ---> fecd127f04e6 [2022-10-12T04:30:49.423Z] Step 12/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go [2022-10-12T04:30:49.423Z] ---> Running in d2ec888254b1 [2022-10-12T04:30:49.692Z] Removing intermediate container d2ec888254b1 [2022-10-12T04:30:49.692Z] ---> c6dce2d43600 [2022-10-12T04:30:49.692Z] Step 13/24 : COPY go.mod vendor* ./ [2022-10-12T04:30:50.275Z] ---> 4d69be376324 [2022-10-12T04:30:50.275Z] Step 14/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-10-12T04:30:50.275Z] ---> Running in bfb3787e487c [2022-10-12T04:30:52.216Z] Removing intermediate container bfb3787e487c [2022-10-12T04:30:52.216Z] ---> 58ede40e79a7 [2022-10-12T04:30:52.216Z] Step 15/24 : COPY . . [2022-10-12T04:30:56.470Z] ---> 4b84bbc41902 [2022-10-12T04:30:56.470Z] Step 16/24 : RUN ${MAKE} [2022-10-12T04:30:56.470Z] ---> Running in cb1d9d559a12 [2022-10-12T04:30:57.428Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus" -ldflags "-X github.com/edgexfoundry/edgex-ui-go.Version=0.0.0" -o cmd/edgex-ui-server/edgex-ui-server ./cmd/edgex-ui-server [2022-10-12T04:32:05.251Z] Removing intermediate container cb1d9d559a12 [2022-10-12T04:32:05.251Z] ---> ad9b19339254 [2022-10-12T04:32:05.251Z] Step 17/24 : FROM alpine:3.14 [2022-10-12T04:32:05.251Z] 3.14: Pulling from library/alpine [2022-10-12T04:32:05.251Z] 90cda3b7c325: Pulling fs layer [2022-10-12T04:32:05.251Z] 90cda3b7c325: Verifying Checksum [2022-10-12T04:32:05.251Z] 90cda3b7c325: Download complete [2022-10-12T04:32:05.251Z] 90cda3b7c325: Pull complete [2022-10-12T04:32:05.251Z] Digest: sha256:1ab24b3b99320975cca71716a7475a65d263d0b6b604d9d14ce08f7a3f67595c [2022-10-12T04:32:05.251Z] Status: Downloaded newer image for alpine:3.14 [2022-10-12T04:32:05.251Z] ---> 376ba31ae3da [2022-10-12T04:32:05.251Z] Step 18/24 : EXPOSE 4000 [2022-10-12T04:32:05.251Z] ---> Running in 968b2ed65541 [2022-10-12T04:32:05.251Z] Removing intermediate container 968b2ed65541 [2022-10-12T04:32:05.251Z] ---> bb880df3e46b [2022-10-12T04:32:05.251Z] Step 19/24 : COPY --from=builder /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [2022-10-12T04:32:05.251Z] ---> acbcf38e6811 [2022-10-12T04:32:05.251Z] Step 20/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [2022-10-12T04:32:05.251Z] ---> Running in f8fcc6a514bb [2022-10-12T04:32:05.517Z] Removing intermediate container f8fcc6a514bb [2022-10-12T04:32:05.517Z] ---> 3eeacf30d11c [2022-10-12T04:32:05.517Z] Step 21/24 : ENTRYPOINT ["./edgex-ui-server","--confdir=res/docker"] [2022-10-12T04:32:05.783Z] ---> Running in 66dfa64b3cee [2022-10-12T04:32:06.047Z] Removing intermediate container 66dfa64b3cee [2022-10-12T04:32:06.047Z] ---> 62ff76f5d143 [2022-10-12T04:32:06.047Z] Step 22/24 : LABEL arch=arm64 [2022-10-12T04:32:06.047Z] ---> Running in 91eebb374b8b [2022-10-12T04:32:06.313Z] Removing intermediate container 91eebb374b8b [2022-10-12T04:32:06.313Z] ---> a5873d31d8a3 [2022-10-12T04:32:06.313Z] Step 23/24 : LABEL git_sha=883c945d15415503f632df0c23bf5beefce9ba19 [2022-10-12T04:32:06.313Z] ---> Running in 2f68d70d9345 [2022-10-12T04:32:06.579Z] Removing intermediate container 2f68d70d9345 [2022-10-12T04:32:06.579Z] ---> b7aa16400382 [2022-10-12T04:32:06.579Z] Step 24/24 : LABEL version=0.0.0 [2022-10-12T04:32:06.850Z] ---> Running in 7d860bd8b7a0 [2022-10-12T04:32:07.116Z] Removing intermediate container 7d860bd8b7a0 [2022-10-12T04:32:07.116Z] ---> de5fa428e2ce [2022-10-12T04:32:07.116Z] [Warning] One or more build-args [ARCH] were not consumed [2022-10-12T04:32:07.116Z] Successfully built de5fa428e2ce [2022-10-12T04:32:07.116Z] Successfully tagged edgex-ui-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-10-12T04:32:07.916Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-10-12T04:32:07.916Z] [2022-10-12T04:32:07.916Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-10-12T04:32:08.314Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-10-12T04:32:08.314Z] arm64: Pulling from edgex-lftools-log-publisher [2022-10-12T04:32:08.314Z] 8998bd30e6a1: Pulling fs layer [2022-10-12T04:32:08.314Z] 04944245beec: Pulling fs layer [2022-10-12T04:32:08.314Z] 699f458cf7ca: Pulling fs layer [2022-10-12T04:32:08.314Z] 765212b225bb: Pulling fs layer [2022-10-12T04:32:08.314Z] f23df028b6ca: Pulling fs layer [2022-10-12T04:32:08.314Z] d65c8cfc05b1: Pulling fs layer [2022-10-12T04:32:08.314Z] 2437ff75d9bd: Pulling fs layer [2022-10-12T04:32:08.314Z] 765212b225bb: Waiting [2022-10-12T04:32:08.314Z] f23df028b6ca: Waiting [2022-10-12T04:32:08.314Z] d65c8cfc05b1: Waiting [2022-10-12T04:32:08.314Z] 2437ff75d9bd: Waiting [2022-10-12T04:32:08.580Z] 04944245beec: Verifying Checksum [2022-10-12T04:32:08.580Z] 04944245beec: Download complete [2022-10-12T04:32:08.580Z] 765212b225bb: Verifying Checksum [2022-10-12T04:32:08.580Z] 765212b225bb: Download complete [2022-10-12T04:32:08.580Z] f23df028b6ca: Download complete [2022-10-12T04:32:08.580Z] d65c8cfc05b1: Verifying Checksum [2022-10-12T04:32:08.580Z] d65c8cfc05b1: Download complete [2022-10-12T04:32:08.580Z] 699f458cf7ca: Verifying Checksum [2022-10-12T04:32:08.580Z] 699f458cf7ca: Download complete [2022-10-12T04:32:09.170Z] 8998bd30e6a1: Download complete [2022-10-12T04:32:11.106Z] 2437ff75d9bd: Verifying Checksum [2022-10-12T04:32:11.106Z] 2437ff75d9bd: Download complete [2022-10-12T04:32:13.045Z] 8998bd30e6a1: Pull complete [2022-10-12T04:32:13.627Z] 04944245beec: Pull complete [2022-10-12T04:32:15.028Z] 699f458cf7ca: Pull complete [2022-10-12T04:32:15.028Z] 765212b225bb: Pull complete [2022-10-12T04:32:15.609Z] f23df028b6ca: Pull complete [2022-10-12T04:32:15.877Z] d65c8cfc05b1: Pull complete [2022-10-12T04:32:30.853Z] 2437ff75d9bd: Pull complete [2022-10-12T04:32:30.853Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2022-10-12T04:32:30.853Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-10-12T04:32:30.853Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-10-12T04:32:31.176Z] prd-ubuntu20.04-docker-arm64-4c-16g-7729 does not seem to be running inside a container [2022-10-12T04:32:31.234Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-ui-go/1 -v /w/workspace/edgex-ui-go/1:/w/workspace/edgex-ui-go/1:rw,z -v /w/workspace/edgex-ui-go/1@tmp:/w/workspace/edgex-ui-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat [2022-10-12T04:32:33.894Z] $ docker top 8549d68bf0c0ffadebe248f53b24337dcd52452d9ec8ac17413e603aac6a3f3d -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-10-12T04:32:34.790Z] ---> job-cost.sh [2022-10-12T04:32:34.790Z] lf-activate-venv: SKIPPING [2022-10-12T04:32:34.790Z] INFO: No Stack... [2022-10-12T04:32:35.371Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2022-10-12T04:32:35.950Z] INFO: Archiving Costs [Pipeline] sh [2022-10-12T04:32:36.599Z] + cut -d, -f6+ [2022-10-12T04:32:36.599Z] cat /w/workspace/edgex-ui-go/1/archives/cost.csv [Pipeline] lock [2022-10-12T04:32:36.681Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-ui-go-PR-557-1-stack-cost] [2022-10-12T04:32:36.686Z] Resource [jenkins-edgexfoundry-edgex-ui-go-PR-557-1-stack-cost] did not exist. Created. [2022-10-12T04:32:36.686Z] Lock acquired on [jenkins-edgexfoundry-edgex-ui-go-PR-557-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2022-10-12T04:32:37.095Z] /w/workspace/edgex-ui-go/1@tmp/durable-a0476d98/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh [2022-10-12T04:32:37.762Z] + echo total: 0.10999999940395355 [Pipeline] stash [2022-10-12T04:32:37.797Z] Warning: overwriting stash ‘stack-cost’ [2022-10-12T04:32:42.594Z] Stashed 1 file(s) [Pipeline] } [2022-10-12T04:32:42.614Z] Lock released on resource [jenkins-edgexfoundry-edgex-ui-go-PR-557-1-stack-cost] [Pipeline] // lock [Pipeline] } [2022-10-12T04:32:42.685Z] $ docker stop --time=1 8549d68bf0c0ffadebe248f53b24337dcd52452d9ec8ac17413e603aac6a3f3d [2022-10-12T04:32:44.610Z] $ 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 [2022-10-12T04:32:45.518Z] provisioning config files... [2022-10-12T04:32:45.527Z] copy managed file [edgex-ui-go-codecov-token] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-557@tmp/config4709964252949877108tmp [Pipeline] { [Pipeline] sh [2022-10-12T04:32:45.852Z] + set +x [2022-10-12T04:32:45.852Z] + curl -s https://codecov.io/bash [2022-10-12T04:32:45.852Z] + bash -s -- [2022-10-12T04:32:45.852Z] [2022-10-12T04:32:45.852Z] _____ _ [2022-10-12T04:32:45.852Z] / ____| | | [2022-10-12T04:32:45.852Z] | | ___ __| | ___ ___ _____ __ [2022-10-12T04:32:45.852Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2022-10-12T04:32:45.852Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2022-10-12T04:32:45.852Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2022-10-12T04:32:45.852Z] Bash-1.0.6 [2022-10-12T04:32:45.852Z] [2022-10-12T04:32:45.852Z] [2022-10-12T04:32:45.852Z] ==> git version 2.25.1 found [2022-10-12T04:32:45.852Z] ==> curl 7.68.0 (x86_64-pc-linux-gnu) libcurl/7.68.0 OpenSSL/1.1.1f zlib/1.2.11 brotli/1.0.7 libidn2/2.2.0 libpsl/0.21.0 (+libidn2/2.2.0) libssh/0.9.3/openssl/zlib nghttp2/1.40.0 librtmp/2.3 [2022-10-12T04:32:45.852Z] Release-Date: 2020-01-08 [2022-10-12T04:32:45.852Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp [2022-10-12T04:32:45.852Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2022-10-12T04:32:45.852Z] ==> Jenkins CI detected. [2022-10-12T04:32:45.852Z] current dir:  /w/workspace/edgexfoundry_edgex-ui-go_PR-557 [2022-10-12T04:32:45.852Z] project root: . [2022-10-12T04:32:45.852Z] --> token set from env [2022-10-12T04:32:45.852Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2022-10-12T04:32:45.852Z] ==> Running gcov in . (disable via -X gcov) [2022-10-12T04:32:46.111Z] ==> Python coveragepy not found [2022-10-12T04:32:46.111Z] ==> Searching for coverage reports in: [2022-10-12T04:32:46.111Z] + . [2022-10-12T04:32:46.111Z] -> Found 1 reports [2022-10-12T04:32:46.112Z] ==> Detecting git/mercurial file structure [2022-10-12T04:32:46.112Z] ==> Reading reports [2022-10-12T04:32:46.112Z] + ./coverage.out bytes=10 [2022-10-12T04:32:46.112Z] ==> Appending adjustments [2022-10-12T04:32:46.112Z] https://docs.codecov.io/docs/fixing-reports [2022-10-12T04:32:46.682Z] + Found adjustments [2022-10-12T04:32:46.682Z] ==> Gzipping contents [2022-10-12T04:32:46.682Z] 12K /tmp/codecov.KnnyyV.gz [2022-10-12T04:32:46.682Z] ==> Uploading reports [2022-10-12T04:32:46.682Z] url: https://codecov.io [2022-10-12T04:32:46.682Z] 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= [2022-10-12T04:32:46.682Z] -> Pinging Codecov [2022-10-12T04:32:46.682Z] 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= [2022-10-12T04:32:47.250Z] -> Uploading to [2022-10-12T04:32:47.250Z] 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 [2022-10-12T04:32:47.250Z] % Total % Received % Xferd Average Speed Time Time Time Current [2022-10-12T04:32:47.250Z] Dload Upload Total Spent Left Speed [2022-10-12T04:32:47.510Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 8872 0 0 100 8872 0 41457 --:--:-- --:--:-- --:--:-- 41457 [2022-10-12T04:32:47.510Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/edgex-ui-go/commit/883c945d15415503f632df0c23bf5beefce9ba19 [Pipeline] } [2022-10-12T04:32:47.537Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) Stage "Snyk Dependency Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh [2022-10-12T04:32:49.305Z] + [ -d /w/workspace/edgexfoundry_edgex-ui-go_PR-557/archives ] [2022-10-12T04:32:49.305Z] + ls -al /w/workspace/edgexfoundry_edgex-ui-go_PR-557/archives [2022-10-12T04:32:49.305Z] total 16 [2022-10-12T04:32:49.305Z] drwxr-xr-x 3 root root 4096 Oct 12 04:16 . [2022-10-12T04:32:49.305Z] drwxrwxr-x 15 jenkins jenkins 4096 Oct 12 04:16 .. [2022-10-12T04:32:49.305Z] drwxr-xr-x 2 root root 4096 Oct 12 04:16 cost [2022-10-12T04:32:49.305Z] -rw-r--r-- 1 root root 83 Oct 12 04:16 cost.csv [2022-10-12T04:32:49.305Z] + sudo chown -R jenkins:jenkins /w/workspace/edgexfoundry_edgex-ui-go_PR-557/archives [2022-10-12T04:32:49.305Z] + ls -al /w/workspace/edgexfoundry_edgex-ui-go_PR-557/archives [2022-10-12T04:32:49.305Z] total 16 [2022-10-12T04:32:49.305Z] drwxr-xr-x 3 jenkins jenkins 4096 Oct 12 04:16 . [2022-10-12T04:32:49.305Z] drwxrwxr-x 15 jenkins jenkins 4096 Oct 12 04:16 .. [2022-10-12T04:32:49.305Z] drwxr-xr-x 2 jenkins jenkins 4096 Oct 12 04:16 cost [2022-10-12T04:32:49.305Z] -rw-r--r-- 1 jenkins jenkins 83 Oct 12 04:16 cost.csv [Pipeline] libraryResource [Pipeline] sh [2022-10-12T04:32:49.635Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2022-10-12T04:32:50.517Z] ---> package-listing.sh [2022-10-12T04:32:50.517Z] ++ facter osfamily [2022-10-12T04:32:50.517Z] ++ tr '[:upper:]' '[:lower:]' [2022-10-12T04:32:50.775Z] + OS_FAMILY=debian [2022-10-12T04:32:50.776Z] + workspace=/w/workspace/edgexfoundry_edgex-ui-go_PR-557 [2022-10-12T04:32:50.776Z] + START_PACKAGES=/tmp/packages_start.txt [2022-10-12T04:32:50.776Z] + END_PACKAGES=/tmp/packages_end.txt [2022-10-12T04:32:50.776Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2022-10-12T04:32:50.776Z] + PACKAGES=/tmp/packages_start.txt [2022-10-12T04:32:50.776Z] + '[' /w/workspace/edgexfoundry_edgex-ui-go_PR-557 ']' [2022-10-12T04:32:50.776Z] + PACKAGES=/tmp/packages_end.txt [2022-10-12T04:32:50.776Z] + case "${OS_FAMILY}" in [2022-10-12T04:32:50.776Z] + dpkg -l [2022-10-12T04:32:50.776Z] + grep '^ii' [2022-10-12T04:32:50.776Z] + '[' -f /tmp/packages_start.txt ']' [2022-10-12T04:32:50.776Z] + '[' -f /tmp/packages_end.txt ']' [2022-10-12T04:32:50.776Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2022-10-12T04:32:50.776Z] + '[' /w/workspace/edgexfoundry_edgex-ui-go_PR-557 ']' [2022-10-12T04:32:50.776Z] + mkdir -p /w/workspace/edgexfoundry_edgex-ui-go_PR-557/archives/ [2022-10-12T04:32:50.776Z] + 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 [2022-10-12T04:32:50.809Z] 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 [2022-10-12T04:32:51.098Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-10-12T04:32:51.725Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-10-12T04:32:51.725Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-10-12T04:32:51.872Z] prd-ubuntu20.04-docker-8c-8g-7728 does not seem to be running inside a container [2022-10-12T04:32:51.888Z] $ 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 [2022-10-12T04:32:52.084Z] $ docker top eef50ed99fbd002c8b35cc32a0f326f885f8d54fde6c3d34d5f950cf82e5ac83 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-10-12T04:32:52.478Z] + touch /tmp/pre-build-complete [Pipeline] sh [2022-10-12T04:32:52.786Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2022-10-12T04:32:53.088Z] + ls /var/log/sa-host [2022-10-12T04:32:53.088Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-10-12T04:32:53.221Z] provisioning config files... [2022-10-12T04:32:53.229Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-557@tmp/config13305024322287220357tmp [Pipeline] { [Pipeline] echo [2022-10-12T04:32:53.285Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2022-10-12T04:32:53.594Z] ---> create-netrc.sh [Pipeline] } [2022-10-12T04:32:53.621Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2022-10-12T04:32:54.016Z] ---> python-tools-install.sh [Pipeline] echo [2022-10-12T04:32:54.047Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2022-10-12T04:32:54.358Z] ---> sudo-logs.sh [2022-10-12T04:32:54.358Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2022-10-12T04:32:54.436Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2022-10-12T04:32:54.746Z] ---> job-cost.sh [2022-10-12T04:32:54.747Z] lf-activate-venv: SKIPPING [2022-10-12T04:32:54.747Z] DEBUG: total: 0.2199999988079071 [2022-10-12T04:32:54.747Z] INFO: Retrieving Stack Cost... [2022-10-12T04:32:55.008Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2022-10-12T04:32:55.578Z] INFO: Archiving Costs [Pipeline] echo [2022-10-12T04:32:55.614Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2022-10-12T04:32:55.930Z] ---> logs-deploy.sh [2022-10-12T04:32:55.930Z] lf-activate-venv: SKIPPING [2022-10-12T04:32:55.930Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-ui-go/PR-557/1 [2022-10-12T04:32:55.930Z] INFO: archiving workspace using pattern(s): [2022-10-12T04:32:56.867Z] Archives upload complete. [2022-10-12T04:32:57.127Z] INFO: archiving logs to Nexus [2022-10-12T04:32:57.696Z] ---> uname -a: [2022-10-12T04:32:57.696Z] 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 [2022-10-12T04:32:57.696Z] [2022-10-12T04:32:57.696Z] [2022-10-12T04:32:57.696Z] ---> lscpu: [2022-10-12T04:32:57.696Z] Architecture: x86_64 [2022-10-12T04:32:57.696Z] CPU op-mode(s): 32-bit, 64-bit [2022-10-12T04:32:57.696Z] Byte Order: Little Endian [2022-10-12T04:32:57.696Z] Address sizes: 40 bits physical, 48 bits virtual [2022-10-12T04:32:57.696Z] CPU(s): 8 [2022-10-12T04:32:57.696Z] On-line CPU(s) list: 0-7 [2022-10-12T04:32:57.696Z] Thread(s) per core: 1 [2022-10-12T04:32:57.696Z] Core(s) per socket: 1 [2022-10-12T04:32:57.696Z] Socket(s): 8 [2022-10-12T04:32:57.696Z] NUMA node(s): 1 [2022-10-12T04:32:57.696Z] Vendor ID: AuthenticAMD [2022-10-12T04:32:57.696Z] CPU family: 23 [2022-10-12T04:32:57.696Z] Model: 49 [2022-10-12T04:32:57.696Z] Model name: AMD EPYC-Rome Processor [2022-10-12T04:32:57.696Z] Stepping: 0 [2022-10-12T04:32:57.696Z] CPU MHz: 2800.002 [2022-10-12T04:32:57.696Z] BogoMIPS: 5600.00 [2022-10-12T04:32:57.696Z] Virtualization: AMD-V [2022-10-12T04:32:57.696Z] Hypervisor vendor: KVM [2022-10-12T04:32:57.696Z] Virtualization type: full [2022-10-12T04:32:57.696Z] L1d cache: 256 KiB [2022-10-12T04:32:57.696Z] L1i cache: 256 KiB [2022-10-12T04:32:57.696Z] L2 cache: 4 MiB [2022-10-12T04:32:57.696Z] L3 cache: 128 MiB [2022-10-12T04:32:57.696Z] NUMA node0 CPU(s): 0-7 [2022-10-12T04:32:57.696Z] Vulnerability Itlb multihit: Not affected [2022-10-12T04:32:57.696Z] Vulnerability L1tf: Not affected [2022-10-12T04:32:57.696Z] Vulnerability Mds: Not affected [2022-10-12T04:32:57.696Z] Vulnerability Meltdown: Not affected [2022-10-12T04:32:57.696Z] Vulnerability Mmio stale data: Not affected [2022-10-12T04:32:57.696Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2022-10-12T04:32:57.696Z] Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization [2022-10-12T04:32:57.696Z] Vulnerability Spectre v2: Mitigation; Retpolines, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling [2022-10-12T04:32:57.696Z] Vulnerability Srbds: Not affected [2022-10-12T04:32:57.697Z] Vulnerability Tsx async abort: Not affected [2022-10-12T04:32:57.697Z] Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm rep_good nopl cpuid extd_apicid tsc_known_freq pni pclmulqdq ssse3 fma cx16 sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand hypervisor lahf_lm cmp_legacy svm cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw topoext perfctr_core ssbd ibrs ibpb stibp vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 xsaves clzero xsaveerptr wbnoinvd arat npt nrip_save umip rdpid arch_capabilities [2022-10-12T04:32:57.697Z] [2022-10-12T04:32:57.697Z] [2022-10-12T04:32:57.697Z] ---> nproc: [2022-10-12T04:32:57.697Z] 8 [2022-10-12T04:32:57.697Z] [2022-10-12T04:32:57.697Z] [2022-10-12T04:32:57.697Z] ---> df -h: [2022-10-12T04:32:57.697Z] Filesystem Size Used Avail Use% Mounted on [2022-10-12T04:32:57.697Z] overlay 155G 13G 143G 9% / [2022-10-12T04:32:57.697Z] tmpfs 64M 0 64M 0% /dev [2022-10-12T04:32:57.697Z] tmpfs 16G 0 16G 0% /sys/fs/cgroup [2022-10-12T04:32:57.697Z] shm 64M 0 64M 0% /dev/shm [2022-10-12T04:32:57.697Z] /dev/vda1 155G 13G 143G 9% /facter-os [2022-10-12T04:32:57.697Z] [2022-10-12T04:32:57.697Z] [2022-10-12T04:32:57.697Z] ---> sar -b -r -n DEV: [2022-10-12T04:32:57.697Z] Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-7728) 10/12/22 _x86_64_ (8 CPU) [2022-10-12T04:32:57.697Z] [2022-10-12T04:32:57.697Z] 04:11:55 LINUX RESTART (8 CPU) [2022-10-12T04:32:57.697Z] [2022-10-12T04:32:57.697Z] 04:12:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2022-10-12T04:32:57.697Z] 04:13:02 131.59 48.17 83.42 0.00 5435.25 141870.71 0.00 [2022-10-12T04:32:57.697Z] 04:14:01 211.53 1.20 210.32 0.00 16.68 78170.98 0.00 [2022-10-12T04:32:57.697Z] 04:15:01 327.62 0.38 327.24 0.00 4.00 57481.77 0.00 [2022-10-12T04:32:57.697Z] 04:16:01 204.00 0.17 203.83 0.00 5.33 41210.33 0.00 [2022-10-12T04:32:57.697Z] 04:17:01 16.63 0.98 15.65 0.00 67.59 2221.91 0.00 [2022-10-12T04:32:57.697Z] 04:18:01 35.23 8.37 26.86 0.00 2816.60 3102.28 0.00 [2022-10-12T04:32:57.697Z] 04:19:01 1.18 0.00 1.18 0.00 0.00 13.73 0.00 [2022-10-12T04:32:57.697Z] 04:20:01 0.95 0.00 0.95 0.00 0.00 10.00 0.00 [2022-10-12T04:32:57.697Z] 04:21:01 1.13 0.00 1.13 0.00 0.00 12.93 0.00 [2022-10-12T04:32:57.697Z] 04:22:01 1.18 0.00 1.18 0.00 0.00 13.20 0.00 [2022-10-12T04:32:57.697Z] 04:23:01 1.72 0.00 1.72 0.00 0.00 30.39 0.00 [2022-10-12T04:32:57.697Z] 04:24:01 1.75 0.00 1.75 0.00 0.00 18.00 0.00 [2022-10-12T04:32:57.697Z] 04:25:01 1.13 0.00 1.13 0.00 0.00 13.06 0.00 [2022-10-12T04:32:57.697Z] 04:26:01 1.12 0.00 1.12 0.00 0.00 12.00 0.00 [2022-10-12T04:32:57.697Z] 04:27:01 2.12 0.02 2.10 0.00 0.13 24.00 0.00 [2022-10-12T04:32:57.697Z] 04:28:01 1.60 0.00 1.60 0.00 0.00 19.20 0.00 [2022-10-12T04:32:57.697Z] 04:29:01 1.05 0.00 1.05 0.00 0.00 12.00 0.00 [2022-10-12T04:32:57.697Z] 04:30:01 1.00 0.00 1.00 0.00 0.00 11.06 0.00 [2022-10-12T04:32:57.697Z] 04:31:01 1.05 0.00 1.05 0.00 0.00 12.93 0.00 [2022-10-12T04:32:57.697Z] 04:32:01 1.57 0.00 1.57 0.00 0.00 18.00 0.00 [2022-10-12T04:32:57.697Z] Average: 47.12 2.97 44.15 0.00 417.65 16162.87 0.00 [2022-10-12T04:32:57.697Z] [2022-10-12T04:32:57.697Z] 04:12:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2022-10-12T04:32:57.697Z] 04:13:02 29385344 31600600 737724 2.24 63716 2442124 2008700 5.92 1009144 2167692 514484 [2022-10-12T04:32:57.697Z] 04:14:01 28014524 31506340 791044 2.41 138348 3536976 1922008 5.66 1271116 3125036 71848 [2022-10-12T04:32:57.697Z] 04:15:01 26699092 31282632 1007304 3.06 207948 4414780 1995564 5.88 1655120 3895700 21036 [2022-10-12T04:32:57.697Z] 04:16:01 26267816 31509528 780168 2.37 219628 5016276 1785960 5.26 1625656 4320088 384 [2022-10-12T04:32:57.697Z] 04:17:01 26224108 31522752 769544 2.34 221144 5070412 1772636 5.22 1620844 4374088 200 [2022-10-12T04:32:57.697Z] 04:18:01 25997388 31513260 765720 2.33 237644 5264772 1790944 5.28 1761136 4433160 144 [2022-10-12T04:32:57.697Z] 04:19:01 26005280 31521124 757800 2.30 237656 5264776 1790944 5.28 1753556 4433164 8 [2022-10-12T04:32:57.697Z] 04:20:01 26005540 31521420 757484 2.30 237660 5264780 1790944 5.28 1753908 4433184 144 [2022-10-12T04:32:57.697Z] 04:21:01 26014004 31529908 748868 2.28 237684 5264780 1790944 5.28 1744940 4433184 144 [2022-10-12T04:32:57.697Z] 04:22:01 26014048 31530220 748668 2.28 237704 5264788 1790944 5.28 1744656 4433400 228 [2022-10-12T04:32:57.697Z] 04:23:01 26014316 31530524 748328 2.28 237732 5264788 1790944 5.28 1744476 4433408 12 [2022-10-12T04:32:57.697Z] 04:24:01 26014508 31530896 748080 2.27 237772 5264920 1790944 5.28 1744808 4433540 148 [2022-10-12T04:32:57.697Z] 04:25:01 26014192 31530636 748316 2.28 237788 5264924 1790944 5.28 1744880 4433544 148 [2022-10-12T04:32:57.697Z] 04:26:01 26014656 31531100 747812 2.27 237828 5264924 1774364 5.23 1744476 4433544 144 [2022-10-12T04:32:57.697Z] 04:27:01 26013440 31529988 748748 2.28 237860 5264928 1800140 5.31 1744800 4433548 36 [2022-10-12T04:32:57.697Z] 04:28:01 26013776 31530332 748408 2.28 237888 5264904 1800140 5.31 1744784 4433524 4 [2022-10-12T04:32:57.697Z] 04:29:01 26013468 31530048 748632 2.28 237900 5264908 1800140 5.31 1744640 4433528 8 [2022-10-12T04:32:57.697Z] 04:30:01 26013412 31530000 748560 2.28 237916 5264920 1800140 5.31 1744644 4433532 152 [2022-10-12T04:32:57.697Z] 04:31:01 26013932 31530540 747972 2.27 237920 5264920 1800140 5.31 1744884 4433532 8 [2022-10-12T04:32:57.697Z] 04:32:01 26013588 31530212 748436 2.28 237940 5264920 1800140 5.31 1744672 4433536 140 [2022-10-12T04:32:57.697Z] Average: 26338322 31517103 767381 2.33 220884 4972676 1819381 5.36 1669357 4219197 30471 [2022-10-12T04:32:57.697Z] [2022-10-12T04:32:57.697Z] 04:12:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2022-10-12T04:32:57.697Z] 04:13:02 docker0 37.15 34.96 2.85 275.58 0.00 0.00 0.00 0.00 [2022-10-12T04:32:57.697Z] 04:13:02 lo 7.00 7.00 0.67 0.67 0.00 0.00 0.00 0.00 [2022-10-12T04:32:57.697Z] 04:13:02 ens3 768.84 520.49 6880.58 93.74 0.00 0.00 0.00 0.00 [2022-10-12T04:32:57.697Z] 04:14:01 vethdaa6ff7 0.00 0.19 0.00 0.02 0.00 0.00 0.00 0.00 [2022-10-12T04:32:57.697Z] 04:14:01 docker0 115.32 173.97 9.53 1538.40 0.00 0.00 0.00 0.00 [2022-10-12T04:32:57.697Z] 04:14:01 lo 2.31 2.31 0.23 0.23 0.00 0.00 0.00 0.00 [2022-10-12T04:32:57.697Z] 04:14:01 vethdec8011 12.63 27.36 1.25 485.30 0.00 0.00 0.00 0.04 [2022-10-12T04:32:57.697Z] 04:14:01 ens3 302.00 205.02 3032.75 85.46 0.00 0.00 0.00 0.00 [2022-10-12T04:32:57.697Z] 04:15:01 vethdaa6ff7 0.00 0.07 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-12T04:32:57.697Z] 04:15:01 docker0 135.62 251.90 19.33 3459.50 0.00 0.00 0.00 0.00 [2022-10-12T04:32:57.697Z] 04:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-12T04:32:57.697Z] 04:15:01 vetheda548a 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2022-10-12T04:32:57.697Z] 04:15:01 ens3 295.12 168.38 3500.28 70.70 0.00 0.00 0.00 0.00 [2022-10-12T04:32:57.697Z] 04:16:01 docker0 5.98 7.73 0.34 40.71 0.00 0.00 0.00 0.00 [2022-10-12T04:32:57.697Z] 04:16:01 lo 2.13 2.13 0.20 0.20 0.00 0.00 0.00 0.00 [2022-10-12T04:32:57.697Z] 04:16:01 ens3 145.01 98.17 2633.73 38.13 0.00 0.00 0.00 0.00 [2022-10-12T04:32:57.697Z] 04:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-12T04:32:57.697Z] 04:17:01 lo 0.20 0.20 0.02 0.02 0.00 0.00 0.00 0.00 [2022-10-12T04:32:57.697Z] 04:17:01 ens3 44.96 35.14 826.82 54.86 0.00 0.00 0.00 0.00 [2022-10-12T04:32:57.697Z] 04:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-12T04:32:57.697Z] 04:18:01 lo 0.40 0.40 0.03 0.03 0.00 0.00 0.00 0.00 [2022-10-12T04:32:57.697Z] 04:18:01 ens3 32.69 23.83 475.53 8.26 0.00 0.00 0.00 0.00 [2022-10-12T04:32:57.697Z] 04:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-12T04:32:57.697Z] 04:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-12T04:32:57.697Z] 04:19:01 ens3 0.10 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-12T04:32:57.697Z] 04:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-12T04:32:57.697Z] 04:20:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2022-10-12T04:32:57.697Z] 04:20:01 ens3 0.17 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2022-10-12T04:32:57.697Z] 04:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-12T04:32:57.697Z] 04:21:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-12T04:32:57.697Z] 04:21:01 ens3 0.05 0.03 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-12T04:32:57.697Z] 04:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-12T04:32:57.697Z] 04:22:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2022-10-12T04:32:57.697Z] 04:22:01 ens3 0.13 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2022-10-12T04:32:57.697Z] 04:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-12T04:32:57.697Z] 04:23:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-12T04:32:57.697Z] 04:23:01 ens3 0.62 1.45 0.11 6.63 0.00 0.00 0.00 0.00 [2022-10-12T04:32:57.697Z] 04:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-12T04:32:57.697Z] 04:24:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2022-10-12T04:32:57.697Z] 04:24:01 ens3 0.35 0.20 0.13 0.01 0.00 0.00 0.00 0.00 [2022-10-12T04:32:57.697Z] 04:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-12T04:32:57.697Z] 04:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-12T04:32:57.697Z] 04:25:01 ens3 0.02 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-12T04:32:57.697Z] 04:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-12T04:32:57.697Z] 04:26:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2022-10-12T04:32:57.697Z] 04:26:01 ens3 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2022-10-12T04:32:57.697Z] 04:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-12T04:32:57.697Z] 04:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-12T04:32:57.697Z] 04:27:01 ens3 0.03 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-12T04:32:57.697Z] 04:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-12T04:32:57.697Z] 04:28:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2022-10-12T04:32:57.697Z] 04:28:01 ens3 2.17 3.82 0.21 5.16 0.00 0.00 0.00 0.00 [2022-10-12T04:32:57.697Z] 04:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-12T04:32:57.697Z] 04:29:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-12T04:32:57.697Z] 04:29:01 ens3 0.12 0.05 0.01 0.00 0.00 0.00 0.00 0.00 [2022-10-12T04:32:57.697Z] 04:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-12T04:32:57.697Z] 04:30:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2022-10-12T04:32:57.697Z] 04:30:01 ens3 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2022-10-12T04:32:57.697Z] 04:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-12T04:32:57.697Z] 04:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-12T04:32:57.697Z] 04:31:01 ens3 0.18 0.10 0.07 0.01 0.00 0.00 0.00 0.00 [2022-10-12T04:32:57.697Z] 04:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-12T04:32:57.697Z] 04:32:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2022-10-12T04:32:57.697Z] 04:32:01 ens3 0.08 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2022-10-12T04:32:57.697Z] Average: docker0 14.62 23.30 1.60 264.66 0.00 0.00 0.00 0.00 [2022-10-12T04:32:57.697Z] Average: lo 0.67 0.67 0.06 0.06 0.00 0.00 0.00 0.00 [2022-10-12T04:32:57.697Z] Average: ens3 79.46 52.73 865.75 18.10 0.00 0.00 0.00 0.00 [2022-10-12T04:32:57.697Z] [2022-10-12T04:32:57.697Z] [2022-10-12T04:32:57.697Z] ---> sar -P ALL: [2022-10-12T04:32:57.697Z] Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-7728) 10/12/22 _x86_64_ (8 CPU) [2022-10-12T04:32:57.697Z] [2022-10-12T04:32:57.697Z] 04:11:55 LINUX RESTART (8 CPU) [2022-10-12T04:32:57.697Z] [2022-10-12T04:32:57.697Z] 04:12:01 CPU %user %nice %system %iowait %steal %idle [2022-10-12T04:32:57.698Z] 04:13:02 all 7.52 0.00 2.45 1.97 0.05 88.01 [2022-10-12T04:32:57.698Z] 04:13:02 0 7.36 0.00 2.33 0.50 0.05 89.76 [2022-10-12T04:32:57.698Z] 04:13:02 1 5.41 0.00 2.71 4.71 0.05 87.12 [2022-10-12T04:32:57.698Z] 04:13:02 2 7.10 0.00 2.15 0.92 0.05 89.78 [2022-10-12T04:32:57.698Z] 04:13:02 3 6.72 0.00 1.80 0.15 0.05 91.28 [2022-10-12T04:32:57.698Z] 04:13:02 4 7.97 0.00 3.30 0.81 0.05 87.88 [2022-10-12T04:32:57.698Z] 04:13:02 5 9.28 0.00 2.36 0.37 0.03 87.95 [2022-10-12T04:32:57.698Z] 04:13:02 6 8.58 0.00 2.52 7.57 0.05 81.27 [2022-10-12T04:32:57.698Z] 04:13:02 7 7.72 0.00 2.45 0.71 0.07 89.05 [2022-10-12T04:32:57.698Z] 04:14:01 all 18.30 0.00 5.37 3.43 0.07 72.83 [2022-10-12T04:32:57.698Z] 04:14:01 0 16.84 0.00 5.47 1.36 0.07 76.26 [2022-10-12T04:32:57.698Z] 04:14:01 1 18.31 0.00 5.58 7.20 0.05 68.85 [2022-10-12T04:32:57.698Z] 04:14:01 2 18.17 0.00 4.96 1.79 0.05 75.03 [2022-10-12T04:32:57.698Z] 04:14:01 3 17.10 0.00 5.36 0.86 0.07 76.61 [2022-10-12T04:32:57.698Z] 04:14:01 4 18.58 0.00 5.73 6.59 0.07 69.02 [2022-10-12T04:32:57.698Z] 04:14:01 5 17.81 0.00 5.50 0.91 0.07 75.72 [2022-10-12T04:32:57.698Z] 04:14:01 6 20.84 0.00 4.85 0.50 0.07 73.75 [2022-10-12T04:32:57.698Z] 04:14:01 7 18.76 0.00 5.48 8.24 0.09 67.44 [2022-10-12T04:32:57.698Z] 04:15:01 all 15.20 0.00 5.07 3.23 0.08 76.41 [2022-10-12T04:32:57.698Z] 04:15:01 0 12.06 0.00 4.02 0.80 0.08 83.03 [2022-10-12T04:32:57.698Z] 04:15:01 1 15.49 0.00 3.91 0.58 0.05 79.97 [2022-10-12T04:32:57.698Z] 04:15:01 2 10.10 0.00 6.71 11.60 0.12 71.46 [2022-10-12T04:32:57.698Z] 04:15:01 3 9.14 0.00 4.39 3.91 0.08 82.47 [2022-10-12T04:32:57.698Z] 04:15:01 4 9.87 0.00 6.20 5.01 0.08 78.83 [2022-10-12T04:32:57.698Z] 04:15:01 5 23.49 0.00 5.02 3.06 0.05 68.37 [2022-10-12T04:32:57.698Z] 04:15:01 6 27.95 0.00 6.46 0.57 0.08 64.94 [2022-10-12T04:32:57.698Z] 04:15:01 7 13.41 0.00 3.86 0.39 0.08 82.26 [2022-10-12T04:32:57.698Z] 04:16:01 all 19.88 0.00 4.77 1.95 0.08 73.31 [2022-10-12T04:32:57.698Z] 04:16:01 0 19.22 0.00 6.05 8.34 0.12 66.27 [2022-10-12T04:32:57.698Z] 04:16:01 1 19.03 0.00 4.47 3.49 0.08 72.92 [2022-10-12T04:32:57.698Z] 04:16:01 2 19.67 0.00 3.89 0.17 0.08 76.19 [2022-10-12T04:32:57.698Z] 04:16:01 3 26.65 0.00 5.58 1.33 0.07 66.38 [2022-10-12T04:32:57.698Z] 04:16:01 4 14.56 0.00 5.02 0.22 0.05 80.14 [2022-10-12T04:32:57.698Z] 04:16:01 5 16.32 0.00 3.59 1.35 0.07 78.67 [2022-10-12T04:32:57.698Z] 04:16:01 6 24.60 0.00 4.83 0.45 0.07 70.06 [2022-10-12T04:32:57.698Z] 04:16:01 7 19.01 0.00 4.71 0.29 0.12 75.87 [2022-10-12T04:32:57.698Z] 04:17:01 all 0.23 0.00 0.12 0.16 0.01 99.48 [2022-10-12T04:32:57.698Z] 04:17:01 0 0.15 0.00 0.08 0.02 0.00 99.75 [2022-10-12T04:32:57.698Z] 04:17:01 1 0.10 0.00 0.05 0.27 0.02 99.57 [2022-10-12T04:32:57.698Z] 04:17:01 2 0.35 0.00 0.08 0.03 0.00 99.53 [2022-10-12T04:32:57.698Z] 04:17:01 3 0.32 0.00 0.15 0.00 0.02 99.52 [2022-10-12T04:32:57.698Z] 04:17:01 4 0.48 0.00 0.12 0.63 0.02 98.75 [2022-10-12T04:32:57.698Z] 04:17:01 5 0.12 0.00 0.05 0.00 0.00 99.83 [2022-10-12T04:32:57.698Z] 04:17:01 6 0.12 0.00 0.07 0.35 0.02 99.45 [2022-10-12T04:32:57.698Z] 04:17:01 7 0.17 0.00 0.35 0.02 0.02 99.45 [2022-10-12T04:32:57.698Z] 04:18:01 all 1.05 0.00 0.69 0.35 0.01 97.91 [2022-10-12T04:32:57.698Z] 04:18:01 0 0.77 0.00 1.69 0.13 0.02 97.39 [2022-10-12T04:32:57.698Z] 04:18:01 1 0.48 0.00 0.42 0.97 0.00 98.13 [2022-10-12T04:32:57.698Z] 04:18:01 2 0.55 0.00 0.68 0.02 0.02 98.73 [2022-10-12T04:32:57.698Z] 04:18:01 3 1.18 0.00 0.63 0.07 0.00 98.12 [2022-10-12T04:32:57.698Z] 04:18:01 4 0.95 0.00 0.33 0.03 0.02 98.66 [2022-10-12T04:32:57.698Z] 04:18:01 5 2.43 0.00 0.77 0.43 0.00 96.36 [2022-10-12T04:32:57.698Z] 04:18:01 6 1.10 0.00 0.68 0.77 0.00 97.45 [2022-10-12T04:32:57.698Z] 04:18:01 7 0.89 0.00 0.30 0.38 0.02 98.41 [2022-10-12T04:32:57.698Z] 04:19:01 all 0.01 0.00 0.00 0.00 0.00 99.98 [2022-10-12T04:32:57.698Z] 04:19:01 0 0.02 0.00 0.00 0.00 0.00 99.98 [2022-10-12T04:32:57.698Z] 04:19:01 1 0.02 0.00 0.00 0.02 0.00 99.97 [2022-10-12T04:32:57.698Z] 04:19:01 2 0.00 0.00 0.02 0.02 0.00 99.97 [2022-10-12T04:32:57.698Z] 04:19:01 3 0.02 0.00 0.00 0.00 0.00 99.98 [2022-10-12T04:32:57.698Z] 04:19:01 4 0.02 0.00 0.00 0.00 0.02 99.97 [2022-10-12T04:32:57.698Z] 04:19:01 5 0.00 0.00 0.00 0.00 0.02 99.98 [2022-10-12T04:32:57.698Z] 04:19:01 6 0.02 0.00 0.00 0.00 0.00 99.98 [2022-10-12T04:32:57.698Z] 04:19:01 7 0.02 0.00 0.00 0.00 0.00 99.98 [2022-10-12T04:32:57.698Z] 04:20:01 all 0.01 0.00 0.01 0.00 0.01 99.97 [2022-10-12T04:32:57.698Z] 04:20:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2022-10-12T04:32:57.698Z] 04:20:01 1 0.03 0.00 0.02 0.02 0.02 99.92 [2022-10-12T04:32:57.698Z] 04:20:01 2 0.00 0.00 0.00 0.00 0.02 99.98 [2022-10-12T04:32:57.698Z] 04:20:01 3 0.00 0.00 0.00 0.00 0.00 100.00 [2022-10-12T04:32:57.698Z] 04:20:01 4 0.02 0.00 0.05 0.00 0.02 99.92 [2022-10-12T04:32:57.698Z] 04:20:01 5 0.02 0.00 0.00 0.00 0.00 99.98 [2022-10-12T04:32:57.698Z] 04:20:01 6 0.00 0.00 0.00 0.00 0.02 99.98 [2022-10-12T04:32:57.698Z] 04:20:01 7 0.00 0.00 0.00 0.00 0.00 100.00 [2022-10-12T04:32:57.698Z] 04:21:01 all 0.01 0.00 0.01 0.00 0.00 99.97 [2022-10-12T04:32:57.698Z] 04:21:01 0 0.02 0.00 0.00 0.00 0.00 99.98 [2022-10-12T04:32:57.698Z] 04:21:01 1 0.00 0.00 0.00 0.00 0.00 100.00 [2022-10-12T04:32:57.698Z] 04:21:01 2 0.03 0.00 0.02 0.02 0.00 99.93 [2022-10-12T04:32:57.698Z] 04:21:01 3 0.02 0.00 0.02 0.00 0.00 99.97 [2022-10-12T04:32:57.698Z] 04:21:01 4 0.03 0.00 0.02 0.00 0.02 99.93 [2022-10-12T04:32:57.698Z] 04:21:01 5 0.00 0.00 0.00 0.00 0.00 100.00 [2022-10-12T04:32:57.698Z] 04:21:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2022-10-12T04:32:57.698Z] 04:21:01 7 0.02 0.00 0.03 0.00 0.00 99.95 [2022-10-12T04:32:57.698Z] 04:22:01 all 0.01 0.00 0.01 0.00 0.00 99.98 [2022-10-12T04:32:57.698Z] 04:22:01 0 0.00 0.00 0.02 0.00 0.02 99.97 [2022-10-12T04:32:57.698Z] 04:22:01 1 0.03 0.00 0.00 0.02 0.00 99.95 [2022-10-12T04:32:57.698Z] 04:22:01 2 0.00 0.00 0.00 0.02 0.00 99.98 [2022-10-12T04:32:57.698Z] 04:22:01 3 0.02 0.00 0.00 0.00 0.00 99.98 [2022-10-12T04:32:57.698Z] 04:22:01 4 0.03 0.00 0.02 0.00 0.00 99.95 [2022-10-12T04:32:57.698Z] 04:22:01 5 0.00 0.00 0.00 0.00 0.00 100.00 [2022-10-12T04:32:57.698Z] 04:22:01 6 0.00 0.00 0.02 0.00 0.00 99.98 [2022-10-12T04:32:57.698Z] 04:22:01 7 0.00 0.00 0.00 0.00 0.00 100.00 [2022-10-12T04:32:57.698Z] 04:23:01 all 0.03 0.00 0.01 0.00 0.00 99.96 [2022-10-12T04:32:57.698Z] 04:23:01 0 0.02 0.00 0.00 0.00 0.00 99.98 [2022-10-12T04:32:57.698Z] 04:23:01 1 0.03 0.00 0.02 0.03 0.00 99.92 [2022-10-12T04:32:57.698Z] 04:23:01 2 0.03 0.00 0.02 0.00 0.00 99.95 [2022-10-12T04:32:57.698Z] 04:23:01 3 0.02 0.00 0.00 0.00 0.00 99.98 [2022-10-12T04:32:57.698Z] 04:23:01 4 0.03 0.00 0.02 0.00 0.02 99.93 [2022-10-12T04:32:57.698Z] 04:23:01 5 0.03 0.00 0.00 0.00 0.00 99.97 [2022-10-12T04:32:57.698Z] 04:23:01 6 0.02 0.00 0.00 0.00 0.00 99.98 [2022-10-12T04:32:57.698Z] 04:23:01 7 0.02 0.00 0.02 0.00 0.00 99.97 [2022-10-12T04:32:57.698Z] [2022-10-12T04:32:57.698Z] 04:23:01 CPU %user %nice %system %iowait %steal %idle [2022-10-12T04:32:57.698Z] 04:24:01 all 0.01 0.00 0.00 0.00 0.00 99.98 [2022-10-12T04:32:57.698Z] 04:24:01 0 0.02 0.00 0.00 0.00 0.00 99.98 [2022-10-12T04:32:57.698Z] 04:24:01 1 0.02 0.00 0.00 0.02 0.00 99.97 [2022-10-12T04:32:57.698Z] 04:24:01 2 0.02 0.00 0.00 0.02 0.02 99.95 [2022-10-12T04:32:57.698Z] 04:24:01 3 0.00 0.00 0.00 0.00 0.00 100.00 [2022-10-12T04:32:57.698Z] 04:24:01 4 0.03 0.00 0.02 0.00 0.02 99.93 [2022-10-12T04:32:57.698Z] 04:24:01 5 0.00 0.00 0.00 0.00 0.00 100.00 [2022-10-12T04:32:57.698Z] 04:24:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2022-10-12T04:32:57.698Z] 04:24:01 7 0.00 0.00 0.02 0.00 0.00 99.98 [2022-10-12T04:32:57.698Z] 04:25:01 all 0.02 0.00 0.00 0.01 0.00 99.97 [2022-10-12T04:32:57.698Z] 04:25:01 0 0.00 0.00 0.00 0.00 0.00 100.00 [2022-10-12T04:32:57.698Z] 04:25:01 1 0.02 0.00 0.02 0.05 0.02 99.90 [2022-10-12T04:32:57.698Z] 04:25:01 2 0.02 0.00 0.00 0.00 0.00 99.98 [2022-10-12T04:32:57.698Z] 04:25:01 3 0.02 0.00 0.00 0.00 0.00 99.98 [2022-10-12T04:32:57.698Z] 04:25:01 4 0.03 0.00 0.02 0.00 0.02 99.93 [2022-10-12T04:32:57.698Z] 04:25:01 5 0.02 0.00 0.00 0.00 0.00 99.98 [2022-10-12T04:32:57.698Z] 04:25:01 6 0.02 0.00 0.00 0.00 0.00 99.98 [2022-10-12T04:32:57.698Z] 04:25:01 7 0.02 0.00 0.00 0.00 0.00 99.98 [2022-10-12T04:32:57.698Z] 04:26:01 all 0.01 0.00 0.00 0.00 0.01 99.98 [2022-10-12T04:32:57.698Z] 04:26:01 0 0.02 0.00 0.00 0.00 0.00 99.98 [2022-10-12T04:32:57.698Z] 04:26:01 1 0.03 0.00 0.00 0.02 0.00 99.95 [2022-10-12T04:32:57.698Z] 04:26:01 2 0.02 0.00 0.02 0.02 0.00 99.95 [2022-10-12T04:32:57.698Z] 04:26:01 3 0.00 0.00 0.00 0.00 0.02 99.98 [2022-10-12T04:32:57.698Z] 04:26:01 4 0.00 0.00 0.00 0.00 0.02 99.98 [2022-10-12T04:32:57.698Z] 04:26:01 5 0.00 0.00 0.00 0.00 0.00 100.00 [2022-10-12T04:32:57.698Z] 04:26:01 6 0.00 0.00 0.00 0.00 0.02 99.98 [2022-10-12T04:32:57.698Z] 04:26:01 7 0.02 0.00 0.00 0.00 0.00 99.98 [2022-10-12T04:32:57.698Z] 04:27:01 all 0.03 0.00 0.02 0.01 0.01 99.94 [2022-10-12T04:32:57.698Z] 04:27:01 0 0.05 0.00 0.02 0.00 0.00 99.93 [2022-10-12T04:32:57.698Z] 04:27:01 1 0.05 0.00 0.02 0.03 0.00 99.90 [2022-10-12T04:32:57.698Z] 04:27:01 2 0.00 0.00 0.02 0.02 0.02 99.95 [2022-10-12T04:32:57.698Z] 04:27:01 3 0.03 0.00 0.03 0.00 0.02 99.92 [2022-10-12T04:32:57.698Z] 04:27:01 4 0.05 0.00 0.03 0.00 0.02 99.90 [2022-10-12T04:32:57.698Z] 04:27:01 5 0.02 0.00 0.02 0.00 0.00 99.97 [2022-10-12T04:32:57.698Z] 04:27:01 6 0.02 0.00 0.02 0.00 0.02 99.95 [2022-10-12T04:32:57.698Z] 04:27:01 7 0.02 0.00 0.02 0.00 0.00 99.97 [2022-10-12T04:32:57.698Z] 04:28:01 all 0.01 0.00 0.01 0.00 0.01 99.97 [2022-10-12T04:32:57.698Z] 04:28:01 0 0.03 0.00 0.02 0.00 0.02 99.93 [2022-10-12T04:32:57.698Z] 04:28:01 1 0.02 0.00 0.02 0.00 0.02 99.95 [2022-10-12T04:32:57.698Z] 04:28:01 2 0.02 0.00 0.00 0.02 0.00 99.97 [2022-10-12T04:32:57.698Z] 04:28:01 3 0.00 0.00 0.00 0.00 0.00 100.00 [2022-10-12T04:32:57.698Z] 04:28:01 4 0.03 0.00 0.02 0.00 0.02 99.93 [2022-10-12T04:32:57.698Z] 04:28:01 5 0.00 0.00 0.00 0.00 0.00 100.00 [2022-10-12T04:32:57.698Z] 04:28:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2022-10-12T04:32:57.698Z] 04:28:01 7 0.02 0.00 0.02 0.00 0.00 99.97 [2022-10-12T04:32:57.698Z] 04:29:01 all 0.01 0.00 0.01 0.00 0.00 99.97 [2022-10-12T04:32:57.698Z] 04:29:01 0 0.02 0.00 0.00 0.00 0.00 99.98 [2022-10-12T04:32:57.698Z] 04:29:01 1 0.05 0.00 0.02 0.02 0.00 99.92 [2022-10-12T04:32:57.698Z] 04:29:01 2 0.02 0.00 0.00 0.00 0.02 99.97 [2022-10-12T04:32:57.698Z] 04:29:01 3 0.00 0.00 0.02 0.00 0.00 99.98 [2022-10-12T04:32:57.698Z] 04:29:01 4 0.02 0.00 0.02 0.00 0.00 99.97 [2022-10-12T04:32:57.698Z] 04:29:01 5 0.02 0.00 0.00 0.00 0.00 99.98 [2022-10-12T04:32:57.698Z] 04:29:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2022-10-12T04:32:57.698Z] 04:29:01 7 0.00 0.00 0.00 0.00 0.02 99.98 [2022-10-12T04:32:57.698Z] 04:30:01 all 0.09 0.00 0.01 0.00 0.00 99.90 [2022-10-12T04:32:57.698Z] 04:30:01 0 0.65 0.00 0.00 0.00 0.00 99.35 [2022-10-12T04:32:57.698Z] 04:30:01 1 0.03 0.00 0.00 0.02 0.00 99.95 [2022-10-12T04:32:57.699Z] 04:30:01 2 0.00 0.00 0.02 0.02 0.00 99.97 [2022-10-12T04:32:57.699Z] 04:30:01 3 0.00 0.00 0.00 0.00 0.00 100.00 [2022-10-12T04:32:57.699Z] 04:30:01 4 0.02 0.00 0.03 0.00 0.02 99.93 [2022-10-12T04:32:57.699Z] 04:30:01 5 0.00 0.00 0.00 0.00 0.00 100.00 [2022-10-12T04:32:57.699Z] 04:30:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2022-10-12T04:32:57.699Z] 04:30:01 7 0.02 0.00 0.00 0.00 0.00 99.98 [2022-10-12T04:32:57.699Z] 04:31:01 all 0.05 0.00 0.01 0.00 0.00 99.94 [2022-10-12T04:32:57.699Z] 04:31:01 0 0.27 0.00 0.02 0.00 0.00 99.72 [2022-10-12T04:32:57.699Z] 04:31:01 1 0.05 0.00 0.00 0.00 0.02 99.93 [2022-10-12T04:32:57.699Z] 04:31:01 2 0.00 0.00 0.02 0.02 0.00 99.97 [2022-10-12T04:32:57.699Z] 04:31:01 3 0.03 0.00 0.02 0.00 0.00 99.95 [2022-10-12T04:32:57.699Z] 04:31:01 4 0.00 0.00 0.02 0.00 0.02 99.97 [2022-10-12T04:32:57.699Z] 04:31:01 5 0.02 0.00 0.00 0.00 0.00 99.98 [2022-10-12T04:32:57.699Z] 04:31:01 6 0.02 0.00 0.00 0.00 0.00 99.98 [2022-10-12T04:32:57.699Z] 04:31:01 7 0.00 0.00 0.00 0.00 0.00 100.00 [2022-10-12T04:32:57.699Z] 04:32:01 all 0.04 0.00 0.01 0.01 0.01 99.93 [2022-10-12T04:32:57.699Z] 04:32:01 0 0.25 0.00 0.02 0.00 0.02 99.72 [2022-10-12T04:32:57.699Z] 04:32:01 1 0.00 0.00 0.02 0.08 0.00 99.90 [2022-10-12T04:32:57.699Z] 04:32:01 2 0.03 0.00 0.02 0.02 0.02 99.92 [2022-10-12T04:32:57.699Z] 04:32:01 3 0.00 0.00 0.00 0.00 0.00 100.00 [2022-10-12T04:32:57.699Z] 04:32:01 4 0.03 0.00 0.02 0.00 0.03 99.92 [2022-10-12T04:32:57.699Z] 04:32:01 5 0.00 0.00 0.00 0.02 0.00 99.98 [2022-10-12T04:32:57.699Z] 04:32:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2022-10-12T04:32:57.699Z] 04:32:01 7 0.00 0.00 0.02 0.00 0.00 99.98 [2022-10-12T04:32:57.699Z] Average: all 3.09 0.00 0.92 0.55 0.02 95.42 [2022-10-12T04:32:57.699Z] Average: 0 2.86 0.00 0.98 0.55 0.02 95.60 [2022-10-12T04:32:57.699Z] Average: 1 2.93 0.00 0.85 0.87 0.02 95.33 [2022-10-12T04:32:57.699Z] Average: 2 2.77 0.00 0.92 0.73 0.02 95.56 [2022-10-12T04:32:57.699Z] Average: 3 3.03 0.00 0.89 0.31 0.02 95.76 [2022-10-12T04:32:57.699Z] Average: 4 2.60 0.00 1.04 0.65 0.03 95.68 [2022-10-12T04:32:57.699Z] Average: 5 3.44 0.00 0.86 0.30 0.01 95.38 [2022-10-12T04:32:57.699Z] Average: 6 4.12 0.00 0.96 0.51 0.02 94.39 [2022-10-12T04:32:57.699Z] Average: 7 2.96 0.00 0.85 0.49 0.02 95.68 [2022-10-12T04:32:57.699Z] [2022-10-12T04:32:57.699Z] [2022-10-12T04:32:57.699Z]