Pull request #658 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Connecting to https://api.github.com to check permissions of obtain list of yiqisoft for edgexfoundry/edgex-ui-go Loading trusted files from base branch main at 422becc45202548155d324fc99806fcdfea34ca0 rather than 6cd958e8792824617ef9e13f7801649486dd64cd Obtained Jenkinsfile from 422becc45202548155d324fc99806fcdfea34ca0 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-ssh4542912399006845513.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 05349e3f996d6f6d0c0ad3c2ccda408eae121119 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-ssh5918850747272855943.key > 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 05349e3f996d6f6d0c0ad3c2ccda408eae121119 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-658/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-658/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh7419504639237223646.key > 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-658/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh15674931302093230649.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 05349e3f996d6f6d0c0ad3c2ccda408eae121119 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 05349e3f996d6f6d0c0ad3c2ccda408eae121119 # timeout=10 Commit message: "Merge pull request #444 from ernestojeda/update-streams" > 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-ssh8943438947135688602.key > 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-658/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-658/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh3330945083965719315.key > 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 05349e3f996d6f6d0c0ad3c2ccda408eae121119 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.21 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 ‘prd-ubuntu20.04-docker-8c-8g-16629’ Running on prd-ubuntu20.04-docker-8c-8g-16631 in /w/workspace/edgexfoundry_edgex-ui-go_PR-658 [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-658 # 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 > 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 422becc45202548155d324fc99806fcdfea34ca0 into PR head commit 6cd958e8792824617ef9e13f7801649486dd64cd > 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 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/658/head:refs/remotes/origin/PR-658 +refs/heads/main:refs/remotes/origin/main # timeout=10 > git config core.sparsecheckout # timeout=10 Merge succeeded, producing 6cd958e8792824617ef9e13f7801649486dd64cd Checking out Revision 6cd958e8792824617ef9e13f7801649486dd64cd (PR-658) > git checkout -f 6cd958e8792824617ef9e13f7801649486dd64cd # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 422becc45202548155d324fc99806fcdfea34ca0 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 6cd958e8792824617ef9e13f7801649486dd64cd # timeout=10 Commit message: "fix: Unauthorized API in profile yaml" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.25.1' fatal: bad object 05349e3f996d6f6d0c0ad3c2ccda408eae121119 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2023-11-06T14:01:22.672Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2023-11-06T14:01:22.871Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2023-11-06T14:01:22.979Z] ========================================================= [2023-11-06T14:01:22.980Z] EdgeX Global Pipelines Version Info [2023-11-06T14:01:22.980Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2023-11-06T14:01:24.108Z] ------------------- [2023-11-06T14:01:24.108Z] stable info: [2023-11-06T14:01:24.108Z] ------------------- [2023-11-06T14:01:24.108Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2023-11-06T14:01:24.108Z] Commit SHA: 05349e3f996d6f6d0c0ad3c2ccda408eae121119 [2023-11-06T14:01:24.108Z] Message: update stable to v1.0.255 [2023-11-06T14:01:24.369Z] ------------------- [2023-11-06T14:01:24.369Z] experimental info: [2023-11-06T14:01:24.369Z] ------------------- [2023-11-06T14:01:24.369Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2023-11-06T14:01:24.369Z] Commit SHA: 05349e3f996d6f6d0c0ad3c2ccda408eae121119 [2023-11-06T14:01:24.369Z] Message: update experimental to v1.0.255 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2023-11-06T14:01:24.640Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-ui-go-settings [Pipeline] echo [2023-11-06T14:01:24.689Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-ui-go [Pipeline] echo [2023-11-06T14:01:24.728Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2023-11-06T14:01:24.765Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2023-11-06T14:01:24.800Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2023-11-06T14:01:24.838Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.21 [Pipeline] echo [2023-11-06T14:01:24.876Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2023-11-06T14:01:24.912Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2023-11-06T14:01:24.947Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2023-11-06T14:01:24.990Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2023-11-06T14:01:25.033Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2023-11-06T14:01:25.072Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = edgex-ui [Pipeline] echo [2023-11-06T14:01:25.111Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2023-11-06T14:01:25.151Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2023-11-06T14:01:25.188Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2023-11-06T14:01:25.227Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2023-11-06T14:01:25.273Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2023-11-06T14:01:25.321Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2023-11-06T14:01:25.362Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2023-11-06T14:01:25.401Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2023-11-06T14:01:25.440Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2023-11-06T14:01:25.478Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2023-11-06T14:01:25.516Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2023-11-06T14:01:25.558Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2023-11-06T14:01:25.599Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2023-11-06T14:01:25.644Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2023-11-06T14:01:25.686Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2023-11-06T14:01:25.723Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-658 [Pipeline] echo [2023-11-06T14:01:25.761Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-658 [Pipeline] echo [2023-11-06T14:01:25.805Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-658 [Pipeline] echo [2023-11-06T14:01:25.843Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 6cd958e8792824617ef9e13f7801649486dd64cd [Pipeline] echo [2023-11-06T14:01:25.884Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 6cd958e [Pipeline] echo [2023-11-06T14:01:25.921Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-11-06T14:01:26.019Z] provisioning config files... [2023-11-06T14:01:26.032Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-658@tmp/config15378847874522769239tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-11-06T14:01:26.368Z] ---> docker-login.sh [2023-11-06T14:01:26.369Z] nexus3.edgexfoundry.org:10001 [2023-11-06T14:01:26.629Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-11-06T14:01:26.891Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-11-06T14:01:26.891Z] Configure a credential helper to remove this warning. See [2023-11-06T14:01:26.891Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-11-06T14:01:26.891Z] [2023-11-06T14:01:26.891Z] Login Succeeded [2023-11-06T14:01:26.891Z] nexus3.edgexfoundry.org:10002 [2023-11-06T14:01:26.891Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-11-06T14:01:26.891Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-11-06T14:01:26.891Z] Configure a credential helper to remove this warning. See [2023-11-06T14:01:26.891Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-11-06T14:01:26.891Z] [2023-11-06T14:01:26.891Z] Login Succeeded [2023-11-06T14:01:26.891Z] nexus3.edgexfoundry.org:10003 [2023-11-06T14:01:26.891Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-11-06T14:01:27.153Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-11-06T14:01:27.153Z] Configure a credential helper to remove this warning. See [2023-11-06T14:01:27.153Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-11-06T14:01:27.153Z] [2023-11-06T14:01:27.153Z] Login Succeeded [2023-11-06T14:01:27.153Z] nexus3.edgexfoundry.org:10004 [2023-11-06T14:01:27.153Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-11-06T14:01:27.153Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-11-06T14:01:27.153Z] Configure a credential helper to remove this warning. See [2023-11-06T14:01:27.153Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-11-06T14:01:27.153Z] [2023-11-06T14:01:27.153Z] Login Succeeded [2023-11-06T14:01:27.153Z] docker.io [2023-11-06T14:01:27.153Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-11-06T14:01:27.724Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-11-06T14:01:27.724Z] Configure a credential helper to remove this warning. See [2023-11-06T14:01:27.724Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-11-06T14:01:27.724Z] [2023-11-06T14:01:27.724Z] Login Succeeded [2023-11-06T14:01:27.724Z] ---> docker-login.sh ends [Pipeline] } [2023-11-06T14:01:27.787Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2023-11-06T14:01:28.542Z] + git rev-list -1 --merges 6cd958e8792824617ef9e13f7801649486dd64cd~1..6cd958e8792824617ef9e13f7801649486dd64cd [Pipeline] echo [2023-11-06T14:01:28.602Z] -----------> git rev-list -1 --merges 6cd958e8792824617ef9e13f7801649486dd64cd~1..6cd958e8792824617ef9e13f7801649486dd64cd 6cd958e8792824617ef9e13f7801649486dd64cd [false] [Pipeline] sh [2023-11-06T14:01:28.908Z] + git log --format=format:%s -1 6cd958e8792824617ef9e13f7801649486dd64cd [Pipeline] echo [2023-11-06T14:01:28.943Z] ========================================================= [2023-11-06T14:01:28.943Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2023-11-06T14:01:28.943Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-11-06T14:01:29.433Z] + git log --format=format:%s -1 6cd958e8792824617ef9e13f7801649486dd64cd [Pipeline] echo [2023-11-06T14:01:29.468Z] [semverPrep] GIT_COMMIT: 6cd958e8792824617ef9e13f7801649486dd64cd, Commit Message: fix: Unauthorized API in profile yaml [Pipeline] echo [2023-11-06T14:01:29.496Z] [semverPrep] This is not a build commit. [Pipeline] sh [2023-11-06T14:01:29.879Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-11-06T14:01:29.879Z] + grep -v github /etc/ssh/ssh_known_hosts [2023-11-06T14:01:29.879Z] + [ -e /tmp/ssh_known_hosts ] [2023-11-06T14:01:29.879Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2023-11-06T14:01:29.879Z] + + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2023-11-06T14:01:29.879Z] sudo tee -a /etc/ssh/ssh_known_hosts [2023-11-06T14:01:29.879Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-11-06T14:01:30.312Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-11-06T14:01:30.313Z] [2023-11-06T14:01:30.313Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-11-06T14:01:30.692Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-11-06T14:01:30.693Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2023-11-06T14:01:30.693Z] b85a868b505f: Pulling fs layer [2023-11-06T14:01:30.693Z] e2be974225ed: Pulling fs layer [2023-11-06T14:01:30.693Z] 339a4e72a1f5: Pulling fs layer [2023-11-06T14:01:30.693Z] 988bab9f4d93: Pulling fs layer [2023-11-06T14:01:30.693Z] 1469e6f7b9e6: Pulling fs layer [2023-11-06T14:01:30.693Z] eaf3925da568: Pulling fs layer [2023-11-06T14:01:30.693Z] 1469e6f7b9e6: Waiting [2023-11-06T14:01:30.693Z] 988bab9f4d93: Waiting [2023-11-06T14:01:30.693Z] eaf3925da568: Waiting [2023-11-06T14:01:30.693Z] bab4dde63d76: Pulling fs layer [2023-11-06T14:01:30.693Z] bde34c3a00c8: Pulling fs layer [2023-11-06T14:01:30.693Z] bab4dde63d76: Waiting [2023-11-06T14:01:30.693Z] b352a97aabf1: Pulling fs layer [2023-11-06T14:01:30.693Z] 4872d77fe225: Pulling fs layer [2023-11-06T14:01:30.693Z] b352a97aabf1: Waiting [2023-11-06T14:01:30.693Z] 4872d77fe225: Waiting [2023-11-06T14:01:30.693Z] 5851b861e8e6: Pulling fs layer [2023-11-06T14:01:30.693Z] e2be974225ed: Verifying Checksum [2023-11-06T14:01:30.693Z] e2be974225ed: Download complete [2023-11-06T14:01:30.693Z] 988bab9f4d93: Verifying Checksum [2023-11-06T14:01:30.693Z] 988bab9f4d93: Download complete [2023-11-06T14:01:30.693Z] 339a4e72a1f5: Verifying Checksum [2023-11-06T14:01:30.693Z] 339a4e72a1f5: Download complete [2023-11-06T14:01:30.693Z] eaf3925da568: Verifying Checksum [2023-11-06T14:01:30.693Z] eaf3925da568: Download complete [2023-11-06T14:01:30.952Z] 1469e6f7b9e6: Verifying Checksum [2023-11-06T14:01:30.952Z] 1469e6f7b9e6: Download complete [2023-11-06T14:01:30.952Z] bde34c3a00c8: Download complete [2023-11-06T14:01:30.952Z] b352a97aabf1: Verifying Checksum [2023-11-06T14:01:30.952Z] b352a97aabf1: Download complete [2023-11-06T14:01:30.952Z] 4872d77fe225: Verifying Checksum [2023-11-06T14:01:30.952Z] 4872d77fe225: Download complete [2023-11-06T14:01:30.952Z] 5851b861e8e6: Verifying Checksum [2023-11-06T14:01:30.952Z] 5851b861e8e6: Download complete [2023-11-06T14:01:30.952Z] b85a868b505f: Verifying Checksum [2023-11-06T14:01:30.952Z] b85a868b505f: Download complete [2023-11-06T14:01:31.213Z] bab4dde63d76: Verifying Checksum [2023-11-06T14:01:31.213Z] bab4dde63d76: Download complete [2023-11-06T14:01:32.153Z] b85a868b505f: Pull complete [2023-11-06T14:01:32.412Z] e2be974225ed: Pull complete [2023-11-06T14:01:32.979Z] 339a4e72a1f5: Pull complete [2023-11-06T14:01:32.979Z] 988bab9f4d93: Pull complete [2023-11-06T14:01:33.238Z] 1469e6f7b9e6: Pull complete [2023-11-06T14:01:33.238Z] eaf3925da568: Pull complete [2023-11-06T14:01:35.140Z] bab4dde63d76: Pull complete [2023-11-06T14:01:35.401Z] bde34c3a00c8: Pull complete [2023-11-06T14:01:35.661Z] b352a97aabf1: Pull complete [2023-11-06T14:01:35.661Z] 4872d77fe225: Pull complete [2023-11-06T14:01:35.921Z] 5851b861e8e6: Pull complete [2023-11-06T14:01:35.921Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2023-11-06T14:01:35.921Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-11-06T14:01:35.921Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-11-06T14:01:36.131Z] prd-ubuntu20.04-docker-8c-8g-16631 does not seem to be running inside a container [2023-11-06T14:01:36.161Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_edgex-ui-go_PR-658 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-658:/w/workspace/edgexfoundry_edgex-ui-go_PR-658:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-658@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-658@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-devops/py-git-semver:0.1.4 cat [2023-11-06T14:01:46.951Z] $ docker top c50b9db48b327f8d5ab21365a5d50f61dc9727dd95f3991696ce9a7289753e33 -eo pid,comm [2023-11-06T14:01:47.007Z] 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). [2023-11-06T14:01:47.007Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-11-06T14:01:47.142Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-11-06T14:01:47.142Z] [ssh-agent] Looking for ssh-agent implementation... [2023-11-06T14:01:47.257Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-11-06T14:01:47.260Z] $ docker exec c50b9db48b327f8d5ab21365a5d50f61dc9727dd95f3991696ce9a7289753e33 ssh-agent [2023-11-06T14:01:47.353Z] SSH_AUTH_SOCK=/tmp/ssh-jzOR6pQKQQ2b/agent.32 [2023-11-06T14:01:47.353Z] SSH_AGENT_PID=38 [2023-11-06T14:01:47.359Z] Running ssh-add (command line suppressed) [2023-11-06T14:01:47.458Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_PR-658@tmp/private_key_18009005017765250630.key (/w/workspace/edgexfoundry_edgex-ui-go_PR-658@tmp/private_key_18009005017765250630.key) [2023-11-06T14:01:47.473Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-11-06T14:01:47.802Z] + git tag --points-at HEAD [Pipeline] } [2023-11-06T14:01:47.830Z] $ docker exec --env ******** --env ******** c50b9db48b327f8d5ab21365a5d50f61dc9727dd95f3991696ce9a7289753e33 ssh-agent -k [2023-11-06T14:01:47.922Z] unset SSH_AUTH_SOCK; [2023-11-06T14:01:47.922Z] unset SSH_AGENT_PID; [2023-11-06T14:01:47.922Z] echo Agent pid 38 killed; [2023-11-06T14:01:47.932Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2023-11-06T14:01:48.027Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-11-06T14:01:48.028Z] [ssh-agent] Looking for ssh-agent implementation... [2023-11-06T14:01:48.145Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-11-06T14:01:48.148Z] $ docker exec c50b9db48b327f8d5ab21365a5d50f61dc9727dd95f3991696ce9a7289753e33 ssh-agent [2023-11-06T14:01:48.263Z] SSH_AUTH_SOCK=/tmp/ssh-ahhO24e52bXi/agent.70 [2023-11-06T14:01:48.263Z] SSH_AGENT_PID=76 [2023-11-06T14:01:48.268Z] Running ssh-add (command line suppressed) [2023-11-06T14:01:48.400Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_PR-658@tmp/private_key_1703302726503340930.key (/w/workspace/edgexfoundry_edgex-ui-go_PR-658@tmp/private_key_1703302726503340930.key) [2023-11-06T14:01:48.414Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-11-06T14:01:48.748Z] + git semver init [2023-11-06T14:01:49.008Z] 2023-11-06 14:01:48,941 [run_init] DEBUG init version:0.0.0 force:False [2023-11-06T14:01:49.008Z] 2023-11-06 14:01:48,943 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgexfoundry_edgex-ui-go_PR-658/.semver [2023-11-06T14:01:49.008Z] 2023-11-06 14:01:48,943 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-ui-go.git /w/workspace/edgexfoundry_edgex-ui-go_PR-658/.semver [2023-11-06T14:01:49.008Z] 2023-11-06 14:01:48,943 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/edgex-ui-go.git', '/w/workspace/edgexfoundry_edgex-ui-go_PR-658/.semver'], cwd=/w/workspace/edgexfoundry_edgex-ui-go_PR-658, universal_newlines=False, shell=None, istream=None) [2023-11-06T14:01:50.919Z] 2023-11-06 14:01:50,739 [append_file] DEBUG append to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-658/.git/info/exclude [2023-11-06T14:01:50.919Z] 2023-11-06 14:01:50,739 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgexfoundry_edgex-ui-go_PR-658/.semver/PR-658 with force:False [2023-11-06T14:01:50.919Z] 2023-11-06 14:01:50,740 [write_file] DEBUG write to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-658/.semver/PR-658 [2023-11-06T14:01:50.919Z] 2023-11-06 14:01:50,742 [execute] INFO git cat-file --batch-check [2023-11-06T14:01:50.919Z] 2023-11-06 14:01:50,743 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgexfoundry_edgex-ui-go_PR-658/.semver, universal_newlines=False, shell=None, istream=) [2023-11-06T14:01:50.919Z] 2023-11-06 14:01:50,748 [execute] INFO git cat-file --batch [2023-11-06T14:01:50.919Z] 2023-11-06 14:01:50,748 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgexfoundry_edgex-ui-go_PR-658/.semver, universal_newlines=False, shell=None, istream=) [2023-11-06T14:01:50.919Z] 2023-11-06 14:01:50,753 [read_version] DEBUG read version from /w/workspace/edgexfoundry_edgex-ui-go_PR-658/.semver/PR-658 [2023-11-06T14:01:50.919Z] 0.0.0 [Pipeline] } [2023-11-06T14:01:50.946Z] $ docker exec --env ******** --env ******** c50b9db48b327f8d5ab21365a5d50f61dc9727dd95f3991696ce9a7289753e33 ssh-agent -k [2023-11-06T14:01:51.053Z] unset SSH_AUTH_SOCK; [2023-11-06T14:01:51.054Z] unset SSH_AGENT_PID; [2023-11-06T14:01:51.054Z] echo Agent pid 76 killed; [2023-11-06T14:01:51.063Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-11-06T14:01:51.491Z] + git semver [Pipeline] } [2023-11-06T14:01:52.088Z] $ docker stop --time=1 c50b9db48b327f8d5ab21365a5d50f61dc9727dd95f3991696ce9a7289753e33 [2023-11-06T14:01:53.743Z] $ docker rm -f --volumes c50b9db48b327f8d5ab21365a5d50f61dc9727dd95f3991696ce9a7289753e33 [Pipeline] // withDockerContainer [Pipeline] sh [2023-11-06T14:01:54.138Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2023-11-06T14:01:54.472Z] Stashed 1 file(s) [Pipeline] echo [2023-11-06T14:01:54.488Z] [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 [2023-11-06T14:01:55.064Z] provisioning config files... [2023-11-06T14:01:55.073Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-658@tmp/config15985043137880419876tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-11-06T14:01:55.423Z] ---> docker-login.sh [2023-11-06T14:01:55.423Z] nexus3.edgexfoundry.org:10001 [2023-11-06T14:01:55.423Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-11-06T14:01:55.423Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-11-06T14:01:55.423Z] Configure a credential helper to remove this warning. See [2023-11-06T14:01:55.423Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-11-06T14:01:55.423Z] [2023-11-06T14:01:55.423Z] Login Succeeded [2023-11-06T14:01:55.423Z] nexus3.edgexfoundry.org:10002 [2023-11-06T14:01:55.423Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-11-06T14:01:55.423Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-11-06T14:01:55.423Z] Configure a credential helper to remove this warning. See [2023-11-06T14:01:55.424Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-11-06T14:01:55.424Z] [2023-11-06T14:01:55.682Z] Login Succeeded [2023-11-06T14:01:55.682Z] nexus3.edgexfoundry.org:10003 [2023-11-06T14:01:55.682Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-11-06T14:01:55.683Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-11-06T14:01:55.683Z] Configure a credential helper to remove this warning. See [2023-11-06T14:01:55.683Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-11-06T14:01:55.683Z] [2023-11-06T14:01:55.683Z] Login Succeeded [2023-11-06T14:01:55.683Z] nexus3.edgexfoundry.org:10004 [2023-11-06T14:01:55.683Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-11-06T14:01:55.683Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-11-06T14:01:55.683Z] Configure a credential helper to remove this warning. See [2023-11-06T14:01:55.683Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-11-06T14:01:55.683Z] [2023-11-06T14:01:55.683Z] Login Succeeded [2023-11-06T14:01:55.683Z] docker.io [2023-11-06T14:01:55.942Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-11-06T14:01:56.203Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-11-06T14:01:56.203Z] Configure a credential helper to remove this warning. See [2023-11-06T14:01:56.203Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-11-06T14:01:56.203Z] [2023-11-06T14:01:56.203Z] Login Succeeded [2023-11-06T14:01:56.203Z] ---> docker-login.sh ends [Pipeline] } [2023-11-06T14:01:56.231Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2023-11-06T14:01:56.446Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2023-11-06T14:01:56.485Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2023-11-06T14:01:56.520Z] ========================================================= [2023-11-06T14:01:56.520Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine] [2023-11-06T14:01:56.520Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-11-06T14:01:56.996Z] + docker build -t ci-base-image-x86_64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine --build-arg MAKE=echo noop --target=builder . [2023-11-06T14:01:57.255Z] Sending build context to Docker daemon 49.13MB [2023-11-06T14:01:57.255Z] Step 1/15 : ARG BASE=golang:1.21-alpine3.18 [2023-11-06T14:01:57.255Z] Step 2/15 : FROM ${BASE} AS builder [2023-11-06T14:01:59.162Z] 1.21-alpine: Pulling from edgex-devops/edgex-golang-base [2023-11-06T14:01:59.162Z] 7264a8db6415: Pulling fs layer [2023-11-06T14:01:59.162Z] c4d48a809fc2: Pulling fs layer [2023-11-06T14:01:59.162Z] 4f1c88b9dad5: Pulling fs layer [2023-11-06T14:01:59.162Z] ad3a456e5733: Pulling fs layer [2023-11-06T14:01:59.162Z] 33e27b845d1e: Pulling fs layer [2023-11-06T14:01:59.162Z] c68163c4e522: Pulling fs layer [2023-11-06T14:01:59.162Z] 50da416c3ac9: Pulling fs layer [2023-11-06T14:01:59.162Z] 23d2d4c4bb30: Pulling fs layer [2023-11-06T14:01:59.162Z] 33e27b845d1e: Waiting [2023-11-06T14:01:59.162Z] c68163c4e522: Waiting [2023-11-06T14:01:59.162Z] 50da416c3ac9: Waiting [2023-11-06T14:01:59.162Z] ad3a456e5733: Waiting [2023-11-06T14:01:59.162Z] 23d2d4c4bb30: Waiting [2023-11-06T14:01:59.162Z] c4d48a809fc2: Download complete [2023-11-06T14:01:59.162Z] ad3a456e5733: Verifying Checksum [2023-11-06T14:01:59.162Z] ad3a456e5733: Download complete [2023-11-06T14:01:59.162Z] 33e27b845d1e: Verifying Checksum [2023-11-06T14:01:59.162Z] 33e27b845d1e: Download complete [2023-11-06T14:01:59.162Z] 7264a8db6415: Download complete [2023-11-06T14:01:59.162Z] c68163c4e522: Verifying Checksum [2023-11-06T14:01:59.162Z] c68163c4e522: Download complete [2023-11-06T14:01:59.482Z] 23d2d4c4bb30: Verifying Checksum [2023-11-06T14:01:59.742Z] 4f1c88b9dad5: Verifying Checksum [2023-11-06T14:02:00.310Z] 50da416c3ac9: Verifying Checksum [2023-11-06T14:02:00.310Z] 50da416c3ac9: Download complete [2023-11-06T14:02:00.878Z] 7264a8db6415: Pull complete [2023-11-06T14:02:02.279Z] c4d48a809fc2: Pull complete [2023-11-06T14:02:07.550Z] 4f1c88b9dad5: Pull complete [2023-11-06T14:02:08.928Z] ad3a456e5733: Pull complete [2023-11-06T14:02:09.897Z] Still waiting to schedule task [2023-11-06T14:02:09.897Z] Waiting for next available executor on ‘prd-ubuntu20.04-docker-arm64-4c-16g-16630’ [2023-11-06T14:02:10.330Z] 33e27b845d1e: Pull complete [2023-11-06T14:02:11.706Z] c68163c4e522: Pull complete [2023-11-06T14:02:14.988Z] 50da416c3ac9: Pull complete [2023-11-06T14:02:17.588Z] 23d2d4c4bb30: Pull complete [2023-11-06T14:02:18.156Z] Digest: sha256:869f8081a9cc57a47d9be3c92245bb8518e7edea9beab93563b77b0fbed5fa8c [2023-11-06T14:02:18.415Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine [2023-11-06T14:02:18.415Z] ---> 0786185ac409 [2023-11-06T14:02:18.415Z] Step 3/15 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" [2023-11-06T14:02:50.567Z] ---> Running in 3bf4c9a1c56b [2023-11-06T14:02:50.567Z] Removing intermediate container 3bf4c9a1c56b [2023-11-06T14:02:50.567Z] ---> 80f595021a75 [2023-11-06T14:02:50.567Z] Step 4/15 : ARG ALPINE_PKG_BASE="make git" [2023-11-06T14:02:50.567Z] ---> Running in fb90ef6954f8 [2023-11-06T14:02:50.567Z] Removing intermediate container fb90ef6954f8 [2023-11-06T14:02:50.567Z] ---> 8908ead3d68b [2023-11-06T14:02:50.567Z] Step 5/15 : ARG ALPINE_PKG_EXTRA="" [2023-11-06T14:02:50.828Z] ---> Running in 1393e8b38ea6 [2023-11-06T14:02:52.771Z] Removing intermediate container 1393e8b38ea6 [2023-11-06T14:02:52.771Z] ---> f26730995c65 [2023-11-06T14:02:52.771Z] Step 6/15 : LABEL Name=edgex-ui-go [2023-11-06T14:02:53.032Z] ---> Running in c20a09ce3cf1 [2023-11-06T14:02:54.414Z] Removing intermediate container c20a09ce3cf1 [2023-11-06T14:02:54.414Z] ---> 61d2863b2361 [2023-11-06T14:02:54.414Z] Step 7/15 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2023: Intel' [2023-11-06T14:02:55.794Z] ---> Running in be89cab4fedc [2023-11-06T14:02:56.362Z] Removing intermediate container be89cab4fedc [2023-11-06T14:02:56.362Z] ---> 6fd454a69566 [2023-11-06T14:02:56.362Z] Step 8/15 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2023-11-06T14:02:57.743Z] latest: Pulling from library/docker [2023-11-06T14:02:58.003Z] 96526aa774ef: Pulling fs layer [2023-11-06T14:02:58.003Z] 308a300cc30f: Pulling fs layer [2023-11-06T14:02:58.003Z] 4f4fb700ef54: Pulling fs layer [2023-11-06T14:02:58.003Z] 5fcb7611fd77: Pulling fs layer [2023-11-06T14:02:58.003Z] be9955e691a8: Pulling fs layer [2023-11-06T14:02:58.003Z] 1b5ce73eb848: Pulling fs layer [2023-11-06T14:02:58.003Z] fe45098d8d9e: Pulling fs layer [2023-11-06T14:02:58.003Z] 843bf259cc12: Pulling fs layer [2023-11-06T14:02:58.003Z] e56cd900ceac: Pulling fs layer [2023-11-06T14:02:58.003Z] 605d1390b383: Pulling fs layer [2023-11-06T14:02:58.003Z] 8f7854084fed: Pulling fs layer [2023-11-06T14:02:58.003Z] 0a217d94afa5: Pulling fs layer [2023-11-06T14:02:58.003Z] 50e7dd98501d: Pulling fs layer [2023-11-06T14:02:58.003Z] fe45098d8d9e: Waiting [2023-11-06T14:02:58.003Z] 843bf259cc12: Waiting [2023-11-06T14:02:58.003Z] e56cd900ceac: Waiting [2023-11-06T14:02:58.003Z] 5fcb7611fd77: Waiting [2023-11-06T14:02:58.003Z] 605d1390b383: Waiting [2023-11-06T14:02:58.003Z] 8f7854084fed: Waiting [2023-11-06T14:02:58.003Z] be9955e691a8: Waiting [2023-11-06T14:02:58.003Z] 0a217d94afa5: Waiting [2023-11-06T14:02:58.003Z] 1b5ce73eb848: Waiting [2023-11-06T14:02:58.003Z] 68811508944a: Pulling fs layer [2023-11-06T14:02:58.003Z] 50e7dd98501d: Waiting [2023-11-06T14:02:58.003Z] 68811508944a: Waiting [2023-11-06T14:02:58.288Z] 4f4fb700ef54: Verifying Checksum [2023-11-06T14:02:58.288Z] 96526aa774ef: Verifying Checksum [2023-11-06T14:02:58.288Z] 96526aa774ef: Download complete [2023-11-06T14:02:58.288Z] 308a300cc30f: Download complete [2023-11-06T14:02:58.569Z] 5fcb7611fd77: Verifying Checksum [2023-11-06T14:02:58.569Z] 5fcb7611fd77: Download complete [2023-11-06T14:02:58.569Z] be9955e691a8: Verifying Checksum [2023-11-06T14:02:58.569Z] be9955e691a8: Download complete [2023-11-06T14:02:58.569Z] 96526aa774ef: Pull complete [2023-11-06T14:02:58.830Z] 1b5ce73eb848: Verifying Checksum [2023-11-06T14:02:58.830Z] 1b5ce73eb848: Download complete [2023-11-06T14:02:58.830Z] fe45098d8d9e: Download complete [2023-11-06T14:02:58.830Z] 843bf259cc12: Verifying Checksum [2023-11-06T14:02:58.830Z] 843bf259cc12: Download complete [2023-11-06T14:02:59.091Z] e56cd900ceac: Verifying Checksum [2023-11-06T14:02:59.092Z] e56cd900ceac: Download complete [2023-11-06T14:02:59.092Z] 8f7854084fed: Download complete [2023-11-06T14:02:59.092Z] 605d1390b383: Verifying Checksum [2023-11-06T14:02:59.092Z] 605d1390b383: Download complete [2023-11-06T14:02:59.092Z] 308a300cc30f: Pull complete [2023-11-06T14:02:59.350Z] 50e7dd98501d: Download complete [2023-11-06T14:02:59.350Z] 68811508944a: Verifying Checksum [2023-11-06T14:02:59.350Z] 68811508944a: Download complete [2023-11-06T14:02:59.609Z] 4f4fb700ef54: Pull complete [2023-11-06T14:02:59.869Z] 5fcb7611fd77: Pull complete [2023-11-06T14:03:00.130Z] 0a217d94afa5: Verifying Checksum [2023-11-06T14:03:00.130Z] 0a217d94afa5: Download complete [2023-11-06T14:03:00.701Z] be9955e691a8: Pull complete [2023-11-06T14:03:01.637Z] 1b5ce73eb848: Pull complete [2023-11-06T14:03:01.637Z] fe45098d8d9e: Pull complete [2023-11-06T14:03:01.897Z] 843bf259cc12: Pull complete [2023-11-06T14:03:02.465Z] e56cd900ceac: Pull complete [2023-11-06T14:03:03.044Z] 605d1390b383: Pull complete [2023-11-06T14:03:03.305Z] 8f7854084fed: Pull complete [2023-11-06T14:03:05.214Z] 0a217d94afa5: Pull complete [2023-11-06T14:03:05.474Z] 50e7dd98501d: Pull complete [2023-11-06T14:03:05.474Z] 68811508944a: Pull complete [2023-11-06T14:03:05.474Z] Digest: sha256:1dfc375736e448806602211e09a9b1390eb110548dcb839eef374da357ca5f5d [2023-11-06T14:03:05.474Z] Status: Downloaded newer image for docker:latest [2023-11-06T14:03:09.683Z] ---> d309fa94132a [2023-11-06T14:03:09.684Z] Step 9/15 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-11-06T14:03:09.684Z] ---> Running in 35b94c26b4c8 [2023-11-06T14:03:09.684Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2023-11-06T14:03:09.684Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2023-11-06T14:03:09.944Z] OK: 264 MiB in 52 packages [2023-11-06T14:03:10.516Z] Removing intermediate container 35b94c26b4c8 [2023-11-06T14:03:10.516Z] ---> 62ff0c1ba237 [2023-11-06T14:03:10.516Z] Step 10/15 : ENV GO111MODULE=on [2023-11-06T14:03:10.778Z] ---> Running in 4139b247be16 [2023-11-06T14:03:10.778Z] Removing intermediate container 4139b247be16 [2023-11-06T14:03:10.778Z] ---> 809a6e722191 [2023-11-06T14:03:10.778Z] Step 11/15 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go [2023-11-06T14:03:10.778Z] ---> Running in 54bedc22906a [2023-11-06T14:03:10.778Z] Removing intermediate container 54bedc22906a [2023-11-06T14:03:10.778Z] ---> 445d70141a57 [2023-11-06T14:03:10.778Z] Step 12/15 : COPY go.mod vendor* ./ [2023-11-06T14:03:11.037Z] ---> 4ce08164eb3e [2023-11-06T14:03:11.037Z] Step 13/15 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-11-06T14:03:11.037Z] ---> Running in 192f1196becd [2023-11-06T14:04:18.850Z] Removing intermediate container 192f1196becd [2023-11-06T14:04:18.850Z] ---> 6a612b55e65f [2023-11-06T14:04:18.850Z] Step 14/15 : COPY . . [2023-11-06T14:04:20.763Z] ---> 93a8e9df32af [2023-11-06T14:04:20.763Z] Step 15/15 : RUN ${MAKE} [2023-11-06T14:04:20.763Z] ---> Running in 77a01af9c832 [2023-11-06T14:04:21.331Z] noop [2023-11-06T14:04:21.590Z] Removing intermediate container 77a01af9c832 [2023-11-06T14:04:21.590Z] ---> 9b525328e68f [2023-11-06T14:04:21.590Z] Successfully built 9b525328e68f [2023-11-06T14:04:21.590Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-11-06T14:04:22.028Z] + docker inspect -f . ci-base-image-x86_64 [2023-11-06T14:04:22.028Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-11-06T14:04:22.218Z] prd-ubuntu20.04-docker-8c-8g-16631 does not seem to be running inside a container [2023-11-06T14:04:22.233Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgexfoundry_edgex-ui-go_PR-658 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-658:/w/workspace/edgexfoundry_edgex-ui-go_PR-658:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-658@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-658@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 ******** -e ******** -e ******** ci-base-image-x86_64 cat [2023-11-06T14:04:24.642Z] $ docker top f6becbbc742ee4f71843ffe2366e5ff675a838c09424c3260f94c5c156f43b61 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-11-06T14:04:25.065Z] + go version [2023-11-06T14:04:25.065Z] go version go1.21.0 linux/amd64 [Pipeline] } [2023-11-06T14:04:25.077Z] $ docker stop --time=1 f6becbbc742ee4f71843ffe2366e5ff675a838c09424c3260f94c5c156f43b61 [2023-11-06T14:04:26.480Z] $ docker rm -f --volumes f6becbbc742ee4f71843ffe2366e5ff675a838c09424c3260f94c5c156f43b61 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-11-06T14:04:27.237Z] + docker inspect -f . ci-base-image-x86_64 [2023-11-06T14:04:27.237Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-11-06T14:04:27.391Z] prd-ubuntu20.04-docker-8c-8g-16631 does not seem to be running inside a container [2023-11-06T14:04:27.403Z] $ 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-658 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-658:/w/workspace/edgexfoundry_edgex-ui-go_PR-658:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-658@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-658@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 ******** -e ******** -e ******** ci-base-image-x86_64 cat [2023-11-06T14:04:28.065Z] $ docker top a61cb2d11ccd44ca22e3b1215373e0ae2c4cae2cf43332bc72547430e83b8562 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-11-06T14:04:28.486Z] + git config --global --add safe.directory /w/workspace/edgexfoundry_edgex-ui-go_PR-658 [Pipeline] fileExists [Pipeline] sh [2023-11-06T14:04:28.918Z] + make test [2023-11-06T14:04:28.918Z] CGO_ENABLED=0 GO111MODULE=on go test -tags "no_messagebus" -coverprofile=coverage.out ./... [2023-11-06T14:04:33.106Z] ? github.com/edgexfoundry/edgex-ui-go [no test files] [2023-11-06T14:04:41.240Z] ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] [2023-11-06T14:04:41.240Z] ? github.com/edgexfoundry/edgex-ui-go/internal/common [no test files] [2023-11-06T14:04:41.240Z] ? github.com/edgexfoundry/edgex-ui-go/internal/container [no test files] [2023-11-06T14:04:41.240Z] ? github.com/edgexfoundry/edgex-ui-go/internal/config [no test files] [2023-11-06T14:04:41.240Z] ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] [2023-11-06T14:04:41.240Z] ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] [2023-11-06T14:04:41.240Z] ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] [2023-11-06T14:04:41.240Z] ? github.com/edgexfoundry/edgex-ui-go/internal/service [no test files] [2023-11-06T14:04:41.240Z] CGO_ENABLED=0 GO111MODULE=on go vet -tags "no_messagebus" ./... [2023-11-06T14:04:43.779Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-11-06T14:04:43.779Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-11-06T14:04:43.779Z] ./bin/test-attribution-txt.sh [2023-11-06T14:04:44.039Z] An attribution for github.com/gabriel-vasile/mimetype is missing from Attribution.txt, please add [2023-11-06T14:04:44.039Z] An attribution for github.com/golang-jwt/jwt is missing from Attribution.txt, please add [2023-11-06T14:04:44.039Z] An attribution for github.com/klauspost/compress is missing from Attribution.txt, please add [2023-11-06T14:04:44.039Z] An attribution for github.com/labstack/echo/v4 is missing from Attribution.txt, please add [2023-11-06T14:04:44.039Z] An attribution for github.com/labstack/gommon is missing from Attribution.txt, please add [2023-11-06T14:04:44.039Z] An attribution for github.com/valyala/bytebufferpool is missing from Attribution.txt, please add [2023-11-06T14:04:44.039Z] An attribution for github.com/valyala/fasttemplate is missing from Attribution.txt, please add [2023-11-06T14:04:44.039Z] An attribution for golang.org/x/exp is missing from Attribution.txt, please add [2023-11-06T14:04:44.039Z] An attribution for golang.org/x/time is missing from Attribution.txt, please add [2023-11-06T14:04:44.039Z] make -C web test [2023-11-06T14:04:44.039Z] make[1]: Entering directory '/w/workspace/edgexfoundry_edgex-ui-go_PR-658/web' [2023-11-06T14:04:44.039Z] make[1]: tput: No such file or directory [2023-11-06T14:04:44.039Z] make[1]: tput: No such file or directory [2023-11-06T14:04:44.039Z] warning: generating ./VERSION [2023-11-06T14:04:44.039Z] echo "0.0.0" > VERSION [2023-11-06T14:04:44.039Z] docker build \ [2023-11-06T14:04:44.039Z] -f Dockerfile \ [2023-11-06T14:04:44.039Z] --build-arg USER=1000 \ [2023-11-06T14:04:44.039Z] \ [2023-11-06T14:04:44.039Z] --label "git_sha=6cd958e8792824617ef9e13f7801649486dd64cd" \ [2023-11-06T14:04:44.039Z] -t edgexfoundry/edgex-web-ui:6cd958e8792824617ef9e13f7801649486dd64cd \ [2023-11-06T14:04:44.039Z] -t edgexfoundry/edgex-web-ui:0.0.0-dev \ [2023-11-06T14:04:44.039Z] . [2023-11-06T14:04:44.039Z] DEPRECATED: The legacy builder is deprecated and will be removed in a future release. [2023-11-06T14:04:44.039Z] Install the buildx component to build images with BuildKit: [2023-11-06T14:04:44.039Z] https://docs.docker.com/go/buildx/ [2023-11-06T14:04:44.039Z] [2023-11-06T14:04:44.039Z] Sending build context to Docker daemon 2.706MB [2023-11-06T14:04:44.039Z] Step 1/11 : FROM node:18-alpine3.18 [2023-11-06T14:04:44.983Z] 18-alpine3.18: Pulling from library/node [2023-11-06T14:04:44.983Z] 96526aa774ef: Already exists [2023-11-06T14:04:44.983Z] 3130715204cf: Pulling fs layer [2023-11-06T14:04:44.983Z] b06de8ab1c4f: Pulling fs layer [2023-11-06T14:04:44.983Z] 90ef3ffc5156: Pulling fs layer [2023-11-06T14:04:44.983Z] 90ef3ffc5156: Verifying Checksum [2023-11-06T14:04:44.983Z] 90ef3ffc5156: Download complete [2023-11-06T14:04:44.983Z] b06de8ab1c4f: Verifying Checksum [2023-11-06T14:04:44.983Z] b06de8ab1c4f: Download complete [2023-11-06T14:04:45.552Z] 3130715204cf: Verifying Checksum [2023-11-06T14:04:45.552Z] 3130715204cf: Download complete [2023-11-06T14:04:47.455Z] 3130715204cf: Pull complete [2023-11-06T14:04:47.714Z] b06de8ab1c4f: Pull complete [2023-11-06T14:04:47.714Z] 90ef3ffc5156: Pull complete [2023-11-06T14:04:48.692Z] Digest: sha256:435dcad253bb5b7f347ebc69c8cc52de7c912eb7241098b920f2fc2d7843183d [2023-11-06T14:04:48.692Z] Status: Downloaded newer image for node:18-alpine3.18 [2023-11-06T14:04:48.692Z] ---> d1517ab6615b [2023-11-06T14:04:48.692Z] Step 2/11 : RUN apk add --no-cache chromium [2023-11-06T14:04:55.703Z] ---> Running in d62f7ba95510 [2023-11-06T14:04:55.703Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2023-11-06T14:04:55.703Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2023-11-06T14:04:56.271Z] (1/154) Installing libexpat (2.5.0-r1) [2023-11-06T14:04:56.271Z] (2/154) Installing brotli-libs (1.0.9-r14) [2023-11-06T14:04:56.271Z] (3/154) Installing libbz2 (1.0.8-r5) [2023-11-06T14:04:56.271Z] (4/154) Installing libpng (1.6.39-r3) [2023-11-06T14:04:56.271Z] (5/154) Installing freetype (2.13.0-r5) [2023-11-06T14:04:56.271Z] (6/154) Installing fontconfig (2.14.2-r3) [2023-11-06T14:04:56.271Z] (7/154) Installing libfontenc (1.1.7-r2) [2023-11-06T14:04:56.271Z] (8/154) Installing mkfontscale (1.2.2-r3) [2023-11-06T14:04:56.271Z] (9/154) Installing font-opensans (0_git20210927-r1) [2023-11-06T14:04:56.271Z] (10/154) Installing pkgconf (1.9.5-r0) [2023-11-06T14:04:56.271Z] (11/154) Installing libffi (3.4.4-r2) [2023-11-06T14:04:56.271Z] (12/154) Installing libintl (0.21.1-r7) [2023-11-06T14:04:56.271Z] (13/154) Installing libblkid (2.38.1-r8) [2023-11-06T14:04:56.271Z] (14/154) Installing libmount (2.38.1-r8) [2023-11-06T14:04:56.271Z] (15/154) Installing pcre2 (10.42-r1) [2023-11-06T14:04:56.271Z] (16/154) Installing glib (2.76.4-r0) [2023-11-06T14:04:56.271Z] (17/154) Installing xz-libs (5.4.3-r0) [2023-11-06T14:04:56.271Z] (18/154) Installing libxml2 (2.11.4-r0) [2023-11-06T14:04:56.271Z] (19/154) Installing shared-mime-info (2.2-r5) [2023-11-06T14:04:56.271Z] (20/154) Installing hicolor-icon-theme (0.17-r2) [2023-11-06T14:04:56.271Z] (21/154) Installing libjpeg-turbo (2.1.5.1-r3) [2023-11-06T14:04:56.271Z] (22/154) Installing libwebp (1.3.2-r0) [2023-11-06T14:04:56.271Z] (23/154) Installing zstd-libs (1.5.5-r4) [2023-11-06T14:04:56.271Z] (24/154) Installing tiff (4.5.1-r0) [2023-11-06T14:04:56.271Z] (25/154) Installing gdk-pixbuf (2.42.10-r5) [2023-11-06T14:04:56.271Z] (26/154) Installing gtk-update-icon-cache (3.24.38-r1) [2023-11-06T14:04:56.271Z] (27/154) Installing libxau (1.0.11-r2) [2023-11-06T14:04:56.271Z] (28/154) Installing libmd (1.0.4-r2) [2023-11-06T14:04:56.271Z] (29/154) Installing libbsd (0.11.7-r1) [2023-11-06T14:04:56.271Z] (30/154) Installing libxdmcp (1.1.4-r2) [2023-11-06T14:04:56.271Z] (31/154) Installing libxcb (1.15-r1) [2023-11-06T14:04:56.271Z] (32/154) Installing libx11 (1.8.7-r0) [2023-11-06T14:04:56.530Z] (33/154) Installing libxcomposite (0.4.6-r3) [2023-11-06T14:04:56.530Z] (34/154) Installing libxfixes (6.0.1-r2) [2023-11-06T14:04:56.530Z] (35/154) Installing libxrender (0.9.11-r3) [2023-11-06T14:04:56.530Z] (36/154) Installing libxcursor (1.2.1-r2) [2023-11-06T14:04:56.530Z] (37/154) Installing libxdamage (1.1.6-r2) [2023-11-06T14:04:56.530Z] (38/154) Installing libxext (1.3.5-r2) [2023-11-06T14:04:56.530Z] (39/154) Installing libxi (1.8.1-r0) [2023-11-06T14:04:56.530Z] (40/154) Installing libxinerama (1.1.5-r2) [2023-11-06T14:04:56.530Z] (41/154) Installing libxrandr (1.5.3-r2) [2023-11-06T14:04:56.530Z] (42/154) Installing libatk-1.0 (2.48.3-r0) [2023-11-06T14:04:56.530Z] (43/154) Installing libxtst (1.2.4-r2) [2023-11-06T14:04:56.530Z] (44/154) Installing dbus-libs (1.14.8-r0) [2023-11-06T14:04:56.530Z] (45/154) Installing at-spi2-core (2.48.3-r0) [2023-11-06T14:04:56.530Z] (46/154) Installing libatk-bridge-2.0 (2.48.3-r0) [2023-11-06T14:04:56.530Z] (47/154) Installing pixman (0.42.2-r1) [2023-11-06T14:04:56.530Z] (48/154) Installing cairo (1.17.8-r1) [2023-11-06T14:04:56.530Z] (49/154) Installing cairo-gobject (1.17.8-r1) [2023-11-06T14:04:56.530Z] (50/154) Installing avahi-libs (0.8-r13) [2023-11-06T14:04:56.530Z] (51/154) Installing gmp (6.2.1-r3) [2023-11-06T14:04:56.530Z] (52/154) Installing nettle (3.8.1-r2) [2023-11-06T14:04:56.530Z] (53/154) Installing libunistring (1.1-r1) [2023-11-06T14:04:56.530Z] (54/154) Installing libidn2 (2.3.4-r1) [2023-11-06T14:04:56.530Z] (55/154) Installing p11-kit (0.24.1-r2) [2023-11-06T14:04:56.530Z] (56/154) Installing libtasn1 (4.19.0-r1) [2023-11-06T14:04:56.530Z] (57/154) Installing gnutls (3.8.0-r2) [2023-11-06T14:04:56.530Z] (58/154) Installing cups-libs (2.4.7-r0) [2023-11-06T14:04:56.530Z] (59/154) Installing libepoxy (1.5.10-r1) [2023-11-06T14:04:56.790Z] (60/154) Installing fribidi (1.0.13-r0) [2023-11-06T14:04:56.790Z] (61/154) Installing graphite2 (1.3.14-r5) [2023-11-06T14:04:56.790Z] (62/154) Installing harfbuzz (7.3.0-r0) [2023-11-06T14:04:56.790Z] (63/154) Installing libxft (2.3.8-r1) [2023-11-06T14:04:56.790Z] (64/154) Installing pango (1.50.14-r1) [2023-11-06T14:04:56.790Z] (65/154) Installing wayland-libs-client (1.22.0-r2) [2023-11-06T14:04:56.790Z] (66/154) Installing wayland-libs-cursor (1.22.0-r2) [2023-11-06T14:04:56.790Z] (67/154) Installing wayland-libs-egl (1.22.0-r2) [2023-11-06T14:04:56.790Z] (68/154) Installing xkeyboard-config (2.38-r0) [2023-11-06T14:04:56.790Z] (69/154) Installing libxkbcommon (1.5.0-r2) [2023-11-06T14:04:56.790Z] (70/154) Installing gtk+3.0 (3.24.38-r1) [2023-11-06T14:04:56.790Z] Executing gtk+3.0-3.24.38-r1.post-install [2023-11-06T14:04:56.790Z] (71/154) Installing icu-data-full (73.2-r2) [2023-11-06T14:04:57.050Z] (72/154) Installing mesa (23.0.4-r0) [2023-11-06T14:04:57.050Z] (73/154) Installing llvm15-libs (15.0.7-r6) [2023-11-06T14:04:57.625Z] (74/154) Installing hwdata-pci (0.370-r0) [2023-11-06T14:04:57.625Z] (75/154) Installing libpciaccess (0.17-r2) [2023-11-06T14:04:57.625Z] (76/154) Installing libdrm (2.4.115-r4) [2023-11-06T14:04:57.625Z] (77/154) Installing musl-fts (1.2.7-r5) [2023-11-06T14:04:57.625Z] (78/154) Installing libelf (0.189-r2) [2023-11-06T14:04:57.625Z] (79/154) Installing mesa-glapi (23.0.4-r0) [2023-11-06T14:04:57.625Z] (80/154) Installing mesa-dri-gallium (23.0.4-r0) [2023-11-06T14:04:57.886Z] (81/154) Installing eudev-libs (3.2.11-r8) [2023-11-06T14:04:57.886Z] (82/154) Installing libmagic (5.45-r0) [2023-11-06T14:04:57.886Z] (83/154) Installing file (5.45-r0) [2023-11-06T14:04:57.886Z] (84/154) Installing libice (1.1.1-r2) [2023-11-06T14:04:57.886Z] (85/154) Installing libuuid (2.38.1-r8) [2023-11-06T14:04:57.886Z] (86/154) Installing libsm (1.2.4-r1) [2023-11-06T14:04:57.886Z] (87/154) Installing libxt (1.3.0-r2) [2023-11-06T14:04:57.886Z] (88/154) Installing libxmu (1.1.4-r2) [2023-11-06T14:04:57.886Z] (89/154) Installing xset (1.2.5-r1) [2023-11-06T14:04:57.886Z] (90/154) Installing xprop (1.2.6-r0) [2023-11-06T14:04:57.886Z] (91/154) Installing xdg-utils (1.1.3-r4) [2023-11-06T14:04:57.886Z] (92/154) Installing libogg (1.3.5-r4) [2023-11-06T14:04:57.886Z] (93/154) Installing flac-libs (1.4.3-r0) [2023-11-06T14:04:57.886Z] (94/154) Installing alsa-lib (1.2.9-r1) [2023-11-06T14:04:57.886Z] (95/154) Installing libatomic (12.2.1_git20220924-r10) [2023-11-06T14:04:57.886Z] (96/154) Installing svt-av1-libs (1.6.0-r0) [2023-11-06T14:04:58.145Z] (97/154) Installing aom-libs (3.6.1-r0) [2023-11-06T14:04:58.145Z] (98/154) Installing libva (2.18.0-r1) [2023-11-06T14:04:58.145Z] (99/154) Installing libvdpau (1.5-r1) [2023-11-06T14:04:58.145Z] (100/154) Installing onevpl-libs (2023.2.1-r0) [2023-11-06T14:04:58.145Z] (101/154) Installing ffmpeg-libavutil (6.0-r15) [2023-11-06T14:04:58.145Z] (102/154) Installing libdav1d (1.2.1-r0) [2023-11-06T14:04:58.145Z] (103/154) Installing libhwy (1.0.4-r1) [2023-11-06T14:04:58.145Z] (104/154) Installing lcms2 (2.15-r2) [2023-11-06T14:04:58.145Z] (105/154) Installing libjxl (0.8.2-r0) [2023-11-06T14:04:58.145Z] (106/154) Installing lame-libs (3.100-r5) [2023-11-06T14:04:58.145Z] (107/154) Installing opus (1.4-r0) [2023-11-06T14:04:58.145Z] (108/154) Installing libgomp (12.2.1_git20220924-r10) [2023-11-06T14:04:58.145Z] (109/154) Installing soxr (0.1.3-r5) [2023-11-06T14:04:58.145Z] (110/154) Installing ffmpeg-libswresample (6.0-r15) [2023-11-06T14:04:58.145Z] (111/154) Installing libtheora (1.1.1-r17) [2023-11-06T14:04:58.145Z] (112/154) Installing libvorbis (1.3.7-r1) [2023-11-06T14:04:58.145Z] (113/154) Installing libvpx (1.13.0-r2) [2023-11-06T14:04:58.407Z] (114/154) Installing x264-libs (0.164_git20220602-r1) [2023-11-06T14:04:58.407Z] (115/154) Installing numactl (2.0.16-r4) [2023-11-06T14:04:58.407Z] (116/154) Installing x265-libs (3.5-r4) [2023-11-06T14:04:58.407Z] (117/154) Installing xvidcore (1.3.7-r1) [2023-11-06T14:04:58.407Z] (118/154) Installing ffmpeg-libavcodec (6.0-r15) [2023-11-06T14:04:58.407Z] (119/154) Installing libbluray (1.3.4-r0) [2023-11-06T14:04:58.407Z] (120/154) Installing mpg123-libs (1.31.3-r1) [2023-11-06T14:04:58.407Z] (121/154) Installing libopenmpt (0.7.2-r0) [2023-11-06T14:04:58.664Z] (122/154) Installing cjson (1.7.15-r4) [2023-11-06T14:04:58.664Z] (123/154) Installing mbedtls (2.28.5-r0) [2023-11-06T14:04:58.664Z] (124/154) Installing librist (0.2.7-r0) [2023-11-06T14:04:58.664Z] (125/154) Installing libsrt (1.5.2-r0) [2023-11-06T14:04:58.664Z] (126/154) Installing libssh (0.10.5-r0) [2023-11-06T14:04:58.664Z] (127/154) Installing libsodium (1.0.18-r3) [2023-11-06T14:04:58.664Z] (128/154) Installing libzmq (4.3.4-r4) [2023-11-06T14:04:58.664Z] (129/154) Installing ffmpeg-libavformat (6.0-r15) [2023-11-06T14:04:58.664Z] (130/154) Installing libevent (2.1.12-r6) [2023-11-06T14:04:58.664Z] (131/154) Installing wayland-libs-server (1.22.0-r2) [2023-11-06T14:04:58.664Z] (132/154) Installing mesa-gbm (23.0.4-r0) [2023-11-06T14:04:58.664Z] (133/154) Installing harfbuzz-subset (7.3.0-r0) [2023-11-06T14:04:58.664Z] (134/154) Installing icu-libs (73.2-r2) [2023-11-06T14:04:58.664Z] (135/154) Installing jsoncpp (1.9.5-r0) [2023-11-06T14:04:58.664Z] (136/154) Installing minizip (1.2.13-r1) [2023-11-06T14:04:58.664Z] (137/154) Installing nspr (4.35-r2) [2023-11-06T14:04:58.664Z] (138/154) Installing sqlite-libs (3.41.2-r2) [2023-11-06T14:04:58.664Z] (139/154) Installing nss (3.94-r0) [2023-11-06T14:04:58.664Z] (140/154) Installing pipewire-libs (0.3.70-r1) [2023-11-06T14:04:58.664Z] (141/154) Installing libasyncns (0.8-r1) [2023-11-06T14:04:58.664Z] (142/154) Installing libltdl (2.4.7-r2) [2023-11-06T14:04:58.664Z] (143/154) Installing orc (0.4.34-r0) [2023-11-06T14:04:58.664Z] (144/154) Installing libsndfile (1.2.0-r2) [2023-11-06T14:04:58.664Z] (145/154) Installing speexdsp (1.2.1-r1) [2023-11-06T14:04:58.664Z] (146/154) Installing tdb-libs (1.4.8-r1) [2023-11-06T14:04:58.664Z] (147/154) Installing libpulse (16.1-r10) [2023-11-06T14:04:58.922Z] (148/154) Installing snappy (1.1.10-r1) [2023-11-06T14:04:58.922Z] (149/154) Installing libwoff2common (1.0.2-r2) [2023-11-06T14:04:58.922Z] (150/154) Installing libwoff2enc (1.0.2-r2) [2023-11-06T14:04:58.922Z] (151/154) Installing libgpg-error (1.47-r1) [2023-11-06T14:04:58.922Z] (152/154) Installing libgcrypt (1.10.2-r1) [2023-11-06T14:04:58.922Z] (153/154) Installing libxslt (1.1.38-r0) [2023-11-06T14:04:58.922Z] (154/154) Installing chromium (117.0.5938.62-r0) [2023-11-06T14:05:00.295Z] Executing busybox-1.36.1-r2.trigger [2023-11-06T14:05:00.295Z] Executing fontconfig-2.14.2-r3.trigger [2023-11-06T14:05:00.295Z] Executing mkfontscale-1.2.2-r3.trigger [2023-11-06T14:05:00.295Z] Executing glib-2.76.4-r0.trigger [2023-11-06T14:05:00.295Z] Executing shared-mime-info-2.2-r5.trigger [2023-11-06T14:05:00.864Z] Executing gdk-pixbuf-2.42.10-r5.trigger [2023-11-06T14:05:00.865Z] Executing gtk-update-icon-cache-3.24.38-r1.trigger [2023-11-06T14:05:00.865Z] OK: 576 MiB in 171 packages [2023-11-06T14:05:13.084Z] Removing intermediate container d62f7ba95510 [2023-11-06T14:05:13.084Z] ---> 2260a7407399 [2023-11-06T14:05:13.084Z] Step 3/11 : ENV CHROME_BIN=/usr/bin/chromium-browser [2023-11-06T14:05:13.084Z] ---> Running in 04d61aa33433 [2023-11-06T14:05:13.084Z] Removing intermediate container 04d61aa33433 [2023-11-06T14:05:13.084Z] ---> f5c4514eedcd [2023-11-06T14:05:13.084Z] Step 4/11 : ENV NODE_OPTIONS=--openssl-legacy-provider [2023-11-06T14:05:13.084Z] ---> Running in 4fe8d6e53678 [2023-11-06T14:05:13.084Z] Removing intermediate container 4fe8d6e53678 [2023-11-06T14:05:13.084Z] ---> 4959ddf57739 [2023-11-06T14:05:13.084Z] Step 5/11 : ENV PATH /app/node_modules/.bin:$PATH [2023-11-06T14:05:13.084Z] ---> Running in da7df91627c2 [2023-11-06T14:05:13.084Z] Removing intermediate container da7df91627c2 [2023-11-06T14:05:13.084Z] ---> b57f16bb5739 [2023-11-06T14:05:13.084Z] Step 6/11 : RUN npm install -g npm [2023-11-06T14:05:13.084Z] ---> Running in 70777c49d2f4 [2023-11-06T14:05:18.719Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-16633 in /w/workspace/edgexfoundry_edgex-ui-go_PR-658 [Pipeline] { [Pipeline] ws [2023-11-06T14:05:18.781Z] Running in /w/workspace/edgex-ui-go/1 [Pipeline] { [Pipeline] checkout [2023-11-06T14:05:18.858Z] The recommended git tool is: git [2023-11-06T14:05:23.051Z] [2023-11-06T14:05:23.051Z] removed 31 packages, and changed 65 packages in 9s [2023-11-06T14:05:23.051Z] [2023-11-06T14:05:23.051Z] 26 packages are looking for funding [2023-11-06T14:05:23.051Z] run `npm fund` for details [2023-11-06T14:05:24.004Z] Removing intermediate container 70777c49d2f4 [2023-11-06T14:05:24.004Z] ---> d433830d77c0 [2023-11-06T14:05:24.004Z] Step 7/11 : ARG USER=1000 [2023-11-06T14:05:24.267Z] ---> Running in 1cfc267f860e [2023-11-06T14:05:24.267Z] Removing intermediate container 1cfc267f860e [2023-11-06T14:05:24.267Z] ---> 6c344d4b81c1 [2023-11-06T14:05:24.267Z] Step 8/11 : RUN deluser --remove-home node && adduser -u $USER -D -s /bin/sh node [2023-11-06T14:05:24.267Z] ---> Running in 5f59f4bf57fa [2023-11-06T14:05:25.207Z] Removing intermediate container 5f59f4bf57fa [2023-11-06T14:05:25.207Z] ---> 56e8f1d653a1 [2023-11-06T14:05:25.207Z] Step 9/11 : USER $USER:$USER [2023-11-06T14:05:25.207Z] ---> Running in 6d1b69e1e02b [2023-11-06T14:05:25.542Z] Removing intermediate container 6d1b69e1e02b [2023-11-06T14:05:25.542Z] ---> 95784482a514 [2023-11-06T14:05:25.542Z] Step 10/11 : WORKDIR /app [2023-11-06T14:05:25.542Z] ---> Running in 6cf82c9c22fb [2023-11-06T14:05:25.824Z] Removing intermediate container 6cf82c9c22fb [2023-11-06T14:05:25.824Z] ---> 69c8f36bfc38 [2023-11-06T14:05:25.824Z] Step 11/11 : LABEL git_sha=6cd958e8792824617ef9e13f7801649486dd64cd [2023-11-06T14:05:26.092Z] ---> Running in cc7ebeb6f4e6 [2023-11-06T14:05:26.664Z] Removing intermediate container cc7ebeb6f4e6 [2023-11-06T14:05:26.664Z] ---> 3682f1cdbac1 [2023-11-06T14:05:26.664Z] Successfully built 3682f1cdbac1 [2023-11-06T14:05:26.664Z] Successfully tagged edgexfoundry/edgex-web-ui:6cd958e8792824617ef9e13f7801649486dd64cd [2023-11-06T14:05:26.664Z] Successfully tagged edgexfoundry/edgex-web-ui:0.0.0-dev [2023-11-06T14:05:26.664Z] touch edgex-web-ui.imagebuilt [2023-11-06T14:05:26.664Z] mkdir -p node_modules coverage [2023-11-06T14:05:26.664Z] chown "1000:1000" node_modules coverage package-lock.json [2023-11-06T14:05:26.664Z] docker run --rm -i -v "$(pwd):/app" -u "1000:1000" edgexfoundry/edgex-web-ui:0.0.0-dev npm install [2023-11-06T14:05:28.015Z] using credential edgex-jenkins-ssh [2023-11-06T14:05:28.036Z] Cloning the remote Git repository [2023-11-06T14:05:28.578Z] npm WARN EBADENGINE Unsupported engine { [2023-11-06T14:05:28.578Z] npm WARN EBADENGINE package: '@angular-devkit/architect@0.1202.4', [2023-11-06T14:05:28.578Z] npm WARN EBADENGINE required: { [2023-11-06T14:05:28.578Z] npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', [2023-11-06T14:05:28.578Z] npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', [2023-11-06T14:05:28.578Z] npm WARN EBADENGINE yarn: '>= 1.13.0' [2023-11-06T14:05:28.578Z] npm WARN EBADENGINE }, [2023-11-06T14:05:28.578Z] npm WARN EBADENGINE current: { node: 'v18.18.2', npm: '10.2.3' } [2023-11-06T14:05:28.578Z] npm WARN EBADENGINE } [2023-11-06T14:05:28.578Z] npm WARN EBADENGINE Unsupported engine { [2023-11-06T14:05:28.578Z] npm WARN EBADENGINE package: '@angular-devkit/build-angular@12.2.4', [2023-11-06T14:05:28.578Z] npm WARN EBADENGINE required: { [2023-11-06T14:05:28.578Z] npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', [2023-11-06T14:05:28.578Z] npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', [2023-11-06T14:05:28.578Z] npm WARN EBADENGINE yarn: '>= 1.13.0' [2023-11-06T14:05:28.578Z] npm WARN EBADENGINE }, [2023-11-06T14:05:28.578Z] npm WARN EBADENGINE current: { node: 'v18.18.2', npm: '10.2.3' } [2023-11-06T14:05:28.578Z] npm WARN EBADENGINE } [2023-11-06T14:05:28.578Z] npm WARN EBADENGINE Unsupported engine { [2023-11-06T14:05:28.578Z] npm WARN EBADENGINE package: '@angular-devkit/build-optimizer@0.1202.4', [2023-11-06T14:05:28.578Z] npm WARN EBADENGINE required: { [2023-11-06T14:05:28.578Z] npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', [2023-11-06T14:05:28.578Z] npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', [2023-11-06T14:05:28.578Z] npm WARN EBADENGINE yarn: '>= 1.13.0' [2023-11-06T14:05:28.578Z] npm WARN EBADENGINE }, [2023-11-06T14:05:28.578Z] npm WARN EBADENGINE current: { node: 'v18.18.2', npm: '10.2.3' } [2023-11-06T14:05:28.578Z] npm WARN EBADENGINE } [2023-11-06T14:05:28.578Z] npm WARN EBADENGINE Unsupported engine { [2023-11-06T14:05:28.578Z] npm WARN EBADENGINE package: '@angular-devkit/build-webpack@0.1202.4', [2023-11-06T14:05:28.578Z] npm WARN EBADENGINE required: { [2023-11-06T14:05:28.578Z] npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', [2023-11-06T14:05:28.578Z] npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', [2023-11-06T14:05:28.578Z] npm WARN EBADENGINE yarn: '>= 1.13.0' [2023-11-06T14:05:28.578Z] npm WARN EBADENGINE }, [2023-11-06T14:05:28.578Z] npm WARN EBADENGINE current: { node: 'v18.18.2', npm: '10.2.3' } [2023-11-06T14:05:28.578Z] npm WARN EBADENGINE } [2023-11-06T14:05:28.578Z] npm WARN EBADENGINE Unsupported engine { [2023-11-06T14:05:28.578Z] npm WARN EBADENGINE package: '@angular-devkit/core@12.2.4', [2023-11-06T14:05:28.578Z] npm WARN EBADENGINE required: { [2023-11-06T14:05:28.578Z] npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', [2023-11-06T14:05:28.578Z] npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', [2023-11-06T14:05:28.578Z] npm WARN EBADENGINE yarn: '>= 1.13.0' [2023-11-06T14:05:28.578Z] npm WARN EBADENGINE }, [2023-11-06T14:05:28.578Z] npm WARN EBADENGINE current: { node: 'v18.18.2', npm: '10.2.3' } [2023-11-06T14:05:28.578Z] npm WARN EBADENGINE } [2023-11-06T14:05:28.578Z] npm WARN EBADENGINE Unsupported engine { [2023-11-06T14:05:28.578Z] npm WARN EBADENGINE package: '@angular-devkit/schematics@12.2.4', [2023-11-06T14:05:28.578Z] npm WARN EBADENGINE required: { [2023-11-06T14:05:28.578Z] npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', [2023-11-06T14:05:28.578Z] npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', [2023-11-06T14:05:28.578Z] npm WARN EBADENGINE yarn: '>= 1.13.0' [2023-11-06T14:05:28.578Z] npm WARN EBADENGINE }, [2023-11-06T14:05:28.578Z] npm WARN EBADENGINE current: { node: 'v18.18.2', npm: '10.2.3' } [2023-11-06T14:05:28.578Z] npm WARN EBADENGINE } [2023-11-06T14:05:28.578Z] npm WARN EBADENGINE Unsupported engine { [2023-11-06T14:05:28.578Z] npm WARN EBADENGINE package: '@angular/cli@12.2.4', [2023-11-06T14:05:28.578Z] npm WARN EBADENGINE required: { [2023-11-06T14:05:28.578Z] npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', [2023-11-06T14:05:28.578Z] npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', [2023-11-06T14:05:28.578Z] npm WARN EBADENGINE yarn: '>= 1.13.0' [2023-11-06T14:05:28.578Z] npm WARN EBADENGINE }, [2023-11-06T14:05:28.578Z] npm WARN EBADENGINE current: { node: 'v18.18.2', npm: '10.2.3' } [2023-11-06T14:05:28.578Z] npm WARN EBADENGINE } [2023-11-06T14:05:28.578Z] npm WARN EBADENGINE Unsupported engine { [2023-11-06T14:05:28.578Z] npm WARN EBADENGINE package: '@ngtools/webpack@12.2.4', [2023-11-06T14:05:28.578Z] npm WARN EBADENGINE required: { [2023-11-06T14:05:28.578Z] npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', [2023-11-06T14:05:28.578Z] npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', [2023-11-06T14:05:28.578Z] npm WARN EBADENGINE yarn: '>= 1.13.0' [2023-11-06T14:05:28.578Z] npm WARN EBADENGINE }, [2023-11-06T14:05:28.578Z] npm WARN EBADENGINE current: { node: 'v18.18.2', npm: '10.2.3' } [2023-11-06T14:05:28.578Z] npm WARN EBADENGINE } [2023-11-06T14:05:28.578Z] npm WARN EBADENGINE Unsupported engine { [2023-11-06T14:05:28.578Z] npm WARN EBADENGINE package: '@schematics/angular@12.2.4', [2023-11-06T14:05:28.578Z] npm WARN EBADENGINE required: { [2023-11-06T14:05:28.578Z] npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', [2023-11-06T14:05:28.578Z] npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', [2023-11-06T14:05:28.578Z] npm WARN EBADENGINE yarn: '>= 1.13.0' [2023-11-06T14:05:28.578Z] npm WARN EBADENGINE }, [2023-11-06T14:05:28.578Z] npm WARN EBADENGINE current: { node: 'v18.18.2', npm: '10.2.3' } [2023-11-06T14:05:28.578Z] npm WARN EBADENGINE } [2023-11-06T14:05:28.081Z] Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git [2023-11-06T14:05:28.175Z] > git init /w/workspace/edgex-ui-go/1 # timeout=10 [2023-11-06T14:05:28.327Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2023-11-06T14:05:28.328Z] > git --version # timeout=10 [2023-11-06T14:05:28.354Z] > git --version # 'git version 2.25.1' [2023-11-06T14:05:28.357Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-11-06T14:05:28.512Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-11-06T14:05:32.003Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2023-11-06T14:05:32.027Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-11-06T14:05:32.922Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2023-11-06T14:05:32.963Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2023-11-06T14:05:32.964Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-11-06T14:05:32.981Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/658/head:refs/remotes/origin/PR-658 +refs/heads/main:refs/remotes/origin/main # timeout=10 [2023-11-06T14:05:33.668Z] Merging remotes/origin/main commit 422becc45202548155d324fc99806fcdfea34ca0 into PR head commit 6cd958e8792824617ef9e13f7801649486dd64cd [2023-11-06T14:05:33.684Z] > git config core.sparsecheckout # timeout=10 [2023-11-06T14:05:33.783Z] > git checkout -f 6cd958e8792824617ef9e13f7801649486dd64cd # timeout=10 [2023-11-06T14:05:39.315Z] Merge succeeded, producing 6cd958e8792824617ef9e13f7801649486dd64cd [2023-11-06T14:05:39.315Z] Checking out Revision 6cd958e8792824617ef9e13f7801649486dd64cd (PR-658) [2023-11-06T14:05:39.212Z] > git remote # timeout=10 [2023-11-06T14:05:39.234Z] > git config --get remote.origin.url # timeout=10 [2023-11-06T14:05:39.250Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-11-06T14:05:39.264Z] > git merge 422becc45202548155d324fc99806fcdfea34ca0 # timeout=10 [2023-11-06T14:05:39.291Z] > git rev-parse HEAD^{commit} # timeout=10 [2023-11-06T14:05:39.324Z] > git config core.sparsecheckout # timeout=10 [2023-11-06T14:05:39.338Z] > git checkout -f 6cd958e8792824617ef9e13f7801649486dd64cd # timeout=10 [2023-11-06T14:05:42.984Z] Commit message: "fix: Unauthorized API in profile yaml" [2023-11-06T14:05:43.036Z] > git --version # timeout=10 [2023-11-06T14:05:43.048Z] > git --version # 'git version 2.25.1' [2023-11-06T14:05:43.061Z] fatal: bad object 05349e3f996d6f6d0c0ad3c2ccda408eae121119 [2023-11-06T14:05:43.457Z] npm WARN deprecated source-map-url@0.4.1: See https://github.com/lydell/source-map-url#deprecated [2023-11-06T14:05:43.457Z] npm WARN deprecated resolve-url@0.2.1: https://github.com/lydell/resolve-url#deprecated [2023-11-06T14:05:43.457Z] npm WARN deprecated @npmcli/move-file@1.1.2: This functionality has been moved to @npmcli/fs [2023-11-06T14:05:43.457Z] 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 [2023-11-06T14:05:43.457Z] npm WARN deprecated sourcemap-codec@1.4.8: Please use @jridgewell/sourcemap-codec instead [2023-11-06T14:05:43.457Z] npm WARN deprecated urix@0.1.0: Please see https://github.com/lydell/urix#deprecated [2023-11-06T14:05:43.457Z] npm WARN deprecated har-validator@5.1.5: this library is no longer supported [2023-11-06T14:05:43.457Z] npm WARN deprecated flatten@1.0.3: flatten is deprecated in favor of utility frameworks such as lodash. [2023-11-06T14:05:43.457Z] npm WARN deprecated source-map-resolve@0.6.0: See https://github.com/lydell/source-map-resolve#deprecated [2023-11-06T14:05:43.457Z] npm WARN deprecated source-map-resolve@0.5.3: See https://github.com/lydell/source-map-resolve#deprecated [2023-11-06T14:05:43.457Z] npm WARN deprecated querystring@0.2.0: The querystring API is considered Legacy. new code should use the URLSearchParams API instead. [2023-11-06T14:05:43.457Z] npm WARN deprecated source-map-resolve@0.5.3: See https://github.com/lydell/source-map-resolve#deprecated [2023-11-06T14:05:43.457Z] 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. [2023-11-06T14:05:43.457Z] 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. [2023-11-06T14:05:43.457Z] 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. [2023-11-06T14:05:43.457Z] npm WARN deprecated chokidar@2.1.8: Chokidar 2 does not receive security updates since 2019. Upgrade to chokidar 3 with 15x fewer dependencies [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-11-06T14:05:44.026Z] npm WARN deprecated request@2.88.2: request has been deprecated, see https://github.com/request/request/issues/3142 [2023-11-06T14:05:44.283Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2023-11-06T14:05:44.283Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-11-06T14:05:44.283Z] Dload Upload Total Spent Left Speed [2023-11-06T14:05:44.283Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12682 100 12682 0 0 213k 0 --:--:-- --:--:-- --:--:-- 209k [Pipeline] sh [2023-11-06T14:05:44.998Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2023-11-06T14:05:45.354Z] + sudo tee /etc/docker/daemon.new [2023-11-06T14:05:45.354Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2023-11-06T14:05:45.354Z] { [2023-11-06T14:05:45.354Z] "registry-mirrors": [ [2023-11-06T14:05:45.354Z] "https://nexus3.edgexfoundry.org:10001" [2023-11-06T14:05:45.354Z] ], [2023-11-06T14:05:45.354Z] "bip": "10.250.0.254/24", [2023-11-06T14:05:45.354Z] "hosts": [ [2023-11-06T14:05:45.354Z] "tcp://0.0.0.0:5555", [2023-11-06T14:05:45.354Z] "unix:///var/run/docker.sock" [2023-11-06T14:05:45.354Z] ], [2023-11-06T14:05:45.354Z] "mtu": 1458, [2023-11-06T14:05:45.354Z] "selinux-enabled": true, [2023-11-06T14:05:45.354Z] "seccomp-profile": "/etc/docker/seccomp.json" [2023-11-06T14:05:45.354Z] } [Pipeline] sh [2023-11-06T14:05:45.705Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2023-11-06T14:05:45.926Z] 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 [2023-11-06T14:05:46.062Z] + sudo service docker restart [2023-11-06T14:05:46.185Z] 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 [2023-11-06T14:05:48.715Z] 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. [2023-11-06T14:05:52.013Z] 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. [2023-11-06T14:05:58.602Z] [2023-11-06T14:05:58.602Z] added 1478 packages, and audited 1479 packages in 31s [2023-11-06T14:05:58.602Z] [2023-11-06T14:05:58.602Z] 77 vulnerabilities (1 low, 53 moderate, 16 high, 7 critical) [2023-11-06T14:05:58.602Z] [2023-11-06T14:05:58.602Z] To address issues that do not require attention, run: [2023-11-06T14:05:58.602Z] npm audit fix [2023-11-06T14:05:58.602Z] [2023-11-06T14:05:58.602Z] To address all issues (including breaking changes), run: [2023-11-06T14:05:58.602Z] npm audit fix --force [2023-11-06T14:05:58.602Z] [2023-11-06T14:05:58.602Z] Run `npm audit` for details. [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-11-06T14:06:04.356Z] provisioning config files... [2023-11-06T14:06:04.383Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/1@tmp/config11479944449612905762tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-11-06T14:06:04.764Z] ---> docker-login.sh [2023-11-06T14:06:04.764Z] nexus3.edgexfoundry.org:10001 [2023-11-06T14:06:05.349Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-11-06T14:06:05.349Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-11-06T14:06:05.349Z] Configure a credential helper to remove this warning. See [2023-11-06T14:06:05.349Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-11-06T14:06:05.349Z] [2023-11-06T14:06:05.617Z] Login Succeeded [2023-11-06T14:06:05.617Z] nexus3.edgexfoundry.org:10002 [2023-11-06T14:06:05.617Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-11-06T14:06:05.886Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-11-06T14:06:05.886Z] Configure a credential helper to remove this warning. See [2023-11-06T14:06:05.886Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-11-06T14:06:05.886Z] [2023-11-06T14:06:05.886Z] Login Succeeded [2023-11-06T14:06:05.886Z] nexus3.edgexfoundry.org:10003 [2023-11-06T14:06:06.153Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-11-06T14:06:06.153Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-11-06T14:06:06.153Z] Configure a credential helper to remove this warning. See [2023-11-06T14:06:06.154Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-11-06T14:06:06.154Z] [2023-11-06T14:06:06.154Z] Login Succeeded [2023-11-06T14:06:06.154Z] nexus3.edgexfoundry.org:10004 [2023-11-06T14:06:06.424Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-11-06T14:06:06.692Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-11-06T14:06:06.692Z] Configure a credential helper to remove this warning. See [2023-11-06T14:06:06.692Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-11-06T14:06:06.692Z] [2023-11-06T14:06:06.692Z] Login Succeeded [2023-11-06T14:06:06.692Z] docker.io [2023-11-06T14:06:06.961Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-11-06T14:06:07.228Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-11-06T14:06:07.228Z] Configure a credential helper to remove this warning. See [2023-11-06T14:06:07.228Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-11-06T14:06:07.228Z] [2023-11-06T14:06:07.228Z] Login Succeeded [2023-11-06T14:06:07.228Z] ---> docker-login.sh ends [Pipeline] } [2023-11-06T14:06:07.259Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2023-11-06T14:06:07.655Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2023-11-06T14:06:07.692Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2023-11-06T14:06:07.722Z] ========================================================= [2023-11-06T14:06:07.722Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine] [2023-11-06T14:06:07.722Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-11-06T14:06:08.203Z] + docker build -t ci-base-image-arm64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine --build-arg MAKE=echo noop --target=builder . [2023-11-06T14:06:10.809Z] 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 [2023-11-06T14:06:12.203Z] - Generating browser application bundles (phase: setup)... [2023-11-06T14:06:12.474Z] Sending build context to Docker daemon 31.63MB [2023-11-06T14:06:12.474Z] Step 1/15 : ARG BASE=golang:1.21-alpine3.18 [2023-11-06T14:06:12.474Z] Step 2/15 : FROM ${BASE} AS builder [2023-11-06T14:06:12.474Z] 1.21-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2023-11-06T14:06:12.474Z] 9fda8d8052c6: Pulling fs layer [2023-11-06T14:06:12.474Z] 5d54e960e981: Pulling fs layer [2023-11-06T14:06:12.474Z] c4a7e357bf2a: Pulling fs layer [2023-11-06T14:06:12.474Z] f0e02332f6b5: Pulling fs layer [2023-11-06T14:06:12.474Z] cefa15bbcfad: Pulling fs layer [2023-11-06T14:06:12.474Z] 17808c966233: Pulling fs layer [2023-11-06T14:06:12.474Z] f4c1fc716caa: Pulling fs layer [2023-11-06T14:06:12.474Z] f0e02332f6b5: Waiting [2023-11-06T14:06:12.474Z] 17808c966233: Waiting [2023-11-06T14:06:12.474Z] cefa15bbcfad: Waiting [2023-11-06T14:06:12.474Z] f4c1fc716caa: Waiting [2023-11-06T14:06:12.474Z] 5d54e960e981: Verifying Checksum [2023-11-06T14:06:12.474Z] 5d54e960e981: Download complete [2023-11-06T14:06:12.474Z] f0e02332f6b5: Verifying Checksum [2023-11-06T14:06:12.474Z] f0e02332f6b5: Download complete [2023-11-06T14:06:12.474Z] cefa15bbcfad: Verifying Checksum [2023-11-06T14:06:12.474Z] cefa15bbcfad: Download complete [2023-11-06T14:06:12.474Z] 9fda8d8052c6: Download complete [2023-11-06T14:06:12.474Z] f4c1fc716caa: Verifying Checksum [2023-11-06T14:06:12.474Z] f4c1fc716caa: Download complete [2023-11-06T14:06:13.061Z] 9fda8d8052c6: Pull complete [2023-11-06T14:06:13.648Z] 5d54e960e981: Pull complete [2023-11-06T14:06:13.916Z] c4a7e357bf2a: Download complete [2023-11-06T14:06:14.882Z] 17808c966233: Verifying Checksum [2023-11-06T14:06:14.882Z] 17808c966233: Download complete [2023-11-06T14:06:16.400Z] Compiling @angular/core : es2015 as esm2015 [2023-11-06T14:06:16.400Z] Compiling @angular/compiler/testing : es2015 as esm2015 [2023-11-06T14:06:18.939Z] Compiling @angular/core/testing : es2015 as esm2015 [2023-11-06T14:06:18.939Z] Compiling @angular/common : es2015 as esm2015 [2023-11-06T14:06:19.509Z] Compiling @angular/platform-browser : es2015 as esm2015 [2023-11-06T14:06:19.509Z] Compiling @angular/common/testing : es2015 as esm2015 [2023-11-06T14:06:19.768Z] Compiling @angular/common/http : es2015 as esm2015 [2023-11-06T14:06:20.033Z] Compiling @angular/platform-browser-dynamic : es2015 as esm2015 [2023-11-06T14:06:20.293Z] Compiling @angular/platform-browser/testing : es2015 as esm2015 [2023-11-06T14:06:20.293Z] Compiling @angular/forms : es2015 as esm2015 [2023-11-06T14:06:20.293Z] Compiling @angular/router : es2015 as esm2015 [2023-11-06T14:06:20.552Z] Compiling @angular/platform-browser-dynamic/testing : es2015 as esm2015 [2023-11-06T14:06:20.552Z] Compiling @angular/common/http/testing : es2015 as esm2015 [2023-11-06T14:06:22.457Z] Compiling @angular/router/testing : es2015 as esm2015 [2023-11-06T14:06:26.656Z] 06 11 2023 14:06:25.964:INFO [karma-server]: Karma v6.3.16 server started at http://localhost:9876/ [2023-11-06T14:06:26.656Z] 06 11 2023 14:06:25.966:INFO [launcher]: Launching browsers ChromeHeadlessNoSandbox with concurrency unlimited [2023-11-06T14:06:26.656Z] 06 11 2023 14:06:25.969:INFO [launcher]: Starting browser ChromeHeadless [2023-11-06T14:06:27.196Z] c4a7e357bf2a: Pull complete [2023-11-06T14:06:27.196Z] f0e02332f6b5: Pull complete [2023-11-06T14:06:27.196Z] cefa15bbcfad: Pull complete [2023-11-06T14:06:35.400Z] 17808c966233: Pull complete [2023-11-06T14:06:35.669Z] f4c1fc716caa: Pull complete [2023-11-06T14:06:35.669Z] Digest: sha256:f9b5da702465edd0a2564459334de068a24595700ad6c8d0b85b07445f0b3000 [2023-11-06T14:06:35.669Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine [2023-11-06T14:06:35.669Z] ---> ea914061e18c [2023-11-06T14:06:35.669Z] Step 3/15 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" [2023-11-06T14:06:36.641Z] ✔ Browser application bundle generation complete. [2023-11-06T14:06:36.641Z] 06 11 2023 14:06:36.249:INFO [Chrome Headless 117.0.5938.62 (Linux x86_64)]: Connected on socket PWtJtJWgj1QrUrquAAAB with id 59521754 [2023-11-06T14:06:37.607Z] ---> Running in 20e020d63db1 [2023-11-06T14:06:37.873Z] Removing intermediate container 20e020d63db1 [2023-11-06T14:06:37.873Z] ---> 19ed4b28cb43 [2023-11-06T14:06:37.873Z] Step 4/15 : ARG ALPINE_PKG_BASE="make git" [2023-11-06T14:06:37.873Z] ---> Running in d7eb5e343a49 [2023-11-06T14:06:38.141Z] Removing intermediate container d7eb5e343a49 [2023-11-06T14:06:38.141Z] ---> 67827dc48b7d [2023-11-06T14:06:38.141Z] Step 5/15 : ARG ALPINE_PKG_EXTRA="" [2023-11-06T14:06:38.413Z] ---> Running in 88b98b21f35d [2023-11-06T14:06:38.682Z] Removing intermediate container 88b98b21f35d [2023-11-06T14:06:38.683Z] ---> 480fbd2591cf [2023-11-06T14:06:38.683Z] Step 6/15 : LABEL Name=edgex-ui-go [2023-11-06T14:06:38.683Z] ---> Running in 479c9fc21f8f [2023-11-06T14:06:38.951Z] Removing intermediate container 479c9fc21f8f [2023-11-06T14:06:38.951Z] ---> 2d139d4e1377 [2023-11-06T14:06:38.951Z] Step 7/15 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2023: Intel' [2023-11-06T14:06:38.951Z] ---> Running in 8ec952d31c72 [2023-11-06T14:06:39.181Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 0 of 147 SUCCESS (0 secs / 0 secs) [2023-11-06T14:06:39.181Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 1 of 147 SUCCESS (0 secs / 0.02 secs) [2023-11-06T14:06:39.181Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 2 of 147 SUCCESS (0 secs / 0.022 secs) [2023-11-06T14:06:39.181Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 3 of 147 SUCCESS (0 secs / 0.149 secs) [2023-11-06T14:06:39.181Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 4 of 147 SUCCESS (0 secs / 0.184 secs) [2023-11-06T14:06:39.181Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 5 of 147 SUCCESS (0 secs / 0.19 secs) [2023-11-06T14:06:39.181Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 6 of 147 SUCCESS (0 secs / 0.194 secs) [2023-11-06T14:06:39.181Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 7 of 147 SUCCESS (0 secs / 0.198 secs) [2023-11-06T14:06:39.181Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 8 of 147 SUCCESS (0 secs / 0.201 secs) [2023-11-06T14:06:39.181Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 9 of 147 SUCCESS (0 secs / 0.203 secs) [2023-11-06T14:06:39.181Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 10 of 147 SUCCESS (0 secs / 0.215 secs) [2023-11-06T14:06:39.181Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 11 of 147 SUCCESS (0 secs / 0.221 secs) [2023-11-06T14:06:39.181Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 12 of 147 SUCCESS (0 secs / 0.238 secs) [2023-11-06T14:06:39.181Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 13 of 147 SUCCESS (0 secs / 0.248 secs) [2023-11-06T14:06:39.181Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 14 of 147 SUCCESS (0 secs / 0.253 secs) [2023-11-06T14:06:39.181Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 15 of 147 SUCCESS (0 secs / 0.259 secs) [2023-11-06T14:06:39.181Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 16 of 147 SUCCESS (0 secs / 0.269 secs) [2023-11-06T14:06:39.181Z] WARN: ' [2023-11-06T14:06:39.181Z] It looks like you're using ngModel on the same form field as formControlName. [2023-11-06T14:06:39.181Z] Support for using the ngModel input property and ngModelChange event with [2023-11-06T14:06:39.181Z] reactive form directives has been deprecated in Angular v6 and will be removed [2023-11-06T14:06:39.181Z] in a future version of Angular. [2023-11-06T14:06:39.181Z] [2023-11-06T14:06:39.181Z] For more information on this, see our API docs here: [2023-11-06T14:06:39.182Z] https://angular.io/api/forms/FormControlName#use-with-ngmodel [2023-11-06T14:06:39.182Z] ' [2023-11-06T14:06:39.182Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 16 of 147 SUCCESS (0 secs / 0.269 secs) [2023-11-06T14:06:39.182Z] WARN: ' [2023-11-06T14:06:39.182Z] It looks like you're using ngModel on the same form field as formControlName. [2023-11-06T14:06:39.182Z] Support for using the ngModel input property and ngModelChange event with [2023-11-06T14:06:39.182Z] reactive form directives has been deprecated in Angular v6 and will be removed [2023-11-06T14:06:39.182Z] in a future version of Angular. [2023-11-06T14:06:39.182Z] [2023-11-06T14:06:39.182Z] For more information on this, see our API docs here: [2023-11-06T14:06:39.182Z] https://angular.io/api/forms/FormControlName#use-with-ngmodel [2023-11-06T14:06:39.182Z] ' [2023-11-06T14:06:39.182Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 17 of 147 SUCCESS (0 secs / 0.294 secs) [2023-11-06T14:06:39.182Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 18 of 147 SUCCESS (0 secs / 0.302 secs) [2023-11-06T14:06:39.182Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 19 of 147 SUCCESS (0 secs / 0.305 secs) [2023-11-06T14:06:39.182Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 20 of 147 SUCCESS (0 secs / 0.329 secs) [2023-11-06T14:06:39.182Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 21 of 147 SUCCESS (0 secs / 0.337 secs) [2023-11-06T14:06:39.182Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 22 of 147 SUCCESS (0 secs / 0.348 secs) [2023-11-06T14:06:39.182Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 23 of 147 SUCCESS (0 secs / 0.354 secs) [2023-11-06T14:06:39.182Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 24 of 147 SUCCESS (0 secs / 0.356 secs) [2023-11-06T14:06:39.182Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 25 of 147 SUCCESS (0 secs / 0.358 secs) [2023-11-06T14:06:39.182Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 26 of 147 SUCCESS (0 secs / 0.375 secs) [2023-11-06T14:06:39.217Z] Removing intermediate container 8ec952d31c72 [2023-11-06T14:06:39.217Z] ---> d3f8f926c7f2 [2023-11-06T14:06:39.217Z] Step 8/15 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2023-11-06T14:06:39.443Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 27 of 147 SUCCESS (0 secs / 0.397 secs) [2023-11-06T14:06:39.443Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 28 of 147 SUCCESS (0 secs / 0.405 secs) [2023-11-06T14:06:39.443Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 29 of 147 SUCCESS (0 secs / 0.412 secs) [2023-11-06T14:06:39.443Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 30 of 147 SUCCESS (0 secs / 0.438 secs) [2023-11-06T14:06:39.443Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 31 of 147 SUCCESS (0 secs / 0.45 secs) [2023-11-06T14:06:39.443Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 32 of 147 SUCCESS (0 secs / 0.454 secs) [2023-11-06T14:06:39.443Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 33 of 147 SUCCESS (0 secs / 0.46 secs) [2023-11-06T14:06:39.443Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 34 of 147 SUCCESS (0 secs / 0.469 secs) [2023-11-06T14:06:39.443Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 35 of 147 SUCCESS (0 secs / 0.471 secs) [2023-11-06T14:06:39.443Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 36 of 147 SUCCESS (0 secs / 0.483 secs) [2023-11-06T14:06:39.443Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 37 of 147 SUCCESS (0 secs / 0.502 secs) [2023-11-06T14:06:39.443Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 38 of 147 SUCCESS (0 secs / 0.507 secs) [2023-11-06T14:06:39.443Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 39 of 147 SUCCESS (0 secs / 0.509 secs) [2023-11-06T14:06:39.443Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 40 of 147 SUCCESS (0 secs / 0.512 secs) [2023-11-06T14:06:39.443Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 41 of 147 SUCCESS (0 secs / 0.526 secs) [2023-11-06T14:06:39.443Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 42 of 147 SUCCESS (0 secs / 0.528 secs) [2023-11-06T14:06:39.443Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 43 of 147 SUCCESS (0 secs / 0.536 secs) [2023-11-06T14:06:39.443Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 44 of 147 SUCCESS (0 secs / 0.554 secs) [2023-11-06T14:06:39.443Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 45 of 147 SUCCESS (0 secs / 0.56 secs) [2023-11-06T14:06:39.443Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 46 of 147 SUCCESS (0 secs / 0.573 secs) [2023-11-06T14:06:39.443Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 47 of 147 SUCCESS (0 secs / 0.59 secs) [2023-11-06T14:06:39.443Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 48 of 147 SUCCESS (0 secs / 0.593 secs) [2023-11-06T14:06:39.443Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 49 of 147 SUCCESS (0 secs / 0.594 secs) [2023-11-06T14:06:39.443Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 50 of 147 SUCCESS (0 secs / 0.597 secs) [2023-11-06T14:06:39.704Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 51 of 147 SUCCESS (0 secs / 0.604 secs) [2023-11-06T14:06:39.704Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 52 of 147 SUCCESS (0 secs / 0.606 secs) [2023-11-06T14:06:39.704Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 53 of 147 SUCCESS (0 secs / 0.607 secs) [2023-11-06T14:06:39.704Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 54 of 147 SUCCESS (0 secs / 0.629 secs) [2023-11-06T14:06:39.704Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 55 of 147 SUCCESS (0 secs / 0.633 secs) [2023-11-06T14:06:39.704Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 56 of 147 SUCCESS (0 secs / 0.65 secs) [2023-11-06T14:06:39.704Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 57 of 147 SUCCESS (0 secs / 0.662 secs) [2023-11-06T14:06:39.704Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 58 of 147 SUCCESS (0 secs / 0.683 secs) [2023-11-06T14:06:39.704Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 59 of 147 SUCCESS (0 secs / 0.693 secs) [2023-11-06T14:06:39.704Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 60 of 147 SUCCESS (0 secs / 0.713 secs) [2023-11-06T14:06:39.704Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 61 of 147 SUCCESS (0 secs / 0.727 secs) [2023-11-06T14:06:39.704Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 62 of 147 SUCCESS (0 secs / 0.738 secs) [2023-11-06T14:06:39.704Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 63 of 147 SUCCESS (0 secs / 0.775 secs) [2023-11-06T14:06:39.704Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 64 of 147 SUCCESS (0 secs / 0.781 secs) [2023-11-06T14:06:39.704Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 65 of 147 SUCCESS (0 secs / 0.79 secs) [2023-11-06T14:06:39.704Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 66 of 147 SUCCESS (0 secs / 0.795 secs) [2023-11-06T14:06:39.704Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 67 of 147 SUCCESS (0 secs / 0.809 secs) [2023-11-06T14:06:39.799Z] latest: Pulling from library/docker [2023-11-06T14:06:39.965Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 68 of 147 SUCCESS (0 secs / 0.814 secs) [2023-11-06T14:06:39.965Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 69 of 147 SUCCESS (0 secs / 0.823 secs) [2023-11-06T14:06:39.965Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 70 of 147 SUCCESS (0 secs / 0.845 secs) [2023-11-06T14:06:39.965Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 71 of 147 SUCCESS (0 secs / 0.851 secs) [2023-11-06T14:06:39.965Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 72 of 147 SUCCESS (0 secs / 0.855 secs) [2023-11-06T14:06:39.965Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 73 of 147 SUCCESS (0 secs / 0.858 secs) [2023-11-06T14:06:39.965Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 74 of 147 SUCCESS (0 secs / 0.876 secs) [2023-11-06T14:06:39.965Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 75 of 147 SUCCESS (0 secs / 0.92 secs) [2023-11-06T14:06:39.965Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 76 of 147 SUCCESS (0 secs / 0.94 secs) [2023-11-06T14:06:39.965Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 77 of 147 SUCCESS (0 secs / 0.969 secs) [2023-11-06T14:06:39.965Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 78 of 147 SUCCESS (0 secs / 0.981 secs) [2023-11-06T14:06:39.965Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 79 of 147 SUCCESS (0 secs / 0.987 secs) [2023-11-06T14:06:39.965Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 80 of 147 SUCCESS (0 secs / 0.993 secs) [2023-11-06T14:06:40.066Z] 579b34f0a95b: Pulling fs layer [2023-11-06T14:06:40.066Z] 2ecd494fa26a: Pulling fs layer [2023-11-06T14:06:40.066Z] 4f4fb700ef54: Pulling fs layer [2023-11-06T14:06:40.066Z] 99624a4fd86a: Pulling fs layer [2023-11-06T14:06:40.066Z] 6b3f207db0e4: Pulling fs layer [2023-11-06T14:06:40.066Z] 99624a4fd86a: Waiting [2023-11-06T14:06:40.066Z] 2f21744ef460: Pulling fs layer [2023-11-06T14:06:40.066Z] 6b3f207db0e4: Waiting [2023-11-06T14:06:40.066Z] 80fde8283b9a: Pulling fs layer [2023-11-06T14:06:40.066Z] 2f21744ef460: Waiting [2023-11-06T14:06:40.066Z] cfd52aaeb832: Pulling fs layer [2023-11-06T14:06:40.066Z] 80fde8283b9a: Waiting [2023-11-06T14:06:40.066Z] 2aa7661f3209: Pulling fs layer [2023-11-06T14:06:40.066Z] cfd52aaeb832: Waiting [2023-11-06T14:06:40.066Z] 2aa7661f3209: Waiting [2023-11-06T14:06:40.066Z] ad7962f27383: Pulling fs layer [2023-11-06T14:06:40.066Z] c8cf6870052b: Pulling fs layer [2023-11-06T14:06:40.066Z] ad7962f27383: Waiting [2023-11-06T14:06:40.066Z] 1996d6e72d7b: Pulling fs layer [2023-11-06T14:06:40.066Z] 1996d6e72d7b: Waiting [2023-11-06T14:06:40.066Z] 112e10f1d4c1: Pulling fs layer [2023-11-06T14:06:40.066Z] b97b6e3dbded: Pulling fs layer [2023-11-06T14:06:40.066Z] 112e10f1d4c1: Waiting [2023-11-06T14:06:40.066Z] b97b6e3dbded: Waiting [2023-11-06T14:06:40.226Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 81 of 147 SUCCESS (0 secs / 1.015 secs) [2023-11-06T14:06:40.226Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 82 of 147 SUCCESS (0 secs / 1.025 secs) [2023-11-06T14:06:40.226Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 83 of 147 SUCCESS (0 secs / 1.03 secs) [2023-11-06T14:06:40.226Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 84 of 147 SUCCESS (0 secs / 1.039 secs) [2023-11-06T14:06:40.226Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 85 of 147 SUCCESS (0 secs / 1.055 secs) [2023-11-06T14:06:40.226Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 86 of 147 SUCCESS (0 secs / 1.061 secs) [2023-11-06T14:06:40.226Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 87 of 147 SUCCESS (0 secs / 1.068 secs) [2023-11-06T14:06:40.226Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 88 of 147 SUCCESS (0 secs / 1.114 secs) [2023-11-06T14:06:40.226Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 89 of 147 SUCCESS (0 secs / 1.145 secs) [2023-11-06T14:06:40.226Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 90 of 147 SUCCESS (0 secs / 1.155 secs) [2023-11-06T14:06:40.226Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 91 of 147 SUCCESS (0 secs / 1.158 secs) [2023-11-06T14:06:40.226Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 92 of 147 SUCCESS (0 secs / 1.163 secs) [2023-11-06T14:06:40.226Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 93 of 147 SUCCESS (0 secs / 1.177 secs) [2023-11-06T14:06:40.226Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 94 of 147 SUCCESS (0 secs / 1.182 secs) [2023-11-06T14:06:40.226Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 95 of 147 SUCCESS (0 secs / 1.193 secs) [2023-11-06T14:06:40.333Z] 4f4fb700ef54: Verifying Checksum [2023-11-06T14:06:40.333Z] 4f4fb700ef54: Download complete [2023-11-06T14:06:40.333Z] 579b34f0a95b: Verifying Checksum [2023-11-06T14:06:40.333Z] 579b34f0a95b: Download complete [2023-11-06T14:06:40.333Z] 2ecd494fa26a: Verifying Checksum [2023-11-06T14:06:40.333Z] 2ecd494fa26a: Download complete [2023-11-06T14:06:40.487Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 96 of 147 SUCCESS (0 secs / 1.204 secs) [2023-11-06T14:06:40.487Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 97 of 147 SUCCESS (0 secs / 1.206 secs) [2023-11-06T14:06:40.487Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 98 of 147 SUCCESS (0 secs / 1.207 secs) [2023-11-06T14:06:40.487Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 99 of 147 SUCCESS (0 secs / 1.22 secs) [2023-11-06T14:06:40.487Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 100 of 147 SUCCESS (0 secs / 1.233 secs) [2023-11-06T14:06:40.487Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 101 of 147 SUCCESS (0 secs / 1.235 secs) [2023-11-06T14:06:40.487Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 102 of 147 SUCCESS (0 secs / 1.243 secs) [2023-11-06T14:06:40.487Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 103 of 147 SUCCESS (0 secs / 1.253 secs) [2023-11-06T14:06:40.487Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 104 of 147 SUCCESS (0 secs / 1.261 secs) [2023-11-06T14:06:40.487Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 105 of 147 SUCCESS (0 secs / 1.267 secs) [2023-11-06T14:06:40.487Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 106 of 147 SUCCESS (0 secs / 1.271 secs) [2023-11-06T14:06:40.487Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 107 of 147 SUCCESS (0 secs / 1.275 secs) [2023-11-06T14:06:40.487Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 108 of 147 SUCCESS (0 secs / 1.28 secs) [2023-11-06T14:06:40.487Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 109 of 147 SUCCESS (0 secs / 1.286 secs) [2023-11-06T14:06:40.487Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 110 of 147 SUCCESS (0 secs / 1.291 secs) [2023-11-06T14:06:40.487Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 111 of 147 SUCCESS (0 secs / 1.293 secs) [2023-11-06T14:06:40.487Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 112 of 147 SUCCESS (0 secs / 1.296 secs) [2023-11-06T14:06:40.487Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 113 of 147 SUCCESS (0 secs / 1.299 secs) [2023-11-06T14:06:40.487Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 114 of 147 SUCCESS (0 secs / 1.301 secs) [2023-11-06T14:06:40.487Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 115 of 147 SUCCESS (0 secs / 1.302 secs) [2023-11-06T14:06:40.487Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 116 of 147 SUCCESS (0 secs / 1.31 secs) [2023-11-06T14:06:40.487Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 117 of 147 SUCCESS (0 secs / 1.319 secs) [2023-11-06T14:06:40.487Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 118 of 147 SUCCESS (0 secs / 1.321 secs) [2023-11-06T14:06:40.487Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 119 of 147 SUCCESS (0 secs / 1.332 secs) [2023-11-06T14:06:40.487Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 120 of 147 SUCCESS (0 secs / 1.335 secs) [2023-11-06T14:06:40.487Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 121 of 147 SUCCESS (0 secs / 1.336 secs) [2023-11-06T14:06:40.487Z] ERROR: 'NG0304: 'router-outlet' is not a known element: [2023-11-06T14:06:40.487Z] 1. If 'router-outlet' is an Angular component, then verify that it is part of this module. [2023-11-06T14:06:40.487Z] 2. If 'router-outlet' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.' [2023-11-06T14:06:40.487Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 121 of 147 SUCCESS (0 secs / 1.336 secs) [2023-11-06T14:06:40.487Z] ERROR: 'NG0304: 'router-outlet' is not a known element: [2023-11-06T14:06:40.487Z] 1. If 'router-outlet' is an Angular component, then verify that it is part of this module. [2023-11-06T14:06:40.487Z] 2. If 'router-outlet' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.' [2023-11-06T14:06:40.487Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 122 of 147 SUCCESS (0 secs / 1.339 secs) [2023-11-06T14:06:40.487Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 123 of 147 SUCCESS (0 secs / 1.343 secs) [2023-11-06T14:06:40.487Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 124 of 147 SUCCESS (0 secs / 1.344 secs) [2023-11-06T14:06:40.487Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 125 of 147 SUCCESS (0 secs / 1.345 secs) [2023-11-06T14:06:40.488Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 126 of 147 SUCCESS (0 secs / 1.346 secs) [2023-11-06T14:06:40.488Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 127 of 147 SUCCESS (0 secs / 1.348 secs) [2023-11-06T14:06:40.488Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 128 of 147 SUCCESS (0 secs / 1.35 secs) [2023-11-06T14:06:40.488Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 129 of 147 SUCCESS (0 secs / 1.356 secs) [2023-11-06T14:06:40.488Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 130 of 147 SUCCESS (0 secs / 1.358 secs) [2023-11-06T14:06:40.488Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 131 of 147 SUCCESS (0 secs / 1.361 secs) [2023-11-06T14:06:40.488Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 132 of 147 SUCCESS (0 secs / 1.382 secs) [2023-11-06T14:06:40.488Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 133 of 147 SUCCESS (0 secs / 1.384 secs) [2023-11-06T14:06:40.488Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 134 of 147 SUCCESS (0 secs / 1.387 secs) [2023-11-06T14:06:40.750Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 135 of 147 SUCCESS (0 secs / 1.397 secs) [2023-11-06T14:06:40.750Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 136 of 147 SUCCESS (0 secs / 1.403 secs) [2023-11-06T14:06:40.750Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 137 of 147 SUCCESS (0 secs / 1.411 secs) [2023-11-06T14:06:40.750Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 138 of 147 SUCCESS (0 secs / 1.426 secs) [2023-11-06T14:06:40.750Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 139 of 147 SUCCESS (0 secs / 1.433 secs) [2023-11-06T14:06:40.750Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 140 of 147 SUCCESS (0 secs / 1.439 secs) [2023-11-06T14:06:40.750Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 141 of 147 SUCCESS (0 secs / 1.448 secs) [2023-11-06T14:06:40.750Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 142 of 147 SUCCESS (0 secs / 1.451 secs) [2023-11-06T14:06:40.750Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 143 of 147 SUCCESS (0 secs / 1.462 secs) [2023-11-06T14:06:40.750Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 144 of 147 SUCCESS (0 secs / 1.475 secs) [2023-11-06T14:06:40.750Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 145 of 147 SUCCESS (0 secs / 1.48 secs) [2023-11-06T14:06:40.750Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 146 of 147 SUCCESS (0 secs / 1.494 secs) [2023-11-06T14:06:40.750Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 147 of 147 SUCCESS (0 secs / 1.5 secs) [2023-11-06T14:06:40.917Z] 99624a4fd86a: Verifying Checksum [2023-11-06T14:06:40.917Z] 99624a4fd86a: Download complete [2023-11-06T14:06:40.917Z] 6b3f207db0e4: Verifying Checksum [2023-11-06T14:06:40.917Z] 6b3f207db0e4: Download complete [2023-11-06T14:06:41.010Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 147 of 147 SUCCESS (2.06 secs / 1.5 secs) [2023-11-06T14:06:41.010Z] TOTAL: 147 SUCCESS [2023-11-06T14:06:41.010Z] ✔ Browser application bundle generation complete. [2023-11-06T14:06:41.184Z] 80fde8283b9a: Verifying Checksum [2023-11-06T14:06:41.184Z] 80fde8283b9a: Download complete [2023-11-06T14:06:41.184Z] 579b34f0a95b: Pull complete [2023-11-06T14:06:41.184Z] cfd52aaeb832: Verifying Checksum [2023-11-06T14:06:41.184Z] cfd52aaeb832: Download complete [2023-11-06T14:06:41.184Z] 2aa7661f3209: Verifying Checksum [2023-11-06T14:06:41.184Z] 2aa7661f3209: Download complete [2023-11-06T14:06:41.269Z] [2023-11-06T14:06:41.270Z] =============================== Coverage summary =============================== [2023-11-06T14:06:41.270Z] Statements : 41.03% ( 1473/3590 ) [2023-11-06T14:06:41.270Z] Branches : 11.75% ( 114/970 ) [2023-11-06T14:06:41.270Z] Functions : 32.21% ( 422/1310 ) [2023-11-06T14:06:41.270Z] Lines : 39.02% ( 1328/3403 ) [2023-11-06T14:06:41.270Z] ================================================================================ [2023-11-06T14:06:41.270Z] ✔ Browser application bundle generation complete. [2023-11-06T14:06:41.460Z] 2f21744ef460: Verifying Checksum [2023-11-06T14:06:41.460Z] 2f21744ef460: Download complete [2023-11-06T14:06:41.460Z] c8cf6870052b: Verifying Checksum [2023-11-06T14:06:41.460Z] c8cf6870052b: Download complete [2023-11-06T14:06:41.460Z] 112e10f1d4c1: Verifying Checksum [2023-11-06T14:06:41.460Z] 112e10f1d4c1: Download complete [2023-11-06T14:06:41.731Z] b97b6e3dbded: Download complete [2023-11-06T14:06:41.731Z] 2ecd494fa26a: Pull complete [2023-11-06T14:06:41.840Z] make[1]: Leaving directory '/w/workspace/edgexfoundry_edgex-ui-go_PR-658/web' [Pipeline] echo [2023-11-06T14:06:41.880Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] } [2023-11-06T14:06:41.882Z] $ docker stop --time=1 a61cb2d11ccd44ca22e3b1215373e0ae2c4cae2cf43332bc72547430e83b8562 [2023-11-06T14:06:42.315Z] 4f4fb700ef54: Pull complete [2023-11-06T14:06:42.315Z] ad7962f27383: Verifying Checksum [2023-11-06T14:06:42.315Z] ad7962f27383: Download complete [2023-11-06T14:06:43.218Z] $ docker rm -f --volumes a61cb2d11ccd44ca22e3b1215373e0ae2c4cae2cf43332bc72547430e83b8562 [2023-11-06T14:06:43.277Z] 1996d6e72d7b: Verifying Checksum [2023-11-06T14:06:43.277Z] 1996d6e72d7b: Download complete [2023-11-06T14:06:43.277Z] 99624a4fd86a: Pull complete [Pipeline] // withDockerContainer [Pipeline] sh [2023-11-06T14:06:43.769Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2023-11-06T14:06:44.632Z] Stashed 1 file(s) [Pipeline] } [2023-11-06T14:06:44.689Z] 6b3f207db0e4: Pull complete [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2023-11-06T14:06:45.539Z] + sudo chown -R jenkins:jenkins . [2023-11-06T14:06:46.105Z] 2f21744ef460: Pull complete [Pipeline] sh [2023-11-06T14:06:46.373Z] 80fde8283b9a: Pull complete [2023-11-06T14:06:46.519Z] + ls -al . [2023-11-06T14:06:46.519Z] total 180 [2023-11-06T14:06:46.519Z] drwxrwxr-x 13 jenkins jenkins 4096 Nov 6 14:04 . [2023-11-06T14:06:46.519Z] drwxrwxr-x 4 jenkins jenkins 4096 Nov 6 14:01 .. [2023-11-06T14:06:46.519Z] drwxrwxr-x 2 jenkins jenkins 4096 Nov 6 14:01 .blubracket [2023-11-06T14:06:46.519Z] -rw-rw-r-- 1 jenkins jenkins 18 Nov 6 14:01 .dockerignore [2023-11-06T14:06:46.519Z] drwxrwxr-x 8 jenkins jenkins 4096 Nov 6 14:01 .git [2023-11-06T14:06:46.519Z] drwxrwxr-x 3 jenkins jenkins 4096 Nov 6 14:01 .github [2023-11-06T14:06:46.519Z] -rw-rw-r-- 1 jenkins jenkins 161 Nov 6 14:01 .gitignore [2023-11-06T14:06:46.519Z] drwxr-xr-x 3 jenkins jenkins 4096 Nov 6 14:01 .semver [2023-11-06T14:06:46.519Z] -rw-rw-r-- 1 jenkins jenkins 8418 Nov 6 14:01 Attribution.txt [2023-11-06T14:06:46.519Z] -rw-rw-r-- 1 jenkins jenkins 19103 Nov 6 14:01 CHANGELOG.md [2023-11-06T14:06:46.519Z] -rw-rw-r-- 1 jenkins jenkins 3959 Nov 6 14:01 CONTRIBUTING.md [2023-11-06T14:06:46.519Z] -rw-rw-r-- 1 jenkins jenkins 1788 Nov 6 14:01 Dockerfile [2023-11-06T14:06:46.519Z] -rw-rw-r-- 1 jenkins jenkins 652 Nov 6 14:01 Jenkinsfile [2023-11-06T14:06:46.519Z] -rw-rw-r-- 1 jenkins jenkins 11357 Nov 6 14:01 LICENSE [2023-11-06T14:06:46.519Z] -rw-rw-r-- 1 jenkins jenkins 2134 Nov 6 14:01 Makefile [2023-11-06T14:06:46.519Z] -rw-rw-r-- 1 jenkins jenkins 4381 Nov 6 14:01 README.md [2023-11-06T14:06:46.519Z] -rw-rw-r-- 1 jenkins jenkins 5 Nov 6 14:01 VERSION [2023-11-06T14:06:46.519Z] drwxrwxr-x 3 jenkins jenkins 4096 Nov 6 14:01 assets [2023-11-06T14:06:46.519Z] drwxrwxr-x 2 jenkins jenkins 4096 Nov 6 14:01 bin [2023-11-06T14:06:46.519Z] drwxrwxr-x 3 jenkins jenkins 4096 Nov 6 14:01 cmd [2023-11-06T14:06:46.519Z] -rw-r--r-- 1 jenkins jenkins 10 Nov 6 14:04 coverage.out [2023-11-06T14:06:46.519Z] drwxrwxr-x 2 jenkins jenkins 4096 Nov 6 14:01 docs [2023-11-06T14:06:46.519Z] -rw-rw-r-- 1 jenkins jenkins 3512 Nov 6 14:01 go.mod [2023-11-06T14:06:46.519Z] -rw-rw-r-- 1 jenkins jenkins 34269 Nov 6 14:01 go.sum [2023-11-06T14:06:46.519Z] drwxrwxr-x 8 jenkins jenkins 4096 Nov 6 14:01 internal [2023-11-06T14:06:46.519Z] drwxrwxr-x 4 jenkins jenkins 4096 Nov 6 14:01 testing [2023-11-06T14:06:46.519Z] -rw-rw-r-- 1 jenkins jenkins 155 Nov 6 14:01 version.go [2023-11-06T14:06:46.519Z] drwxrwxr-x 6 jenkins jenkins 4096 Nov 6 14:05 web [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-11-06T14:06:46.641Z] cfd52aaeb832: Pull complete [2023-11-06T14:06:46.909Z] 2aa7661f3209: Pull complete [2023-11-06T14:06:46.916Z] + 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=6cd958e8792824617ef9e13f7801649486dd64cd --label arch=amd64 --label version=0.0.0 . [2023-11-06T14:06:47.174Z] Sending build context to Docker daemon 51.83MB [2023-11-06T14:06:47.174Z] Step 1/25 : ARG BASE=golang:1.21-alpine3.18 [2023-11-06T14:06:47.174Z] Step 2/25 : FROM ${BASE} AS builder [2023-11-06T14:06:47.174Z] ---> 9b525328e68f [2023-11-06T14:06:47.174Z] Step 3/25 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" [2023-11-06T14:06:48.320Z] ad7962f27383: Pull complete [2023-11-06T14:06:48.320Z] c8cf6870052b: Pull complete [2023-11-06T14:06:48.551Z] ---> Running in 504da010269f [2023-11-06T14:06:48.551Z] Removing intermediate container 504da010269f [2023-11-06T14:06:48.551Z] ---> ec3ee24e3d0f [2023-11-06T14:06:48.551Z] Step 4/25 : ARG ALPINE_PKG_BASE="make git" [2023-11-06T14:06:48.551Z] ---> Running in 658012484c68 [2023-11-06T14:06:48.551Z] Removing intermediate container 658012484c68 [2023-11-06T14:06:48.551Z] ---> b8c52a24e037 [2023-11-06T14:06:48.551Z] Step 5/25 : ARG ALPINE_PKG_EXTRA="" [2023-11-06T14:06:48.551Z] ---> Running in 0e5666801d23 [2023-11-06T14:06:48.551Z] Removing intermediate container 0e5666801d23 [2023-11-06T14:06:48.551Z] ---> c80b826a8a8c [2023-11-06T14:06:48.551Z] Step 6/25 : LABEL Name=edgex-ui-go [2023-11-06T14:06:48.551Z] ---> Running in b9bb43004efc [2023-11-06T14:06:48.551Z] Removing intermediate container b9bb43004efc [2023-11-06T14:06:48.551Z] ---> d9d13b8e6ba2 [2023-11-06T14:06:48.551Z] Step 7/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2023: Intel' [2023-11-06T14:06:48.551Z] ---> Running in d8467fd08288 [2023-11-06T14:06:48.810Z] Removing intermediate container d8467fd08288 [2023-11-06T14:06:48.810Z] ---> 8afa9dde5bf9 [2023-11-06T14:06:48.810Z] Step 8/25 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2023-11-06T14:06:50.186Z] ---> 78125ea3b484 [2023-11-06T14:06:50.186Z] Step 9/25 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-11-06T14:06:50.186Z] ---> Running in 0b41abb30b21 [2023-11-06T14:06:50.186Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2023-11-06T14:06:50.446Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2023-11-06T14:06:50.705Z] OK: 264 MiB in 52 packages [2023-11-06T14:06:50.963Z] Removing intermediate container 0b41abb30b21 [2023-11-06T14:06:50.963Z] ---> f0944cb2dbc0 [2023-11-06T14:06:50.963Z] Step 10/25 : ENV GO111MODULE=on [2023-11-06T14:06:50.963Z] ---> Running in 3acb781c9c96 [2023-11-06T14:06:50.963Z] Removing intermediate container 3acb781c9c96 [2023-11-06T14:06:50.963Z] ---> af8ed24fe221 [2023-11-06T14:06:50.963Z] Step 11/25 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go [2023-11-06T14:06:50.963Z] ---> Running in dc698a2f0db4 [2023-11-06T14:06:51.223Z] Removing intermediate container dc698a2f0db4 [2023-11-06T14:06:51.223Z] ---> 915097d81129 [2023-11-06T14:06:51.223Z] Step 12/25 : COPY go.mod vendor* ./ [2023-11-06T14:06:51.223Z] ---> e85436aa902a [2023-11-06T14:06:51.223Z] Step 13/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-11-06T14:06:51.481Z] ---> Running in 99ed463fcb68 [2023-11-06T14:06:51.695Z] 1996d6e72d7b: Pull complete [2023-11-06T14:06:51.966Z] 112e10f1d4c1: Pull complete [2023-11-06T14:06:52.048Z] Removing intermediate container 99ed463fcb68 [2023-11-06T14:06:52.048Z] ---> b22638751991 [2023-11-06T14:06:52.048Z] Step 14/25 : COPY . . [2023-11-06T14:06:52.234Z] b97b6e3dbded: Pull complete [2023-11-06T14:06:52.234Z] Digest: sha256:1dfc375736e448806602211e09a9b1390eb110548dcb839eef374da357ca5f5d [2023-11-06T14:06:52.234Z] Status: Downloaded newer image for docker:latest [2023-11-06T14:06:54.821Z] ---> 2a84ac59cc31 [2023-11-06T14:06:54.821Z] Step 9/15 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-11-06T14:06:54.821Z] ---> Running in bfa757188725 [2023-11-06T14:06:55.478Z] ---> 6bba3e9c0b9b [2023-11-06T14:06:55.478Z] Step 15/25 : RUN ${MAKE} [2023-11-06T14:06:55.478Z] ---> Running in 26042398373f [2023-11-06T14:06:55.478Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus" -ldflags "-X github.com/edgexfoundry/edgex-ui-go.Version=0.0.0" -trimpath -o cmd/edgex-ui-server/edgex-ui-server ./cmd/edgex-ui-server [2023-11-06T14:06:55.785Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2023-11-06T14:06:56.052Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2023-11-06T14:06:57.011Z] OK: 266 MiB in 52 packages [2023-11-06T14:06:57.971Z] Removing intermediate container bfa757188725 [2023-11-06T14:06:57.971Z] ---> 408d94220e97 [2023-11-06T14:06:57.971Z] Step 10/15 : ENV GO111MODULE=on [2023-11-06T14:06:57.971Z] ---> Running in 1c22d8bb8197 [2023-11-06T14:06:58.238Z] Removing intermediate container 1c22d8bb8197 [2023-11-06T14:06:58.238Z] ---> 82cf35009aac [2023-11-06T14:06:58.238Z] Step 11/15 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go [2023-11-06T14:06:58.238Z] ---> Running in c7edc1750086 [2023-11-06T14:06:58.828Z] Removing intermediate container c7edc1750086 [2023-11-06T14:06:58.828Z] ---> 2e73a06b22e3 [2023-11-06T14:06:58.828Z] Step 12/15 : COPY go.mod vendor* ./ [2023-11-06T14:06:59.096Z] ---> 6440c1843fec [2023-11-06T14:06:59.096Z] Step 13/15 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-11-06T14:06:59.366Z] ---> Running in e36aa4e84931 [2023-11-06T14:07:17.399Z] Removing intermediate container 26042398373f [2023-11-06T14:07:17.399Z] ---> 8ae05aa9218e [2023-11-06T14:07:17.399Z] Step 16/25 : FROM alpine:3.18 [2023-11-06T14:07:17.399Z] 3.18: Pulling from library/alpine [2023-11-06T14:07:17.399Z] 96526aa774ef: Already exists [2023-11-06T14:07:17.399Z] Digest: sha256:eece025e432126ce23f223450a0326fbebde39cdf496a85d8c016293fc851978 [2023-11-06T14:07:17.399Z] Status: Downloaded newer image for alpine:3.18 [2023-11-06T14:07:17.399Z] ---> 8ca4688f4f35 [2023-11-06T14:07:17.399Z] Step 17/25 : EXPOSE 4000 [2023-11-06T14:07:17.399Z] ---> Running in 31348add65b0 [2023-11-06T14:07:17.399Z] Removing intermediate container 31348add65b0 [2023-11-06T14:07:17.399Z] ---> 728772883bdf [2023-11-06T14:07:17.399Z] Step 18/25 : 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 [2023-11-06T14:07:17.399Z] ---> 154ff5473070 [2023-11-06T14:07:17.399Z] Step 19/25 : COPY --from=builder /go/src/github.com/edgexfoundry/edgex-ui-go/Attribution.txt /Attribution.txt [2023-11-06T14:07:17.399Z] ---> e3db3ebade0b [2023-11-06T14:07:17.399Z] Step 20/25 : COPY --from=builder /go/src/github.com/edgexfoundry/edgex-ui-go/LICENSE /LICENSE [2023-11-06T14:07:17.399Z] ---> 591c1110c867 [2023-11-06T14:07:17.399Z] Step 21/25 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [2023-11-06T14:07:17.399Z] ---> Running in b12f557da5b6 [2023-11-06T14:07:17.656Z] Removing intermediate container b12f557da5b6 [2023-11-06T14:07:17.656Z] ---> 17ecbd21ae44 [2023-11-06T14:07:17.656Z] Step 22/25 : ENTRYPOINT ["./edgex-ui-server","--configDir=res/docker"] [2023-11-06T14:07:17.656Z] ---> Running in 1a1ce5de2328 [2023-11-06T14:07:17.656Z] Removing intermediate container 1a1ce5de2328 [2023-11-06T14:07:17.656Z] ---> e5069b53249b [2023-11-06T14:07:17.656Z] Step 23/25 : LABEL arch=amd64 [2023-11-06T14:07:17.656Z] ---> Running in 5ae8c5bb2921 [2023-11-06T14:07:17.656Z] Removing intermediate container 5ae8c5bb2921 [2023-11-06T14:07:17.656Z] ---> 2c27ba64919d [2023-11-06T14:07:17.656Z] Step 24/25 : LABEL git_sha=6cd958e8792824617ef9e13f7801649486dd64cd [2023-11-06T14:07:17.656Z] ---> Running in abc8d8c240be [2023-11-06T14:07:17.915Z] Removing intermediate container abc8d8c240be [2023-11-06T14:07:17.915Z] ---> dc42b9bf8fd9 [2023-11-06T14:07:17.915Z] Step 25/25 : LABEL version=0.0.0 [2023-11-06T14:07:17.915Z] ---> Running in 3df6ccd00aa5 [2023-11-06T14:07:17.915Z] Removing intermediate container 3df6ccd00aa5 [2023-11-06T14:07:17.915Z] ---> f8293e5af56f [2023-11-06T14:07:17.915Z] [Warning] One or more build-args [ARCH] were not consumed [2023-11-06T14:07:17.915Z] Successfully built f8293e5af56f [2023-11-06T14:07:17.915Z] 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 [2023-11-06T14:07:18.804Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-11-06T14:07:18.804Z] [2023-11-06T14:07:18.804Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-11-06T14:07:19.187Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-11-06T14:07:19.187Z] latest: Pulling from edgex-lftools-log-publisher [2023-11-06T14:07:19.187Z] 5eb5b503b376: Pulling fs layer [2023-11-06T14:07:19.187Z] 5c69ac0246d0: Pulling fs layer [2023-11-06T14:07:19.187Z] ec43610c2a17: Pulling fs layer [2023-11-06T14:07:19.187Z] 3a2ae6a8a46f: Pulling fs layer [2023-11-06T14:07:19.187Z] 33b1e0a273af: Pulling fs layer [2023-11-06T14:07:19.187Z] 5d3b04190fa2: Pulling fs layer [2023-11-06T14:07:19.187Z] 2f39f015ded8: Pulling fs layer [2023-11-06T14:07:19.187Z] 33b1e0a273af: Waiting [2023-11-06T14:07:19.187Z] 5d3b04190fa2: Waiting [2023-11-06T14:07:19.187Z] 2f39f015ded8: Waiting [2023-11-06T14:07:19.187Z] 3a2ae6a8a46f: Waiting [2023-11-06T14:07:19.187Z] 5c69ac0246d0: Download complete [2023-11-06T14:07:19.187Z] 3a2ae6a8a46f: Download complete [2023-11-06T14:07:19.187Z] 33b1e0a273af: Verifying Checksum [2023-11-06T14:07:19.187Z] 33b1e0a273af: Download complete [2023-11-06T14:07:19.187Z] ec43610c2a17: Download complete [2023-11-06T14:07:19.187Z] 5d3b04190fa2: Download complete [2023-11-06T14:07:19.450Z] 5eb5b503b376: Download complete [2023-11-06T14:07:20.016Z] 2f39f015ded8: Verifying Checksum [2023-11-06T14:07:20.016Z] 2f39f015ded8: Download complete [2023-11-06T14:07:20.583Z] 5eb5b503b376: Pull complete [2023-11-06T14:07:20.841Z] 5c69ac0246d0: Pull complete [2023-11-06T14:07:21.099Z] ec43610c2a17: Pull complete [2023-11-06T14:07:21.099Z] 3a2ae6a8a46f: Pull complete [2023-11-06T14:07:21.357Z] 33b1e0a273af: Pull complete [2023-11-06T14:07:21.357Z] 5d3b04190fa2: Pull complete [2023-11-06T14:07:25.542Z] 2f39f015ded8: Pull complete [2023-11-06T14:07:25.542Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2023-11-06T14:07:25.542Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-11-06T14:07:25.542Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-11-06T14:07:25.769Z] prd-ubuntu20.04-docker-8c-8g-16631 does not seem to be running inside a container [2023-11-06T14:07:25.767Z] $ 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-658 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-658:/w/workspace/edgexfoundry_edgex-ui-go_PR-658:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-658@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-658@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 ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2023-11-06T14:07:33.400Z] $ docker top 4ac929ee4ba91b071ae6ed33ae8e864739058f9c1b4441769aad0b883cc1d69b -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-11-06T14:07:33.875Z] ---> job-cost.sh [2023-11-06T14:07:33.875Z] lf-activate-venv: SKIPPING [2023-11-06T14:07:33.875Z] INFO: No Stack... [2023-11-06T14:07:34.133Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-11-06T14:07:34.699Z] INFO: Archiving Costs [Pipeline] sh [2023-11-06T14:07:35.012Z] + cat /w/workspace/edgexfoundry_edgex-ui-go_PR-658/archives/cost.csv [2023-11-06T14:07:35.012Z] + cut -d, -f6 [Pipeline] lock [2023-11-06T14:07:35.055Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-ui-go-PR-658-1-stack-cost] [2023-11-06T14:07:35.060Z] Resource [jenkins-edgexfoundry-edgex-ui-go-PR-658-1-stack-cost] did not exist. Created. [2023-11-06T14:07:35.060Z] Lock acquired on [jenkins-edgexfoundry-edgex-ui-go-PR-658-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-11-06T14:07:35.449Z] + echo total: 0.2199999988079071 [Pipeline] stash [2023-11-06T14:07:35.945Z] Stashed 1 file(s) [Pipeline] } [2023-11-06T14:07:35.961Z] Lock released on resource [jenkins-edgexfoundry-edgex-ui-go-PR-658-1-stack-cost] [Pipeline] // lock [Pipeline] } [2023-11-06T14:07:36.044Z] $ docker stop --time=1 4ac929ee4ba91b071ae6ed33ae8e864739058f9c1b4441769aad0b883cc1d69b [2023-11-06T14:07:37.350Z] $ docker rm -f --volumes 4ac929ee4ba91b071ae6ed33ae8e864739058f9c1b4441769aad0b883cc1d69b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2023-11-06T14:08:20.972Z] Removing intermediate container e36aa4e84931 [2023-11-06T14:08:20.972Z] ---> 838165bfeab9 [2023-11-06T14:08:20.972Z] Step 14/15 : COPY . . [2023-11-06T14:08:20.972Z] ---> 0435b495c8f1 [2023-11-06T14:08:20.972Z] Step 15/15 : RUN ${MAKE} [2023-11-06T14:08:20.972Z] ---> Running in 75109e20a5ec [2023-11-06T14:08:20.972Z] noop [2023-11-06T14:08:20.972Z] Removing intermediate container 75109e20a5ec [2023-11-06T14:08:20.972Z] ---> 561149d42669 [2023-11-06T14:08:20.972Z] Successfully built 561149d42669 [2023-11-06T14:08:20.972Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-11-06T14:08:21.449Z] + docker inspect -f . ci-base-image-arm64 [2023-11-06T14:08:21.449Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-11-06T14:08:21.736Z] prd-ubuntu20.04-docker-arm64-4c-16g-16633 does not seem to be running inside a container [2023-11-06T14:08:21.808Z] $ 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 ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2023-11-06T14:08:22.958Z] $ docker top ebb1910696b6e59117f79349331a72a8b01829d970118f9f5e3ef84ca9af9d47 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-11-06T14:08:23.862Z] + go version [2023-11-06T14:08:23.862Z] go version go1.21.0 linux/arm64 [Pipeline] } [2023-11-06T14:08:23.904Z] $ docker stop --time=1 ebb1910696b6e59117f79349331a72a8b01829d970118f9f5e3ef84ca9af9d47 [2023-11-06T14:08:25.488Z] $ docker rm -f --volumes ebb1910696b6e59117f79349331a72a8b01829d970118f9f5e3ef84ca9af9d47 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-11-06T14:08:26.343Z] + docker inspect -f . ci-base-image-arm64 [2023-11-06T14:08:26.343Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-11-06T14:08:26.600Z] prd-ubuntu20.04-docker-arm64-4c-16g-16633 does not seem to be running inside a container [2023-11-06T14:08:26.670Z] $ 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 ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2023-11-06T14:08:27.847Z] $ docker top 81ab0c003a35b3bc37ce770a115d28cf76f9f76542a0b1f2e6e79a0081060aa9 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-11-06T14:08:28.394Z] + git config --global --add safe.directory /w/workspace/edgex-ui-go/1 [Pipeline] fileExists [Pipeline] sh [2023-11-06T14:08:29.052Z] + make test [2023-11-06T14:08:29.052Z] CGO_ENABLED=0 GO111MODULE=on go test -tags "no_messagebus" -coverprofile=coverage.out ./... [2023-11-06T14:08:37.245Z] ? github.com/edgexfoundry/edgex-ui-go [no test files] [2023-11-06T14:09:58.843Z] ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] [2023-11-06T14:09:58.843Z] ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] [2023-11-06T14:09:58.843Z] ? github.com/edgexfoundry/edgex-ui-go/internal/common [no test files] [2023-11-06T14:09:58.843Z] ? github.com/edgexfoundry/edgex-ui-go/internal/config [no test files] [2023-11-06T14:09:58.843Z] ? github.com/edgexfoundry/edgex-ui-go/internal/container [no test files] [2023-11-06T14:09:58.843Z] ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] [2023-11-06T14:09:58.843Z] ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] [2023-11-06T14:09:58.843Z] ? github.com/edgexfoundry/edgex-ui-go/internal/service [no test files] [2023-11-06T14:09:58.843Z] CGO_ENABLED=0 GO111MODULE=on go vet -tags "no_messagebus" ./... [2023-11-06T14:10:25.568Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-11-06T14:10:25.568Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-11-06T14:10:25.568Z] ./bin/test-attribution-txt.sh [2023-11-06T14:10:25.568Z] An attribution for github.com/gabriel-vasile/mimetype is missing from Attribution.txt, please add [2023-11-06T14:10:25.568Z] An attribution for github.com/golang-jwt/jwt is missing from Attribution.txt, please add [2023-11-06T14:10:25.568Z] An attribution for github.com/klauspost/compress is missing from Attribution.txt, please add [2023-11-06T14:10:25.568Z] An attribution for github.com/labstack/echo/v4 is missing from Attribution.txt, please add [2023-11-06T14:10:25.568Z] An attribution for github.com/labstack/gommon is missing from Attribution.txt, please add [2023-11-06T14:10:25.568Z] An attribution for github.com/valyala/bytebufferpool is missing from Attribution.txt, please add [2023-11-06T14:10:25.568Z] An attribution for github.com/valyala/fasttemplate is missing from Attribution.txt, please add [2023-11-06T14:10:25.568Z] An attribution for golang.org/x/exp is missing from Attribution.txt, please add [2023-11-06T14:10:25.568Z] An attribution for golang.org/x/time is missing from Attribution.txt, please add [2023-11-06T14:10:25.568Z] make -C web test [2023-11-06T14:10:25.568Z] make[1]: Entering directory '/w/workspace/edgex-ui-go/1/web' [2023-11-06T14:10:25.568Z] make[1]: tput: No such file or directory [2023-11-06T14:10:25.568Z] make[1]: tput: No such file or directory [2023-11-06T14:10:25.568Z] warning: generating ./VERSION [2023-11-06T14:10:25.568Z] echo "0.0.0" > VERSION [2023-11-06T14:10:25.568Z] docker build \ [2023-11-06T14:10:25.568Z] -f Dockerfile \ [2023-11-06T14:10:25.568Z] --build-arg USER=1000 \ [2023-11-06T14:10:25.568Z] \ [2023-11-06T14:10:25.568Z] --label "git_sha=6cd958e8792824617ef9e13f7801649486dd64cd" \ [2023-11-06T14:10:25.568Z] -t edgexfoundry/edgex-web-ui:6cd958e8792824617ef9e13f7801649486dd64cd \ [2023-11-06T14:10:25.568Z] -t edgexfoundry/edgex-web-ui:0.0.0-dev \ [2023-11-06T14:10:25.568Z] . [2023-11-06T14:10:25.568Z] DEPRECATED: The legacy builder is deprecated and will be removed in a future release. [2023-11-06T14:10:25.568Z] Install the buildx component to build images with BuildKit: [2023-11-06T14:10:25.568Z] https://docs.docker.com/go/buildx/ [2023-11-06T14:10:25.568Z] [2023-11-06T14:10:25.568Z] Sending build context to Docker daemon 2.706MB [2023-11-06T14:10:25.568Z] Step 1/11 : FROM node:18-alpine3.18 [2023-11-06T14:10:26.557Z] 18-alpine3.18: Pulling from library/node [2023-11-06T14:10:26.557Z] 579b34f0a95b: Already exists [2023-11-06T14:10:26.557Z] 193dce5f4a0c: Pulling fs layer [2023-11-06T14:10:26.557Z] 78d1fe6b9b44: Pulling fs layer [2023-11-06T14:10:26.557Z] 18c854bc80ea: Pulling fs layer [2023-11-06T14:10:26.557Z] 18c854bc80ea: Download complete [2023-11-06T14:10:26.557Z] 78d1fe6b9b44: Verifying Checksum [2023-11-06T14:10:26.557Z] 78d1fe6b9b44: Download complete [2023-11-06T14:10:28.004Z] 193dce5f4a0c: Verifying Checksum [2023-11-06T14:10:28.004Z] 193dce5f4a0c: Download complete [2023-11-06T14:10:36.215Z] 193dce5f4a0c: Pull complete [2023-11-06T14:10:41.568Z] 78d1fe6b9b44: Pull complete [2023-11-06T14:10:41.568Z] 18c854bc80ea: Pull complete [2023-11-06T14:10:41.568Z] Digest: sha256:435dcad253bb5b7f347ebc69c8cc52de7c912eb7241098b920f2fc2d7843183d [2023-11-06T14:10:41.568Z] Status: Downloaded newer image for node:18-alpine3.18 [2023-11-06T14:10:41.568Z] ---> f5a5f9201015 [2023-11-06T14:10:41.568Z] Step 2/11 : RUN apk add --no-cache chromium [2023-11-06T14:10:42.532Z] ---> Running in 69acf52d6da0 [2023-11-06T14:10:44.473Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2023-11-06T14:10:44.740Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2023-11-06T14:10:46.148Z] (1/151) Installing libexpat (2.5.0-r1) [2023-11-06T14:10:46.148Z] (2/151) Installing brotli-libs (1.0.9-r14) [2023-11-06T14:10:46.148Z] (3/151) Installing libbz2 (1.0.8-r5) [2023-11-06T14:10:46.148Z] (4/151) Installing libpng (1.6.39-r3) [2023-11-06T14:10:46.148Z] (5/151) Installing freetype (2.13.0-r5) [2023-11-06T14:10:46.148Z] (6/151) Installing fontconfig (2.14.2-r3) [2023-11-06T14:10:46.148Z] (7/151) Installing libfontenc (1.1.7-r2) [2023-11-06T14:10:46.148Z] (8/151) Installing mkfontscale (1.2.2-r3) [2023-11-06T14:10:46.148Z] (9/151) Installing font-opensans (0_git20210927-r1) [2023-11-06T14:10:46.148Z] (10/151) Installing pkgconf (1.9.5-r0) [2023-11-06T14:10:46.148Z] (11/151) Installing libffi (3.4.4-r2) [2023-11-06T14:10:46.148Z] (12/151) Installing libintl (0.21.1-r7) [2023-11-06T14:10:46.148Z] (13/151) Installing libblkid (2.38.1-r8) [2023-11-06T14:10:46.415Z] (14/151) Installing libmount (2.38.1-r8) [2023-11-06T14:10:46.415Z] (15/151) Installing pcre2 (10.42-r1) [2023-11-06T14:10:46.415Z] (16/151) Installing glib (2.76.4-r0) [2023-11-06T14:10:46.415Z] (17/151) Installing xz-libs (5.4.3-r0) [2023-11-06T14:10:46.415Z] (18/151) Installing libxml2 (2.11.4-r0) [2023-11-06T14:10:46.415Z] (19/151) Installing shared-mime-info (2.2-r5) [2023-11-06T14:10:46.415Z] (20/151) Installing hicolor-icon-theme (0.17-r2) [2023-11-06T14:10:46.682Z] (21/151) Installing libjpeg-turbo (2.1.5.1-r3) [2023-11-06T14:10:46.682Z] (22/151) Installing libwebp (1.3.2-r0) [2023-11-06T14:10:46.682Z] (23/151) Installing zstd-libs (1.5.5-r4) [2023-11-06T14:10:46.682Z] (24/151) Installing tiff (4.5.1-r0) [2023-11-06T14:10:46.682Z] (25/151) Installing gdk-pixbuf (2.42.10-r5) [2023-11-06T14:10:46.682Z] (26/151) Installing gtk-update-icon-cache (3.24.38-r1) [2023-11-06T14:10:46.682Z] (27/151) Installing libxau (1.0.11-r2) [2023-11-06T14:10:46.682Z] (28/151) Installing libmd (1.0.4-r2) [2023-11-06T14:10:46.682Z] (29/151) Installing libbsd (0.11.7-r1) [2023-11-06T14:10:46.682Z] (30/151) Installing libxdmcp (1.1.4-r2) [2023-11-06T14:10:46.682Z] (31/151) Installing libxcb (1.15-r1) [2023-11-06T14:10:46.949Z] (32/151) Installing libx11 (1.8.7-r0) [2023-11-06T14:10:46.949Z] (33/151) Installing libxcomposite (0.4.6-r3) [2023-11-06T14:10:46.949Z] (34/151) Installing libxfixes (6.0.1-r2) [2023-11-06T14:10:46.949Z] (35/151) Installing libxrender (0.9.11-r3) [2023-11-06T14:10:46.949Z] (36/151) Installing libxcursor (1.2.1-r2) [2023-11-06T14:10:46.949Z] (37/151) Installing libxdamage (1.1.6-r2) [2023-11-06T14:10:46.949Z] (38/151) Installing libxext (1.3.5-r2) [2023-11-06T14:10:46.949Z] (39/151) Installing libxi (1.8.1-r0) [2023-11-06T14:10:46.949Z] (40/151) Installing libxinerama (1.1.5-r2) [2023-11-06T14:10:46.949Z] (41/151) Installing libxrandr (1.5.3-r2) [2023-11-06T14:10:46.949Z] (42/151) Installing libatk-1.0 (2.48.3-r0) [2023-11-06T14:10:46.949Z] (43/151) Installing libxtst (1.2.4-r2) [2023-11-06T14:10:46.949Z] (44/151) Installing dbus-libs (1.14.8-r0) [2023-11-06T14:10:47.217Z] (45/151) Installing at-spi2-core (2.48.3-r0) [2023-11-06T14:10:47.217Z] (46/151) Installing libatk-bridge-2.0 (2.48.3-r0) [2023-11-06T14:10:47.217Z] (47/151) Installing pixman (0.42.2-r1) [2023-11-06T14:10:47.217Z] (48/151) Installing cairo (1.17.8-r1) [2023-11-06T14:10:47.217Z] (49/151) Installing cairo-gobject (1.17.8-r1) [2023-11-06T14:10:47.217Z] (50/151) Installing avahi-libs (0.8-r13) [2023-11-06T14:10:47.217Z] (51/151) Installing gmp (6.2.1-r3) [2023-11-06T14:10:47.217Z] (52/151) Installing nettle (3.8.1-r2) [2023-11-06T14:10:47.217Z] (53/151) Installing libunistring (1.1-r1) [2023-11-06T14:10:47.217Z] (54/151) Installing libidn2 (2.3.4-r1) [2023-11-06T14:10:47.217Z] (55/151) Installing p11-kit (0.24.1-r2) [2023-11-06T14:10:47.217Z] (56/151) Installing libtasn1 (4.19.0-r1) [2023-11-06T14:10:47.217Z] (57/151) Installing gnutls (3.8.0-r2) [2023-11-06T14:10:47.494Z] (58/151) Installing cups-libs (2.4.7-r0) [2023-11-06T14:10:47.494Z] (59/151) Installing libepoxy (1.5.10-r1) [2023-11-06T14:10:47.494Z] (60/151) Installing fribidi (1.0.13-r0) [2023-11-06T14:10:47.494Z] (61/151) Installing graphite2 (1.3.14-r5) [2023-11-06T14:10:47.494Z] (62/151) Installing harfbuzz (7.3.0-r0) [2023-11-06T14:10:47.494Z] (63/151) Installing libxft (2.3.8-r1) [2023-11-06T14:10:47.494Z] (64/151) Installing pango (1.50.14-r1) [2023-11-06T14:10:47.494Z] (65/151) Installing wayland-libs-client (1.22.0-r2) [2023-11-06T14:10:47.494Z] (66/151) Installing wayland-libs-cursor (1.22.0-r2) [2023-11-06T14:10:47.494Z] (67/151) Installing wayland-libs-egl (1.22.0-r2) [2023-11-06T14:10:47.494Z] (68/151) Installing xkeyboard-config (2.38-r0) [2023-11-06T14:10:47.760Z] (69/151) Installing libxkbcommon (1.5.0-r2) [2023-11-06T14:10:47.760Z] (70/151) Installing gtk+3.0 (3.24.38-r1) [2023-11-06T14:10:48.026Z] Executing gtk+3.0-3.24.38-r1.post-install [2023-11-06T14:10:48.293Z] (71/151) Installing icu-data-full (73.2-r2) [2023-11-06T14:10:48.887Z] (72/151) Installing mesa (23.0.4-r0) [2023-11-06T14:10:48.887Z] (73/151) Installing llvm15-libs (15.0.7-r6) [2023-11-06T14:10:51.482Z] (74/151) Installing libdrm (2.4.115-r4) [2023-11-06T14:10:51.482Z] (75/151) Installing musl-fts (1.2.7-r5) [2023-11-06T14:10:51.482Z] (76/151) Installing libelf (0.189-r2) [2023-11-06T14:10:51.482Z] (77/151) Installing mesa-glapi (23.0.4-r0) [2023-11-06T14:10:51.482Z] (78/151) Installing mesa-dri-gallium (23.0.4-r0) [2023-11-06T14:10:51.750Z] (79/151) Installing eudev-libs (3.2.11-r8) [2023-11-06T14:10:51.750Z] (80/151) Installing libmagic (5.45-r0) [2023-11-06T14:10:52.018Z] (81/151) Installing file (5.45-r0) [2023-11-06T14:10:52.018Z] (82/151) Installing libice (1.1.1-r2) [2023-11-06T14:10:52.018Z] (83/151) Installing libuuid (2.38.1-r8) [2023-11-06T14:10:52.018Z] (84/151) Installing libsm (1.2.4-r1) [2023-11-06T14:10:52.018Z] (85/151) Installing libxt (1.3.0-r2) [2023-11-06T14:10:52.018Z] (86/151) Installing libxmu (1.1.4-r2) [2023-11-06T14:10:52.018Z] (87/151) Installing xset (1.2.5-r1) [2023-11-06T14:10:52.018Z] (88/151) Installing xprop (1.2.6-r0) [2023-11-06T14:10:52.018Z] (89/151) Installing xdg-utils (1.1.3-r4) [2023-11-06T14:10:52.018Z] (90/151) Installing libogg (1.3.5-r4) [2023-11-06T14:10:52.018Z] (91/151) Installing flac-libs (1.4.3-r0) [2023-11-06T14:10:52.018Z] (92/151) Installing alsa-lib (1.2.9-r1) [2023-11-06T14:10:52.285Z] (93/151) Installing libatomic (12.2.1_git20220924-r10) [2023-11-06T14:10:52.285Z] (94/151) Installing svt-av1-libs (1.6.0-r0) [2023-11-06T14:10:52.285Z] (95/151) Installing aom-libs (3.6.1-r0) [2023-11-06T14:10:52.285Z] (96/151) Installing libva (2.18.0-r1) [2023-11-06T14:10:52.570Z] (97/151) Installing libvdpau (1.5-r1) [2023-11-06T14:10:52.570Z] (98/151) Installing ffmpeg-libavutil (6.0-r15) [2023-11-06T14:10:52.570Z] (99/151) Installing libdav1d (1.2.1-r0) [2023-11-06T14:10:52.570Z] (100/151) Installing libhwy (1.0.4-r1) [2023-11-06T14:10:52.570Z] (101/151) Installing lcms2 (2.15-r2) [2023-11-06T14:10:52.570Z] (102/151) Installing libjxl (0.8.2-r0) [2023-11-06T14:10:52.570Z] (103/151) Installing lame-libs (3.100-r5) [2023-11-06T14:10:52.570Z] (104/151) Installing opus (1.4-r0) [2023-11-06T14:10:52.570Z] (105/151) Installing libgomp (12.2.1_git20220924-r10) [2023-11-06T14:10:52.570Z] (106/151) Installing soxr (0.1.3-r5) [2023-11-06T14:10:52.570Z] (107/151) Installing ffmpeg-libswresample (6.0-r15) [2023-11-06T14:10:52.570Z] (108/151) Installing libtheora (1.1.1-r17) [2023-11-06T14:10:52.837Z] (109/151) Installing libvorbis (1.3.7-r1) [2023-11-06T14:10:52.837Z] (110/151) Installing libvpx (1.13.0-r2) [2023-11-06T14:10:52.837Z] (111/151) Installing x264-libs (0.164_git20220602-r1) [2023-11-06T14:10:52.837Z] (112/151) Installing numactl (2.0.16-r4) [2023-11-06T14:10:52.837Z] (113/151) Installing x265-libs (3.5-r4) [2023-11-06T14:10:53.104Z] (114/151) Installing xvidcore (1.3.7-r1) [2023-11-06T14:10:53.104Z] (115/151) Installing ffmpeg-libavcodec (6.0-r15) [2023-11-06T14:10:53.370Z] (116/151) Installing libbluray (1.3.4-r0) [2023-11-06T14:10:53.370Z] (117/151) Installing mpg123-libs (1.31.3-r1) [2023-11-06T14:10:53.370Z] (118/151) Installing libopenmpt (0.7.2-r0) [2023-11-06T14:10:53.370Z] (119/151) Installing cjson (1.7.15-r4) [2023-11-06T14:10:53.370Z] (120/151) Installing mbedtls (2.28.5-r0) [2023-11-06T14:10:53.370Z] (121/151) Installing librist (0.2.7-r0) [2023-11-06T14:10:53.370Z] (122/151) Installing libsrt (1.5.2-r0) [2023-11-06T14:10:53.370Z] (123/151) Installing libssh (0.10.5-r0) [2023-11-06T14:10:53.644Z] (124/151) Installing libsodium (1.0.18-r3) [2023-11-06T14:10:53.644Z] (125/151) Installing libzmq (4.3.4-r4) [2023-11-06T14:10:53.644Z] (126/151) Installing ffmpeg-libavformat (6.0-r15) [2023-11-06T14:10:53.644Z] (127/151) Installing libevent (2.1.12-r6) [2023-11-06T14:10:53.644Z] (128/151) Installing wayland-libs-server (1.22.0-r2) [2023-11-06T14:10:53.644Z] (129/151) Installing mesa-gbm (23.0.4-r0) [2023-11-06T14:10:53.644Z] (130/151) Installing harfbuzz-subset (7.3.0-r0) [2023-11-06T14:10:53.644Z] (131/151) Installing icu-libs (73.2-r2) [2023-11-06T14:10:53.909Z] (132/151) Installing jsoncpp (1.9.5-r0) [2023-11-06T14:10:53.910Z] (133/151) Installing minizip (1.2.13-r1) [2023-11-06T14:10:53.910Z] (134/151) Installing nspr (4.35-r2) [2023-11-06T14:10:53.910Z] (135/151) Installing sqlite-libs (3.41.2-r2) [2023-11-06T14:10:53.910Z] (136/151) Installing nss (3.94-r0) [2023-11-06T14:10:53.910Z] (137/151) Installing pipewire-libs (0.3.70-r1) [2023-11-06T14:10:53.910Z] (138/151) Installing libasyncns (0.8-r1) [2023-11-06T14:10:53.910Z] (139/151) Installing libltdl (2.4.7-r2) [2023-11-06T14:10:53.910Z] (140/151) Installing orc (0.4.34-r0) [2023-11-06T14:10:53.910Z] (141/151) Installing libsndfile (1.2.0-r2) [2023-11-06T14:10:54.178Z] (142/151) Installing speexdsp (1.2.1-r1) [2023-11-06T14:10:54.178Z] (143/151) Installing tdb-libs (1.4.8-r1) [2023-11-06T14:10:54.178Z] (144/151) Installing libpulse (16.1-r10) [2023-11-06T14:10:54.178Z] (145/151) Installing snappy (1.1.10-r1) [2023-11-06T14:10:54.178Z] (146/151) Installing libwoff2common (1.0.2-r2) [2023-11-06T14:10:54.178Z] (147/151) Installing libwoff2enc (1.0.2-r2) [2023-11-06T14:10:54.178Z] (148/151) Installing libgpg-error (1.47-r1) [2023-11-06T14:10:54.178Z] (149/151) Installing libgcrypt (1.10.2-r1) [2023-11-06T14:10:54.178Z] (150/151) Installing libxslt (1.1.38-r0) [2023-11-06T14:10:54.178Z] (151/151) Installing chromium (117.0.5938.62-r0) [2023-11-06T14:10:59.544Z] Executing busybox-1.36.1-r2.trigger [2023-11-06T14:10:59.544Z] Executing fontconfig-2.14.2-r3.trigger [2023-11-06T14:10:59.811Z] Executing mkfontscale-1.2.2-r3.trigger [2023-11-06T14:10:59.811Z] Executing glib-2.76.4-r0.trigger [2023-11-06T14:10:59.811Z] Executing shared-mime-info-2.2-r5.trigger [2023-11-06T14:11:02.395Z] Executing gdk-pixbuf-2.42.10-r5.trigger [2023-11-06T14:11:02.395Z] Executing gtk-update-icon-cache-3.24.38-r1.trigger [2023-11-06T14:11:02.395Z] OK: 555 MiB in 168 packages [2023-11-06T14:11:17.408Z] Removing intermediate container 69acf52d6da0 [2023-11-06T14:11:17.408Z] ---> e292abf1fcad [2023-11-06T14:11:17.408Z] Step 3/11 : ENV CHROME_BIN=/usr/bin/chromium-browser [2023-11-06T14:11:17.408Z] ---> Running in ea2f8b869b61 [2023-11-06T14:11:17.408Z] Removing intermediate container ea2f8b869b61 [2023-11-06T14:11:17.408Z] ---> 3ef0a895a68d [2023-11-06T14:11:17.408Z] Step 4/11 : ENV NODE_OPTIONS=--openssl-legacy-provider [2023-11-06T14:11:17.408Z] ---> Running in 195cdd6899ce [2023-11-06T14:11:17.408Z] Removing intermediate container 195cdd6899ce [2023-11-06T14:11:17.408Z] ---> c41726edf3a8 [2023-11-06T14:11:17.408Z] Step 5/11 : ENV PATH /app/node_modules/.bin:$PATH [2023-11-06T14:11:17.408Z] ---> Running in 76323d4c4052 [2023-11-06T14:11:17.408Z] Removing intermediate container 76323d4c4052 [2023-11-06T14:11:17.408Z] ---> d66d10294653 [2023-11-06T14:11:17.408Z] Step 6/11 : RUN npm install -g npm [2023-11-06T14:11:17.408Z] ---> Running in d69a39bf4cc1 [2023-11-06T14:11:44.072Z] [2023-11-06T14:11:44.072Z] removed 31 packages, and changed 65 packages in 22s [2023-11-06T14:11:44.072Z] [2023-11-06T14:11:44.072Z] 26 packages are looking for funding [2023-11-06T14:11:44.072Z] run `npm fund` for details [2023-11-06T14:11:45.033Z] Removing intermediate container d69a39bf4cc1 [2023-11-06T14:11:45.033Z] ---> 788341f3fde9 [2023-11-06T14:11:45.033Z] Step 7/11 : ARG USER=1000 [2023-11-06T14:11:45.033Z] ---> Running in 26325e7297dd [2023-11-06T14:11:45.306Z] Removing intermediate container 26325e7297dd [2023-11-06T14:11:45.306Z] ---> aeef03afc7d2 [2023-11-06T14:11:45.306Z] Step 8/11 : RUN deluser --remove-home node && adduser -u $USER -D -s /bin/sh node [2023-11-06T14:11:45.573Z] ---> Running in 7049a665cced [2023-11-06T14:11:46.992Z] Removing intermediate container 7049a665cced [2023-11-06T14:11:46.992Z] ---> 356170374b3b [2023-11-06T14:11:46.992Z] Step 9/11 : USER $USER:$USER [2023-11-06T14:11:46.992Z] ---> Running in a8e106447b97 [2023-11-06T14:11:47.259Z] Removing intermediate container a8e106447b97 [2023-11-06T14:11:47.259Z] ---> 5fe4037a7c36 [2023-11-06T14:11:47.259Z] Step 10/11 : WORKDIR /app [2023-11-06T14:11:47.524Z] ---> Running in 65ac255b3f9c [2023-11-06T14:11:47.791Z] Removing intermediate container 65ac255b3f9c [2023-11-06T14:11:47.791Z] ---> 65257604e28b [2023-11-06T14:11:47.791Z] Step 11/11 : LABEL git_sha=6cd958e8792824617ef9e13f7801649486dd64cd [2023-11-06T14:11:47.791Z] ---> Running in b81164ed12c4 [2023-11-06T14:11:48.059Z] Removing intermediate container b81164ed12c4 [2023-11-06T14:11:48.059Z] ---> 32c70a055a8c [2023-11-06T14:11:48.059Z] Successfully built 32c70a055a8c [2023-11-06T14:11:48.059Z] Successfully tagged edgexfoundry/edgex-web-ui:6cd958e8792824617ef9e13f7801649486dd64cd [2023-11-06T14:11:48.059Z] Successfully tagged edgexfoundry/edgex-web-ui:0.0.0-dev [2023-11-06T14:11:48.059Z] touch edgex-web-ui.imagebuilt [2023-11-06T14:11:48.059Z] mkdir -p node_modules coverage [2023-11-06T14:11:48.059Z] chown "1000:1000" node_modules coverage package-lock.json [2023-11-06T14:11:48.060Z] docker run --rm -i -v "$(pwd):/app" -u "1000:1000" edgexfoundry/edgex-web-ui:0.0.0-dev npm install [2023-11-06T14:12:00.356Z] npm WARN EBADENGINE Unsupported engine { [2023-11-06T14:12:00.357Z] npm WARN EBADENGINE package: '@angular-devkit/architect@0.1202.4', [2023-11-06T14:12:00.357Z] npm WARN EBADENGINE required: { [2023-11-06T14:12:00.357Z] npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', [2023-11-06T14:12:00.357Z] npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', [2023-11-06T14:12:00.357Z] npm WARN EBADENGINE yarn: '>= 1.13.0' [2023-11-06T14:12:00.357Z] npm WARN EBADENGINE }, [2023-11-06T14:12:00.357Z] npm WARN EBADENGINE current: { node: 'v18.18.2', npm: '10.2.3' } [2023-11-06T14:12:00.357Z] npm WARN EBADENGINE } [2023-11-06T14:12:00.357Z] npm WARN EBADENGINE Unsupported engine { [2023-11-06T14:12:00.357Z] npm WARN EBADENGINE package: '@angular-devkit/build-angular@12.2.4', [2023-11-06T14:12:00.357Z] npm WARN EBADENGINE required: { [2023-11-06T14:12:00.357Z] npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', [2023-11-06T14:12:00.357Z] npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', [2023-11-06T14:12:00.357Z] npm WARN EBADENGINE yarn: '>= 1.13.0' [2023-11-06T14:12:00.357Z] npm WARN EBADENGINE }, [2023-11-06T14:12:00.357Z] npm WARN EBADENGINE current: { node: 'v18.18.2', npm: '10.2.3' } [2023-11-06T14:12:00.357Z] npm WARN EBADENGINE } [2023-11-06T14:12:00.357Z] npm WARN EBADENGINE Unsupported engine { [2023-11-06T14:12:00.357Z] npm WARN EBADENGINE package: '@angular-devkit/build-optimizer@0.1202.4', [2023-11-06T14:12:00.357Z] npm WARN EBADENGINE required: { [2023-11-06T14:12:00.357Z] npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', [2023-11-06T14:12:00.357Z] npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', [2023-11-06T14:12:00.357Z] npm WARN EBADENGINE yarn: '>= 1.13.0' [2023-11-06T14:12:00.357Z] npm WARN EBADENGINE }, [2023-11-06T14:12:00.357Z] npm WARN EBADENGINE current: { node: 'v18.18.2', npm: '10.2.3' } [2023-11-06T14:12:00.357Z] npm WARN EBADENGINE } [2023-11-06T14:12:00.357Z] npm WARN EBADENGINE Unsupported engine { [2023-11-06T14:12:00.357Z] npm WARN EBADENGINE package: '@angular-devkit/build-webpack@0.1202.4', [2023-11-06T14:12:00.357Z] npm WARN EBADENGINE required: { [2023-11-06T14:12:00.357Z] npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', [2023-11-06T14:12:00.357Z] npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', [2023-11-06T14:12:00.357Z] npm WARN EBADENGINE yarn: '>= 1.13.0' [2023-11-06T14:12:00.357Z] npm WARN EBADENGINE }, [2023-11-06T14:12:00.357Z] npm WARN EBADENGINE current: { node: 'v18.18.2', npm: '10.2.3' } [2023-11-06T14:12:00.357Z] npm WARN EBADENGINE } [2023-11-06T14:12:00.357Z] npm WARN EBADENGINE Unsupported engine { [2023-11-06T14:12:00.357Z] npm WARN EBADENGINE package: '@angular-devkit/core@12.2.4', [2023-11-06T14:12:00.357Z] npm WARN EBADENGINE required: { [2023-11-06T14:12:00.357Z] npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', [2023-11-06T14:12:00.357Z] npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', [2023-11-06T14:12:00.357Z] npm WARN EBADENGINE yarn: '>= 1.13.0' [2023-11-06T14:12:00.357Z] npm WARN EBADENGINE }, [2023-11-06T14:12:00.357Z] npm WARN EBADENGINE current: { node: 'v18.18.2', npm: '10.2.3' } [2023-11-06T14:12:00.357Z] npm WARN EBADENGINE } [2023-11-06T14:12:00.357Z] npm WARN EBADENGINE Unsupported engine { [2023-11-06T14:12:00.357Z] npm WARN EBADENGINE package: '@angular-devkit/schematics@12.2.4', [2023-11-06T14:12:00.357Z] npm WARN EBADENGINE required: { [2023-11-06T14:12:00.357Z] npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', [2023-11-06T14:12:00.357Z] npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', [2023-11-06T14:12:00.357Z] npm WARN EBADENGINE yarn: '>= 1.13.0' [2023-11-06T14:12:00.357Z] npm WARN EBADENGINE }, [2023-11-06T14:12:00.357Z] npm WARN EBADENGINE current: { node: 'v18.18.2', npm: '10.2.3' } [2023-11-06T14:12:00.357Z] npm WARN EBADENGINE } [2023-11-06T14:12:00.357Z] npm WARN EBADENGINE Unsupported engine { [2023-11-06T14:12:00.357Z] npm WARN EBADENGINE package: '@angular/cli@12.2.4', [2023-11-06T14:12:00.357Z] npm WARN EBADENGINE required: { [2023-11-06T14:12:00.357Z] npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', [2023-11-06T14:12:00.357Z] npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', [2023-11-06T14:12:00.357Z] npm WARN EBADENGINE yarn: '>= 1.13.0' [2023-11-06T14:12:00.357Z] npm WARN EBADENGINE }, [2023-11-06T14:12:00.357Z] npm WARN EBADENGINE current: { node: 'v18.18.2', npm: '10.2.3' } [2023-11-06T14:12:00.357Z] npm WARN EBADENGINE } [2023-11-06T14:12:00.357Z] npm WARN EBADENGINE Unsupported engine { [2023-11-06T14:12:00.357Z] npm WARN EBADENGINE package: '@ngtools/webpack@12.2.4', [2023-11-06T14:12:00.357Z] npm WARN EBADENGINE required: { [2023-11-06T14:12:00.357Z] npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', [2023-11-06T14:12:00.357Z] npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', [2023-11-06T14:12:00.357Z] npm WARN EBADENGINE yarn: '>= 1.13.0' [2023-11-06T14:12:00.357Z] npm WARN EBADENGINE }, [2023-11-06T14:12:00.357Z] npm WARN EBADENGINE current: { node: 'v18.18.2', npm: '10.2.3' } [2023-11-06T14:12:00.357Z] npm WARN EBADENGINE } [2023-11-06T14:12:00.357Z] npm WARN EBADENGINE Unsupported engine { [2023-11-06T14:12:00.357Z] npm WARN EBADENGINE package: '@schematics/angular@12.2.4', [2023-11-06T14:12:00.357Z] npm WARN EBADENGINE required: { [2023-11-06T14:12:00.357Z] npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', [2023-11-06T14:12:00.357Z] npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', [2023-11-06T14:12:00.357Z] npm WARN EBADENGINE yarn: '>= 1.13.0' [2023-11-06T14:12:00.357Z] npm WARN EBADENGINE }, [2023-11-06T14:12:00.357Z] npm WARN EBADENGINE current: { node: 'v18.18.2', npm: '10.2.3' } [2023-11-06T14:12:00.357Z] npm WARN EBADENGINE } [2023-11-06T14:13:36.961Z] npm WARN deprecated flatten@1.0.3: flatten is deprecated in favor of utility frameworks such as lodash. [2023-11-06T14:13:36.961Z] npm WARN deprecated har-validator@5.1.5: this library is no longer supported [2023-11-06T14:13:36.961Z] npm WARN deprecated urix@0.1.0: Please see https://github.com/lydell/urix#deprecated [2023-11-06T14:13:36.961Z] 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 [2023-11-06T14:13:36.961Z] npm WARN deprecated source-map-url@0.4.1: See https://github.com/lydell/source-map-url#deprecated [2023-11-06T14:13:36.961Z] npm WARN deprecated sourcemap-codec@1.4.8: Please use @jridgewell/sourcemap-codec instead [2023-11-06T14:13:36.961Z] npm WARN deprecated source-map-resolve@0.6.0: See https://github.com/lydell/source-map-resolve#deprecated [2023-11-06T14:13:36.961Z] npm WARN deprecated resolve-url@0.2.1: https://github.com/lydell/resolve-url#deprecated [2023-11-06T14:13:36.961Z] npm WARN deprecated querystring@0.2.0: The querystring API is considered Legacy. new code should use the URLSearchParams API instead. [2023-11-06T14:13:36.961Z] npm WARN deprecated request@2.88.2: request has been deprecated, see https://github.com/request/request/issues/3142 [2023-11-06T14:13:36.961Z] 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 [2023-11-06T14:13:36.961Z] 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 [2023-11-06T14:13:45.164Z] 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. [2023-11-06T14:14:52.991Z] npm WARN deprecated @npmcli/move-file@1.1.2: This functionality has been moved to @npmcli/fs [2023-11-06T14:14:52.991Z] npm WARN deprecated source-map-resolve@0.5.3: See https://github.com/lydell/source-map-resolve#deprecated [2023-11-06T14:14:52.991Z] npm WARN deprecated source-map-resolve@0.5.3: See https://github.com/lydell/source-map-resolve#deprecated [2023-11-06T14:14:52.991Z] 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. [2023-11-06T14:14:52.991Z] 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. [2023-11-06T14:14:52.991Z] 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. [2023-11-06T14:14:52.991Z] npm WARN deprecated chokidar@2.1.8: Chokidar 2 does not receive security updates since 2019. Upgrade to chokidar 3 with 15x fewer dependencies [2023-11-06T14:15:25.178Z] 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. [2023-11-06T14:15:51.838Z] npm ERR! code ECONNRESET [2023-11-06T14:15:51.838Z] npm ERR! errno ECONNRESET [2023-11-06T14:15:51.838Z] npm ERR! network request to https://registry.npmjs.org/rxjs/-/rxjs-6.6.7.tgz failed, reason: socket hang up [2023-11-06T14:15:51.838Z] npm ERR! network This is a problem related to network connectivity. [2023-11-06T14:15:51.838Z] npm ERR! network In most cases you are behind a proxy or have bad network settings. [2023-11-06T14:15:51.838Z] npm ERR! network [2023-11-06T14:15:51.838Z] npm ERR! network If you are behind a proxy, please make sure that the [2023-11-06T14:15:51.838Z] npm ERR! network 'proxy' config is set properly. See: 'npm help config' [2023-11-06T14:15:51.838Z] [2023-11-06T14:15:51.838Z] npm ERR! A complete log of this run can be found in: /home/node/.npm/_logs/2023-11-06T14_11_50_562Z-debug-0.log [2023-11-06T14:15:51.838Z] make[1]: *** [Makefile:139: node_modules] Error 1 [2023-11-06T14:15:51.838Z] make[1]: Leaving directory '/w/workspace/edgex-ui-go/1/web' [2023-11-06T14:15:51.838Z] make: *** [Makefile:56: test-angular] Error 2 [Pipeline] } [2023-11-06T14:15:51.890Z] $ docker stop --time=1 81ab0c003a35b3bc37ce770a115d28cf76f9f76542a0b1f2e6e79a0081060aa9 [2023-11-06T14:15:53.756Z] $ docker rm -f --volumes 81ab0c003a35b3bc37ce770a115d28cf76f9f76542a0b1f2e6e79a0081060aa9 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-11-06T14:15:55.483Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-11-06T14:15:55.483Z] [2023-11-06T14:15:55.483Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-11-06T14:15:55.874Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-11-06T14:15:56.143Z] arm64: Pulling from edgex-lftools-log-publisher [2023-11-06T14:15:56.143Z] 8998bd30e6a1: Pulling fs layer [2023-11-06T14:15:56.143Z] 04944245beec: Pulling fs layer [2023-11-06T14:15:56.143Z] 699f458cf7ca: Pulling fs layer [2023-11-06T14:15:56.143Z] 765212b225bb: Pulling fs layer [2023-11-06T14:15:56.143Z] f23df028b6ca: Pulling fs layer [2023-11-06T14:15:56.143Z] d65c8cfc05b1: Pulling fs layer [2023-11-06T14:15:56.143Z] 2437ff75d9bd: Pulling fs layer [2023-11-06T14:15:56.143Z] f23df028b6ca: Waiting [2023-11-06T14:15:56.143Z] d65c8cfc05b1: Waiting [2023-11-06T14:15:56.143Z] 2437ff75d9bd: Waiting [2023-11-06T14:15:56.143Z] 765212b225bb: Waiting [2023-11-06T14:15:56.411Z] 04944245beec: Verifying Checksum [2023-11-06T14:15:56.411Z] 04944245beec: Download complete [2023-11-06T14:15:56.411Z] 765212b225bb: Verifying Checksum [2023-11-06T14:15:56.411Z] f23df028b6ca: Verifying Checksum [2023-11-06T14:15:56.411Z] f23df028b6ca: Download complete [2023-11-06T14:15:56.411Z] d65c8cfc05b1: Verifying Checksum [2023-11-06T14:15:56.411Z] d65c8cfc05b1: Download complete [2023-11-06T14:15:56.411Z] 699f458cf7ca: Verifying Checksum [2023-11-06T14:15:56.411Z] 699f458cf7ca: Download complete [2023-11-06T14:15:56.993Z] 8998bd30e6a1: Verifying Checksum [2023-11-06T14:15:56.993Z] 8998bd30e6a1: Download complete [2023-11-06T14:15:59.567Z] 2437ff75d9bd: Verifying Checksum [2023-11-06T14:15:59.567Z] 2437ff75d9bd: Download complete [2023-11-06T14:16:01.504Z] 8998bd30e6a1: Pull complete [2023-11-06T14:16:01.770Z] 04944245beec: Pull complete [2023-11-06T14:16:03.711Z] 699f458cf7ca: Pull complete [2023-11-06T14:16:03.711Z] 765212b225bb: Pull complete [2023-11-06T14:16:04.294Z] f23df028b6ca: Pull complete [2023-11-06T14:16:04.560Z] d65c8cfc05b1: Pull complete [2023-11-06T14:16:22.756Z] 2437ff75d9bd: Pull complete [2023-11-06T14:16:22.756Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2023-11-06T14:16:22.756Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-11-06T14:16:22.756Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-11-06T14:16:23.081Z] prd-ubuntu20.04-docker-arm64-4c-16g-16633 does not seem to be running inside a container [2023-11-06T14:16:23.161Z] $ 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 ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat [2023-11-06T14:16:25.697Z] $ docker top b270e4b8823988e12c5a46824cfeab6453dc469b8594eb61ed81c5ded9f78ef1 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-11-06T14:16:26.589Z] ---> job-cost.sh [2023-11-06T14:16:26.589Z] lf-activate-venv: SKIPPING [2023-11-06T14:16:26.589Z] INFO: No Stack... [2023-11-06T14:16:26.854Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2023-11-06T14:16:27.809Z] INFO: Archiving Costs [Pipeline] sh [2023-11-06T14:16:28.549Z] + cut -d, -f6 [2023-11-06T14:16:28.550Z] + cat /w/workspace/edgex-ui-go/1/archives/cost.csv [Pipeline] lock [2023-11-06T14:16:28.655Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-ui-go-PR-658-1-stack-cost] [2023-11-06T14:16:28.659Z] Resource [jenkins-edgexfoundry-edgex-ui-go-PR-658-1-stack-cost] did not exist. Created. [2023-11-06T14:16:28.659Z] Lock acquired on [jenkins-edgexfoundry-edgex-ui-go-PR-658-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-11-06T14:16:29.103Z] /w/workspace/edgex-ui-go/1@tmp/durable-6417b893/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh [2023-11-06T14:16:29.797Z] + echo total: 0.10999999940395355 [Pipeline] stash [2023-11-06T14:16:29.831Z] Warning: overwriting stash ‘stack-cost’ [2023-11-06T14:16:30.461Z] Stashed 1 file(s) [Pipeline] } [2023-11-06T14:16:30.476Z] Lock released on resource [jenkins-edgexfoundry-edgex-ui-go-PR-658-1-stack-cost] [Pipeline] // lock [Pipeline] } [2023-11-06T14:16:30.560Z] $ docker stop --time=1 b270e4b8823988e12c5a46824cfeab6453dc469b8594eb61ed81c5ded9f78ef1 [2023-11-06T14:16:33.905Z] $ docker rm -f --volumes b270e4b8823988e12c5a46824cfeab6453dc469b8594eb61ed81c5ded9f78ef1 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2023-11-06T14:16:34.638Z] Failed in branch arm64 [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) Stage "CodeCov" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) Stage "Snyk Dependency Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to earlier failure(s) [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh [2023-11-06T14:16:36.599Z] + [ -d /w/workspace/edgexfoundry_edgex-ui-go_PR-658/archives ] [2023-11-06T14:16:36.599Z] + ls -al /w/workspace/edgexfoundry_edgex-ui-go_PR-658/archives [2023-11-06T14:16:36.599Z] total 16 [2023-11-06T14:16:36.599Z] drwxr-xr-x 3 root root 4096 Nov 6 14:07 . [2023-11-06T14:16:36.599Z] drwxrwxr-x 14 jenkins jenkins 4096 Nov 6 14:07 .. [2023-11-06T14:16:36.599Z] drwxr-xr-x 2 root root 4096 Nov 6 14:07 cost [2023-11-06T14:16:36.599Z] -rw-r--r-- 1 root root 83 Nov 6 14:07 cost.csv [2023-11-06T14:16:36.599Z] + sudo chown -R jenkins:jenkins /w/workspace/edgexfoundry_edgex-ui-go_PR-658/archives [2023-11-06T14:16:36.599Z] + ls -al /w/workspace/edgexfoundry_edgex-ui-go_PR-658/archives [2023-11-06T14:16:36.599Z] total 16 [2023-11-06T14:16:36.599Z] drwxr-xr-x 3 jenkins jenkins 4096 Nov 6 14:07 . [2023-11-06T14:16:36.599Z] drwxrwxr-x 14 jenkins jenkins 4096 Nov 6 14:07 .. [2023-11-06T14:16:36.599Z] drwxr-xr-x 2 jenkins jenkins 4096 Nov 6 14:07 cost [2023-11-06T14:16:36.599Z] -rw-r--r-- 1 jenkins jenkins 83 Nov 6 14:07 cost.csv [Pipeline] libraryResource [Pipeline] sh [2023-11-06T14:16:36.929Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2023-11-06T14:16:37.814Z] ---> package-listing.sh [2023-11-06T14:16:37.814Z] ++ facter osfamily [2023-11-06T14:16:37.814Z] ++ tr '[:upper:]' '[:lower:]' [2023-11-06T14:16:38.075Z] + OS_FAMILY=debian [2023-11-06T14:16:38.075Z] + workspace=/w/workspace/edgexfoundry_edgex-ui-go_PR-658 [2023-11-06T14:16:38.075Z] + START_PACKAGES=/tmp/packages_start.txt [2023-11-06T14:16:38.075Z] + END_PACKAGES=/tmp/packages_end.txt [2023-11-06T14:16:38.075Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2023-11-06T14:16:38.075Z] + PACKAGES=/tmp/packages_start.txt [2023-11-06T14:16:38.075Z] + '[' /w/workspace/edgexfoundry_edgex-ui-go_PR-658 ']' [2023-11-06T14:16:38.075Z] + PACKAGES=/tmp/packages_end.txt [2023-11-06T14:16:38.075Z] + case "${OS_FAMILY}" in [2023-11-06T14:16:38.075Z] + grep '^ii' [2023-11-06T14:16:38.075Z] + dpkg -l [2023-11-06T14:16:38.075Z] + '[' -f /tmp/packages_start.txt ']' [2023-11-06T14:16:38.075Z] + '[' -f /tmp/packages_end.txt ']' [2023-11-06T14:16:38.075Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2023-11-06T14:16:38.075Z] + '[' /w/workspace/edgexfoundry_edgex-ui-go_PR-658 ']' [2023-11-06T14:16:38.075Z] + mkdir -p /w/workspace/edgexfoundry_edgex-ui-go_PR-658/archives/ [2023-11-06T14:16:38.075Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgexfoundry_edgex-ui-go_PR-658/archives/ [Pipeline] echo [2023-11-06T14:16:38.110Z] 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-658/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2023-11-06T14:16:38.401Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-11-06T14:16:39.027Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-11-06T14:16:39.027Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-11-06T14:16:39.216Z] prd-ubuntu20.04-docker-8c-8g-16631 does not seem to be running inside a container [2023-11-06T14:16:39.274Z] $ 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-658/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-658 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-658:/w/workspace/edgexfoundry_edgex-ui-go_PR-658:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-658@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-658@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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2023-11-06T14:16:39.569Z] $ docker top 8ecb1b42b4e002fe3963c5124f534729075d6f0fe161ab199f4fadb261897661 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-11-06T14:16:39.984Z] + touch /tmp/pre-build-complete [Pipeline] sh [2023-11-06T14:16:40.293Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2023-11-06T14:16:40.610Z] + ls /var/log/sa-host [2023-11-06T14:16:40.610Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-11-06T14:16:40.732Z] provisioning config files... [2023-11-06T14:16:40.741Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-658@tmp/config8149786622566837956tmp [Pipeline] { [Pipeline] echo [2023-11-06T14:16:40.791Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2023-11-06T14:16:41.103Z] ---> create-netrc.sh [Pipeline] } [2023-11-06T14:16:41.130Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2023-11-06T14:16:41.535Z] ---> python-tools-install.sh [Pipeline] echo [2023-11-06T14:16:41.568Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2023-11-06T14:16:41.884Z] ---> sudo-logs.sh [2023-11-06T14:16:41.884Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2023-11-06T14:16:41.976Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2023-11-06T14:16:42.287Z] ---> job-cost.sh [2023-11-06T14:16:42.287Z] lf-activate-venv: SKIPPING [2023-11-06T14:16:42.287Z] DEBUG: total: 0.2199999988079071 [2023-11-06T14:16:42.287Z] INFO: Retrieving Stack Cost... [2023-11-06T14:16:42.546Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-11-06T14:16:43.114Z] INFO: Archiving Costs [Pipeline] echo [2023-11-06T14:16:43.149Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2023-11-06T14:16:43.459Z] ---> logs-deploy.sh [2023-11-06T14:16:43.459Z] lf-activate-venv: SKIPPING [2023-11-06T14:16:43.459Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-ui-go/PR-658/1 [2023-11-06T14:16:43.459Z] INFO: archiving workspace using pattern(s): [2023-11-06T14:16:44.397Z] Archives upload complete. [2023-11-06T14:16:44.657Z] INFO: archiving logs to Nexus [2023-11-06T14:16:45.226Z] ---> uname -a: [2023-11-06T14:16:45.226Z] Linux prd-ubuntu20-04-docker-8c-8g-16631 5.4.0-126-generic #142-Ubuntu SMP Fri Aug 26 12:12:57 UTC 2022 x86_64 GNU/Linux [2023-11-06T14:16:45.226Z] [2023-11-06T14:16:45.226Z] [2023-11-06T14:16:45.226Z] ---> lscpu: [2023-11-06T14:16:45.226Z] Architecture: x86_64 [2023-11-06T14:16:45.226Z] CPU op-mode(s): 32-bit, 64-bit [2023-11-06T14:16:45.226Z] Byte Order: Little Endian [2023-11-06T14:16:45.226Z] Address sizes: 40 bits physical, 48 bits virtual [2023-11-06T14:16:45.226Z] CPU(s): 8 [2023-11-06T14:16:45.226Z] On-line CPU(s) list: 0-7 [2023-11-06T14:16:45.226Z] Thread(s) per core: 1 [2023-11-06T14:16:45.226Z] Core(s) per socket: 1 [2023-11-06T14:16:45.226Z] Socket(s): 8 [2023-11-06T14:16:45.226Z] NUMA node(s): 1 [2023-11-06T14:16:45.226Z] Vendor ID: AuthenticAMD [2023-11-06T14:16:45.226Z] CPU family: 23 [2023-11-06T14:16:45.226Z] Model: 49 [2023-11-06T14:16:45.226Z] Model name: AMD EPYC-Rome Processor [2023-11-06T14:16:45.226Z] Stepping: 0 [2023-11-06T14:16:45.226Z] CPU MHz: 2799.998 [2023-11-06T14:16:45.226Z] BogoMIPS: 5599.99 [2023-11-06T14:16:45.226Z] Virtualization: AMD-V [2023-11-06T14:16:45.226Z] Hypervisor vendor: KVM [2023-11-06T14:16:45.226Z] Virtualization type: full [2023-11-06T14:16:45.226Z] L1d cache: 256 KiB [2023-11-06T14:16:45.226Z] L1i cache: 256 KiB [2023-11-06T14:16:45.226Z] L2 cache: 4 MiB [2023-11-06T14:16:45.226Z] L3 cache: 128 MiB [2023-11-06T14:16:45.226Z] NUMA node0 CPU(s): 0-7 [2023-11-06T14:16:45.226Z] Vulnerability Itlb multihit: Not affected [2023-11-06T14:16:45.226Z] Vulnerability L1tf: Not affected [2023-11-06T14:16:45.226Z] Vulnerability Mds: Not affected [2023-11-06T14:16:45.226Z] Vulnerability Meltdown: Not affected [2023-11-06T14:16:45.226Z] Vulnerability Mmio stale data: Not affected [2023-11-06T14:16:45.226Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2023-11-06T14:16:45.226Z] Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization [2023-11-06T14:16:45.226Z] Vulnerability Spectre v2: Mitigation; Retpolines, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling [2023-11-06T14:16:45.226Z] Vulnerability Srbds: Not affected [2023-11-06T14:16:45.226Z] Vulnerability Tsx async abort: Not affected [2023-11-06T14:16:45.226Z] Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm rep_good nopl cpuid extd_apicid tsc_known_freq pni pclmulqdq ssse3 fma cx16 sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand hypervisor lahf_lm cmp_legacy svm cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw topoext perfctr_core ssbd ibrs ibpb stibp vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 xsaves clzero xsaveerptr wbnoinvd arat npt nrip_save umip rdpid arch_capabilities [2023-11-06T14:16:45.226Z] [2023-11-06T14:16:45.226Z] [2023-11-06T14:16:45.226Z] ---> nproc: [2023-11-06T14:16:45.226Z] 8 [2023-11-06T14:16:45.226Z] [2023-11-06T14:16:45.226Z] [2023-11-06T14:16:45.226Z] ---> df -h: [2023-11-06T14:16:45.226Z] Filesystem Size Used Avail Use% Mounted on [2023-11-06T14:16:45.226Z] overlay 155G 14G 142G 9% / [2023-11-06T14:16:45.226Z] tmpfs 64M 0 64M 0% /dev [2023-11-06T14:16:45.226Z] tmpfs 16G 0 16G 0% /sys/fs/cgroup [2023-11-06T14:16:45.226Z] shm 64M 0 64M 0% /dev/shm [2023-11-06T14:16:45.226Z] /dev/vda1 155G 14G 142G 9% /facter-os [2023-11-06T14:16:45.226Z] [2023-11-06T14:16:45.226Z] [2023-11-06T14:16:45.226Z] ---> sar -b -r -n DEV: [2023-11-06T14:16:45.226Z] Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-16631) 11/06/23 _x86_64_ (8 CPU) [2023-11-06T14:16:45.226Z] [2023-11-06T14:16:45.226Z] 14:00:08 LINUX RESTART (8 CPU) [2023-11-06T14:16:45.226Z] [2023-11-06T14:16:45.226Z] 14:01:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2023-11-06T14:16:45.226Z] 14:02:01 203.68 38.61 165.06 0.00 4311.08 58879.84 0.00 [2023-11-06T14:16:45.226Z] 14:03:01 61.19 0.02 61.17 0.00 1.73 61198.60 0.00 [2023-11-06T14:16:45.226Z] 14:04:01 136.46 1.17 135.29 0.00 12.26 81361.77 0.00 [2023-11-06T14:16:45.226Z] 14:05:01 121.68 0.10 121.58 0.00 14.00 38117.25 0.00 [2023-11-06T14:16:45.226Z] 14:06:01 391.62 11.06 380.55 0.00 5160.47 70937.79 0.00 [2023-11-06T14:16:45.226Z] 14:07:01 200.48 1.17 199.32 0.00 25.86 32721.35 0.00 [2023-11-06T14:16:45.226Z] 14:08:01 119.73 0.02 119.71 0.00 4.27 34137.78 0.00 [2023-11-06T14:16:45.226Z] 14:09:01 2.33 0.00 2.33 0.00 0.00 27.86 0.00 [2023-11-06T14:16:45.226Z] 14:10:01 1.18 0.00 1.18 0.00 0.00 13.06 0.00 [2023-11-06T14:16:45.226Z] 14:11:01 1.22 0.00 1.22 0.00 0.00 15.06 0.00 [2023-11-06T14:16:45.226Z] 14:12:01 0.95 0.00 0.95 0.00 0.00 10.26 0.00 [2023-11-06T14:16:45.226Z] 14:13:01 1.32 0.00 1.32 0.00 0.00 15.46 0.00 [2023-11-06T14:16:45.226Z] 14:14:01 0.93 0.00 0.93 0.00 0.00 10.66 0.00 [2023-11-06T14:16:45.226Z] 14:15:01 1.37 0.00 1.37 0.00 0.00 16.00 0.00 [2023-11-06T14:16:45.226Z] 14:16:01 1.57 0.02 1.55 0.00 0.13 21.86 0.00 [2023-11-06T14:16:45.226Z] Average: 82.91 3.44 79.47 0.00 631.27 25128.24 0.00 [2023-11-06T14:16:45.226Z] [2023-11-06T14:16:45.226Z] 14:01:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2023-11-06T14:16:45.226Z] 14:02:01 29668376 31614704 734228 2.23 62652 2176528 1838620 5.42 994236 1894172 240360 [2023-11-06T14:16:45.226Z] 14:03:01 28976764 31585828 736976 2.24 78052 2800024 1842328 5.43 1015336 2516320 222680 [2023-11-06T14:16:45.226Z] 14:04:01 27294892 31567976 743332 2.26 152132 4247440 1869952 5.51 1271996 3786224 526712 [2023-11-06T14:16:45.226Z] 14:05:01 26961112 31551060 752628 2.29 159864 4545156 1896444 5.59 1246852 4125036 477792 [2023-11-06T14:16:45.226Z] 14:06:01 25490008 31519364 742132 2.26 252276 5750668 1818284 5.36 1659188 4996740 553220 [2023-11-06T14:16:45.226Z] 14:07:01 25207556 31275540 987668 3.00 253612 5776528 2240720 6.60 2228784 4697192 188424 [2023-11-06T14:16:45.226Z] 14:08:01 24964720 31518644 749056 2.28 258452 6224060 1695172 5.00 1956824 5183972 380 [2023-11-06T14:16:45.226Z] 14:09:01 24965604 31519600 748268 2.28 258480 6224068 1695172 5.00 1956724 5183980 156 [2023-11-06T14:16:45.226Z] 14:10:01 24971416 31525456 742432 2.26 258512 6224060 1695172 5.00 1951056 5183980 4 [2023-11-06T14:16:45.226Z] 14:11:01 24974800 31528856 738892 2.25 258540 6224072 1711288 5.04 1947944 5183984 20 [2023-11-06T14:16:45.226Z] 14:12:01 24980256 31534312 733360 2.23 258548 6224072 1711288 5.04 1942380 5183984 8 [2023-11-06T14:16:45.226Z] 14:13:01 24980240 31534356 733312 2.23 258580 6224076 1711288 5.04 1942404 5183992 8 [2023-11-06T14:16:45.226Z] 14:14:01 24980440 31534560 733284 2.23 258592 6224080 1711288 5.04 1942468 5183996 24 [2023-11-06T14:16:45.226Z] 14:15:01 24980424 31534596 733272 2.23 258624 6224076 1711288 5.04 1942248 5184000 8 [2023-11-06T14:16:45.226Z] 14:16:01 24978284 31532484 734976 2.24 258664 6224060 1723096 5.08 1943188 5183972 8 [2023-11-06T14:16:45.226Z] Average: 25891659 31525156 756254 2.30 219039 5420865 1791427 5.28 1729442 4578103 147320 [2023-11-06T14:16:45.226Z] [2023-11-06T14:16:45.226Z] 14:01:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2023-11-06T14:16:45.226Z] 14:02:01 ens3 652.29 445.63 6100.16 126.62 0.00 0.00 0.00 0.00 [2023-11-06T14:16:45.226Z] 14:02:01 docker0 49.49 48.61 3.59 288.32 0.00 0.00 0.00 0.00 [2023-11-06T14:16:45.226Z] 14:02:01 lo 6.71 6.71 0.66 0.66 0.00 0.00 0.00 0.00 [2023-11-06T14:16:45.226Z] 14:03:01 ens3 143.96 63.96 2001.18 15.86 0.00 0.00 0.00 0.00 [2023-11-06T14:16:45.226Z] 14:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-11-06T14:16:45.226Z] 14:03:01 lo 2.47 2.47 0.29 0.29 0.00 0.00 0.00 0.00 [2023-11-06T14:16:45.226Z] 14:04:01 ens3 309.52 224.56 2398.60 26.89 0.00 0.00 0.00 0.00 [2023-11-06T14:16:45.226Z] 14:04:01 docker0 215.30 294.22 17.88 2384.53 0.00 0.00 0.00 0.00 [2023-11-06T14:16:45.226Z] 14:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-11-06T14:16:45.226Z] 14:05:01 ens3 240.61 95.48 4692.14 21.53 0.00 0.00 0.00 0.00 [2023-11-06T14:16:45.226Z] 14:05:01 veth3fa654f 0.00 0.20 0.00 0.02 0.00 0.00 0.00 0.00 [2023-11-06T14:16:45.226Z] 14:05:01 docker0 55.92 180.40 3.38 3835.20 0.00 0.00 0.00 0.00 [2023-11-06T14:16:45.226Z] 14:05:01 lo 0.73 0.73 0.07 0.07 0.00 0.00 0.00 0.00 [2023-11-06T14:16:45.226Z] 14:06:01 ens3 860.24 736.31 5140.70 85.77 0.00 0.00 0.00 0.00 [2023-11-06T14:16:45.226Z] 14:06:01 veth3fa654f 0.00 0.05 0.00 0.00 0.00 0.00 0.00 0.00 [2023-11-06T14:16:45.226Z] 14:06:01 docker0 620.31 631.16 58.49 2389.05 0.00 0.00 0.00 0.00 [2023-11-06T14:16:45.226Z] 14:06:01 lo 0.67 0.67 0.06 0.06 0.00 0.00 0.00 0.00 [2023-11-06T14:16:45.226Z] 14:07:01 ens3 62.36 69.07 64.19 154.09 0.00 0.00 0.00 0.00 [2023-11-06T14:16:45.226Z] 14:07:01 veth0a1c711 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 [2023-11-06T14:16:45.226Z] 14:07:01 docker0 1.93 3.43 0.11 30.93 0.00 0.00 0.00 0.00 [2023-11-06T14:16:45.226Z] 14:07:01 lo 0.47 0.47 0.04 0.04 0.00 0.00 0.00 0.00 [2023-11-06T14:16:45.226Z] 14:08:01 ens3 93.75 56.82 2523.78 11.50 0.00 0.00 0.00 0.00 [2023-11-06T14:16:45.226Z] 14:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-11-06T14:16:45.226Z] 14:08:01 lo 1.60 1.60 0.16 0.16 0.00 0.00 0.00 0.00 [2023-11-06T14:16:45.226Z] 14:09:01 ens3 0.17 0.13 0.01 0.01 0.00 0.00 0.00 0.00 [2023-11-06T14:16:45.226Z] 14:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-11-06T14:16:45.226Z] 14:09:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-11-06T14:16:45.226Z] 14:10:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-11-06T14:16:45.226Z] 14:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-11-06T14:16:45.226Z] 14:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-11-06T14:16:45.226Z] 14:11:01 ens3 1.70 1.13 4.14 0.08 0.00 0.00 0.00 0.00 [2023-11-06T14:16:45.226Z] 14:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-11-06T14:16:45.226Z] 14:11:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-11-06T14:16:45.226Z] 14:12:01 ens3 0.40 0.23 0.15 0.07 0.00 0.00 0.00 0.00 [2023-11-06T14:16:45.226Z] 14:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-11-06T14:16:45.227Z] 14:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-11-06T14:16:45.227Z] 14:13:01 ens3 0.13 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2023-11-06T14:16:45.227Z] 14:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-11-06T14:16:45.227Z] 14:13:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-11-06T14:16:45.227Z] 14:14:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-11-06T14:16:45.227Z] 14:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-11-06T14:16:45.227Z] 14:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-11-06T14:16:45.227Z] 14:15:01 ens3 0.13 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2023-11-06T14:16:45.227Z] 14:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-11-06T14:16:45.227Z] 14:15:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-11-06T14:16:45.227Z] 14:16:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-11-06T14:16:45.227Z] 14:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-11-06T14:16:45.227Z] 14:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-11-06T14:16:45.227Z] Average: ens3 157.14 112.53 1523.29 29.39 0.00 0.00 0.00 0.00 [2023-11-06T14:16:45.227Z] Average: docker0 62.88 77.22 5.57 595.53 0.00 0.00 0.00 0.00 [2023-11-06T14:16:45.227Z] Average: lo 0.89 0.89 0.09 0.09 0.00 0.00 0.00 0.00 [2023-11-06T14:16:45.227Z] [2023-11-06T14:16:45.227Z] [2023-11-06T14:16:45.227Z] ---> sar -P ALL: [2023-11-06T14:16:45.227Z] Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-16631) 11/06/23 _x86_64_ (8 CPU) [2023-11-06T14:16:45.227Z] [2023-11-06T14:16:45.227Z] 14:00:08 LINUX RESTART (8 CPU) [2023-11-06T14:16:45.227Z] [2023-11-06T14:16:45.227Z] 14:01:02 CPU %user %nice %system %iowait %steal %idle [2023-11-06T14:16:45.227Z] 14:02:01 all 7.08 0.00 1.91 5.88 0.06 85.07 [2023-11-06T14:16:45.227Z] 14:02:01 0 8.61 0.00 2.05 3.29 0.05 86.00 [2023-11-06T14:16:45.227Z] 14:02:01 1 7.12 0.00 1.47 3.64 0.05 87.72 [2023-11-06T14:16:45.227Z] 14:02:01 2 6.18 0.00 2.01 1.42 0.10 90.29 [2023-11-06T14:16:45.227Z] 14:02:01 3 8.15 0.00 2.00 15.92 0.07 73.86 [2023-11-06T14:16:45.227Z] 14:02:01 4 4.64 0.00 1.96 2.24 0.05 91.11 [2023-11-06T14:16:45.227Z] 14:02:01 5 9.23 0.00 2.18 7.61 0.07 80.91 [2023-11-06T14:16:45.227Z] 14:02:01 6 7.53 0.00 2.04 6.28 0.05 84.10 [2023-11-06T14:16:45.227Z] 14:02:01 7 5.21 0.00 1.54 6.68 0.07 86.50 [2023-11-06T14:16:45.227Z] 14:03:01 all 2.98 0.00 1.27 14.39 0.04 81.32 [2023-11-06T14:16:45.227Z] 14:03:01 0 2.54 0.00 0.87 0.02 0.03 96.54 [2023-11-06T14:16:45.227Z] 14:03:01 1 3.25 0.00 0.97 15.43 0.05 80.30 [2023-11-06T14:16:45.227Z] 14:03:01 2 4.15 0.00 1.24 1.73 0.03 92.85 [2023-11-06T14:16:45.227Z] 14:03:01 3 2.45 0.00 1.80 37.42 0.03 58.30 [2023-11-06T14:16:45.227Z] 14:03:01 4 2.91 0.00 1.29 0.57 0.03 95.20 [2023-11-06T14:16:45.227Z] 14:03:01 5 2.48 0.00 1.39 50.38 0.03 45.71 [2023-11-06T14:16:45.227Z] 14:03:01 6 2.64 0.00 1.65 7.59 0.05 88.07 [2023-11-06T14:16:45.227Z] 14:03:01 7 3.40 0.00 0.92 2.24 0.03 93.41 [2023-11-06T14:16:45.227Z] 14:04:01 all 4.99 0.00 2.35 10.00 0.06 82.60 [2023-11-06T14:16:45.227Z] 14:04:01 0 3.73 0.00 1.39 0.44 0.07 94.38 [2023-11-06T14:16:45.227Z] 14:04:01 1 4.84 0.00 1.95 6.80 0.03 86.38 [2023-11-06T14:16:45.227Z] 14:04:01 2 6.46 0.00 2.43 0.67 0.10 90.34 [2023-11-06T14:16:45.227Z] 14:04:01 3 5.37 0.00 2.90 5.98 0.07 85.69 [2023-11-06T14:16:45.227Z] 14:04:01 4 4.61 0.00 2.71 15.74 0.03 76.92 [2023-11-06T14:16:45.227Z] 14:04:01 5 5.39 0.00 3.22 45.71 0.07 45.61 [2023-11-06T14:16:45.227Z] 14:04:01 6 4.81 0.00 2.09 0.57 0.07 92.46 [2023-11-06T14:16:45.227Z] 14:04:01 7 4.70 0.00 2.14 4.54 0.05 88.57 [2023-11-06T14:16:45.227Z] 14:05:01 all 15.56 0.00 2.85 9.23 0.09 72.27 [2023-11-06T14:16:45.227Z] 14:05:01 0 12.94 0.00 2.23 0.44 0.05 84.34 [2023-11-06T14:16:45.227Z] 14:05:01 1 15.55 0.00 2.62 1.38 0.07 80.39 [2023-11-06T14:16:45.227Z] 14:05:01 2 15.80 0.00 3.01 2.74 0.08 78.37 [2023-11-06T14:16:45.227Z] 14:05:01 3 14.90 0.00 2.96 20.46 0.10 61.58 [2023-11-06T14:16:45.227Z] 14:05:01 4 15.38 0.00 2.68 7.05 0.17 74.72 [2023-11-06T14:16:45.227Z] 14:05:01 5 18.10 0.00 4.16 27.23 0.12 50.39 [2023-11-06T14:16:45.227Z] 14:05:01 6 14.87 0.00 2.20 13.65 0.07 69.22 [2023-11-06T14:16:45.227Z] 14:05:01 7 16.93 0.00 2.98 0.94 0.08 79.07 [2023-11-06T14:16:45.227Z] 14:06:01 all 12.72 0.00 4.99 6.01 0.09 76.19 [2023-11-06T14:16:45.227Z] 14:06:01 0 9.75 0.00 3.64 8.13 0.07 78.42 [2023-11-06T14:16:45.227Z] 14:06:01 1 8.66 0.00 7.18 1.67 0.08 82.40 [2023-11-06T14:16:45.227Z] 14:06:01 2 11.58 0.00 4.54 3.65 0.08 80.14 [2023-11-06T14:16:45.227Z] 14:06:01 3 15.46 0.00 4.90 11.76 0.08 67.80 [2023-11-06T14:16:45.227Z] 14:06:01 4 16.76 0.00 5.01 4.07 0.08 74.08 [2023-11-06T14:16:45.227Z] 14:06:01 5 10.91 0.00 3.59 2.66 0.10 82.74 [2023-11-06T14:16:45.227Z] 14:06:01 6 6.14 0.00 5.81 13.74 0.12 74.19 [2023-11-06T14:16:45.227Z] 14:06:01 7 22.44 0.00 5.27 2.42 0.13 69.74 [2023-11-06T14:16:45.227Z] 14:07:01 all 22.40 0.00 3.41 3.11 0.07 71.00 [2023-11-06T14:16:45.227Z] 14:07:01 0 20.39 0.00 3.75 14.04 0.08 61.73 [2023-11-06T14:16:45.227Z] 14:07:01 1 40.23 0.00 4.56 1.39 0.10 53.71 [2023-11-06T14:16:45.227Z] 14:07:01 2 19.13 0.00 3.39 3.52 0.07 73.89 [2023-11-06T14:16:45.227Z] 14:07:01 3 16.16 0.00 2.09 2.47 0.05 79.23 [2023-11-06T14:16:45.227Z] 14:07:01 4 21.45 0.00 3.55 2.16 0.07 72.77 [2023-11-06T14:16:45.227Z] 14:07:01 5 19.05 0.00 3.63 0.43 0.07 76.82 [2023-11-06T14:16:45.227Z] 14:07:01 6 15.60 0.00 2.48 0.18 0.07 81.67 [2023-11-06T14:16:45.227Z] 14:07:01 7 27.27 0.00 3.82 0.71 0.08 68.12 [2023-11-06T14:16:45.227Z] 14:08:01 all 8.06 0.00 1.87 3.45 0.04 86.58 [2023-11-06T14:16:45.227Z] 14:08:01 0 8.24 0.00 2.06 1.09 0.05 88.56 [2023-11-06T14:16:45.227Z] 14:08:01 1 8.23 0.00 2.10 0.05 0.03 89.59 [2023-11-06T14:16:45.227Z] 14:08:01 2 7.74 0.00 1.73 6.09 0.03 84.41 [2023-11-06T14:16:45.227Z] 14:08:01 3 7.86 0.00 2.24 18.65 0.05 71.19 [2023-11-06T14:16:45.227Z] 14:08:01 4 7.84 0.00 1.44 0.00 0.03 90.68 [2023-11-06T14:16:45.227Z] 14:08:01 5 8.27 0.00 2.16 0.07 0.03 89.46 [2023-11-06T14:16:45.227Z] 14:08:01 6 8.10 0.00 1.63 1.74 0.03 88.49 [2023-11-06T14:16:45.227Z] 14:08:01 7 8.21 0.00 1.60 0.02 0.03 90.14 [2023-11-06T14:16:45.227Z] 14:09:01 all 0.04 0.00 0.01 0.00 0.00 99.95 [2023-11-06T14:16:45.227Z] 14:09:01 0 0.02 0.00 0.02 0.00 0.02 99.95 [2023-11-06T14:16:45.227Z] 14:09:01 1 0.00 0.00 0.00 0.00 0.00 100.00 [2023-11-06T14:16:45.227Z] 14:09:01 2 0.07 0.00 0.02 0.00 0.00 99.92 [2023-11-06T14:16:45.227Z] 14:09:01 3 0.22 0.00 0.00 0.02 0.00 99.77 [2023-11-06T14:16:45.227Z] 14:09:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2023-11-06T14:16:45.227Z] 14:09:01 5 0.00 0.00 0.02 0.00 0.00 99.98 [2023-11-06T14:16:45.227Z] 14:09:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2023-11-06T14:16:45.227Z] 14:09:01 7 0.00 0.00 0.00 0.00 0.00 100.00 [2023-11-06T14:16:45.227Z] 14:10:01 all 0.03 0.00 0.01 0.01 0.01 99.95 [2023-11-06T14:16:45.227Z] 14:10:01 0 0.05 0.00 0.02 0.00 0.00 99.93 [2023-11-06T14:16:45.227Z] 14:10:01 1 0.02 0.00 0.00 0.00 0.00 99.98 [2023-11-06T14:16:45.227Z] 14:10:01 2 0.08 0.00 0.03 0.05 0.02 99.82 [2023-11-06T14:16:45.227Z] 14:10:01 3 0.02 0.00 0.00 0.02 0.02 99.95 [2023-11-06T14:16:45.227Z] 14:10:01 4 0.00 0.00 0.00 0.00 0.02 99.98 [2023-11-06T14:16:45.227Z] 14:10:01 5 0.02 0.00 0.00 0.02 0.00 99.97 [2023-11-06T14:16:45.227Z] 14:10:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2023-11-06T14:16:45.227Z] 14:10:01 7 0.05 0.00 0.00 0.00 0.00 99.95 [2023-11-06T14:16:45.227Z] 14:11:01 all 0.10 0.00 0.01 0.00 0.00 99.89 [2023-11-06T14:16:45.227Z] 14:11:01 0 0.03 0.00 0.00 0.00 0.00 99.97 [2023-11-06T14:16:45.227Z] 14:11:01 1 0.00 0.00 0.00 0.00 0.00 100.00 [2023-11-06T14:16:45.227Z] 14:11:01 2 0.05 0.00 0.02 0.00 0.02 99.92 [2023-11-06T14:16:45.227Z] 14:11:01 3 0.65 0.00 0.00 0.02 0.00 99.33 [2023-11-06T14:16:45.227Z] 14:11:01 4 0.02 0.00 0.02 0.00 0.00 99.97 [2023-11-06T14:16:45.227Z] 14:11:01 5 0.02 0.00 0.00 0.02 0.00 99.97 [2023-11-06T14:16:45.227Z] 14:11:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2023-11-06T14:16:45.227Z] 14:11:01 7 0.02 0.00 0.02 0.00 0.00 99.97 [2023-11-06T14:16:45.227Z] 14:12:01 all 0.10 0.00 0.01 0.00 0.00 99.88 [2023-11-06T14:16:45.227Z] 14:12:01 0 0.03 0.00 0.02 0.00 0.00 99.95 [2023-11-06T14:16:45.227Z] 14:12:01 1 0.00 0.00 0.02 0.00 0.00 99.98 [2023-11-06T14:16:45.227Z] 14:12:01 2 0.05 0.00 0.05 0.00 0.00 99.90 [2023-11-06T14:16:45.227Z] 14:12:01 3 0.65 0.00 0.03 0.00 0.00 99.32 [2023-11-06T14:16:45.227Z] 14:12:01 4 0.02 0.00 0.00 0.00 0.00 99.98 [2023-11-06T14:16:45.227Z] 14:12:01 5 0.02 0.00 0.00 0.00 0.00 99.98 [2023-11-06T14:16:45.227Z] 14:12:01 6 0.02 0.00 0.00 0.00 0.00 99.98 [2023-11-06T14:16:45.227Z] 14:12:01 7 0.03 0.00 0.00 0.00 0.00 99.97 [2023-11-06T14:16:45.227Z] [2023-11-06T14:16:45.227Z] 14:12:01 CPU %user %nice %system %iowait %steal %idle [2023-11-06T14:16:45.227Z] 14:13:01 all 0.06 0.00 0.01 0.00 0.00 99.92 [2023-11-06T14:16:45.227Z] 14:13:01 0 0.07 0.00 0.00 0.00 0.00 99.93 [2023-11-06T14:16:45.227Z] 14:13:01 1 0.02 0.00 0.00 0.00 0.00 99.98 [2023-11-06T14:16:45.227Z] 14:13:01 2 0.05 0.00 0.05 0.00 0.02 99.88 [2023-11-06T14:16:45.227Z] 14:13:01 3 0.33 0.00 0.00 0.02 0.02 99.63 [2023-11-06T14:16:45.227Z] 14:13:01 4 0.00 0.00 0.02 0.00 0.00 99.98 [2023-11-06T14:16:45.227Z] 14:13:01 5 0.00 0.00 0.00 0.02 0.00 99.98 [2023-11-06T14:16:45.227Z] 14:13:01 6 0.00 0.00 0.02 0.00 0.00 99.98 [2023-11-06T14:16:45.227Z] 14:13:01 7 0.00 0.00 0.02 0.00 0.00 99.98 [2023-11-06T14:16:45.227Z] 14:14:01 all 0.02 0.00 0.01 0.00 0.01 99.96 [2023-11-06T14:16:45.227Z] 14:14:01 0 0.03 0.00 0.03 0.00 0.02 99.92 [2023-11-06T14:16:45.227Z] 14:14:01 1 0.00 0.00 0.00 0.00 0.00 100.00 [2023-11-06T14:16:45.227Z] 14:14:01 2 0.07 0.00 0.03 0.00 0.02 99.88 [2023-11-06T14:16:45.227Z] 14:14:01 3 0.00 0.00 0.00 0.00 0.00 100.00 [2023-11-06T14:16:45.227Z] 14:14:01 4 0.02 0.00 0.00 0.00 0.00 99.98 [2023-11-06T14:16:45.227Z] 14:14:01 5 0.00 0.00 0.00 0.02 0.02 99.97 [2023-11-06T14:16:45.227Z] 14:14:01 6 0.02 0.00 0.00 0.00 0.00 99.98 [2023-11-06T14:16:45.227Z] 14:14:01 7 0.02 0.00 0.02 0.00 0.00 99.97 [2023-11-06T14:16:45.227Z] 14:15:01 all 0.01 0.00 0.01 0.01 0.01 99.96 [2023-11-06T14:16:45.227Z] 14:15:01 0 0.03 0.00 0.00 0.00 0.00 99.97 [2023-11-06T14:16:45.227Z] 14:15:01 1 0.00 0.00 0.00 0.00 0.00 100.00 [2023-11-06T14:16:45.227Z] 14:15:01 2 0.02 0.00 0.02 0.00 0.00 99.97 [2023-11-06T14:16:45.227Z] 14:15:01 3 0.00 0.00 0.02 0.02 0.02 99.95 [2023-11-06T14:16:45.227Z] 14:15:01 4 0.00 0.00 0.00 0.00 0.02 99.98 [2023-11-06T14:16:45.227Z] 14:15:01 5 0.02 0.00 0.02 0.07 0.00 99.90 [2023-11-06T14:16:45.227Z] 14:15:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2023-11-06T14:16:45.227Z] 14:15:01 7 0.03 0.00 0.00 0.00 0.02 99.95 [2023-11-06T14:16:45.227Z] 14:16:01 all 0.02 0.00 0.03 0.00 0.00 99.95 [2023-11-06T14:16:45.228Z] 14:16:01 0 0.03 0.00 0.05 0.00 0.00 99.92 [2023-11-06T14:16:45.228Z] 14:16:01 1 0.02 0.00 0.02 0.00 0.00 99.97 [2023-11-06T14:16:45.228Z] 14:16:01 2 0.05 0.00 0.05 0.00 0.02 99.88 [2023-11-06T14:16:45.228Z] 14:16:01 3 0.00 0.00 0.02 0.02 0.00 99.97 [2023-11-06T14:16:45.228Z] 14:16:01 4 0.02 0.00 0.02 0.00 0.00 99.97 [2023-11-06T14:16:45.228Z] 14:16:01 5 0.02 0.00 0.02 0.02 0.00 99.95 [2023-11-06T14:16:45.228Z] 14:16:01 6 0.02 0.00 0.02 0.00 0.00 99.97 [2023-11-06T14:16:45.228Z] 14:16:01 7 0.00 0.00 0.05 0.00 0.00 99.95 [2023-11-06T14:16:45.228Z] Average: all 4.92 0.00 1.24 3.46 0.03 90.34 [2023-11-06T14:16:45.228Z] Average: 0 4.41 0.00 1.07 1.82 0.03 92.67 [2023-11-06T14:16:45.228Z] Average: 1 5.84 0.00 1.39 2.01 0.03 90.73 [2023-11-06T14:16:45.228Z] Average: 2 4.75 0.00 1.24 1.32 0.04 92.66 [2023-11-06T14:16:45.228Z] Average: 3 4.80 0.00 1.26 7.48 0.03 86.42 [2023-11-06T14:16:45.228Z] Average: 4 4.89 0.00 1.24 2.11 0.03 91.72 [2023-11-06T14:16:45.228Z] Average: 5 4.87 0.00 1.35 8.89 0.03 84.85 [2023-11-06T14:16:45.228Z] Average: 6 3.97 0.00 1.19 2.90 0.03 91.92 [2023-11-06T14:16:45.228Z] Average: 7 5.86 0.00 1.22 1.16 0.03 91.73 [2023-11-06T14:16:45.228Z] [2023-11-06T14:16:45.228Z] [2023-11-06T14:16:45.228Z]