Pull request #654 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 885806e583760110497a1b1bc311f0f0f0876fd8 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-ssh7067086971435304706.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-ssh17279997672967796664.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-654/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-654/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh12088849374389852.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-654/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh14992878656637170393.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-ssh5026043346743537802.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-654/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-654/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh3475835419834390050.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 All nodes of label ‘ubuntu20.04-docker-8c-8g’ are offline Running on prd-ubuntu20.04-docker-8c-8g-16537 in /w/workspace/edgexfoundry_edgex-ui-go_PR-654 [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-654 # 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 885806e583760110497a1b1bc311f0f0f0876fd8 Merge succeeded, producing 885806e583760110497a1b1bc311f0f0f0876fd8 Checking out Revision 885806e583760110497a1b1bc311f0f0f0876fd8 (PR-654) > 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/654/head:refs/remotes/origin/PR-654 +refs/heads/main:refs/remotes/origin/main # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 885806e583760110497a1b1bc311f0f0f0876fd8 # 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 885806e583760110497a1b1bc311f0f0f0876fd8 # timeout=10 Commit message: "fix: Device Profile route error in Secure Mode, issue: #624" 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-04T17:39:34.213Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2023-11-04T17:39:34.420Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2023-11-04T17:39:34.515Z] ========================================================= [2023-11-04T17:39:34.515Z] EdgeX Global Pipelines Version Info [2023-11-04T17:39:34.515Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2023-11-04T17:39:35.292Z] ------------------- [2023-11-04T17:39:35.292Z] stable info: [2023-11-04T17:39:35.292Z] ------------------- [2023-11-04T17:39:35.292Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2023-11-04T17:39:35.292Z] Commit SHA: 05349e3f996d6f6d0c0ad3c2ccda408eae121119 [2023-11-04T17:39:35.292Z] Message: update stable to v1.0.255 [2023-11-04T17:39:35.865Z] ------------------- [2023-11-04T17:39:35.865Z] experimental info: [2023-11-04T17:39:35.865Z] ------------------- [2023-11-04T17:39:35.865Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2023-11-04T17:39:35.865Z] Commit SHA: 05349e3f996d6f6d0c0ad3c2ccda408eae121119 [2023-11-04T17:39:35.865Z] Message: update experimental to v1.0.255 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2023-11-04T17:39:36.151Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-ui-go-settings [Pipeline] echo [2023-11-04T17:39:36.199Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-ui-go [Pipeline] echo [2023-11-04T17:39:36.241Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2023-11-04T17:39:36.283Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2023-11-04T17:39:36.323Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2023-11-04T17:39:36.363Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.21 [Pipeline] echo [2023-11-04T17:39:36.408Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2023-11-04T17:39:36.453Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2023-11-04T17:39:36.496Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2023-11-04T17:39:36.535Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2023-11-04T17:39:36.579Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2023-11-04T17:39:36.621Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = edgex-ui [Pipeline] echo [2023-11-04T17:39:36.662Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2023-11-04T17:39:36.710Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2023-11-04T17:39:36.750Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2023-11-04T17:39:36.793Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2023-11-04T17:39:36.837Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2023-11-04T17:39:36.882Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2023-11-04T17:39:36.927Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2023-11-04T17:39:36.968Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2023-11-04T17:39:37.008Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2023-11-04T17:39:37.049Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2023-11-04T17:39:37.088Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2023-11-04T17:39:37.125Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2023-11-04T17:39:37.166Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2023-11-04T17:39:37.209Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2023-11-04T17:39:37.249Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2023-11-04T17:39:37.291Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-654 [Pipeline] echo [2023-11-04T17:39:37.329Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-654 [Pipeline] echo [2023-11-04T17:39:37.379Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-654 [Pipeline] echo [2023-11-04T17:39:37.421Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 885806e583760110497a1b1bc311f0f0f0876fd8 [Pipeline] echo [2023-11-04T17:39:37.463Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 885806e [Pipeline] echo [2023-11-04T17:39:37.507Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-11-04T17:39:37.633Z] provisioning config files... [2023-11-04T17:39:37.646Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-654@tmp/config14755026399289264476tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-11-04T17:39:37.986Z] ---> docker-login.sh [2023-11-04T17:39:37.986Z] nexus3.edgexfoundry.org:10001 [2023-11-04T17:39:38.246Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-11-04T17:39:38.246Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-11-04T17:39:38.246Z] Configure a credential helper to remove this warning. See [2023-11-04T17:39:38.246Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-11-04T17:39:38.246Z] [2023-11-04T17:39:38.246Z] Login Succeeded [2023-11-04T17:39:38.246Z] nexus3.edgexfoundry.org:10002 [2023-11-04T17:39:38.507Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-11-04T17:39:38.507Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-11-04T17:39:38.507Z] Configure a credential helper to remove this warning. See [2023-11-04T17:39:38.507Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-11-04T17:39:38.507Z] [2023-11-04T17:39:38.507Z] Login Succeeded [2023-11-04T17:39:38.507Z] nexus3.edgexfoundry.org:10003 [2023-11-04T17:39:38.507Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-11-04T17:39:38.507Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-11-04T17:39:38.507Z] Configure a credential helper to remove this warning. See [2023-11-04T17:39:38.507Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-11-04T17:39:38.507Z] [2023-11-04T17:39:38.507Z] Login Succeeded [2023-11-04T17:39:38.507Z] nexus3.edgexfoundry.org:10004 [2023-11-04T17:39:38.769Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-11-04T17:39:38.769Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-11-04T17:39:38.769Z] Configure a credential helper to remove this warning. See [2023-11-04T17:39:38.769Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-11-04T17:39:38.769Z] [2023-11-04T17:39:38.769Z] Login Succeeded [2023-11-04T17:39:38.769Z] docker.io [2023-11-04T17:39:38.769Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-11-04T17:39:39.030Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-11-04T17:39:39.030Z] Configure a credential helper to remove this warning. See [2023-11-04T17:39:39.030Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-11-04T17:39:39.030Z] [2023-11-04T17:39:39.030Z] Login Succeeded [2023-11-04T17:39:39.030Z] ---> docker-login.sh ends [Pipeline] } [2023-11-04T17:39:39.060Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2023-11-04T17:39:39.716Z] + git rev-list -1 --merges 885806e583760110497a1b1bc311f0f0f0876fd8~1..885806e583760110497a1b1bc311f0f0f0876fd8 [Pipeline] echo [2023-11-04T17:39:39.794Z] -----------> git rev-list -1 --merges 885806e583760110497a1b1bc311f0f0f0876fd8~1..885806e583760110497a1b1bc311f0f0f0876fd8 885806e583760110497a1b1bc311f0f0f0876fd8 [false] [Pipeline] sh [2023-11-04T17:39:40.109Z] + git log --format=format:%s -1 885806e583760110497a1b1bc311f0f0f0876fd8 [Pipeline] echo [2023-11-04T17:39:40.147Z] ========================================================= [2023-11-04T17:39:40.147Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2023-11-04T17:39:40.147Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-11-04T17:39:40.602Z] + git log --format=format:%s -1 885806e583760110497a1b1bc311f0f0f0876fd8 [Pipeline] echo [2023-11-04T17:39:40.636Z] [semverPrep] GIT_COMMIT: 885806e583760110497a1b1bc311f0f0f0876fd8, Commit Message: fix: Device Profile route error in Secure Mode, issue: #624 [Pipeline] echo [2023-11-04T17:39:40.667Z] [semverPrep] This is not a build commit. [Pipeline] sh [2023-11-04T17:39:41.092Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-11-04T17:39:41.092Z] + grep -v github /etc/ssh/ssh_known_hosts [2023-11-04T17:39:41.092Z] + [ -e /tmp/ssh_known_hosts ] [2023-11-04T17:39:41.092Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2023-11-04T17:39:41.092Z] + + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2023-11-04T17:39:41.092Z] sudo tee -a /etc/ssh/ssh_known_hosts [2023-11-04T17:39:41.092Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-11-04T17:39:41.592Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-11-04T17:39:41.592Z] [2023-11-04T17:39:41.592Z] 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-04T17:39:41.963Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-11-04T17:39:42.226Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2023-11-04T17:39:42.226Z] b85a868b505f: Pulling fs layer [2023-11-04T17:39:42.226Z] e2be974225ed: Pulling fs layer [2023-11-04T17:39:42.226Z] 339a4e72a1f5: Pulling fs layer [2023-11-04T17:39:42.226Z] 988bab9f4d93: Pulling fs layer [2023-11-04T17:39:42.226Z] 1469e6f7b9e6: Pulling fs layer [2023-11-04T17:39:42.226Z] eaf3925da568: Pulling fs layer [2023-11-04T17:39:42.226Z] bab4dde63d76: Pulling fs layer [2023-11-04T17:39:42.226Z] bde34c3a00c8: Pulling fs layer [2023-11-04T17:39:42.226Z] b352a97aabf1: Pulling fs layer [2023-11-04T17:39:42.226Z] 4872d77fe225: Pulling fs layer [2023-11-04T17:39:42.226Z] 5851b861e8e6: Pulling fs layer [2023-11-04T17:39:42.226Z] 988bab9f4d93: Waiting [2023-11-04T17:39:42.226Z] 1469e6f7b9e6: Waiting [2023-11-04T17:39:42.226Z] eaf3925da568: Waiting [2023-11-04T17:39:42.226Z] 5851b861e8e6: Waiting [2023-11-04T17:39:42.226Z] bab4dde63d76: Waiting [2023-11-04T17:39:42.226Z] 4872d77fe225: Waiting [2023-11-04T17:39:42.226Z] b352a97aabf1: Waiting [2023-11-04T17:39:42.226Z] bde34c3a00c8: Waiting [2023-11-04T17:39:42.226Z] e2be974225ed: Verifying Checksum [2023-11-04T17:39:42.226Z] e2be974225ed: Download complete [2023-11-04T17:39:42.226Z] 988bab9f4d93: Download complete [2023-11-04T17:39:42.226Z] 1469e6f7b9e6: Verifying Checksum [2023-11-04T17:39:42.226Z] 1469e6f7b9e6: Download complete [2023-11-04T17:39:42.226Z] 339a4e72a1f5: Verifying Checksum [2023-11-04T17:39:42.226Z] 339a4e72a1f5: Download complete [2023-11-04T17:39:42.490Z] eaf3925da568: Verifying Checksum [2023-11-04T17:39:42.490Z] eaf3925da568: Download complete [2023-11-04T17:39:42.490Z] bde34c3a00c8: Verifying Checksum [2023-11-04T17:39:42.490Z] bde34c3a00c8: Download complete [2023-11-04T17:39:42.490Z] b352a97aabf1: Verifying Checksum [2023-11-04T17:39:42.490Z] b352a97aabf1: Download complete [2023-11-04T17:39:42.490Z] 4872d77fe225: Verifying Checksum [2023-11-04T17:39:42.490Z] 4872d77fe225: Download complete [2023-11-04T17:39:42.490Z] 5851b861e8e6: Verifying Checksum [2023-11-04T17:39:42.490Z] 5851b861e8e6: Download complete [2023-11-04T17:39:42.490Z] b85a868b505f: Verifying Checksum [2023-11-04T17:39:42.490Z] b85a868b505f: Download complete [2023-11-04T17:39:42.749Z] bab4dde63d76: Verifying Checksum [2023-11-04T17:39:42.749Z] bab4dde63d76: Download complete [2023-11-04T17:39:43.687Z] b85a868b505f: Pull complete [2023-11-04T17:39:43.687Z] e2be974225ed: Pull complete [2023-11-04T17:39:44.257Z] 339a4e72a1f5: Pull complete [2023-11-04T17:39:44.257Z] 988bab9f4d93: Pull complete [2023-11-04T17:39:44.518Z] 1469e6f7b9e6: Pull complete [2023-11-04T17:39:44.518Z] eaf3925da568: Pull complete [2023-11-04T17:39:46.425Z] bab4dde63d76: Pull complete [2023-11-04T17:39:46.425Z] bde34c3a00c8: Pull complete [2023-11-04T17:39:46.425Z] b352a97aabf1: Pull complete [2023-11-04T17:39:46.425Z] 4872d77fe225: Pull complete [2023-11-04T17:39:46.425Z] 5851b861e8e6: Pull complete [2023-11-04T17:39:46.425Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2023-11-04T17:39:46.425Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-11-04T17:39:46.425Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-11-04T17:39:46.702Z] prd-ubuntu20.04-docker-8c-8g-16537 does not seem to be running inside a container [2023-11-04T17:39:46.737Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_edgex-ui-go_PR-654 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-654:/w/workspace/edgexfoundry_edgex-ui-go_PR-654:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-654@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-654@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-11-04T17:39:49.859Z] $ docker top 79f8c21b9f84dbbcedc8db5e67bd449408cee59081796c637f07fce77a19512b -eo pid,comm [2023-11-04T17:39:49.911Z] 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-04T17:39:49.911Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-11-04T17:39:50.042Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-11-04T17:39:50.042Z] [ssh-agent] Looking for ssh-agent implementation... [2023-11-04T17:39:50.157Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-11-04T17:39:50.162Z] $ docker exec 79f8c21b9f84dbbcedc8db5e67bd449408cee59081796c637f07fce77a19512b ssh-agent [2023-11-04T17:39:50.263Z] SSH_AUTH_SOCK=/tmp/ssh-vBIPb9MjBaK8/agent.32 [2023-11-04T17:39:50.263Z] SSH_AGENT_PID=38 [2023-11-04T17:39:50.268Z] Running ssh-add (command line suppressed) [2023-11-04T17:39:50.365Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_PR-654@tmp/private_key_17437346851576860595.key (/w/workspace/edgexfoundry_edgex-ui-go_PR-654@tmp/private_key_17437346851576860595.key) [2023-11-04T17:39:50.376Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-11-04T17:39:50.710Z] + git tag --points-at HEAD [Pipeline] } [2023-11-04T17:39:50.739Z] $ docker exec --env ******** --env ******** 79f8c21b9f84dbbcedc8db5e67bd449408cee59081796c637f07fce77a19512b ssh-agent -k [2023-11-04T17:39:50.832Z] unset SSH_AUTH_SOCK; [2023-11-04T17:39:50.833Z] unset SSH_AGENT_PID; [2023-11-04T17:39:50.833Z] echo Agent pid 38 killed; [2023-11-04T17:39:50.838Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2023-11-04T17:39:50.918Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-11-04T17:39:50.919Z] [ssh-agent] Looking for ssh-agent implementation... [2023-11-04T17:39:51.038Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-11-04T17:39:51.043Z] $ docker exec 79f8c21b9f84dbbcedc8db5e67bd449408cee59081796c637f07fce77a19512b ssh-agent [2023-11-04T17:39:51.141Z] SSH_AUTH_SOCK=/tmp/ssh-L95VD7ydJuHr/agent.70 [2023-11-04T17:39:51.141Z] SSH_AGENT_PID=76 [2023-11-04T17:39:51.146Z] Running ssh-add (command line suppressed) [2023-11-04T17:39:51.262Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_PR-654@tmp/private_key_13314013871129520167.key (/w/workspace/edgexfoundry_edgex-ui-go_PR-654@tmp/private_key_13314013871129520167.key) [2023-11-04T17:39:51.273Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-11-04T17:39:51.612Z] + git semver init [2023-11-04T17:39:51.872Z] 2023-11-04 17:39:51,774 [run_init] DEBUG init version:0.0.0 force:False [2023-11-04T17:39:51.872Z] 2023-11-04 17:39:51,776 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgexfoundry_edgex-ui-go_PR-654/.semver [2023-11-04T17:39:51.872Z] 2023-11-04 17:39:51,776 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-ui-go.git /w/workspace/edgexfoundry_edgex-ui-go_PR-654/.semver [2023-11-04T17:39:51.872Z] 2023-11-04 17:39:51,776 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/edgex-ui-go.git', '/w/workspace/edgexfoundry_edgex-ui-go_PR-654/.semver'], cwd=/w/workspace/edgexfoundry_edgex-ui-go_PR-654, universal_newlines=False, shell=None, istream=None) [2023-11-04T17:39:53.789Z] 2023-11-04 17:39:53,316 [append_file] DEBUG append to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-654/.git/info/exclude [2023-11-04T17:39:53.789Z] 2023-11-04 17:39:53,316 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgexfoundry_edgex-ui-go_PR-654/.semver/PR-654 with force:False [2023-11-04T17:39:53.789Z] 2023-11-04 17:39:53,316 [write_file] DEBUG write to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-654/.semver/PR-654 [2023-11-04T17:39:53.789Z] 2023-11-04 17:39:53,320 [execute] INFO git cat-file --batch-check [2023-11-04T17:39:53.790Z] 2023-11-04 17:39:53,321 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgexfoundry_edgex-ui-go_PR-654/.semver, universal_newlines=False, shell=None, istream=) [2023-11-04T17:39:53.790Z] 2023-11-04 17:39:53,326 [execute] INFO git cat-file --batch [2023-11-04T17:39:53.790Z] 2023-11-04 17:39:53,326 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgexfoundry_edgex-ui-go_PR-654/.semver, universal_newlines=False, shell=None, istream=) [2023-11-04T17:39:53.790Z] 2023-11-04 17:39:53,330 [read_version] DEBUG read version from /w/workspace/edgexfoundry_edgex-ui-go_PR-654/.semver/PR-654 [2023-11-04T17:39:53.790Z] 0.0.0 [Pipeline] } [2023-11-04T17:39:53.820Z] $ docker exec --env ******** --env ******** 79f8c21b9f84dbbcedc8db5e67bd449408cee59081796c637f07fce77a19512b ssh-agent -k [2023-11-04T17:39:53.921Z] unset SSH_AUTH_SOCK; [2023-11-04T17:39:53.922Z] unset SSH_AGENT_PID; [2023-11-04T17:39:53.922Z] echo Agent pid 76 killed; [2023-11-04T17:39:53.930Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-11-04T17:39:54.360Z] + git semver [Pipeline] } [2023-11-04T17:39:54.652Z] $ docker stop --time=1 79f8c21b9f84dbbcedc8db5e67bd449408cee59081796c637f07fce77a19512b [2023-11-04T17:39:55.953Z] $ docker rm -f --volumes 79f8c21b9f84dbbcedc8db5e67bd449408cee59081796c637f07fce77a19512b [Pipeline] // withDockerContainer [Pipeline] sh [2023-11-04T17:39:56.350Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2023-11-04T17:39:56.641Z] Stashed 1 file(s) [Pipeline] echo [2023-11-04T17:39:56.659Z] [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-04T17:39:57.239Z] provisioning config files... [2023-11-04T17:39:57.249Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-654@tmp/config10771315999837104074tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-11-04T17:39:57.597Z] ---> docker-login.sh [2023-11-04T17:39:57.597Z] nexus3.edgexfoundry.org:10001 [2023-11-04T17:39:57.597Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-11-04T17:39:57.597Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-11-04T17:39:57.597Z] Configure a credential helper to remove this warning. See [2023-11-04T17:39:57.597Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-11-04T17:39:57.597Z] [2023-11-04T17:39:57.597Z] Login Succeeded [2023-11-04T17:39:57.597Z] nexus3.edgexfoundry.org:10002 [2023-11-04T17:39:57.597Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-11-04T17:39:57.597Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-11-04T17:39:57.597Z] Configure a credential helper to remove this warning. See [2023-11-04T17:39:57.597Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-11-04T17:39:57.597Z] [2023-11-04T17:39:57.597Z] Login Succeeded [2023-11-04T17:39:57.597Z] nexus3.edgexfoundry.org:10003 [2023-11-04T17:39:57.857Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-11-04T17:39:57.857Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-11-04T17:39:57.857Z] Configure a credential helper to remove this warning. See [2023-11-04T17:39:57.857Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-11-04T17:39:57.857Z] [2023-11-04T17:39:57.857Z] Login Succeeded [2023-11-04T17:39:57.857Z] nexus3.edgexfoundry.org:10004 [2023-11-04T17:39:57.857Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-11-04T17:39:57.857Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-11-04T17:39:57.857Z] Configure a credential helper to remove this warning. See [2023-11-04T17:39:57.857Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-11-04T17:39:57.857Z] [2023-11-04T17:39:57.857Z] Login Succeeded [2023-11-04T17:39:57.857Z] docker.io [2023-11-04T17:39:57.857Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-11-04T17:39:58.116Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-11-04T17:39:58.116Z] Configure a credential helper to remove this warning. See [2023-11-04T17:39:58.116Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-11-04T17:39:58.116Z] [2023-11-04T17:39:58.116Z] Login Succeeded [2023-11-04T17:39:58.116Z] ---> docker-login.sh ends [Pipeline] } [2023-11-04T17:39:58.147Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2023-11-04T17:39:58.346Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2023-11-04T17:39:58.391Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2023-11-04T17:39:58.435Z] ========================================================= [2023-11-04T17:39:58.435Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine] [2023-11-04T17:39:58.435Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-11-04T17:39:58.908Z] + 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-04T17:39:59.167Z] Sending build context to Docker daemon 49.12MB [2023-11-04T17:39:59.167Z] Step 1/15 : ARG BASE=golang:1.21-alpine3.18 [2023-11-04T17:39:59.167Z] Step 2/15 : FROM ${BASE} AS builder [2023-11-04T17:39:59.167Z] 1.21-alpine: Pulling from edgex-devops/edgex-golang-base [2023-11-04T17:39:59.167Z] 7264a8db6415: Pulling fs layer [2023-11-04T17:39:59.167Z] c4d48a809fc2: Pulling fs layer [2023-11-04T17:39:59.167Z] 4f1c88b9dad5: Pulling fs layer [2023-11-04T17:39:59.167Z] ad3a456e5733: Pulling fs layer [2023-11-04T17:39:59.167Z] 33e27b845d1e: Pulling fs layer [2023-11-04T17:39:59.167Z] c68163c4e522: Pulling fs layer [2023-11-04T17:39:59.167Z] 50da416c3ac9: Pulling fs layer [2023-11-04T17:39:59.167Z] 23d2d4c4bb30: Pulling fs layer [2023-11-04T17:39:59.167Z] ad3a456e5733: Waiting [2023-11-04T17:39:59.167Z] 23d2d4c4bb30: Waiting [2023-11-04T17:39:59.167Z] 50da416c3ac9: Waiting [2023-11-04T17:39:59.167Z] 33e27b845d1e: Waiting [2023-11-04T17:39:59.167Z] c68163c4e522: Waiting [2023-11-04T17:39:59.167Z] c4d48a809fc2: Download complete [2023-11-04T17:39:59.167Z] ad3a456e5733: Download complete [2023-11-04T17:39:59.167Z] 33e27b845d1e: Verifying Checksum [2023-11-04T17:39:59.167Z] 33e27b845d1e: Download complete [2023-11-04T17:39:59.167Z] 7264a8db6415: Verifying Checksum [2023-11-04T17:39:59.167Z] 7264a8db6415: Download complete [2023-11-04T17:39:59.167Z] c68163c4e522: Verifying Checksum [2023-11-04T17:39:59.167Z] c68163c4e522: Download complete [2023-11-04T17:39:59.426Z] 7264a8db6415: Pull complete [2023-11-04T17:39:59.426Z] 23d2d4c4bb30: Verifying Checksum [2023-11-04T17:39:59.426Z] 23d2d4c4bb30: Download complete [2023-11-04T17:39:59.426Z] c4d48a809fc2: Pull complete [2023-11-04T17:39:59.685Z] 4f1c88b9dad5: Verifying Checksum [2023-11-04T17:39:59.685Z] 4f1c88b9dad5: Download complete [2023-11-04T17:39:59.944Z] 50da416c3ac9: Download complete [2023-11-04T17:40:03.232Z] 4f1c88b9dad5: Pull complete [2023-11-04T17:40:03.232Z] ad3a456e5733: Pull complete [2023-11-04T17:40:03.232Z] 33e27b845d1e: Pull complete [2023-11-04T17:40:03.232Z] c68163c4e522: Pull complete [2023-11-04T17:40:05.761Z] 50da416c3ac9: Pull complete [2023-11-04T17:40:06.030Z] 23d2d4c4bb30: Pull complete [2023-11-04T17:40:06.030Z] Digest: sha256:869f8081a9cc57a47d9be3c92245bb8518e7edea9beab93563b77b0fbed5fa8c [2023-11-04T17:40:06.030Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine [2023-11-04T17:40:06.030Z] ---> 0786185ac409 [2023-11-04T17:40:06.030Z] Step 3/15 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" [2023-11-04T17:40:10.224Z] ---> Running in 5829f9f9d474 [2023-11-04T17:40:10.224Z] Removing intermediate container 5829f9f9d474 [2023-11-04T17:40:10.224Z] ---> e30cd9309b48 [2023-11-04T17:40:10.224Z] Step 4/15 : ARG ALPINE_PKG_BASE="make git" [2023-11-04T17:40:10.224Z] ---> Running in acaced9b8c5b [2023-11-04T17:40:10.224Z] Removing intermediate container acaced9b8c5b [2023-11-04T17:40:10.224Z] ---> 05a8c79d20a6 [2023-11-04T17:40:10.224Z] Step 5/15 : ARG ALPINE_PKG_EXTRA="" [2023-11-04T17:40:10.224Z] ---> Running in d07a8e364aed [2023-11-04T17:40:10.483Z] Removing intermediate container d07a8e364aed [2023-11-04T17:40:10.483Z] ---> d6e973fe3848 [2023-11-04T17:40:10.483Z] Step 6/15 : LABEL Name=edgex-ui-go [2023-11-04T17:40:10.483Z] ---> Running in 263799a3af6d [2023-11-04T17:40:10.483Z] Removing intermediate container 263799a3af6d [2023-11-04T17:40:10.483Z] ---> 2824cb2c9c61 [2023-11-04T17:40:10.483Z] Step 7/15 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2023: Intel' [2023-11-04T17:40:10.483Z] ---> Running in 840005d0d67a [2023-11-04T17:40:10.484Z] Removing intermediate container 840005d0d67a [2023-11-04T17:40:10.484Z] ---> 344b93d35f56 [2023-11-04T17:40:10.484Z] Step 8/15 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2023-11-04T17:40:11.052Z] latest: Pulling from library/docker [2023-11-04T17:40:11.052Z] 96526aa774ef: Pulling fs layer [2023-11-04T17:40:11.052Z] 308a300cc30f: Pulling fs layer [2023-11-04T17:40:11.052Z] 4f4fb700ef54: Pulling fs layer [2023-11-04T17:40:11.052Z] 5fcb7611fd77: Pulling fs layer [2023-11-04T17:40:11.052Z] be9955e691a8: Pulling fs layer [2023-11-04T17:40:11.052Z] 1b5ce73eb848: Pulling fs layer [2023-11-04T17:40:11.052Z] fe45098d8d9e: Pulling fs layer [2023-11-04T17:40:11.053Z] 843bf259cc12: Pulling fs layer [2023-11-04T17:40:11.053Z] 1b5ce73eb848: Waiting [2023-11-04T17:40:11.053Z] be9955e691a8: Waiting [2023-11-04T17:40:11.053Z] 5fcb7611fd77: Waiting [2023-11-04T17:40:11.053Z] e56cd900ceac: Pulling fs layer [2023-11-04T17:40:11.053Z] 605d1390b383: Pulling fs layer [2023-11-04T17:40:11.053Z] 8f7854084fed: Pulling fs layer [2023-11-04T17:40:11.053Z] 0a217d94afa5: Pulling fs layer [2023-11-04T17:40:11.053Z] 50e7dd98501d: Pulling fs layer [2023-11-04T17:40:11.053Z] 843bf259cc12: Waiting [2023-11-04T17:40:11.053Z] 8f7854084fed: Waiting [2023-11-04T17:40:11.053Z] 605d1390b383: Waiting [2023-11-04T17:40:11.053Z] e56cd900ceac: Waiting [2023-11-04T17:40:11.053Z] 68811508944a: Pulling fs layer [2023-11-04T17:40:11.053Z] 50e7dd98501d: Waiting [2023-11-04T17:40:11.053Z] 68811508944a: Waiting [2023-11-04T17:40:11.053Z] fe45098d8d9e: Waiting [2023-11-04T17:40:11.311Z] 4f4fb700ef54: Verifying Checksum [2023-11-04T17:40:11.311Z] 4f4fb700ef54: Download complete [2023-11-04T17:40:11.311Z] 308a300cc30f: Verifying Checksum [2023-11-04T17:40:11.311Z] 308a300cc30f: Download complete [2023-11-04T17:40:11.311Z] 96526aa774ef: Verifying Checksum [2023-11-04T17:40:11.311Z] 96526aa774ef: Download complete [2023-11-04T17:40:11.568Z] 96526aa774ef: Pull complete [2023-11-04T17:40:11.568Z] be9955e691a8: Verifying Checksum [2023-11-04T17:40:11.568Z] be9955e691a8: Download complete [2023-11-04T17:40:11.825Z] 308a300cc30f: Pull complete [2023-11-04T17:40:11.825Z] 5fcb7611fd77: Verifying Checksum [2023-11-04T17:40:11.825Z] 5fcb7611fd77: Download complete [2023-11-04T17:40:11.825Z] 4f4fb700ef54: Pull complete [2023-11-04T17:40:11.825Z] fe45098d8d9e: Verifying Checksum [2023-11-04T17:40:11.825Z] fe45098d8d9e: Download complete [2023-11-04T17:40:11.825Z] 843bf259cc12: Verifying Checksum [2023-11-04T17:40:11.825Z] 843bf259cc12: Download complete [2023-11-04T17:40:12.076Z] Still waiting to schedule task [2023-11-04T17:40:12.076Z] All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline [2023-11-04T17:40:12.081Z] 1b5ce73eb848: Verifying Checksum [2023-11-04T17:40:12.081Z] 1b5ce73eb848: Download complete [2023-11-04T17:40:12.081Z] e56cd900ceac: Verifying Checksum [2023-11-04T17:40:12.081Z] e56cd900ceac: Download complete [2023-11-04T17:40:12.081Z] 5fcb7611fd77: Pull complete [2023-11-04T17:40:12.081Z] 605d1390b383: Verifying Checksum [2023-11-04T17:40:12.081Z] 605d1390b383: Download complete [2023-11-04T17:40:12.339Z] 8f7854084fed: Verifying Checksum [2023-11-04T17:40:12.339Z] 8f7854084fed: Download complete [2023-11-04T17:40:12.339Z] 50e7dd98501d: Download complete [2023-11-04T17:40:12.339Z] 68811508944a: Verifying Checksum [2023-11-04T17:40:12.339Z] 68811508944a: Download complete [2023-11-04T17:40:12.339Z] be9955e691a8: Pull complete [2023-11-04T17:40:12.904Z] 0a217d94afa5: Verifying Checksum [2023-11-04T17:40:12.904Z] 0a217d94afa5: Download complete [2023-11-04T17:40:12.904Z] 1b5ce73eb848: Pull complete [2023-11-04T17:40:12.905Z] fe45098d8d9e: Pull complete [2023-11-04T17:40:12.905Z] 843bf259cc12: Pull complete [2023-11-04T17:40:13.163Z] e56cd900ceac: Pull complete [2023-11-04T17:40:13.420Z] 605d1390b383: Pull complete [2023-11-04T17:40:13.420Z] 8f7854084fed: Pull complete [2023-11-04T17:40:14.355Z] 0a217d94afa5: Pull complete [2023-11-04T17:40:14.355Z] 50e7dd98501d: Pull complete [2023-11-04T17:40:14.355Z] 68811508944a: Pull complete [2023-11-04T17:40:14.613Z] Digest: sha256:1dfc375736e448806602211e09a9b1390eb110548dcb839eef374da357ca5f5d [2023-11-04T17:40:14.613Z] Status: Downloaded newer image for docker:latest [2023-11-04T17:40:16.516Z] ---> 0aba43ba73d3 [2023-11-04T17:40:16.516Z] Step 9/15 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-11-04T17:40:16.516Z] ---> Running in 8907c933b8c7 [2023-11-04T17:40:16.775Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2023-11-04T17:40:17.034Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2023-11-04T17:40:17.293Z] OK: 264 MiB in 52 packages [2023-11-04T17:40:17.552Z] Removing intermediate container 8907c933b8c7 [2023-11-04T17:40:17.552Z] ---> f4e5a43961d9 [2023-11-04T17:40:17.552Z] Step 10/15 : ENV GO111MODULE=on [2023-11-04T17:40:17.552Z] ---> Running in b918bcb71ada [2023-11-04T17:40:17.810Z] Removing intermediate container b918bcb71ada [2023-11-04T17:40:17.810Z] ---> 66121ae70fb4 [2023-11-04T17:40:17.810Z] Step 11/15 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go [2023-11-04T17:40:17.810Z] ---> Running in 1d6bde9058e4 [2023-11-04T17:40:17.810Z] Removing intermediate container 1d6bde9058e4 [2023-11-04T17:40:17.810Z] ---> 0a68216fd54b [2023-11-04T17:40:17.810Z] Step 12/15 : COPY go.mod vendor* ./ [2023-11-04T17:40:18.069Z] ---> 3277d3af96df [2023-11-04T17:40:18.069Z] Step 13/15 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-11-04T17:40:18.069Z] ---> Running in b219abd83094 [2023-11-04T17:41:04.749Z] Removing intermediate container b219abd83094 [2023-11-04T17:41:04.749Z] ---> 999c04ffc9b6 [2023-11-04T17:41:04.749Z] Step 14/15 : COPY . . [2023-11-04T17:41:05.317Z] ---> b574e831ea25 [2023-11-04T17:41:05.317Z] Step 15/15 : RUN ${MAKE} [2023-11-04T17:41:05.317Z] ---> Running in bf39552f7bf6 [2023-11-04T17:41:05.576Z] noop [2023-11-04T17:41:05.835Z] Removing intermediate container bf39552f7bf6 [2023-11-04T17:41:05.835Z] ---> 582ea6ae28f6 [2023-11-04T17:41:05.835Z] Successfully built 582ea6ae28f6 [2023-11-04T17:41:05.835Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-11-04T17:41:06.286Z] + docker inspect -f . ci-base-image-x86_64 [2023-11-04T17:41:06.286Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-11-04T17:41:06.441Z] prd-ubuntu20.04-docker-8c-8g-16537 does not seem to be running inside a container [2023-11-04T17:41:06.476Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgexfoundry_edgex-ui-go_PR-654 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-654:/w/workspace/edgexfoundry_edgex-ui-go_PR-654:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-654@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-654@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-x86_64 cat [2023-11-04T17:41:06.805Z] $ docker top 1eabee4a52777f5f54a7d0c486bf1350ac958cdbabd1b0841b0efea26c03b9b9 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-11-04T17:41:07.188Z] + go version [2023-11-04T17:41:07.189Z] go version go1.21.0 linux/amd64 [Pipeline] } [2023-11-04T17:41:07.223Z] $ docker stop --time=1 1eabee4a52777f5f54a7d0c486bf1350ac958cdbabd1b0841b0efea26c03b9b9 [2023-11-04T17:41:08.474Z] $ docker rm -f --volumes 1eabee4a52777f5f54a7d0c486bf1350ac958cdbabd1b0841b0efea26c03b9b9 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-11-04T17:41:09.160Z] + docker inspect -f . ci-base-image-x86_64 [2023-11-04T17:41:09.161Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-11-04T17:41:09.300Z] prd-ubuntu20.04-docker-8c-8g-16537 does not seem to be running inside a container [2023-11-04T17:41:09.331Z] $ 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-654 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-654:/w/workspace/edgexfoundry_edgex-ui-go_PR-654:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-654@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-654@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-x86_64 cat [2023-11-04T17:41:09.655Z] $ docker top bf8c4a915b50ad3c0dee6b7f2f0ba3827691ca05f9908f896069c84a7182dccd -eo pid,comm [Pipeline] { [Pipeline] sh [2023-11-04T17:41:10.054Z] + git config --global --add safe.directory /w/workspace/edgexfoundry_edgex-ui-go_PR-654 [Pipeline] fileExists [Pipeline] sh [2023-11-04T17:41:10.420Z] + make test [2023-11-04T17:41:10.421Z] CGO_ENABLED=0 GO111MODULE=on go test -tags "no_messagebus" -coverprofile=coverage.out ./... [2023-11-04T17:41:11.795Z] ? github.com/edgexfoundry/edgex-ui-go [no test files] [2023-11-04T17:41:21.767Z] ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] [2023-11-04T17:41:21.767Z] ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] [2023-11-04T17:41:21.767Z] ? github.com/edgexfoundry/edgex-ui-go/internal/common [no test files] [2023-11-04T17:41:21.767Z] ? github.com/edgexfoundry/edgex-ui-go/internal/config [no test files] [2023-11-04T17:41:21.767Z] ? github.com/edgexfoundry/edgex-ui-go/internal/container [no test files] [2023-11-04T17:41:21.767Z] ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] [2023-11-04T17:41:21.767Z] ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] [2023-11-04T17:41:21.767Z] ? github.com/edgexfoundry/edgex-ui-go/internal/service [no test files] [2023-11-04T17:41:21.767Z] CGO_ENABLED=0 GO111MODULE=on go vet -tags "no_messagebus" ./... [2023-11-04T17:41:24.292Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-11-04T17:41:24.292Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-11-04T17:41:24.292Z] ./bin/test-attribution-txt.sh [2023-11-04T17:41:24.292Z] An attribution for github.com/gabriel-vasile/mimetype is missing from Attribution.txt, please add [2023-11-04T17:41:24.292Z] An attribution for github.com/golang-jwt/jwt is missing from Attribution.txt, please add [2023-11-04T17:41:24.292Z] An attribution for github.com/klauspost/compress is missing from Attribution.txt, please add [2023-11-04T17:41:24.292Z] An attribution for github.com/labstack/echo/v4 is missing from Attribution.txt, please add [2023-11-04T17:41:24.292Z] An attribution for github.com/labstack/gommon is missing from Attribution.txt, please add [2023-11-04T17:41:24.293Z] An attribution for github.com/valyala/bytebufferpool is missing from Attribution.txt, please add [2023-11-04T17:41:24.293Z] An attribution for github.com/valyala/fasttemplate is missing from Attribution.txt, please add [2023-11-04T17:41:24.293Z] An attribution for golang.org/x/exp is missing from Attribution.txt, please add [2023-11-04T17:41:24.293Z] An attribution for golang.org/x/time is missing from Attribution.txt, please add [2023-11-04T17:41:24.293Z] make -C web test [2023-11-04T17:41:24.293Z] make[1]: Entering directory '/w/workspace/edgexfoundry_edgex-ui-go_PR-654/web' [2023-11-04T17:41:24.293Z] make[1]: tput: No such file or directory [2023-11-04T17:41:24.293Z] make[1]: tput: No such file or directory [2023-11-04T17:41:24.293Z] warning: generating ./VERSION [2023-11-04T17:41:24.293Z] echo "0.0.0" > VERSION [2023-11-04T17:41:24.293Z] docker build \ [2023-11-04T17:41:24.293Z] -f Dockerfile \ [2023-11-04T17:41:24.293Z] --build-arg USER=1000 \ [2023-11-04T17:41:24.293Z] \ [2023-11-04T17:41:24.293Z] --label "git_sha=885806e583760110497a1b1bc311f0f0f0876fd8" \ [2023-11-04T17:41:24.293Z] -t edgexfoundry/edgex-web-ui:885806e583760110497a1b1bc311f0f0f0876fd8 \ [2023-11-04T17:41:24.293Z] -t edgexfoundry/edgex-web-ui:0.0.0-dev \ [2023-11-04T17:41:24.293Z] . [2023-11-04T17:41:24.293Z] DEPRECATED: The legacy builder is deprecated and will be removed in a future release. [2023-11-04T17:41:24.293Z] Install the buildx component to build images with BuildKit: [2023-11-04T17:41:24.293Z] https://docs.docker.com/go/buildx/ [2023-11-04T17:41:24.293Z] [2023-11-04T17:41:24.293Z] Sending build context to Docker daemon 2.706MB [2023-11-04T17:41:24.293Z] Step 1/11 : FROM node:18-alpine3.18 [2023-11-04T17:41:24.859Z] 18-alpine3.18: Pulling from library/node [2023-11-04T17:41:24.859Z] 96526aa774ef: Already exists [2023-11-04T17:41:24.859Z] 3130715204cf: Pulling fs layer [2023-11-04T17:41:24.859Z] b06de8ab1c4f: Pulling fs layer [2023-11-04T17:41:24.859Z] 90ef3ffc5156: Pulling fs layer [2023-11-04T17:41:25.118Z] b06de8ab1c4f: Verifying Checksum [2023-11-04T17:41:25.118Z] b06de8ab1c4f: Download complete [2023-11-04T17:41:25.118Z] 90ef3ffc5156: Verifying Checksum [2023-11-04T17:41:25.118Z] 90ef3ffc5156: Download complete [2023-11-04T17:41:25.377Z] 3130715204cf: Verifying Checksum [2023-11-04T17:41:25.377Z] 3130715204cf: Download complete [2023-11-04T17:41:27.976Z] 3130715204cf: Pull complete [2023-11-04T17:41:27.976Z] b06de8ab1c4f: Pull complete [2023-11-04T17:41:27.976Z] 90ef3ffc5156: Pull complete [2023-11-04T17:41:27.976Z] Digest: sha256:435dcad253bb5b7f347ebc69c8cc52de7c912eb7241098b920f2fc2d7843183d [2023-11-04T17:41:27.976Z] Status: Downloaded newer image for node:18-alpine3.18 [2023-11-04T17:41:27.976Z] ---> d1517ab6615b [2023-11-04T17:41:27.976Z] Step 2/11 : RUN apk add --no-cache chromium [2023-11-04T17:41:30.508Z] ---> Running in d60ef9d4d9b8 [2023-11-04T17:41:30.508Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2023-11-04T17:41:30.766Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2023-11-04T17:41:30.766Z] (1/154) Installing libexpat (2.5.0-r1) [2023-11-04T17:41:31.026Z] (2/154) Installing brotli-libs (1.0.9-r14) [2023-11-04T17:41:31.026Z] (3/154) Installing libbz2 (1.0.8-r5) [2023-11-04T17:41:31.026Z] (4/154) Installing libpng (1.6.39-r3) [2023-11-04T17:41:31.026Z] (5/154) Installing freetype (2.13.0-r5) [2023-11-04T17:41:31.026Z] (6/154) Installing fontconfig (2.14.2-r3) [2023-11-04T17:41:31.026Z] (7/154) Installing libfontenc (1.1.7-r2) [2023-11-04T17:41:31.026Z] (8/154) Installing mkfontscale (1.2.2-r3) [2023-11-04T17:41:31.026Z] (9/154) Installing font-opensans (0_git20210927-r1) [2023-11-04T17:41:31.026Z] (10/154) Installing pkgconf (1.9.5-r0) [2023-11-04T17:41:31.026Z] (11/154) Installing libffi (3.4.4-r2) [2023-11-04T17:41:31.026Z] (12/154) Installing libintl (0.21.1-r7) [2023-11-04T17:41:31.026Z] (13/154) Installing libblkid (2.38.1-r8) [2023-11-04T17:41:31.026Z] (14/154) Installing libmount (2.38.1-r8) [2023-11-04T17:41:31.026Z] (15/154) Installing pcre2 (10.42-r1) [2023-11-04T17:41:31.027Z] (16/154) Installing glib (2.76.4-r0) [2023-11-04T17:41:31.027Z] (17/154) Installing xz-libs (5.4.3-r0) [2023-11-04T17:41:31.027Z] (18/154) Installing libxml2 (2.11.4-r0) [2023-11-04T17:41:31.027Z] (19/154) Installing shared-mime-info (2.2-r5) [2023-11-04T17:41:31.027Z] (20/154) Installing hicolor-icon-theme (0.17-r2) [2023-11-04T17:41:31.027Z] (21/154) Installing libjpeg-turbo (2.1.5.1-r3) [2023-11-04T17:41:31.027Z] (22/154) Installing libwebp (1.3.2-r0) [2023-11-04T17:41:31.027Z] (23/154) Installing zstd-libs (1.5.5-r4) [2023-11-04T17:41:31.027Z] (24/154) Installing tiff (4.5.1-r0) [2023-11-04T17:41:31.286Z] (25/154) Installing gdk-pixbuf (2.42.10-r5) [2023-11-04T17:41:31.286Z] (26/154) Installing gtk-update-icon-cache (3.24.38-r1) [2023-11-04T17:41:31.286Z] (27/154) Installing libxau (1.0.11-r2) [2023-11-04T17:41:31.286Z] (28/154) Installing libmd (1.0.4-r2) [2023-11-04T17:41:31.286Z] (29/154) Installing libbsd (0.11.7-r1) [2023-11-04T17:41:31.286Z] (30/154) Installing libxdmcp (1.1.4-r2) [2023-11-04T17:41:31.286Z] (31/154) Installing libxcb (1.15-r1) [2023-11-04T17:41:31.286Z] (32/154) Installing libx11 (1.8.7-r0) [2023-11-04T17:41:31.286Z] (33/154) Installing libxcomposite (0.4.6-r3) [2023-11-04T17:41:31.286Z] (34/154) Installing libxfixes (6.0.1-r2) [2023-11-04T17:41:31.286Z] (35/154) Installing libxrender (0.9.11-r3) [2023-11-04T17:41:31.286Z] (36/154) Installing libxcursor (1.2.1-r2) [2023-11-04T17:41:31.286Z] (37/154) Installing libxdamage (1.1.6-r2) [2023-11-04T17:41:31.286Z] (38/154) Installing libxext (1.3.5-r2) [2023-11-04T17:41:31.286Z] (39/154) Installing libxi (1.8.1-r0) [2023-11-04T17:41:31.286Z] (40/154) Installing libxinerama (1.1.5-r2) [2023-11-04T17:41:31.286Z] (41/154) Installing libxrandr (1.5.3-r2) [2023-11-04T17:41:31.286Z] (42/154) Installing libatk-1.0 (2.48.3-r0) [2023-11-04T17:41:31.286Z] (43/154) Installing libxtst (1.2.4-r2) [2023-11-04T17:41:31.286Z] (44/154) Installing dbus-libs (1.14.8-r0) [2023-11-04T17:41:31.286Z] (45/154) Installing at-spi2-core (2.48.3-r0) [2023-11-04T17:41:31.286Z] (46/154) Installing libatk-bridge-2.0 (2.48.3-r0) [2023-11-04T17:41:31.286Z] (47/154) Installing pixman (0.42.2-r1) [2023-11-04T17:41:31.286Z] (48/154) Installing cairo (1.17.8-r1) [2023-11-04T17:41:31.286Z] (49/154) Installing cairo-gobject (1.17.8-r1) [2023-11-04T17:41:31.286Z] (50/154) Installing avahi-libs (0.8-r13) [2023-11-04T17:41:31.286Z] (51/154) Installing gmp (6.2.1-r3) [2023-11-04T17:41:31.286Z] (52/154) Installing nettle (3.8.1-r2) [2023-11-04T17:41:31.286Z] (53/154) Installing libunistring (1.1-r1) [2023-11-04T17:41:31.286Z] (54/154) Installing libidn2 (2.3.4-r1) [2023-11-04T17:41:31.286Z] (55/154) Installing p11-kit (0.24.1-r2) [2023-11-04T17:41:31.286Z] (56/154) Installing libtasn1 (4.19.0-r1) [2023-11-04T17:41:31.286Z] (57/154) Installing gnutls (3.8.0-r2) [2023-11-04T17:41:31.286Z] (58/154) Installing cups-libs (2.4.7-r0) [2023-11-04T17:41:31.286Z] (59/154) Installing libepoxy (1.5.10-r1) [2023-11-04T17:41:31.545Z] (60/154) Installing fribidi (1.0.13-r0) [2023-11-04T17:41:31.545Z] (61/154) Installing graphite2 (1.3.14-r5) [2023-11-04T17:41:31.545Z] (62/154) Installing harfbuzz (7.3.0-r0) [2023-11-04T17:41:31.545Z] (63/154) Installing libxft (2.3.8-r1) [2023-11-04T17:41:31.545Z] (64/154) Installing pango (1.50.14-r1) [2023-11-04T17:41:31.545Z] (65/154) Installing wayland-libs-client (1.22.0-r2) [2023-11-04T17:41:31.545Z] (66/154) Installing wayland-libs-cursor (1.22.0-r2) [2023-11-04T17:41:31.545Z] (67/154) Installing wayland-libs-egl (1.22.0-r2) [2023-11-04T17:41:31.545Z] (68/154) Installing xkeyboard-config (2.38-r0) [2023-11-04T17:41:31.545Z] (69/154) Installing libxkbcommon (1.5.0-r2) [2023-11-04T17:41:31.545Z] (70/154) Installing gtk+3.0 (3.24.38-r1) [2023-11-04T17:41:31.545Z] Executing gtk+3.0-3.24.38-r1.post-install [2023-11-04T17:41:31.545Z] (71/154) Installing icu-data-full (73.2-r2) [2023-11-04T17:41:32.115Z] (72/154) Installing mesa (23.0.4-r0) [2023-11-04T17:41:32.115Z] (73/154) Installing llvm15-libs (15.0.7-r6) [2023-11-04T17:41:32.683Z] (74/154) Installing hwdata-pci (0.370-r0) [2023-11-04T17:41:32.683Z] (75/154) Installing libpciaccess (0.17-r2) [2023-11-04T17:41:32.683Z] (76/154) Installing libdrm (2.4.115-r4) [2023-11-04T17:41:32.683Z] (77/154) Installing musl-fts (1.2.7-r5) [2023-11-04T17:41:32.683Z] (78/154) Installing libelf (0.189-r2) [2023-11-04T17:41:32.683Z] (79/154) Installing mesa-glapi (23.0.4-r0) [2023-11-04T17:41:32.683Z] (80/154) Installing mesa-dri-gallium (23.0.4-r0) [2023-11-04T17:41:32.942Z] (81/154) Installing eudev-libs (3.2.11-r8) [2023-11-04T17:41:32.942Z] (82/154) Installing libmagic (5.45-r0) [2023-11-04T17:41:32.942Z] (83/154) Installing file (5.45-r0) [2023-11-04T17:41:32.942Z] (84/154) Installing libice (1.1.1-r2) [2023-11-04T17:41:32.942Z] (85/154) Installing libuuid (2.38.1-r8) [2023-11-04T17:41:32.942Z] (86/154) Installing libsm (1.2.4-r1) [2023-11-04T17:41:32.942Z] (87/154) Installing libxt (1.3.0-r2) [2023-11-04T17:41:32.942Z] (88/154) Installing libxmu (1.1.4-r2) [2023-11-04T17:41:32.942Z] (89/154) Installing xset (1.2.5-r1) [2023-11-04T17:41:32.942Z] (90/154) Installing xprop (1.2.6-r0) [2023-11-04T17:41:32.942Z] (91/154) Installing xdg-utils (1.1.3-r4) [2023-11-04T17:41:32.942Z] (92/154) Installing libogg (1.3.5-r4) [2023-11-04T17:41:32.942Z] (93/154) Installing flac-libs (1.4.3-r0) [2023-11-04T17:41:32.942Z] (94/154) Installing alsa-lib (1.2.9-r1) [2023-11-04T17:41:32.942Z] (95/154) Installing libatomic (12.2.1_git20220924-r10) [2023-11-04T17:41:32.942Z] (96/154) Installing svt-av1-libs (1.6.0-r0) [2023-11-04T17:41:32.942Z] (97/154) Installing aom-libs (3.6.1-r0) [2023-11-04T17:41:33.200Z] (98/154) Installing libva (2.18.0-r1) [2023-11-04T17:41:33.200Z] (99/154) Installing libvdpau (1.5-r1) [2023-11-04T17:41:33.200Z] (100/154) Installing onevpl-libs (2023.2.1-r0) [2023-11-04T17:41:33.200Z] (101/154) Installing ffmpeg-libavutil (6.0-r15) [2023-11-04T17:41:33.200Z] (102/154) Installing libdav1d (1.2.1-r0) [2023-11-04T17:41:33.200Z] (103/154) Installing libhwy (1.0.4-r1) [2023-11-04T17:41:33.200Z] (104/154) Installing lcms2 (2.15-r2) [2023-11-04T17:41:33.200Z] (105/154) Installing libjxl (0.8.2-r0) [2023-11-04T17:41:33.200Z] (106/154) Installing lame-libs (3.100-r5) [2023-11-04T17:41:33.200Z] (107/154) Installing opus (1.4-r0) [2023-11-04T17:41:33.200Z] (108/154) Installing libgomp (12.2.1_git20220924-r10) [2023-11-04T17:41:33.200Z] (109/154) Installing soxr (0.1.3-r5) [2023-11-04T17:41:33.200Z] (110/154) Installing ffmpeg-libswresample (6.0-r15) [2023-11-04T17:41:33.200Z] (111/154) Installing libtheora (1.1.1-r17) [2023-11-04T17:41:33.200Z] (112/154) Installing libvorbis (1.3.7-r1) [2023-11-04T17:41:33.200Z] (113/154) Installing libvpx (1.13.0-r2) [2023-11-04T17:41:33.200Z] (114/154) Installing x264-libs (0.164_git20220602-r1) [2023-11-04T17:41:33.200Z] (115/154) Installing numactl (2.0.16-r4) [2023-11-04T17:41:33.200Z] (116/154) Installing x265-libs (3.5-r4) [2023-11-04T17:41:33.459Z] (117/154) Installing xvidcore (1.3.7-r1) [2023-11-04T17:41:33.459Z] (118/154) Installing ffmpeg-libavcodec (6.0-r15) [2023-11-04T17:41:33.459Z] (119/154) Installing libbluray (1.3.4-r0) [2023-11-04T17:41:33.459Z] (120/154) Installing mpg123-libs (1.31.3-r1) [2023-11-04T17:41:33.459Z] (121/154) Installing libopenmpt (0.7.2-r0) [2023-11-04T17:41:33.459Z] (122/154) Installing cjson (1.7.15-r4) [2023-11-04T17:41:33.459Z] (123/154) Installing mbedtls (2.28.5-r0) [2023-11-04T17:41:33.459Z] (124/154) Installing librist (0.2.7-r0) [2023-11-04T17:41:33.459Z] (125/154) Installing libsrt (1.5.2-r0) [2023-11-04T17:41:33.459Z] (126/154) Installing libssh (0.10.5-r0) [2023-11-04T17:41:33.459Z] (127/154) Installing libsodium (1.0.18-r3) [2023-11-04T17:41:33.459Z] (128/154) Installing libzmq (4.3.4-r4) [2023-11-04T17:41:33.459Z] (129/154) Installing ffmpeg-libavformat (6.0-r15) [2023-11-04T17:41:33.718Z] (130/154) Installing libevent (2.1.12-r6) [2023-11-04T17:41:33.718Z] (131/154) Installing wayland-libs-server (1.22.0-r2) [2023-11-04T17:41:33.718Z] (132/154) Installing mesa-gbm (23.0.4-r0) [2023-11-04T17:41:33.718Z] (133/154) Installing harfbuzz-subset (7.3.0-r0) [2023-11-04T17:41:33.718Z] (134/154) Installing icu-libs (73.2-r2) [2023-11-04T17:41:33.718Z] (135/154) Installing jsoncpp (1.9.5-r0) [2023-11-04T17:41:33.718Z] (136/154) Installing minizip (1.2.13-r1) [2023-11-04T17:41:33.718Z] (137/154) Installing nspr (4.35-r2) [2023-11-04T17:41:33.718Z] (138/154) Installing sqlite-libs (3.41.2-r2) [2023-11-04T17:41:33.718Z] (139/154) Installing nss (3.94-r0) [2023-11-04T17:41:33.718Z] (140/154) Installing pipewire-libs (0.3.70-r1) [2023-11-04T17:41:33.718Z] (141/154) Installing libasyncns (0.8-r1) [2023-11-04T17:41:33.718Z] (142/154) Installing libltdl (2.4.7-r2) [2023-11-04T17:41:33.718Z] (143/154) Installing orc (0.4.34-r0) [2023-11-04T17:41:33.718Z] (144/154) Installing libsndfile (1.2.0-r2) [2023-11-04T17:41:33.718Z] (145/154) Installing speexdsp (1.2.1-r1) [2023-11-04T17:41:33.718Z] (146/154) Installing tdb-libs (1.4.8-r1) [2023-11-04T17:41:33.718Z] (147/154) Installing libpulse (16.1-r10) [2023-11-04T17:41:33.718Z] (148/154) Installing snappy (1.1.10-r1) [2023-11-04T17:41:33.718Z] (149/154) Installing libwoff2common (1.0.2-r2) [2023-11-04T17:41:33.718Z] (150/154) Installing libwoff2enc (1.0.2-r2) [2023-11-04T17:41:33.718Z] (151/154) Installing libgpg-error (1.47-r1) [2023-11-04T17:41:33.718Z] (152/154) Installing libgcrypt (1.10.2-r1) [2023-11-04T17:41:33.718Z] (153/154) Installing libxslt (1.1.38-r0) [2023-11-04T17:41:33.976Z] (154/154) Installing chromium (117.0.5938.62-r0) [2023-11-04T17:41:35.347Z] Executing busybox-1.36.1-r2.trigger [2023-11-04T17:41:35.347Z] Executing fontconfig-2.14.2-r3.trigger [2023-11-04T17:41:35.347Z] Executing mkfontscale-1.2.2-r3.trigger [2023-11-04T17:41:35.347Z] Executing glib-2.76.4-r0.trigger [2023-11-04T17:41:35.347Z] Executing shared-mime-info-2.2-r5.trigger [2023-11-04T17:41:35.913Z] Executing gdk-pixbuf-2.42.10-r5.trigger [2023-11-04T17:41:35.913Z] Executing gtk-update-icon-cache-3.24.38-r1.trigger [2023-11-04T17:41:35.913Z] OK: 576 MiB in 171 packages [2023-11-04T17:41:45.886Z] Removing intermediate container d60ef9d4d9b8 [2023-11-04T17:41:45.886Z] ---> d7e12311549b [2023-11-04T17:41:45.886Z] Step 3/11 : ENV CHROME_BIN=/usr/bin/chromium-browser [2023-11-04T17:41:45.886Z] ---> Running in 7dfe6b2c3e5b [2023-11-04T17:41:45.886Z] Removing intermediate container 7dfe6b2c3e5b [2023-11-04T17:41:45.886Z] ---> bb6540b2c5e5 [2023-11-04T17:41:45.886Z] Step 4/11 : ENV NODE_OPTIONS=--openssl-legacy-provider [2023-11-04T17:41:45.886Z] ---> Running in 3e4f06c726c6 [2023-11-04T17:41:45.886Z] Removing intermediate container 3e4f06c726c6 [2023-11-04T17:41:45.886Z] ---> eb442c296aba [2023-11-04T17:41:45.886Z] Step 5/11 : ENV PATH /app/node_modules/.bin:$PATH [2023-11-04T17:41:45.886Z] ---> Running in b42b2599d6fd [2023-11-04T17:41:45.886Z] Removing intermediate container b42b2599d6fd [2023-11-04T17:41:45.886Z] ---> bbe025953c20 [2023-11-04T17:41:45.886Z] Step 6/11 : RUN npm install -g npm [2023-11-04T17:41:45.886Z] ---> Running in 712b099af13f [2023-11-04T17:41:52.445Z] [2023-11-04T17:41:52.445Z] removed 31 packages, and changed 65 packages in 6s [2023-11-04T17:41:52.445Z] [2023-11-04T17:41:52.445Z] 26 packages are looking for funding [2023-11-04T17:41:52.445Z] run `npm fund` for details [2023-11-04T17:41:53.016Z] Removing intermediate container 712b099af13f [2023-11-04T17:41:53.016Z] ---> 87ed79d001bf [2023-11-04T17:41:53.016Z] Step 7/11 : ARG USER=1000 [2023-11-04T17:41:53.275Z] ---> Running in 8f4d61ce6305 [2023-11-04T17:41:53.275Z] Removing intermediate container 8f4d61ce6305 [2023-11-04T17:41:53.275Z] ---> d5a1441f7d3b [2023-11-04T17:41:53.275Z] Step 8/11 : RUN deluser --remove-home node && adduser -u $USER -D -s /bin/sh node [2023-11-04T17:41:53.275Z] ---> Running in 431a935c4985 [2023-11-04T17:41:53.842Z] Removing intermediate container 431a935c4985 [2023-11-04T17:41:53.842Z] ---> 17661465d472 [2023-11-04T17:41:53.842Z] Step 9/11 : USER $USER:$USER [2023-11-04T17:41:53.842Z] ---> Running in 83f960e1417c [2023-11-04T17:41:53.842Z] Removing intermediate container 83f960e1417c [2023-11-04T17:41:53.842Z] ---> 092de7623482 [2023-11-04T17:41:53.842Z] Step 10/11 : WORKDIR /app [2023-11-04T17:41:53.842Z] ---> Running in 9c9e3515f91a [2023-11-04T17:41:53.842Z] Removing intermediate container 9c9e3515f91a [2023-11-04T17:41:53.842Z] ---> fb75c69c9c73 [2023-11-04T17:41:53.842Z] Step 11/11 : LABEL git_sha=885806e583760110497a1b1bc311f0f0f0876fd8 [2023-11-04T17:41:54.101Z] ---> Running in ce36e2c84914 [2023-11-04T17:41:54.101Z] Removing intermediate container ce36e2c84914 [2023-11-04T17:41:54.101Z] ---> 4427cc1411f0 [2023-11-04T17:41:54.101Z] Successfully built 4427cc1411f0 [2023-11-04T17:41:54.101Z] Successfully tagged edgexfoundry/edgex-web-ui:885806e583760110497a1b1bc311f0f0f0876fd8 [2023-11-04T17:41:54.101Z] Successfully tagged edgexfoundry/edgex-web-ui:0.0.0-dev [2023-11-04T17:41:54.101Z] touch edgex-web-ui.imagebuilt [2023-11-04T17:41:54.101Z] mkdir -p node_modules coverage [2023-11-04T17:41:54.101Z] chown "1000:1000" node_modules coverage package-lock.json [2023-11-04T17:41:54.101Z] docker run --rm -i -v "$(pwd):/app" -u "1000:1000" edgexfoundry/edgex-web-ui:0.0.0-dev npm install [2023-11-04T17:41:55.980Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-16538 in /w/workspace/edgexfoundry_edgex-ui-go_PR-654 [Pipeline] { [2023-11-04T17:41:56.006Z] npm WARN EBADENGINE Unsupported engine { [2023-11-04T17:41:56.006Z] npm WARN EBADENGINE package: '@angular-devkit/architect@0.1202.4', [2023-11-04T17:41:56.006Z] npm WARN EBADENGINE required: { [2023-11-04T17:41:56.006Z] npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', [2023-11-04T17:41:56.006Z] npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', [2023-11-04T17:41:56.006Z] npm WARN EBADENGINE yarn: '>= 1.13.0' [2023-11-04T17:41:56.006Z] npm WARN EBADENGINE }, [2023-11-04T17:41:56.006Z] npm WARN EBADENGINE current: { node: 'v18.18.2', npm: '10.2.3' } [2023-11-04T17:41:56.006Z] npm WARN EBADENGINE } [2023-11-04T17:41:56.006Z] npm WARN EBADENGINE Unsupported engine { [2023-11-04T17:41:56.006Z] npm WARN EBADENGINE package: '@angular-devkit/build-angular@12.2.4', [2023-11-04T17:41:56.006Z] npm WARN EBADENGINE required: { [2023-11-04T17:41:56.006Z] npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', [2023-11-04T17:41:56.006Z] npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', [2023-11-04T17:41:56.006Z] npm WARN EBADENGINE yarn: '>= 1.13.0' [2023-11-04T17:41:56.006Z] npm WARN EBADENGINE }, [2023-11-04T17:41:56.006Z] npm WARN EBADENGINE current: { node: 'v18.18.2', npm: '10.2.3' } [2023-11-04T17:41:56.006Z] npm WARN EBADENGINE } [2023-11-04T17:41:56.006Z] npm WARN EBADENGINE Unsupported engine { [2023-11-04T17:41:56.006Z] npm WARN EBADENGINE package: '@angular-devkit/build-optimizer@0.1202.4', [2023-11-04T17:41:56.006Z] npm WARN EBADENGINE required: { [2023-11-04T17:41:56.006Z] npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', [2023-11-04T17:41:56.006Z] npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', [2023-11-04T17:41:56.006Z] npm WARN EBADENGINE yarn: '>= 1.13.0' [2023-11-04T17:41:56.006Z] npm WARN EBADENGINE }, [2023-11-04T17:41:56.006Z] npm WARN EBADENGINE current: { node: 'v18.18.2', npm: '10.2.3' } [2023-11-04T17:41:56.006Z] npm WARN EBADENGINE } [2023-11-04T17:41:56.006Z] npm WARN EBADENGINE Unsupported engine { [2023-11-04T17:41:56.006Z] npm WARN EBADENGINE package: '@angular-devkit/build-webpack@0.1202.4', [2023-11-04T17:41:56.006Z] npm WARN EBADENGINE required: { [2023-11-04T17:41:56.006Z] npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', [2023-11-04T17:41:56.006Z] npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', [2023-11-04T17:41:56.006Z] npm WARN EBADENGINE yarn: '>= 1.13.0' [2023-11-04T17:41:56.006Z] npm WARN EBADENGINE }, [2023-11-04T17:41:56.006Z] npm WARN EBADENGINE current: { node: 'v18.18.2', npm: '10.2.3' } [2023-11-04T17:41:56.006Z] npm WARN EBADENGINE } [2023-11-04T17:41:56.006Z] npm WARN EBADENGINE Unsupported engine { [2023-11-04T17:41:56.006Z] npm WARN EBADENGINE package: '@angular-devkit/core@12.2.4', [2023-11-04T17:41:56.006Z] npm WARN EBADENGINE required: { [2023-11-04T17:41:56.006Z] npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', [2023-11-04T17:41:56.006Z] npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', [2023-11-04T17:41:56.006Z] npm WARN EBADENGINE yarn: '>= 1.13.0' [2023-11-04T17:41:56.006Z] npm WARN EBADENGINE }, [2023-11-04T17:41:56.006Z] npm WARN EBADENGINE current: { node: 'v18.18.2', npm: '10.2.3' } [2023-11-04T17:41:56.006Z] npm WARN EBADENGINE } [2023-11-04T17:41:56.006Z] npm WARN EBADENGINE Unsupported engine { [2023-11-04T17:41:56.006Z] npm WARN EBADENGINE package: '@angular-devkit/schematics@12.2.4', [2023-11-04T17:41:56.006Z] npm WARN EBADENGINE required: { [2023-11-04T17:41:56.006Z] npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', [2023-11-04T17:41:56.006Z] npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', [2023-11-04T17:41:56.006Z] npm WARN EBADENGINE yarn: '>= 1.13.0' [2023-11-04T17:41:56.006Z] npm WARN EBADENGINE }, [2023-11-04T17:41:56.006Z] npm WARN EBADENGINE current: { node: 'v18.18.2', npm: '10.2.3' } [2023-11-04T17:41:56.006Z] npm WARN EBADENGINE } [2023-11-04T17:41:56.006Z] npm WARN EBADENGINE Unsupported engine { [2023-11-04T17:41:56.006Z] npm WARN EBADENGINE package: '@angular/cli@12.2.4', [2023-11-04T17:41:56.006Z] npm WARN EBADENGINE required: { [2023-11-04T17:41:56.006Z] npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', [2023-11-04T17:41:56.006Z] npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', [2023-11-04T17:41:56.006Z] npm WARN EBADENGINE yarn: '>= 1.13.0' [2023-11-04T17:41:56.006Z] npm WARN EBADENGINE }, [2023-11-04T17:41:56.006Z] npm WARN EBADENGINE current: { node: 'v18.18.2', npm: '10.2.3' } [2023-11-04T17:41:56.006Z] npm WARN EBADENGINE } [2023-11-04T17:41:56.006Z] npm WARN EBADENGINE Unsupported engine { [2023-11-04T17:41:56.006Z] npm WARN EBADENGINE package: '@ngtools/webpack@12.2.4', [2023-11-04T17:41:56.006Z] npm WARN EBADENGINE required: { [2023-11-04T17:41:56.006Z] npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', [2023-11-04T17:41:56.006Z] npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', [2023-11-04T17:41:56.006Z] npm WARN EBADENGINE yarn: '>= 1.13.0' [2023-11-04T17:41:56.006Z] npm WARN EBADENGINE }, [2023-11-04T17:41:56.006Z] npm WARN EBADENGINE current: { node: 'v18.18.2', npm: '10.2.3' } [2023-11-04T17:41:56.006Z] npm WARN EBADENGINE } [2023-11-04T17:41:56.006Z] npm WARN EBADENGINE Unsupported engine { [2023-11-04T17:41:56.006Z] npm WARN EBADENGINE package: '@schematics/angular@12.2.4', [2023-11-04T17:41:56.006Z] npm WARN EBADENGINE required: { [2023-11-04T17:41:56.006Z] npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', [2023-11-04T17:41:56.006Z] npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', [2023-11-04T17:41:56.006Z] npm WARN EBADENGINE yarn: '>= 1.13.0' [2023-11-04T17:41:56.006Z] npm WARN EBADENGINE }, [2023-11-04T17:41:56.006Z] npm WARN EBADENGINE current: { node: 'v18.18.2', npm: '10.2.3' } [2023-11-04T17:41:56.006Z] npm WARN EBADENGINE } [Pipeline] ws [2023-11-04T17:41:56.054Z] Running in /w/workspace/edgex-ui-go/1 [Pipeline] { [Pipeline] checkout [2023-11-04T17:41:56.132Z] The recommended git tool is: git [2023-11-04T17:42:00.937Z] using credential edgex-jenkins-ssh [2023-11-04T17:42:00.952Z] Cloning the remote Git repository [2023-11-04T17:42:00.993Z] Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git [2023-11-04T17:42:04.247Z] > git init /w/workspace/edgex-ui-go/1 # timeout=10 [2023-11-04T17:42:04.407Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2023-11-04T17:42:04.408Z] > git --version # timeout=10 [2023-11-04T17:42:04.426Z] > git --version # 'git version 2.25.1' [2023-11-04T17:42:04.429Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-11-04T17:42:04.562Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-11-04T17:42:07.822Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2023-11-04T17:42:07.839Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-11-04T17:42:09.318Z] Merging remotes/origin/main commit 422becc45202548155d324fc99806fcdfea34ca0 into PR head commit 885806e583760110497a1b1bc311f0f0f0876fd8 [2023-11-04T17:42:08.573Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2023-11-04T17:42:08.609Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2023-11-04T17:42:08.610Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-11-04T17:42:08.626Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/654/head:refs/remotes/origin/PR-654 +refs/heads/main:refs/remotes/origin/main # timeout=10 [2023-11-04T17:42:09.335Z] > git config core.sparsecheckout # timeout=10 [2023-11-04T17:42:09.413Z] > git checkout -f 885806e583760110497a1b1bc311f0f0f0876fd8 # timeout=10 [2023-11-04T17:42:09.888Z] Merge succeeded, producing 885806e583760110497a1b1bc311f0f0f0876fd8 [2023-11-04T17:42:09.888Z] Checking out Revision 885806e583760110497a1b1bc311f0f0f0876fd8 (PR-654) [2023-11-04T17:42:10.880Z] npm WARN deprecated @npmcli/move-file@1.1.2: This functionality has been moved to @npmcli/fs [2023-11-04T17:42:10.880Z] npm WARN deprecated urix@0.1.0: Please see https://github.com/lydell/urix#deprecated [2023-11-04T17:42:10.880Z] npm WARN deprecated har-validator@5.1.5: this library is no longer supported [2023-11-04T17:42:10.880Z] npm WARN deprecated source-map-url@0.4.1: See https://github.com/lydell/source-map-url#deprecated [2023-11-04T17:42:10.880Z] 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-04T17:42:10.880Z] npm WARN deprecated flatten@1.0.3: flatten is deprecated in favor of utility frameworks such as lodash. [2023-11-04T17:42:10.880Z] npm WARN deprecated resolve-url@0.2.1: https://github.com/lydell/resolve-url#deprecated [2023-11-04T17:42:10.880Z] npm WARN deprecated source-map-resolve@0.6.0: See https://github.com/lydell/source-map-resolve#deprecated [2023-11-04T17:42:10.880Z] npm WARN deprecated source-map-resolve@0.5.3: See https://github.com/lydell/source-map-resolve#deprecated [2023-11-04T17:42:10.880Z] npm WARN deprecated sourcemap-codec@1.4.8: Please use @jridgewell/sourcemap-codec instead [2023-11-04T17:42:10.880Z] npm WARN deprecated querystring@0.2.0: The querystring API is considered Legacy. new code should use the URLSearchParams API instead. [2023-11-04T17:42:10.880Z] npm WARN deprecated source-map-resolve@0.5.3: See https://github.com/lydell/source-map-resolve#deprecated [2023-11-04T17:42:10.880Z] 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-04T17:42:10.880Z] 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-04T17:42:10.880Z] 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-04T17:42:10.880Z] 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-04T17:42:11.139Z] npm WARN deprecated request@2.88.2: request has been deprecated, see https://github.com/request/request/issues/3142 [2023-11-04T17:42:09.805Z] > git remote # timeout=10 [2023-11-04T17:42:09.820Z] > git config --get remote.origin.url # timeout=10 [2023-11-04T17:42:09.835Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-11-04T17:42:09.847Z] > git merge 422becc45202548155d324fc99806fcdfea34ca0 # timeout=10 [2023-11-04T17:42:09.871Z] > git rev-parse HEAD^{commit} # timeout=10 [2023-11-04T17:42:09.895Z] > git config core.sparsecheckout # timeout=10 [2023-11-04T17:42:09.906Z] > git checkout -f 885806e583760110497a1b1bc311f0f0f0876fd8 # timeout=10 [2023-11-04T17:42:13.803Z] Commit message: "fix: Device Profile route error in Secure Mode, issue: #624" [2023-11-04T17:42:13.849Z] > git --version # timeout=10 [2023-11-04T17:42:13.860Z] > git --version # 'git version 2.25.1' [2023-11-04T17:42:13.874Z] fatal: bad object 05349e3f996d6f6d0c0ad3c2ccda408eae121119 [Pipeline] withEnv [Pipeline] { [2023-11-04T17:42:14.426Z] 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-04T17:42:14.426Z] 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 [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-11-04T17:42:15.119Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2023-11-04T17:42:15.801Z] 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-04T17:42:18.462Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-11-04T17:42:18.463Z] Dload Upload Total Spent Left Speed [2023-11-04T17:42:18.463Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 83 12682 83 10471 0 0 70275 0 --:--:-- --:--:-- --:--:-- 70275 100 12682 100 12682 0 0 84546 0 --:--:-- --:--:-- --:--:-- 83986 [Pipeline] sh [2023-11-04T17:42:19.126Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2023-11-04T17:42:19.471Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2023-11-04T17:42:19.471Z] + sudo tee /etc/docker/daemon.new [2023-11-04T17:42:19.471Z] { [2023-11-04T17:42:19.471Z] "registry-mirrors": [ [2023-11-04T17:42:19.471Z] "https://nexus3.edgexfoundry.org:10001" [2023-11-04T17:42:19.471Z] ], [2023-11-04T17:42:19.471Z] "bip": "10.250.0.254/24", [2023-11-04T17:42:19.471Z] "hosts": [ [2023-11-04T17:42:19.471Z] "tcp://0.0.0.0:5555", [2023-11-04T17:42:19.471Z] "unix:///var/run/docker.sock" [2023-11-04T17:42:19.471Z] ], [2023-11-04T17:42:19.471Z] "mtu": 1458, [2023-11-04T17:42:19.471Z] "selinux-enabled": true, [2023-11-04T17:42:19.471Z] "seccomp-profile": "/etc/docker/seccomp.json" [2023-11-04T17:42:19.471Z] } [Pipeline] sh [2023-11-04T17:42:19.811Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2023-11-04T17:42:20.012Z] 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-04T17:42:20.154Z] + sudo service docker restart [2023-11-04T17:42:26.583Z] [2023-11-04T17:42:26.583Z] added 1478 packages, and audited 1479 packages in 32s [2023-11-04T17:42:26.583Z] [2023-11-04T17:42:26.583Z] 77 vulnerabilities (1 low, 53 moderate, 16 high, 7 critical) [2023-11-04T17:42:26.583Z] [2023-11-04T17:42:26.583Z] To address issues that do not require attention, run: [2023-11-04T17:42:26.583Z] npm audit fix [2023-11-04T17:42:26.583Z] [2023-11-04T17:42:26.583Z] To address all issues (including breaking changes), run: [2023-11-04T17:42:26.583Z] npm audit fix --force [2023-11-04T17:42:26.583Z] [2023-11-04T17:42:26.583Z] Run `npm audit` for details. [2023-11-04T17:42:36.558Z] 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-04T17:42:37.493Z] - Generating browser application bundles (phase: setup)... [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-11-04T17:42:38.456Z] provisioning config files... [2023-11-04T17:42:38.486Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/1@tmp/config15687871502476646393tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-11-04T17:42:38.867Z] ---> docker-login.sh [2023-11-04T17:42:38.867Z] nexus3.edgexfoundry.org:10001 [2023-11-04T17:42:39.144Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-11-04T17:42:39.414Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-11-04T17:42:39.414Z] Configure a credential helper to remove this warning. See [2023-11-04T17:42:39.414Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-11-04T17:42:39.414Z] [2023-11-04T17:42:39.414Z] Login Succeeded [2023-11-04T17:42:39.414Z] nexus3.edgexfoundry.org:10002 [2023-11-04T17:42:39.686Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-11-04T17:42:39.686Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-11-04T17:42:39.686Z] Configure a credential helper to remove this warning. See [2023-11-04T17:42:39.686Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-11-04T17:42:39.686Z] [2023-11-04T17:42:39.686Z] Login Succeeded [2023-11-04T17:42:39.686Z] nexus3.edgexfoundry.org:10003 [2023-11-04T17:42:39.956Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-11-04T17:42:40.230Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-11-04T17:42:40.230Z] Configure a credential helper to remove this warning. See [2023-11-04T17:42:40.230Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-11-04T17:42:40.230Z] [2023-11-04T17:42:40.230Z] Login Succeeded [2023-11-04T17:42:40.230Z] nexus3.edgexfoundry.org:10004 [2023-11-04T17:42:40.500Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-11-04T17:42:40.500Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-11-04T17:42:40.500Z] Configure a credential helper to remove this warning. See [2023-11-04T17:42:40.500Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-11-04T17:42:40.500Z] [2023-11-04T17:42:40.500Z] Login Succeeded [2023-11-04T17:42:40.500Z] docker.io [2023-11-04T17:42:40.768Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-11-04T17:42:41.034Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-11-04T17:42:41.034Z] Configure a credential helper to remove this warning. See [2023-11-04T17:42:41.034Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-11-04T17:42:41.034Z] [2023-11-04T17:42:41.034Z] Login Succeeded [2023-11-04T17:42:41.034Z] ---> docker-login.sh ends [Pipeline] } [2023-11-04T17:42:41.064Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2023-11-04T17:42:41.618Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2023-11-04T17:42:41.653Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2023-11-04T17:42:41.686Z] Compiling @angular/core : es2015 as esm2015 [2023-11-04T17:42:41.686Z] Compiling @angular/compiler/testing : es2015 as esm2015 [2023-11-04T17:42:41.688Z] ========================================================= [2023-11-04T17:42:41.688Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine] [2023-11-04T17:42:41.688Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-11-04T17:42:42.213Z] + 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-04T17:42:44.212Z] Compiling @angular/core/testing : es2015 as esm2015 [2023-11-04T17:42:44.212Z] Compiling @angular/common : es2015 as esm2015 [2023-11-04T17:42:44.777Z] Compiling @angular/platform-browser : es2015 as esm2015 [2023-11-04T17:42:44.777Z] Compiling @angular/common/testing : es2015 as esm2015 [2023-11-04T17:42:45.035Z] Compiling @angular/common/http : es2015 as esm2015 [2023-11-04T17:42:45.035Z] Compiling @angular/platform-browser-dynamic : es2015 as esm2015 [2023-11-04T17:42:45.601Z] Compiling @angular/platform-browser/testing : es2015 as esm2015 [2023-11-04T17:42:45.601Z] Compiling @angular/router : es2015 as esm2015 [2023-11-04T17:42:45.601Z] Compiling @angular/forms : es2015 as esm2015 [2023-11-04T17:42:45.858Z] Compiling @angular/platform-browser-dynamic/testing : es2015 as esm2015 [2023-11-04T17:42:45.858Z] Compiling @angular/common/http/testing : es2015 as esm2015 [2023-11-04T17:42:46.479Z] Sending build context to Docker daemon 31.63MB [2023-11-04T17:42:46.480Z] Step 1/15 : ARG BASE=golang:1.21-alpine3.18 [2023-11-04T17:42:46.480Z] Step 2/15 : FROM ${BASE} AS builder [2023-11-04T17:42:46.480Z] 1.21-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2023-11-04T17:42:46.480Z] 9fda8d8052c6: Pulling fs layer [2023-11-04T17:42:46.480Z] 5d54e960e981: Pulling fs layer [2023-11-04T17:42:46.480Z] c4a7e357bf2a: Pulling fs layer [2023-11-04T17:42:46.480Z] f0e02332f6b5: Pulling fs layer [2023-11-04T17:42:46.480Z] cefa15bbcfad: Pulling fs layer [2023-11-04T17:42:46.480Z] 17808c966233: Pulling fs layer [2023-11-04T17:42:46.480Z] f4c1fc716caa: Pulling fs layer [2023-11-04T17:42:46.480Z] 17808c966233: Waiting [2023-11-04T17:42:46.480Z] f4c1fc716caa: Waiting [2023-11-04T17:42:46.480Z] f0e02332f6b5: Waiting [2023-11-04T17:42:46.480Z] cefa15bbcfad: Waiting [2023-11-04T17:42:46.480Z] 5d54e960e981: Verifying Checksum [2023-11-04T17:42:46.480Z] 5d54e960e981: Download complete [2023-11-04T17:42:46.480Z] f0e02332f6b5: Verifying Checksum [2023-11-04T17:42:46.480Z] f0e02332f6b5: Download complete [2023-11-04T17:42:46.755Z] cefa15bbcfad: Verifying Checksum [2023-11-04T17:42:46.755Z] cefa15bbcfad: Download complete [2023-11-04T17:42:46.755Z] 9fda8d8052c6: Verifying Checksum [2023-11-04T17:42:46.755Z] 9fda8d8052c6: Download complete [2023-11-04T17:42:47.025Z] f4c1fc716caa: Verifying Checksum [2023-11-04T17:42:47.025Z] f4c1fc716caa: Download complete [2023-11-04T17:42:47.623Z] 9fda8d8052c6: Pull complete [2023-11-04T17:42:47.757Z] Compiling @angular/router/testing : es2015 as esm2015 [2023-11-04T17:42:48.210Z] 5d54e960e981: Pull complete [2023-11-04T17:42:48.556Z] c4a7e357bf2a: Verifying Checksum [2023-11-04T17:42:48.556Z] c4a7e357bf2a: Download complete [2023-11-04T17:42:49.518Z] 17808c966233: Verifying Checksum [2023-11-04T17:42:49.518Z] 17808c966233: Download complete [2023-11-04T17:42:51.940Z] 04 11 2023 17:42:51.533:INFO [karma-server]: Karma v6.3.16 server started at http://localhost:9876/ [2023-11-04T17:42:51.940Z] 04 11 2023 17:42:51.535:INFO [launcher]: Launching browsers ChromeHeadlessNoSandbox with concurrency unlimited [2023-11-04T17:42:51.940Z] 04 11 2023 17:42:51.538:INFO [launcher]: Starting browser ChromeHeadless [2023-11-04T17:43:01.853Z] c4a7e357bf2a: Pull complete [2023-11-04T17:43:01.853Z] f0e02332f6b5: Pull complete [2023-11-04T17:43:01.853Z] cefa15bbcfad: Pull complete [2023-11-04T17:43:01.917Z] ✔ Browser application bundle generation complete. [2023-11-04T17:43:02.175Z] 04 11 2023 17:43:02.000:INFO [Chrome Headless 117.0.5938.62 (Linux x86_64)]: Connected on socket _LvXzdAoq33NLTANAAAB with id 80680631 [2023-11-04T17:43:04.707Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 0 of 147 SUCCESS (0 secs / 0 secs) [2023-11-04T17:43:04.707Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 1 of 147 SUCCESS (0 secs / 0.083 secs) [2023-11-04T17:43:04.707Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 2 of 147 SUCCESS (0 secs / 0.09 secs) [2023-11-04T17:43:04.707Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 3 of 147 SUCCESS (0 secs / 0.092 secs) [2023-11-04T17:43:04.707Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 4 of 147 SUCCESS (0 secs / 0.094 secs) [2023-11-04T17:43:04.707Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 5 of 147 SUCCESS (0 secs / 0.095 secs) [2023-11-04T17:43:04.707Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 6 of 147 SUCCESS (0 secs / 0.102 secs) [2023-11-04T17:43:04.707Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 7 of 147 SUCCESS (0 secs / 0.104 secs) [2023-11-04T17:43:04.707Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 8 of 147 SUCCESS (0 secs / 0.106 secs) [2023-11-04T17:43:04.707Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 9 of 147 SUCCESS (0 secs / 0.108 secs) [2023-11-04T17:43:04.707Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 10 of 147 SUCCESS (0 secs / 0.109 secs) [2023-11-04T17:43:04.707Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 11 of 147 SUCCESS (0 secs / 0.111 secs) [2023-11-04T17:43:04.707Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 12 of 147 SUCCESS (0 secs / 0.113 secs) [2023-11-04T17:43:04.707Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 13 of 147 SUCCESS (0 secs / 0.114 secs) [2023-11-04T17:43:04.707Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 14 of 147 SUCCESS (0 secs / 0.116 secs) [2023-11-04T17:43:04.707Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 15 of 147 SUCCESS (0 secs / 0.117 secs) [2023-11-04T17:43:04.707Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 16 of 147 SUCCESS (0 secs / 0.133 secs) [2023-11-04T17:43:04.707Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 17 of 147 SUCCESS (0 secs / 0.135 secs) [2023-11-04T17:43:04.707Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 18 of 147 SUCCESS (0 secs / 0.136 secs) [2023-11-04T17:43:04.707Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 19 of 147 SUCCESS (0 secs / 0.139 secs) [2023-11-04T17:43:04.707Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 20 of 147 SUCCESS (0 secs / 0.14 secs) [2023-11-04T17:43:04.707Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 21 of 147 SUCCESS (0 secs / 0.144 secs) [2023-11-04T17:43:04.707Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 22 of 147 SUCCESS (0 secs / 0.151 secs) [2023-11-04T17:43:04.707Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 23 of 147 SUCCESS (0 secs / 0.164 secs) [2023-11-04T17:43:04.707Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 24 of 147 SUCCESS (0 secs / 0.189 secs) [2023-11-04T17:43:04.707Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 25 of 147 SUCCESS (0 secs / 0.205 secs) [2023-11-04T17:43:04.707Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 26 of 147 SUCCESS (0 secs / 0.209 secs) [2023-11-04T17:43:04.707Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 27 of 147 SUCCESS (0 secs / 0.213 secs) [2023-11-04T17:43:04.707Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 28 of 147 SUCCESS (0 secs / 0.216 secs) [2023-11-04T17:43:04.707Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 29 of 147 SUCCESS (0 secs / 0.22 secs) [2023-11-04T17:43:04.707Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 30 of 147 SUCCESS (0 secs / 0.226 secs) [2023-11-04T17:43:04.707Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 31 of 147 SUCCESS (0 secs / 0.227 secs) [2023-11-04T17:43:04.707Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 32 of 147 SUCCESS (0 secs / 0.232 secs) [2023-11-04T17:43:04.707Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 33 of 147 SUCCESS (0 secs / 0.233 secs) [2023-11-04T17:43:04.707Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 34 of 147 SUCCESS (0 secs / 0.234 secs) [2023-11-04T17:43:04.707Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 35 of 147 SUCCESS (0 secs / 0.26 secs) [2023-11-04T17:43:04.707Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 36 of 147 SUCCESS (0 secs / 0.286 secs) [2023-11-04T17:43:04.965Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 37 of 147 SUCCESS (0 secs / 0.312 secs) [2023-11-04T17:43:04.965Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 38 of 147 SUCCESS (0 secs / 0.334 secs) [2023-11-04T17:43:04.965Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 39 of 147 SUCCESS (0 secs / 0.343 secs) [2023-11-04T17:43:04.965Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 40 of 147 SUCCESS (0 secs / 0.349 secs) [2023-11-04T17:43:04.965Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 41 of 147 SUCCESS (0 secs / 0.359 secs) [2023-11-04T17:43:04.965Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 42 of 147 SUCCESS (0 secs / 0.363 secs) [2023-11-04T17:43:04.965Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 43 of 147 SUCCESS (0 secs / 0.368 secs) [2023-11-04T17:43:04.965Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 44 of 147 SUCCESS (0 secs / 0.394 secs) [2023-11-04T17:43:04.965Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 45 of 147 SUCCESS (0 secs / 0.415 secs) [2023-11-04T17:43:04.965Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 46 of 147 SUCCESS (0 secs / 0.422 secs) [2023-11-04T17:43:04.965Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 47 of 147 SUCCESS (0 secs / 0.429 secs) [2023-11-04T17:43:04.965Z] ERROR: 'NG0304: 'router-outlet' is not a known element: [2023-11-04T17:43:04.965Z] 1. If 'router-outlet' is an Angular component, then verify that it is part of this module. [2023-11-04T17:43:04.965Z] 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-04T17:43:04.965Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 47 of 147 SUCCESS (0 secs / 0.429 secs) [2023-11-04T17:43:04.965Z] ERROR: 'NG0304: 'router-outlet' is not a known element: [2023-11-04T17:43:04.965Z] 1. If 'router-outlet' is an Angular component, then verify that it is part of this module. [2023-11-04T17:43:04.965Z] 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-04T17:43:04.965Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 48 of 147 SUCCESS (0 secs / 0.433 secs) [2023-11-04T17:43:04.965Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 49 of 147 SUCCESS (0 secs / 0.458 secs) [2023-11-04T17:43:04.965Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 50 of 147 SUCCESS (0 secs / 0.468 secs) [2023-11-04T17:43:04.965Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 51 of 147 SUCCESS (0 secs / 0.489 secs) [2023-11-04T17:43:04.965Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 52 of 147 SUCCESS (0 secs / 0.495 secs) [2023-11-04T17:43:05.224Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 53 of 147 SUCCESS (0 secs / 0.499 secs) [2023-11-04T17:43:05.224Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 54 of 147 SUCCESS (0 secs / 0.507 secs) [2023-11-04T17:43:05.224Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 55 of 147 SUCCESS (0 secs / 0.51 secs) [2023-11-04T17:43:05.224Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 56 of 147 SUCCESS (0 secs / 0.515 secs) [2023-11-04T17:43:05.224Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 57 of 147 SUCCESS (0 secs / 0.52 secs) [2023-11-04T17:43:05.224Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 58 of 147 SUCCESS (0 secs / 0.531 secs) [2023-11-04T17:43:05.224Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 59 of 147 SUCCESS (0 secs / 0.539 secs) [2023-11-04T17:43:05.224Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 60 of 147 SUCCESS (0 secs / 0.555 secs) [2023-11-04T17:43:05.224Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 61 of 147 SUCCESS (0 secs / 0.57 secs) [2023-11-04T17:43:05.224Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 62 of 147 SUCCESS (0 secs / 0.577 secs) [2023-11-04T17:43:05.224Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 63 of 147 SUCCESS (0 secs / 0.581 secs) [2023-11-04T17:43:05.224Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 64 of 147 SUCCESS (0 secs / 0.6 secs) [2023-11-04T17:43:05.224Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 65 of 147 SUCCESS (0 secs / 0.618 secs) [2023-11-04T17:43:05.224Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 66 of 147 SUCCESS (0 secs / 0.622 secs) [2023-11-04T17:43:05.224Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 67 of 147 SUCCESS (0 secs / 0.624 secs) [2023-11-04T17:43:05.224Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 68 of 147 SUCCESS (0 secs / 0.629 secs) [2023-11-04T17:43:05.224Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 69 of 147 SUCCESS (0 secs / 0.648 secs) [2023-11-04T17:43:05.224Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 70 of 147 SUCCESS (0 secs / 0.653 secs) [2023-11-04T17:43:05.224Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 71 of 147 SUCCESS (0 secs / 0.663 secs) [2023-11-04T17:43:05.224Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 72 of 147 SUCCESS (0 secs / 0.684 secs) [2023-11-04T17:43:05.483Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 73 of 147 SUCCESS (0 secs / 0.702 secs) [2023-11-04T17:43:05.483Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 74 of 147 SUCCESS (0 secs / 0.712 secs) [2023-11-04T17:43:05.483Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 75 of 147 SUCCESS (0 secs / 0.724 secs) [2023-11-04T17:43:05.483Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 76 of 147 SUCCESS (0 secs / 0.744 secs) [2023-11-04T17:43:05.483Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 77 of 147 SUCCESS (0 secs / 0.75 secs) [2023-11-04T17:43:05.483Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 78 of 147 SUCCESS (0 secs / 0.757 secs) [2023-11-04T17:43:05.483Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 79 of 147 SUCCESS (0 secs / 0.761 secs) [2023-11-04T17:43:05.483Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 80 of 147 SUCCESS (0 secs / 0.769 secs) [2023-11-04T17:43:05.483Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 81 of 147 SUCCESS (0 secs / 0.776 secs) [2023-11-04T17:43:05.483Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 82 of 147 SUCCESS (0 secs / 0.778 secs) [2023-11-04T17:43:05.483Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 83 of 147 SUCCESS (0 secs / 0.791 secs) [2023-11-04T17:43:05.483Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 84 of 147 SUCCESS (0 secs / 0.796 secs) [2023-11-04T17:43:05.483Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 85 of 147 SUCCESS (0 secs / 0.81 secs) [2023-11-04T17:43:05.483Z] WARN: ' [2023-11-04T17:43:05.483Z] It looks like you're using ngModel on the same form field as formControlName. [2023-11-04T17:43:05.483Z] Support for using the ngModel input property and ngModelChange event with [2023-11-04T17:43:05.483Z] reactive form directives has been deprecated in Angular v6 and will be removed [2023-11-04T17:43:05.483Z] in a future version of Angular. [2023-11-04T17:43:05.483Z] [2023-11-04T17:43:05.483Z] For more information on this, see our API docs here: [2023-11-04T17:43:05.483Z] https://angular.io/api/forms/FormControlName#use-with-ngmodel [2023-11-04T17:43:05.483Z] ' [2023-11-04T17:43:05.483Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 85 of 147 SUCCESS (0 secs / 0.81 secs) [2023-11-04T17:43:05.483Z] WARN: ' [2023-11-04T17:43:05.483Z] It looks like you're using ngModel on the same form field as formControlName. [2023-11-04T17:43:05.483Z] Support for using the ngModel input property and ngModelChange event with [2023-11-04T17:43:05.483Z] reactive form directives has been deprecated in Angular v6 and will be removed [2023-11-04T17:43:05.483Z] in a future version of Angular. [2023-11-04T17:43:05.483Z] [2023-11-04T17:43:05.483Z] For more information on this, see our API docs here: [2023-11-04T17:43:05.483Z] https://angular.io/api/forms/FormControlName#use-with-ngmodel [2023-11-04T17:43:05.483Z] ' [2023-11-04T17:43:05.483Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 86 of 147 SUCCESS (0 secs / 0.825 secs) [2023-11-04T17:43:05.483Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 87 of 147 SUCCESS (0 secs / 0.837 secs) [2023-11-04T17:43:05.483Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 88 of 147 SUCCESS (0 secs / 0.868 secs) [2023-11-04T17:43:05.483Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 89 of 147 SUCCESS (0 secs / 0.874 secs) [2023-11-04T17:43:05.483Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 90 of 147 SUCCESS (0 secs / 0.877 secs) [2023-11-04T17:43:05.483Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 91 of 147 SUCCESS (0 secs / 0.892 secs) [2023-11-04T17:43:05.741Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 92 of 147 SUCCESS (0 secs / 0.897 secs) [2023-11-04T17:43:05.741Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 93 of 147 SUCCESS (0 secs / 0.901 secs) [2023-11-04T17:43:05.741Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 94 of 147 SUCCESS (0 secs / 0.912 secs) [2023-11-04T17:43:05.741Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 95 of 147 SUCCESS (0 secs / 0.917 secs) [2023-11-04T17:43:05.741Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 96 of 147 SUCCESS (0 secs / 0.922 secs) [2023-11-04T17:43:05.741Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 97 of 147 SUCCESS (0 secs / 0.93 secs) [2023-11-04T17:43:05.741Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 98 of 147 SUCCESS (0 secs / 0.935 secs) [2023-11-04T17:43:05.741Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 99 of 147 SUCCESS (0 secs / 0.941 secs) [2023-11-04T17:43:05.741Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 100 of 147 SUCCESS (0 secs / 0.949 secs) [2023-11-04T17:43:05.741Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 101 of 147 SUCCESS (0 secs / 0.965 secs) [2023-11-04T17:43:05.741Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 102 of 147 SUCCESS (0 secs / 0.971 secs) [2023-11-04T17:43:05.741Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 103 of 147 SUCCESS (0 secs / 0.974 secs) [2023-11-04T17:43:05.741Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 104 of 147 SUCCESS (0 secs / 0.976 secs) [2023-11-04T17:43:05.741Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 105 of 147 SUCCESS (0 secs / 0.977 secs) [2023-11-04T17:43:05.741Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 106 of 147 SUCCESS (0 secs / 0.996 secs) [2023-11-04T17:43:05.741Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 107 of 147 SUCCESS (0 secs / 1.011 secs) [2023-11-04T17:43:05.741Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 108 of 147 SUCCESS (0 secs / 1.02 secs) [2023-11-04T17:43:05.741Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 109 of 147 SUCCESS (0 secs / 1.026 secs) [2023-11-04T17:43:05.741Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 110 of 147 SUCCESS (0 secs / 1.037 secs) [2023-11-04T17:43:05.741Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 111 of 147 SUCCESS (0 secs / 1.073 secs) [2023-11-04T17:43:05.741Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 112 of 147 SUCCESS (0 secs / 1.077 secs) [2023-11-04T17:43:05.999Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 113 of 147 SUCCESS (0 secs / 1.121 secs) [2023-11-04T17:43:05.999Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 114 of 147 SUCCESS (0 secs / 1.128 secs) [2023-11-04T17:43:05.999Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 115 of 147 SUCCESS (0 secs / 1.13 secs) [2023-11-04T17:43:05.999Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 116 of 147 SUCCESS (0 secs / 1.131 secs) [2023-11-04T17:43:05.999Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 117 of 147 SUCCESS (0 secs / 1.134 secs) [2023-11-04T17:43:05.999Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 118 of 147 SUCCESS (0 secs / 1.139 secs) [2023-11-04T17:43:05.999Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 119 of 147 SUCCESS (0 secs / 1.141 secs) [2023-11-04T17:43:05.999Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 120 of 147 SUCCESS (0 secs / 1.143 secs) [2023-11-04T17:43:05.999Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 121 of 147 SUCCESS (0 secs / 1.149 secs) [2023-11-04T17:43:05.999Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 122 of 147 SUCCESS (0 secs / 1.151 secs) [2023-11-04T17:43:05.999Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 123 of 147 SUCCESS (0 secs / 1.153 secs) [2023-11-04T17:43:05.999Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 124 of 147 SUCCESS (0 secs / 1.158 secs) [2023-11-04T17:43:05.999Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 125 of 147 SUCCESS (0 secs / 1.161 secs) [2023-11-04T17:43:05.999Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 126 of 147 SUCCESS (0 secs / 1.171 secs) [2023-11-04T17:43:05.999Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 127 of 147 SUCCESS (0 secs / 1.174 secs) [2023-11-04T17:43:05.999Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 128 of 147 SUCCESS (0 secs / 1.181 secs) [2023-11-04T17:43:05.999Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 129 of 147 SUCCESS (0 secs / 1.183 secs) [2023-11-04T17:43:05.999Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 130 of 147 SUCCESS (0 secs / 1.194 secs) [2023-11-04T17:43:05.999Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 131 of 147 SUCCESS (0 secs / 1.213 secs) [2023-11-04T17:43:05.999Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 132 of 147 SUCCESS (0 secs / 1.219 secs) [2023-11-04T17:43:05.999Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 133 of 147 SUCCESS (0 secs / 1.241 secs) [2023-11-04T17:43:05.999Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 134 of 147 SUCCESS (0 secs / 1.253 secs) [2023-11-04T17:43:05.999Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 135 of 147 SUCCESS (0 secs / 1.255 secs) [2023-11-04T17:43:05.999Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 136 of 147 SUCCESS (0 secs / 1.267 secs) [2023-11-04T17:43:05.999Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 137 of 147 SUCCESS (0 secs / 1.269 secs) [2023-11-04T17:43:05.999Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 138 of 147 SUCCESS (0 secs / 1.273 secs) [2023-11-04T17:43:05.999Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 139 of 147 SUCCESS (0 secs / 1.278 secs) [2023-11-04T17:43:05.999Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 140 of 147 SUCCESS (0 secs / 1.282 secs) [2023-11-04T17:43:05.999Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 141 of 147 SUCCESS (0 secs / 1.288 secs) [2023-11-04T17:43:06.257Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 142 of 147 SUCCESS (0 secs / 1.31 secs) [2023-11-04T17:43:06.257Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 143 of 147 SUCCESS (0 secs / 1.326 secs) [2023-11-04T17:43:06.257Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 144 of 147 SUCCESS (0 secs / 1.328 secs) [2023-11-04T17:43:06.257Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 145 of 147 SUCCESS (0 secs / 1.335 secs) [2023-11-04T17:43:06.257Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 146 of 147 SUCCESS (0 secs / 1.348 secs) [2023-11-04T17:43:06.257Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 147 of 147 SUCCESS (0 secs / 1.35 secs) [2023-11-04T17:43:06.257Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 147 of 147 SUCCESS (1.855 secs / 1.35 secs) [2023-11-04T17:43:06.257Z] TOTAL: 147 SUCCESS [2023-11-04T17:43:06.257Z] ✔ Browser application bundle generation complete. [2023-11-04T17:43:06.825Z] [2023-11-04T17:43:06.825Z] =============================== Coverage summary =============================== [2023-11-04T17:43:06.825Z] Statements : 41.03% ( 1473/3590 ) [2023-11-04T17:43:06.825Z] Branches : 11.75% ( 114/970 ) [2023-11-04T17:43:06.825Z] Functions : 32.21% ( 422/1310 ) [2023-11-04T17:43:06.825Z] Lines : 39.02% ( 1328/3403 ) [2023-11-04T17:43:06.825Z] ================================================================================ [2023-11-04T17:43:06.825Z] ✔ Browser application bundle generation complete. [2023-11-04T17:43:07.393Z] make[1]: Leaving directory '/w/workspace/edgexfoundry_edgex-ui-go_PR-654/web' [Pipeline] echo [2023-11-04T17:43:07.431Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] } [2023-11-04T17:43:07.462Z] $ docker stop --time=1 bf8c4a915b50ad3c0dee6b7f2f0ba3827691ca05f9908f896069c84a7182dccd [2023-11-04T17:43:08.834Z] $ docker rm -f --volumes bf8c4a915b50ad3c0dee6b7f2f0ba3827691ca05f9908f896069c84a7182dccd [Pipeline] // withDockerContainer [Pipeline] sh [2023-11-04T17:43:09.294Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2023-11-04T17:43:10.277Z] 17808c966233: Pull complete [2023-11-04T17:43:10.413Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2023-11-04T17:43:11.159Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2023-11-04T17:43:12.110Z] + ls -al . [2023-11-04T17:43:12.110Z] total 180 [2023-11-04T17:43:12.111Z] drwxrwxr-x 13 jenkins jenkins 4096 Nov 4 17:41 . [2023-11-04T17:43:12.111Z] drwxrwxr-x 4 jenkins jenkins 4096 Nov 4 17:39 .. [2023-11-04T17:43:12.111Z] drwxrwxr-x 2 jenkins jenkins 4096 Nov 4 17:39 .blubracket [2023-11-04T17:43:12.111Z] -rw-rw-r-- 1 jenkins jenkins 18 Nov 4 17:39 .dockerignore [2023-11-04T17:43:12.111Z] drwxrwxr-x 8 jenkins jenkins 4096 Nov 4 17:39 .git [2023-11-04T17:43:12.111Z] drwxrwxr-x 3 jenkins jenkins 4096 Nov 4 17:39 .github [2023-11-04T17:43:12.111Z] -rw-rw-r-- 1 jenkins jenkins 161 Nov 4 17:39 .gitignore [2023-11-04T17:43:12.111Z] drwxr-xr-x 3 jenkins jenkins 4096 Nov 4 17:39 .semver [2023-11-04T17:43:12.111Z] -rw-rw-r-- 1 jenkins jenkins 8418 Nov 4 17:39 Attribution.txt [2023-11-04T17:43:12.111Z] -rw-rw-r-- 1 jenkins jenkins 19103 Nov 4 17:39 CHANGELOG.md [2023-11-04T17:43:12.111Z] -rw-rw-r-- 1 jenkins jenkins 3959 Nov 4 17:39 CONTRIBUTING.md [2023-11-04T17:43:12.111Z] -rw-rw-r-- 1 jenkins jenkins 1788 Nov 4 17:39 Dockerfile [2023-11-04T17:43:12.111Z] -rw-rw-r-- 1 jenkins jenkins 652 Nov 4 17:39 Jenkinsfile [2023-11-04T17:43:12.111Z] -rw-rw-r-- 1 jenkins jenkins 11357 Nov 4 17:39 LICENSE [2023-11-04T17:43:12.111Z] -rw-rw-r-- 1 jenkins jenkins 2134 Nov 4 17:39 Makefile [2023-11-04T17:43:12.111Z] -rw-rw-r-- 1 jenkins jenkins 4381 Nov 4 17:39 README.md [2023-11-04T17:43:12.111Z] -rw-rw-r-- 1 jenkins jenkins 5 Nov 4 17:39 VERSION [2023-11-04T17:43:12.111Z] drwxrwxr-x 3 jenkins jenkins 4096 Nov 4 17:39 assets [2023-11-04T17:43:12.111Z] drwxrwxr-x 2 jenkins jenkins 4096 Nov 4 17:39 bin [2023-11-04T17:43:12.111Z] drwxrwxr-x 3 jenkins jenkins 4096 Nov 4 17:39 cmd [2023-11-04T17:43:12.111Z] -rw-r--r-- 1 jenkins jenkins 10 Nov 4 17:41 coverage.out [2023-11-04T17:43:12.111Z] drwxrwxr-x 2 jenkins jenkins 4096 Nov 4 17:39 docs [2023-11-04T17:43:12.111Z] -rw-rw-r-- 1 jenkins jenkins 3512 Nov 4 17:39 go.mod [2023-11-04T17:43:12.111Z] -rw-rw-r-- 1 jenkins jenkins 34269 Nov 4 17:39 go.sum [2023-11-04T17:43:12.111Z] drwxrwxr-x 8 jenkins jenkins 4096 Nov 4 17:39 internal [2023-11-04T17:43:12.111Z] drwxrwxr-x 4 jenkins jenkins 4096 Nov 4 17:39 testing [2023-11-04T17:43:12.111Z] -rw-rw-r-- 1 jenkins jenkins 155 Nov 4 17:39 version.go [2023-11-04T17:43:12.111Z] drwxrwxr-x 6 jenkins jenkins 4096 Nov 4 17:41 web [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-11-04T17:43:12.526Z] + 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=885806e583760110497a1b1bc311f0f0f0876fd8 --label arch=amd64 --label version=0.0.0 . [2023-11-04T17:43:12.786Z] Sending build context to Docker daemon 51.82MB [2023-11-04T17:43:12.786Z] Step 1/25 : ARG BASE=golang:1.21-alpine3.18 [2023-11-04T17:43:12.786Z] Step 2/25 : FROM ${BASE} AS builder [2023-11-04T17:43:12.786Z] ---> 582ea6ae28f6 [2023-11-04T17:43:12.786Z] Step 3/25 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" [2023-11-04T17:43:12.859Z] f4c1fc716caa: Pull complete [2023-11-04T17:43:12.859Z] Digest: sha256:f9b5da702465edd0a2564459334de068a24595700ad6c8d0b85b07445f0b3000 [2023-11-04T17:43:12.859Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine [2023-11-04T17:43:12.859Z] ---> ea914061e18c [2023-11-04T17:43:12.859Z] Step 3/15 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" [2023-11-04T17:43:13.722Z] ---> Running in 25bfd28e93f7 [2023-11-04T17:43:13.722Z] Removing intermediate container 25bfd28e93f7 [2023-11-04T17:43:13.722Z] ---> cf2a5533e221 [2023-11-04T17:43:13.722Z] Step 4/25 : ARG ALPINE_PKG_BASE="make git" [2023-11-04T17:43:13.722Z] ---> Running in d08d228c947f [2023-11-04T17:43:13.722Z] Removing intermediate container d08d228c947f [2023-11-04T17:43:13.722Z] ---> cfe85469a33e [2023-11-04T17:43:13.722Z] Step 5/25 : ARG ALPINE_PKG_EXTRA="" [2023-11-04T17:43:13.722Z] ---> Running in 126bc712dd70 [2023-11-04T17:43:13.722Z] Removing intermediate container 126bc712dd70 [2023-11-04T17:43:13.722Z] ---> ef9bedddd6e9 [2023-11-04T17:43:13.722Z] Step 6/25 : LABEL Name=edgex-ui-go [2023-11-04T17:43:13.722Z] ---> Running in 06771e432af4 [2023-11-04T17:43:13.980Z] Removing intermediate container 06771e432af4 [2023-11-04T17:43:13.981Z] ---> c816e8f8bcb9 [2023-11-04T17:43:13.981Z] Step 7/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2023: Intel' [2023-11-04T17:43:13.981Z] ---> Running in ccc6005d62c9 [2023-11-04T17:43:13.981Z] Removing intermediate container ccc6005d62c9 [2023-11-04T17:43:13.981Z] ---> 76e51619c1e3 [2023-11-04T17:43:13.981Z] Step 8/25 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2023-11-04T17:43:14.266Z] ---> Running in 889c14749b87 [2023-11-04T17:43:14.533Z] Removing intermediate container 889c14749b87 [2023-11-04T17:43:14.533Z] ---> 5e99df82d9d4 [2023-11-04T17:43:14.533Z] Step 4/15 : ARG ALPINE_PKG_BASE="make git" [2023-11-04T17:43:14.533Z] ---> Running in 120105fa3202 [2023-11-04T17:43:14.800Z] Removing intermediate container 120105fa3202 [2023-11-04T17:43:14.800Z] ---> f30c35afd05e [2023-11-04T17:43:14.800Z] Step 5/15 : ARG ALPINE_PKG_EXTRA="" [2023-11-04T17:43:15.069Z] ---> Running in f921b8f6b68a [2023-11-04T17:43:15.338Z] Removing intermediate container f921b8f6b68a [2023-11-04T17:43:15.338Z] ---> 5ebacaf56d28 [2023-11-04T17:43:15.338Z] Step 6/15 : LABEL Name=edgex-ui-go [2023-11-04T17:43:15.338Z] ---> Running in 21f4a461cc84 [2023-11-04T17:43:15.359Z] ---> 6751df8f85cb [2023-11-04T17:43:15.359Z] Step 9/25 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-11-04T17:43:15.359Z] ---> Running in 8eddc0c2e6dc [2023-11-04T17:43:15.606Z] Removing intermediate container 21f4a461cc84 [2023-11-04T17:43:15.606Z] ---> 557cfa2ee0b5 [2023-11-04T17:43:15.606Z] Step 7/15 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2023: Intel' [2023-11-04T17:43:15.617Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2023-11-04T17:43:15.871Z] ---> Running in 15d3dffb2680 [2023-11-04T17:43:15.881Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2023-11-04T17:43:16.137Z] Removing intermediate container 15d3dffb2680 [2023-11-04T17:43:16.137Z] ---> 70be0c2bab32 [2023-11-04T17:43:16.137Z] Step 8/15 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2023-11-04T17:43:16.140Z] OK: 264 MiB in 52 packages [2023-11-04T17:43:16.399Z] Removing intermediate container 8eddc0c2e6dc [2023-11-04T17:43:16.399Z] ---> 0b8ecc00febd [2023-11-04T17:43:16.399Z] Step 10/25 : ENV GO111MODULE=on [2023-11-04T17:43:16.399Z] ---> Running in c10ec531cce6 [2023-11-04T17:43:16.399Z] Removing intermediate container c10ec531cce6 [2023-11-04T17:43:16.399Z] ---> a38e1491b77c [2023-11-04T17:43:16.399Z] Step 11/25 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go [2023-11-04T17:43:16.658Z] ---> Running in 87036b7c3e05 [2023-11-04T17:43:16.658Z] Removing intermediate container 87036b7c3e05 [2023-11-04T17:43:16.658Z] ---> 0ee2c151531e [2023-11-04T17:43:16.658Z] Step 12/25 : COPY go.mod vendor* ./ [2023-11-04T17:43:16.658Z] ---> a56d66894f7f [2023-11-04T17:43:16.658Z] Step 13/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-11-04T17:43:16.658Z] ---> Running in a1c541b0ebc9 [2023-11-04T17:43:16.718Z] latest: Pulling from library/docker [2023-11-04T17:43:16.718Z] 579b34f0a95b: Pulling fs layer [2023-11-04T17:43:16.718Z] 2ecd494fa26a: Pulling fs layer [2023-11-04T17:43:16.718Z] 4f4fb700ef54: Pulling fs layer [2023-11-04T17:43:16.718Z] 99624a4fd86a: Pulling fs layer [2023-11-04T17:43:16.718Z] 6b3f207db0e4: Pulling fs layer [2023-11-04T17:43:16.718Z] 2f21744ef460: Pulling fs layer [2023-11-04T17:43:16.718Z] 99624a4fd86a: Waiting [2023-11-04T17:43:16.718Z] 6b3f207db0e4: Waiting [2023-11-04T17:43:16.718Z] 2f21744ef460: Waiting [2023-11-04T17:43:16.718Z] 80fde8283b9a: Pulling fs layer [2023-11-04T17:43:16.718Z] cfd52aaeb832: Pulling fs layer [2023-11-04T17:43:16.718Z] 2aa7661f3209: Pulling fs layer [2023-11-04T17:43:16.718Z] 80fde8283b9a: Waiting [2023-11-04T17:43:16.718Z] cfd52aaeb832: Waiting [2023-11-04T17:43:16.718Z] ad7962f27383: Pulling fs layer [2023-11-04T17:43:16.718Z] c8cf6870052b: Pulling fs layer [2023-11-04T17:43:16.718Z] 2aa7661f3209: Waiting [2023-11-04T17:43:16.718Z] ad7962f27383: Waiting [2023-11-04T17:43:16.718Z] c8cf6870052b: Waiting [2023-11-04T17:43:16.718Z] 1996d6e72d7b: Pulling fs layer [2023-11-04T17:43:16.718Z] 112e10f1d4c1: Pulling fs layer [2023-11-04T17:43:16.718Z] b97b6e3dbded: Pulling fs layer [2023-11-04T17:43:16.718Z] 1996d6e72d7b: Waiting [2023-11-04T17:43:16.718Z] 112e10f1d4c1: Waiting [2023-11-04T17:43:16.991Z] 4f4fb700ef54: Verifying Checksum [2023-11-04T17:43:16.991Z] 4f4fb700ef54: Download complete [2023-11-04T17:43:16.991Z] 2ecd494fa26a: Verifying Checksum [2023-11-04T17:43:16.991Z] 2ecd494fa26a: Download complete [2023-11-04T17:43:16.991Z] 579b34f0a95b: Verifying Checksum [2023-11-04T17:43:16.991Z] 579b34f0a95b: Download complete [2023-11-04T17:43:17.581Z] 99624a4fd86a: Verifying Checksum [2023-11-04T17:43:17.581Z] 99624a4fd86a: Download complete [2023-11-04T17:43:17.581Z] 6b3f207db0e4: Verifying Checksum [2023-11-04T17:43:17.581Z] 6b3f207db0e4: Download complete [2023-11-04T17:43:17.853Z] 80fde8283b9a: Verifying Checksum [2023-11-04T17:43:17.853Z] 80fde8283b9a: Download complete [2023-11-04T17:43:17.854Z] 579b34f0a95b: Pull complete [2023-11-04T17:43:17.854Z] 2f21744ef460: Verifying Checksum [2023-11-04T17:43:17.854Z] cfd52aaeb832: Verifying Checksum [2023-11-04T17:43:17.854Z] cfd52aaeb832: Download complete [2023-11-04T17:43:17.854Z] 2aa7661f3209: Verifying Checksum [2023-11-04T17:43:17.854Z] 2aa7661f3209: Download complete [2023-11-04T17:43:18.033Z] Removing intermediate container a1c541b0ebc9 [2023-11-04T17:43:18.033Z] ---> 06ad0586fe79 [2023-11-04T17:43:18.033Z] Step 14/25 : COPY . . [2023-11-04T17:43:18.123Z] c8cf6870052b: Verifying Checksum [2023-11-04T17:43:18.123Z] c8cf6870052b: Download complete [2023-11-04T17:43:18.123Z] 112e10f1d4c1: Verifying Checksum [2023-11-04T17:43:18.123Z] 112e10f1d4c1: Download complete [2023-11-04T17:43:18.390Z] b97b6e3dbded: Verifying Checksum [2023-11-04T17:43:18.390Z] b97b6e3dbded: Download complete [2023-11-04T17:43:18.390Z] ad7962f27383: Verifying Checksum [2023-11-04T17:43:18.390Z] ad7962f27383: Download complete [2023-11-04T17:43:18.658Z] 2ecd494fa26a: Pull complete [2023-11-04T17:43:18.926Z] 4f4fb700ef54: Pull complete [2023-11-04T17:43:19.512Z] 1996d6e72d7b: Verifying Checksum [2023-11-04T17:43:19.512Z] 1996d6e72d7b: Download complete [2023-11-04T17:43:19.935Z] ---> da607f5a8388 [2023-11-04T17:43:19.936Z] Step 15/25 : RUN ${MAKE} [2023-11-04T17:43:19.936Z] ---> Running in 6002a8659cbf [2023-11-04T17:43:20.095Z] 99624a4fd86a: Pull complete [2023-11-04T17:43:20.195Z] 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-04T17:43:21.516Z] 6b3f207db0e4: Pull complete [2023-11-04T17:43:22.484Z] 2f21744ef460: Pull complete [2023-11-04T17:43:22.751Z] 80fde8283b9a: Pull complete [2023-11-04T17:43:23.017Z] cfd52aaeb832: Pull complete [2023-11-04T17:43:23.285Z] 2aa7661f3209: Pull complete [2023-11-04T17:43:25.857Z] ad7962f27383: Pull complete [2023-11-04T17:43:26.125Z] c8cf6870052b: Pull complete [2023-11-04T17:43:29.473Z] 1996d6e72d7b: Pull complete [2023-11-04T17:43:29.473Z] 112e10f1d4c1: Pull complete [2023-11-04T17:43:29.740Z] b97b6e3dbded: Pull complete [2023-11-04T17:43:29.740Z] Digest: sha256:1dfc375736e448806602211e09a9b1390eb110548dcb839eef374da357ca5f5d [2023-11-04T17:43:29.740Z] Status: Downloaded newer image for docker:latest [2023-11-04T17:43:32.326Z] ---> 8f61d187a3f0 [2023-11-04T17:43:32.326Z] Step 9/15 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-11-04T17:43:32.326Z] ---> Running in db697bd2b867 [2023-11-04T17:43:33.289Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2023-11-04T17:43:33.553Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2023-11-04T17:43:34.510Z] OK: 266 MiB in 52 packages [2023-11-04T17:43:35.470Z] Removing intermediate container db697bd2b867 [2023-11-04T17:43:35.470Z] ---> da01a940472f [2023-11-04T17:43:35.470Z] Step 10/15 : ENV GO111MODULE=on [2023-11-04T17:43:35.470Z] ---> Running in 1c5912a1c282 [2023-11-04T17:43:35.736Z] Removing intermediate container 1c5912a1c282 [2023-11-04T17:43:35.737Z] ---> 38c3ad1feec5 [2023-11-04T17:43:35.737Z] Step 11/15 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go [2023-11-04T17:43:36.005Z] ---> Running in 1290e21e3142 [2023-11-04T17:43:36.273Z] Removing intermediate container 1290e21e3142 [2023-11-04T17:43:36.273Z] ---> abe8d8a37d00 [2023-11-04T17:43:36.273Z] Step 12/15 : COPY go.mod vendor* ./ [2023-11-04T17:43:38.278Z] Removing intermediate container 6002a8659cbf [2023-11-04T17:43:38.278Z] ---> 20c52bbc694d [2023-11-04T17:43:38.278Z] Step 16/25 : FROM alpine:3.18 [2023-11-04T17:43:38.537Z] 3.18: Pulling from library/alpine [2023-11-04T17:43:38.537Z] 96526aa774ef: Already exists [2023-11-04T17:43:38.796Z] Digest: sha256:eece025e432126ce23f223450a0326fbebde39cdf496a85d8c016293fc851978 [2023-11-04T17:43:38.796Z] Status: Downloaded newer image for alpine:3.18 [2023-11-04T17:43:38.796Z] ---> 8ca4688f4f35 [2023-11-04T17:43:38.796Z] Step 17/25 : EXPOSE 4000 [2023-11-04T17:43:38.796Z] ---> Running in ddbd45aabbca [2023-11-04T17:43:38.796Z] Removing intermediate container ddbd45aabbca [2023-11-04T17:43:38.796Z] ---> 729b6fe659e9 [2023-11-04T17:43:38.796Z] 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-04T17:43:40.167Z] ---> f31a4c1241f8 [2023-11-04T17:43:40.167Z] Step 19/25 : COPY --from=builder /go/src/github.com/edgexfoundry/edgex-ui-go/Attribution.txt /Attribution.txt [2023-11-04T17:43:40.167Z] ---> 7a3c51c7b211 [2023-11-04T17:43:40.167Z] Step 20/25 : COPY --from=builder /go/src/github.com/edgexfoundry/edgex-ui-go/LICENSE /LICENSE [2023-11-04T17:43:40.167Z] ---> 10b9cb82848e [2023-11-04T17:43:40.167Z] Step 21/25 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [2023-11-04T17:43:40.167Z] ---> Running in e508cced3d48 [2023-11-04T17:43:40.167Z] Removing intermediate container e508cced3d48 [2023-11-04T17:43:40.167Z] ---> d801b03fe5be [2023-11-04T17:43:40.167Z] Step 22/25 : ENTRYPOINT ["./edgex-ui-server","--configDir=res/docker"] [2023-11-04T17:43:40.167Z] ---> Running in 79ebc8a1ed85 [2023-11-04T17:43:40.167Z] Removing intermediate container 79ebc8a1ed85 [2023-11-04T17:43:40.167Z] ---> 37712fa11bff [2023-11-04T17:43:40.167Z] Step 23/25 : LABEL arch=amd64 [2023-11-04T17:43:40.167Z] ---> Running in 2c223cd21005 [2023-11-04T17:43:40.426Z] Removing intermediate container 2c223cd21005 [2023-11-04T17:43:40.426Z] ---> b699fb279b7c [2023-11-04T17:43:40.426Z] Step 24/25 : LABEL git_sha=885806e583760110497a1b1bc311f0f0f0876fd8 [2023-11-04T17:43:40.426Z] ---> Running in 939f38f91131 [2023-11-04T17:43:40.426Z] Removing intermediate container 939f38f91131 [2023-11-04T17:43:40.426Z] ---> 81acec60ce95 [2023-11-04T17:43:40.426Z] Step 25/25 : LABEL version=0.0.0 [2023-11-04T17:43:40.426Z] ---> Running in 7dac32038a09 [2023-11-04T17:43:40.426Z] Removing intermediate container 7dac32038a09 [2023-11-04T17:43:40.426Z] ---> 0db188c55c19 [2023-11-04T17:43:40.426Z] [Warning] One or more build-args [ARCH] were not consumed [2023-11-04T17:43:40.686Z] Successfully built 0db188c55c19 [2023-11-04T17:43:40.686Z] 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-04T17:43:41.597Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-11-04T17:43:41.597Z] [2023-11-04T17:43:41.597Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-11-04T17:43:41.617Z] ---> 303187a27657 [2023-11-04T17:43:41.617Z] Step 13/15 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-11-04T17:43:41.617Z] ---> Running in 3f89d05604db [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-11-04T17:43:41.993Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-11-04T17:43:41.993Z] latest: Pulling from edgex-lftools-log-publisher [2023-11-04T17:43:41.993Z] 5eb5b503b376: Pulling fs layer [2023-11-04T17:43:41.993Z] 5c69ac0246d0: Pulling fs layer [2023-11-04T17:43:41.993Z] ec43610c2a17: Pulling fs layer [2023-11-04T17:43:41.993Z] 3a2ae6a8a46f: Pulling fs layer [2023-11-04T17:43:41.993Z] 33b1e0a273af: Pulling fs layer [2023-11-04T17:43:41.993Z] 5d3b04190fa2: Pulling fs layer [2023-11-04T17:43:41.993Z] 2f39f015ded8: Pulling fs layer [2023-11-04T17:43:41.993Z] 3a2ae6a8a46f: Waiting [2023-11-04T17:43:41.993Z] 33b1e0a273af: Waiting [2023-11-04T17:43:41.993Z] 5d3b04190fa2: Waiting [2023-11-04T17:43:41.993Z] 2f39f015ded8: Waiting [2023-11-04T17:43:41.993Z] 5c69ac0246d0: Download complete [2023-11-04T17:43:41.993Z] 3a2ae6a8a46f: Verifying Checksum [2023-11-04T17:43:41.993Z] 3a2ae6a8a46f: Download complete [2023-11-04T17:43:41.993Z] ec43610c2a17: Verifying Checksum [2023-11-04T17:43:41.993Z] ec43610c2a17: Download complete [2023-11-04T17:43:41.994Z] 33b1e0a273af: Verifying Checksum [2023-11-04T17:43:41.994Z] 33b1e0a273af: Download complete [2023-11-04T17:43:41.994Z] 5d3b04190fa2: Download complete [2023-11-04T17:43:42.251Z] 5eb5b503b376: Verifying Checksum [2023-11-04T17:43:42.251Z] 5eb5b503b376: Download complete [2023-11-04T17:43:42.815Z] 2f39f015ded8: Download complete [2023-11-04T17:43:43.392Z] 5eb5b503b376: Pull complete [2023-11-04T17:43:43.649Z] 5c69ac0246d0: Pull complete [2023-11-04T17:43:43.907Z] ec43610c2a17: Pull complete [2023-11-04T17:43:43.907Z] 3a2ae6a8a46f: Pull complete [2023-11-04T17:43:44.167Z] 33b1e0a273af: Pull complete [2023-11-04T17:43:44.424Z] 5d3b04190fa2: Pull complete [2023-11-04T17:43:48.671Z] 2f39f015ded8: Pull complete [2023-11-04T17:43:48.671Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2023-11-04T17:43:48.671Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-11-04T17:43:48.671Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-11-04T17:43:48.904Z] prd-ubuntu20.04-docker-8c-8g-16537 does not seem to be running inside a container [2023-11-04T17:43:48.938Z] $ 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-654 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-654:/w/workspace/edgexfoundry_edgex-ui-go_PR-654:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-654@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-654@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:latest cat [2023-11-04T17:43:53.686Z] $ docker top 40d83cee88caa306d90066260ddee244792fc83f9843c9eb8dc29743a031a258 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-11-04T17:43:54.142Z] ---> job-cost.sh [2023-11-04T17:43:54.142Z] lf-activate-venv: SKIPPING [2023-11-04T17:43:54.142Z] INFO: No Stack... [2023-11-04T17:43:54.400Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-11-04T17:43:54.969Z] INFO: Archiving Costs [Pipeline] sh [2023-11-04T17:43:55.282Z] + cat /w/workspace/edgexfoundry_edgex-ui-go_PR-654/archives/cost.csv [2023-11-04T17:43:55.282Z] + cut -d, -f6 [Pipeline] lock [2023-11-04T17:43:55.324Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-ui-go-PR-654-1-stack-cost] [2023-11-04T17:43:55.329Z] Resource [jenkins-edgexfoundry-edgex-ui-go-PR-654-1-stack-cost] did not exist. Created. [2023-11-04T17:43:55.330Z] Lock acquired on [jenkins-edgexfoundry-edgex-ui-go-PR-654-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-11-04T17:43:55.733Z] + echo total: 0.2199999988079071 [Pipeline] stash [2023-11-04T17:43:56.215Z] Stashed 1 file(s) [Pipeline] } [2023-11-04T17:43:56.230Z] Lock released on resource [jenkins-edgexfoundry-edgex-ui-go-PR-654-1-stack-cost] [Pipeline] // lock [Pipeline] } [2023-11-04T17:43:56.314Z] $ docker stop --time=1 40d83cee88caa306d90066260ddee244792fc83f9843c9eb8dc29743a031a258 [2023-11-04T17:44:00.068Z] $ docker rm -f --volumes 40d83cee88caa306d90066260ddee244792fc83f9843c9eb8dc29743a031a258 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2023-11-04T17:45:03.229Z] Removing intermediate container 3f89d05604db [2023-11-04T17:45:03.229Z] ---> 1745640a7d97 [2023-11-04T17:45:03.229Z] Step 14/15 : COPY . . [2023-11-04T17:45:03.229Z] ---> ec6b591fc058 [2023-11-04T17:45:03.229Z] Step 15/15 : RUN ${MAKE} [2023-11-04T17:45:03.229Z] ---> Running in 44a2b5633731 [2023-11-04T17:45:03.229Z] noop [2023-11-04T17:45:03.229Z] Removing intermediate container 44a2b5633731 [2023-11-04T17:45:03.229Z] ---> f08cd02dd326 [2023-11-04T17:45:03.229Z] Successfully built f08cd02dd326 [2023-11-04T17:45:03.229Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-11-04T17:45:03.714Z] + docker inspect -f . ci-base-image-arm64 [2023-11-04T17:45:03.714Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-11-04T17:45:04.005Z] prd-ubuntu20.04-docker-arm64-4c-16g-16538 does not seem to be running inside a container [2023-11-04T17:45:04.075Z] $ 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-04T17:45:07.707Z] $ docker top 1e49e93ef9af64c8cb8fc2c18cc53121e03536ebffabad960e5822eb0c69b485 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-11-04T17:45:08.583Z] + go version [2023-11-04T17:45:08.583Z] go version go1.21.0 linux/arm64 [Pipeline] } [2023-11-04T17:45:08.619Z] $ docker stop --time=1 1e49e93ef9af64c8cb8fc2c18cc53121e03536ebffabad960e5822eb0c69b485 [2023-11-04T17:45:10.236Z] $ docker rm -f --volumes 1e49e93ef9af64c8cb8fc2c18cc53121e03536ebffabad960e5822eb0c69b485 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-11-04T17:45:11.098Z] + docker inspect -f . ci-base-image-arm64 [2023-11-04T17:45:11.098Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-11-04T17:45:11.350Z] prd-ubuntu20.04-docker-arm64-4c-16g-16538 does not seem to be running inside a container [2023-11-04T17:45:11.420Z] $ 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-04T17:45:12.569Z] $ docker top f32e4d35fadf74801fb09d6a5f5fa2ee45ab7c3489ef45871d147bff7f28586a -eo pid,comm [Pipeline] { [Pipeline] sh [2023-11-04T17:45:13.437Z] + git config --global --add safe.directory /w/workspace/edgex-ui-go/1 [Pipeline] fileExists [Pipeline] sh [2023-11-04T17:45:14.131Z] + make test [2023-11-04T17:45:14.131Z] CGO_ENABLED=0 GO111MODULE=on go test -tags "no_messagebus" -coverprofile=coverage.out ./... [2023-11-04T17:45:18.486Z] ? github.com/edgexfoundry/edgex-ui-go [no test files] [2023-11-04T17:46:40.139Z] ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] [2023-11-04T17:46:40.139Z] ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] [2023-11-04T17:46:40.139Z] ? github.com/edgexfoundry/edgex-ui-go/internal/common [no test files] [2023-11-04T17:46:40.139Z] ? github.com/edgexfoundry/edgex-ui-go/internal/config [no test files] [2023-11-04T17:46:40.139Z] ? github.com/edgexfoundry/edgex-ui-go/internal/container [no test files] [2023-11-04T17:46:40.139Z] ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] [2023-11-04T17:46:40.139Z] ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] [2023-11-04T17:46:40.139Z] ? github.com/edgexfoundry/edgex-ui-go/internal/service [no test files] [2023-11-04T17:46:40.139Z] CGO_ENABLED=0 GO111MODULE=on go vet -tags "no_messagebus" ./... [2023-11-04T17:47:02.187Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-11-04T17:47:02.187Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-11-04T17:47:02.187Z] ./bin/test-attribution-txt.sh [2023-11-04T17:47:02.187Z] An attribution for github.com/gabriel-vasile/mimetype is missing from Attribution.txt, please add [2023-11-04T17:47:02.187Z] An attribution for github.com/golang-jwt/jwt is missing from Attribution.txt, please add [2023-11-04T17:47:02.187Z] An attribution for github.com/klauspost/compress is missing from Attribution.txt, please add [2023-11-04T17:47:02.187Z] An attribution for github.com/labstack/echo/v4 is missing from Attribution.txt, please add [2023-11-04T17:47:02.187Z] An attribution for github.com/labstack/gommon is missing from Attribution.txt, please add [2023-11-04T17:47:02.187Z] An attribution for github.com/valyala/bytebufferpool is missing from Attribution.txt, please add [2023-11-04T17:47:02.187Z] An attribution for github.com/valyala/fasttemplate is missing from Attribution.txt, please add [2023-11-04T17:47:02.187Z] An attribution for golang.org/x/exp is missing from Attribution.txt, please add [2023-11-04T17:47:02.187Z] An attribution for golang.org/x/time is missing from Attribution.txt, please add [2023-11-04T17:47:02.187Z] make -C web test [2023-11-04T17:47:02.187Z] make[1]: Entering directory '/w/workspace/edgex-ui-go/1/web' [2023-11-04T17:47:02.187Z] make[1]: tput: No such file or directory [2023-11-04T17:47:02.187Z] make[1]: tput: No such file or directory [2023-11-04T17:47:02.187Z] warning: generating ./VERSION [2023-11-04T17:47:02.187Z] echo "0.0.0" > VERSION [2023-11-04T17:47:02.187Z] docker build \ [2023-11-04T17:47:02.187Z] -f Dockerfile \ [2023-11-04T17:47:02.187Z] --build-arg USER=1000 \ [2023-11-04T17:47:02.187Z] \ [2023-11-04T17:47:02.187Z] --label "git_sha=885806e583760110497a1b1bc311f0f0f0876fd8" \ [2023-11-04T17:47:02.187Z] -t edgexfoundry/edgex-web-ui:885806e583760110497a1b1bc311f0f0f0876fd8 \ [2023-11-04T17:47:02.187Z] -t edgexfoundry/edgex-web-ui:0.0.0-dev \ [2023-11-04T17:47:02.187Z] . [2023-11-04T17:47:02.187Z] DEPRECATED: The legacy builder is deprecated and will be removed in a future release. [2023-11-04T17:47:02.187Z] Install the buildx component to build images with BuildKit: [2023-11-04T17:47:02.187Z] https://docs.docker.com/go/buildx/ [2023-11-04T17:47:02.187Z] [2023-11-04T17:47:02.187Z] Sending build context to Docker daemon 2.706MB [2023-11-04T17:47:02.187Z] Step 1/11 : FROM node:18-alpine3.18 [2023-11-04T17:47:02.187Z] 18-alpine3.18: Pulling from library/node [2023-11-04T17:47:02.187Z] 579b34f0a95b: Already exists [2023-11-04T17:47:02.187Z] 193dce5f4a0c: Pulling fs layer [2023-11-04T17:47:02.187Z] 78d1fe6b9b44: Pulling fs layer [2023-11-04T17:47:02.187Z] 18c854bc80ea: Pulling fs layer [2023-11-04T17:47:02.187Z] 18c854bc80ea: Verifying Checksum [2023-11-04T17:47:02.187Z] 18c854bc80ea: Download complete [2023-11-04T17:47:02.187Z] 78d1fe6b9b44: Verifying Checksum [2023-11-04T17:47:03.155Z] 193dce5f4a0c: Verifying Checksum [2023-11-04T17:47:03.155Z] 193dce5f4a0c: Download complete [2023-11-04T17:47:13.230Z] 193dce5f4a0c: Pull complete [2023-11-04T17:47:13.230Z] 78d1fe6b9b44: Pull complete [2023-11-04T17:47:13.230Z] 18c854bc80ea: Pull complete [2023-11-04T17:47:13.230Z] Digest: sha256:435dcad253bb5b7f347ebc69c8cc52de7c912eb7241098b920f2fc2d7843183d [2023-11-04T17:47:13.231Z] Status: Downloaded newer image for node:18-alpine3.18 [2023-11-04T17:47:13.231Z] ---> f5a5f9201015 [2023-11-04T17:47:13.231Z] Step 2/11 : RUN apk add --no-cache chromium [2023-11-04T17:47:13.231Z] ---> Running in 6b815f0db3a6 [2023-11-04T17:47:15.174Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2023-11-04T17:47:15.175Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2023-11-04T17:47:16.136Z] (1/151) Installing libexpat (2.5.0-r1) [2023-11-04T17:47:16.426Z] (2/151) Installing brotli-libs (1.0.9-r14) [2023-11-04T17:47:16.426Z] (3/151) Installing libbz2 (1.0.8-r5) [2023-11-04T17:47:16.426Z] (4/151) Installing libpng (1.6.39-r3) [2023-11-04T17:47:16.426Z] (5/151) Installing freetype (2.13.0-r5) [2023-11-04T17:47:16.426Z] (6/151) Installing fontconfig (2.14.2-r3) [2023-11-04T17:47:16.426Z] (7/151) Installing libfontenc (1.1.7-r2) [2023-11-04T17:47:16.426Z] (8/151) Installing mkfontscale (1.2.2-r3) [2023-11-04T17:47:16.426Z] (9/151) Installing font-opensans (0_git20210927-r1) [2023-11-04T17:47:16.699Z] (10/151) Installing pkgconf (1.9.5-r0) [2023-11-04T17:47:16.699Z] (11/151) Installing libffi (3.4.4-r2) [2023-11-04T17:47:16.699Z] (12/151) Installing libintl (0.21.1-r7) [2023-11-04T17:47:16.699Z] (13/151) Installing libblkid (2.38.1-r8) [2023-11-04T17:47:16.699Z] (14/151) Installing libmount (2.38.1-r8) [2023-11-04T17:47:16.699Z] (15/151) Installing pcre2 (10.42-r1) [2023-11-04T17:47:16.699Z] (16/151) Installing glib (2.76.4-r0) [2023-11-04T17:47:16.699Z] (17/151) Installing xz-libs (5.4.3-r0) [2023-11-04T17:47:16.699Z] (18/151) Installing libxml2 (2.11.4-r0) [2023-11-04T17:47:16.966Z] (19/151) Installing shared-mime-info (2.2-r5) [2023-11-04T17:47:16.966Z] (20/151) Installing hicolor-icon-theme (0.17-r2) [2023-11-04T17:47:16.966Z] (21/151) Installing libjpeg-turbo (2.1.5.1-r3) [2023-11-04T17:47:16.966Z] (22/151) Installing libwebp (1.3.2-r0) [2023-11-04T17:47:16.966Z] (23/151) Installing zstd-libs (1.5.5-r4) [2023-11-04T17:47:16.966Z] (24/151) Installing tiff (4.5.1-r0) [2023-11-04T17:47:16.966Z] (25/151) Installing gdk-pixbuf (2.42.10-r5) [2023-11-04T17:47:16.966Z] (26/151) Installing gtk-update-icon-cache (3.24.38-r1) [2023-11-04T17:47:17.244Z] (27/151) Installing libxau (1.0.11-r2) [2023-11-04T17:47:17.244Z] (28/151) Installing libmd (1.0.4-r2) [2023-11-04T17:47:17.244Z] (29/151) Installing libbsd (0.11.7-r1) [2023-11-04T17:47:17.244Z] (30/151) Installing libxdmcp (1.1.4-r2) [2023-11-04T17:47:17.244Z] (31/151) Installing libxcb (1.15-r1) [2023-11-04T17:47:17.244Z] (32/151) Installing libx11 (1.8.7-r0) [2023-11-04T17:47:17.244Z] (33/151) Installing libxcomposite (0.4.6-r3) [2023-11-04T17:47:17.244Z] (34/151) Installing libxfixes (6.0.1-r2) [2023-11-04T17:47:17.244Z] (35/151) Installing libxrender (0.9.11-r3) [2023-11-04T17:47:17.244Z] (36/151) Installing libxcursor (1.2.1-r2) [2023-11-04T17:47:17.244Z] (37/151) Installing libxdamage (1.1.6-r2) [2023-11-04T17:47:17.244Z] (38/151) Installing libxext (1.3.5-r2) [2023-11-04T17:47:17.244Z] (39/151) Installing libxi (1.8.1-r0) [2023-11-04T17:47:17.512Z] (40/151) Installing libxinerama (1.1.5-r2) [2023-11-04T17:47:17.512Z] (41/151) Installing libxrandr (1.5.3-r2) [2023-11-04T17:47:17.512Z] (42/151) Installing libatk-1.0 (2.48.3-r0) [2023-11-04T17:47:17.512Z] (43/151) Installing libxtst (1.2.4-r2) [2023-11-04T17:47:17.512Z] (44/151) Installing dbus-libs (1.14.8-r0) [2023-11-04T17:47:17.512Z] (45/151) Installing at-spi2-core (2.48.3-r0) [2023-11-04T17:47:17.512Z] (46/151) Installing libatk-bridge-2.0 (2.48.3-r0) [2023-11-04T17:47:17.512Z] (47/151) Installing pixman (0.42.2-r1) [2023-11-04T17:47:17.512Z] (48/151) Installing cairo (1.17.8-r1) [2023-11-04T17:47:17.512Z] (49/151) Installing cairo-gobject (1.17.8-r1) [2023-11-04T17:47:17.512Z] (50/151) Installing avahi-libs (0.8-r13) [2023-11-04T17:47:17.512Z] (51/151) Installing gmp (6.2.1-r3) [2023-11-04T17:47:17.512Z] (52/151) Installing nettle (3.8.1-r2) [2023-11-04T17:47:17.512Z] (53/151) Installing libunistring (1.1-r1) [2023-11-04T17:47:17.512Z] (54/151) Installing libidn2 (2.3.4-r1) [2023-11-04T17:47:17.512Z] (55/151) Installing p11-kit (0.24.1-r2) [2023-11-04T17:47:17.783Z] (56/151) Installing libtasn1 (4.19.0-r1) [2023-11-04T17:47:17.783Z] (57/151) Installing gnutls (3.8.0-r2) [2023-11-04T17:47:17.783Z] (58/151) Installing cups-libs (2.4.7-r0) [2023-11-04T17:47:17.783Z] (59/151) Installing libepoxy (1.5.10-r1) [2023-11-04T17:47:17.783Z] (60/151) Installing fribidi (1.0.13-r0) [2023-11-04T17:47:17.783Z] (61/151) Installing graphite2 (1.3.14-r5) [2023-11-04T17:47:17.783Z] (62/151) Installing harfbuzz (7.3.0-r0) [2023-11-04T17:47:17.783Z] (63/151) Installing libxft (2.3.8-r1) [2023-11-04T17:47:17.783Z] (64/151) Installing pango (1.50.14-r1) [2023-11-04T17:47:17.783Z] (65/151) Installing wayland-libs-client (1.22.0-r2) [2023-11-04T17:47:17.783Z] (66/151) Installing wayland-libs-cursor (1.22.0-r2) [2023-11-04T17:47:17.783Z] (67/151) Installing wayland-libs-egl (1.22.0-r2) [2023-11-04T17:47:18.054Z] (68/151) Installing xkeyboard-config (2.38-r0) [2023-11-04T17:47:18.054Z] (69/151) Installing libxkbcommon (1.5.0-r2) [2023-11-04T17:47:18.054Z] (70/151) Installing gtk+3.0 (3.24.38-r1) [2023-11-04T17:47:18.320Z] Executing gtk+3.0-3.24.38-r1.post-install [2023-11-04T17:47:18.587Z] (71/151) Installing icu-data-full (73.2-r2) [2023-11-04T17:47:19.170Z] (72/151) Installing mesa (23.0.4-r0) [2023-11-04T17:47:19.170Z] (73/151) Installing llvm15-libs (15.0.7-r6) [2023-11-04T17:47:21.771Z] (74/151) Installing libdrm (2.4.115-r4) [2023-11-04T17:47:21.771Z] (75/151) Installing musl-fts (1.2.7-r5) [2023-11-04T17:47:21.771Z] (76/151) Installing libelf (0.189-r2) [2023-11-04T17:47:21.771Z] (77/151) Installing mesa-glapi (23.0.4-r0) [2023-11-04T17:47:21.771Z] (78/151) Installing mesa-dri-gallium (23.0.4-r0) [2023-11-04T17:47:22.354Z] (79/151) Installing eudev-libs (3.2.11-r8) [2023-11-04T17:47:22.354Z] (80/151) Installing libmagic (5.45-r0) [2023-11-04T17:47:22.354Z] (81/151) Installing file (5.45-r0) [2023-11-04T17:47:22.354Z] (82/151) Installing libice (1.1.1-r2) [2023-11-04T17:47:22.354Z] (83/151) Installing libuuid (2.38.1-r8) [2023-11-04T17:47:22.354Z] (84/151) Installing libsm (1.2.4-r1) [2023-11-04T17:47:22.354Z] (85/151) Installing libxt (1.3.0-r2) [2023-11-04T17:47:22.354Z] (86/151) Installing libxmu (1.1.4-r2) [2023-11-04T17:47:22.627Z] (87/151) Installing xset (1.2.5-r1) [2023-11-04T17:47:22.627Z] (88/151) Installing xprop (1.2.6-r0) [2023-11-04T17:47:22.627Z] (89/151) Installing xdg-utils (1.1.3-r4) [2023-11-04T17:47:22.627Z] (90/151) Installing libogg (1.3.5-r4) [2023-11-04T17:47:22.627Z] (91/151) Installing flac-libs (1.4.3-r0) [2023-11-04T17:47:22.627Z] (92/151) Installing alsa-lib (1.2.9-r1) [2023-11-04T17:47:22.627Z] (93/151) Installing libatomic (12.2.1_git20220924-r10) [2023-11-04T17:47:22.627Z] (94/151) Installing svt-av1-libs (1.6.0-r0) [2023-11-04T17:47:22.627Z] (95/151) Installing aom-libs (3.6.1-r0) [2023-11-04T17:47:22.891Z] (96/151) Installing libva (2.18.0-r1) [2023-11-04T17:47:22.891Z] (97/151) Installing libvdpau (1.5-r1) [2023-11-04T17:47:22.891Z] (98/151) Installing ffmpeg-libavutil (6.0-r15) [2023-11-04T17:47:22.891Z] (99/151) Installing libdav1d (1.2.1-r0) [2023-11-04T17:47:22.891Z] (100/151) Installing libhwy (1.0.4-r1) [2023-11-04T17:47:22.891Z] (101/151) Installing lcms2 (2.15-r2) [2023-11-04T17:47:22.891Z] (102/151) Installing libjxl (0.8.2-r0) [2023-11-04T17:47:22.891Z] (103/151) Installing lame-libs (3.100-r5) [2023-11-04T17:47:22.891Z] (104/151) Installing opus (1.4-r0) [2023-11-04T17:47:22.891Z] (105/151) Installing libgomp (12.2.1_git20220924-r10) [2023-11-04T17:47:23.161Z] (106/151) Installing soxr (0.1.3-r5) [2023-11-04T17:47:23.161Z] (107/151) Installing ffmpeg-libswresample (6.0-r15) [2023-11-04T17:47:23.161Z] (108/151) Installing libtheora (1.1.1-r17) [2023-11-04T17:47:23.161Z] (109/151) Installing libvorbis (1.3.7-r1) [2023-11-04T17:47:23.161Z] (110/151) Installing libvpx (1.13.0-r2) [2023-11-04T17:47:23.161Z] (111/151) Installing x264-libs (0.164_git20220602-r1) [2023-11-04T17:47:23.161Z] (112/151) Installing numactl (2.0.16-r4) [2023-11-04T17:47:23.161Z] (113/151) Installing x265-libs (3.5-r4) [2023-11-04T17:47:23.426Z] (114/151) Installing xvidcore (1.3.7-r1) [2023-11-04T17:47:23.426Z] (115/151) Installing ffmpeg-libavcodec (6.0-r15) [2023-11-04T17:47:23.693Z] (116/151) Installing libbluray (1.3.4-r0) [2023-11-04T17:47:23.693Z] (117/151) Installing mpg123-libs (1.31.3-r1) [2023-11-04T17:47:23.693Z] (118/151) Installing libopenmpt (0.7.2-r0) [2023-11-04T17:47:23.693Z] (119/151) Installing cjson (1.7.15-r4) [2023-11-04T17:47:23.970Z] (120/151) Installing mbedtls (2.28.5-r0) [2023-11-04T17:47:23.970Z] (121/151) Installing librist (0.2.7-r0) [2023-11-04T17:47:23.970Z] (122/151) Installing libsrt (1.5.2-r0) [2023-11-04T17:47:23.970Z] (123/151) Installing libssh (0.10.5-r0) [2023-11-04T17:47:23.970Z] (124/151) Installing libsodium (1.0.18-r3) [2023-11-04T17:47:23.970Z] (125/151) Installing libzmq (4.3.4-r4) [2023-11-04T17:47:23.970Z] (126/151) Installing ffmpeg-libavformat (6.0-r15) [2023-11-04T17:47:23.970Z] (127/151) Installing libevent (2.1.12-r6) [2023-11-04T17:47:23.970Z] (128/151) Installing wayland-libs-server (1.22.0-r2) [2023-11-04T17:47:23.970Z] (129/151) Installing mesa-gbm (23.0.4-r0) [2023-11-04T17:47:23.970Z] (130/151) Installing harfbuzz-subset (7.3.0-r0) [2023-11-04T17:47:23.970Z] (131/151) Installing icu-libs (73.2-r2) [2023-11-04T17:47:24.235Z] (132/151) Installing jsoncpp (1.9.5-r0) [2023-11-04T17:47:24.235Z] (133/151) Installing minizip (1.2.13-r1) [2023-11-04T17:47:24.235Z] (134/151) Installing nspr (4.35-r2) [2023-11-04T17:47:24.235Z] (135/151) Installing sqlite-libs (3.41.2-r2) [2023-11-04T17:47:24.235Z] (136/151) Installing nss (3.94-r0) [2023-11-04T17:47:24.500Z] (137/151) Installing pipewire-libs (0.3.70-r1) [2023-11-04T17:47:24.500Z] (138/151) Installing libasyncns (0.8-r1) [2023-11-04T17:47:24.500Z] (139/151) Installing libltdl (2.4.7-r2) [2023-11-04T17:47:24.500Z] (140/151) Installing orc (0.4.34-r0) [2023-11-04T17:47:24.500Z] (141/151) Installing libsndfile (1.2.0-r2) [2023-11-04T17:47:24.500Z] (142/151) Installing speexdsp (1.2.1-r1) [2023-11-04T17:47:24.500Z] (143/151) Installing tdb-libs (1.4.8-r1) [2023-11-04T17:47:24.501Z] (144/151) Installing libpulse (16.1-r10) [2023-11-04T17:47:24.501Z] (145/151) Installing snappy (1.1.10-r1) [2023-11-04T17:47:24.501Z] (146/151) Installing libwoff2common (1.0.2-r2) [2023-11-04T17:47:24.501Z] (147/151) Installing libwoff2enc (1.0.2-r2) [2023-11-04T17:47:24.767Z] (148/151) Installing libgpg-error (1.47-r1) [2023-11-04T17:47:24.767Z] (149/151) Installing libgcrypt (1.10.2-r1) [2023-11-04T17:47:24.767Z] (150/151) Installing libxslt (1.1.38-r0) [2023-11-04T17:47:24.767Z] (151/151) Installing chromium (117.0.5938.62-r0) [2023-11-04T17:47:30.096Z] Executing busybox-1.36.1-r2.trigger [2023-11-04T17:47:30.096Z] Executing fontconfig-2.14.2-r3.trigger [2023-11-04T17:47:30.362Z] Executing mkfontscale-1.2.2-r3.trigger [2023-11-04T17:47:30.362Z] Executing glib-2.76.4-r0.trigger [2023-11-04T17:47:30.362Z] Executing shared-mime-info-2.2-r5.trigger [2023-11-04T17:47:32.290Z] Executing gdk-pixbuf-2.42.10-r5.trigger [2023-11-04T17:47:32.290Z] Executing gtk-update-icon-cache-3.24.38-r1.trigger [2023-11-04T17:47:32.290Z] OK: 555 MiB in 168 packages [2023-11-04T17:47:47.246Z] Removing intermediate container 6b815f0db3a6 [2023-11-04T17:47:47.246Z] ---> 5118287433ae [2023-11-04T17:47:47.246Z] Step 3/11 : ENV CHROME_BIN=/usr/bin/chromium-browser [2023-11-04T17:47:47.246Z] ---> Running in 90240c711000 [2023-11-04T17:47:47.246Z] Removing intermediate container 90240c711000 [2023-11-04T17:47:47.246Z] ---> 23a8ef75f9fa [2023-11-04T17:47:47.246Z] Step 4/11 : ENV NODE_OPTIONS=--openssl-legacy-provider [2023-11-04T17:47:47.246Z] ---> Running in bd9381d89d0a [2023-11-04T17:47:47.246Z] Removing intermediate container bd9381d89d0a [2023-11-04T17:47:47.246Z] ---> 7e775033f833 [2023-11-04T17:47:47.246Z] Step 5/11 : ENV PATH /app/node_modules/.bin:$PATH [2023-11-04T17:47:47.246Z] ---> Running in ae43adf6a795 [2023-11-04T17:47:47.246Z] Removing intermediate container ae43adf6a795 [2023-11-04T17:47:47.246Z] ---> 70f1f7d880a9 [2023-11-04T17:47:47.246Z] Step 6/11 : RUN npm install -g npm [2023-11-04T17:47:47.246Z] ---> Running in ee612cafba86 [2023-11-04T17:48:09.286Z] [2023-11-04T17:48:09.286Z] removed 31 packages, and changed 65 packages in 20s [2023-11-04T17:48:09.286Z] [2023-11-04T17:48:09.286Z] 26 packages are looking for funding [2023-11-04T17:48:09.286Z] run `npm fund` for details [2023-11-04T17:48:12.630Z] Removing intermediate container ee612cafba86 [2023-11-04T17:48:12.630Z] ---> 26018a205c8a [2023-11-04T17:48:12.630Z] Step 7/11 : ARG USER=1000 [2023-11-04T17:48:12.630Z] ---> Running in 1c919ebf804d [2023-11-04T17:48:12.630Z] Removing intermediate container 1c919ebf804d [2023-11-04T17:48:12.630Z] ---> 9273f37fd8f1 [2023-11-04T17:48:12.630Z] Step 8/11 : RUN deluser --remove-home node && adduser -u $USER -D -s /bin/sh node [2023-11-04T17:48:12.901Z] ---> Running in d75afe937a2b [2023-11-04T17:48:14.307Z] Removing intermediate container d75afe937a2b [2023-11-04T17:48:14.307Z] ---> 912c2b073fde [2023-11-04T17:48:14.307Z] Step 9/11 : USER $USER:$USER [2023-11-04T17:48:14.307Z] ---> Running in 94714cbd9a2d [2023-11-04T17:48:14.573Z] Removing intermediate container 94714cbd9a2d [2023-11-04T17:48:14.574Z] ---> be4f64920faf [2023-11-04T17:48:14.574Z] Step 10/11 : WORKDIR /app [2023-11-04T17:48:14.844Z] ---> Running in 2fd25fd014f1 [2023-11-04T17:48:15.110Z] Removing intermediate container 2fd25fd014f1 [2023-11-04T17:48:15.110Z] ---> bb13e69a9952 [2023-11-04T17:48:15.110Z] Step 11/11 : LABEL git_sha=885806e583760110497a1b1bc311f0f0f0876fd8 [2023-11-04T17:48:15.110Z] ---> Running in 5d36af28c7f2 [2023-11-04T17:48:15.377Z] Removing intermediate container 5d36af28c7f2 [2023-11-04T17:48:15.377Z] ---> 61d1c3e5ea73 [2023-11-04T17:48:15.377Z] Successfully built 61d1c3e5ea73 [2023-11-04T17:48:15.377Z] Successfully tagged edgexfoundry/edgex-web-ui:885806e583760110497a1b1bc311f0f0f0876fd8 [2023-11-04T17:48:15.377Z] Successfully tagged edgexfoundry/edgex-web-ui:0.0.0-dev [2023-11-04T17:48:15.377Z] touch edgex-web-ui.imagebuilt [2023-11-04T17:48:15.649Z] mkdir -p node_modules coverage [2023-11-04T17:48:15.649Z] chown "1000:1000" node_modules coverage package-lock.json [2023-11-04T17:48:15.649Z] docker run --rm -i -v "$(pwd):/app" -u "1000:1000" edgexfoundry/edgex-web-ui:0.0.0-dev npm install [2023-11-04T17:48:27.935Z] npm WARN EBADENGINE Unsupported engine { [2023-11-04T17:48:27.935Z] npm WARN EBADENGINE package: '@angular-devkit/architect@0.1202.4', [2023-11-04T17:48:27.935Z] npm WARN EBADENGINE required: { [2023-11-04T17:48:27.935Z] npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', [2023-11-04T17:48:27.935Z] npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', [2023-11-04T17:48:27.935Z] npm WARN EBADENGINE yarn: '>= 1.13.0' [2023-11-04T17:48:27.935Z] npm WARN EBADENGINE }, [2023-11-04T17:48:27.935Z] npm WARN EBADENGINE current: { node: 'v18.18.2', npm: '10.2.3' } [2023-11-04T17:48:27.935Z] npm WARN EBADENGINE } [2023-11-04T17:48:27.935Z] npm WARN EBADENGINE Unsupported engine { [2023-11-04T17:48:27.935Z] npm WARN EBADENGINE package: '@angular-devkit/build-angular@12.2.4', [2023-11-04T17:48:27.935Z] npm WARN EBADENGINE required: { [2023-11-04T17:48:27.935Z] npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', [2023-11-04T17:48:27.935Z] npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', [2023-11-04T17:48:27.935Z] npm WARN EBADENGINE yarn: '>= 1.13.0' [2023-11-04T17:48:27.935Z] npm WARN EBADENGINE }, [2023-11-04T17:48:27.935Z] npm WARN EBADENGINE current: { node: 'v18.18.2', npm: '10.2.3' } [2023-11-04T17:48:27.935Z] npm WARN EBADENGINE } [2023-11-04T17:48:27.935Z] npm WARN EBADENGINE Unsupported engine { [2023-11-04T17:48:27.935Z] npm WARN EBADENGINE package: '@angular-devkit/build-optimizer@0.1202.4', [2023-11-04T17:48:27.935Z] npm WARN EBADENGINE required: { [2023-11-04T17:48:27.935Z] npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', [2023-11-04T17:48:27.935Z] npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', [2023-11-04T17:48:27.935Z] npm WARN EBADENGINE yarn: '>= 1.13.0' [2023-11-04T17:48:27.935Z] npm WARN EBADENGINE }, [2023-11-04T17:48:27.935Z] npm WARN EBADENGINE current: { node: 'v18.18.2', npm: '10.2.3' } [2023-11-04T17:48:27.935Z] npm WARN EBADENGINE } [2023-11-04T17:48:27.935Z] npm WARN EBADENGINE Unsupported engine { [2023-11-04T17:48:27.935Z] npm WARN EBADENGINE package: '@angular-devkit/build-webpack@0.1202.4', [2023-11-04T17:48:27.935Z] npm WARN EBADENGINE required: { [2023-11-04T17:48:27.935Z] npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', [2023-11-04T17:48:27.935Z] npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', [2023-11-04T17:48:27.935Z] npm WARN EBADENGINE yarn: '>= 1.13.0' [2023-11-04T17:48:27.935Z] npm WARN EBADENGINE }, [2023-11-04T17:48:27.935Z] npm WARN EBADENGINE current: { node: 'v18.18.2', npm: '10.2.3' } [2023-11-04T17:48:27.935Z] npm WARN EBADENGINE } [2023-11-04T17:48:27.935Z] npm WARN EBADENGINE Unsupported engine { [2023-11-04T17:48:27.935Z] npm WARN EBADENGINE package: '@angular-devkit/core@12.2.4', [2023-11-04T17:48:27.935Z] npm WARN EBADENGINE required: { [2023-11-04T17:48:27.935Z] npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', [2023-11-04T17:48:27.935Z] npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', [2023-11-04T17:48:27.935Z] npm WARN EBADENGINE yarn: '>= 1.13.0' [2023-11-04T17:48:27.935Z] npm WARN EBADENGINE }, [2023-11-04T17:48:27.935Z] npm WARN EBADENGINE current: { node: 'v18.18.2', npm: '10.2.3' } [2023-11-04T17:48:27.935Z] npm WARN EBADENGINE } [2023-11-04T17:48:27.935Z] npm WARN EBADENGINE Unsupported engine { [2023-11-04T17:48:27.935Z] npm WARN EBADENGINE package: '@angular-devkit/schematics@12.2.4', [2023-11-04T17:48:27.935Z] npm WARN EBADENGINE required: { [2023-11-04T17:48:27.935Z] npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', [2023-11-04T17:48:27.935Z] npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', [2023-11-04T17:48:27.935Z] npm WARN EBADENGINE yarn: '>= 1.13.0' [2023-11-04T17:48:27.935Z] npm WARN EBADENGINE }, [2023-11-04T17:48:27.935Z] npm WARN EBADENGINE current: { node: 'v18.18.2', npm: '10.2.3' } [2023-11-04T17:48:27.935Z] npm WARN EBADENGINE } [2023-11-04T17:48:27.935Z] npm WARN EBADENGINE Unsupported engine { [2023-11-04T17:48:27.935Z] npm WARN EBADENGINE package: '@angular/cli@12.2.4', [2023-11-04T17:48:27.935Z] npm WARN EBADENGINE required: { [2023-11-04T17:48:27.935Z] npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', [2023-11-04T17:48:27.935Z] npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', [2023-11-04T17:48:27.935Z] npm WARN EBADENGINE yarn: '>= 1.13.0' [2023-11-04T17:48:27.935Z] npm WARN EBADENGINE }, [2023-11-04T17:48:27.935Z] npm WARN EBADENGINE current: { node: 'v18.18.2', npm: '10.2.3' } [2023-11-04T17:48:27.935Z] npm WARN EBADENGINE } [2023-11-04T17:48:27.935Z] npm WARN EBADENGINE Unsupported engine { [2023-11-04T17:48:27.935Z] npm WARN EBADENGINE package: '@ngtools/webpack@12.2.4', [2023-11-04T17:48:27.935Z] npm WARN EBADENGINE required: { [2023-11-04T17:48:27.935Z] npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', [2023-11-04T17:48:27.935Z] npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', [2023-11-04T17:48:27.935Z] npm WARN EBADENGINE yarn: '>= 1.13.0' [2023-11-04T17:48:27.935Z] npm WARN EBADENGINE }, [2023-11-04T17:48:27.935Z] npm WARN EBADENGINE current: { node: 'v18.18.2', npm: '10.2.3' } [2023-11-04T17:48:27.935Z] npm WARN EBADENGINE } [2023-11-04T17:48:27.935Z] npm WARN EBADENGINE Unsupported engine { [2023-11-04T17:48:27.936Z] npm WARN EBADENGINE package: '@schematics/angular@12.2.4', [2023-11-04T17:48:27.936Z] npm WARN EBADENGINE required: { [2023-11-04T17:48:27.936Z] npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', [2023-11-04T17:48:27.936Z] npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', [2023-11-04T17:48:27.936Z] npm WARN EBADENGINE yarn: '>= 1.13.0' [2023-11-04T17:48:27.936Z] npm WARN EBADENGINE }, [2023-11-04T17:48:27.936Z] npm WARN EBADENGINE current: { node: 'v18.18.2', npm: '10.2.3' } [2023-11-04T17:48:27.936Z] npm WARN EBADENGINE } [2023-11-04T17:50:04.546Z] npm WARN deprecated source-map-resolve@0.5.3: See https://github.com/lydell/source-map-resolve#deprecated [2023-11-04T17:50:04.546Z] npm WARN deprecated source-map-url@0.4.1: See https://github.com/lydell/source-map-url#deprecated [2023-11-04T17:50:04.546Z] npm WARN deprecated resolve-url@0.2.1: https://github.com/lydell/resolve-url#deprecated [2023-11-04T17:50:04.546Z] 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-04T17:50:04.546Z] npm WARN deprecated @npmcli/move-file@1.1.2: This functionality has been moved to @npmcli/fs [2023-11-04T17:50:05.126Z] npm WARN deprecated urix@0.1.0: Please see https://github.com/lydell/urix#deprecated [2023-11-04T17:50:06.078Z] npm WARN deprecated source-map-resolve@0.5.3: See https://github.com/lydell/source-map-resolve#deprecated [2023-11-04T17:50:06.078Z] npm WARN deprecated source-map-resolve@0.6.0: See https://github.com/lydell/source-map-resolve#deprecated [2023-11-04T17:50:06.342Z] npm WARN deprecated sourcemap-codec@1.4.8: Please use @jridgewell/sourcemap-codec instead [2023-11-04T17:50:06.920Z] npm WARN deprecated querystring@0.2.0: The querystring API is considered Legacy. new code should use the URLSearchParams API instead. [2023-11-04T17:50:07.184Z] 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-04T17:50:09.751Z] 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-04T17:50:09.751Z] 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-04T17:50:10.330Z] 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-04T17:50:14.571Z] npm WARN deprecated request@2.88.2: request has been deprecated, see https://github.com/request/request/issues/3142 [2023-11-04T17:50:24.625Z] 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-04T17:50:24.890Z] 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-04T17:50:43.056Z] npm WARN deprecated flatten@1.0.3: flatten is deprecated in favor of utility frameworks such as lodash. [2023-11-04T17:50:43.056Z] npm WARN deprecated har-validator@5.1.5: this library is no longer supported [2023-11-04T17:51:05.086Z] 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-04T17:51:51.892Z] 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-04T17:52:30.742Z] npm ERR! code ECONNRESET [2023-11-04T17:52:30.742Z] npm ERR! network Client network socket disconnected before secure TLS connection was established [2023-11-04T17:52:30.742Z] npm ERR! network This is a problem related to network connectivity. [2023-11-04T17:52:30.742Z] npm ERR! network In most cases you are behind a proxy or have bad network settings. [2023-11-04T17:52:30.742Z] npm ERR! network [2023-11-04T17:52:30.742Z] npm ERR! network If you are behind a proxy, please make sure that the [2023-11-04T17:52:30.742Z] npm ERR! network 'proxy' config is set properly. See: 'npm help config' [2023-11-04T17:52:30.742Z] [2023-11-04T17:52:30.742Z] npm ERR! A complete log of this run can be found in: /home/node/.npm/_logs/2023-11-04T17_48_17_860Z-debug-0.log [2023-11-04T17:52:30.742Z] make[1]: *** [Makefile:139: node_modules] Error 1 [2023-11-04T17:52:30.742Z] make[1]: Leaving directory '/w/workspace/edgex-ui-go/1/web' [2023-11-04T17:52:30.742Z] make: *** [Makefile:56: test-angular] Error 2 [Pipeline] } [2023-11-04T17:52:30.786Z] $ docker stop --time=1 f32e4d35fadf74801fb09d6a5f5fa2ee45ab7c3489ef45871d147bff7f28586a [2023-11-04T17:52:32.706Z] $ docker rm -f --volumes f32e4d35fadf74801fb09d6a5f5fa2ee45ab7c3489ef45871d147bff7f28586a [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-04T17:52:34.496Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-11-04T17:52:34.496Z] [2023-11-04T17:52:34.496Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-11-04T17:52:34.905Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-11-04T17:52:35.171Z] arm64: Pulling from edgex-lftools-log-publisher [2023-11-04T17:52:35.171Z] 8998bd30e6a1: Pulling fs layer [2023-11-04T17:52:35.171Z] 04944245beec: Pulling fs layer [2023-11-04T17:52:35.171Z] 699f458cf7ca: Pulling fs layer [2023-11-04T17:52:35.171Z] 765212b225bb: Pulling fs layer [2023-11-04T17:52:35.171Z] f23df028b6ca: Pulling fs layer [2023-11-04T17:52:35.171Z] d65c8cfc05b1: Pulling fs layer [2023-11-04T17:52:35.171Z] 2437ff75d9bd: Pulling fs layer [2023-11-04T17:52:35.171Z] f23df028b6ca: Waiting [2023-11-04T17:52:35.171Z] d65c8cfc05b1: Waiting [2023-11-04T17:52:35.171Z] 2437ff75d9bd: Waiting [2023-11-04T17:52:35.171Z] 765212b225bb: Waiting [2023-11-04T17:52:35.171Z] 04944245beec: Verifying Checksum [2023-11-04T17:52:35.171Z] 04944245beec: Download complete [2023-11-04T17:52:35.171Z] 765212b225bb: Verifying Checksum [2023-11-04T17:52:35.171Z] 765212b225bb: Download complete [2023-11-04T17:52:35.171Z] f23df028b6ca: Verifying Checksum [2023-11-04T17:52:35.171Z] f23df028b6ca: Download complete [2023-11-04T17:52:35.171Z] d65c8cfc05b1: Verifying Checksum [2023-11-04T17:52:35.171Z] d65c8cfc05b1: Download complete [2023-11-04T17:52:35.440Z] 699f458cf7ca: Verifying Checksum [2023-11-04T17:52:35.440Z] 699f458cf7ca: Download complete [2023-11-04T17:52:35.705Z] 8998bd30e6a1: Download complete [2023-11-04T17:52:38.353Z] 2437ff75d9bd: Verifying Checksum [2023-11-04T17:52:38.353Z] 2437ff75d9bd: Download complete [2023-11-04T17:52:40.314Z] 8998bd30e6a1: Pull complete [2023-11-04T17:52:40.906Z] 04944245beec: Pull complete [2023-11-04T17:52:42.848Z] 699f458cf7ca: Pull complete [2023-11-04T17:52:42.848Z] 765212b225bb: Pull complete [2023-11-04T17:52:43.444Z] f23df028b6ca: Pull complete [2023-11-04T17:52:43.710Z] d65c8cfc05b1: Pull complete [2023-11-04T17:53:01.911Z] 2437ff75d9bd: Pull complete [2023-11-04T17:53:01.911Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2023-11-04T17:53:01.911Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-11-04T17:53:01.911Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-11-04T17:53:02.229Z] prd-ubuntu20.04-docker-arm64-4c-16g-16538 does not seem to be running inside a container [2023-11-04T17:53:02.297Z] $ 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-04T17:53:05.065Z] $ docker top c9f98ad075a01a520ba98e7a0396118d3ffe68938825e33456ba5e8b7f68407c -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-11-04T17:53:05.626Z] ---> job-cost.sh [2023-11-04T17:53:05.892Z] lf-activate-venv: SKIPPING [2023-11-04T17:53:05.892Z] INFO: No Stack... [2023-11-04T17:53:06.470Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2023-11-04T17:53:07.049Z] INFO: Archiving Costs [Pipeline] sh [2023-11-04T17:53:07.388Z] + cut -d, -f6 [2023-11-04T17:53:07.388Z] + cat /w/workspace/edgex-ui-go/1/archives/cost.csv [Pipeline] lock [2023-11-04T17:53:07.731Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-ui-go-PR-654-1-stack-cost] [2023-11-04T17:53:07.736Z] Resource [jenkins-edgexfoundry-edgex-ui-go-PR-654-1-stack-cost] did not exist. Created. [2023-11-04T17:53:07.736Z] Lock acquired on [jenkins-edgexfoundry-edgex-ui-go-PR-654-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-11-04T17:53:08.137Z] /w/workspace/edgex-ui-go/1@tmp/durable-371449a2/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh [2023-11-04T17:53:08.803Z] + echo total: 0.10999999940395355 [Pipeline] stash [2023-11-04T17:53:08.840Z] Warning: overwriting stash ‘stack-cost’ [2023-11-04T17:53:09.414Z] Stashed 1 file(s) [Pipeline] } [2023-11-04T17:53:09.430Z] Lock released on resource [jenkins-edgexfoundry-edgex-ui-go-PR-654-1-stack-cost] [Pipeline] // lock [Pipeline] } [2023-11-04T17:53:09.510Z] $ docker stop --time=1 c9f98ad075a01a520ba98e7a0396118d3ffe68938825e33456ba5e8b7f68407c [2023-11-04T17:53:10.965Z] $ docker rm -f --volumes c9f98ad075a01a520ba98e7a0396118d3ffe68938825e33456ba5e8b7f68407c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2023-11-04T17:53:11.687Z] 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-04T17:53:13.590Z] + [ -d /w/workspace/edgexfoundry_edgex-ui-go_PR-654/archives ] [2023-11-04T17:53:13.590Z] + ls -al /w/workspace/edgexfoundry_edgex-ui-go_PR-654/archives [2023-11-04T17:53:13.590Z] total 16 [2023-11-04T17:53:13.590Z] drwxr-xr-x 3 root root 4096 Nov 4 17:43 . [2023-11-04T17:53:13.590Z] drwxrwxr-x 14 jenkins jenkins 4096 Nov 4 17:43 .. [2023-11-04T17:53:13.590Z] drwxr-xr-x 2 root root 4096 Nov 4 17:43 cost [2023-11-04T17:53:13.590Z] -rw-r--r-- 1 root root 83 Nov 4 17:43 cost.csv [2023-11-04T17:53:13.590Z] + sudo chown -R jenkins:jenkins /w/workspace/edgexfoundry_edgex-ui-go_PR-654/archives [2023-11-04T17:53:13.590Z] + ls -al /w/workspace/edgexfoundry_edgex-ui-go_PR-654/archives [2023-11-04T17:53:13.590Z] total 16 [2023-11-04T17:53:13.590Z] drwxr-xr-x 3 jenkins jenkins 4096 Nov 4 17:43 . [2023-11-04T17:53:13.590Z] drwxrwxr-x 14 jenkins jenkins 4096 Nov 4 17:43 .. [2023-11-04T17:53:13.590Z] drwxr-xr-x 2 jenkins jenkins 4096 Nov 4 17:43 cost [2023-11-04T17:53:13.590Z] -rw-r--r-- 1 jenkins jenkins 83 Nov 4 17:43 cost.csv [Pipeline] libraryResource [Pipeline] sh [2023-11-04T17:53:13.919Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2023-11-04T17:53:14.805Z] ---> package-listing.sh [2023-11-04T17:53:14.806Z] ++ facter osfamily [2023-11-04T17:53:14.806Z] ++ tr '[:upper:]' '[:lower:]' [2023-11-04T17:53:15.066Z] + OS_FAMILY=debian [2023-11-04T17:53:15.066Z] + workspace=/w/workspace/edgexfoundry_edgex-ui-go_PR-654 [2023-11-04T17:53:15.066Z] + START_PACKAGES=/tmp/packages_start.txt [2023-11-04T17:53:15.066Z] + END_PACKAGES=/tmp/packages_end.txt [2023-11-04T17:53:15.066Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2023-11-04T17:53:15.066Z] + PACKAGES=/tmp/packages_start.txt [2023-11-04T17:53:15.066Z] + '[' /w/workspace/edgexfoundry_edgex-ui-go_PR-654 ']' [2023-11-04T17:53:15.066Z] + PACKAGES=/tmp/packages_end.txt [2023-11-04T17:53:15.066Z] + case "${OS_FAMILY}" in [2023-11-04T17:53:15.066Z] + dpkg -l [2023-11-04T17:53:15.066Z] + grep '^ii' [2023-11-04T17:53:15.066Z] + '[' -f /tmp/packages_start.txt ']' [2023-11-04T17:53:15.066Z] + '[' -f /tmp/packages_end.txt ']' [2023-11-04T17:53:15.066Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2023-11-04T17:53:15.066Z] + '[' /w/workspace/edgexfoundry_edgex-ui-go_PR-654 ']' [2023-11-04T17:53:15.066Z] + mkdir -p /w/workspace/edgexfoundry_edgex-ui-go_PR-654/archives/ [2023-11-04T17:53:15.066Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgexfoundry_edgex-ui-go_PR-654/archives/ [Pipeline] echo [2023-11-04T17:53:15.099Z] 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-654/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2023-11-04T17:53:15.391Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-11-04T17:53:16.013Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-11-04T17:53:16.014Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-11-04T17:53:16.167Z] prd-ubuntu20.04-docker-8c-8g-16537 does not seem to be running inside a container [2023-11-04T17:53:16.198Z] $ 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-654/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-654 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-654:/w/workspace/edgexfoundry_edgex-ui-go_PR-654:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-654@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-654@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-04T17:53:16.606Z] $ docker top 7e80531b645dd1e68f47496165905e54564bd26d43fe6b364abbdbe43cf351c9 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-11-04T17:53:16.993Z] + touch /tmp/pre-build-complete [Pipeline] sh [2023-11-04T17:53:17.310Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2023-11-04T17:53:17.620Z] + ls /var/log/sa-host [2023-11-04T17:53:17.620Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-11-04T17:53:17.839Z] provisioning config files... [2023-11-04T17:53:17.849Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-654@tmp/config5965806939361901982tmp [Pipeline] { [Pipeline] echo [2023-11-04T17:53:17.896Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2023-11-04T17:53:18.303Z] ---> create-netrc.sh [Pipeline] } [2023-11-04T17:53:18.333Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2023-11-04T17:53:18.727Z] ---> python-tools-install.sh [Pipeline] echo [2023-11-04T17:53:18.761Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2023-11-04T17:53:19.073Z] ---> sudo-logs.sh [2023-11-04T17:53:19.073Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2023-11-04T17:53:19.165Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2023-11-04T17:53:19.492Z] ---> job-cost.sh [2023-11-04T17:53:19.492Z] lf-activate-venv: SKIPPING [2023-11-04T17:53:19.492Z] DEBUG: total: 0.2199999988079071 [2023-11-04T17:53:19.492Z] INFO: Retrieving Stack Cost... [2023-11-04T17:53:20.063Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-11-04T17:53:20.323Z] INFO: Archiving Costs [Pipeline] echo [2023-11-04T17:53:20.357Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2023-11-04T17:53:20.677Z] ---> logs-deploy.sh [2023-11-04T17:53:20.677Z] lf-activate-venv: SKIPPING [2023-11-04T17:53:20.677Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-ui-go/PR-654/1 [2023-11-04T17:53:20.677Z] INFO: archiving workspace using pattern(s): [2023-11-04T17:53:21.627Z] Archives upload complete. [2023-11-04T17:53:21.627Z] INFO: archiving logs to Nexus