Pull request #558 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 90577a51dee9ebd53af29114b812e7a357f956d3+7068460caebfd9ea6dab23a48856cc5898547cee (6b9a7bd9964154dc95141ee622669aa0085f756e) 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-ssh6837249213084813759.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-ssh15096335177255589065.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-558/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-558/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh4436969097441862298.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-558/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh353327419995004373.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-ssh7307642859051956091.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-558/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-558/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh15930519423755502185.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-7797 in /w/workspace/edgexfoundry_edgex-ui-go_PR-558 [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-558 # 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 90577a51dee9ebd53af29114b812e7a357f956d3 Merge succeeded, producing 90577a51dee9ebd53af29114b812e7a357f956d3 Checking out Revision 90577a51dee9ebd53af29114b812e7a357f956d3 (PR-558) 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/558/head:refs/remotes/origin/PR-558 +refs/heads/main:refs/remotes/origin/main # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 90577a51dee9ebd53af29114b812e7a357f956d3 # 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 90577a51dee9ebd53af29114b812e7a357f956d3 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2022-10-13T04:07:41.473Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2022-10-13T04:07:41.646Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2022-10-13T04:07:41.746Z] ========================================================= [2022-10-13T04:07:41.747Z] EdgeX Global Pipelines Version Info [2022-10-13T04:07:41.747Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2022-10-13T04:07:42.509Z] ------------------- [2022-10-13T04:07:42.509Z] stable info: [2022-10-13T04:07:42.509Z] ------------------- [2022-10-13T04:07:42.509Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2022-10-13T04:07:42.509Z] Commit SHA: bd7468d5528128c83034753e4c3def8ef9af3f2d [2022-10-13T04:07:42.509Z] Message: update stable to v1.0.239 [2022-10-13T04:07:43.079Z] ------------------- [2022-10-13T04:07:43.079Z] experimental info: [2022-10-13T04:07:43.079Z] ------------------- [2022-10-13T04:07:43.079Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2022-10-13T04:07:43.079Z] Commit SHA: bd7468d5528128c83034753e4c3def8ef9af3f2d [2022-10-13T04:07:43.079Z] Message: update experimental to v1.0.239 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2022-10-13T04:07:43.359Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-ui-go-settings [Pipeline] echo [2022-10-13T04:07:43.396Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-ui-go [Pipeline] echo [2022-10-13T04:07:43.432Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2022-10-13T04:07:43.470Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2022-10-13T04:07:43.506Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2022-10-13T04:07:43.542Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.18 [Pipeline] echo [2022-10-13T04:07:43.584Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2022-10-13T04:07:43.624Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2022-10-13T04:07:43.668Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2022-10-13T04:07:43.709Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2022-10-13T04:07:43.750Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2022-10-13T04:07:43.790Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = edgex-ui [Pipeline] echo [2022-10-13T04:07:43.825Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2022-10-13T04:07:43.864Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2022-10-13T04:07:43.899Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2022-10-13T04:07:43.935Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2022-10-13T04:07:43.972Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2022-10-13T04:07:44.009Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2022-10-13T04:07:44.047Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2022-10-13T04:07:44.082Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2022-10-13T04:07:44.118Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2022-10-13T04:07:44.154Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2022-10-13T04:07:44.192Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2022-10-13T04:07:44.227Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2022-10-13T04:07:44.264Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2022-10-13T04:07:44.300Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2022-10-13T04:07:44.337Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2022-10-13T04:07:44.381Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-558 [Pipeline] echo [2022-10-13T04:07:44.422Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-558 [Pipeline] echo [2022-10-13T04:07:44.463Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-558 [Pipeline] echo [2022-10-13T04:07:44.499Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 90577a51dee9ebd53af29114b812e7a357f956d3 [Pipeline] echo [2022-10-13T04:07:44.536Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 90577a5 [Pipeline] echo [2022-10-13T04:07:44.574Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-10-13T04:07:44.692Z] provisioning config files... [2022-10-13T04:07:44.718Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-558@tmp/config9536733111386382628tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-10-13T04:07:45.059Z] ---> docker-login.sh [2022-10-13T04:07:45.059Z] nexus3.edgexfoundry.org:10001 [2022-10-13T04:07:45.059Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-10-13T04:07:45.321Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-10-13T04:07:45.321Z] Configure a credential helper to remove this warning. See [2022-10-13T04:07:45.321Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-10-13T04:07:45.321Z] [2022-10-13T04:07:45.321Z] Login Succeeded [2022-10-13T04:07:45.321Z] nexus3.edgexfoundry.org:10002 [2022-10-13T04:07:45.321Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-10-13T04:07:45.321Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-10-13T04:07:45.321Z] Configure a credential helper to remove this warning. See [2022-10-13T04:07:45.321Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-10-13T04:07:45.321Z] [2022-10-13T04:07:45.321Z] Login Succeeded [2022-10-13T04:07:45.321Z] nexus3.edgexfoundry.org:10003 [2022-10-13T04:07:45.582Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-10-13T04:07:45.582Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-10-13T04:07:45.582Z] Configure a credential helper to remove this warning. See [2022-10-13T04:07:45.582Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-10-13T04:07:45.582Z] [2022-10-13T04:07:45.582Z] Login Succeeded [2022-10-13T04:07:45.582Z] nexus3.edgexfoundry.org:10004 [2022-10-13T04:07:45.582Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-10-13T04:07:45.582Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-10-13T04:07:45.582Z] Configure a credential helper to remove this warning. See [2022-10-13T04:07:45.582Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-10-13T04:07:45.582Z] [2022-10-13T04:07:45.582Z] Login Succeeded [2022-10-13T04:07:45.582Z] docker.io [2022-10-13T04:07:45.582Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-10-13T04:07:46.154Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-10-13T04:07:46.154Z] Configure a credential helper to remove this warning. See [2022-10-13T04:07:46.154Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-10-13T04:07:46.154Z] [2022-10-13T04:07:46.154Z] Login Succeeded [2022-10-13T04:07:46.154Z] ---> docker-login.sh ends [Pipeline] } [2022-10-13T04:07:46.187Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2022-10-13T04:07:46.806Z] + git rev-list -1 --merges 90577a51dee9ebd53af29114b812e7a357f956d3~1..90577a51dee9ebd53af29114b812e7a357f956d3 [Pipeline] echo [2022-10-13T04:07:46.852Z] -----------> git rev-list -1 --merges 90577a51dee9ebd53af29114b812e7a357f956d3~1..90577a51dee9ebd53af29114b812e7a357f956d3 90577a51dee9ebd53af29114b812e7a357f956d3 [false] [Pipeline] sh [2022-10-13T04:07:47.153Z] + git log --format=format:%s -1 90577a51dee9ebd53af29114b812e7a357f956d3 [Pipeline] echo [2022-10-13T04:07:47.187Z] ========================================================= [2022-10-13T04:07:47.187Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2022-10-13T04:07:47.187Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2022-10-13T04:07:47.612Z] + git log --format=format:%s -1 90577a51dee9ebd53af29114b812e7a357f956d3 [Pipeline] echo [2022-10-13T04:07:47.649Z] [semverPrep] GIT_COMMIT: 90577a51dee9ebd53af29114b812e7a357f956d3, Commit Message: chore(deps): Bump github.com/edgexfoundry/go-mod-bootstrap/v2 [Pipeline] echo [2022-10-13T04:07:47.679Z] [semverPrep] This is not a build commit. [Pipeline] sh [2022-10-13T04:07:48.040Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2022-10-13T04:07:48.040Z] + grep -v github /etc/ssh/ssh_known_hosts [2022-10-13T04:07:48.040Z] + [ -e /tmp/ssh_known_hosts ] [2022-10-13T04:07:48.040Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2022-10-13T04:07:48.040Z] + + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2022-10-13T04:07:48.040Z] sudo tee -a /etc/ssh/ssh_known_hosts [2022-10-13T04:07:48.040Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-10-13T04:07:48.448Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2022-10-13T04:07:48.448Z] [2022-10-13T04:07:48.448Z] 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-13T04:07:48.813Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2022-10-13T04:07:48.814Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2022-10-13T04:07:48.814Z] b85a868b505f: Pulling fs layer [2022-10-13T04:07:48.814Z] e2be974225ed: Pulling fs layer [2022-10-13T04:07:48.814Z] 339a4e72a1f5: Pulling fs layer [2022-10-13T04:07:48.814Z] 988bab9f4d93: Pulling fs layer [2022-10-13T04:07:48.814Z] 1469e6f7b9e6: Pulling fs layer [2022-10-13T04:07:48.814Z] eaf3925da568: Pulling fs layer [2022-10-13T04:07:48.814Z] bab4dde63d76: Pulling fs layer [2022-10-13T04:07:48.814Z] bde34c3a00c8: Pulling fs layer [2022-10-13T04:07:48.814Z] b352a97aabf1: Pulling fs layer [2022-10-13T04:07:48.814Z] 4872d77fe225: Pulling fs layer [2022-10-13T04:07:48.814Z] 5851b861e8e6: Pulling fs layer [2022-10-13T04:07:48.814Z] bab4dde63d76: Waiting [2022-10-13T04:07:48.814Z] bde34c3a00c8: Waiting [2022-10-13T04:07:48.814Z] b352a97aabf1: Waiting [2022-10-13T04:07:48.814Z] 4872d77fe225: Waiting [2022-10-13T04:07:48.814Z] 988bab9f4d93: Waiting [2022-10-13T04:07:48.814Z] 5851b861e8e6: Waiting [2022-10-13T04:07:48.814Z] 1469e6f7b9e6: Waiting [2022-10-13T04:07:48.814Z] eaf3925da568: Waiting [2022-10-13T04:07:48.814Z] e2be974225ed: Verifying Checksum [2022-10-13T04:07:48.814Z] e2be974225ed: Download complete [2022-10-13T04:07:48.814Z] 988bab9f4d93: Verifying Checksum [2022-10-13T04:07:48.814Z] 988bab9f4d93: Download complete [2022-10-13T04:07:49.077Z] 1469e6f7b9e6: Verifying Checksum [2022-10-13T04:07:49.077Z] 1469e6f7b9e6: Download complete [2022-10-13T04:07:49.077Z] 339a4e72a1f5: Verifying Checksum [2022-10-13T04:07:49.077Z] 339a4e72a1f5: Download complete [2022-10-13T04:07:49.077Z] eaf3925da568: Verifying Checksum [2022-10-13T04:07:49.077Z] eaf3925da568: Download complete [2022-10-13T04:07:49.077Z] bde34c3a00c8: Download complete [2022-10-13T04:07:49.077Z] b352a97aabf1: Verifying Checksum [2022-10-13T04:07:49.077Z] b352a97aabf1: Download complete [2022-10-13T04:07:49.077Z] 4872d77fe225: Download complete [2022-10-13T04:07:49.077Z] 5851b861e8e6: Download complete [2022-10-13T04:07:49.077Z] b85a868b505f: Verifying Checksum [2022-10-13T04:07:49.077Z] b85a868b505f: Download complete [2022-10-13T04:07:49.336Z] bab4dde63d76: Verifying Checksum [2022-10-13T04:07:49.336Z] bab4dde63d76: Download complete [2022-10-13T04:07:50.307Z] b85a868b505f: Pull complete [2022-10-13T04:07:50.565Z] e2be974225ed: Pull complete [2022-10-13T04:07:50.823Z] 339a4e72a1f5: Pull complete [2022-10-13T04:07:51.083Z] 988bab9f4d93: Pull complete [2022-10-13T04:07:51.341Z] 1469e6f7b9e6: Pull complete [2022-10-13T04:07:51.341Z] eaf3925da568: Pull complete [2022-10-13T04:07:53.252Z] bab4dde63d76: Pull complete [2022-10-13T04:07:53.252Z] bde34c3a00c8: Pull complete [2022-10-13T04:07:53.252Z] b352a97aabf1: Pull complete [2022-10-13T04:07:53.252Z] 4872d77fe225: Pull complete [2022-10-13T04:07:53.512Z] 5851b861e8e6: Pull complete [2022-10-13T04:07:53.512Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2022-10-13T04:07:53.512Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2022-10-13T04:07:53.512Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-10-13T04:07:53.734Z] prd-ubuntu20.04-docker-8c-8g-7797 does not seem to be running inside a container [2022-10-13T04:07:53.756Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_edgex-ui-go_PR-558 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-558:/w/workspace/edgexfoundry_edgex-ui-go_PR-558:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-558@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-558@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-13T04:07:55.149Z] $ docker top 3d4bc39aa595bec357e5aedf3dbddbabf270dcd7bdbd07fc5e424329fd46c616 -eo pid,comm [2022-10-13T04:07:55.210Z] 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-13T04:07:55.210Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2022-10-13T04:07:55.333Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-10-13T04:07:55.333Z] [ssh-agent] Looking for ssh-agent implementation... [2022-10-13T04:07:55.451Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-10-13T04:07:55.446Z] $ docker exec 3d4bc39aa595bec357e5aedf3dbddbabf270dcd7bdbd07fc5e424329fd46c616 ssh-agent [2022-10-13T04:07:55.566Z] SSH_AUTH_SOCK=/tmp/ssh-grI38odPqEtS/agent.31 [2022-10-13T04:07:55.566Z] SSH_AGENT_PID=37 [2022-10-13T04:07:55.574Z] Running ssh-add (command line suppressed) [2022-10-13T04:07:55.671Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_PR-558@tmp/private_key_12826585163654853539.key (/w/workspace/edgexfoundry_edgex-ui-go_PR-558@tmp/private_key_12826585163654853539.key) [2022-10-13T04:07:55.692Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-10-13T04:07:56.024Z] + git tag --points-at HEAD [Pipeline] } [2022-10-13T04:07:56.044Z] $ docker exec --env ******** --env ******** 3d4bc39aa595bec357e5aedf3dbddbabf270dcd7bdbd07fc5e424329fd46c616 ssh-agent -k [2022-10-13T04:07:56.144Z] unset SSH_AUTH_SOCK; [2022-10-13T04:07:56.145Z] unset SSH_AGENT_PID; [2022-10-13T04:07:56.145Z] echo Agent pid 37 killed; [2022-10-13T04:07:56.161Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2022-10-13T04:07:56.238Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-10-13T04:07:56.238Z] [ssh-agent] Looking for ssh-agent implementation... [2022-10-13T04:07:56.347Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-10-13T04:07:56.343Z] $ docker exec 3d4bc39aa595bec357e5aedf3dbddbabf270dcd7bdbd07fc5e424329fd46c616 ssh-agent [2022-10-13T04:07:56.461Z] SSH_AUTH_SOCK=/tmp/ssh-074S374dTD5m/agent.70 [2022-10-13T04:07:56.461Z] SSH_AGENT_PID=76 [2022-10-13T04:07:56.465Z] Running ssh-add (command line suppressed) [2022-10-13T04:07:56.578Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_PR-558@tmp/private_key_12625967365778557118.key (/w/workspace/edgexfoundry_edgex-ui-go_PR-558@tmp/private_key_12625967365778557118.key) [2022-10-13T04:07:56.598Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-10-13T04:07:56.931Z] + git semver init [2022-10-13T04:07:57.190Z] 2022-10-13 04:07:57,127 [run_init] DEBUG init version:0.0.0 force:False [2022-10-13T04:07:57.190Z] 2022-10-13 04:07:57,128 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgexfoundry_edgex-ui-go_PR-558/.semver [2022-10-13T04:07:57.190Z] 2022-10-13 04:07:57,129 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-ui-go.git /w/workspace/edgexfoundry_edgex-ui-go_PR-558/.semver [2022-10-13T04:07:57.190Z] 2022-10-13 04:07:57,129 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/edgex-ui-go.git', '/w/workspace/edgexfoundry_edgex-ui-go_PR-558/.semver'], cwd=/w/workspace/edgexfoundry_edgex-ui-go_PR-558, universal_newlines=False, shell=None, istream=None) [2022-10-13T04:07:58.575Z] 2022-10-13 04:07:58,479 [append_file] DEBUG append to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-558/.git/info/exclude [2022-10-13T04:07:58.575Z] 2022-10-13 04:07:58,479 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgexfoundry_edgex-ui-go_PR-558/.semver/PR-558 with force:False [2022-10-13T04:07:58.575Z] 2022-10-13 04:07:58,479 [write_file] DEBUG write to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-558/.semver/PR-558 [2022-10-13T04:07:58.575Z] 2022-10-13 04:07:58,484 [execute] INFO git cat-file --batch-check [2022-10-13T04:07:58.575Z] 2022-10-13 04:07:58,484 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgexfoundry_edgex-ui-go_PR-558/.semver, universal_newlines=False, shell=None, istream=) [2022-10-13T04:07:58.575Z] 2022-10-13 04:07:58,490 [execute] INFO git cat-file --batch [2022-10-13T04:07:58.575Z] 2022-10-13 04:07:58,491 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgexfoundry_edgex-ui-go_PR-558/.semver, universal_newlines=False, shell=None, istream=) [2022-10-13T04:07:58.575Z] 2022-10-13 04:07:58,496 [read_version] DEBUG read version from /w/workspace/edgexfoundry_edgex-ui-go_PR-558/.semver/PR-558 [2022-10-13T04:07:58.575Z] 0.0.0 [Pipeline] } [2022-10-13T04:07:58.597Z] $ docker exec --env ******** --env ******** 3d4bc39aa595bec357e5aedf3dbddbabf270dcd7bdbd07fc5e424329fd46c616 ssh-agent -k [2022-10-13T04:07:58.703Z] unset SSH_AUTH_SOCK; [2022-10-13T04:07:58.703Z] unset SSH_AGENT_PID; [2022-10-13T04:07:58.703Z] echo Agent pid 76 killed; [2022-10-13T04:07:58.718Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2022-10-13T04:07:59.143Z] + git semver [Pipeline] } [2022-10-13T04:07:59.423Z] $ docker stop --time=1 3d4bc39aa595bec357e5aedf3dbddbabf270dcd7bdbd07fc5e424329fd46c616 [2022-10-13T04:08:00.763Z] $ docker rm -f 3d4bc39aa595bec357e5aedf3dbddbabf270dcd7bdbd07fc5e424329fd46c616 [Pipeline] // withDockerContainer [Pipeline] sh [2022-10-13T04:08:01.176Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2022-10-13T04:08:01.438Z] Stashed 1 file(s) [Pipeline] echo [2022-10-13T04:08:01.454Z] [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-13T04:08:02.049Z] provisioning config files... [2022-10-13T04:08:02.057Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-558@tmp/config12801681268683911692tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-10-13T04:08:02.417Z] ---> docker-login.sh [2022-10-13T04:08:02.417Z] nexus3.edgexfoundry.org:10001 [2022-10-13T04:08:02.417Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-10-13T04:08:02.417Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-10-13T04:08:02.417Z] Configure a credential helper to remove this warning. See [2022-10-13T04:08:02.417Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-10-13T04:08:02.417Z] [2022-10-13T04:08:02.417Z] Login Succeeded [2022-10-13T04:08:02.417Z] nexus3.edgexfoundry.org:10002 [2022-10-13T04:08:02.417Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-10-13T04:08:02.417Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-10-13T04:08:02.417Z] Configure a credential helper to remove this warning. See [2022-10-13T04:08:02.417Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-10-13T04:08:02.417Z] [2022-10-13T04:08:02.417Z] Login Succeeded [2022-10-13T04:08:02.417Z] nexus3.edgexfoundry.org:10003 [2022-10-13T04:08:02.676Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-10-13T04:08:02.676Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-10-13T04:08:02.676Z] Configure a credential helper to remove this warning. See [2022-10-13T04:08:02.676Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-10-13T04:08:02.676Z] [2022-10-13T04:08:02.676Z] Login Succeeded [2022-10-13T04:08:02.676Z] nexus3.edgexfoundry.org:10004 [2022-10-13T04:08:02.676Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-10-13T04:08:02.676Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-10-13T04:08:02.676Z] Configure a credential helper to remove this warning. See [2022-10-13T04:08:02.676Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-10-13T04:08:02.676Z] [2022-10-13T04:08:02.676Z] Login Succeeded [2022-10-13T04:08:02.676Z] docker.io [2022-10-13T04:08:02.676Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-10-13T04:08:03.242Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-10-13T04:08:03.242Z] Configure a credential helper to remove this warning. See [2022-10-13T04:08:03.242Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-10-13T04:08:03.242Z] [2022-10-13T04:08:03.242Z] Login Succeeded [2022-10-13T04:08:03.242Z] ---> docker-login.sh ends [Pipeline] } [2022-10-13T04:08:03.272Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2022-10-13T04:08:03.469Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-10-13T04:08:03.506Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-10-13T04:08:03.534Z] ========================================================= [2022-10-13T04:08:03.534Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine] [2022-10-13T04:08:03.534Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-10-13T04:08:03.997Z] + 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-13T04:08:04.257Z] Sending build context to Docker daemon 45.98MB [2022-10-13T04:08:04.257Z] Step 1/16 : ARG BASE=golang:1.18-alpine3.16 [2022-10-13T04:08:04.257Z] Step 2/16 : FROM ${BASE} AS builder [2022-10-13T04:08:04.257Z] 1.18-alpine: Pulling from edgex-devops/edgex-golang-base [2022-10-13T04:08:04.257Z] 213ec9aee27d: Pulling fs layer [2022-10-13T04:08:04.257Z] 4583459ba037: Pulling fs layer [2022-10-13T04:08:04.257Z] 93c1e223e6f2: Pulling fs layer [2022-10-13T04:08:04.257Z] 53926ce57604: Pulling fs layer [2022-10-13T04:08:04.257Z] 21b2b0c7a3f4: Pulling fs layer [2022-10-13T04:08:04.257Z] 30f14e443154: Pulling fs layer [2022-10-13T04:08:04.257Z] 801331c1e519: Pulling fs layer [2022-10-13T04:08:04.257Z] 99cc6dd402b0: Pulling fs layer [2022-10-13T04:08:04.257Z] 7d9ed39f4882: Pulling fs layer [2022-10-13T04:08:04.257Z] 30f14e443154: Waiting [2022-10-13T04:08:04.257Z] 7d9ed39f4882: Waiting [2022-10-13T04:08:04.257Z] 801331c1e519: Waiting [2022-10-13T04:08:04.257Z] 21b2b0c7a3f4: Waiting [2022-10-13T04:08:04.257Z] 53926ce57604: Waiting [2022-10-13T04:08:04.257Z] 93c1e223e6f2: Verifying Checksum [2022-10-13T04:08:04.257Z] 93c1e223e6f2: Download complete [2022-10-13T04:08:04.257Z] 4583459ba037: Download complete [2022-10-13T04:08:04.257Z] 21b2b0c7a3f4: Verifying Checksum [2022-10-13T04:08:04.257Z] 21b2b0c7a3f4: Download complete [2022-10-13T04:08:04.257Z] 30f14e443154: Download complete [2022-10-13T04:08:04.257Z] 213ec9aee27d: Verifying Checksum [2022-10-13T04:08:04.257Z] 213ec9aee27d: Download complete [2022-10-13T04:08:04.257Z] 801331c1e519: Verifying Checksum [2022-10-13T04:08:04.257Z] 801331c1e519: Download complete [2022-10-13T04:08:04.527Z] 213ec9aee27d: Pull complete [2022-10-13T04:08:04.527Z] 4583459ba037: Pull complete [2022-10-13T04:08:04.811Z] 93c1e223e6f2: Pull complete [2022-10-13T04:08:05.395Z] 53926ce57604: Download complete [2022-10-13T04:08:05.395Z] 99cc6dd402b0: Verifying Checksum [2022-10-13T04:08:05.395Z] 99cc6dd402b0: Download complete [2022-10-13T04:08:05.395Z] 7d9ed39f4882: Verifying Checksum [2022-10-13T04:08:05.395Z] 7d9ed39f4882: Download complete [2022-10-13T04:08:08.681Z] 53926ce57604: Pull complete [2022-10-13T04:08:08.681Z] 21b2b0c7a3f4: Pull complete [2022-10-13T04:08:08.681Z] 30f14e443154: Pull complete [2022-10-13T04:08:08.940Z] 801331c1e519: Pull complete [2022-10-13T04:08:10.841Z] 99cc6dd402b0: Pull complete [2022-10-13T04:08:11.776Z] 7d9ed39f4882: Pull complete [2022-10-13T04:08:11.776Z] Digest: sha256:1f16063191d1a9870fce7bbdb1825a1eb962d13bb3ce54f6dd36240110f048b3 [2022-10-13T04:08:11.776Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2022-10-13T04:08:11.776Z] ---> 1dedd983c030 [2022-10-13T04:08:11.776Z] Step 3/16 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" [2022-10-13T04:08:13.153Z] ---> Running in c771cd9e84d8 [2022-10-13T04:08:13.153Z] Removing intermediate container c771cd9e84d8 [2022-10-13T04:08:13.153Z] ---> c12736a29f11 [2022-10-13T04:08:13.153Z] Step 4/16 : ARG ALPINE_PKG_BASE="make git" [2022-10-13T04:08:13.412Z] ---> Running in cef6fec78146 [2022-10-13T04:08:13.413Z] Removing intermediate container cef6fec78146 [2022-10-13T04:08:13.413Z] ---> 4f95665d2f3d [2022-10-13T04:08:13.413Z] Step 5/16 : ARG ALPINE_PKG_EXTRA="" [2022-10-13T04:08:13.413Z] ---> Running in 290197c2c7b8 [2022-10-13T04:08:13.672Z] Removing intermediate container 290197c2c7b8 [2022-10-13T04:08:13.672Z] ---> 489def1de457 [2022-10-13T04:08:13.672Z] Step 6/16 : LABEL Name=edgex-ui-go [2022-10-13T04:08:13.672Z] ---> Running in 6a18c80ade61 [2022-10-13T04:08:13.672Z] Removing intermediate container 6a18c80ade61 [2022-10-13T04:08:13.672Z] ---> 534e19536d19 [2022-10-13T04:08:13.672Z] Step 7/16 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2022: Intel' [2022-10-13T04:08:13.672Z] ---> Running in f7da037d64f5 [2022-10-13T04:08:13.672Z] Removing intermediate container f7da037d64f5 [2022-10-13T04:08:13.672Z] ---> 920582c090b5 [2022-10-13T04:08:13.672Z] Step 8/16 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2022-10-13T04:08:14.241Z] latest: Pulling from library/docker [2022-10-13T04:08:14.510Z] 213ec9aee27d: Already exists [2022-10-13T04:08:14.510Z] 7b0dd730a5c3: Pulling fs layer [2022-10-13T04:08:14.510Z] 4b90f8029a36: Pulling fs layer [2022-10-13T04:08:14.510Z] b2204c289e68: Pulling fs layer [2022-10-13T04:08:14.510Z] a75dcb107a37: Pulling fs layer [2022-10-13T04:08:14.510Z] 3a173a06c313: Pulling fs layer [2022-10-13T04:08:14.510Z] 44f3a1cb7a3f: Pulling fs layer [2022-10-13T04:08:14.510Z] a7d2f4b1d0b5: Pulling fs layer [2022-10-13T04:08:14.510Z] cd2ccc3f5575: Pulling fs layer [2022-10-13T04:08:14.510Z] a75dcb107a37: Waiting [2022-10-13T04:08:14.510Z] 44f3a1cb7a3f: Waiting [2022-10-13T04:08:14.510Z] a7d2f4b1d0b5: Waiting [2022-10-13T04:08:14.510Z] 3a173a06c313: Waiting [2022-10-13T04:08:14.510Z] 4b90f8029a36: Verifying Checksum [2022-10-13T04:08:14.510Z] 4b90f8029a36: Download complete [2022-10-13T04:08:14.775Z] 7b0dd730a5c3: Verifying Checksum [2022-10-13T04:08:14.775Z] b2204c289e68: Verifying Checksum [2022-10-13T04:08:14.775Z] b2204c289e68: Download complete [2022-10-13T04:08:14.775Z] 7b0dd730a5c3: Pull complete [2022-10-13T04:08:14.775Z] 4b90f8029a36: Pull complete [2022-10-13T04:08:14.775Z] 44f3a1cb7a3f: Verifying Checksum [2022-10-13T04:08:14.776Z] 44f3a1cb7a3f: Download complete [2022-10-13T04:08:15.036Z] a75dcb107a37: Verifying Checksum [2022-10-13T04:08:15.036Z] a75dcb107a37: Download complete [2022-10-13T04:08:15.036Z] 3a173a06c313: Verifying Checksum [2022-10-13T04:08:15.036Z] 3a173a06c313: Download complete [2022-10-13T04:08:15.036Z] a7d2f4b1d0b5: Download complete [2022-10-13T04:08:15.036Z] cd2ccc3f5575: Download complete [2022-10-13T04:08:15.297Z] b2204c289e68: Pull complete [2022-10-13T04:08:15.556Z] a75dcb107a37: Pull complete [2022-10-13T04:08:15.814Z] 3a173a06c313: Pull complete [2022-10-13T04:08:16.073Z] 44f3a1cb7a3f: Pull complete [2022-10-13T04:08:16.073Z] a7d2f4b1d0b5: Pull complete [2022-10-13T04:08:16.073Z] cd2ccc3f5575: Pull complete [2022-10-13T04:08:16.073Z] Digest: sha256:b2343859b009730168704bf04dd705291539db39df5ccf840a91b647b72009fe [2022-10-13T04:08:16.073Z] Status: Downloaded newer image for docker:latest [2022-10-13T04:08:16.864Z] Still waiting to schedule task [2022-10-13T04:08:16.864Z] Waiting for next available executor on ‘ubuntu20.04-docker-arm64-4c-16g’ [2022-10-13T04:08:17.013Z] ---> 1efd9611b764 [2022-10-13T04:08:17.013Z] Step 9/16 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-13T04:08:17.276Z] ---> Running in d72cf22b2f7f [2022-10-13T04:08:17.846Z] Removing intermediate container d72cf22b2f7f [2022-10-13T04:08:17.846Z] ---> d0ee51f6c2dd [2022-10-13T04:08:17.846Z] Step 10/16 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2022-10-13T04:08:17.846Z] ---> Running in 84f87f5e6dbb [2022-10-13T04:08:18.105Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-10-13T04:08:19.041Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-10-13T04:08:19.303Z] OK: 211 MiB in 51 packages [2022-10-13T04:08:19.561Z] Removing intermediate container 84f87f5e6dbb [2022-10-13T04:08:19.561Z] ---> 59120964684f [2022-10-13T04:08:19.561Z] Step 11/16 : ENV GO111MODULE=on [2022-10-13T04:08:19.561Z] ---> Running in 3b9a14452378 [2022-10-13T04:08:19.561Z] Removing intermediate container 3b9a14452378 [2022-10-13T04:08:19.561Z] ---> 3d41dcaf4a46 [2022-10-13T04:08:19.561Z] Step 12/16 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go [2022-10-13T04:08:19.561Z] ---> Running in 09185b628bc1 [2022-10-13T04:08:19.819Z] Removing intermediate container 09185b628bc1 [2022-10-13T04:08:19.819Z] ---> bf6154cca922 [2022-10-13T04:08:19.819Z] Step 13/16 : COPY go.mod vendor* ./ [2022-10-13T04:08:19.819Z] ---> 2cae7fbb49a0 [2022-10-13T04:08:19.819Z] Step 14/16 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-10-13T04:08:19.819Z] ---> Running in d85266709a60 [2022-10-13T04:08:34.710Z] Removing intermediate container d85266709a60 [2022-10-13T04:08:34.710Z] ---> b79def726a32 [2022-10-13T04:08:34.710Z] Step 15/16 : COPY . . [2022-10-13T04:08:34.710Z] ---> 8bfd409553f3 [2022-10-13T04:08:34.710Z] Step 16/16 : RUN ${MAKE} [2022-10-13T04:08:34.710Z] ---> Running in 769a0d18948a [2022-10-13T04:08:34.710Z] noop [2022-10-13T04:08:34.710Z] Removing intermediate container 769a0d18948a [2022-10-13T04:08:34.710Z] ---> 291f45b3f439 [2022-10-13T04:08:34.710Z] Successfully built 291f45b3f439 [2022-10-13T04:08:34.710Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-10-13T04:08:35.173Z] + docker inspect -f . ci-base-image-x86_64 [2022-10-13T04:08:35.173Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-10-13T04:08:35.319Z] prd-ubuntu20.04-docker-8c-8g-7797 does not seem to be running inside a container [2022-10-13T04:08:35.351Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgexfoundry_edgex-ui-go_PR-558 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-558:/w/workspace/edgexfoundry_edgex-ui-go_PR-558:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-558@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-558@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-13T04:08:35.713Z] $ docker top 4c538ac43c925fb7e6d651d88079b3468245a5e3232fddc2f32038753e63163e -eo pid,comm [Pipeline] { [Pipeline] sh [2022-10-13T04:08:36.099Z] + go version [2022-10-13T04:08:36.099Z] go version go1.18.7 linux/amd64 [Pipeline] } [2022-10-13T04:08:36.136Z] $ docker stop --time=1 4c538ac43c925fb7e6d651d88079b3468245a5e3232fddc2f32038753e63163e [2022-10-13T04:08:37.443Z] $ docker rm -f 4c538ac43c925fb7e6d651d88079b3468245a5e3232fddc2f32038753e63163e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-10-13T04:08:38.183Z] + docker inspect -f . ci-base-image-x86_64 [2022-10-13T04:08:38.183Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-10-13T04:08:38.380Z] prd-ubuntu20.04-docker-8c-8g-7797 does not seem to be running inside a container [2022-10-13T04:08:38.416Z] $ 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-558 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-558:/w/workspace/edgexfoundry_edgex-ui-go_PR-558:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-558@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-558@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-13T04:08:38.791Z] $ docker top 2c8ade5a37b338574787299b97c70e4309f8edbb60ecbf5e9f7f2d1baafc04fa -eo pid,comm [Pipeline] { [Pipeline] sh [2022-10-13T04:08:39.171Z] + git config --global --add safe.directory /w/workspace/edgexfoundry_edgex-ui-go_PR-558 [Pipeline] fileExists [Pipeline] sh [2022-10-13T04:08:39.529Z] + make test [2022-10-13T04:08:39.529Z] CGO_ENABLED=0 GO111MODULE=on go test -tags "no_messagebus" -coverprofile=coverage.out ./... [2022-10-13T04:08:39.786Z] ? github.com/edgexfoundry/edgex-ui-go [no test files] [2022-10-13T04:08:47.892Z] ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] [2022-10-13T04:08:47.893Z] ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] [2022-10-13T04:08:47.893Z] ? github.com/edgexfoundry/edgex-ui-go/internal/common [no test files] [2022-10-13T04:08:47.893Z] ? github.com/edgexfoundry/edgex-ui-go/internal/config [no test files] [2022-10-13T04:08:47.893Z] ? github.com/edgexfoundry/edgex-ui-go/internal/container [no test files] [2022-10-13T04:08:47.893Z] ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] [2022-10-13T04:08:47.893Z] ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] [2022-10-13T04:08:47.893Z] ? github.com/edgexfoundry/edgex-ui-go/internal/service [no test files] [2022-10-13T04:08:47.893Z] CGO_ENABLED=0 GO111MODULE=on go vet -tags "no_messagebus" ./... [2022-10-13T04:08:50.419Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2022-10-13T04:08:50.419Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2022-10-13T04:08:50.419Z] ./bin/test-attribution-txt.sh [2022-10-13T04:08:50.419Z] An attribution for github.com/edgexfoundry/go-mod-bootstrap/v2 is missing from Attribution.txt, please add [2022-10-13T04:08:50.419Z] An attribution for github.com/Microsoft/go-winio is missing from Attribution.txt, please add [2022-10-13T04:08:50.419Z] An attribution for github.com/eclipse/paho.mqtt.golang is missing from Attribution.txt, please add [2022-10-13T04:08:50.419Z] An attribution for github.com/edgexfoundry/go-mod-messaging/v2 is missing from Attribution.txt, please add [2022-10-13T04:08:50.419Z] An attribution for github.com/edgexfoundry/go-mod-secrets/v2 is missing from Attribution.txt, please add [2022-10-13T04:08:50.419Z] An attribution for github.com/go-kit/log is missing from Attribution.txt, please add [2022-10-13T04:08:50.419Z] An attribution for github.com/go-logfmt/logfmt is missing from Attribution.txt, please add [2022-10-13T04:08:50.419Z] An attribution for github.com/go-redis/redis/v7 is missing from Attribution.txt, please add [2022-10-13T04:08:50.419Z] An attribution for github.com/golang/protobuf is missing from Attribution.txt, please add [2022-10-13T04:08:50.419Z] An attribution for github.com/gorilla/websocket is missing from Attribution.txt, please add [2022-10-13T04:08:50.419Z] An attribution for github.com/hashicorp/errwrap is missing from Attribution.txt, please add [2022-10-13T04:08:50.419Z] An attribution for github.com/hashicorp/go-multierror is missing from Attribution.txt, please add [2022-10-13T04:08:50.419Z] An attribution for github.com/pebbe/zmq4 is missing from Attribution.txt, please add [2022-10-13T04:08:50.420Z] An attribution for github.com/rcrowley/go-metrics is missing from Attribution.txt, please add [2022-10-13T04:08:50.420Z] An attribution for github.com/spiffe/go-spiffe/v2 is missing from Attribution.txt, please add [2022-10-13T04:08:50.420Z] An attribution for github.com/zeebo/errs is missing from Attribution.txt, please add [2022-10-13T04:08:50.420Z] An attribution for golang.org/x/net is missing from Attribution.txt, please add [2022-10-13T04:08:50.420Z] An attribution for golang.org/x/sync is missing from Attribution.txt, please add [2022-10-13T04:08:50.420Z] An attribution for google.golang.org/genproto is missing from Attribution.txt, please add [2022-10-13T04:08:50.420Z] An attribution for google.golang.org/grpc is missing from Attribution.txt, please add [2022-10-13T04:08:50.420Z] An attribution for google.golang.org/protobuf is missing from Attribution.txt, please add [2022-10-13T04:08:50.420Z] An attribution for gopkg.in/square/go-jose.v2 is missing from Attribution.txt, please add [2022-10-13T04:08:50.420Z] make -C web test [2022-10-13T04:08:50.420Z] make[1]: Entering directory '/w/workspace/edgexfoundry_edgex-ui-go_PR-558/web' [2022-10-13T04:08:50.420Z] make[1]: tput: No such file or directory [2022-10-13T04:08:50.420Z] make[1]: tput: No such file or directory [2022-10-13T04:08:50.420Z] warning: generating ./VERSION [2022-10-13T04:08:50.420Z] echo "0.0.0" > VERSION [2022-10-13T04:08:50.420Z] docker build \ [2022-10-13T04:08:50.420Z] -f Dockerfile \ [2022-10-13T04:08:50.420Z] --build-arg USER=1000 \ [2022-10-13T04:08:50.420Z] \ [2022-10-13T04:08:50.420Z] --label "git_sha=90577a51dee9ebd53af29114b812e7a357f956d3" \ [2022-10-13T04:08:50.420Z] -t edgexfoundry/edgex-web-ui:90577a51dee9ebd53af29114b812e7a357f956d3 \ [2022-10-13T04:08:50.420Z] -t edgexfoundry/edgex-web-ui:0.0.0-dev \ [2022-10-13T04:08:50.420Z] . [2022-10-13T04:08:50.420Z] Sending build context to Docker daemon 3.269MB [2022-10-13T04:08:50.420Z] Step 1/10 : FROM node:16.17-alpine3.15 [2022-10-13T04:08:50.989Z] 16.17-alpine3.15: Pulling from library/node [2022-10-13T04:08:50.989Z] 9621f1afde84: Pulling fs layer [2022-10-13T04:08:50.989Z] c6f70ee39829: Pulling fs layer [2022-10-13T04:08:50.989Z] 56892a8094a2: Pulling fs layer [2022-10-13T04:08:50.989Z] 58dd87906ef0: Pulling fs layer [2022-10-13T04:08:50.989Z] 58dd87906ef0: Waiting [2022-10-13T04:08:51.560Z] 56892a8094a2: Verifying Checksum [2022-10-13T04:08:51.560Z] 56892a8094a2: Download complete [2022-10-13T04:08:51.560Z] 9621f1afde84: Verifying Checksum [2022-10-13T04:08:51.560Z] 9621f1afde84: Download complete [2022-10-13T04:08:51.560Z] 9621f1afde84: Pull complete [2022-10-13T04:08:51.560Z] 58dd87906ef0: Verifying Checksum [2022-10-13T04:08:51.560Z] 58dd87906ef0: Download complete [2022-10-13T04:08:52.496Z] c6f70ee39829: Verifying Checksum [2022-10-13T04:08:52.496Z] c6f70ee39829: Download complete [2022-10-13T04:08:53.432Z] c6f70ee39829: Pull complete [2022-10-13T04:08:53.432Z] 56892a8094a2: Pull complete [2022-10-13T04:08:53.432Z] 58dd87906ef0: Pull complete [2022-10-13T04:08:53.432Z] Digest: sha256:84c606bfbe4cf120c52b17c3b727e614d99e357a8e350f83a4e7b9ec0798e04a [2022-10-13T04:08:53.432Z] Status: Downloaded newer image for node:16.17-alpine3.15 [2022-10-13T04:08:53.432Z] ---> b69703f70c3d [2022-10-13T04:08:53.432Z] Step 2/10 : RUN apk add --no-cache chromium [2022-10-13T04:08:54.368Z] ---> Running in f5044db0de15 [2022-10-13T04:08:54.625Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-10-13T04:08:54.883Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-10-13T04:08:55.143Z] (1/129) Installing libxau (1.0.9-r0) [2022-10-13T04:08:55.143Z] (2/129) Installing libmd (1.0.3-r0) [2022-10-13T04:08:55.143Z] (3/129) Installing libbsd (0.11.3-r1) [2022-10-13T04:08:55.143Z] (4/129) Installing libxdmcp (1.1.3-r0) [2022-10-13T04:08:55.143Z] (5/129) Installing libxcb (1.14-r2) [2022-10-13T04:08:55.143Z] (6/129) Installing libx11 (1.7.3.1-r0) [2022-10-13T04:08:55.143Z] (7/129) Installing libxext (1.3.4-r0) [2022-10-13T04:08:55.143Z] (8/129) Installing libice (1.0.10-r0) [2022-10-13T04:08:55.143Z] (9/129) Installing libuuid (2.37.4-r0) [2022-10-13T04:08:55.143Z] (10/129) Installing libsm (1.2.3-r0) [2022-10-13T04:08:55.143Z] (11/129) Installing libxt (1.2.1-r0) [2022-10-13T04:08:55.402Z] (12/129) Installing libxmu (1.1.3-r0) [2022-10-13T04:08:55.402Z] (13/129) Installing xset (1.2.4-r0) [2022-10-13T04:08:55.402Z] (14/129) Installing xprop (1.2.5-r0) [2022-10-13T04:08:55.402Z] (15/129) Installing xdg-utils (1.1.3-r0) [2022-10-13T04:08:55.402Z] (16/129) Installing eudev-libs (3.2.11_pre1-r0) [2022-10-13T04:08:55.402Z] (17/129) Installing pkgconf (1.8.0-r0) [2022-10-13T04:08:55.402Z] (18/129) Installing libffi (3.4.2-r1) [2022-10-13T04:08:55.402Z] (19/129) Installing libintl (0.21-r0) [2022-10-13T04:08:55.402Z] (20/129) Installing libblkid (2.37.4-r0) [2022-10-13T04:08:55.402Z] (21/129) Installing libmount (2.37.4-r0) [2022-10-13T04:08:55.402Z] (22/129) Installing pcre (8.45-r1) [2022-10-13T04:08:55.402Z] (23/129) Installing glib (2.70.1-r0) [2022-10-13T04:08:55.402Z] (24/129) Installing xz-libs (5.2.5-r1) [2022-10-13T04:08:55.402Z] (25/129) Installing libxml2 (2.9.14-r1) [2022-10-13T04:08:55.402Z] (26/129) Installing shared-mime-info (2.1-r1) [2022-10-13T04:08:55.402Z] (27/129) Installing hicolor-icon-theme (0.17-r1) [2022-10-13T04:08:55.402Z] (28/129) Installing libjpeg-turbo (2.1.2-r0) [2022-10-13T04:08:55.402Z] (29/129) Installing libpng (1.6.37-r1) [2022-10-13T04:08:55.402Z] (30/129) Installing libwebp (1.2.2-r0) [2022-10-13T04:08:55.402Z] (31/129) Installing zstd-libs (1.5.0-r0) [2022-10-13T04:08:55.402Z] (32/129) Installing tiff (4.4.0-r0) [2022-10-13T04:08:55.663Z] (33/129) Installing gdk-pixbuf (2.42.8-r0) [2022-10-13T04:08:55.663Z] (34/129) Installing gtk-update-icon-cache (2.24.33-r0) [2022-10-13T04:08:55.663Z] (35/129) Installing libxcomposite (0.4.5-r0) [2022-10-13T04:08:55.664Z] (36/129) Installing libxfixes (6.0.0-r0) [2022-10-13T04:08:55.664Z] (37/129) Installing libxrender (0.9.10-r3) [2022-10-13T04:08:55.664Z] (38/129) Installing libxcursor (1.2.0-r0) [2022-10-13T04:08:55.664Z] (39/129) Installing libxdamage (1.1.5-r1) [2022-10-13T04:08:55.664Z] (40/129) Installing libxi (1.8-r0) [2022-10-13T04:08:55.664Z] (41/129) Installing libxinerama (1.1.4-r1) [2022-10-13T04:08:55.664Z] (42/129) Installing libxrandr (1.5.2-r1) [2022-10-13T04:08:55.664Z] (43/129) Installing atk (2.36.0-r0) [2022-10-13T04:08:55.664Z] (44/129) Installing libxtst (1.2.3-r3) [2022-10-13T04:08:55.664Z] (45/129) Installing dbus-libs (1.12.24-r0) [2022-10-13T04:08:55.664Z] (46/129) Installing at-spi2-core (2.42.0-r0) [2022-10-13T04:08:55.664Z] (47/129) Installing at-spi2-atk (2.38.0-r0) [2022-10-13T04:08:55.664Z] (48/129) Installing expat (2.4.9-r0) [2022-10-13T04:08:55.664Z] (49/129) Installing brotli-libs (1.0.9-r5) [2022-10-13T04:08:55.664Z] (50/129) Installing libbz2 (1.0.8-r1) [2022-10-13T04:08:55.664Z] (51/129) Installing freetype (2.11.1-r2) [2022-10-13T04:08:55.664Z] (52/129) Installing fontconfig (2.13.1-r4) [2022-10-13T04:08:55.664Z] (53/129) Installing pixman (0.40.0-r3) [2022-10-13T04:08:55.664Z] (54/129) Installing cairo (1.16.0-r5) [2022-10-13T04:08:55.664Z] (55/129) Installing cairo-gobject (1.16.0-r5) [2022-10-13T04:08:55.664Z] (56/129) Installing avahi-libs (0.8-r5) [2022-10-13T04:08:55.664Z] (57/129) Installing gmp (6.2.1-r1) [2022-10-13T04:08:55.664Z] (58/129) Installing nettle (3.7.3-r0) [2022-10-13T04:08:55.664Z] (59/129) Installing p11-kit (0.24.0-r1) [2022-10-13T04:08:55.664Z] (60/129) Installing libtasn1 (4.18.0-r0) [2022-10-13T04:08:55.664Z] (61/129) Installing libunistring (0.9.10-r1) [2022-10-13T04:08:55.664Z] (62/129) Installing gnutls (3.7.1-r1) [2022-10-13T04:08:55.922Z] (63/129) Installing cups-libs (2.3.3-r6) [2022-10-13T04:08:55.922Z] (64/129) Installing libepoxy (1.5.9-r0) [2022-10-13T04:08:55.922Z] (65/129) Installing fribidi (1.0.11-r0) [2022-10-13T04:08:55.922Z] (66/129) Installing graphite2 (1.3.14-r0) [2022-10-13T04:08:55.922Z] (67/129) Installing harfbuzz (3.0.0-r2) [2022-10-13T04:08:55.922Z] (68/129) Installing libxft (2.3.4-r0) [2022-10-13T04:08:55.922Z] (69/129) Installing pango (1.48.10-r0) [2022-10-13T04:08:55.922Z] (70/129) Installing wayland-libs-client (1.19.0-r1) [2022-10-13T04:08:55.922Z] (71/129) Installing wayland-libs-cursor (1.19.0-r1) [2022-10-13T04:08:55.922Z] (72/129) Installing wayland-libs-egl (1.19.0-r1) [2022-10-13T04:08:55.922Z] (73/129) Installing xkeyboard-config (2.34-r0) [2022-10-13T04:08:55.922Z] (74/129) Installing libxkbcommon (1.3.1-r0) [2022-10-13T04:08:55.922Z] (75/129) Installing gtk+3.0 (3.24.30-r0) [2022-10-13T04:08:55.922Z] Executing gtk+3.0-3.24.30-r0.post-install [2022-10-13T04:08:55.922Z] (76/129) Installing libfontenc (1.1.4-r0) [2022-10-13T04:08:55.922Z] (77/129) Installing mkfontscale (1.2.1-r1) [2022-10-13T04:08:55.922Z] (78/129) Installing ttf-opensans (1.10-r1) [2022-10-13T04:08:56.181Z] Executing ttf-opensans-1.10-r1.post-install [2022-10-13T04:08:58.087Z] (79/129) Installing libogg (1.3.5-r0) [2022-10-13T04:08:58.087Z] (80/129) Installing flac (1.3.4-r0) [2022-10-13T04:08:58.087Z] (81/129) Installing alsa-lib (1.2.5.1-r1) [2022-10-13T04:08:58.087Z] (82/129) Installing libatomic (10.3.1_git20211027-r0) [2022-10-13T04:08:58.087Z] (83/129) Installing sdl2 (2.0.16-r4) [2022-10-13T04:08:58.087Z] (84/129) Installing aom-libs (3.2.0-r0) [2022-10-13T04:08:58.087Z] (85/129) Installing libass (0.15.2-r0) [2022-10-13T04:08:58.087Z] (86/129) Installing libdav1d (0.9.2-r0) [2022-10-13T04:08:58.087Z] (87/129) Installing ncurses-terminfo-base (6.3_p20211120-r1) [2022-10-13T04:08:58.087Z] (88/129) Installing ncurses-libs (6.3_p20211120-r1) [2022-10-13T04:08:58.345Z] (89/129) Installing lame (3.100-r0) [2022-10-13T04:08:58.345Z] (90/129) Installing opus (1.3.1-r1) [2022-10-13T04:08:58.345Z] (91/129) Installing libgomp (10.3.1_git20211027-r0) [2022-10-13T04:08:58.345Z] (92/129) Installing soxr (0.1.3-r2) [2022-10-13T04:08:58.345Z] (93/129) Installing libsrt (1.4.2-r1) [2022-10-13T04:08:58.345Z] (94/129) Installing libssh (0.9.6-r1) [2022-10-13T04:08:58.345Z] (95/129) Installing libtheora (1.1.1-r16) [2022-10-13T04:08:58.345Z] (96/129) Installing v4l-utils-libs (1.22.1-r1) [2022-10-13T04:08:58.345Z] (97/129) Installing libpciaccess (0.16-r0) [2022-10-13T04:08:58.345Z] (98/129) Installing libdrm (2.4.109-r0) [2022-10-13T04:08:58.345Z] (99/129) Installing libva (2.13.0-r0) [2022-10-13T04:08:58.345Z] (100/129) Installing libvdpau (1.4-r0) [2022-10-13T04:08:58.345Z] (101/129) Installing vidstab (1.1.0-r1) [2022-10-13T04:08:58.345Z] (102/129) Installing libvorbis (1.3.7-r0) [2022-10-13T04:08:58.345Z] (103/129) Installing libvpx (1.10.0-r0) [2022-10-13T04:08:58.345Z] (104/129) Installing vulkan-loader (1.2.196-r0) [2022-10-13T04:08:58.345Z] (105/129) Installing x264-libs (20210613-r0) [2022-10-13T04:08:58.345Z] (106/129) Installing x265-libs (3.5-r0) [2022-10-13T04:08:58.345Z] (107/129) Installing xvidcore (1.3.7-r1) [2022-10-13T04:08:58.345Z] (108/129) Installing ffmpeg-libs (4.4.1-r2) [2022-10-13T04:08:58.603Z] (109/129) Installing libevent (2.1.12-r4) [2022-10-13T04:08:58.603Z] (110/129) Installing mesa (21.2.6-r0) [2022-10-13T04:08:58.603Z] (111/129) Installing wayland-libs-server (1.19.0-r1) [2022-10-13T04:08:58.603Z] (112/129) Installing mesa-gbm (21.2.6-r0) [2022-10-13T04:08:58.603Z] (113/129) Installing lcms2 (2.12-r1) [2022-10-13T04:08:58.603Z] (114/129) Installing nspr (4.32-r0) [2022-10-13T04:08:58.603Z] (115/129) Installing sqlite-libs (3.36.0-r0) [2022-10-13T04:08:58.603Z] (116/129) Installing nss (3.78.1-r0) [2022-10-13T04:08:58.603Z] (117/129) Installing libasyncns (0.8-r1) [2022-10-13T04:08:58.603Z] (118/129) Installing libltdl (2.4.6-r7) [2022-10-13T04:08:58.603Z] (119/129) Installing orc (0.4.32-r0) [2022-10-13T04:08:58.603Z] (120/129) Installing libsndfile (1.0.31-r1) [2022-10-13T04:08:58.603Z] (121/129) Installing speexdsp (1.2.0-r0) [2022-10-13T04:08:58.603Z] (122/129) Installing tdb-libs (1.4.5-r0) [2022-10-13T04:08:58.603Z] (123/129) Installing libpulse (15.0-r2) [2022-10-13T04:08:58.603Z] (124/129) Installing re2 (2021.11.01-r0) [2022-10-13T04:08:58.603Z] (125/129) Installing snappy (1.1.9-r1) [2022-10-13T04:08:58.603Z] (126/129) Installing libgpg-error (1.42-r1) [2022-10-13T04:08:58.603Z] (127/129) Installing libgcrypt (1.9.4-r0) [2022-10-13T04:08:58.862Z] (128/129) Installing libxslt (1.1.35-r0) [2022-10-13T04:08:58.862Z] (129/129) Installing chromium (99.0.4844.84-r0) [2022-10-13T04:08:59.802Z] Executing busybox-1.34.1-r7.trigger [2022-10-13T04:08:59.802Z] Executing glib-2.70.1-r0.trigger [2022-10-13T04:08:59.802Z] Executing shared-mime-info-2.1-r1.trigger [2022-10-13T04:09:01.780Z] Executing gdk-pixbuf-2.42.8-r0.trigger [2022-10-13T04:09:01.780Z] Executing gtk-update-icon-cache-2.24.33-r0.trigger [2022-10-13T04:09:01.780Z] Executing fontconfig-2.13.1-r4.trigger [2022-10-13T04:09:01.780Z] Executing mkfontscale-1.2.1-r1.trigger [2022-10-13T04:09:01.780Z] OK: 286 MiB in 145 packages [2022-10-13T04:09:05.132Z] Removing intermediate container f5044db0de15 [2022-10-13T04:09:05.132Z] ---> 7d3ed1dd2053 [2022-10-13T04:09:05.132Z] Step 3/10 : ENV CHROME_BIN=/usr/bin/chromium-browser [2022-10-13T04:09:05.132Z] ---> Running in 31113ba3f32c [2022-10-13T04:09:05.132Z] Removing intermediate container 31113ba3f32c [2022-10-13T04:09:05.132Z] ---> 08dbdf352232 [2022-10-13T04:09:05.132Z] Step 4/10 : ENV PATH /app/node_modules/.bin:$PATH [2022-10-13T04:09:05.132Z] ---> Running in c7fbaf7f5cc6 [2022-10-13T04:09:05.132Z] Removing intermediate container c7fbaf7f5cc6 [2022-10-13T04:09:05.132Z] ---> 11e8baec0b63 [2022-10-13T04:09:05.132Z] Step 5/10 : RUN npm install -g npm [2022-10-13T04:09:05.132Z] ---> Running in 5946a98c1cc3 [2022-10-13T04:09:11.698Z] [2022-10-13T04:09:11.698Z] changed 54 packages, and audited 212 packages in 6s [2022-10-13T04:09:11.698Z] [2022-10-13T04:09:11.698Z] 11 packages are looking for funding [2022-10-13T04:09:11.698Z] run `npm fund` for details [2022-10-13T04:09:11.698Z] [2022-10-13T04:09:11.698Z] found 0 vulnerabilities [2022-10-13T04:09:13.075Z] Removing intermediate container 5946a98c1cc3 [2022-10-13T04:09:13.075Z] ---> c3c03233d792 [2022-10-13T04:09:13.075Z] Step 6/10 : ARG USER=1000 [2022-10-13T04:09:13.075Z] ---> Running in 1285d731a1dd [2022-10-13T04:09:13.075Z] Removing intermediate container 1285d731a1dd [2022-10-13T04:09:13.075Z] ---> e9e56960fdae [2022-10-13T04:09:13.075Z] Step 7/10 : RUN deluser --remove-home node && adduser -u $USER -D -s /bin/sh node [2022-10-13T04:09:13.075Z] ---> Running in 85892de62551 [2022-10-13T04:09:13.641Z] Removing intermediate container 85892de62551 [2022-10-13T04:09:13.641Z] ---> fb577130b5f9 [2022-10-13T04:09:13.641Z] Step 8/10 : USER $USER:$USER [2022-10-13T04:09:13.641Z] ---> Running in 461dd568472b [2022-10-13T04:09:13.900Z] Removing intermediate container 461dd568472b [2022-10-13T04:09:13.900Z] ---> 197555fc5ba5 [2022-10-13T04:09:13.900Z] Step 9/10 : WORKDIR /app [2022-10-13T04:09:13.900Z] ---> Running in d67fa0a151b7 [2022-10-13T04:09:13.900Z] Removing intermediate container d67fa0a151b7 [2022-10-13T04:09:13.900Z] ---> 6b7ab8a895e5 [2022-10-13T04:09:13.900Z] Step 10/10 : LABEL git_sha=90577a51dee9ebd53af29114b812e7a357f956d3 [2022-10-13T04:09:13.900Z] ---> Running in ca8e393b7ee5 [2022-10-13T04:09:14.158Z] Removing intermediate container ca8e393b7ee5 [2022-10-13T04:09:14.158Z] ---> cd65138b2cf7 [2022-10-13T04:09:14.158Z] Successfully built cd65138b2cf7 [2022-10-13T04:09:14.158Z] Successfully tagged edgexfoundry/edgex-web-ui:90577a51dee9ebd53af29114b812e7a357f956d3 [2022-10-13T04:09:14.158Z] Successfully tagged edgexfoundry/edgex-web-ui:0.0.0-dev [2022-10-13T04:09:14.158Z] touch edgex-web-ui.imagebuilt [2022-10-13T04:09:14.158Z] mkdir -p node_modules coverage [2022-10-13T04:09:14.158Z] chown "1000:1000" node_modules coverage package-lock.json [2022-10-13T04:09:14.158Z] docker run --rm -i -v "$(pwd):/app" -u "1000:1000" edgexfoundry/edgex-web-ui:0.0.0-dev npm install [2022-10-13T04:09:16.057Z] npm WARN EBADENGINE Unsupported engine { [2022-10-13T04:09:16.057Z] npm WARN EBADENGINE package: '@angular-devkit/architect@0.1202.4', [2022-10-13T04:09:16.057Z] npm WARN EBADENGINE required: { [2022-10-13T04:09:16.057Z] npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', [2022-10-13T04:09:16.057Z] npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', [2022-10-13T04:09:16.057Z] npm WARN EBADENGINE yarn: '>= 1.13.0' [2022-10-13T04:09:16.057Z] npm WARN EBADENGINE }, [2022-10-13T04:09:16.057Z] npm WARN EBADENGINE current: { node: 'v16.17.1', npm: '8.19.2' } [2022-10-13T04:09:16.057Z] npm WARN EBADENGINE } [2022-10-13T04:09:16.057Z] npm WARN EBADENGINE Unsupported engine { [2022-10-13T04:09:16.057Z] npm WARN EBADENGINE package: '@angular-devkit/build-angular@12.2.4', [2022-10-13T04:09:16.057Z] npm WARN EBADENGINE required: { [2022-10-13T04:09:16.057Z] npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', [2022-10-13T04:09:16.057Z] npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', [2022-10-13T04:09:16.057Z] npm WARN EBADENGINE yarn: '>= 1.13.0' [2022-10-13T04:09:16.057Z] npm WARN EBADENGINE }, [2022-10-13T04:09:16.057Z] npm WARN EBADENGINE current: { node: 'v16.17.1', npm: '8.19.2' } [2022-10-13T04:09:16.057Z] npm WARN EBADENGINE } [2022-10-13T04:09:16.057Z] npm WARN EBADENGINE Unsupported engine { [2022-10-13T04:09:16.057Z] npm WARN EBADENGINE package: '@angular-devkit/build-optimizer@0.1202.4', [2022-10-13T04:09:16.057Z] npm WARN EBADENGINE required: { [2022-10-13T04:09:16.057Z] npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', [2022-10-13T04:09:16.057Z] npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', [2022-10-13T04:09:16.057Z] npm WARN EBADENGINE yarn: '>= 1.13.0' [2022-10-13T04:09:16.057Z] npm WARN EBADENGINE }, [2022-10-13T04:09:16.057Z] npm WARN EBADENGINE current: { node: 'v16.17.1', npm: '8.19.2' } [2022-10-13T04:09:16.057Z] npm WARN EBADENGINE } [2022-10-13T04:09:16.057Z] npm WARN EBADENGINE Unsupported engine { [2022-10-13T04:09:16.057Z] npm WARN EBADENGINE package: '@angular-devkit/build-webpack@0.1202.4', [2022-10-13T04:09:16.057Z] npm WARN EBADENGINE required: { [2022-10-13T04:09:16.057Z] npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', [2022-10-13T04:09:16.057Z] npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', [2022-10-13T04:09:16.057Z] npm WARN EBADENGINE yarn: '>= 1.13.0' [2022-10-13T04:09:16.057Z] npm WARN EBADENGINE }, [2022-10-13T04:09:16.057Z] npm WARN EBADENGINE current: { node: 'v16.17.1', npm: '8.19.2' } [2022-10-13T04:09:16.057Z] npm WARN EBADENGINE } [2022-10-13T04:09:16.057Z] npm WARN EBADENGINE Unsupported engine { [2022-10-13T04:09:16.057Z] npm WARN EBADENGINE package: '@angular-devkit/core@12.2.4', [2022-10-13T04:09:16.057Z] npm WARN EBADENGINE required: { [2022-10-13T04:09:16.057Z] npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', [2022-10-13T04:09:16.057Z] npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', [2022-10-13T04:09:16.057Z] npm WARN EBADENGINE yarn: '>= 1.13.0' [2022-10-13T04:09:16.057Z] npm WARN EBADENGINE }, [2022-10-13T04:09:16.057Z] npm WARN EBADENGINE current: { node: 'v16.17.1', npm: '8.19.2' } [2022-10-13T04:09:16.057Z] npm WARN EBADENGINE } [2022-10-13T04:09:16.057Z] npm WARN EBADENGINE Unsupported engine { [2022-10-13T04:09:16.057Z] npm WARN EBADENGINE package: '@angular-devkit/schematics@12.2.4', [2022-10-13T04:09:16.057Z] npm WARN EBADENGINE required: { [2022-10-13T04:09:16.057Z] npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', [2022-10-13T04:09:16.057Z] npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', [2022-10-13T04:09:16.057Z] npm WARN EBADENGINE yarn: '>= 1.13.0' [2022-10-13T04:09:16.057Z] npm WARN EBADENGINE }, [2022-10-13T04:09:16.057Z] npm WARN EBADENGINE current: { node: 'v16.17.1', npm: '8.19.2' } [2022-10-13T04:09:16.057Z] npm WARN EBADENGINE } [2022-10-13T04:09:16.058Z] npm WARN EBADENGINE Unsupported engine { [2022-10-13T04:09:16.058Z] npm WARN EBADENGINE package: '@angular/cli@12.2.4', [2022-10-13T04:09:16.058Z] npm WARN EBADENGINE required: { [2022-10-13T04:09:16.058Z] npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', [2022-10-13T04:09:16.058Z] npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', [2022-10-13T04:09:16.058Z] npm WARN EBADENGINE yarn: '>= 1.13.0' [2022-10-13T04:09:16.058Z] npm WARN EBADENGINE }, [2022-10-13T04:09:16.058Z] npm WARN EBADENGINE current: { node: 'v16.17.1', npm: '8.19.2' } [2022-10-13T04:09:16.058Z] npm WARN EBADENGINE } [2022-10-13T04:09:16.058Z] npm WARN EBADENGINE Unsupported engine { [2022-10-13T04:09:16.058Z] npm WARN EBADENGINE package: '@ngtools/webpack@12.2.4', [2022-10-13T04:09:16.058Z] npm WARN EBADENGINE required: { [2022-10-13T04:09:16.058Z] npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', [2022-10-13T04:09:16.058Z] npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', [2022-10-13T04:09:16.058Z] npm WARN EBADENGINE yarn: '>= 1.13.0' [2022-10-13T04:09:16.058Z] npm WARN EBADENGINE }, [2022-10-13T04:09:16.058Z] npm WARN EBADENGINE current: { node: 'v16.17.1', npm: '8.19.2' } [2022-10-13T04:09:16.058Z] npm WARN EBADENGINE } [2022-10-13T04:09:16.058Z] npm WARN EBADENGINE Unsupported engine { [2022-10-13T04:09:16.058Z] npm WARN EBADENGINE package: '@schematics/angular@12.2.4', [2022-10-13T04:09:16.058Z] npm WARN EBADENGINE required: { [2022-10-13T04:09:16.058Z] npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', [2022-10-13T04:09:16.058Z] npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', [2022-10-13T04:09:16.058Z] npm WARN EBADENGINE yarn: '>= 1.13.0' [2022-10-13T04:09:16.058Z] npm WARN EBADENGINE }, [2022-10-13T04:09:16.058Z] npm WARN EBADENGINE current: { node: 'v16.17.1', npm: '8.19.2' } [2022-10-13T04:09:16.058Z] npm WARN EBADENGINE } [2022-10-13T04:09:20.245Z] npm WARN deprecated urix@0.1.0: Please see https://github.com/lydell/urix#deprecated [2022-10-13T04:09:20.503Z] 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-13T04:09:20.503Z] npm WARN deprecated source-map-url@0.4.1: See https://github.com/lydell/source-map-url#deprecated [2022-10-13T04:09:20.503Z] npm WARN deprecated source-map-resolve@0.6.0: See https://github.com/lydell/source-map-resolve#deprecated [2022-10-13T04:09:20.762Z] npm WARN deprecated resolve-url@0.2.1: https://github.com/lydell/resolve-url#deprecated [2022-10-13T04:09:21.021Z] npm WARN deprecated querystring@0.2.0: The querystring API is considered Legacy. new code should use the URLSearchParams API instead. [2022-10-13T04:09:21.588Z] npm WARN deprecated request@2.88.2: request has been deprecated, see https://github.com/request/request/issues/3142 [2022-10-13T04:09:22.526Z] npm WARN deprecated har-validator@5.1.5: this library is no longer supported [2022-10-13T04:09:22.526Z] npm WARN deprecated flatten@1.0.3: flatten is deprecated in favor of utility frameworks such as lodash. [2022-10-13T04:09:24.428Z] 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-13T04:09:24.428Z] 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-13T04:09:25.364Z] 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-13T04:09:25.929Z] 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-13T04:09:26.494Z] 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-13T04:09:26.494Z] npm WARN deprecated source-map-resolve@0.5.3: See https://github.com/lydell/source-map-resolve#deprecated [2022-10-13T04:09:27.061Z] 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-13T04:09:27.061Z] 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-13T04:09:27.993Z] npm WARN deprecated source-map-resolve@0.5.3: See https://github.com/lydell/source-map-resolve#deprecated [2022-10-13T04:09:31.277Z] 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-13T04:09:36.543Z] [2022-10-13T04:09:36.543Z] added 1478 packages, and audited 1479 packages in 22s [2022-10-13T04:09:36.543Z] [2022-10-13T04:09:36.543Z] 90 packages are looking for funding [2022-10-13T04:09:36.543Z] run `npm fund` for details [2022-10-13T04:09:36.543Z] [2022-10-13T04:09:36.543Z] 13 vulnerabilities (3 moderate, 8 high, 2 critical) [2022-10-13T04:09:36.543Z] [2022-10-13T04:09:36.543Z] To address issues that do not require attention, run: [2022-10-13T04:09:36.543Z] npm audit fix [2022-10-13T04:09:36.543Z] [2022-10-13T04:09:36.543Z] To address all issues (including breaking changes), run: [2022-10-13T04:09:36.543Z] npm audit fix --force [2022-10-13T04:09:36.543Z] [2022-10-13T04:09:36.543Z] Run `npm audit` for details. [2022-10-13T04:09:40.735Z] 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-13T04:09:42.643Z] - Generating browser application bundles (phase: setup)... [2022-10-13T04:09:46.823Z] Compiling @angular/core : es2015 as esm2015 [2022-10-13T04:09:47.097Z] Compiling @angular/compiler/testing : es2015 as esm2015 [2022-10-13T04:09:50.382Z] Compiling @angular/common : es2015 as esm2015 [2022-10-13T04:09:50.382Z] Compiling @angular/core/testing : es2015 as esm2015 [2022-10-13T04:09:50.948Z] Compiling @angular/platform-browser : es2015 as esm2015 [2022-10-13T04:09:50.948Z] Compiling @angular/common/testing : es2015 as esm2015 [2022-10-13T04:09:51.514Z] Compiling @angular/platform-browser-dynamic : es2015 as esm2015 [2022-10-13T04:09:51.514Z] Compiling @angular/platform-browser/testing : es2015 as esm2015 [2022-10-13T04:09:51.771Z] Compiling @angular/router : es2015 as esm2015 [2022-10-13T04:09:52.028Z] Compiling @angular/common/http : es2015 as esm2015 [2022-10-13T04:09:52.028Z] Compiling @angular/platform-browser-dynamic/testing : es2015 as esm2015 [2022-10-13T04:09:52.286Z] Compiling @angular/forms : es2015 as esm2015 [2022-10-13T04:09:52.543Z] Compiling @angular/common/http/testing : es2015 as esm2015 [2022-10-13T04:09:54.442Z] Compiling @angular/router/testing : es2015 as esm2015 [2022-10-13T04:10:01.002Z] 13 10 2022 04:09:59.919:INFO [karma-server]: Karma v6.3.16 server started at http://localhost:9876/ [2022-10-13T04:10:01.002Z] 13 10 2022 04:09:59.921:INFO [launcher]: Launching browsers ChromeHeadlessNoSandbox with concurrency unlimited [2022-10-13T04:10:01.002Z] 13 10 2022 04:09:59.924:INFO [launcher]: Starting browser ChromeHeadless [2022-10-13T04:10:13.224Z] ✔ Browser application bundle generation complete. [2022-10-13T04:10:13.224Z] 13 10 2022 04:10:11.252:INFO [Chrome Headless 99.0.4844.84 (Linux x86_64)]: Connected on socket bPxNqXNB5nnb4dI_AAAB with id 20891965 [2022-10-13T04:10:14.159Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 0 of 149 SUCCESS (0 secs / 0 secs) [2022-10-13T04:10:14.417Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 1 of 149 SUCCESS (0 secs / 0.156 secs) [2022-10-13T04:10:14.417Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 2 of 149 SUCCESS (0 secs / 0.192 secs) [2022-10-13T04:10:14.417Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 3 of 149 SUCCESS (0 secs / 0.233 secs) [2022-10-13T04:10:14.417Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 4 of 149 SUCCESS (0 secs / 0.242 secs) [2022-10-13T04:10:14.417Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 5 of 149 SUCCESS (0 secs / 0.246 secs) [2022-10-13T04:10:14.417Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 6 of 149 SUCCESS (0 secs / 0.253 secs) [2022-10-13T04:10:14.676Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 7 of 149 SUCCESS (0 secs / 0.318 secs) [2022-10-13T04:10:14.676Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 8 of 149 SUCCESS (0 secs / 0.328 secs) [2022-10-13T04:10:14.676Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 9 of 149 SUCCESS (0 secs / 0.34 secs) [2022-10-13T04:10:14.676Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 10 of 149 SUCCESS (0 secs / 0.391 secs) [2022-10-13T04:10:14.676Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 11 of 149 SUCCESS (0 secs / 0.404 secs) [2022-10-13T04:10:14.676Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 12 of 149 SUCCESS (0 secs / 0.415 secs) [2022-10-13T04:10:14.676Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 13 of 149 SUCCESS (0 secs / 0.42 secs) [2022-10-13T04:10:14.676Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 14 of 149 SUCCESS (0 secs / 0.442 secs) [2022-10-13T04:10:14.676Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 15 of 149 SUCCESS (0 secs / 0.472 secs) [2022-10-13T04:10:14.933Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 16 of 149 SUCCESS (0 secs / 0.477 secs) [2022-10-13T04:10:14.933Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 17 of 149 SUCCESS (0 secs / 0.481 secs) [2022-10-13T04:10:14.933Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 18 of 149 SUCCESS (0 secs / 0.485 secs) [2022-10-13T04:10:14.933Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 19 of 149 SUCCESS (0 secs / 0.53 secs) [2022-10-13T04:10:14.933Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 20 of 149 SUCCESS (0 secs / 0.534 secs) [2022-10-13T04:10:14.933Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 21 of 149 SUCCESS (0 secs / 0.536 secs) [2022-10-13T04:10:14.933Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 22 of 149 SUCCESS (0 secs / 0.66 secs) [2022-10-13T04:10:15.190Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 23 of 149 SUCCESS (0 secs / 0.682 secs) [2022-10-13T04:10:15.190Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 24 of 149 SUCCESS (0 secs / 0.692 secs) [2022-10-13T04:10:15.190Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 25 of 149 SUCCESS (0 secs / 0.705 secs) [2022-10-13T04:10:15.190Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 26 of 149 SUCCESS (0 secs / 0.712 secs) [2022-10-13T04:10:15.190Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 27 of 149 SUCCESS (0 secs / 0.758 secs) [2022-10-13T04:10:15.190Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 28 of 149 SUCCESS (0 secs / 0.764 secs) [2022-10-13T04:10:15.190Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 29 of 149 SUCCESS (0 secs / 0.788 secs) [2022-10-13T04:10:15.190Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 30 of 149 SUCCESS (0 secs / 0.833 secs) [2022-10-13T04:10:15.190Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 31 of 149 SUCCESS (0 secs / 0.841 secs) [2022-10-13T04:10:15.449Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 32 of 149 SUCCESS (0 secs / 0.858 secs) [2022-10-13T04:10:15.449Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 33 of 149 SUCCESS (0 secs / 0.878 secs) [2022-10-13T04:10:15.449Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 34 of 149 SUCCESS (0 secs / 0.888 secs) [2022-10-13T04:10:15.449Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 35 of 149 SUCCESS (0 secs / 0.92 secs) [2022-10-13T04:10:15.449Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 36 of 149 SUCCESS (0 secs / 0.927 secs) [2022-10-13T04:10:15.449Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 37 of 149 SUCCESS (0 secs / 0.953 secs) [2022-10-13T04:10:15.449Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 38 of 149 SUCCESS (0 secs / 0.961 secs) [2022-10-13T04:10:15.449Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 39 of 149 SUCCESS (0 secs / 0.963 secs) [2022-10-13T04:10:15.449Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 40 of 149 SUCCESS (0 secs / 0.965 secs) [2022-10-13T04:10:15.449Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 41 of 149 SUCCESS (0 secs / 0.995 secs) [2022-10-13T04:10:15.449Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 42 of 149 SUCCESS (0 secs / 1.022 secs) [2022-10-13T04:10:15.449Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 43 of 149 SUCCESS (0 secs / 1.025 secs) [2022-10-13T04:10:15.449Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 44 of 149 SUCCESS (0 secs / 1.027 secs) [2022-10-13T04:10:15.449Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 45 of 149 SUCCESS (0 secs / 1.037 secs) [2022-10-13T04:10:15.707Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 46 of 149 SUCCESS (0 secs / 1.055 secs) [2022-10-13T04:10:15.707Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 47 of 149 SUCCESS (0 secs / 1.066 secs) [2022-10-13T04:10:15.707Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 48 of 149 SUCCESS (0 secs / 1.07 secs) [2022-10-13T04:10:15.707Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 49 of 149 SUCCESS (0 secs / 1.072 secs) [2022-10-13T04:10:15.707Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 50 of 149 SUCCESS (0 secs / 1.081 secs) [2022-10-13T04:10:15.707Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 51 of 149 SUCCESS (0 secs / 1.091 secs) [2022-10-13T04:10:15.707Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 52 of 149 SUCCESS (0 secs / 1.097 secs) [2022-10-13T04:10:15.707Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 53 of 149 SUCCESS (0 secs / 1.112 secs) [2022-10-13T04:10:15.707Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 54 of 149 SUCCESS (0 secs / 1.117 secs) [2022-10-13T04:10:15.707Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 55 of 149 SUCCESS (0 secs / 1.124 secs) [2022-10-13T04:10:15.707Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 56 of 149 SUCCESS (0 secs / 1.128 secs) [2022-10-13T04:10:15.707Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 57 of 149 SUCCESS (0 secs / 1.131 secs) [2022-10-13T04:10:15.707Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 58 of 149 SUCCESS (0 secs / 1.134 secs) [2022-10-13T04:10:15.707Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 59 of 149 SUCCESS (0 secs / 1.136 secs) [2022-10-13T04:10:15.707Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 60 of 149 SUCCESS (0 secs / 1.138 secs) [2022-10-13T04:10:15.707Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 61 of 149 SUCCESS (0 secs / 1.159 secs) [2022-10-13T04:10:15.707Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 62 of 149 SUCCESS (0 secs / 1.165 secs) [2022-10-13T04:10:15.707Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 63 of 149 SUCCESS (0 secs / 1.167 secs) [2022-10-13T04:10:15.707Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 64 of 149 SUCCESS (0 secs / 1.169 secs) [2022-10-13T04:10:15.707Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 65 of 149 SUCCESS (0 secs / 1.179 secs) [2022-10-13T04:10:15.707Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 66 of 149 SUCCESS (0 secs / 1.195 secs) [2022-10-13T04:10:15.966Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 67 of 149 SUCCESS (0 secs / 1.202 secs) [2022-10-13T04:10:15.966Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 68 of 149 SUCCESS (0 secs / 1.205 secs) [2022-10-13T04:10:15.966Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 69 of 149 SUCCESS (0 secs / 1.21 secs) [2022-10-13T04:10:15.966Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 70 of 149 SUCCESS (0 secs / 1.214 secs) [2022-10-13T04:10:15.966Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 71 of 149 SUCCESS (0 secs / 1.222 secs) [2022-10-13T04:10:15.966Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 72 of 149 SUCCESS (0 secs / 1.226 secs) [2022-10-13T04:10:15.966Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 73 of 149 SUCCESS (0 secs / 1.232 secs) [2022-10-13T04:10:15.966Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 74 of 149 SUCCESS (0 secs / 1.247 secs) [2022-10-13T04:10:15.966Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 75 of 149 SUCCESS (0 secs / 1.254 secs) [2022-10-13T04:10:15.966Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 76 of 149 SUCCESS (0 secs / 1.258 secs) [2022-10-13T04:10:15.966Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 77 of 149 SUCCESS (0 secs / 1.264 secs) [2022-10-13T04:10:15.966Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 78 of 149 SUCCESS (0 secs / 1.274 secs) [2022-10-13T04:10:15.966Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 79 of 149 SUCCESS (0 secs / 1.31 secs) [2022-10-13T04:10:15.966Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 80 of 149 SUCCESS (0 secs / 1.318 secs) [2022-10-13T04:10:15.966Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 81 of 149 SUCCESS (0 secs / 1.32 secs) [2022-10-13T04:10:15.966Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 82 of 149 SUCCESS (0 secs / 1.352 secs) [2022-10-13T04:10:15.966Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 83 of 149 SUCCESS (0 secs / 1.355 secs) [2022-10-13T04:10:15.966Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 84 of 149 SUCCESS (0 secs / 1.357 secs) [2022-10-13T04:10:16.224Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 85 of 149 SUCCESS (0 secs / 1.368 secs) [2022-10-13T04:10:16.224Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 86 of 149 SUCCESS (0 secs / 1.38 secs) [2022-10-13T04:10:16.224Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 87 of 149 SUCCESS (0 secs / 1.387 secs) [2022-10-13T04:10:16.224Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 88 of 149 SUCCESS (0 secs / 1.398 secs) [2022-10-13T04:10:16.224Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 89 of 149 SUCCESS (0 secs / 1.405 secs) [2022-10-13T04:10:16.224Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 90 of 149 SUCCESS (0 secs / 1.433 secs) [2022-10-13T04:10:16.224Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 91 of 149 SUCCESS (0 secs / 1.444 secs) [2022-10-13T04:10:16.224Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 92 of 149 SUCCESS (0 secs / 1.462 secs) [2022-10-13T04:10:16.224Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 93 of 149 SUCCESS (0 secs / 1.486 secs) [2022-10-13T04:10:16.224Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 94 of 149 SUCCESS (0 secs / 1.492 secs) [2022-10-13T04:10:16.224Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 95 of 149 SUCCESS (0 secs / 1.5 secs) [2022-10-13T04:10:16.224Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 96 of 149 SUCCESS (0 secs / 1.505 secs) [2022-10-13T04:10:16.224Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 97 of 149 SUCCESS (0 secs / 1.514 secs) [2022-10-13T04:10:16.224Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 98 of 149 SUCCESS (0 secs / 1.517 secs) [2022-10-13T04:10:16.224Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 99 of 149 SUCCESS (0 secs / 1.529 secs) [2022-10-13T04:10:16.483Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 100 of 149 SUCCESS (0 secs / 1.54 secs) [2022-10-13T04:10:16.483Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 101 of 149 SUCCESS (0 secs / 1.546 secs) [2022-10-13T04:10:16.483Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 102 of 149 SUCCESS (0 secs / 1.566 secs) [2022-10-13T04:10:16.483Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 103 of 149 SUCCESS (0 secs / 1.57 secs) [2022-10-13T04:10:16.483Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 104 of 149 SUCCESS (0 secs / 1.572 secs) [2022-10-13T04:10:16.483Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 105 of 149 SUCCESS (0 secs / 1.583 secs) [2022-10-13T04:10:16.483Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 106 of 149 SUCCESS (0 secs / 1.591 secs) [2022-10-13T04:10:16.483Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 107 of 149 SUCCESS (0 secs / 1.599 secs) [2022-10-13T04:10:16.483Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 108 of 149 SUCCESS (0 secs / 1.607 secs) [2022-10-13T04:10:16.483Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 109 of 149 SUCCESS (0 secs / 1.612 secs) [2022-10-13T04:10:16.483Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 110 of 149 SUCCESS (0 secs / 1.617 secs) [2022-10-13T04:10:16.483Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 111 of 149 SUCCESS (0 secs / 1.62 secs) [2022-10-13T04:10:16.483Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 112 of 149 SUCCESS (0 secs / 1.623 secs) [2022-10-13T04:10:16.483Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 113 of 149 SUCCESS (0 secs / 1.65 secs) [2022-10-13T04:10:16.483Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 114 of 149 SUCCESS (0 secs / 1.669 secs) [2022-10-13T04:10:16.483Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 115 of 149 SUCCESS (0 secs / 1.681 secs) [2022-10-13T04:10:16.483Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 116 of 149 SUCCESS (0 secs / 1.688 secs) [2022-10-13T04:10:16.740Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 117 of 149 SUCCESS (0 secs / 1.722 secs) [2022-10-13T04:10:16.740Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 118 of 149 SUCCESS (0 secs / 1.738 secs) [2022-10-13T04:10:16.740Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 119 of 149 SUCCESS (0 secs / 1.767 secs) [2022-10-13T04:10:16.740Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 120 of 149 SUCCESS (0 secs / 1.774 secs) [2022-10-13T04:10:16.740Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 121 of 149 SUCCESS (0 secs / 1.789 secs) [2022-10-13T04:10:16.741Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 122 of 149 SUCCESS (0 secs / 1.797 secs) [2022-10-13T04:10:16.741Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 123 of 149 SUCCESS (0 secs / 1.836 secs) [2022-10-13T04:10:16.741Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 124 of 149 SUCCESS (0 secs / 1.847 secs) [2022-10-13T04:10:16.741Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 125 of 149 SUCCESS (0 secs / 1.861 secs) [2022-10-13T04:10:17.000Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 126 of 149 SUCCESS (0 secs / 1.87 secs) [2022-10-13T04:10:17.000Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 127 of 149 SUCCESS (0 secs / 1.885 secs) [2022-10-13T04:10:17.000Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 128 of 149 SUCCESS (0 secs / 1.891 secs) [2022-10-13T04:10:17.000Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 129 of 149 SUCCESS (0 secs / 1.906 secs) [2022-10-13T04:10:17.000Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 130 of 149 SUCCESS (0 secs / 1.912 secs) [2022-10-13T04:10:17.000Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 131 of 149 SUCCESS (0 secs / 1.917 secs) [2022-10-13T04:10:17.000Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 132 of 149 SUCCESS (0 secs / 1.935 secs) [2022-10-13T04:10:17.000Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 133 of 149 SUCCESS (0 secs / 1.946 secs) [2022-10-13T04:10:17.000Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 134 of 149 SUCCESS (0 secs / 1.955 secs) [2022-10-13T04:10:17.000Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 135 of 149 SUCCESS (0 secs / 1.975 secs) [2022-10-13T04:10:17.258Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 136 of 149 SUCCESS (0 secs / 2.023 secs) [2022-10-13T04:10:17.258Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 137 of 149 SUCCESS (0 secs / 2.035 secs) [2022-10-13T04:10:17.258Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 138 of 149 SUCCESS (0 secs / 2.064 secs) [2022-10-13T04:10:17.258Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 139 of 149 SUCCESS (0 secs / 2.067 secs) [2022-10-13T04:10:17.258Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 140 of 149 SUCCESS (0 secs / 2.086 secs) [2022-10-13T04:10:17.258Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 141 of 149 SUCCESS (0 secs / 2.095 secs) [2022-10-13T04:10:17.258Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 142 of 149 SUCCESS (0 secs / 2.101 secs) [2022-10-13T04:10:17.258Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 143 of 149 SUCCESS (0 secs / 2.111 secs) [2022-10-13T04:10:17.258Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 144 of 149 SUCCESS (0 secs / 2.124 secs) [2022-10-13T04:10:17.258Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 145 of 149 SUCCESS (0 secs / 2.127 secs) [2022-10-13T04:10:17.259Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 146 of 149 SUCCESS (0 secs / 2.137 secs) [2022-10-13T04:10:17.259Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 147 of 149 SUCCESS (0 secs / 2.144 secs) [2022-10-13T04:10:17.259Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 148 of 149 SUCCESS (0 secs / 2.157 secs) [2022-10-13T04:10:17.517Z] WARN: ' [2022-10-13T04:10:17.517Z] It looks like you're using ngModel on the same form field as formControlName. [2022-10-13T04:10:17.517Z] Support for using the ngModel input property and ngModelChange event with [2022-10-13T04:10:17.517Z] reactive form directives has been deprecated in Angular v6 and will be removed [2022-10-13T04:10:17.517Z] in a future version of Angular. [2022-10-13T04:10:17.517Z] [2022-10-13T04:10:17.517Z] For more information on this, see our API docs here: [2022-10-13T04:10:17.517Z] https://angular.io/api/forms/FormControlName#use-with-ngmodel [2022-10-13T04:10:17.517Z] ' [2022-10-13T04:10:17.517Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 148 of 149 SUCCESS (0 secs / 2.157 secs) [2022-10-13T04:10:17.517Z] WARN: ' [2022-10-13T04:10:17.517Z] It looks like you're using ngModel on the same form field as formControlName. [2022-10-13T04:10:17.517Z] Support for using the ngModel input property and ngModelChange event with [2022-10-13T04:10:17.517Z] reactive form directives has been deprecated in Angular v6 and will be removed [2022-10-13T04:10:17.517Z] in a future version of Angular. [2022-10-13T04:10:17.517Z] [2022-10-13T04:10:17.517Z] For more information on this, see our API docs here: [2022-10-13T04:10:17.517Z] https://angular.io/api/forms/FormControlName#use-with-ngmodel [2022-10-13T04:10:17.517Z] ' [2022-10-13T04:10:17.517Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 149 of 149 SUCCESS (0 secs / 2.174 secs) [2022-10-13T04:10:17.517Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 149 of 149 SUCCESS (3.364 secs / 2.174 secs) [2022-10-13T04:10:17.517Z] TOTAL: 149 SUCCESS [2022-10-13T04:10:17.517Z] ✔ Browser application bundle generation complete. [2022-10-13T04:10:18.083Z] [2022-10-13T04:10:18.083Z] =============================== Coverage summary =============================== [2022-10-13T04:10:18.083Z] Statements : 40.95% ( 1466/3580 ) [2022-10-13T04:10:18.083Z] Branches : 12.03% ( 111/923 ) [2022-10-13T04:10:18.083Z] Functions : 33.2% ( 431/1298 ) [2022-10-13T04:10:18.083Z] Lines : 38.88% ( 1317/3387 ) [2022-10-13T04:10:18.083Z] ================================================================================ [2022-10-13T04:10:18.083Z] ✔ Browser application bundle generation complete. [2022-10-13T04:10:18.342Z] make[1]: Leaving directory '/w/workspace/edgexfoundry_edgex-ui-go_PR-558/web' [Pipeline] echo [2022-10-13T04:10:18.377Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2022-10-13T04:10:18.414Z] $ docker stop --time=1 2c8ade5a37b338574787299b97c70e4309f8edbb60ecbf5e9f7f2d1baafc04fa [2022-10-13T04:10:19.716Z] $ docker rm -f 2c8ade5a37b338574787299b97c70e4309f8edbb60ecbf5e9f7f2d1baafc04fa [Pipeline] // withDockerContainer [Pipeline] sh [2022-10-13T04:10:20.161Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2022-10-13T04:10:20.839Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2022-10-13T04:10:21.426Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2022-10-13T04:10:21.985Z] + ls -al . [2022-10-13T04:10:21.985Z] total 176 [2022-10-13T04:10:21.985Z] drwxrwxr-x 14 jenkins jenkins 4096 Oct 13 04:08 . [2022-10-13T04:10:21.985Z] drwxrwxr-x 4 jenkins jenkins 4096 Oct 13 04:07 .. [2022-10-13T04:10:21.985Z] drwxrwxr-x 2 jenkins jenkins 4096 Oct 13 04:07 .blubracket [2022-10-13T04:10:21.985Z] -rw-rw-r-- 1 jenkins jenkins 18 Oct 13 04:07 .dockerignore [2022-10-13T04:10:21.985Z] drwxrwxr-x 8 jenkins jenkins 4096 Oct 13 04:07 .git [2022-10-13T04:10:21.985Z] drwxrwxr-x 3 jenkins jenkins 4096 Oct 13 04:07 .github [2022-10-13T04:10:21.985Z] -rw-rw-r-- 1 jenkins jenkins 185 Oct 13 04:07 .gitignore [2022-10-13T04:10:21.985Z] drwxr-xr-x 3 jenkins jenkins 4096 Oct 13 04:07 .semver [2022-10-13T04:10:21.985Z] -rw-rw-r-- 1 jenkins jenkins 4856 Oct 13 04:07 Attribution.txt [2022-10-13T04:10:21.985Z] -rw-rw-r-- 1 jenkins jenkins 14570 Oct 13 04:07 CHANGELOG.md [2022-10-13T04:10:21.985Z] -rw-rw-r-- 1 jenkins jenkins 3959 Oct 13 04:07 CONTRIBUTING.md [2022-10-13T04:10:21.985Z] -rw-rw-r-- 1 jenkins jenkins 1669 Oct 13 04:07 Dockerfile [2022-10-13T04:10:21.985Z] -rw-rw-r-- 1 jenkins jenkins 652 Oct 13 04:07 Jenkinsfile [2022-10-13T04:10:21.985Z] -rw-rw-r-- 1 jenkins jenkins 11357 Oct 13 04:07 LICENSE [2022-10-13T04:10:21.985Z] -rw-rw-r-- 1 jenkins jenkins 2124 Oct 13 04:07 Makefile [2022-10-13T04:10:21.985Z] -rw-rw-r-- 1 jenkins jenkins 4398 Oct 13 04:07 README.md [2022-10-13T04:10:21.985Z] -rw-rw-r-- 1 jenkins jenkins 5 Oct 13 04:08 VERSION [2022-10-13T04:10:21.985Z] drwxrwxr-x 3 jenkins jenkins 4096 Oct 13 04:07 assets [2022-10-13T04:10:21.985Z] drwxrwxr-x 2 jenkins jenkins 4096 Oct 13 04:07 bin [2022-10-13T04:10:21.985Z] drwxrwxr-x 3 jenkins jenkins 4096 Oct 13 04:07 cmd [2022-10-13T04:10:21.985Z] -rw-r--r-- 1 jenkins jenkins 10 Oct 13 04:08 coverage.out [2022-10-13T04:10:21.985Z] drwxrwxr-x 2 jenkins jenkins 4096 Oct 13 04:07 docs [2022-10-13T04:10:21.985Z] -rw-rw-r-- 1 jenkins jenkins 3012 Oct 13 04:07 go.mod [2022-10-13T04:10:21.985Z] -rw-rw-r-- 1 jenkins jenkins 35759 Oct 13 04:07 go.sum [2022-10-13T04:10:21.985Z] drwxrwxr-x 8 jenkins jenkins 4096 Oct 13 04:07 internal [2022-10-13T04:10:21.985Z] drwxrwxr-x 4 jenkins jenkins 4096 Oct 13 04:07 snap [2022-10-13T04:10:21.985Z] drwxrwxr-x 4 jenkins jenkins 4096 Oct 13 04:07 testing [2022-10-13T04:10:21.985Z] -rw-rw-r-- 1 jenkins jenkins 155 Oct 13 04:07 version.go [2022-10-13T04:10:21.985Z] drwxrwxr-x 6 jenkins jenkins 4096 Oct 13 04:09 web [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-10-13T04:10:22.377Z] + 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=90577a51dee9ebd53af29114b812e7a357f956d3 --label arch=amd64 --label version=0.0.0 . [2022-10-13T04:10:22.636Z] Sending build context to Docker daemon 48.73MB [2022-10-13T04:10:22.636Z] Step 1/24 : ARG BASE=golang:1.18-alpine3.16 [2022-10-13T04:10:22.636Z] Step 2/24 : FROM ${BASE} AS builder [2022-10-13T04:10:22.636Z] ---> 291f45b3f439 [2022-10-13T04:10:22.636Z] Step 3/24 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" [2022-10-13T04:10:22.894Z] ---> Running in ab1265bba0e5 [2022-10-13T04:10:22.894Z] Removing intermediate container ab1265bba0e5 [2022-10-13T04:10:22.894Z] ---> e8f2140166d9 [2022-10-13T04:10:22.894Z] Step 4/24 : ARG ALPINE_PKG_BASE="make git" [2022-10-13T04:10:22.894Z] ---> Running in e9008ea7f3eb [2022-10-13T04:10:23.153Z] Removing intermediate container e9008ea7f3eb [2022-10-13T04:10:23.153Z] ---> 96693d85c22f [2022-10-13T04:10:23.153Z] Step 5/24 : ARG ALPINE_PKG_EXTRA="" [2022-10-13T04:10:23.153Z] ---> Running in 5c23cde73b59 [2022-10-13T04:10:23.153Z] Removing intermediate container 5c23cde73b59 [2022-10-13T04:10:23.153Z] ---> 326174d7c0f1 [2022-10-13T04:10:23.153Z] Step 6/24 : LABEL Name=edgex-ui-go [2022-10-13T04:10:23.153Z] ---> Running in 5fe4e62b3457 [2022-10-13T04:10:23.412Z] Removing intermediate container 5fe4e62b3457 [2022-10-13T04:10:23.412Z] ---> b6e8dcdf82dd [2022-10-13T04:10:23.412Z] Step 7/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2022: Intel' [2022-10-13T04:10:23.412Z] ---> Running in f95eb59eaecf [2022-10-13T04:10:23.412Z] Removing intermediate container f95eb59eaecf [2022-10-13T04:10:23.412Z] ---> c4ffa5b109ab [2022-10-13T04:10:23.412Z] Step 8/24 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2022-10-13T04:10:23.978Z] ---> e814d90320b9 [2022-10-13T04:10:23.978Z] Step 9/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-13T04:10:24.237Z] ---> Running in bea34566df4d [2022-10-13T04:10:24.805Z] Removing intermediate container bea34566df4d [2022-10-13T04:10:24.805Z] ---> 320a353e7ef1 [2022-10-13T04:10:24.805Z] Step 10/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2022-10-13T04:10:24.805Z] ---> Running in d6498e606a93 [2022-10-13T04:10:25.063Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-10-13T04:10:26.001Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-10-13T04:10:26.259Z] OK: 211 MiB in 51 packages [2022-10-13T04:10:26.518Z] Removing intermediate container d6498e606a93 [2022-10-13T04:10:26.518Z] ---> 664ca4c2a9ac [2022-10-13T04:10:26.518Z] Step 11/24 : ENV GO111MODULE=on [2022-10-13T04:10:26.518Z] ---> Running in f2f2fe808d43 [2022-10-13T04:10:26.518Z] Removing intermediate container f2f2fe808d43 [2022-10-13T04:10:26.518Z] ---> dc50c18e7a0e [2022-10-13T04:10:26.518Z] Step 12/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go [2022-10-13T04:10:26.786Z] ---> Running in 41eb03a52c04 [2022-10-13T04:10:26.786Z] Removing intermediate container 41eb03a52c04 [2022-10-13T04:10:26.786Z] ---> 42ac4a8d4269 [2022-10-13T04:10:26.786Z] Step 13/24 : COPY go.mod vendor* ./ [2022-10-13T04:10:26.786Z] ---> 3f551cf7e328 [2022-10-13T04:10:26.786Z] Step 14/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-10-13T04:10:27.045Z] ---> Running in 6ccaedbfe4df [2022-10-13T04:10:27.610Z] Removing intermediate container 6ccaedbfe4df [2022-10-13T04:10:27.610Z] ---> 2f051876c434 [2022-10-13T04:10:27.610Z] Step 15/24 : COPY . . [2022-10-13T04:10:28.990Z] ---> 238c746d669e [2022-10-13T04:10:28.990Z] Step 16/24 : RUN ${MAKE} [2022-10-13T04:10:28.990Z] ---> Running in 56aba78a418c [2022-10-13T04:10:28.990Z] 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-13T04:10:41.197Z] Removing intermediate container 56aba78a418c [2022-10-13T04:10:41.197Z] ---> f3d0ae3a7dbc [2022-10-13T04:10:41.197Z] Step 17/24 : FROM alpine:3.14 [2022-10-13T04:10:41.197Z] 3.14: Pulling from library/alpine [2022-10-13T04:10:41.197Z] c7ed990a2339: Pulling fs layer [2022-10-13T04:10:41.197Z] c7ed990a2339: Verifying Checksum [2022-10-13T04:10:41.197Z] c7ed990a2339: Download complete [2022-10-13T04:10:41.197Z] c7ed990a2339: Pull complete [2022-10-13T04:10:41.197Z] Digest: sha256:1ab24b3b99320975cca71716a7475a65d263d0b6b604d9d14ce08f7a3f67595c [2022-10-13T04:10:41.197Z] Status: Downloaded newer image for alpine:3.14 [2022-10-13T04:10:41.197Z] ---> dd53f409bf0b [2022-10-13T04:10:41.197Z] Step 18/24 : EXPOSE 4000 [2022-10-13T04:10:41.197Z] ---> Running in 9c0b5c785c9a [2022-10-13T04:10:41.197Z] Removing intermediate container 9c0b5c785c9a [2022-10-13T04:10:41.197Z] ---> f47f2864a464 [2022-10-13T04:10:41.197Z] 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-13T04:10:41.197Z] ---> 0bcef0f25d60 [2022-10-13T04:10:41.197Z] Step 20/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [2022-10-13T04:10:41.457Z] ---> Running in 81772c95a94b [2022-10-13T04:10:41.457Z] Removing intermediate container 81772c95a94b [2022-10-13T04:10:41.457Z] ---> 257b52957dc6 [2022-10-13T04:10:41.457Z] Step 21/24 : ENTRYPOINT ["./edgex-ui-server","--confdir=res/docker"] [2022-10-13T04:10:41.457Z] ---> Running in f0818eae0e9f [2022-10-13T04:10:41.457Z] Removing intermediate container f0818eae0e9f [2022-10-13T04:10:41.457Z] ---> 5ef1c47d3185 [2022-10-13T04:10:41.457Z] Step 22/24 : LABEL arch=amd64 [2022-10-13T04:10:41.716Z] ---> Running in 24beffa51115 [2022-10-13T04:10:41.716Z] Removing intermediate container 24beffa51115 [2022-10-13T04:10:41.716Z] ---> 98df3f125e40 [2022-10-13T04:10:41.716Z] Step 23/24 : LABEL git_sha=90577a51dee9ebd53af29114b812e7a357f956d3 [2022-10-13T04:10:41.716Z] ---> Running in 36358fc75f25 [2022-10-13T04:10:41.716Z] Removing intermediate container 36358fc75f25 [2022-10-13T04:10:41.716Z] ---> 7b2de96cf18d [2022-10-13T04:10:41.716Z] Step 24/24 : LABEL version=0.0.0 [2022-10-13T04:10:41.977Z] ---> Running in 65e463fd8a55 [2022-10-13T04:10:41.977Z] Removing intermediate container 65e463fd8a55 [2022-10-13T04:10:41.977Z] ---> 2b7176bcfc5f [2022-10-13T04:10:41.977Z] [Warning] One or more build-args [ARCH] were not consumed [2022-10-13T04:10:41.977Z] Successfully built 2b7176bcfc5f [2022-10-13T04:10:41.977Z] 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-13T04:10:42.626Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-7798 in /w/workspace/edgexfoundry_edgex-ui-go_PR-558 [Pipeline] { [Pipeline] ws [2022-10-13T04:10:42.673Z] Running in /w/workspace/edgex-ui-go/1 [Pipeline] { [Pipeline] checkout [2022-10-13T04:10:42.750Z] The recommended git tool is: git [2022-10-13T04:10:42.814Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-10-13T04:10:42.814Z] [2022-10-13T04:10:42.814Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-10-13T04:10:43.184Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-10-13T04:10:43.184Z] latest: Pulling from edgex-lftools-log-publisher [2022-10-13T04:10:43.184Z] 5eb5b503b376: Pulling fs layer [2022-10-13T04:10:43.184Z] 5c69ac0246d0: Pulling fs layer [2022-10-13T04:10:43.184Z] ec43610c2a17: Pulling fs layer [2022-10-13T04:10:43.184Z] 3a2ae6a8a46f: Pulling fs layer [2022-10-13T04:10:43.184Z] 33b1e0a273af: Pulling fs layer [2022-10-13T04:10:43.184Z] 5d3b04190fa2: Pulling fs layer [2022-10-13T04:10:43.184Z] 2f39f015ded8: Pulling fs layer [2022-10-13T04:10:43.184Z] 5d3b04190fa2: Waiting [2022-10-13T04:10:43.184Z] 33b1e0a273af: Waiting [2022-10-13T04:10:43.184Z] 2f39f015ded8: Waiting [2022-10-13T04:10:43.184Z] 3a2ae6a8a46f: Waiting [2022-10-13T04:10:43.184Z] 5c69ac0246d0: Verifying Checksum [2022-10-13T04:10:43.184Z] 5c69ac0246d0: Download complete [2022-10-13T04:10:43.184Z] 3a2ae6a8a46f: Verifying Checksum [2022-10-13T04:10:43.184Z] 3a2ae6a8a46f: Download complete [2022-10-13T04:10:43.444Z] 33b1e0a273af: Verifying Checksum [2022-10-13T04:10:43.444Z] 33b1e0a273af: Download complete [2022-10-13T04:10:43.444Z] ec43610c2a17: Verifying Checksum [2022-10-13T04:10:43.444Z] ec43610c2a17: Download complete [2022-10-13T04:10:43.444Z] 5d3b04190fa2: Verifying Checksum [2022-10-13T04:10:43.444Z] 5d3b04190fa2: Download complete [2022-10-13T04:10:43.444Z] 5eb5b503b376: Verifying Checksum [2022-10-13T04:10:43.444Z] 5eb5b503b376: Download complete [2022-10-13T04:10:44.008Z] 2f39f015ded8: Download complete [2022-10-13T04:10:44.574Z] 5eb5b503b376: Pull complete [2022-10-13T04:10:44.574Z] 5c69ac0246d0: Pull complete [2022-10-13T04:10:45.148Z] ec43610c2a17: Pull complete [2022-10-13T04:10:45.148Z] 3a2ae6a8a46f: Pull complete [2022-10-13T04:10:45.408Z] 33b1e0a273af: Pull complete [2022-10-13T04:10:45.408Z] 5d3b04190fa2: Pull complete [2022-10-13T04:10:48.892Z] using credential edgex-jenkins-ssh [2022-10-13T04:10:48.913Z] Cloning the remote Git repository [2022-10-13T04:10:48.962Z] Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git [2022-10-13T04:10:49.050Z] > git init /w/workspace/edgex-ui-go/1 # timeout=10 [2022-10-13T04:10:49.597Z] 2f39f015ded8: Pull complete [2022-10-13T04:10:49.597Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2022-10-13T04:10:49.597Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-10-13T04:10:49.597Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-10-13T04:10:49.806Z] prd-ubuntu20.04-docker-8c-8g-7797 does not seem to be running inside a container [2022-10-13T04:10:49.842Z] $ 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-558 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-558:/w/workspace/edgexfoundry_edgex-ui-go_PR-558:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-558@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-558@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-13T04:10:49.226Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2022-10-13T04:10:49.227Z] > git --version # timeout=10 [2022-10-13T04:10:49.260Z] > git --version # 'git version 2.25.1' [2022-10-13T04:10:49.263Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-10-13T04:10:49.328Z] Verifying host key using known hosts file [2022-10-13T04:10:49.578Z] 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-13T04:10:49.593Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2022-10-13T04:10:51.814Z] $ docker top ad114951bb3619cd6deb5987769a6512d4c13f0c05a996fa9c7f2feded863976 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-10-13T04:10:52.211Z] ---> job-cost.sh [2022-10-13T04:10:52.211Z] lf-activate-venv: SKIPPING [2022-10-13T04:10:52.211Z] INFO: No Stack... [2022-10-13T04:10:52.783Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2022-10-13T04:10:53.044Z] INFO: Archiving Costs [Pipeline] sh [2022-10-13T04:10:53.366Z] + + cat /w/workspace/edgexfoundry_edgex-ui-go_PR-558/archives/cost.csv [2022-10-13T04:10:53.366Z] cut -d, -f6 [Pipeline] lock [2022-10-13T04:10:53.406Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-ui-go-PR-558-1-stack-cost] [2022-10-13T04:10:53.411Z] Resource [jenkins-edgexfoundry-edgex-ui-go-PR-558-1-stack-cost] did not exist. Created. [2022-10-13T04:10:53.411Z] Lock acquired on [jenkins-edgexfoundry-edgex-ui-go-PR-558-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2022-10-13T04:10:53.790Z] + echo total: 0.2199999988079071 [Pipeline] stash [2022-10-13T04:10:54.206Z] Stashed 1 file(s) [Pipeline] } [2022-10-13T04:10:54.223Z] Lock released on resource [jenkins-edgexfoundry-edgex-ui-go-PR-558-1-stack-cost] [Pipeline] // lock [Pipeline] } [2022-10-13T04:10:54.308Z] $ docker stop --time=1 ad114951bb3619cd6deb5987769a6512d4c13f0c05a996fa9c7f2feded863976 [2022-10-13T04:10:53.491Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2022-10-13T04:10:53.519Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2022-10-13T04:10:54.447Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2022-10-13T04:10:54.499Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2022-10-13T04:10:54.500Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-10-13T04:10:54.506Z] Verifying host key using known hosts file [2022-10-13T04:10:54.514Z] 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-13T04:10:54.527Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/558/head:refs/remotes/origin/PR-558 +refs/heads/main:refs/remotes/origin/main # timeout=10 [2022-10-13T04:10:55.064Z] Merging remotes/origin/main commit 7068460caebfd9ea6dab23a48856cc5898547cee into PR head commit 90577a51dee9ebd53af29114b812e7a357f956d3 [2022-10-13T04:10:55.624Z] $ docker rm -f ad114951bb3619cd6deb5987769a6512d4c13f0c05a996fa9c7f2feded863976 [2022-10-13T04:10:55.645Z] Merge succeeded, producing 90577a51dee9ebd53af29114b812e7a357f956d3 [2022-10-13T04:10:55.645Z] Checking out Revision 90577a51dee9ebd53af29114b812e7a357f956d3 (PR-558) [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2022-10-13T04:10:55.086Z] > git config core.sparsecheckout # timeout=10 [2022-10-13T04:10:55.105Z] > git checkout -f 90577a51dee9ebd53af29114b812e7a357f956d3 # timeout=10 [2022-10-13T04:10:55.525Z] > git remote # timeout=10 [2022-10-13T04:10:55.548Z] > git config --get remote.origin.url # timeout=10 [2022-10-13T04:10:55.566Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-10-13T04:10:55.571Z] Verifying host key using known hosts file [2022-10-13T04:10:55.578Z] 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-13T04:10:55.591Z] > git merge 7068460caebfd9ea6dab23a48856cc5898547cee # timeout=10 [2022-10-13T04:10:55.622Z] > git rev-parse HEAD^{commit} # timeout=10 [2022-10-13T04:10:55.656Z] > git config core.sparsecheckout # timeout=10 [2022-10-13T04:10:55.676Z] > git checkout -f 90577a51dee9ebd53af29114b812e7a357f956d3 # timeout=10 [2022-10-13T04:10:56.622Z] Commit message: "chore(deps): Bump github.com/edgexfoundry/go-mod-bootstrap/v2" [2022-10-13T04:10:56.674Z] > git --version # timeout=10 [2022-10-13T04:10:56.694Z] > git --version # 'git version 2.25.1' [2022-10-13T04:10:56.714Z] fatal: bad object bd7468d5528128c83034753e4c3def8ef9af3f2d [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2022-10-13T04:10:57.777Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2022-10-13T04:10:57.777Z] % Total % Received % Xferd Average Speed Time Time Time Current [2022-10-13T04:10:57.777Z] Dload Upload Total Spent Left Speed [2022-10-13T04:10:57.777Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12602 100 12602 0 0 205k 0 --:--:-- --:--:-- --:--:-- 205k [Pipeline] sh [2022-10-13T04:10:58.368Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2022-10-13T04:10:58.723Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2022-10-13T04:10:58.723Z] + sudo tee /etc/docker/daemon.new [2022-10-13T04:10:58.723Z] { [2022-10-13T04:10:58.723Z] "registry-mirrors": [ [2022-10-13T04:10:58.723Z] "https://nexus3.edgexfoundry.org:10001" [2022-10-13T04:10:58.723Z] ], [2022-10-13T04:10:58.723Z] "bip": "10.250.0.254/24", [2022-10-13T04:10:58.723Z] "hosts": [ [2022-10-13T04:10:58.723Z] "tcp://0.0.0.0:5555", [2022-10-13T04:10:58.723Z] "unix:///var/run/docker.sock" [2022-10-13T04:10:58.723Z] ], [2022-10-13T04:10:58.723Z] "mtu": 1458, [2022-10-13T04:10:58.723Z] "selinux-enabled": true, [2022-10-13T04:10:58.723Z] "seccomp-profile": "/etc/docker/seccomp.json" [2022-10-13T04:10:58.723Z] } [Pipeline] sh [2022-10-13T04:10:59.074Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2022-10-13T04:10:59.427Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-10-13T04:11:17.766Z] provisioning config files... [2022-10-13T04:11:17.795Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/1@tmp/config2845691997287849053tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-10-13T04:11:18.204Z] ---> docker-login.sh [2022-10-13T04:11:18.204Z] nexus3.edgexfoundry.org:10001 [2022-10-13T04:11:18.803Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-10-13T04:11:19.078Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-10-13T04:11:19.078Z] Configure a credential helper to remove this warning. See [2022-10-13T04:11:19.078Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-10-13T04:11:19.078Z] [2022-10-13T04:11:19.078Z] Login Succeeded [2022-10-13T04:11:19.078Z] nexus3.edgexfoundry.org:10002 [2022-10-13T04:11:19.350Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-10-13T04:11:19.350Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-10-13T04:11:19.350Z] Configure a credential helper to remove this warning. See [2022-10-13T04:11:19.350Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-10-13T04:11:19.350Z] [2022-10-13T04:11:19.350Z] Login Succeeded [2022-10-13T04:11:19.350Z] nexus3.edgexfoundry.org:10003 [2022-10-13T04:11:19.619Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-10-13T04:11:19.898Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-10-13T04:11:19.898Z] Configure a credential helper to remove this warning. See [2022-10-13T04:11:19.898Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-10-13T04:11:19.898Z] [2022-10-13T04:11:19.898Z] Login Succeeded [2022-10-13T04:11:19.898Z] nexus3.edgexfoundry.org:10004 [2022-10-13T04:11:20.171Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-10-13T04:11:20.171Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-10-13T04:11:20.171Z] Configure a credential helper to remove this warning. See [2022-10-13T04:11:20.171Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-10-13T04:11:20.171Z] [2022-10-13T04:11:20.171Z] Login Succeeded [2022-10-13T04:11:20.171Z] docker.io [2022-10-13T04:11:20.440Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-10-13T04:11:20.713Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-10-13T04:11:20.713Z] Configure a credential helper to remove this warning. See [2022-10-13T04:11:20.713Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-10-13T04:11:20.713Z] [2022-10-13T04:11:20.713Z] Login Succeeded [2022-10-13T04:11:20.713Z] ---> docker-login.sh ends [Pipeline] } [2022-10-13T04:11:20.743Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2022-10-13T04:11:21.022Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-10-13T04:11:21.055Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-10-13T04:11:21.088Z] ========================================================= [2022-10-13T04:11:21.088Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine] [2022-10-13T04:11:21.088Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-10-13T04:11:21.594Z] + 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-13T04:11:22.561Z] Sending build context to Docker daemon 28.94MB [2022-10-13T04:11:22.561Z] Step 1/16 : ARG BASE=golang:1.18-alpine3.16 [2022-10-13T04:11:22.561Z] Step 2/16 : FROM ${BASE} AS builder [2022-10-13T04:11:22.844Z] 1.18-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2022-10-13T04:11:22.844Z] 9b18e9b68314: Pulling fs layer [2022-10-13T04:11:22.844Z] d32db5db7311: Pulling fs layer [2022-10-13T04:11:22.844Z] d0c4b47475fc: Pulling fs layer [2022-10-13T04:11:22.844Z] 5831b945b038: Pulling fs layer [2022-10-13T04:11:22.844Z] 86bbec2aaacd: Pulling fs layer [2022-10-13T04:11:22.844Z] e10730c5d714: Pulling fs layer [2022-10-13T04:11:22.844Z] 5dd5c2283517: Pulling fs layer [2022-10-13T04:11:22.844Z] d5ac0230b979: Pulling fs layer [2022-10-13T04:11:22.844Z] 5831b945b038: Waiting [2022-10-13T04:11:22.844Z] 86bbec2aaacd: Waiting [2022-10-13T04:11:22.844Z] 5dd5c2283517: Waiting [2022-10-13T04:11:22.844Z] d5ac0230b979: Waiting [2022-10-13T04:11:22.844Z] e10730c5d714: Waiting [2022-10-13T04:11:22.844Z] d0c4b47475fc: Verifying Checksum [2022-10-13T04:11:22.844Z] d0c4b47475fc: Download complete [2022-10-13T04:11:22.844Z] d32db5db7311: Verifying Checksum [2022-10-13T04:11:22.844Z] d32db5db7311: Download complete [2022-10-13T04:11:22.844Z] 86bbec2aaacd: Verifying Checksum [2022-10-13T04:11:22.844Z] 86bbec2aaacd: Download complete [2022-10-13T04:11:22.844Z] e10730c5d714: Verifying Checksum [2022-10-13T04:11:22.844Z] e10730c5d714: Download complete [2022-10-13T04:11:22.844Z] 9b18e9b68314: Verifying Checksum [2022-10-13T04:11:22.844Z] 9b18e9b68314: Download complete [2022-10-13T04:11:23.810Z] 9b18e9b68314: Pull complete [2022-10-13T04:11:23.810Z] d5ac0230b979: Verifying Checksum [2022-10-13T04:11:23.810Z] d5ac0230b979: Download complete [2022-10-13T04:11:24.404Z] d32db5db7311: Pull complete [2022-10-13T04:11:24.672Z] d0c4b47475fc: Pull complete [2022-10-13T04:11:25.283Z] 5dd5c2283517: Verifying Checksum [2022-10-13T04:11:25.283Z] 5dd5c2283517: Download complete [2022-10-13T04:11:25.890Z] 5831b945b038: Download complete [2022-10-13T04:11:38.302Z] 5831b945b038: Pull complete [2022-10-13T04:11:38.302Z] 86bbec2aaacd: Pull complete [2022-10-13T04:11:38.571Z] e10730c5d714: Pull complete [2022-10-13T04:11:43.945Z] 5dd5c2283517: Pull complete [2022-10-13T04:11:46.541Z] d5ac0230b979: Pull complete [2022-10-13T04:11:46.541Z] Digest: sha256:20129d036edcc9aeb260ee0df12cfa5280992c4a8e5b89377467d541f90c94a2 [2022-10-13T04:11:46.541Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2022-10-13T04:11:46.541Z] ---> 59b3b1a385d4 [2022-10-13T04:11:46.541Z] Step 3/16 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" [2022-10-13T04:11:48.500Z] ---> Running in b9fb2946198a [2022-10-13T04:11:48.500Z] Removing intermediate container b9fb2946198a [2022-10-13T04:11:48.500Z] ---> cef5d4ff28c3 [2022-10-13T04:11:48.500Z] Step 4/16 : ARG ALPINE_PKG_BASE="make git" [2022-10-13T04:11:48.500Z] ---> Running in a8acd9c3acd9 [2022-10-13T04:11:49.088Z] Removing intermediate container a8acd9c3acd9 [2022-10-13T04:11:49.088Z] ---> d762d13fe80c [2022-10-13T04:11:49.088Z] Step 5/16 : ARG ALPINE_PKG_EXTRA="" [2022-10-13T04:11:49.088Z] ---> Running in a9cd940762bd [2022-10-13T04:11:49.357Z] Removing intermediate container a9cd940762bd [2022-10-13T04:11:49.357Z] ---> 530b7ca770d9 [2022-10-13T04:11:49.357Z] Step 6/16 : LABEL Name=edgex-ui-go [2022-10-13T04:11:49.357Z] ---> Running in c3bd3d51e6eb [2022-10-13T04:11:49.940Z] Removing intermediate container c3bd3d51e6eb [2022-10-13T04:11:49.940Z] ---> 5c4bad3b127e [2022-10-13T04:11:49.940Z] Step 7/16 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2022: Intel' [2022-10-13T04:11:49.940Z] ---> Running in f6afe00bc000 [2022-10-13T04:11:50.209Z] Removing intermediate container f6afe00bc000 [2022-10-13T04:11:50.209Z] ---> 31f1b59eb994 [2022-10-13T04:11:50.209Z] Step 8/16 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2022-10-13T04:11:50.793Z] latest: Pulling from library/docker [2022-10-13T04:11:51.062Z] 9b18e9b68314: Already exists [2022-10-13T04:11:51.062Z] c21cba7d4ed2: Pulling fs layer [2022-10-13T04:11:51.062Z] 63dea5e92710: Pulling fs layer [2022-10-13T04:11:51.062Z] 9d2c8901bb3f: Pulling fs layer [2022-10-13T04:11:51.062Z] 617bdaf04ff9: Pulling fs layer [2022-10-13T04:11:51.062Z] 905797b402e1: Pulling fs layer [2022-10-13T04:11:51.062Z] 4200b31db3e1: Pulling fs layer [2022-10-13T04:11:51.062Z] 0f100482841c: Pulling fs layer [2022-10-13T04:11:51.062Z] 34a7cc51cc60: Pulling fs layer [2022-10-13T04:11:51.062Z] 617bdaf04ff9: Waiting [2022-10-13T04:11:51.062Z] 905797b402e1: Waiting [2022-10-13T04:11:51.062Z] 4200b31db3e1: Waiting [2022-10-13T04:11:51.062Z] 0f100482841c: Waiting [2022-10-13T04:11:51.062Z] 34a7cc51cc60: Waiting [2022-10-13T04:11:51.062Z] 63dea5e92710: Download complete [2022-10-13T04:11:51.062Z] c21cba7d4ed2: Download complete [2022-10-13T04:11:51.650Z] 9d2c8901bb3f: Verifying Checksum [2022-10-13T04:11:51.650Z] 9d2c8901bb3f: Download complete [2022-10-13T04:11:51.650Z] 4200b31db3e1: Verifying Checksum [2022-10-13T04:11:51.650Z] 4200b31db3e1: Download complete [2022-10-13T04:11:51.650Z] 617bdaf04ff9: Verifying Checksum [2022-10-13T04:11:51.650Z] 617bdaf04ff9: Download complete [2022-10-13T04:11:51.650Z] 905797b402e1: Verifying Checksum [2022-10-13T04:11:51.650Z] 905797b402e1: Download complete [2022-10-13T04:11:51.918Z] 34a7cc51cc60: Verifying Checksum [2022-10-13T04:11:51.918Z] 34a7cc51cc60: Download complete [2022-10-13T04:11:51.918Z] 0f100482841c: Verifying Checksum [2022-10-13T04:11:51.918Z] 0f100482841c: Download complete [2022-10-13T04:11:52.506Z] c21cba7d4ed2: Pull complete [2022-10-13T04:11:52.506Z] 63dea5e92710: Pull complete [2022-10-13T04:11:53.927Z] 9d2c8901bb3f: Pull complete [2022-10-13T04:11:54.903Z] 617bdaf04ff9: Pull complete [2022-10-13T04:11:55.868Z] 905797b402e1: Pull complete [2022-10-13T04:11:55.868Z] 4200b31db3e1: Pull complete [2022-10-13T04:11:56.138Z] 0f100482841c: Pull complete [2022-10-13T04:11:56.407Z] 34a7cc51cc60: Pull complete [2022-10-13T04:11:56.407Z] Digest: sha256:b2343859b009730168704bf04dd705291539db39df5ccf840a91b647b72009fe [2022-10-13T04:11:56.407Z] Status: Downloaded newer image for docker:latest [2022-10-13T04:11:59.002Z] ---> 807afe2ceeb9 [2022-10-13T04:11:59.002Z] Step 9/16 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-13T04:11:59.002Z] ---> Running in 4e13900bbb41 [2022-10-13T04:12:00.959Z] Removing intermediate container 4e13900bbb41 [2022-10-13T04:12:00.959Z] ---> 40b5712e7f0d [2022-10-13T04:12:00.959Z] Step 10/16 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2022-10-13T04:12:00.959Z] ---> Running in 70339bb62f18 [2022-10-13T04:12:01.929Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-10-13T04:12:02.893Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-10-13T04:12:03.862Z] OK: 221 MiB in 51 packages [2022-10-13T04:12:05.280Z] Removing intermediate container 70339bb62f18 [2022-10-13T04:12:05.280Z] ---> 8f6cae40cafc [2022-10-13T04:12:05.280Z] Step 11/16 : ENV GO111MODULE=on [2022-10-13T04:12:05.280Z] ---> Running in b9672851703a [2022-10-13T04:12:05.551Z] Removing intermediate container b9672851703a [2022-10-13T04:12:05.551Z] ---> 727ec8dd3fab [2022-10-13T04:12:05.551Z] Step 12/16 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go [2022-10-13T04:12:05.551Z] ---> Running in 11fdc845b42b [2022-10-13T04:12:06.136Z] Removing intermediate container 11fdc845b42b [2022-10-13T04:12:06.136Z] ---> 8f253f4c25e0 [2022-10-13T04:12:06.136Z] Step 13/16 : COPY go.mod vendor* ./ [2022-10-13T04:12:06.405Z] ---> 09ef35c91cc8 [2022-10-13T04:12:06.405Z] Step 14/16 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-10-13T04:12:06.681Z] ---> Running in 02d66a2172cc [2022-10-13T04:13:03.100Z] Removing intermediate container 02d66a2172cc [2022-10-13T04:13:03.100Z] ---> 35a7d20babf3 [2022-10-13T04:13:03.100Z] Step 15/16 : COPY . . [2022-10-13T04:13:03.100Z] ---> 860daf30b8fb [2022-10-13T04:13:03.100Z] Step 16/16 : RUN ${MAKE} [2022-10-13T04:13:03.100Z] ---> Running in 789a43741942 [2022-10-13T04:13:03.100Z] noop [2022-10-13T04:13:03.100Z] Removing intermediate container 789a43741942 [2022-10-13T04:13:03.100Z] ---> 78e1a0be3d41 [2022-10-13T04:13:03.100Z] Successfully built 78e1a0be3d41 [2022-10-13T04:13:03.100Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-10-13T04:13:03.597Z] + docker inspect -f . ci-base-image-arm64 [2022-10-13T04:13:03.597Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-10-13T04:13:03.873Z] prd-ubuntu20.04-docker-arm64-4c-16g-7798 does not seem to be running inside a container [2022-10-13T04:13:03.947Z] $ 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-13T04:13:05.282Z] $ docker top 855da344406351b7b9d312f2cd998172fb1e79e462de87b8cbab1fe8240b9a0b -eo pid,comm [Pipeline] { [Pipeline] sh [2022-10-13T04:13:06.202Z] + go version [2022-10-13T04:13:06.202Z] go version go1.18.7 linux/arm64 [Pipeline] } [2022-10-13T04:13:06.238Z] $ docker stop --time=1 855da344406351b7b9d312f2cd998172fb1e79e462de87b8cbab1fe8240b9a0b [2022-10-13T04:13:07.943Z] $ docker rm -f 855da344406351b7b9d312f2cd998172fb1e79e462de87b8cbab1fe8240b9a0b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-10-13T04:13:08.823Z] + docker inspect -f . ci-base-image-arm64 [2022-10-13T04:13:08.823Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-10-13T04:13:09.078Z] prd-ubuntu20.04-docker-arm64-4c-16g-7798 does not seem to be running inside a container [2022-10-13T04:13:09.152Z] $ 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-13T04:13:10.397Z] $ docker top 5a14f57aa54a99f4361ae8405b018af9806bd489906e94cdd7156a0c836869a2 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-10-13T04:13:11.290Z] + git config --global --add safe.directory /w/workspace/edgex-ui-go/1 [Pipeline] fileExists [Pipeline] sh [2022-10-13T04:13:12.001Z] + make test [2022-10-13T04:13:12.001Z] CGO_ENABLED=0 GO111MODULE=on go test -tags "no_messagebus" -coverprofile=coverage.out ./... [2022-10-13T04:13:13.417Z] ? github.com/edgexfoundry/edgex-ui-go [no test files] [2022-10-13T04:14:35.078Z] ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] [2022-10-13T04:14:35.078Z] ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] [2022-10-13T04:14:35.078Z] ? github.com/edgexfoundry/edgex-ui-go/internal/common [no test files] [2022-10-13T04:14:35.078Z] ? github.com/edgexfoundry/edgex-ui-go/internal/config [no test files] [2022-10-13T04:14:35.078Z] ? github.com/edgexfoundry/edgex-ui-go/internal/container [no test files] [2022-10-13T04:14:35.078Z] ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] [2022-10-13T04:14:35.078Z] ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] [2022-10-13T04:14:35.078Z] ? github.com/edgexfoundry/edgex-ui-go/internal/service [no test files] [2022-10-13T04:14:35.078Z] CGO_ENABLED=0 GO111MODULE=on go vet -tags "no_messagebus" ./... [2022-10-13T04:14:50.071Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2022-10-13T04:14:50.072Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2022-10-13T04:14:50.072Z] ./bin/test-attribution-txt.sh [2022-10-13T04:14:50.072Z] An attribution for github.com/edgexfoundry/go-mod-bootstrap/v2 is missing from Attribution.txt, please add [2022-10-13T04:14:50.072Z] An attribution for github.com/Microsoft/go-winio is missing from Attribution.txt, please add [2022-10-13T04:14:50.072Z] An attribution for github.com/eclipse/paho.mqtt.golang is missing from Attribution.txt, please add [2022-10-13T04:14:50.072Z] An attribution for github.com/edgexfoundry/go-mod-messaging/v2 is missing from Attribution.txt, please add [2022-10-13T04:14:50.072Z] An attribution for github.com/edgexfoundry/go-mod-secrets/v2 is missing from Attribution.txt, please add [2022-10-13T04:14:50.072Z] An attribution for github.com/go-kit/log is missing from Attribution.txt, please add [2022-10-13T04:14:50.072Z] An attribution for github.com/go-logfmt/logfmt is missing from Attribution.txt, please add [2022-10-13T04:14:50.072Z] An attribution for github.com/go-redis/redis/v7 is missing from Attribution.txt, please add [2022-10-13T04:14:50.072Z] An attribution for github.com/golang/protobuf is missing from Attribution.txt, please add [2022-10-13T04:14:50.072Z] An attribution for github.com/gorilla/websocket is missing from Attribution.txt, please add [2022-10-13T04:14:50.072Z] An attribution for github.com/hashicorp/errwrap is missing from Attribution.txt, please add [2022-10-13T04:14:50.072Z] An attribution for github.com/hashicorp/go-multierror is missing from Attribution.txt, please add [2022-10-13T04:14:50.072Z] An attribution for github.com/pebbe/zmq4 is missing from Attribution.txt, please add [2022-10-13T04:14:50.072Z] An attribution for github.com/rcrowley/go-metrics is missing from Attribution.txt, please add [2022-10-13T04:14:50.072Z] An attribution for github.com/spiffe/go-spiffe/v2 is missing from Attribution.txt, please add [2022-10-13T04:14:50.072Z] An attribution for github.com/zeebo/errs is missing from Attribution.txt, please add [2022-10-13T04:14:50.072Z] An attribution for golang.org/x/net is missing from Attribution.txt, please add [2022-10-13T04:14:50.072Z] An attribution for golang.org/x/sync is missing from Attribution.txt, please add [2022-10-13T04:14:50.072Z] An attribution for google.golang.org/genproto is missing from Attribution.txt, please add [2022-10-13T04:14:50.072Z] An attribution for google.golang.org/grpc is missing from Attribution.txt, please add [2022-10-13T04:14:50.072Z] An attribution for google.golang.org/protobuf is missing from Attribution.txt, please add [2022-10-13T04:14:50.072Z] An attribution for gopkg.in/square/go-jose.v2 is missing from Attribution.txt, please add [2022-10-13T04:14:50.072Z] make -C web test [2022-10-13T04:14:50.072Z] make[1]: Entering directory '/w/workspace/edgex-ui-go/1/web' [2022-10-13T04:14:50.072Z] make[1]: tput: No such file or directory [2022-10-13T04:14:50.072Z] make[1]: tput: No such file or directory [2022-10-13T04:14:50.072Z] warning: generating ./VERSION [2022-10-13T04:14:50.072Z] echo "0.0.0" > VERSION [2022-10-13T04:14:50.072Z] docker build \ [2022-10-13T04:14:50.072Z] -f Dockerfile \ [2022-10-13T04:14:50.072Z] --build-arg USER=1000 \ [2022-10-13T04:14:50.072Z] \ [2022-10-13T04:14:50.072Z] --label "git_sha=90577a51dee9ebd53af29114b812e7a357f956d3" \ [2022-10-13T04:14:50.072Z] -t edgexfoundry/edgex-web-ui:90577a51dee9ebd53af29114b812e7a357f956d3 \ [2022-10-13T04:14:50.072Z] -t edgexfoundry/edgex-web-ui:0.0.0-dev \ [2022-10-13T04:14:50.072Z] . [2022-10-13T04:14:50.072Z] Sending build context to Docker daemon 3.269MB [2022-10-13T04:14:50.072Z] Step 1/10 : FROM node:16.17-alpine3.15 [2022-10-13T04:14:50.072Z] 16.17-alpine3.15: Pulling from library/node [2022-10-13T04:14:50.072Z] 47517142f6ba: Pulling fs layer [2022-10-13T04:14:50.072Z] 5f8c4bfa009b: Pulling fs layer [2022-10-13T04:14:50.072Z] f7079c9c4ba1: Pulling fs layer [2022-10-13T04:14:50.072Z] aba105e6f55a: Pulling fs layer [2022-10-13T04:14:50.072Z] aba105e6f55a: Waiting [2022-10-13T04:14:50.072Z] 47517142f6ba: Verifying Checksum [2022-10-13T04:14:50.072Z] 47517142f6ba: Download complete [2022-10-13T04:14:50.072Z] f7079c9c4ba1: Verifying Checksum [2022-10-13T04:14:50.072Z] f7079c9c4ba1: Download complete [2022-10-13T04:14:50.072Z] aba105e6f55a: Verifying Checksum [2022-10-13T04:14:50.072Z] aba105e6f55a: Download complete [2022-10-13T04:14:50.339Z] 47517142f6ba: Pull complete [2022-10-13T04:14:51.301Z] 5f8c4bfa009b: Verifying Checksum [2022-10-13T04:14:51.301Z] 5f8c4bfa009b: Download complete [2022-10-13T04:14:54.645Z] 5f8c4bfa009b: Pull complete [2022-10-13T04:14:55.231Z] f7079c9c4ba1: Pull complete [2022-10-13T04:14:55.498Z] aba105e6f55a: Pull complete [2022-10-13T04:14:55.498Z] Digest: sha256:84c606bfbe4cf120c52b17c3b727e614d99e357a8e350f83a4e7b9ec0798e04a [2022-10-13T04:14:55.498Z] Status: Downloaded newer image for node:16.17-alpine3.15 [2022-10-13T04:14:55.498Z] ---> bf1b8b58d215 [2022-10-13T04:14:55.498Z] Step 2/10 : RUN apk add --no-cache chromium [2022-10-13T04:14:56.095Z] ---> Running in ac4cd0c92a50 [2022-10-13T04:14:57.079Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-10-13T04:14:57.349Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-10-13T04:14:58.309Z] (1/128) Installing libxau (1.0.9-r0) [2022-10-13T04:14:58.309Z] (2/128) Installing libmd (1.0.3-r0) [2022-10-13T04:14:58.309Z] (3/128) Installing libbsd (0.11.3-r1) [2022-10-13T04:14:58.309Z] (4/128) Installing libxdmcp (1.1.3-r0) [2022-10-13T04:14:58.309Z] (5/128) Installing libxcb (1.14-r2) [2022-10-13T04:14:58.576Z] (6/128) Installing libx11 (1.7.3.1-r0) [2022-10-13T04:14:58.576Z] (7/128) Installing libxext (1.3.4-r0) [2022-10-13T04:14:58.576Z] (8/128) Installing libice (1.0.10-r0) [2022-10-13T04:14:58.576Z] (9/128) Installing libuuid (2.37.4-r0) [2022-10-13T04:14:58.576Z] (10/128) Installing libsm (1.2.3-r0) [2022-10-13T04:14:58.576Z] (11/128) Installing libxt (1.2.1-r0) [2022-10-13T04:14:58.576Z] (12/128) Installing libxmu (1.1.3-r0) [2022-10-13T04:14:58.847Z] (13/128) Installing xset (1.2.4-r0) [2022-10-13T04:14:58.847Z] (14/128) Installing xprop (1.2.5-r0) [2022-10-13T04:14:58.847Z] (15/128) Installing xdg-utils (1.1.3-r0) [2022-10-13T04:14:58.847Z] (16/128) Installing eudev-libs (3.2.11_pre1-r0) [2022-10-13T04:14:58.847Z] (17/128) Installing pkgconf (1.8.0-r0) [2022-10-13T04:14:58.847Z] (18/128) Installing libffi (3.4.2-r1) [2022-10-13T04:14:58.847Z] (19/128) Installing libintl (0.21-r0) [2022-10-13T04:14:58.847Z] (20/128) Installing libblkid (2.37.4-r0) [2022-10-13T04:14:58.847Z] (21/128) Installing libmount (2.37.4-r0) [2022-10-13T04:14:58.847Z] (22/128) Installing pcre (8.45-r1) [2022-10-13T04:14:58.847Z] (23/128) Installing glib (2.70.1-r0) [2022-10-13T04:14:58.847Z] (24/128) Installing xz-libs (5.2.5-r1) [2022-10-13T04:14:58.847Z] (25/128) Installing libxml2 (2.9.14-r1) [2022-10-13T04:14:58.847Z] (26/128) Installing shared-mime-info (2.1-r1) [2022-10-13T04:14:59.115Z] (27/128) Installing hicolor-icon-theme (0.17-r1) [2022-10-13T04:14:59.115Z] (28/128) Installing libjpeg-turbo (2.1.2-r0) [2022-10-13T04:14:59.115Z] (29/128) Installing libpng (1.6.37-r1) [2022-10-13T04:14:59.115Z] (30/128) Installing libwebp (1.2.2-r0) [2022-10-13T04:14:59.115Z] (31/128) Installing zstd-libs (1.5.0-r0) [2022-10-13T04:14:59.115Z] (32/128) Installing tiff (4.4.0-r0) [2022-10-13T04:14:59.115Z] (33/128) Installing gdk-pixbuf (2.42.8-r0) [2022-10-13T04:14:59.115Z] (34/128) Installing gtk-update-icon-cache (2.24.33-r0) [2022-10-13T04:14:59.115Z] (35/128) Installing libxcomposite (0.4.5-r0) [2022-10-13T04:14:59.115Z] (36/128) Installing libxfixes (6.0.0-r0) [2022-10-13T04:14:59.384Z] (37/128) Installing libxrender (0.9.10-r3) [2022-10-13T04:14:59.384Z] (38/128) Installing libxcursor (1.2.0-r0) [2022-10-13T04:14:59.384Z] (39/128) Installing libxdamage (1.1.5-r1) [2022-10-13T04:14:59.384Z] (40/128) Installing libxi (1.8-r0) [2022-10-13T04:14:59.384Z] (41/128) Installing libxinerama (1.1.4-r1) [2022-10-13T04:14:59.384Z] (42/128) Installing libxrandr (1.5.2-r1) [2022-10-13T04:14:59.384Z] (43/128) Installing atk (2.36.0-r0) [2022-10-13T04:14:59.384Z] (44/128) Installing libxtst (1.2.3-r3) [2022-10-13T04:14:59.384Z] (45/128) Installing dbus-libs (1.12.24-r0) [2022-10-13T04:14:59.384Z] (46/128) Installing at-spi2-core (2.42.0-r0) [2022-10-13T04:14:59.384Z] (47/128) Installing at-spi2-atk (2.38.0-r0) [2022-10-13T04:14:59.384Z] (48/128) Installing expat (2.4.9-r0) [2022-10-13T04:14:59.384Z] (49/128) Installing brotli-libs (1.0.9-r5) [2022-10-13T04:14:59.384Z] (50/128) Installing libbz2 (1.0.8-r1) [2022-10-13T04:14:59.384Z] (51/128) Installing freetype (2.11.1-r2) [2022-10-13T04:14:59.384Z] (52/128) Installing fontconfig (2.13.1-r4) [2022-10-13T04:14:59.384Z] (53/128) Installing pixman (0.40.0-r3) [2022-10-13T04:14:59.384Z] (54/128) Installing cairo (1.16.0-r5) [2022-10-13T04:14:59.655Z] (55/128) Installing cairo-gobject (1.16.0-r5) [2022-10-13T04:14:59.655Z] (56/128) Installing avahi-libs (0.8-r5) [2022-10-13T04:14:59.655Z] (57/128) Installing gmp (6.2.1-r1) [2022-10-13T04:14:59.655Z] (58/128) Installing nettle (3.7.3-r0) [2022-10-13T04:14:59.655Z] (59/128) Installing p11-kit (0.24.0-r1) [2022-10-13T04:14:59.655Z] (60/128) Installing libtasn1 (4.18.0-r0) [2022-10-13T04:14:59.655Z] (61/128) Installing libunistring (0.9.10-r1) [2022-10-13T04:14:59.655Z] (62/128) Installing gnutls (3.7.1-r1) [2022-10-13T04:14:59.655Z] (63/128) Installing cups-libs (2.3.3-r6) [2022-10-13T04:14:59.655Z] (64/128) Installing libepoxy (1.5.9-r0) [2022-10-13T04:14:59.655Z] (65/128) Installing fribidi (1.0.11-r0) [2022-10-13T04:14:59.655Z] (66/128) Installing graphite2 (1.3.14-r0) [2022-10-13T04:14:59.923Z] (67/128) Installing harfbuzz (3.0.0-r2) [2022-10-13T04:14:59.924Z] (68/128) Installing libxft (2.3.4-r0) [2022-10-13T04:14:59.924Z] (69/128) Installing pango (1.48.10-r0) [2022-10-13T04:14:59.924Z] (70/128) Installing wayland-libs-client (1.19.0-r1) [2022-10-13T04:14:59.924Z] (71/128) Installing wayland-libs-cursor (1.19.0-r1) [2022-10-13T04:14:59.924Z] (72/128) Installing wayland-libs-egl (1.19.0-r1) [2022-10-13T04:14:59.924Z] (73/128) Installing xkeyboard-config (2.34-r0) [2022-10-13T04:15:00.193Z] (74/128) Installing libxkbcommon (1.3.1-r0) [2022-10-13T04:15:00.193Z] (75/128) Installing gtk+3.0 (3.24.30-r0) [2022-10-13T04:15:00.461Z] Executing gtk+3.0-3.24.30-r0.post-install [2022-10-13T04:15:00.461Z] (76/128) Installing libfontenc (1.1.4-r0) [2022-10-13T04:15:00.461Z] (77/128) Installing mkfontscale (1.2.1-r1) [2022-10-13T04:15:00.461Z] (78/128) Installing ttf-opensans (1.10-r1) [2022-10-13T04:15:00.461Z] Executing ttf-opensans-1.10-r1.post-install [2022-10-13T04:15:03.057Z] (79/128) Installing libogg (1.3.5-r0) [2022-10-13T04:15:03.057Z] (80/128) Installing flac (1.3.4-r0) [2022-10-13T04:15:03.057Z] (81/128) Installing alsa-lib (1.2.5.1-r1) [2022-10-13T04:15:03.057Z] (82/128) Installing libatomic (10.3.1_git20211027-r0) [2022-10-13T04:15:03.057Z] (83/128) Installing sdl2 (2.0.16-r4) [2022-10-13T04:15:03.057Z] (84/128) Installing aom-libs (3.2.0-r0) [2022-10-13T04:15:03.057Z] (85/128) Installing libass (0.15.2-r0) [2022-10-13T04:15:03.057Z] (86/128) Installing libdav1d (0.9.2-r0) [2022-10-13T04:15:03.057Z] (87/128) Installing ncurses-terminfo-base (6.3_p20211120-r1) [2022-10-13T04:15:03.057Z] (88/128) Installing ncurses-libs (6.3_p20211120-r1) [2022-10-13T04:15:03.057Z] (89/128) Installing lame (3.100-r0) [2022-10-13T04:15:03.057Z] (90/128) Installing opus (1.3.1-r1) [2022-10-13T04:15:03.057Z] (91/128) Installing libgomp (10.3.1_git20211027-r0) [2022-10-13T04:15:03.057Z] (92/128) Installing soxr (0.1.3-r2) [2022-10-13T04:15:03.057Z] (93/128) Installing libsrt (1.4.2-r1) [2022-10-13T04:15:03.057Z] (94/128) Installing libssh (0.9.6-r1) [2022-10-13T04:15:03.057Z] (95/128) Installing libtheora (1.1.1-r16) [2022-10-13T04:15:03.057Z] (96/128) Installing v4l-utils-libs (1.22.1-r1) [2022-10-13T04:15:03.057Z] (97/128) Installing libdrm (2.4.109-r0) [2022-10-13T04:15:03.327Z] (98/128) Installing libva (2.13.0-r0) [2022-10-13T04:15:03.327Z] (99/128) Installing libvdpau (1.4-r0) [2022-10-13T04:15:03.327Z] (100/128) Installing vidstab (1.1.0-r1) [2022-10-13T04:15:03.327Z] (101/128) Installing libvorbis (1.3.7-r0) [2022-10-13T04:15:03.327Z] (102/128) Installing libvpx (1.10.0-r0) [2022-10-13T04:15:03.327Z] (103/128) Installing vulkan-loader (1.2.196-r0) [2022-10-13T04:15:03.327Z] (104/128) Installing x264-libs (20210613-r0) [2022-10-13T04:15:03.327Z] (105/128) Installing x265-libs (3.5-r0) [2022-10-13T04:15:03.327Z] (106/128) Installing xvidcore (1.3.7-r1) [2022-10-13T04:15:03.327Z] (107/128) Installing ffmpeg-libs (4.4.1-r2) [2022-10-13T04:15:03.921Z] (108/128) Installing libevent (2.1.12-r4) [2022-10-13T04:15:03.921Z] (109/128) Installing mesa (21.2.6-r0) [2022-10-13T04:15:03.921Z] (110/128) Installing wayland-libs-server (1.19.0-r1) [2022-10-13T04:15:03.921Z] (111/128) Installing mesa-gbm (21.2.6-r0) [2022-10-13T04:15:03.921Z] (112/128) Installing lcms2 (2.12-r1) [2022-10-13T04:15:03.921Z] (113/128) Installing nspr (4.32-r0) [2022-10-13T04:15:03.921Z] (114/128) Installing sqlite-libs (3.36.0-r0) [2022-10-13T04:15:03.921Z] (115/128) Installing nss (3.78.1-r0) [2022-10-13T04:15:04.195Z] (116/128) Installing libasyncns (0.8-r1) [2022-10-13T04:15:04.195Z] (117/128) Installing libltdl (2.4.6-r7) [2022-10-13T04:15:04.195Z] (118/128) Installing orc (0.4.32-r0) [2022-10-13T04:15:04.195Z] (119/128) Installing libsndfile (1.0.31-r1) [2022-10-13T04:15:04.195Z] (120/128) Installing speexdsp (1.2.0-r0) [2022-10-13T04:15:04.195Z] (121/128) Installing tdb-libs (1.4.5-r0) [2022-10-13T04:15:04.195Z] (122/128) Installing libpulse (15.0-r2) [2022-10-13T04:15:04.195Z] (123/128) Installing re2 (2021.11.01-r0) [2022-10-13T04:15:04.195Z] (124/128) Installing snappy (1.1.9-r1) [2022-10-13T04:15:04.195Z] (125/128) Installing libgpg-error (1.42-r1) [2022-10-13T04:15:04.468Z] (126/128) Installing libgcrypt (1.9.4-r0) [2022-10-13T04:15:04.468Z] (127/128) Installing libxslt (1.1.35-r0) [2022-10-13T04:15:04.468Z] (128/128) Installing chromium (99.0.4844.84-r0) [2022-10-13T04:15:08.753Z] Executing busybox-1.34.1-r7.trigger [2022-10-13T04:15:08.753Z] Executing glib-2.70.1-r0.trigger [2022-10-13T04:15:08.753Z] Executing shared-mime-info-2.1-r1.trigger [2022-10-13T04:15:14.142Z] Executing gdk-pixbuf-2.42.8-r0.trigger [2022-10-13T04:15:14.142Z] Executing gtk-update-icon-cache-2.24.33-r0.trigger [2022-10-13T04:15:15.116Z] Executing fontconfig-2.13.1-r4.trigger [2022-10-13T04:15:15.116Z] Executing mkfontscale-1.2.1-r1.trigger [2022-10-13T04:15:15.116Z] OK: 275 MiB in 144 packages [2022-10-13T04:15:25.216Z] Removing intermediate container ac4cd0c92a50 [2022-10-13T04:15:25.216Z] ---> dc743137d799 [2022-10-13T04:15:25.216Z] Step 3/10 : ENV CHROME_BIN=/usr/bin/chromium-browser [2022-10-13T04:15:25.216Z] ---> Running in 0f753f215984 [2022-10-13T04:15:25.485Z] Removing intermediate container 0f753f215984 [2022-10-13T04:15:25.485Z] ---> e83b1e4a89c9 [2022-10-13T04:15:25.485Z] Step 4/10 : ENV PATH /app/node_modules/.bin:$PATH [2022-10-13T04:15:25.485Z] ---> Running in 90eb70bcbbc5 [2022-10-13T04:15:26.072Z] Removing intermediate container 90eb70bcbbc5 [2022-10-13T04:15:26.072Z] ---> 6cd236853c08 [2022-10-13T04:15:26.072Z] Step 5/10 : RUN npm install -g npm [2022-10-13T04:15:26.073Z] ---> Running in 49d52a9c5fcf [2022-10-13T04:15:58.319Z] [2022-10-13T04:15:58.319Z] changed 54 packages, and audited 212 packages in 25s [2022-10-13T04:15:58.319Z] [2022-10-13T04:15:58.319Z] 11 packages are looking for funding [2022-10-13T04:15:58.319Z] run `npm fund` for details [2022-10-13T04:15:58.319Z] [2022-10-13T04:15:58.319Z] found 0 vulnerabilities [2022-10-13T04:15:58.319Z] Removing intermediate container 49d52a9c5fcf [2022-10-13T04:15:58.319Z] ---> 944bbe6f6a0b [2022-10-13T04:15:58.319Z] Step 6/10 : ARG USER=1000 [2022-10-13T04:15:58.319Z] ---> Running in d06f500448b6 [2022-10-13T04:15:58.920Z] Removing intermediate container d06f500448b6 [2022-10-13T04:15:58.920Z] ---> d7dbf93eba78 [2022-10-13T04:15:58.920Z] Step 7/10 : RUN deluser --remove-home node && adduser -u $USER -D -s /bin/sh node [2022-10-13T04:15:58.920Z] ---> Running in 69bae7eb2de3 [2022-10-13T04:16:00.866Z] Removing intermediate container 69bae7eb2de3 [2022-10-13T04:16:00.866Z] ---> 18767722b0dc [2022-10-13T04:16:00.866Z] Step 8/10 : USER $USER:$USER [2022-10-13T04:16:00.866Z] ---> Running in 94e03d39abb7 [2022-10-13T04:16:01.133Z] Removing intermediate container 94e03d39abb7 [2022-10-13T04:16:01.133Z] ---> 7cb45044a452 [2022-10-13T04:16:01.133Z] Step 9/10 : WORKDIR /app [2022-10-13T04:16:01.133Z] ---> Running in d31163263655 [2022-10-13T04:16:01.400Z] Removing intermediate container d31163263655 [2022-10-13T04:16:01.400Z] ---> 7ef621e46373 [2022-10-13T04:16:01.400Z] Step 10/10 : LABEL git_sha=90577a51dee9ebd53af29114b812e7a357f956d3 [2022-10-13T04:16:01.400Z] ---> Running in 651d46f6b9c5 [2022-10-13T04:16:01.671Z] Removing intermediate container 651d46f6b9c5 [2022-10-13T04:16:01.671Z] ---> 5eea2a57ee2b [2022-10-13T04:16:01.954Z] Successfully built 5eea2a57ee2b [2022-10-13T04:16:01.954Z] Successfully tagged edgexfoundry/edgex-web-ui:90577a51dee9ebd53af29114b812e7a357f956d3 [2022-10-13T04:16:01.954Z] Successfully tagged edgexfoundry/edgex-web-ui:0.0.0-dev [2022-10-13T04:16:01.954Z] touch edgex-web-ui.imagebuilt [2022-10-13T04:16:01.954Z] mkdir -p node_modules coverage [2022-10-13T04:16:01.954Z] chown "1000:1000" node_modules coverage package-lock.json [2022-10-13T04:16:01.954Z] docker run --rm -i -v "$(pwd):/app" -u "1000:1000" edgexfoundry/edgex-web-ui:0.0.0-dev npm install [2022-10-13T04:16:14.267Z] npm WARN EBADENGINE Unsupported engine { [2022-10-13T04:16:14.267Z] npm WARN EBADENGINE package: '@angular-devkit/architect@0.1202.4', [2022-10-13T04:16:14.267Z] npm WARN EBADENGINE required: { [2022-10-13T04:16:14.267Z] npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', [2022-10-13T04:16:14.267Z] npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', [2022-10-13T04:16:14.267Z] npm WARN EBADENGINE yarn: '>= 1.13.0' [2022-10-13T04:16:14.267Z] npm WARN EBADENGINE }, [2022-10-13T04:16:14.267Z] npm WARN EBADENGINE current: { node: 'v16.17.1', npm: '8.19.2' } [2022-10-13T04:16:14.267Z] npm WARN EBADENGINE } [2022-10-13T04:16:14.267Z] npm WARN EBADENGINE Unsupported engine { [2022-10-13T04:16:14.267Z] npm WARN EBADENGINE package: '@angular-devkit/build-angular@12.2.4', [2022-10-13T04:16:14.267Z] npm WARN EBADENGINE required: { [2022-10-13T04:16:14.267Z] npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', [2022-10-13T04:16:14.267Z] npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', [2022-10-13T04:16:14.267Z] npm WARN EBADENGINE yarn: '>= 1.13.0' [2022-10-13T04:16:14.267Z] npm WARN EBADENGINE }, [2022-10-13T04:16:14.267Z] npm WARN EBADENGINE current: { node: 'v16.17.1', npm: '8.19.2' } [2022-10-13T04:16:14.267Z] npm WARN EBADENGINE } [2022-10-13T04:16:14.267Z] npm WARN EBADENGINE Unsupported engine { [2022-10-13T04:16:14.267Z] npm WARN EBADENGINE package: '@angular-devkit/build-optimizer@0.1202.4', [2022-10-13T04:16:14.267Z] npm WARN EBADENGINE required: { [2022-10-13T04:16:14.267Z] npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', [2022-10-13T04:16:14.267Z] npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', [2022-10-13T04:16:14.267Z] npm WARN EBADENGINE yarn: '>= 1.13.0' [2022-10-13T04:16:14.267Z] npm WARN EBADENGINE }, [2022-10-13T04:16:14.267Z] npm WARN EBADENGINE current: { node: 'v16.17.1', npm: '8.19.2' } [2022-10-13T04:16:14.267Z] npm WARN EBADENGINE } [2022-10-13T04:16:14.267Z] npm WARN EBADENGINE Unsupported engine { [2022-10-13T04:16:14.267Z] npm WARN EBADENGINE package: '@angular-devkit/build-webpack@0.1202.4', [2022-10-13T04:16:14.267Z] npm WARN EBADENGINE required: { [2022-10-13T04:16:14.267Z] npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', [2022-10-13T04:16:14.267Z] npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', [2022-10-13T04:16:14.267Z] npm WARN EBADENGINE yarn: '>= 1.13.0' [2022-10-13T04:16:14.267Z] npm WARN EBADENGINE }, [2022-10-13T04:16:14.268Z] npm WARN EBADENGINE current: { node: 'v16.17.1', npm: '8.19.2' } [2022-10-13T04:16:14.268Z] npm WARN EBADENGINE } [2022-10-13T04:16:14.268Z] npm WARN EBADENGINE Unsupported engine { [2022-10-13T04:16:14.268Z] npm WARN EBADENGINE package: '@angular-devkit/core@12.2.4', [2022-10-13T04:16:14.268Z] npm WARN EBADENGINE required: { [2022-10-13T04:16:14.268Z] npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', [2022-10-13T04:16:14.268Z] npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', [2022-10-13T04:16:14.268Z] npm WARN EBADENGINE yarn: '>= 1.13.0' [2022-10-13T04:16:14.268Z] npm WARN EBADENGINE }, [2022-10-13T04:16:14.268Z] npm WARN EBADENGINE current: { node: 'v16.17.1', npm: '8.19.2' } [2022-10-13T04:16:14.268Z] npm WARN EBADENGINE } [2022-10-13T04:16:14.268Z] npm WARN EBADENGINE Unsupported engine { [2022-10-13T04:16:14.268Z] npm WARN EBADENGINE package: '@angular-devkit/schematics@12.2.4', [2022-10-13T04:16:14.268Z] npm WARN EBADENGINE required: { [2022-10-13T04:16:14.268Z] npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', [2022-10-13T04:16:14.268Z] npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', [2022-10-13T04:16:14.268Z] npm WARN EBADENGINE yarn: '>= 1.13.0' [2022-10-13T04:16:14.268Z] npm WARN EBADENGINE }, [2022-10-13T04:16:14.268Z] npm WARN EBADENGINE current: { node: 'v16.17.1', npm: '8.19.2' } [2022-10-13T04:16:14.268Z] npm WARN EBADENGINE } [2022-10-13T04:16:14.268Z] npm WARN EBADENGINE Unsupported engine { [2022-10-13T04:16:14.268Z] npm WARN EBADENGINE package: '@angular/cli@12.2.4', [2022-10-13T04:16:14.268Z] npm WARN EBADENGINE required: { [2022-10-13T04:16:14.268Z] npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', [2022-10-13T04:16:14.268Z] npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', [2022-10-13T04:16:14.268Z] npm WARN EBADENGINE yarn: '>= 1.13.0' [2022-10-13T04:16:14.268Z] npm WARN EBADENGINE }, [2022-10-13T04:16:14.268Z] npm WARN EBADENGINE current: { node: 'v16.17.1', npm: '8.19.2' } [2022-10-13T04:16:14.268Z] npm WARN EBADENGINE } [2022-10-13T04:16:14.268Z] npm WARN EBADENGINE Unsupported engine { [2022-10-13T04:16:14.268Z] npm WARN EBADENGINE package: '@ngtools/webpack@12.2.4', [2022-10-13T04:16:14.268Z] npm WARN EBADENGINE required: { [2022-10-13T04:16:14.268Z] npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', [2022-10-13T04:16:14.268Z] npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', [2022-10-13T04:16:14.268Z] npm WARN EBADENGINE yarn: '>= 1.13.0' [2022-10-13T04:16:14.268Z] npm WARN EBADENGINE }, [2022-10-13T04:16:14.268Z] npm WARN EBADENGINE current: { node: 'v16.17.1', npm: '8.19.2' } [2022-10-13T04:16:14.268Z] npm WARN EBADENGINE } [2022-10-13T04:16:14.268Z] npm WARN EBADENGINE Unsupported engine { [2022-10-13T04:16:14.268Z] npm WARN EBADENGINE package: '@schematics/angular@12.2.4', [2022-10-13T04:16:14.268Z] npm WARN EBADENGINE required: { [2022-10-13T04:16:14.268Z] npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', [2022-10-13T04:16:14.268Z] npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', [2022-10-13T04:16:14.268Z] npm WARN EBADENGINE yarn: '>= 1.13.0' [2022-10-13T04:16:14.268Z] npm WARN EBADENGINE }, [2022-10-13T04:16:14.268Z] npm WARN EBADENGINE current: { node: 'v16.17.1', npm: '8.19.2' } [2022-10-13T04:16:14.268Z] npm WARN EBADENGINE } [2022-10-13T04:17:01.262Z] npm WARN deprecated urix@0.1.0: Please see https://github.com/lydell/urix#deprecated [2022-10-13T04:17:01.262Z] 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-13T04:17:01.262Z] npm WARN deprecated source-map-url@0.4.1: See https://github.com/lydell/source-map-url#deprecated [2022-10-13T04:17:01.262Z] npm WARN deprecated source-map-resolve@0.6.0: See https://github.com/lydell/source-map-resolve#deprecated [2022-10-13T04:17:01.262Z] npm WARN deprecated resolve-url@0.2.1: https://github.com/lydell/resolve-url#deprecated [2022-10-13T04:17:01.262Z] npm WARN deprecated querystring@0.2.0: The querystring API is considered Legacy. new code should use the URLSearchParams API instead. [2022-10-13T04:17:07.937Z] npm WARN deprecated request@2.88.2: request has been deprecated, see https://github.com/request/request/issues/3142 [2022-10-13T04:17:08.896Z] npm WARN deprecated har-validator@5.1.5: this library is no longer supported [2022-10-13T04:17:09.849Z] npm WARN deprecated flatten@1.0.3: flatten is deprecated in favor of utility frameworks such as lodash. [2022-10-13T04:17:31.909Z] 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-13T04:17:31.909Z] npm WARN deprecated source-map-resolve@0.5.3: See https://github.com/lydell/source-map-resolve#deprecated [2022-10-13T04:17:31.909Z] 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-13T04:17:33.851Z] 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-13T04:17:35.792Z] 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-13T04:17:38.373Z] npm WARN deprecated source-map-resolve@0.5.3: See https://github.com/lydell/source-map-resolve#deprecated [2022-10-13T04:17:50.671Z] 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-13T04:17:51.630Z] 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-13T04:18:09.837Z] 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-13T04:18:28.038Z] 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-13T04:19:06.881Z] [2022-10-13T04:19:06.881Z] added 1475 packages, and audited 1476 packages in 3m [2022-10-13T04:19:06.881Z] [2022-10-13T04:19:06.881Z] 90 packages are looking for funding [2022-10-13T04:19:06.881Z] run `npm fund` for details [2022-10-13T04:19:06.881Z] [2022-10-13T04:19:06.881Z] 13 vulnerabilities (3 moderate, 8 high, 2 critical) [2022-10-13T04:19:06.881Z] [2022-10-13T04:19:06.881Z] To address issues that do not require attention, run: [2022-10-13T04:19:06.881Z] npm audit fix [2022-10-13T04:19:06.881Z] [2022-10-13T04:19:06.881Z] To address all issues (including breaking changes), run: [2022-10-13T04:19:06.881Z] npm audit fix --force [2022-10-13T04:19:06.881Z] [2022-10-13T04:19:06.881Z] Run `npm audit` for details. [2022-10-13T04:19:06.881Z] 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-13T04:19:19.186Z] - Generating browser application bundles (phase: setup)... [2022-10-13T04:19:51.405Z] Compiling @angular/core : es2015 as esm2015 [2022-10-13T04:19:51.405Z] Compiling @angular/compiler/testing : es2015 as esm2015 [2022-10-13T04:20:18.078Z] Compiling @angular/common : es2015 as esm2015 [2022-10-13T04:20:18.078Z] Compiling @angular/core/testing : es2015 as esm2015 [2022-10-13T04:20:21.412Z] Compiling @angular/platform-browser : es2015 as esm2015 [2022-10-13T04:20:21.412Z] Compiling @angular/common/testing : es2015 as esm2015 [2022-10-13T04:20:25.662Z] Compiling @angular/router : es2015 as esm2015 [2022-10-13T04:20:25.662Z] Compiling @angular/platform-browser-dynamic : es2015 as esm2015 [2022-10-13T04:20:30.998Z] Compiling @angular/platform-browser/testing : es2015 as esm2015 [2022-10-13T04:20:31.971Z] Compiling @angular/common/http : es2015 as esm2015 [2022-10-13T04:20:32.930Z] Compiling @angular/platform-browser-dynamic/testing : es2015 as esm2015 [2022-10-13T04:20:36.288Z] Compiling @angular/forms : es2015 as esm2015 [2022-10-13T04:20:36.874Z] Compiling @angular/router/testing : es2015 as esm2015 [2022-10-13T04:20:37.476Z] Compiling @angular/common/http/testing : es2015 as esm2015 [2022-10-13T04:21:33.857Z] 13 10 2022 04:21:30.256:INFO [karma-server]: Karma v6.3.16 server started at http://localhost:9876/ [2022-10-13T04:21:33.857Z] 13 10 2022 04:21:30.270:INFO [launcher]: Launching browsers ChromeHeadlessNoSandbox with concurrency unlimited [2022-10-13T04:21:33.857Z] 13 10 2022 04:21:30.299:INFO [launcher]: Starting browser ChromeHeadless [2022-10-13T04:22:41.673Z] 13 10 2022 04:22:41.430:WARN [launcher]: ChromeHeadless has not captured in 60000 ms, killing. [2022-10-13T04:22:49.869Z] 13 10 2022 04:22:49.721:WARN [launcher]: ChromeHeadless was not killed in 2000 ms, sending SIGKILL. [2022-10-13T04:22:56.504Z] 13 10 2022 04:22:55.911:INFO [launcher]: Trying to start ChromeHeadless again (1/2). [2022-10-13T04:23:28.720Z] ✔ Browser application bundle generation complete. [2022-10-13T04:23:28.720Z] 13 10 2022 04:23:25.323:INFO [Chrome Headless 99.0.4844.84 (Linux aarch64)]: Connected on socket 1tOJjEFF4iPYJU2mAAAB with id 2841661 [2022-10-13T04:23:43.692Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 0 of 149 SUCCESS (0 secs / 0 secs) [2022-10-13T04:23:43.692Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 1 of 149 SUCCESS (0 secs / 0.697 secs) [2022-10-13T04:23:43.692Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 2 of 149 SUCCESS (0 secs / 0.81 secs) [2022-10-13T04:23:43.692Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 3 of 149 SUCCESS (0 secs / 1.301 secs) [2022-10-13T04:23:43.692Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 4 of 149 SUCCESS (0 secs / 1.465 secs) [2022-10-13T04:23:43.957Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 5 of 149 SUCCESS (0 secs / 1.81 secs) [2022-10-13T04:23:43.957Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 6 of 149 SUCCESS (0 secs / 1.866 secs) [2022-10-13T04:23:44.224Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 7 of 149 SUCCESS (0 secs / 1.929 secs) [2022-10-13T04:23:44.224Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 8 of 149 SUCCESS (0 secs / 1.948 secs) [2022-10-13T04:23:44.224Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 9 of 149 SUCCESS (0 secs / 2.08 secs) [2022-10-13T04:23:44.491Z] WARN: ' [2022-10-13T04:23:44.491Z] It looks like you're using ngModel on the same form field as formControlName. [2022-10-13T04:23:44.491Z] Support for using the ngModel input property and ngModelChange event with [2022-10-13T04:23:44.491Z] reactive form directives has been deprecated in Angular v6 and will be removed [2022-10-13T04:23:44.491Z] in a future version of Angular. [2022-10-13T04:23:44.491Z] [2022-10-13T04:23:44.491Z] For more information on this, see our API docs here: [2022-10-13T04:23:44.491Z] https://angular.io/api/forms/FormControlName#use-with-ngmodel [2022-10-13T04:23:44.491Z] ' [2022-10-13T04:23:44.491Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 9 of 149 SUCCESS (0 secs / 2.08 secs) [2022-10-13T04:23:44.491Z] WARN: ' [2022-10-13T04:23:44.491Z] It looks like you're using ngModel on the same form field as formControlName. [2022-10-13T04:23:44.491Z] Support for using the ngModel input property and ngModelChange event with [2022-10-13T04:23:44.491Z] reactive form directives has been deprecated in Angular v6 and will be removed [2022-10-13T04:23:44.491Z] in a future version of Angular. [2022-10-13T04:23:44.491Z] [2022-10-13T04:23:44.491Z] For more information on this, see our API docs here: [2022-10-13T04:23:44.491Z] https://angular.io/api/forms/FormControlName#use-with-ngmodel [2022-10-13T04:23:44.491Z] ' [2022-10-13T04:23:44.491Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 10 of 149 SUCCESS (0 secs / 2.321 secs) [2022-10-13T04:23:44.761Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 11 of 149 SUCCESS (0 secs / 2.526 secs) [2022-10-13T04:23:45.027Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 12 of 149 SUCCESS (0 secs / 2.744 secs) [2022-10-13T04:23:45.298Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 13 of 149 SUCCESS (0 secs / 3.092 secs) [2022-10-13T04:23:45.882Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 14 of 149 SUCCESS (0 secs / 3.429 secs) [2022-10-13T04:23:46.151Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 15 of 149 SUCCESS (0 secs / 3.504 secs) [2022-10-13T04:23:46.151Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 16 of 149 SUCCESS (0 secs / 3.567 secs) [2022-10-13T04:23:46.151Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 17 of 149 SUCCESS (0 secs / 3.625 secs) [2022-10-13T04:23:46.420Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 18 of 149 SUCCESS (0 secs / 3.685 secs) [2022-10-13T04:23:46.420Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 19 of 149 SUCCESS (0 secs / 3.738 secs) [2022-10-13T04:23:46.686Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 20 of 149 SUCCESS (0 secs / 4.012 secs) [2022-10-13T04:23:46.952Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 21 of 149 SUCCESS (0 secs / 4.21 secs) [2022-10-13T04:23:47.220Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 22 of 149 SUCCESS (0 secs / 4.267 secs) [2022-10-13T04:23:47.220Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 23 of 149 SUCCESS (0 secs / 4.297 secs) [2022-10-13T04:23:47.532Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 24 of 149 SUCCESS (0 secs / 4.532 secs) [2022-10-13T04:23:47.532Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 25 of 149 SUCCESS (0 secs / 4.665 secs) [2022-10-13T04:23:47.816Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 26 of 149 SUCCESS (0 secs / 4.695 secs) [2022-10-13T04:23:47.816Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 27 of 149 SUCCESS (0 secs / 4.736 secs) [2022-10-13T04:23:47.816Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 28 of 149 SUCCESS (0 secs / 4.769 secs) [2022-10-13T04:23:47.816Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 29 of 149 SUCCESS (0 secs / 4.821 secs) [2022-10-13T04:23:47.816Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 30 of 149 SUCCESS (0 secs / 4.87 secs) [2022-10-13T04:23:48.101Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 31 of 149 SUCCESS (0 secs / 5.024 secs) [2022-10-13T04:23:48.101Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 32 of 149 SUCCESS (0 secs / 5.099 secs) [2022-10-13T04:23:48.375Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 33 of 149 SUCCESS (0 secs / 5.16 secs) [2022-10-13T04:23:48.645Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 34 of 149 SUCCESS (0 secs / 5.304 secs) [2022-10-13T04:23:48.645Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 35 of 149 SUCCESS (0 secs / 5.336 secs) [2022-10-13T04:23:48.645Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 36 of 149 SUCCESS (0 secs / 5.44 secs) [2022-10-13T04:23:48.926Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 37 of 149 SUCCESS (0 secs / 5.485 secs) [2022-10-13T04:23:48.926Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 38 of 149 SUCCESS (0 secs / 5.573 secs) [2022-10-13T04:23:49.204Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 39 of 149 SUCCESS (0 secs / 5.8 secs) [2022-10-13T04:23:49.204Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 40 of 149 SUCCESS (0 secs / 5.849 secs) [2022-10-13T04:23:49.481Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 41 of 149 SUCCESS (0 secs / 5.897 secs) [2022-10-13T04:23:49.481Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 42 of 149 SUCCESS (0 secs / 5.943 secs) [2022-10-13T04:23:49.481Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 43 of 149 SUCCESS (0 secs / 5.984 secs) [2022-10-13T04:23:49.481Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 44 of 149 SUCCESS (0 secs / 6.042 secs) [2022-10-13T04:23:49.756Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 45 of 149 SUCCESS (0 secs / 6.079 secs) [2022-10-13T04:23:49.756Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 46 of 149 SUCCESS (0 secs / 6.111 secs) [2022-10-13T04:23:49.756Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 47 of 149 SUCCESS (0 secs / 6.121 secs) [2022-10-13T04:23:50.038Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 48 of 149 SUCCESS (0 secs / 6.341 secs) [2022-10-13T04:23:50.038Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 49 of 149 SUCCESS (0 secs / 6.403 secs) [2022-10-13T04:23:50.038Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 50 of 149 SUCCESS (0 secs / 6.422 secs) [2022-10-13T04:23:50.038Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 51 of 149 SUCCESS (0 secs / 6.467 secs) [2022-10-13T04:23:50.325Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 52 of 149 SUCCESS (0 secs / 6.509 secs) [2022-10-13T04:23:50.325Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 53 of 149 SUCCESS (0 secs / 6.53 secs) [2022-10-13T04:23:50.325Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 54 of 149 SUCCESS (0 secs / 6.547 secs) [2022-10-13T04:23:50.325Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 55 of 149 SUCCESS (0 secs / 6.606 secs) [2022-10-13T04:23:50.325Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 56 of 149 SUCCESS (0 secs / 6.647 secs) [2022-10-13T04:23:50.325Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 57 of 149 SUCCESS (0 secs / 6.662 secs) [2022-10-13T04:23:50.594Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 58 of 149 SUCCESS (0 secs / 6.676 secs) [2022-10-13T04:23:50.594Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 59 of 149 SUCCESS (0 secs / 6.717 secs) [2022-10-13T04:23:50.594Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 60 of 149 SUCCESS (0 secs / 6.743 secs) [2022-10-13T04:23:50.594Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 61 of 149 SUCCESS (0 secs / 6.82 secs) [2022-10-13T04:23:50.875Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 62 of 149 SUCCESS (0 secs / 7.111 secs) [2022-10-13T04:23:51.142Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 63 of 149 SUCCESS (0 secs / 7.187 secs) [2022-10-13T04:23:51.407Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 64 of 149 SUCCESS (0 secs / 7.532 secs) [2022-10-13T04:23:51.671Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 65 of 149 SUCCESS (0 secs / 7.648 secs) [2022-10-13T04:23:51.671Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 66 of 149 SUCCESS (0 secs / 7.67 secs) [2022-10-13T04:23:51.937Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 67 of 149 SUCCESS (0 secs / 7.686 secs) [2022-10-13T04:23:51.937Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 68 of 149 SUCCESS (0 secs / 7.864 secs) [2022-10-13T04:23:52.202Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 69 of 149 SUCCESS (0 secs / 7.96 secs) [2022-10-13T04:23:52.202Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 70 of 149 SUCCESS (0 secs / 8.025 secs) [2022-10-13T04:23:52.470Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 71 of 149 SUCCESS (0 secs / 8.199 secs) [2022-10-13T04:23:52.736Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 72 of 149 SUCCESS (0 secs / 8.293 secs) [2022-10-13T04:23:53.001Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 73 of 149 SUCCESS (0 secs / 8.477 secs) [2022-10-13T04:23:53.001Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 74 of 149 SUCCESS (0 secs / 8.516 secs) [2022-10-13T04:23:53.001Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 75 of 149 SUCCESS (0 secs / 8.588 secs) [2022-10-13T04:23:53.001Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 76 of 149 SUCCESS (0 secs / 8.635 secs) [2022-10-13T04:23:53.267Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 77 of 149 SUCCESS (0 secs / 8.65 secs) [2022-10-13T04:23:53.267Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 78 of 149 SUCCESS (0 secs / 8.678 secs) [2022-10-13T04:23:53.267Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 79 of 149 SUCCESS (0 secs / 8.762 secs) [2022-10-13T04:23:53.533Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 80 of 149 SUCCESS (0 secs / 8.856 secs) [2022-10-13T04:23:53.533Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 81 of 149 SUCCESS (0 secs / 8.931 secs) [2022-10-13T04:23:53.533Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 82 of 149 SUCCESS (0 secs / 8.945 secs) [2022-10-13T04:23:53.797Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 83 of 149 SUCCESS (0 secs / 9.006 secs) [2022-10-13T04:23:53.798Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 84 of 149 SUCCESS (0 secs / 9.036 secs) [2022-10-13T04:23:53.798Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 85 of 149 SUCCESS (0 secs / 9.064 secs) [2022-10-13T04:23:53.798Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 86 of 149 SUCCESS (0 secs / 9.156 secs) [2022-10-13T04:23:54.064Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 87 of 149 SUCCESS (0 secs / 9.363 secs) [2022-10-13T04:23:54.331Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 88 of 149 SUCCESS (0 secs / 9.44 secs) [2022-10-13T04:23:54.599Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 89 of 149 SUCCESS (0 secs / 9.626 secs) [2022-10-13T04:23:54.599Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 90 of 149 SUCCESS (0 secs / 9.653 secs) [2022-10-13T04:23:54.866Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 91 of 149 SUCCESS (0 secs / 9.845 secs) [2022-10-13T04:23:54.866Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 92 of 149 SUCCESS (0 secs / 9.876 secs) [2022-10-13T04:23:54.866Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 93 of 149 SUCCESS (0 secs / 9.983 secs) [2022-10-13T04:23:55.133Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 94 of 149 SUCCESS (0 secs / 10.139 secs) [2022-10-13T04:23:55.398Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 95 of 149 SUCCESS (0 secs / 10.253 secs) [2022-10-13T04:23:55.398Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 96 of 149 SUCCESS (0 secs / 10.38 secs) [2022-10-13T04:23:55.662Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 97 of 149 SUCCESS (0 secs / 10.426 secs) [2022-10-13T04:23:55.662Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 98 of 149 SUCCESS (0 secs / 10.454 secs) [2022-10-13T04:23:55.662Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 99 of 149 SUCCESS (0 secs / 10.538 secs) [2022-10-13T04:23:55.930Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 100 of 149 SUCCESS (0 secs / 10.598 secs) [2022-10-13T04:23:55.930Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 101 of 149 SUCCESS (0 secs / 10.732 secs) [2022-10-13T04:23:55.930Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 102 of 149 SUCCESS (0 secs / 10.749 secs) [2022-10-13T04:23:55.930Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 103 of 149 SUCCESS (0 secs / 10.765 secs) [2022-10-13T04:23:55.930Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 104 of 149 SUCCESS (0 secs / 10.774 secs) [2022-10-13T04:23:55.930Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 105 of 149 SUCCESS (0 secs / 10.785 secs) [2022-10-13T04:23:56.511Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 106 of 149 SUCCESS (0 secs / 11.14 secs) [2022-10-13T04:23:56.511Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 107 of 149 SUCCESS (0 secs / 11.261 secs) [2022-10-13T04:23:56.775Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 108 of 149 SUCCESS (0 secs / 11.343 secs) [2022-10-13T04:23:57.041Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 109 of 149 SUCCESS (0 secs / 11.66 secs) [2022-10-13T04:23:57.308Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 110 of 149 SUCCESS (0 secs / 11.805 secs) [2022-10-13T04:23:57.575Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 111 of 149 SUCCESS (0 secs / 11.946 secs) [2022-10-13T04:23:58.161Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 112 of 149 SUCCESS (0 secs / 12.527 secs) [2022-10-13T04:23:58.161Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 113 of 149 SUCCESS (0 secs / 12.573 secs) [2022-10-13T04:23:58.161Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 114 of 149 SUCCESS (0 secs / 12.585 secs) [2022-10-13T04:23:58.428Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 115 of 149 SUCCESS (0 secs / 12.631 secs) [2022-10-13T04:23:58.428Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 116 of 149 SUCCESS (0 secs / 12.713 secs) [2022-10-13T04:23:58.428Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 117 of 149 SUCCESS (0 secs / 12.795 secs) [2022-10-13T04:23:58.696Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 118 of 149 SUCCESS (0 secs / 12.85 secs) [2022-10-13T04:23:58.696Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 119 of 149 SUCCESS (0 secs / 12.903 secs) [2022-10-13T04:23:58.696Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 120 of 149 SUCCESS (0 secs / 12.935 secs) [2022-10-13T04:23:58.696Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 121 of 149 SUCCESS (0 secs / 12.963 secs) [2022-10-13T04:23:58.963Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 122 of 149 SUCCESS (0 secs / 13.058 secs) [2022-10-13T04:23:58.963Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 123 of 149 SUCCESS (0 secs / 13.073 secs) [2022-10-13T04:23:58.963Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 124 of 149 SUCCESS (0 secs / 13.083 secs) [2022-10-13T04:23:59.229Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 125 of 149 SUCCESS (0 secs / 13.269 secs) [2022-10-13T04:23:59.494Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 126 of 149 SUCCESS (0 secs / 13.393 secs) [2022-10-13T04:23:59.494Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 127 of 149 SUCCESS (0 secs / 13.424 secs) [2022-10-13T04:23:59.494Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 128 of 149 SUCCESS (0 secs / 13.459 secs) [2022-10-13T04:23:59.494Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 129 of 149 SUCCESS (0 secs / 13.499 secs) [2022-10-13T04:23:59.761Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 130 of 149 SUCCESS (0 secs / 13.515 secs) [2022-10-13T04:23:59.761Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 131 of 149 SUCCESS (0 secs / 13.564 secs) [2022-10-13T04:23:59.761Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 132 of 149 SUCCESS (0 secs / 13.588 secs) [2022-10-13T04:23:59.762Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 133 of 149 SUCCESS (0 secs / 13.604 secs) [2022-10-13T04:23:59.762Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 134 of 149 SUCCESS (0 secs / 13.615 secs) [2022-10-13T04:23:59.762Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 135 of 149 SUCCESS (0 secs / 13.63 secs) [2022-10-13T04:24:00.047Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 136 of 149 SUCCESS (0 secs / 13.746 secs) [2022-10-13T04:24:00.047Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 137 of 149 SUCCESS (0 secs / 13.802 secs) [2022-10-13T04:24:00.047Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 138 of 149 SUCCESS (0 secs / 13.847 secs) [2022-10-13T04:24:00.313Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 139 of 149 SUCCESS (0 secs / 13.874 secs) [2022-10-13T04:24:00.313Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 140 of 149 SUCCESS (0 secs / 13.888 secs) [2022-10-13T04:24:00.313Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 141 of 149 SUCCESS (0 secs / 13.962 secs) [2022-10-13T04:24:00.313Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 142 of 149 SUCCESS (0 secs / 13.98 secs) [2022-10-13T04:24:00.313Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 143 of 149 SUCCESS (0 secs / 13.991 secs) [2022-10-13T04:24:00.313Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 144 of 149 SUCCESS (0 secs / 14.001 secs) [2022-10-13T04:24:00.313Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 145 of 149 SUCCESS (0 secs / 14.011 secs) [2022-10-13T04:24:00.579Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 146 of 149 SUCCESS (0 secs / 14.023 secs) [2022-10-13T04:24:00.579Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 147 of 149 SUCCESS (0 secs / 14.034 secs) [2022-10-13T04:24:00.579Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 148 of 149 SUCCESS (0 secs / 14.046 secs) [2022-10-13T04:24:00.579Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 149 of 149 SUCCESS (0 secs / 14.055 secs) [2022-10-13T04:24:01.161Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 149 of 149 SUCCESS (19.439 secs / 14.055 secs) [2022-10-13T04:24:01.161Z] TOTAL: 149 SUCCESS [2022-10-13T04:24:01.162Z] ✔ Browser application bundle generation complete. [2022-10-13T04:24:04.497Z] [2022-10-13T04:24:04.497Z] =============================== Coverage summary =============================== [2022-10-13T04:24:04.497Z] Statements : 40.98% ( 1467/3580 ) [2022-10-13T04:24:04.497Z] Branches : 12.03% ( 111/923 ) [2022-10-13T04:24:04.497Z] Functions : 33.28% ( 432/1298 ) [2022-10-13T04:24:04.497Z] Lines : 38.91% ( 1318/3387 ) [2022-10-13T04:24:04.497Z] ================================================================================ [2022-10-13T04:24:04.497Z] 13 10 2022 04:24:04.471:WARN [launcher]: ChromeHeadless was not killed in 2000 ms, sending SIGKILL. [2022-10-13T04:24:05.453Z] ✔ Browser application bundle generation complete. [2022-10-13T04:24:06.408Z] make[1]: Leaving directory '/w/workspace/edgex-ui-go/1/web' [Pipeline] echo [2022-10-13T04:24:06.447Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2022-10-13T04:24:06.472Z] $ docker stop --time=1 5a14f57aa54a99f4361ae8405b018af9806bd489906e94cdd7156a0c836869a2 [2022-10-13T04:24:08.129Z] $ docker rm -f 5a14f57aa54a99f4361ae8405b018af9806bd489906e94cdd7156a0c836869a2 [Pipeline] // withDockerContainer [Pipeline] sh [2022-10-13T04:24:09.040Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2022-10-13T04:24:11.644Z] Warning: overwriting stash ‘coverage-report’ [2022-10-13T04:24:16.686Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2022-10-13T04:24:17.273Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2022-10-13T04:24:20.188Z] + ls -al . [2022-10-13T04:24:20.188Z] total 172 [2022-10-13T04:24:20.188Z] drwxrwxr-x 13 jenkins jenkins 4096 Oct 13 04:13 . [2022-10-13T04:24:20.188Z] drwxrwxr-x 4 jenkins jenkins 4096 Oct 13 04:10 .. [2022-10-13T04:24:20.188Z] drwxrwxr-x 2 jenkins jenkins 4096 Oct 13 04:10 .blubracket [2022-10-13T04:24:20.188Z] -rw-rw-r-- 1 jenkins jenkins 18 Oct 13 04:10 .dockerignore [2022-10-13T04:24:20.188Z] drwxrwxr-x 8 jenkins jenkins 4096 Oct 13 04:10 .git [2022-10-13T04:24:20.188Z] drwxrwxr-x 3 jenkins jenkins 4096 Oct 13 04:10 .github [2022-10-13T04:24:20.188Z] -rw-rw-r-- 1 jenkins jenkins 185 Oct 13 04:10 .gitignore [2022-10-13T04:24:20.188Z] -rw-rw-r-- 1 jenkins jenkins 4856 Oct 13 04:10 Attribution.txt [2022-10-13T04:24:20.188Z] -rw-rw-r-- 1 jenkins jenkins 14570 Oct 13 04:10 CHANGELOG.md [2022-10-13T04:24:20.188Z] -rw-rw-r-- 1 jenkins jenkins 3959 Oct 13 04:10 CONTRIBUTING.md [2022-10-13T04:24:20.188Z] -rw-rw-r-- 1 jenkins jenkins 1669 Oct 13 04:10 Dockerfile [2022-10-13T04:24:20.188Z] -rw-rw-r-- 1 jenkins jenkins 652 Oct 13 04:10 Jenkinsfile [2022-10-13T04:24:20.188Z] -rw-rw-r-- 1 jenkins jenkins 11357 Oct 13 04:10 LICENSE [2022-10-13T04:24:20.188Z] -rw-rw-r-- 1 jenkins jenkins 2124 Oct 13 04:10 Makefile [2022-10-13T04:24:20.188Z] -rw-rw-r-- 1 jenkins jenkins 4398 Oct 13 04:10 README.md [2022-10-13T04:24:20.188Z] -rw-rw-r-- 1 jenkins jenkins 5 Oct 13 04:08 VERSION [2022-10-13T04:24:20.188Z] drwxrwxr-x 3 jenkins jenkins 4096 Oct 13 04:10 assets [2022-10-13T04:24:20.188Z] drwxrwxr-x 2 jenkins jenkins 4096 Oct 13 04:10 bin [2022-10-13T04:24:20.188Z] drwxrwxr-x 3 jenkins jenkins 4096 Oct 13 04:10 cmd [2022-10-13T04:24:20.188Z] -rw-r--r-- 1 jenkins jenkins 10 Oct 13 04:13 coverage.out [2022-10-13T04:24:20.188Z] drwxrwxr-x 2 jenkins jenkins 4096 Oct 13 04:10 docs [2022-10-13T04:24:20.188Z] -rw-rw-r-- 1 jenkins jenkins 3012 Oct 13 04:10 go.mod [2022-10-13T04:24:20.188Z] -rw-rw-r-- 1 jenkins jenkins 35759 Oct 13 04:10 go.sum [2022-10-13T04:24:20.188Z] drwxrwxr-x 8 jenkins jenkins 4096 Oct 13 04:10 internal [2022-10-13T04:24:20.188Z] drwxrwxr-x 4 jenkins jenkins 4096 Oct 13 04:10 snap [2022-10-13T04:24:20.188Z] drwxrwxr-x 4 jenkins jenkins 4096 Oct 13 04:10 testing [2022-10-13T04:24:20.188Z] -rw-rw-r-- 1 jenkins jenkins 155 Oct 13 04:10 version.go [2022-10-13T04:24:20.188Z] drwxrwxr-x 6 jenkins jenkins 4096 Oct 13 04:16 web [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-10-13T04:24:20.597Z] + 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=90577a51dee9ebd53af29114b812e7a357f956d3 --label arch=arm64 --label version=0.0.0 . [2022-10-13T04:24:22.008Z] Sending build context to Docker daemon 31.7MB [2022-10-13T04:24:22.008Z] Step 1/24 : ARG BASE=golang:1.18-alpine3.16 [2022-10-13T04:24:22.008Z] Step 2/24 : FROM ${BASE} AS builder [2022-10-13T04:24:22.008Z] ---> 78e1a0be3d41 [2022-10-13T04:24:22.008Z] Step 3/24 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" [2022-10-13T04:24:22.275Z] ---> Running in b9ed48996aa3 [2022-10-13T04:24:22.544Z] Removing intermediate container b9ed48996aa3 [2022-10-13T04:24:22.544Z] ---> 814005fd3d04 [2022-10-13T04:24:22.544Z] Step 4/24 : ARG ALPINE_PKG_BASE="make git" [2022-10-13T04:24:22.817Z] ---> Running in 229f3d49c96d [2022-10-13T04:24:23.086Z] Removing intermediate container 229f3d49c96d [2022-10-13T04:24:23.086Z] ---> 5cf59f04f438 [2022-10-13T04:24:23.086Z] Step 5/24 : ARG ALPINE_PKG_EXTRA="" [2022-10-13T04:24:23.086Z] ---> Running in bf045b9987c6 [2022-10-13T04:24:23.352Z] Removing intermediate container bf045b9987c6 [2022-10-13T04:24:23.352Z] ---> bde74d8717db [2022-10-13T04:24:23.352Z] Step 6/24 : LABEL Name=edgex-ui-go [2022-10-13T04:24:23.352Z] ---> Running in 251cfebe4ee7 [2022-10-13T04:24:23.618Z] Removing intermediate container 251cfebe4ee7 [2022-10-13T04:24:23.618Z] ---> 5e2fa76f2c40 [2022-10-13T04:24:23.618Z] Step 7/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2022: Intel' [2022-10-13T04:24:23.618Z] ---> Running in 9d18934306fe [2022-10-13T04:24:23.884Z] Removing intermediate container 9d18934306fe [2022-10-13T04:24:23.884Z] ---> 42795701b1a3 [2022-10-13T04:24:23.884Z] Step 8/24 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2022-10-13T04:24:25.822Z] ---> b20b78fdc035 [2022-10-13T04:24:25.822Z] Step 9/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-13T04:24:25.822Z] ---> Running in 60f2a26847fb [2022-10-13T04:24:27.228Z] Removing intermediate container 60f2a26847fb [2022-10-13T04:24:27.228Z] ---> 91c42c815e44 [2022-10-13T04:24:27.228Z] Step 10/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2022-10-13T04:24:27.494Z] ---> Running in 6f4f9a012cbd [2022-10-13T04:24:28.451Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-10-13T04:24:29.414Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-10-13T04:24:30.371Z] OK: 221 MiB in 51 packages [2022-10-13T04:24:31.336Z] Removing intermediate container 6f4f9a012cbd [2022-10-13T04:24:31.336Z] ---> f677388e8724 [2022-10-13T04:24:31.336Z] Step 11/24 : ENV GO111MODULE=on [2022-10-13T04:24:31.336Z] ---> Running in 578a29aef020 [2022-10-13T04:24:31.607Z] Removing intermediate container 578a29aef020 [2022-10-13T04:24:31.607Z] ---> c196b199dcdc [2022-10-13T04:24:31.607Z] Step 12/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go [2022-10-13T04:24:31.607Z] ---> Running in 8c701a42f953 [2022-10-13T04:24:31.873Z] Removing intermediate container 8c701a42f953 [2022-10-13T04:24:31.873Z] ---> a59d23c72e3e [2022-10-13T04:24:31.873Z] Step 13/24 : COPY go.mod vendor* ./ [2022-10-13T04:24:32.453Z] ---> 783a7fd3bcee [2022-10-13T04:24:32.453Z] Step 14/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-10-13T04:24:32.453Z] ---> Running in b2dd8a9902da [2022-10-13T04:24:34.390Z] Removing intermediate container b2dd8a9902da [2022-10-13T04:24:34.390Z] ---> e2718c2fb06c [2022-10-13T04:24:34.390Z] Step 15/24 : COPY . . [2022-10-13T04:24:38.639Z] ---> 7e2766b22df7 [2022-10-13T04:24:38.639Z] Step 16/24 : RUN ${MAKE} [2022-10-13T04:24:38.639Z] ---> Running in 82e5aed28ddc [2022-10-13T04:24:39.217Z] 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-13T04:25:47.056Z] Removing intermediate container 82e5aed28ddc [2022-10-13T04:25:47.056Z] ---> 13e6f9ef2183 [2022-10-13T04:25:47.056Z] Step 17/24 : FROM alpine:3.14 [2022-10-13T04:25:47.056Z] 3.14: Pulling from library/alpine [2022-10-13T04:25:47.056Z] 90cda3b7c325: Pulling fs layer [2022-10-13T04:25:47.056Z] 90cda3b7c325: Verifying Checksum [2022-10-13T04:25:47.056Z] 90cda3b7c325: Pull complete [2022-10-13T04:25:47.056Z] Digest: sha256:1ab24b3b99320975cca71716a7475a65d263d0b6b604d9d14ce08f7a3f67595c [2022-10-13T04:25:47.056Z] Status: Downloaded newer image for alpine:3.14 [2022-10-13T04:25:47.056Z] ---> 376ba31ae3da [2022-10-13T04:25:47.056Z] Step 18/24 : EXPOSE 4000 [2022-10-13T04:25:47.056Z] ---> Running in 3190d44f0537 [2022-10-13T04:25:47.056Z] Removing intermediate container 3190d44f0537 [2022-10-13T04:25:47.056Z] ---> 345a4a15f358 [2022-10-13T04:25:47.056Z] 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-13T04:25:48.460Z] ---> 9e8721657e60 [2022-10-13T04:25:48.460Z] Step 20/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [2022-10-13T04:25:48.460Z] ---> Running in 1d3059e42e09 [2022-10-13T04:25:48.460Z] Removing intermediate container 1d3059e42e09 [2022-10-13T04:25:48.460Z] ---> 8af9221574a4 [2022-10-13T04:25:48.460Z] Step 21/24 : ENTRYPOINT ["./edgex-ui-server","--confdir=res/docker"] [2022-10-13T04:25:48.726Z] ---> Running in 6dfabfa0819d [2022-10-13T04:25:48.992Z] Removing intermediate container 6dfabfa0819d [2022-10-13T04:25:48.992Z] ---> ddd65a64b2d9 [2022-10-13T04:25:48.992Z] Step 22/24 : LABEL arch=arm64 [2022-10-13T04:25:48.992Z] ---> Running in bb48804d83d5 [2022-10-13T04:25:49.257Z] Removing intermediate container bb48804d83d5 [2022-10-13T04:25:49.257Z] ---> 35b22926c446 [2022-10-13T04:25:49.257Z] Step 23/24 : LABEL git_sha=90577a51dee9ebd53af29114b812e7a357f956d3 [2022-10-13T04:25:49.257Z] ---> Running in d7fc6d1fbc1a [2022-10-13T04:25:49.525Z] Removing intermediate container d7fc6d1fbc1a [2022-10-13T04:25:49.525Z] ---> 6bbf365561c2 [2022-10-13T04:25:49.525Z] Step 24/24 : LABEL version=0.0.0 [2022-10-13T04:25:49.795Z] ---> Running in a422f4ad9baf [2022-10-13T04:25:50.061Z] Removing intermediate container a422f4ad9baf [2022-10-13T04:25:50.061Z] ---> ad13b97c841f [2022-10-13T04:25:50.061Z] [Warning] One or more build-args [ARCH] were not consumed [2022-10-13T04:25:50.061Z] Successfully built ad13b97c841f [2022-10-13T04:25:50.061Z] 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-13T04:25:50.825Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-10-13T04:25:50.825Z] [2022-10-13T04:25:50.825Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-10-13T04:25:51.214Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-10-13T04:25:51.214Z] arm64: Pulling from edgex-lftools-log-publisher [2022-10-13T04:25:51.214Z] 8998bd30e6a1: Pulling fs layer [2022-10-13T04:25:51.214Z] 04944245beec: Pulling fs layer [2022-10-13T04:25:51.214Z] 699f458cf7ca: Pulling fs layer [2022-10-13T04:25:51.214Z] 765212b225bb: Pulling fs layer [2022-10-13T04:25:51.214Z] f23df028b6ca: Pulling fs layer [2022-10-13T04:25:51.214Z] d65c8cfc05b1: Pulling fs layer [2022-10-13T04:25:51.214Z] 2437ff75d9bd: Pulling fs layer [2022-10-13T04:25:51.214Z] f23df028b6ca: Waiting [2022-10-13T04:25:51.214Z] d65c8cfc05b1: Waiting [2022-10-13T04:25:51.214Z] 2437ff75d9bd: Waiting [2022-10-13T04:25:51.214Z] 765212b225bb: Waiting [2022-10-13T04:25:51.488Z] 04944245beec: Verifying Checksum [2022-10-13T04:25:51.488Z] 04944245beec: Download complete [2022-10-13T04:25:51.488Z] 765212b225bb: Verifying Checksum [2022-10-13T04:25:51.488Z] 765212b225bb: Download complete [2022-10-13T04:25:51.488Z] f23df028b6ca: Verifying Checksum [2022-10-13T04:25:51.488Z] f23df028b6ca: Download complete [2022-10-13T04:25:51.488Z] d65c8cfc05b1: Verifying Checksum [2022-10-13T04:25:51.488Z] d65c8cfc05b1: Download complete [2022-10-13T04:25:51.488Z] 699f458cf7ca: Verifying Checksum [2022-10-13T04:25:51.488Z] 699f458cf7ca: Download complete [2022-10-13T04:25:52.069Z] 8998bd30e6a1: Verifying Checksum [2022-10-13T04:25:52.069Z] 8998bd30e6a1: Download complete [2022-10-13T04:25:54.008Z] 2437ff75d9bd: Verifying Checksum [2022-10-13T04:25:54.008Z] 2437ff75d9bd: Download complete [2022-10-13T04:25:55.946Z] 8998bd30e6a1: Pull complete [2022-10-13T04:25:56.211Z] 04944245beec: Pull complete [2022-10-13T04:25:57.616Z] 699f458cf7ca: Pull complete [2022-10-13T04:25:57.882Z] 765212b225bb: Pull complete [2022-10-13T04:25:58.838Z] f23df028b6ca: Pull complete [2022-10-13T04:25:58.838Z] d65c8cfc05b1: Pull complete [2022-10-13T04:26:13.820Z] 2437ff75d9bd: Pull complete [2022-10-13T04:26:13.820Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2022-10-13T04:26:13.820Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-10-13T04:26:13.820Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-10-13T04:26:14.137Z] prd-ubuntu20.04-docker-arm64-4c-16g-7798 does not seem to be running inside a container [2022-10-13T04:26:14.189Z] $ 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-13T04:26:16.864Z] $ docker top 2aca2718db63ccf18fe61478538306f1801eddeb1fe1bc888359715162b59cf4 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-10-13T04:26:17.443Z] ---> job-cost.sh [2022-10-13T04:26:17.707Z] lf-activate-venv: SKIPPING [2022-10-13T04:26:17.707Z] INFO: No Stack... [2022-10-13T04:26:18.283Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2022-10-13T04:26:18.862Z] INFO: Archiving Costs [Pipeline] sh [2022-10-13T04:26:19.196Z] + cat /w/workspace/edgex-ui-go/1/archives/cost.csv [2022-10-13T04:26:19.461Z] + cut -d, -f6 [Pipeline] lock [2022-10-13T04:26:19.532Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-ui-go-PR-558-1-stack-cost] [2022-10-13T04:26:19.536Z] Resource [jenkins-edgexfoundry-edgex-ui-go-PR-558-1-stack-cost] did not exist. Created. [2022-10-13T04:26:19.536Z] Lock acquired on [jenkins-edgexfoundry-edgex-ui-go-PR-558-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2022-10-13T04:26:19.942Z] /w/workspace/edgex-ui-go/1@tmp/durable-957e2b30/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh [2022-10-13T04:26:20.291Z] + echo total: 0.10999999940395355 [Pipeline] stash [2022-10-13T04:26:20.327Z] Warning: overwriting stash ‘stack-cost’ [2022-10-13T04:26:25.080Z] Stashed 1 file(s) [Pipeline] } [2022-10-13T04:26:25.101Z] Lock released on resource [jenkins-edgexfoundry-edgex-ui-go-PR-558-1-stack-cost] [Pipeline] // lock [Pipeline] } [2022-10-13T04:26:25.182Z] $ docker stop --time=1 2aca2718db63ccf18fe61478538306f1801eddeb1fe1bc888359715162b59cf4 [2022-10-13T04:26:26.787Z] $ docker rm -f 2aca2718db63ccf18fe61478538306f1801eddeb1fe1bc888359715162b59cf4 [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-13T04:26:27.706Z] provisioning config files... [2022-10-13T04:26:27.714Z] copy managed file [edgex-ui-go-codecov-token] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-558@tmp/config3726179306432654340tmp [Pipeline] { [Pipeline] sh [2022-10-13T04:26:28.038Z] + set +x [2022-10-13T04:26:28.038Z] + curl -s https://codecov.io/bash [2022-10-13T04:26:28.038Z] + bash -s -- [2022-10-13T04:26:28.038Z] [2022-10-13T04:26:28.038Z] _____ _ [2022-10-13T04:26:28.038Z] / ____| | | [2022-10-13T04:26:28.038Z] | | ___ __| | ___ ___ _____ __ [2022-10-13T04:26:28.038Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2022-10-13T04:26:28.038Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2022-10-13T04:26:28.038Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2022-10-13T04:26:28.038Z] Bash-1.0.6 [2022-10-13T04:26:28.038Z] [2022-10-13T04:26:28.038Z] [2022-10-13T04:26:28.038Z] ==> git version 2.25.1 found [2022-10-13T04:26:28.038Z] ==> 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-13T04:26:28.038Z] Release-Date: 2020-01-08 [2022-10-13T04:26:28.038Z] 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-13T04:26:28.038Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2022-10-13T04:26:28.038Z] ==> Jenkins CI detected. [2022-10-13T04:26:28.038Z] current dir:  /w/workspace/edgexfoundry_edgex-ui-go_PR-558 [2022-10-13T04:26:28.038Z] project root: . [2022-10-13T04:26:28.038Z] --> token set from env [2022-10-13T04:26:28.038Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2022-10-13T04:26:28.038Z] ==> Running gcov in . (disable via -X gcov) [2022-10-13T04:26:28.297Z] ==> Python coveragepy not found [2022-10-13T04:26:28.297Z] ==> Searching for coverage reports in: [2022-10-13T04:26:28.297Z] + . [2022-10-13T04:26:28.297Z] -> Found 1 reports [2022-10-13T04:26:28.298Z] ==> Detecting git/mercurial file structure [2022-10-13T04:26:28.298Z] ==> Reading reports [2022-10-13T04:26:28.298Z] + ./coverage.out bytes=10 [2022-10-13T04:26:28.298Z] ==> Appending adjustments [2022-10-13T04:26:28.298Z] https://docs.codecov.io/docs/fixing-reports [2022-10-13T04:26:29.235Z] + Found adjustments [2022-10-13T04:26:29.235Z] ==> Gzipping contents [2022-10-13T04:26:29.235Z] 12K /tmp/codecov.j1tGqY.gz [2022-10-13T04:26:29.235Z] ==> Uploading reports [2022-10-13T04:26:29.235Z] url: https://codecov.io [2022-10-13T04:26:29.235Z] query: branch=PR-558&commit=90577a51dee9ebd53af29114b812e7a357f956d3&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2FPR-558%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=558&job=&cmd_args= [2022-10-13T04:26:29.235Z] -> Pinging Codecov [2022-10-13T04:26:29.235Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=bafa3062-778c-4190-9a80-d8a5ae27d9ba&branch=PR-558&commit=90577a51dee9ebd53af29114b812e7a357f956d3&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2FPR-558%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=558&job=&cmd_args= [2022-10-13T04:26:29.495Z] -> Uploading to [2022-10-13T04:26:29.495Z] https://storage.googleapis.com/codecov/v4/raw/2022-10-13/FB506323287CE973F263BFD2A0EB1F37/90577a51dee9ebd53af29114b812e7a357f956d3/d5b6bcb2-4000-4c8a-bd13-07d043fb2d18.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20221013%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20221013T042629Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=33c79ae80ef4b0457fd2dc3ec8cc96169f81bdde23c51d25b0c33d37e040c399 [2022-10-13T04:26:29.495Z] % Total % Received % Xferd Average Speed Time Time Time Current [2022-10-13T04:26:29.495Z] Dload Upload Total Spent Left Speed [2022-10-13T04:26:29.754Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 8872 0 0 100 8872 0 43704 --:--:-- --:--:-- --:--:-- 43490 100 8872 0 0 100 8872 0 26171 --:--:-- --:--:-- --:--:-- 26094 [2022-10-13T04:26:29.754Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/edgex-ui-go/commit/90577a51dee9ebd53af29114b812e7a357f956d3 [Pipeline] } [2022-10-13T04:26:29.779Z] 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-13T04:26:31.437Z] + [ -d /w/workspace/edgexfoundry_edgex-ui-go_PR-558/archives ] [2022-10-13T04:26:31.437Z] + ls -al /w/workspace/edgexfoundry_edgex-ui-go_PR-558/archives [2022-10-13T04:26:31.437Z] total 16 [2022-10-13T04:26:31.437Z] drwxr-xr-x 3 root root 4096 Oct 13 04:10 . [2022-10-13T04:26:31.437Z] drwxrwxr-x 15 jenkins jenkins 4096 Oct 13 04:10 .. [2022-10-13T04:26:31.437Z] drwxr-xr-x 2 root root 4096 Oct 13 04:10 cost [2022-10-13T04:26:31.437Z] -rw-r--r-- 1 root root 83 Oct 13 04:10 cost.csv [2022-10-13T04:26:31.437Z] + sudo chown -R jenkins:jenkins /w/workspace/edgexfoundry_edgex-ui-go_PR-558/archives [2022-10-13T04:26:31.437Z] + ls -al /w/workspace/edgexfoundry_edgex-ui-go_PR-558/archives [2022-10-13T04:26:31.437Z] total 16 [2022-10-13T04:26:31.437Z] drwxr-xr-x 3 jenkins jenkins 4096 Oct 13 04:10 . [2022-10-13T04:26:31.437Z] drwxrwxr-x 15 jenkins jenkins 4096 Oct 13 04:10 .. [2022-10-13T04:26:31.437Z] drwxr-xr-x 2 jenkins jenkins 4096 Oct 13 04:10 cost [2022-10-13T04:26:31.437Z] -rw-r--r-- 1 jenkins jenkins 83 Oct 13 04:10 cost.csv [Pipeline] libraryResource [Pipeline] sh [2022-10-13T04:26:31.761Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2022-10-13T04:26:32.640Z] ---> package-listing.sh [2022-10-13T04:26:32.640Z] ++ facter osfamily [2022-10-13T04:26:32.640Z] ++ tr '[:upper:]' '[:lower:]' [2022-10-13T04:26:32.903Z] + OS_FAMILY=debian [2022-10-13T04:26:32.903Z] + workspace=/w/workspace/edgexfoundry_edgex-ui-go_PR-558 [2022-10-13T04:26:32.903Z] + START_PACKAGES=/tmp/packages_start.txt [2022-10-13T04:26:32.903Z] + END_PACKAGES=/tmp/packages_end.txt [2022-10-13T04:26:32.903Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2022-10-13T04:26:32.903Z] + PACKAGES=/tmp/packages_start.txt [2022-10-13T04:26:32.903Z] + '[' /w/workspace/edgexfoundry_edgex-ui-go_PR-558 ']' [2022-10-13T04:26:32.903Z] + PACKAGES=/tmp/packages_end.txt [2022-10-13T04:26:32.903Z] + case "${OS_FAMILY}" in [2022-10-13T04:26:32.903Z] + dpkg -l [2022-10-13T04:26:32.903Z] + grep '^ii' [2022-10-13T04:26:32.903Z] + '[' -f /tmp/packages_start.txt ']' [2022-10-13T04:26:32.903Z] + '[' -f /tmp/packages_end.txt ']' [2022-10-13T04:26:32.903Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2022-10-13T04:26:32.903Z] + '[' /w/workspace/edgexfoundry_edgex-ui-go_PR-558 ']' [2022-10-13T04:26:32.903Z] + mkdir -p /w/workspace/edgexfoundry_edgex-ui-go_PR-558/archives/ [2022-10-13T04:26:32.904Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgexfoundry_edgex-ui-go_PR-558/archives/ [Pipeline] echo [2022-10-13T04:26:32.940Z] 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-558/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2022-10-13T04:26:33.229Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-10-13T04:26:33.851Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-10-13T04:26:33.851Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-10-13T04:26:34.001Z] prd-ubuntu20.04-docker-8c-8g-7797 does not seem to be running inside a container [2022-10-13T04:26:34.042Z] $ 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-558/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-558 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-558:/w/workspace/edgexfoundry_edgex-ui-go_PR-558:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-558@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-558@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-13T04:26:34.263Z] $ docker top bc45d64eea3672168af8f2a919879a37d66b18b09d7e7c6e3274f8d00b5523ff -eo pid,comm [Pipeline] { [Pipeline] sh [2022-10-13T04:26:34.634Z] + touch /tmp/pre-build-complete [Pipeline] sh [2022-10-13T04:26:34.944Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2022-10-13T04:26:35.251Z] + ls /var/log/sa-host [2022-10-13T04:26:35.251Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-10-13T04:26:35.376Z] provisioning config files... [2022-10-13T04:26:35.385Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-558@tmp/config5089953854411486510tmp [Pipeline] { [Pipeline] echo [2022-10-13T04:26:35.439Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2022-10-13T04:26:35.752Z] ---> create-netrc.sh [Pipeline] } [2022-10-13T04:26:35.779Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2022-10-13T04:26:36.187Z] ---> python-tools-install.sh [Pipeline] echo [2022-10-13T04:26:36.219Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2022-10-13T04:26:36.528Z] ---> sudo-logs.sh [2022-10-13T04:26:36.528Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2022-10-13T04:26:36.612Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2022-10-13T04:26:36.921Z] ---> job-cost.sh [2022-10-13T04:26:36.921Z] lf-activate-venv: SKIPPING [2022-10-13T04:26:36.921Z] DEBUG: total: 0.2199999988079071 [2022-10-13T04:26:36.921Z] INFO: Retrieving Stack Cost... [2022-10-13T04:26:37.180Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2022-10-13T04:26:37.749Z] INFO: Archiving Costs [Pipeline] echo [2022-10-13T04:26:37.786Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2022-10-13T04:26:38.097Z] ---> logs-deploy.sh [2022-10-13T04:26:38.097Z] lf-activate-venv: SKIPPING [2022-10-13T04:26:38.097Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-ui-go/PR-558/1 [2022-10-13T04:26:38.097Z] INFO: archiving workspace using pattern(s): [2022-10-13T04:26:39.040Z] Archives upload complete. [2022-10-13T04:26:39.299Z] INFO: archiving logs to Nexus