Pull request #637 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 bnevis-i for edgexfoundry/edgex-ui-go Obtained Jenkinsfile from a191c6c1bb81c3265a3a2a6a375b359c77cf7e3b+2fd4722eefcd485d8d8cf5eb24f524ab25e62510 (b390e33f13de87c8f9bbd279acd5fb8f101995cf) 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-ssh13232809999109293915.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision e143027787c0ac28563f7e92b6cefc600d3b7107 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-ssh7496883700324525714.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 e143027787c0ac28563f7e92b6cefc600d3b7107 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-637/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-637/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh9862300024354210601.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-637/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh6065162344661084090.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision e143027787c0ac28563f7e92b6cefc600d3b7107 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f e143027787c0ac28563f7e92b6cefc600d3b7107 # timeout=10 Commit message: "Merge pull request #442 from ernestojeda/golang-1.21" > 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-ssh18225490042346955891.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-637/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-637/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh17098143125071819575.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 e143027787c0ac28563f7e92b6cefc600d3b7107 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-7629 in /w/workspace/edgexfoundry_edgex-ui-go_PR-637 [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-637 # 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 2fd4722eefcd485d8d8cf5eb24f524ab25e62510 into PR head commit a191c6c1bb81c3265a3a2a6a375b359c77cf7e3b Merge succeeded, producing a191c6c1bb81c3265a3a2a6a375b359c77cf7e3b Checking out Revision a191c6c1bb81c3265a3a2a6a375b359c77cf7e3b (PR-637) > 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/637/head:refs/remotes/origin/PR-637 +refs/heads/main:refs/remotes/origin/main # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f a191c6c1bb81c3265a3a2a6a375b359c77cf7e3b # 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 2fd4722eefcd485d8d8cf5eb24f524ab25e62510 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f a191c6c1bb81c3265a3a2a6a375b359c77cf7e3b # timeout=10 Commit message: "feat: Make backend proxy algorithm configurable" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.25.1' fatal: bad object e143027787c0ac28563f7e92b6cefc600d3b7107 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 21:01:25 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 21:01:25 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 21:01:25 ========================================================= 21:01:25 EdgeX Global Pipelines Version Info 21:01:25 ========================================================= [Pipeline] libraryResource [Pipeline] sh 21:01:26 ------------------- 21:01:26 stable info: 21:01:26 ------------------- 21:01:26 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 21:01:26 Commit SHA: e143027787c0ac28563f7e92b6cefc600d3b7107 21:01:26 Message: update stable to v1.0.254 21:01:27 ------------------- 21:01:27 experimental info: 21:01:27 ------------------- 21:01:27 Commited By: **** collab-it+edgex@linuxfoundation.org 21:01:27 Commit SHA: e143027787c0ac28563f7e92b6cefc600d3b7107 21:01:27 Message: update experimental to v1.0.254 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 21:01:27 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-ui-go-settings [Pipeline] echo 21:01:27 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-ui-go [Pipeline] echo 21:01:27 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 21:01:27 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 21:01:27 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 21:01:27 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.21 [Pipeline] echo 21:01:27 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 21:01:27 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 21:01:27 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 21:01:27 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 21:01:27 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 21:01:27 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = edgex-ui [Pipeline] echo 21:01:28 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 21:01:28 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 21:01:28 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 21:01:28 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 21:01:28 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 21:01:28 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 21:01:28 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 21:01:28 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 21:01:28 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 21:01:28 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 21:01:28 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 21:01:28 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 21:01:28 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 21:01:28 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 21:01:28 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 21:01:28 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-637 [Pipeline] echo 21:01:28 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-637 [Pipeline] echo 21:01:28 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-637 [Pipeline] echo 21:01:28 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = a191c6c1bb81c3265a3a2a6a375b359c77cf7e3b [Pipeline] echo 21:01:28 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = a191c6c [Pipeline] echo 21:01:28 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 21:01:29 provisioning config files... 21:01:29 copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-637@tmp/config10470123590197738029tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 21:01:29 ---> docker-login.sh 21:01:29 nexus3.edgexfoundry.org:10001 21:01:29 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:01:29 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:01:29 Configure a credential helper to remove this warning. See 21:01:29 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:01:29 21:01:29 Login Succeeded 21:01:29 nexus3.edgexfoundry.org:10002 21:01:29 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:01:29 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:01:29 Configure a credential helper to remove this warning. See 21:01:29 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:01:29 21:01:29 Login Succeeded 21:01:29 nexus3.edgexfoundry.org:10003 21:01:29 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:01:29 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:01:29 Configure a credential helper to remove this warning. See 21:01:29 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:01:29 21:01:29 Login Succeeded 21:01:29 nexus3.edgexfoundry.org:10004 21:01:29 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:01:30 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:01:30 Configure a credential helper to remove this warning. See 21:01:30 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:01:30 21:01:30 Login Succeeded 21:01:30 docker.io 21:01:30 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:01:30 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:01:30 Configure a credential helper to remove this warning. See 21:01:30 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:01:30 21:01:30 Login Succeeded 21:01:30 ---> docker-login.sh ends [Pipeline] } 21:01:30 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 21:01:31 + git rev-list -1 --merges a191c6c1bb81c3265a3a2a6a375b359c77cf7e3b~1..a191c6c1bb81c3265a3a2a6a375b359c77cf7e3b [Pipeline] echo 21:01:31 -----------> git rev-list -1 --merges a191c6c1bb81c3265a3a2a6a375b359c77cf7e3b~1..a191c6c1bb81c3265a3a2a6a375b359c77cf7e3b a191c6c1bb81c3265a3a2a6a375b359c77cf7e3b [false] [Pipeline] sh 21:01:31 + git log --format=format:%s -1 a191c6c1bb81c3265a3a2a6a375b359c77cf7e3b [Pipeline] echo 21:01:31 ========================================================= 21:01:31 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 21:01:31 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 21:01:31 + git log --format=format:%s -1 a191c6c1bb81c3265a3a2a6a375b359c77cf7e3b [Pipeline] echo 21:01:31 [semverPrep] GIT_COMMIT: a191c6c1bb81c3265a3a2a6a375b359c77cf7e3b, Commit Message: feat: Make backend proxy algorithm configurable [Pipeline] echo 21:01:31 [semverPrep] This is not a build commit. [Pipeline] sh 21:01:32 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 21:01:32 + grep -v github /etc/ssh/ssh_known_hosts 21:01:32 + [ -e /tmp/ssh_known_hosts ] 21:01:32 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 21:01:32 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 21:01:32 + sudo tee -a /etc/ssh/ssh_known_hosts 21:01:32 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:01:32 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 21:01:32 21:01:32 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:01:33 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 21:01:33 0.1.4: Pulling from edgex-devops/py-git-semver 21:01:33 b85a868b505f: Pulling fs layer 21:01:33 e2be974225ed: Pulling fs layer 21:01:33 339a4e72a1f5: Pulling fs layer 21:01:33 988bab9f4d93: Pulling fs layer 21:01:33 1469e6f7b9e6: Pulling fs layer 21:01:33 eaf3925da568: Pulling fs layer 21:01:33 bab4dde63d76: Pulling fs layer 21:01:33 bde34c3a00c8: Pulling fs layer 21:01:33 b352a97aabf1: Pulling fs layer 21:01:33 4872d77fe225: Pulling fs layer 21:01:33 5851b861e8e6: Pulling fs layer 21:01:33 988bab9f4d93: Waiting 21:01:33 bde34c3a00c8: Waiting 21:01:33 1469e6f7b9e6: Waiting 21:01:33 eaf3925da568: Waiting 21:01:33 bab4dde63d76: Waiting 21:01:33 b352a97aabf1: Waiting 21:01:33 4872d77fe225: Waiting 21:01:33 5851b861e8e6: Waiting 21:01:33 e2be974225ed: Download complete 21:01:33 988bab9f4d93: Verifying Checksum 21:01:33 988bab9f4d93: Download complete 21:01:33 339a4e72a1f5: Verifying Checksum 21:01:33 339a4e72a1f5: Download complete 21:01:33 1469e6f7b9e6: Verifying Checksum 21:01:33 1469e6f7b9e6: Download complete 21:01:33 eaf3925da568: Verifying Checksum 21:01:33 eaf3925da568: Download complete 21:01:33 bde34c3a00c8: Verifying Checksum 21:01:33 bde34c3a00c8: Download complete 21:01:33 b352a97aabf1: Verifying Checksum 21:01:33 b352a97aabf1: Download complete 21:01:33 4872d77fe225: Verifying Checksum 21:01:33 4872d77fe225: Download complete 21:01:33 5851b861e8e6: Verifying Checksum 21:01:33 5851b861e8e6: Download complete 21:01:33 b85a868b505f: Verifying Checksum 21:01:33 b85a868b505f: Download complete 21:01:33 bab4dde63d76: Verifying Checksum 21:01:33 bab4dde63d76: Download complete 21:01:34 b85a868b505f: Pull complete 21:01:34 e2be974225ed: Pull complete 21:01:35 339a4e72a1f5: Pull complete 21:01:35 988bab9f4d93: Pull complete 21:01:35 1469e6f7b9e6: Pull complete 21:01:35 eaf3925da568: Pull complete 21:01:38 bab4dde63d76: Pull complete 21:01:38 bde34c3a00c8: Pull complete 21:01:38 b352a97aabf1: Pull complete 21:01:38 4872d77fe225: Pull complete 21:01:38 5851b861e8e6: Pull complete 21:01:38 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 21:01:38 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 21:01:38 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 21:01:38 prd-ubuntu20.04-docker-8c-8g-7629 does not seem to be running inside a container 21:01:38 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_edgex-ui-go_PR-637 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-637:/w/workspace/edgexfoundry_edgex-ui-go_PR-637:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-637@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-637@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 21:01:41 $ docker top 5975e6d42962ba2cf86fa65692f8e501f5ef53a9af381a0902c6a22965941ee3 -eo pid,comm 21:01:41 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). 21:01:41 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 21:01:41 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 21:01:41 [ssh-agent] Looking for ssh-agent implementation... 21:01:41 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 21:01:41 $ docker exec 5975e6d42962ba2cf86fa65692f8e501f5ef53a9af381a0902c6a22965941ee3 ssh-agent 21:01:41 SSH_AUTH_SOCK=/tmp/ssh-buyEHXm0aP1F/agent.33 21:01:41 SSH_AGENT_PID=39 21:01:41 Running ssh-add (command line suppressed) 21:01:42 Identity added: /w/workspace/edgexfoundry_edgex-ui-go_PR-637@tmp/private_key_4061674577780487433.key (/w/workspace/edgexfoundry_edgex-ui-go_PR-637@tmp/private_key_4061674577780487433.key) 21:01:42 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 21:01:42 + git tag --points-at HEAD [Pipeline] } 21:01:42 $ docker exec --env ******** --env ******** 5975e6d42962ba2cf86fa65692f8e501f5ef53a9af381a0902c6a22965941ee3 ssh-agent -k 21:01:42 unset SSH_AUTH_SOCK; 21:01:42 unset SSH_AGENT_PID; 21:01:42 echo Agent pid 39 killed; 21:01:42 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 21:01:42 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 21:01:42 [ssh-agent] Looking for ssh-agent implementation... 21:01:42 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 21:01:42 $ docker exec 5975e6d42962ba2cf86fa65692f8e501f5ef53a9af381a0902c6a22965941ee3 ssh-agent 21:01:42 SSH_AUTH_SOCK=/tmp/ssh-nGjZgl0RFX0D/agent.72 21:01:42 SSH_AGENT_PID=78 21:01:42 Running ssh-add (command line suppressed) 21:01:42 Identity added: /w/workspace/edgexfoundry_edgex-ui-go_PR-637@tmp/private_key_6560335263007331185.key (/w/workspace/edgexfoundry_edgex-ui-go_PR-637@tmp/private_key_6560335263007331185.key) 21:01:42 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 21:01:43 + git semver init 21:01:43 2023-09-22 21:01:43,452 [run_init] DEBUG init version:0.0.0 force:False 21:01:43 2023-09-22 21:01:43,453 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgexfoundry_edgex-ui-go_PR-637/.semver 21:01:43 2023-09-22 21:01:43,453 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-ui-go.git /w/workspace/edgexfoundry_edgex-ui-go_PR-637/.semver 21:01:43 2023-09-22 21:01:43,453 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/edgex-ui-go.git', '/w/workspace/edgexfoundry_edgex-ui-go_PR-637/.semver'], cwd=/w/workspace/edgexfoundry_edgex-ui-go_PR-637, universal_newlines=False, shell=None, istream=None) 21:01:44 2023-09-22 21:01:44,824 [append_file] DEBUG append to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-637/.git/info/exclude 21:01:44 2023-09-22 21:01:44,824 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgexfoundry_edgex-ui-go_PR-637/.semver/PR-637 with force:False 21:01:44 2023-09-22 21:01:44,824 [write_file] DEBUG write to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-637/.semver/PR-637 21:01:44 2023-09-22 21:01:44,828 [execute] INFO git cat-file --batch-check 21:01:44 2023-09-22 21:01:44,829 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgexfoundry_edgex-ui-go_PR-637/.semver, universal_newlines=False, shell=None, istream=) 21:01:44 2023-09-22 21:01:44,836 [execute] INFO git cat-file --batch 21:01:44 2023-09-22 21:01:44,837 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgexfoundry_edgex-ui-go_PR-637/.semver, universal_newlines=False, shell=None, istream=) 21:01:44 2023-09-22 21:01:44,842 [read_version] DEBUG read version from /w/workspace/edgexfoundry_edgex-ui-go_PR-637/.semver/PR-637 21:01:44 0.0.0 [Pipeline] } 21:01:44 $ docker exec --env ******** --env ******** 5975e6d42962ba2cf86fa65692f8e501f5ef53a9af381a0902c6a22965941ee3 ssh-agent -k 21:01:45 unset SSH_AUTH_SOCK; 21:01:45 unset SSH_AGENT_PID; 21:01:45 echo Agent pid 78 killed; 21:01:45 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 21:01:45 + git semver [Pipeline] } 21:01:45 $ docker stop --time=1 5975e6d42962ba2cf86fa65692f8e501f5ef53a9af381a0902c6a22965941ee3 21:01:47 $ docker rm -f --volumes 5975e6d42962ba2cf86fa65692f8e501f5ef53a9af381a0902c6a22965941ee3 [Pipeline] // withDockerContainer [Pipeline] sh 21:01:47 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 21:01:47 Stashed 1 file(s) [Pipeline] echo 21:01:47 [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 21:01:48 provisioning config files... 21:01:48 copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-637@tmp/config17601885042074408014tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 21:01:48 ---> docker-login.sh 21:01:48 nexus3.edgexfoundry.org:10001 21:01:48 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:01:48 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:01:48 Configure a credential helper to remove this warning. See 21:01:48 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:01:48 21:01:48 Login Succeeded 21:01:48 nexus3.edgexfoundry.org:10002 21:01:48 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:01:48 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:01:48 Configure a credential helper to remove this warning. See 21:01:48 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:01:48 21:01:48 Login Succeeded 21:01:48 nexus3.edgexfoundry.org:10003 21:01:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:01:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:01:49 Configure a credential helper to remove this warning. See 21:01:49 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:01:49 21:01:49 Login Succeeded 21:01:49 nexus3.edgexfoundry.org:10004 21:01:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:01:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:01:49 Configure a credential helper to remove this warning. See 21:01:49 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:01:49 21:01:49 Login Succeeded 21:01:49 docker.io 21:01:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:01:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:01:49 Configure a credential helper to remove this warning. See 21:01:49 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:01:49 21:01:49 Login Succeeded 21:01:49 ---> docker-login.sh ends [Pipeline] } 21:01:49 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 21:01:49 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 21:01:49 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 21:01:49 ========================================================= 21:01:49 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine] 21:01:49 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:01:50 + 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 . 21:01:50 Sending build context to Docker daemon 46.4MB 21:01:50 Step 1/15 : ARG BASE=golang:1.21-alpine3.18 21:01:50 Step 2/15 : FROM ${BASE} AS builder 21:01:50 1.21-alpine: Pulling from edgex-devops/edgex-golang-base 21:01:50 7264a8db6415: Pulling fs layer 21:01:50 c4d48a809fc2: Pulling fs layer 21:01:50 4f1c88b9dad5: Pulling fs layer 21:01:50 ad3a456e5733: Pulling fs layer 21:01:50 33e27b845d1e: Pulling fs layer 21:01:50 c68163c4e522: Pulling fs layer 21:01:50 50da416c3ac9: Pulling fs layer 21:01:50 23d2d4c4bb30: Pulling fs layer 21:01:50 ad3a456e5733: Waiting 21:01:50 c68163c4e522: Waiting 21:01:50 50da416c3ac9: Waiting 21:01:50 33e27b845d1e: Waiting 21:01:50 c4d48a809fc2: Download complete 21:01:50 ad3a456e5733: Verifying Checksum 21:01:50 ad3a456e5733: Download complete 21:01:50 33e27b845d1e: Download complete 21:01:50 7264a8db6415: Verifying Checksum 21:01:50 7264a8db6415: Download complete 21:01:50 c68163c4e522: Verifying Checksum 21:01:50 c68163c4e522: Download complete 21:01:50 7264a8db6415: Pull complete 21:01:51 c4d48a809fc2: Pull complete 21:01:51 23d2d4c4bb30: Verifying Checksum 21:01:51 23d2d4c4bb30: Download complete 21:01:51 4f1c88b9dad5: Verifying Checksum 21:01:51 4f1c88b9dad5: Download complete 21:01:51 50da416c3ac9: Verifying Checksum 21:01:51 50da416c3ac9: Download complete 21:01:54 4f1c88b9dad5: Pull complete 21:01:54 ad3a456e5733: Pull complete 21:01:54 33e27b845d1e: Pull complete 21:01:54 c68163c4e522: Pull complete 21:01:56 50da416c3ac9: Pull complete 21:01:56 23d2d4c4bb30: Pull complete 21:01:56 Digest: sha256:869f8081a9cc57a47d9be3c92245bb8518e7edea9beab93563b77b0fbed5fa8c 21:01:56 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine 21:01:56 ---> 0786185ac409 21:01:56 Step 3/15 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" 21:02:01 ---> Running in 048298476af6 21:02:01 Removing intermediate container 048298476af6 21:02:01 ---> 7830ebdeaf2d 21:02:01 Step 4/15 : ARG ALPINE_PKG_BASE="make git" 21:02:01 ---> Running in 918d7238d125 21:02:01 Removing intermediate container 918d7238d125 21:02:01 ---> bd025604d733 21:02:01 Step 5/15 : ARG ALPINE_PKG_EXTRA="" 21:02:01 ---> Running in 8ca873de0495 21:02:01 Removing intermediate container 8ca873de0495 21:02:01 ---> 8185a4e7629d 21:02:01 Step 6/15 : LABEL Name=edgex-ui-go 21:02:01 ---> Running in c6268a0b3736 21:02:01 Removing intermediate container c6268a0b3736 21:02:01 ---> 757fe8153a05 21:02:01 Step 7/15 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2023: Intel' 21:02:01 ---> Running in 41d1557077a0 21:02:01 Removing intermediate container 41d1557077a0 21:02:01 ---> be3a61b153fe 21:02:01 Step 8/15 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 21:02:01 latest: Pulling from library/docker 21:02:01 7264a8db6415: Already exists 21:02:01 cfafd3a03f86: Pulling fs layer 21:02:01 4f4fb700ef54: Pulling fs layer 21:02:01 f11d96ce7eaa: Pulling fs layer 21:02:01 6adc040a05cc: Pulling fs layer 21:02:01 787484ec7e57: Pulling fs layer 21:02:01 ab22443da284: Pulling fs layer 21:02:01 4df676a3ac49: Pulling fs layer 21:02:01 579a751e9a42: Pulling fs layer 21:02:01 433699f84749: Pulling fs layer 21:02:01 3e5c5f3a87be: Pulling fs layer 21:02:01 389d589ce89a: Pulling fs layer 21:02:01 a43e1216f500: Pulling fs layer 21:02:01 2c2a8ce1e4eb: Pulling fs layer 21:02:01 579a751e9a42: Waiting 21:02:01 6adc040a05cc: Waiting 21:02:01 433699f84749: Waiting 21:02:01 3e5c5f3a87be: Waiting 21:02:01 787484ec7e57: Waiting 21:02:01 389d589ce89a: Waiting 21:02:01 ab22443da284: Waiting 21:02:01 4df676a3ac49: Waiting 21:02:01 2c2a8ce1e4eb: Waiting 21:02:01 4f4fb700ef54: Verifying Checksum 21:02:01 cfafd3a03f86: Verifying Checksum 21:02:01 cfafd3a03f86: Download complete 21:02:02 f11d96ce7eaa: Verifying Checksum 21:02:02 f11d96ce7eaa: Download complete 21:02:02 cfafd3a03f86: Pull complete 21:02:02 6adc040a05cc: Verifying Checksum 21:02:02 6adc040a05cc: Download complete 21:02:02 4f4fb700ef54: Pull complete 21:02:02 ab22443da284: Verifying Checksum 21:02:02 ab22443da284: Download complete 21:02:02 787484ec7e57: Verifying Checksum 21:02:02 787484ec7e57: Download complete 21:02:02 4df676a3ac49: Verifying Checksum 21:02:02 4df676a3ac49: Download complete 21:02:02 579a751e9a42: Verifying Checksum 21:02:02 579a751e9a42: Download complete 21:02:02 3e5c5f3a87be: Download complete 21:02:02 433699f84749: Verifying Checksum 21:02:02 433699f84749: Download complete 21:02:02 f11d96ce7eaa: Pull complete 21:02:02 a43e1216f500: Verifying Checksum 21:02:02 a43e1216f500: Download complete 21:02:02 2c2a8ce1e4eb: Download complete 21:02:02 389d589ce89a: Verifying Checksum 21:02:02 389d589ce89a: Download complete 21:02:02 6adc040a05cc: Pull complete 21:02:03 Still waiting to schedule task 21:02:03 All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline 21:02:03 787484ec7e57: Pull complete 21:02:03 ab22443da284: Pull complete 21:02:03 4df676a3ac49: Pull complete 21:02:03 579a751e9a42: Pull complete 21:02:04 433699f84749: Pull complete 21:02:04 3e5c5f3a87be: Pull complete 21:02:04 389d589ce89a: Pull complete 21:02:05 a43e1216f500: Pull complete 21:02:05 2c2a8ce1e4eb: Pull complete 21:02:05 Digest: sha256:9e6dbb25d3c0e1e2d222c8a3f074cb8240d1a716d0c6868f76eb3d5a4dfb174c 21:02:05 Status: Downloaded newer image for docker:latest 21:02:07 ---> 9cfe95775d2a 21:02:07 Step 9/15 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 21:02:07 ---> Running in ae1c611b4241 21:02:07 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 21:02:07 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 21:02:07 OK: 264 MiB in 52 packages 21:02:08 Removing intermediate container ae1c611b4241 21:02:08 ---> aa73e32ffe32 21:02:08 Step 10/15 : ENV GO111MODULE=on 21:02:08 ---> Running in 55204758359c 21:02:08 Removing intermediate container 55204758359c 21:02:08 ---> 7142b886339f 21:02:08 Step 11/15 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go 21:02:08 ---> Running in 5dcef86ff1d0 21:02:08 Removing intermediate container 5dcef86ff1d0 21:02:08 ---> 9d33017786d1 21:02:08 Step 12/15 : COPY go.mod vendor* ./ 21:02:08 ---> cd1a7a18b875 21:02:08 Step 13/15 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 21:02:08 ---> Running in 696027b0073e 21:02:47 Removing intermediate container 696027b0073e 21:02:47 ---> 0876a2a9d4e9 21:02:47 Step 14/15 : COPY . . 21:02:47 ---> 52005a6e0cb0 21:02:47 Step 15/15 : RUN ${MAKE} 21:02:47 ---> Running in 24465182e0df 21:02:47 noop 21:02:47 Removing intermediate container 24465182e0df 21:02:47 ---> 360b59dd74a2 21:02:47 Successfully built 360b59dd74a2 21:02:47 Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:02:48 + docker inspect -f . ci-base-image-x86_64 21:02:48 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 21:02:48 prd-ubuntu20.04-docker-8c-8g-7629 does not seem to be running inside a container 21:02:48 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgexfoundry_edgex-ui-go_PR-637 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-637:/w/workspace/edgexfoundry_edgex-ui-go_PR-637:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-637@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-637@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 21:02:48 $ docker top 4439b4515267c95022e731c026d40b8e5782110a4b7431ef67549763df56636b -eo pid,comm [Pipeline] { [Pipeline] sh 21:02:48 + go version 21:02:48 go version go1.21.0 linux/amd64 [Pipeline] } 21:02:48 $ docker stop --time=1 4439b4515267c95022e731c026d40b8e5782110a4b7431ef67549763df56636b 21:02:50 $ docker rm -f --volumes 4439b4515267c95022e731c026d40b8e5782110a4b7431ef67549763df56636b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:02:50 + docker inspect -f . ci-base-image-x86_64 21:02:50 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 21:02:51 prd-ubuntu20.04-docker-8c-8g-7629 does not seem to be running inside a container 21:02:51 $ 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-637 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-637:/w/workspace/edgexfoundry_edgex-ui-go_PR-637:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-637@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-637@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 21:02:51 $ docker top a04d85d9569611a9e822d1f6f346be749e347a6f15de07800e1bcef20c51d2ee -eo pid,comm [Pipeline] { [Pipeline] sh 21:02:51 + git config --global --add safe.directory /w/workspace/edgexfoundry_edgex-ui-go_PR-637 [Pipeline] fileExists [Pipeline] sh 21:02:52 + make test 21:02:52 CGO_ENABLED=0 GO111MODULE=on go test -tags "no_messagebus" -coverprofile=coverage.out ./... 21:02:53 ? github.com/edgexfoundry/edgex-ui-go [no test files] 21:03:01 ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] 21:03:01 ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] 21:03:01 ? github.com/edgexfoundry/edgex-ui-go/internal/common [no test files] 21:03:01 ? github.com/edgexfoundry/edgex-ui-go/internal/config [no test files] 21:03:01 ? github.com/edgexfoundry/edgex-ui-go/internal/container [no test files] 21:03:01 ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] 21:03:01 ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] 21:03:01 ? github.com/edgexfoundry/edgex-ui-go/internal/service [no test files] 21:03:01 CGO_ENABLED=0 GO111MODULE=on go vet -tags "no_messagebus" ./... 21:03:04 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 21:03:04 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 21:03:04 ./bin/test-attribution-txt.sh 21:03:04 make -C web test 21:03:04 make[1]: Entering directory '/w/workspace/edgexfoundry_edgex-ui-go_PR-637/web' 21:03:04 make[1]: tput: No such file or directory 21:03:04 make[1]: tput: No such file or directory 21:03:04 warning: generating ./VERSION 21:03:04 echo "0.0.0" > VERSION 21:03:04 docker build \ 21:03:04 -f Dockerfile \ 21:03:04 --build-arg USER=1000 \ 21:03:04 \ 21:03:04 --label "git_sha=a191c6c1bb81c3265a3a2a6a375b359c77cf7e3b" \ 21:03:04 -t edgexfoundry/edgex-web-ui:a191c6c1bb81c3265a3a2a6a375b359c77cf7e3b \ 21:03:04 -t edgexfoundry/edgex-web-ui:0.0.0-dev \ 21:03:04 . 21:03:04 DEPRECATED: The legacy builder is deprecated and will be removed in a future release. 21:03:04 Install the buildx component to build images with BuildKit: 21:03:04 https://docs.docker.com/go/buildx/ 21:03:04 21:03:04 Sending build context to Docker daemon 2.684MB 21:03:04 Step 1/11 : FROM node:18-alpine3.18 21:03:04 18-alpine3.18: Pulling from library/node 21:03:04 7264a8db6415: Already exists 21:03:04 3a6f55851eb7: Pulling fs layer 21:03:04 7486ac2d79f6: Pulling fs layer 21:03:04 a57032b0c6a0: Pulling fs layer 21:03:05 a57032b0c6a0: Verifying Checksum 21:03:05 a57032b0c6a0: Download complete 21:03:05 7486ac2d79f6: Verifying Checksum 21:03:05 7486ac2d79f6: Download complete 21:03:06 3a6f55851eb7: Verifying Checksum 21:03:06 3a6f55851eb7: Download complete 21:03:08 3a6f55851eb7: Pull complete 21:03:08 7486ac2d79f6: Pull complete 21:03:08 a57032b0c6a0: Pull complete 21:03:08 Digest: sha256:619ce27eb37c7c0476bd518085bf1ba892e2148fc1ab5dbaff2f20c56e50444d 21:03:08 Status: Downloaded newer image for node:18-alpine3.18 21:03:08 ---> ce4edc0a721a 21:03:08 Step 2/11 : RUN apk add --no-cache chromium 21:03:12 ---> Running in 65b68c0c2140 21:03:12 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 21:03:12 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 21:03:12 (1/154) Installing libexpat (2.5.0-r1) 21:03:12 (2/154) Installing brotli-libs (1.0.9-r14) 21:03:12 (3/154) Installing libbz2 (1.0.8-r5) 21:03:12 (4/154) Installing libpng (1.6.39-r3) 21:03:12 (5/154) Installing freetype (2.13.0-r5) 21:03:12 (6/154) Installing fontconfig (2.14.2-r3) 21:03:12 (7/154) Installing libfontenc (1.1.7-r2) 21:03:12 (8/154) Installing mkfontscale (1.2.2-r3) 21:03:12 (9/154) Installing font-opensans (0_git20210927-r1) 21:03:12 (10/154) Installing pkgconf (1.9.5-r0) 21:03:12 (11/154) Installing libffi (3.4.4-r2) 21:03:12 (12/154) Installing libintl (0.21.1-r7) 21:03:12 (13/154) Installing libblkid (2.38.1-r8) 21:03:12 (14/154) Installing libmount (2.38.1-r8) 21:03:12 (15/154) Installing pcre2 (10.42-r1) 21:03:12 (16/154) Installing glib (2.76.4-r0) 21:03:13 (17/154) Installing xz-libs (5.4.3-r0) 21:03:13 (18/154) Installing libxml2 (2.11.4-r0) 21:03:13 (19/154) Installing shared-mime-info (2.2-r5) 21:03:13 (20/154) Installing hicolor-icon-theme (0.17-r2) 21:03:13 (21/154) Installing libjpeg-turbo (2.1.5.1-r3) 21:03:13 (22/154) Installing libwebp (1.3.2-r0) 21:03:13 (23/154) Installing zstd-libs (1.5.5-r4) 21:03:13 (24/154) Installing tiff (4.5.1-r0) 21:03:13 (25/154) Installing gdk-pixbuf (2.42.10-r5) 21:03:13 (26/154) Installing gtk-update-icon-cache (3.24.38-r1) 21:03:13 (27/154) Installing libxau (1.0.11-r2) 21:03:13 (28/154) Installing libmd (1.0.4-r2) 21:03:13 (29/154) Installing libbsd (0.11.7-r1) 21:03:13 (30/154) Installing libxdmcp (1.1.4-r2) 21:03:13 (31/154) Installing libxcb (1.15-r1) 21:03:13 (32/154) Installing libx11 (1.8.4-r4) 21:03:13 (33/154) Installing libxcomposite (0.4.6-r3) 21:03:13 (34/154) Installing libxfixes (6.0.1-r2) 21:03:13 (35/154) Installing libxrender (0.9.11-r3) 21:03:13 (36/154) Installing libxcursor (1.2.1-r2) 21:03:13 (37/154) Installing libxdamage (1.1.6-r2) 21:03:13 (38/154) Installing libxext (1.3.5-r2) 21:03:13 (39/154) Installing libxi (1.8.1-r0) 21:03:13 (40/154) Installing libxinerama (1.1.5-r2) 21:03:13 (41/154) Installing libxrandr (1.5.3-r2) 21:03:13 (42/154) Installing libatk-1.0 (2.48.3-r0) 21:03:13 (43/154) Installing libxtst (1.2.4-r2) 21:03:13 (44/154) Installing dbus-libs (1.14.8-r0) 21:03:13 (45/154) Installing at-spi2-core (2.48.3-r0) 21:03:13 (46/154) Installing libatk-bridge-2.0 (2.48.3-r0) 21:03:13 (47/154) Installing pixman (0.42.2-r1) 21:03:13 (48/154) Installing cairo (1.17.8-r1) 21:03:13 (49/154) Installing cairo-gobject (1.17.8-r1) 21:03:13 (50/154) Installing avahi-libs (0.8-r13) 21:03:13 (51/154) Installing gmp (6.2.1-r3) 21:03:13 (52/154) Installing nettle (3.8.1-r2) 21:03:13 (53/154) Installing libunistring (1.1-r1) 21:03:13 (54/154) Installing libidn2 (2.3.4-r1) 21:03:13 (55/154) Installing p11-kit (0.24.1-r2) 21:03:13 (56/154) Installing libtasn1 (4.19.0-r1) 21:03:13 (57/154) Installing gnutls (3.8.0-r2) 21:03:13 (58/154) Installing cups-libs (2.4.7-r0) 21:03:13 (59/154) Installing libepoxy (1.5.10-r1) 21:03:13 (60/154) Installing fribidi (1.0.13-r0) 21:03:13 (61/154) Installing graphite2 (1.3.14-r5) 21:03:13 (62/154) Installing harfbuzz (7.3.0-r0) 21:03:13 (63/154) Installing libxft (2.3.8-r1) 21:03:13 (64/154) Installing pango (1.50.14-r1) 21:03:13 (65/154) Installing wayland-libs-client (1.22.0-r2) 21:03:13 (66/154) Installing wayland-libs-cursor (1.22.0-r2) 21:03:13 (67/154) Installing wayland-libs-egl (1.22.0-r2) 21:03:13 (68/154) Installing xkeyboard-config (2.38-r0) 21:03:13 (69/154) Installing libxkbcommon (1.5.0-r2) 21:03:13 (70/154) Installing gtk+3.0 (3.24.38-r1) 21:03:13 Executing gtk+3.0-3.24.38-r1.post-install 21:03:13 (71/154) Installing icu-data-full (73.2-r2) 21:03:13 (72/154) Installing mesa (23.0.4-r0) 21:03:13 (73/154) Installing llvm15-libs (15.0.7-r6) 21:03:14 (74/154) Installing hwdata-pci (0.370-r0) 21:03:14 (75/154) Installing libpciaccess (0.17-r2) 21:03:14 (76/154) Installing libdrm (2.4.115-r4) 21:03:14 (77/154) Installing musl-fts (1.2.7-r5) 21:03:14 (78/154) Installing libelf (0.189-r2) 21:03:14 (79/154) Installing mesa-glapi (23.0.4-r0) 21:03:14 (80/154) Installing mesa-dri-gallium (23.0.4-r0) 21:03:14 (81/154) Installing eudev-libs (3.2.11-r8) 21:03:14 (82/154) Installing libmagic (5.45-r0) 21:03:14 (83/154) Installing file (5.45-r0) 21:03:14 (84/154) Installing libice (1.1.1-r2) 21:03:14 (85/154) Installing libuuid (2.38.1-r8) 21:03:14 (86/154) Installing libsm (1.2.4-r1) 21:03:14 (87/154) Installing libxt (1.3.0-r2) 21:03:14 (88/154) Installing libxmu (1.1.4-r2) 21:03:14 (89/154) Installing xset (1.2.5-r1) 21:03:14 (90/154) Installing xprop (1.2.6-r0) 21:03:14 (91/154) Installing xdg-utils (1.1.3-r4) 21:03:14 (92/154) Installing libogg (1.3.5-r4) 21:03:14 (93/154) Installing flac-libs (1.4.3-r0) 21:03:14 (94/154) Installing alsa-lib (1.2.9-r1) 21:03:14 (95/154) Installing libatomic (12.2.1_git20220924-r10) 21:03:14 (96/154) Installing svt-av1-libs (1.6.0-r0) 21:03:14 (97/154) Installing aom-libs (3.6.1-r0) 21:03:14 (98/154) Installing libva (2.18.0-r1) 21:03:14 (99/154) Installing libvdpau (1.5-r1) 21:03:14 (100/154) Installing onevpl-libs (2023.2.1-r0) 21:03:14 (101/154) Installing ffmpeg-libavutil (6.0-r15) 21:03:14 (102/154) Installing libdav1d (1.2.1-r0) 21:03:14 (103/154) Installing libhwy (1.0.4-r1) 21:03:14 (104/154) Installing lcms2 (2.15-r2) 21:03:14 (105/154) Installing libjxl (0.8.2-r0) 21:03:14 (106/154) Installing lame-libs (3.100-r5) 21:03:14 (107/154) Installing opus (1.4-r0) 21:03:14 (108/154) Installing libgomp (12.2.1_git20220924-r10) 21:03:14 (109/154) Installing soxr (0.1.3-r5) 21:03:14 (110/154) Installing ffmpeg-libswresample (6.0-r15) 21:03:14 (111/154) Installing libtheora (1.1.1-r17) 21:03:14 (112/154) Installing libvorbis (1.3.7-r1) 21:03:14 (113/154) Installing libvpx (1.13.0-r1) 21:03:14 (114/154) Installing x264-libs (0.164_git20220602-r1) 21:03:14 (115/154) Installing numactl (2.0.16-r4) 21:03:14 (116/154) Installing x265-libs (3.5-r4) 21:03:14 (117/154) Installing xvidcore (1.3.7-r1) 21:03:14 (118/154) Installing ffmpeg-libavcodec (6.0-r15) 21:03:15 (119/154) Installing libbluray (1.3.4-r0) 21:03:15 (120/154) Installing mpg123-libs (1.31.3-r1) 21:03:15 (121/154) Installing libopenmpt (0.7.2-r0) 21:03:15 (122/154) Installing cjson (1.7.15-r4) 21:03:15 (123/154) Installing mbedtls (2.28.4-r0) 21:03:15 (124/154) Installing librist (0.2.7-r0) 21:03:15 (125/154) Installing libsrt (1.5.2-r0) 21:03:15 (126/154) Installing libssh (0.10.5-r0) 21:03:15 (127/154) Installing libsodium (1.0.18-r3) 21:03:15 (128/154) Installing libzmq (4.3.4-r4) 21:03:15 (129/154) Installing ffmpeg-libavformat (6.0-r15) 21:03:15 (130/154) Installing libevent (2.1.12-r6) 21:03:15 (131/154) Installing wayland-libs-server (1.22.0-r2) 21:03:15 (132/154) Installing mesa-gbm (23.0.4-r0) 21:03:15 (133/154) Installing harfbuzz-subset (7.3.0-r0) 21:03:15 (134/154) Installing icu-libs (73.2-r2) 21:03:15 (135/154) Installing jsoncpp (1.9.5-r0) 21:03:15 (136/154) Installing minizip (1.2.13-r0) 21:03:15 (137/154) Installing nspr (4.35-r2) 21:03:15 (138/154) Installing sqlite-libs (3.41.2-r2) 21:03:15 (139/154) Installing nss (3.91-r0) 21:03:15 (140/154) Installing pipewire-libs (0.3.70-r1) 21:03:15 (141/154) Installing libasyncns (0.8-r1) 21:03:15 (142/154) Installing libltdl (2.4.7-r2) 21:03:15 (143/154) Installing orc (0.4.34-r0) 21:03:15 (144/154) Installing libsndfile (1.2.0-r2) 21:03:15 (145/154) Installing speexdsp (1.2.1-r1) 21:03:15 (146/154) Installing tdb-libs (1.4.8-r1) 21:03:15 (147/154) Installing libpulse (16.1-r10) 21:03:15 (148/154) Installing snappy (1.1.10-r1) 21:03:15 (149/154) Installing libwoff2common (1.0.2-r2) 21:03:15 (150/154) Installing libwoff2enc (1.0.2-r2) 21:03:15 (151/154) Installing libgpg-error (1.47-r1) 21:03:15 (152/154) Installing libgcrypt (1.10.2-r1) 21:03:15 (153/154) Installing libxslt (1.1.38-r0) 21:03:15 (154/154) Installing chromium (117.0.5938.62-r0) 21:03:16 Executing busybox-1.36.1-r2.trigger 21:03:16 Executing fontconfig-2.14.2-r3.trigger 21:03:16 Executing mkfontscale-1.2.2-r3.trigger 21:03:16 Executing glib-2.76.4-r0.trigger 21:03:16 Executing shared-mime-info-2.2-r5.trigger 21:03:17 Executing gdk-pixbuf-2.42.10-r5.trigger 21:03:17 Executing gtk-update-icon-cache-3.24.38-r1.trigger 21:03:17 OK: 576 MiB in 171 packages 21:03:27 Removing intermediate container 65b68c0c2140 21:03:27 ---> 8fe0103a274a 21:03:27 Step 3/11 : ENV CHROME_BIN=/usr/bin/chromium-browser 21:03:27 ---> Running in 7e9ba79f7085 21:03:27 Removing intermediate container 7e9ba79f7085 21:03:27 ---> 9f105cf35569 21:03:27 Step 4/11 : ENV NODE_OPTIONS=--openssl-legacy-provider 21:03:27 ---> Running in c312b462d1d5 21:03:27 Removing intermediate container c312b462d1d5 21:03:27 ---> 5ad15a0c80af 21:03:27 Step 5/11 : ENV PATH /app/node_modules/.bin:$PATH 21:03:27 ---> Running in 189519bdb721 21:03:27 Removing intermediate container 189519bdb721 21:03:27 ---> 3d39529081c2 21:03:27 Step 6/11 : RUN npm install -g npm 21:03:27 ---> Running in f120ef37a478 21:03:35 21:03:35 removed 2 packages, and changed 59 packages in 7s 21:03:35 21:03:35 28 packages are looking for funding 21:03:35 run `npm fund` for details 21:03:35 Removing intermediate container f120ef37a478 21:03:35 ---> c0738fc5028f 21:03:35 Step 7/11 : ARG USER=1000 21:03:35 ---> Running in b8b46c32396a 21:03:35 Removing intermediate container b8b46c32396a 21:03:35 ---> bdd183920585 21:03:35 Step 8/11 : RUN deluser --remove-home node && adduser -u $USER -D -s /bin/sh node 21:03:35 ---> Running in cf9fada3c3cc 21:03:36 Removing intermediate container cf9fada3c3cc 21:03:36 ---> d68c7567dd40 21:03:36 Step 9/11 : USER $USER:$USER 21:03:36 ---> Running in 462a805d73bd 21:03:36 Removing intermediate container 462a805d73bd 21:03:36 ---> d87871cb1330 21:03:36 Step 10/11 : WORKDIR /app 21:03:36 ---> Running in 53ea1ff954a9 21:03:36 Removing intermediate container 53ea1ff954a9 21:03:36 ---> aa3646da26ed 21:03:36 Step 11/11 : LABEL git_sha=a191c6c1bb81c3265a3a2a6a375b359c77cf7e3b 21:03:36 ---> Running in 52f2cb0ef92b 21:03:36 Removing intermediate container 52f2cb0ef92b 21:03:36 ---> e065790c6675 21:03:36 Successfully built e065790c6675 21:03:36 Successfully tagged edgexfoundry/edgex-web-ui:a191c6c1bb81c3265a3a2a6a375b359c77cf7e3b 21:03:36 Successfully tagged edgexfoundry/edgex-web-ui:0.0.0-dev 21:03:36 touch edgex-web-ui.imagebuilt 21:03:36 mkdir -p node_modules coverage 21:03:36 chown "1000:1000" node_modules coverage package-lock.json 21:03:36 docker run --rm -i -v "$(pwd):/app" -u "1000:1000" edgexfoundry/edgex-web-ui:0.0.0-dev npm install 21:03:36 Running on prd-ubuntu20.04-docker-arm64-4c-16g-7630 in /w/workspace/edgexfoundry_edgex-ui-go_PR-637 [Pipeline] { [Pipeline] ws 21:03:36 Running in /w/workspace/edgex-ui-go/1 [Pipeline] { [Pipeline] checkout 21:03:37 The recommended git tool is: git 21:03:38 npm WARN EBADENGINE Unsupported engine { 21:03:38 npm WARN EBADENGINE package: '@angular-devkit/architect@0.1202.4', 21:03:38 npm WARN EBADENGINE required: { 21:03:38 npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', 21:03:38 npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', 21:03:38 npm WARN EBADENGINE yarn: '>= 1.13.0' 21:03:38 npm WARN EBADENGINE }, 21:03:38 npm WARN EBADENGINE current: { node: 'v18.18.0', npm: '10.1.0' } 21:03:38 npm WARN EBADENGINE } 21:03:38 npm WARN EBADENGINE Unsupported engine { 21:03:38 npm WARN EBADENGINE package: '@angular-devkit/build-angular@12.2.4', 21:03:38 npm WARN EBADENGINE required: { 21:03:38 npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', 21:03:38 npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', 21:03:38 npm WARN EBADENGINE yarn: '>= 1.13.0' 21:03:38 npm WARN EBADENGINE }, 21:03:38 npm WARN EBADENGINE current: { node: 'v18.18.0', npm: '10.1.0' } 21:03:38 npm WARN EBADENGINE } 21:03:38 npm WARN EBADENGINE Unsupported engine { 21:03:38 npm WARN EBADENGINE package: '@angular-devkit/build-optimizer@0.1202.4', 21:03:38 npm WARN EBADENGINE required: { 21:03:38 npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', 21:03:38 npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', 21:03:38 npm WARN EBADENGINE yarn: '>= 1.13.0' 21:03:38 npm WARN EBADENGINE }, 21:03:38 npm WARN EBADENGINE current: { node: 'v18.18.0', npm: '10.1.0' } 21:03:38 npm WARN EBADENGINE } 21:03:38 npm WARN EBADENGINE Unsupported engine { 21:03:38 npm WARN EBADENGINE package: '@angular-devkit/build-webpack@0.1202.4', 21:03:38 npm WARN EBADENGINE required: { 21:03:38 npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', 21:03:38 npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', 21:03:38 npm WARN EBADENGINE yarn: '>= 1.13.0' 21:03:38 npm WARN EBADENGINE }, 21:03:38 npm WARN EBADENGINE current: { node: 'v18.18.0', npm: '10.1.0' } 21:03:38 npm WARN EBADENGINE } 21:03:38 npm WARN EBADENGINE Unsupported engine { 21:03:38 npm WARN EBADENGINE package: '@angular-devkit/core@12.2.4', 21:03:38 npm WARN EBADENGINE required: { 21:03:38 npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', 21:03:38 npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', 21:03:38 npm WARN EBADENGINE yarn: '>= 1.13.0' 21:03:38 npm WARN EBADENGINE }, 21:03:38 npm WARN EBADENGINE current: { node: 'v18.18.0', npm: '10.1.0' } 21:03:38 npm WARN EBADENGINE } 21:03:38 npm WARN EBADENGINE Unsupported engine { 21:03:38 npm WARN EBADENGINE package: '@angular-devkit/schematics@12.2.4', 21:03:38 npm WARN EBADENGINE required: { 21:03:38 npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', 21:03:38 npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', 21:03:38 npm WARN EBADENGINE yarn: '>= 1.13.0' 21:03:38 npm WARN EBADENGINE }, 21:03:38 npm WARN EBADENGINE current: { node: 'v18.18.0', npm: '10.1.0' } 21:03:38 npm WARN EBADENGINE } 21:03:38 npm WARN EBADENGINE Unsupported engine { 21:03:38 npm WARN EBADENGINE package: '@angular/cli@12.2.4', 21:03:38 npm WARN EBADENGINE required: { 21:03:38 npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', 21:03:38 npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', 21:03:38 npm WARN EBADENGINE yarn: '>= 1.13.0' 21:03:38 npm WARN EBADENGINE }, 21:03:38 npm WARN EBADENGINE current: { node: 'v18.18.0', npm: '10.1.0' } 21:03:38 npm WARN EBADENGINE } 21:03:38 npm WARN EBADENGINE Unsupported engine { 21:03:38 npm WARN EBADENGINE package: '@ngtools/webpack@12.2.4', 21:03:38 npm WARN EBADENGINE required: { 21:03:38 npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', 21:03:38 npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', 21:03:38 npm WARN EBADENGINE yarn: '>= 1.13.0' 21:03:38 npm WARN EBADENGINE }, 21:03:38 npm WARN EBADENGINE current: { node: 'v18.18.0', npm: '10.1.0' } 21:03:38 npm WARN EBADENGINE } 21:03:38 npm WARN EBADENGINE Unsupported engine { 21:03:38 npm WARN EBADENGINE package: '@schematics/angular@12.2.4', 21:03:38 npm WARN EBADENGINE required: { 21:03:38 npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', 21:03:38 npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', 21:03:38 npm WARN EBADENGINE yarn: '>= 1.13.0' 21:03:38 npm WARN EBADENGINE }, 21:03:38 npm WARN EBADENGINE current: { node: 'v18.18.0', npm: '10.1.0' } 21:03:38 npm WARN EBADENGINE } 21:03:41 using credential edgex-jenkins-ssh 21:03:41 Cloning the remote Git repository 21:03:42 Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git 21:03:42 > git init /w/workspace/edgex-ui-go/1 # timeout=10 21:03:42 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 21:03:42 > git --version # timeout=10 21:03:42 > git --version # 'git version 2.25.1' 21:03:42 using GIT_SSH to set credentials SSH Credentials for GitHub 21:03:42 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 21:03:45 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 21:03:45 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 21:03:47 Merging remotes/origin/main commit 2fd4722eefcd485d8d8cf5eb24f524ab25e62510 into PR head commit a191c6c1bb81c3265a3a2a6a375b359c77cf7e3b 21:03:46 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 21:03:46 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 21:03:46 using GIT_SSH to set credentials SSH Credentials for GitHub 21:03:46 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/637/head:refs/remotes/origin/PR-637 +refs/heads/main:refs/remotes/origin/main # timeout=10 21:03:47 > git config core.sparsecheckout # timeout=10 21:03:47 > git checkout -f a191c6c1bb81c3265a3a2a6a375b359c77cf7e3b # timeout=10 21:03:47 Merge succeeded, producing a191c6c1bb81c3265a3a2a6a375b359c77cf7e3b 21:03:47 Checking out Revision a191c6c1bb81c3265a3a2a6a375b359c77cf7e3b (PR-637) 21:03:47 > git remote # timeout=10 21:03:47 > git config --get remote.origin.url # timeout=10 21:03:47 using GIT_SSH to set credentials SSH Credentials for GitHub 21:03:47 > git merge 2fd4722eefcd485d8d8cf5eb24f524ab25e62510 # timeout=10 21:03:47 > git rev-parse HEAD^{commit} # timeout=10 21:03:47 > git config core.sparsecheckout # timeout=10 21:03:47 > git checkout -f a191c6c1bb81c3265a3a2a6a375b359c77cf7e3b # timeout=10 21:03:50 npm WARN deprecated source-map-url@0.4.1: See https://github.com/lydell/source-map-url#deprecated 21:03:50 npm WARN deprecated @babel/plugin-proposal-private-methods@7.14.5: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-private-methods instead. 21:03:50 npm WARN deprecated @babel/plugin-proposal-numeric-separator@7.14.5: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-numeric-separator instead. 21:03:50 npm WARN deprecated @babel/plugin-proposal-async-generator-functions@7.14.7: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-async-generator-functions instead. 21:03:50 npm WARN deprecated @babel/plugin-proposal-object-rest-spread@7.14.7: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-object-rest-spread instead. 21:03:50 npm WARN deprecated @babel/plugin-proposal-private-property-in-object@7.15.4: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-private-property-in-object instead. 21:03:50 npm WARN deprecated source-map-resolve@0.6.0: See https://github.com/lydell/source-map-resolve#deprecated 21:03:50 npm WARN deprecated stable@0.1.8: Modern JS already guarantees Array#sort() is a stable sort, so this library is deprecated. See the compatibility table on MDN: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/sort#browser_compatibility 21:03:50 npm WARN deprecated urix@0.1.0: Please see https://github.com/lydell/urix#deprecated 21:03:50 npm WARN deprecated sourcemap-codec@1.4.8: Please use @jridgewell/sourcemap-codec instead 21:03:50 npm WARN deprecated har-validator@5.1.5: this library is no longer supported 21:03:50 npm WARN deprecated @npmcli/move-file@1.1.2: This functionality has been moved to @npmcli/fs 21:03:50 npm WARN deprecated @babel/plugin-proposal-class-properties@7.14.5: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-class-properties instead. 21:03:50 npm WARN deprecated flatten@1.0.3: flatten is deprecated in favor of utility frameworks such as lodash. 21:03:50 npm WARN deprecated @babel/plugin-proposal-export-namespace-from@7.14.5: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-export-namespace-from instead. 21:03:50 npm WARN deprecated @babel/plugin-proposal-unicode-property-regex@7.14.5: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-unicode-property-regex instead. 21:03:50 npm WARN deprecated @babel/plugin-proposal-dynamic-import@7.14.5: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-dynamic-import instead. 21:03:50 npm WARN deprecated @babel/plugin-proposal-logical-assignment-operators@7.14.5: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-logical-assignment-operators instead. 21:03:50 npm WARN deprecated @babel/plugin-proposal-class-static-block@7.15.4: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-class-static-block instead. 21:03:50 npm WARN deprecated @babel/plugin-proposal-json-strings@7.14.5: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-json-strings instead. 21:03:50 npm WARN deprecated @babel/plugin-proposal-optional-chaining@7.14.5: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-optional-chaining instead. 21:03:50 npm WARN deprecated @babel/plugin-proposal-optional-catch-binding@7.14.5: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-optional-catch-binding instead. 21:03:50 npm WARN deprecated @babel/plugin-proposal-nullish-coalescing-operator@7.14.5: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-nullish-coalescing-operator instead. 21:03:50 npm WARN deprecated resolve-url@0.2.1: https://github.com/lydell/resolve-url#deprecated 21:03:50 npm WARN deprecated source-map-resolve@0.5.3: See https://github.com/lydell/source-map-resolve#deprecated 21:03:50 npm WARN deprecated querystring@0.2.0: The querystring API is considered Legacy. new code should use the URLSearchParams API instead. 21:03:51 npm WARN deprecated source-map-resolve@0.5.3: See https://github.com/lydell/source-map-resolve#deprecated 21:03:51 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. 21:03:51 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. 21:03:51 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. 21:03:51 Commit message: "feat: Make backend proxy algorithm configurable" 21:03:51 npm WARN deprecated chokidar@2.1.8: Chokidar 2 does not receive security updates since 2019. Upgrade to chokidar 3 with 15x fewer dependencies 21:03:51 > git --version # timeout=10 21:03:51 > git --version # 'git version 2.25.1' 21:03:51 fatal: bad object e143027787c0ac28563f7e92b6cefc600d3b7107 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 21:03:52 npm WARN deprecated request@2.88.2: request has been deprecated, see https://github.com/request/request/issues/3142 21:03:52 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 21:03:52 % Total % Received % Xferd Average Speed Time Time Time Current 21:03:52 Dload Upload Total Spent Left Speed 21:03:52 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 78709 0 --:--:-- --:--:-- --:--:-- 79198 [Pipeline] sh 21:03:53 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 21:03:53 + sudo tee /etc/docker/daemon.new 21:03:53 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 21:03:53 { 21:03:53 "registry-mirrors": [ 21:03:53 "https://nexus3.edgexfoundry.org:10001" 21:03:53 ], 21:03:53 "bip": "10.250.0.254/24", 21:03:53 "hosts": [ 21:03:53 "tcp://0.0.0.0:5555", 21:03:53 "unix:///var/run/docker.sock" 21:03:53 ], 21:03:53 "mtu": 1458, 21:03:53 "selinux-enabled": true, 21:03:53 "seccomp-profile": "/etc/docker/seccomp.json" 21:03:53 } [Pipeline] sh 21:03:54 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 21:03:54 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 21:03:54 + sudo service docker restart 21:03:54 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 21:03:56 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. 21:04:00 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. 21:04:06 21:04:06 added 1478 packages, and audited 1479 packages in 29s 21:04:06 21:04:06 90 packages are looking for funding 21:04:06 run `npm fund` for details 21:04:06 21:04:06 40 vulnerabilities (1 low, 17 moderate, 18 high, 4 critical) 21:04:06 21:04:06 To address issues that do not require attention, run: 21:04:06 npm audit fix 21:04:06 21:04:06 To address all issues (including breaking changes), run: 21:04:06 npm audit fix --force 21:04:06 21:04:06 Run `npm audit` for details. [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 21:04:12 provisioning config files... 21:04:12 copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/1@tmp/config4540554415439945838tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 21:04:13 ---> docker-login.sh 21:04:13 nexus3.edgexfoundry.org:10001 21:04:13 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:04:13 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:04:13 Configure a credential helper to remove this warning. See 21:04:13 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:04:13 21:04:13 Login Succeeded 21:04:13 nexus3.edgexfoundry.org:10002 21:04:13 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:04:13 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:04:13 Configure a credential helper to remove this warning. See 21:04:13 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:04:13 21:04:13 Login Succeeded 21:04:13 nexus3.edgexfoundry.org:10003 21:04:14 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:04:14 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:04:14 Configure a credential helper to remove this warning. See 21:04:14 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:04:14 21:04:14 Login Succeeded 21:04:14 nexus3.edgexfoundry.org:10004 21:04:14 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:04:14 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:04:14 Configure a credential helper to remove this warning. See 21:04:14 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:04:14 21:04:14 Login Succeeded 21:04:14 docker.io 21:04:15 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:04:15 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 21:04:15 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:04:15 Configure a credential helper to remove this warning. See 21:04:15 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:04:15 21:04:15 Login Succeeded 21:04:15 ---> docker-login.sh ends [Pipeline] } 21:04:15 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 21:04:15 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 21:04:15 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 21:04:15 ========================================================= 21:04:15 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine] 21:04:15 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:04:16 + 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 . 21:04:16 - Generating browser application bundles (phase: setup)... 21:04:19 Sending build context to Docker daemon 29.15MB 21:04:19 Step 1/15 : ARG BASE=golang:1.21-alpine3.18 21:04:19 Step 2/15 : FROM ${BASE} AS builder 21:04:19 1.21-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 21:04:19 9fda8d8052c6: Pulling fs layer 21:04:19 5d54e960e981: Pulling fs layer 21:04:19 c4a7e357bf2a: Pulling fs layer 21:04:19 f0e02332f6b5: Pulling fs layer 21:04:19 cefa15bbcfad: Pulling fs layer 21:04:19 17808c966233: Pulling fs layer 21:04:19 f4c1fc716caa: Pulling fs layer 21:04:19 cefa15bbcfad: Waiting 21:04:19 17808c966233: Waiting 21:04:19 f4c1fc716caa: Waiting 21:04:19 f0e02332f6b5: Waiting 21:04:19 5d54e960e981: Verifying Checksum 21:04:19 5d54e960e981: Download complete 21:04:19 f0e02332f6b5: Verifying Checksum 21:04:19 f0e02332f6b5: Download complete 21:04:19 cefa15bbcfad: Verifying Checksum 21:04:19 cefa15bbcfad: Download complete 21:04:19 9fda8d8052c6: Verifying Checksum 21:04:19 9fda8d8052c6: Download complete 21:04:19 f4c1fc716caa: Verifying Checksum 21:04:19 f4c1fc716caa: Download complete 21:04:20 9fda8d8052c6: Pull complete 21:04:20 Compiling @angular/core : es2015 as esm2015 21:04:20 Compiling @angular/compiler/testing : es2015 as esm2015 21:04:21 5d54e960e981: Pull complete 21:04:21 c4a7e357bf2a: Verifying Checksum 21:04:21 c4a7e357bf2a: Download complete 21:04:22 17808c966233: Verifying Checksum 21:04:22 17808c966233: Download complete 21:04:23 Compiling @angular/core/testing : es2015 as esm2015 21:04:23 Compiling @angular/common : es2015 as esm2015 21:04:23 Compiling @angular/platform-browser : es2015 as esm2015 21:04:23 Compiling @angular/common/testing : es2015 as esm2015 21:04:24 Compiling @angular/common/http : es2015 as esm2015 21:04:24 Compiling @angular/platform-browser-dynamic : es2015 as esm2015 21:04:24 Compiling @angular/platform-browser/testing : es2015 as esm2015 21:04:24 Compiling @angular/forms : es2015 as esm2015 21:04:24 Compiling @angular/platform-browser-dynamic/testing : es2015 as esm2015 21:04:24 Compiling @angular/router : es2015 as esm2015 21:04:24 Compiling @angular/common/http/testing : es2015 as esm2015 21:04:26 Compiling @angular/router/testing : es2015 as esm2015 21:04:30 22 09 2023 21:04:29.953:INFO [karma-server]: Karma v6.3.16 server started at http://localhost:9876/ 21:04:30 22 09 2023 21:04:29.955:INFO [launcher]: Launching browsers ChromeHeadlessNoSandbox with concurrency unlimited 21:04:30 22 09 2023 21:04:29.960:INFO [launcher]: Starting browser ChromeHeadless 21:04:34 c4a7e357bf2a: Pull complete 21:04:34 f0e02332f6b5: Pull complete 21:04:34 cefa15bbcfad: Pull complete 21:04:40 17808c966233: Pull complete 21:04:40 ✔ Browser application bundle generation complete. 21:04:40 22 09 2023 21:04:39.136:INFO [Chrome Headless 117.0.5938.62 (Linux x86_64)]: Connected on socket GHbnroWBmDjRL6ixAAAB with id 13214612 21:04:41 f4c1fc716caa: Pull complete 21:04:41 Digest: sha256:f9b5da702465edd0a2564459334de068a24595700ad6c8d0b85b07445f0b3000 21:04:41 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine 21:04:41 ---> ea914061e18c 21:04:41 Step 3/15 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" 21:04:41 Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 0 of 145 SUCCESS (0 secs / 0 secs) 21:04:41 Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 1 of 145 SUCCESS (0 secs / 0.08 secs) 21:04:41 Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 2 of 145 SUCCESS (0 secs / 0.128 secs) 21:04:41 Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 3 of 145 SUCCESS (0 secs / 0.141 secs) 21:04:41 Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 4 of 145 SUCCESS (0 secs / 0.175 secs) 21:04:41 Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 5 of 145 SUCCESS (0 secs / 0.182 secs) 21:04:41 Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 6 of 145 SUCCESS (0 secs / 0.193 secs) 21:04:41 Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 7 of 145 SUCCESS (0 secs / 0.198 secs) 21:04:41 Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 8 of 145 SUCCESS (0 secs / 0.213 secs) 21:04:41 Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 9 of 145 SUCCESS (0 secs / 0.222 secs) 21:04:42 Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 10 of 145 SUCCESS (0 secs / 0.231 secs) 21:04:42 Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 11 of 145 SUCCESS (0 secs / 0.244 secs) 21:04:42 Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 12 of 145 SUCCESS (0 secs / 0.252 secs) 21:04:42 Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 13 of 145 SUCCESS (0 secs / 0.262 secs) 21:04:42 Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 14 of 145 SUCCESS (0 secs / 0.272 secs) 21:04:42 Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 15 of 145 SUCCESS (0 secs / 0.3 secs) 21:04:42 Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 16 of 145 SUCCESS (0 secs / 0.32 secs) 21:04:42 Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 17 of 145 SUCCESS (0 secs / 0.348 secs) 21:04:42 Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 18 of 145 SUCCESS (0 secs / 0.355 secs) 21:04:42 Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 19 of 145 SUCCESS (0 secs / 0.369 secs) 21:04:42 Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 20 of 145 SUCCESS (0 secs / 0.373 secs) 21:04:42 Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 21 of 145 SUCCESS (0 secs / 0.381 secs) 21:04:42 Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 22 of 145 SUCCESS (0 secs / 0.386 secs) 21:04:42 Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 23 of 145 SUCCESS (0 secs / 0.389 secs) 21:04:42 Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 24 of 145 SUCCESS (0 secs / 0.391 secs) 21:04:42 Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 25 of 145 SUCCESS (0 secs / 0.399 secs) 21:04:42 Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 26 of 145 SUCCESS (0 secs / 0.405 secs) 21:04:42 Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 27 of 145 SUCCESS (0 secs / 0.409 secs) 21:04:42 Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 28 of 145 SUCCESS (0 secs / 0.413 secs) 21:04:42 Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 29 of 145 SUCCESS (0 secs / 0.415 secs) 21:04:42 Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 30 of 145 SUCCESS (0 secs / 0.421 secs) 21:04:42 Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 31 of 145 SUCCESS (0 secs / 0.424 secs) 21:04:42 Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 32 of 145 SUCCESS (0 secs / 0.425 secs) 21:04:42 Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 33 of 145 SUCCESS (0 secs / 0.426 secs) 21:04:42 Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 34 of 145 SUCCESS (0 secs / 0.428 secs) 21:04:42 Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 35 of 145 SUCCESS (0 secs / 0.456 secs) 21:04:42 Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 36 of 145 SUCCESS (0 secs / 0.471 secs) 21:04:42 Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 37 of 145 SUCCESS (0 secs / 0.474 secs) 21:04:42 Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 38 of 145 SUCCESS (0 secs / 0.476 secs) 21:04:42 Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 39 of 145 SUCCESS (0 secs / 0.481 secs) 21:04:42 Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 40 of 145 SUCCESS (0 secs / 0.486 secs) 21:04:42 Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 41 of 145 SUCCESS (0 secs / 0.492 secs) 21:04:42 Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 42 of 145 SUCCESS (0 secs / 0.495 secs) 21:04:42 Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 43 of 145 SUCCESS (0 secs / 0.497 secs) 21:04:42 Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 44 of 145 SUCCESS (0 secs / 0.499 secs) 21:04:42 Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 45 of 145 SUCCESS (0 secs / 0.52 secs) 21:04:42 Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 46 of 145 SUCCESS (0 secs / 0.543 secs) 21:04:42 Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 47 of 145 SUCCESS (0 secs / 0.55 secs) 21:04:42 Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 48 of 145 SUCCESS (0 secs / 0.564 secs) 21:04:42 Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 49 of 145 SUCCESS (0 secs / 0.568 secs) 21:04:42 Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 50 of 145 SUCCESS (0 secs / 0.571 secs) 21:04:42 Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 51 of 145 SUCCESS (0 secs / 0.573 secs) 21:04:42 Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 52 of 145 SUCCESS (0 secs / 0.58 secs) 21:04:42 Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 53 of 145 SUCCESS (0 secs / 0.6 secs) 21:04:42 Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 54 of 145 SUCCESS (0 secs / 0.609 secs) 21:04:42 Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 55 of 145 SUCCESS (0 secs / 0.615 secs) 21:04:42 Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 56 of 145 SUCCESS (0 secs / 0.62 secs) 21:04:42 Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 57 of 145 SUCCESS (0 secs / 0.643 secs) 21:04:42 Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 58 of 145 SUCCESS (0 secs / 0.658 secs) 21:04:42 Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 59 of 145 SUCCESS (0 secs / 0.661 secs) 21:04:42 Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 60 of 145 SUCCESS (0 secs / 0.664 secs) 21:04:42 Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 61 of 145 SUCCESS (0 secs / 0.665 secs) 21:04:42 Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 62 of 145 SUCCESS (0 secs / 0.669 secs) 21:04:42 Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 63 of 145 SUCCESS (0 secs / 0.681 secs) 21:04:42 Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 64 of 145 SUCCESS (0 secs / 0.7 secs) 21:04:42 Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 65 of 145 SUCCESS (0 secs / 0.704 secs) 21:04:42 Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 66 of 145 SUCCESS (0 secs / 0.708 secs) 21:04:42 Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 67 of 145 SUCCESS (0 secs / 0.71 secs) 21:04:42 Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 68 of 145 SUCCESS (0 secs / 0.712 secs) 21:04:42 Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 69 of 145 SUCCESS (0 secs / 0.713 secs) 21:04:42 Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 70 of 145 SUCCESS (0 secs / 0.716 secs) 21:04:42 Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 71 of 145 SUCCESS (0 secs / 0.717 secs) 21:04:42 Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 72 of 145 SUCCESS (0 secs / 0.727 secs) 21:04:42 Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 73 of 145 SUCCESS (0 secs / 0.739 secs) 21:04:42 Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 74 of 145 SUCCESS (0 secs / 0.743 secs) 21:04:42 Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 75 of 145 SUCCESS (0 secs / 0.756 secs) 21:04:42 Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 76 of 145 SUCCESS (0 secs / 0.761 secs) 21:04:42 Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 77 of 145 SUCCESS (0 secs / 0.769 secs) 21:04:42 Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 78 of 145 SUCCESS (0 secs / 0.79 secs) 21:04:42 Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 79 of 145 SUCCESS (0 secs / 0.798 secs) 21:04:42 Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 80 of 145 SUCCESS (0 secs / 0.799 secs) 21:04:42 Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 81 of 145 SUCCESS (0 secs / 0.8 secs) 21:04:42 Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 82 of 145 SUCCESS (0 secs / 0.831 secs) 21:04:42 Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 83 of 145 SUCCESS (0 secs / 0.838 secs) 21:04:42 WARN: ' 21:04:42 It looks like you're using ngModel on the same form field as formControlName. 21:04:42 Support for using the ngModel input property and ngModelChange event with 21:04:42 reactive form directives has been deprecated in Angular v6 and will be removed 21:04:42 in a future version of Angular. 21:04:42 21:04:42 For more information on this, see our API docs here: 21:04:42 https://angular.io/api/forms/FormControlName#use-with-ngmodel 21:04:42 ' 21:04:42 Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 83 of 145 SUCCESS (0 secs / 0.838 secs) 21:04:42 WARN: ' 21:04:42 It looks like you're using ngModel on the same form field as formControlName. 21:04:42 Support for using the ngModel input property and ngModelChange event with 21:04:42 reactive form directives has been deprecated in Angular v6 and will be removed 21:04:42 in a future version of Angular. 21:04:42 21:04:42 For more information on this, see our API docs here: 21:04:42 https://angular.io/api/forms/FormControlName#use-with-ngmodel 21:04:42 ' 21:04:42 Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 84 of 145 SUCCESS (0 secs / 0.854 secs) 21:04:42 Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 85 of 145 SUCCESS (0 secs / 0.857 secs) 21:04:42 Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 86 of 145 SUCCESS (0 secs / 0.859 secs) 21:04:42 Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 87 of 145 SUCCESS (0 secs / 0.862 secs) 21:04:42 Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 88 of 145 SUCCESS (0 secs / 0.876 secs) 21:04:42 Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 89 of 145 SUCCESS (0 secs / 0.883 secs) 21:04:42 Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 90 of 145 SUCCESS (0 secs / 0.895 secs) 21:04:42 Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 91 of 145 SUCCESS (0 secs / 0.897 secs) 21:04:42 Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 92 of 145 SUCCESS (0 secs / 0.911 secs) 21:04:42 Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 93 of 145 SUCCESS (0 secs / 0.916 secs) 21:04:42 Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 94 of 145 SUCCESS (0 secs / 0.918 secs) 21:04:42 Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 95 of 145 SUCCESS (0 secs / 0.919 secs) 21:04:42 Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 96 of 145 SUCCESS (0 secs / 0.926 secs) 21:04:42 Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 97 of 145 SUCCESS (0 secs / 0.945 secs) 21:04:42 Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 98 of 145 SUCCESS (0 secs / 0.958 secs) 21:04:42 Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 99 of 145 SUCCESS (0 secs / 0.961 secs) 21:04:42 Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 100 of 145 SUCCESS (0 secs / 0.962 secs) 21:04:42 Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 101 of 145 SUCCESS (0 secs / 0.964 secs) 21:04:42 Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 102 of 145 SUCCESS (0 secs / 0.978 secs) 21:04:42 Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 103 of 145 SUCCESS (0 secs / 0.984 secs) 21:04:42 Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 104 of 145 SUCCESS (0 secs / 0.988 secs) 21:04:42 Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 105 of 145 SUCCESS (0 secs / 0.996 secs) 21:04:42 Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 106 of 145 SUCCESS (0 secs / 1.003 secs) 21:04:42 Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 107 of 145 SUCCESS (0 secs / 1.008 secs) 21:04:42 ---> Running in 83ddcee8323f 21:04:43 Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 108 of 145 SUCCESS (0 secs / 1.011 secs) 21:04:43 Chrome Headless 117.0.5938.62 (Linux x86_64) AuthService: unit test verifies that tokenValidate() works as expected FAILED 21:04:43 Error: Expected one matching request for criteria "Match method: GET, URL: /core-metadata/api/v3/ping", found none. Requests received are: GET /core-metadata/api/v3/version. 21:04:43 at HttpClientTestingBackend.expectOne (node_modules/@angular/common/__ivy_ngcc__/fesm2015/http/testing.js:297:1) 21:04:43 at UserContext. (src/app/services/auth.service.spec.ts:49:34) 21:04:43 at ZoneDelegate.invoke (node_modules/zone.js/dist/zone.js:400:1) 21:04:43 at ProxyZoneSpec.onInvoke (node_modules/zone.js/dist/zone-testing.js:301:43) 21:04:43 at ZoneDelegate.invoke (node_modules/zone.js/dist/zone.js:399:1) 21:04:43 at Zone.run (node_modules/zone.js/dist/zone.js:160:1) 21:04:43 at runInTestZone (node_modules/zone.js/dist/zone-testing.js:581:38) 21:04:43 at UserContext. (node_modules/zone.js/dist/zone-testing.js:596:24) 21:04:43 at 21:04:43 Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 109 of 145 (1 FAILED) (0 secs / 1.107 secs) 21:04:43 Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 110 of 145 (1 FAILED) (0 secs / 1.108 secs) 21:04:43 Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 111 of 145 (1 FAILED) (0 secs / 1.11 secs) 21:04:43 Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 112 of 145 (1 FAILED) (0 secs / 1.111 secs) 21:04:43 Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 113 of 145 (1 FAILED) (0 secs / 1.118 secs) 21:04:43 Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 114 of 145 (1 FAILED) (0 secs / 1.124 secs) 21:04:43 Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 115 of 145 (1 FAILED) (0 secs / 1.132 secs) 21:04:43 Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 116 of 145 (1 FAILED) (0 secs / 1.14 secs) 21:04:43 Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 117 of 145 (1 FAILED) (0 secs / 1.144 secs) 21:04:43 Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 118 of 145 (1 FAILED) (0 secs / 1.155 secs) 21:04:43 Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 119 of 145 (1 FAILED) (0 secs / 1.161 secs) 21:04:43 Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 120 of 145 (1 FAILED) (0 secs / 1.174 secs) 21:04:43 Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 121 of 145 (1 FAILED) (0 secs / 1.194 secs) 21:04:43 Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 122 of 145 (1 FAILED) (0 secs / 1.2 secs) 21:04:43 Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 123 of 145 (1 FAILED) (0 secs / 1.21 secs) 21:04:43 Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 124 of 145 (1 FAILED) (0 secs / 1.221 secs) 21:04:43 Removing intermediate container 83ddcee8323f 21:04:43 ---> a66399272dd1 21:04:43 Step 4/15 : ARG ALPINE_PKG_BASE="make git" 21:04:43 Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 125 of 145 (1 FAILED) (0 secs / 1.271 secs) 21:04:43 Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 126 of 145 (1 FAILED) (0 secs / 1.281 secs) 21:04:43 Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 127 of 145 (1 FAILED) (0 secs / 1.313 secs) 21:04:43 Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 128 of 145 (1 FAILED) (0 secs / 1.329 secs) 21:04:43 Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 129 of 145 (1 FAILED) (0 secs / 1.35 secs) 21:04:43 Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 130 of 145 (1 FAILED) (0 secs / 1.357 secs) 21:04:43 Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 131 of 145 (1 FAILED) (0 secs / 1.359 secs) 21:04:43 Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 132 of 145 (1 FAILED) (0 secs / 1.359 secs) 21:04:43 Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 133 of 145 (1 FAILED) (0 secs / 1.372 secs) 21:04:43 Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 134 of 145 (1 FAILED) (0 secs / 1.385 secs) 21:04:43 Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 135 of 145 (1 FAILED) (0 secs / 1.391 secs) 21:04:43 Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 136 of 145 (1 FAILED) (0 secs / 1.394 secs) 21:04:43 Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 137 of 145 (1 FAILED) (0 secs / 1.395 secs) 21:04:43 Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 138 of 145 (1 FAILED) (0 secs / 1.396 secs) 21:04:43 Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 139 of 145 (1 FAILED) (0 secs / 1.411 secs) 21:04:43 ---> Running in 24c5901cd1ac 21:04:43 Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 140 of 145 (1 FAILED) (0 secs / 1.428 secs) 21:04:43 Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 141 of 145 (1 FAILED) (0 secs / 1.434 secs) 21:04:43 Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 142 of 145 (1 FAILED) (0 secs / 1.439 secs) 21:04:43 Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 143 of 145 (1 FAILED) (0 secs / 1.456 secs) 21:04:43 Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 144 of 145 (1 FAILED) (0 secs / 1.474 secs) 21:04:43 Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 145 of 145 (1 FAILED) (0 secs / 1.48 secs) 21:04:43 Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 145 of 145 (1 FAILED) (2.018 secs / 1.48 secs) 21:04:43 TOTAL: 1 FAILED, 144 SUCCESS 21:04:43 ✔ Browser application bundle generation complete. 21:04:43 Removing intermediate container 24c5901cd1ac 21:04:43 ---> 2d40955893d9 21:04:43 Step 5/15 : ARG ALPINE_PKG_EXTRA="" 21:04:43 ---> Running in 696ffc866bb4 21:04:43 21:04:43 =============================== Coverage summary =============================== 21:04:43 Statements : 41.53% ( 1424/3429 ) 21:04:43 Branches : 12.14% ( 109/898 ) 21:04:43 Functions : 33.25% ( 416/1251 ) 21:04:43 Lines : 39.41% ( 1279/3245 ) 21:04:43 ================================================================================ 21:04:43 Removing intermediate container 696ffc866bb4 21:04:43 ---> dec3e43ec96c 21:04:43 Step 6/15 : LABEL Name=edgex-ui-go 21:04:43 ---> Running in fb29fc3fd0ea 21:04:44 ✔ Browser application bundle generation complete. 21:04:44 Removing intermediate container fb29fc3fd0ea 21:04:44 ---> ed43f6a4cd5f 21:04:44 Step 7/15 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2023: Intel' 21:04:44 ---> Running in d141b3df6bfd 21:04:44 make[1]: *** [Makefile:144: test] Error 1 21:04:44 make[1]: Leaving directory '/w/workspace/edgexfoundry_edgex-ui-go_PR-637/web' 21:04:44 make: *** [Makefile:56: test-angular] Error 2 [Pipeline] } 21:04:44 $ docker stop --time=1 a04d85d9569611a9e822d1f6f346be749e347a6f15de07800e1bcef20c51d2ee 21:04:44 Removing intermediate container d141b3df6bfd 21:04:44 ---> 21ccdea17224 21:04:44 Step 8/15 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 21:04:45 latest: Pulling from library/docker 21:04:45 9fda8d8052c6: Already exists 21:04:45 6852f3ef0b5f: Pulling fs layer 21:04:45 4f4fb700ef54: Pulling fs layer 21:04:45 767c2a40dc41: Pulling fs layer 21:04:45 011855a528fc: Pulling fs layer 21:04:45 2eb2999eb53e: Pulling fs layer 21:04:45 52a6c1800204: Pulling fs layer 21:04:45 a01340eade1a: Pulling fs layer 21:04:45 fcee97a2aa0f: Pulling fs layer 21:04:45 8cf3fdb5711b: Pulling fs layer 21:04:45 36ac283ad2d4: Pulling fs layer 21:04:45 3f3c41fd9ebb: Pulling fs layer 21:04:45 29a5074801a2: Pulling fs layer 21:04:45 0a0cc6640ec8: Pulling fs layer 21:04:45 011855a528fc: Waiting 21:04:45 2eb2999eb53e: Waiting 21:04:45 52a6c1800204: Waiting 21:04:45 fcee97a2aa0f: Waiting 21:04:45 3f3c41fd9ebb: Waiting 21:04:45 29a5074801a2: Waiting 21:04:45 0a0cc6640ec8: Waiting 21:04:45 36ac283ad2d4: Waiting 21:04:45 4f4fb700ef54: Verifying Checksum 21:04:45 4f4fb700ef54: Download complete 21:04:45 6852f3ef0b5f: Verifying Checksum 21:04:45 6852f3ef0b5f: Download complete 21:04:45 767c2a40dc41: Verifying Checksum 21:04:45 767c2a40dc41: Download complete 21:04:46 $ docker rm -f --volumes a04d85d9569611a9e822d1f6f346be749e347a6f15de07800e1bcef20c51d2ee 21:04:46 52a6c1800204: Verifying Checksum 21:04:46 52a6c1800204: Download complete 21:04:46 011855a528fc: Verifying Checksum 21:04:46 011855a528fc: Download complete 21:04:46 2eb2999eb53e: Verifying Checksum 21:04:46 2eb2999eb53e: Download complete 21:04:46 a01340eade1a: Verifying Checksum 21:04:46 a01340eade1a: Download complete 21:04:46 fcee97a2aa0f: Verifying Checksum 21:04:46 fcee97a2aa0f: Download complete [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script 21:04:46 6852f3ef0b5f: Pull complete 21:04:46 36ac283ad2d4: Verifying Checksum 21:04:46 36ac283ad2d4: Download complete 21:04:46 29a5074801a2: Verifying Checksum 21:04:46 29a5074801a2: Download complete [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) 21:04:46 8cf3fdb5711b: Verifying Checksum 21:04:46 8cf3fdb5711b: Download complete 21:04:46 4f4fb700ef54: Pull complete 21:04:46 0a0cc6640ec8: Verifying Checksum 21:04:46 0a0cc6640ec8: Download complete Stage "Docker Push" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:04:47 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 21:04:47 21:04:47 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:04:47 767c2a40dc41: Pull complete 21:04:47 3f3c41fd9ebb: Verifying Checksum 21:04:47 3f3c41fd9ebb: Download complete 21:04:47 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 21:04:47 latest: Pulling from edgex-lftools-log-publisher 21:04:47 5eb5b503b376: Pulling fs layer 21:04:47 5c69ac0246d0: Pulling fs layer 21:04:47 ec43610c2a17: Pulling fs layer 21:04:47 3a2ae6a8a46f: Pulling fs layer 21:04:47 33b1e0a273af: Pulling fs layer 21:04:47 5d3b04190fa2: Pulling fs layer 21:04:47 2f39f015ded8: Pulling fs layer 21:04:47 3a2ae6a8a46f: Waiting 21:04:47 33b1e0a273af: Waiting 21:04:47 5d3b04190fa2: Waiting 21:04:47 2f39f015ded8: Waiting 21:04:47 5c69ac0246d0: Verifying Checksum 21:04:47 5c69ac0246d0: Download complete 21:04:47 3a2ae6a8a46f: Verifying Checksum 21:04:47 3a2ae6a8a46f: Download complete 21:04:47 ec43610c2a17: Verifying Checksum 21:04:47 ec43610c2a17: Download complete 21:04:47 33b1e0a273af: Verifying Checksum 21:04:47 33b1e0a273af: Download complete 21:04:47 5d3b04190fa2: Verifying Checksum 21:04:47 5d3b04190fa2: Download complete 21:04:47 5eb5b503b376: Verifying Checksum 21:04:47 5eb5b503b376: Download complete 21:04:48 2f39f015ded8: Download complete 21:04:48 011855a528fc: Pull complete 21:04:49 5eb5b503b376: Pull complete 21:04:49 5c69ac0246d0: Pull complete 21:04:49 ec43610c2a17: Pull complete 21:04:49 3a2ae6a8a46f: Pull complete 21:04:49 33b1e0a273af: Pull complete 21:04:49 5d3b04190fa2: Pull complete 21:04:50 2eb2999eb53e: Pull complete 21:04:50 52a6c1800204: Pull complete 21:04:50 a01340eade1a: Pull complete 21:04:50 fcee97a2aa0f: Pull complete 21:04:51 8cf3fdb5711b: Pull complete 21:04:51 36ac283ad2d4: Pull complete 21:04:53 2f39f015ded8: Pull complete 21:04:53 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 21:04:53 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 21:04:53 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 21:04:53 prd-ubuntu20.04-docker-8c-8g-7629 does not seem to be running inside a container 21:04:53 $ 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-637 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-637:/w/workspace/edgexfoundry_edgex-ui-go_PR-637:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-637@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-637@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 21:04:54 3f3c41fd9ebb: Pull complete 21:04:54 29a5074801a2: Pull complete 21:04:54 0a0cc6640ec8: Pull complete 21:04:54 Digest: sha256:9e6dbb25d3c0e1e2d222c8a3f074cb8240d1a716d0c6868f76eb3d5a4dfb174c 21:04:54 Status: Downloaded newer image for docker:latest 21:04:56 ---> 2bbc4b86b72c 21:04:56 Step 9/15 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 21:04:56 ---> Running in 667bec1c704c 21:04:57 $ docker top ab0222b051cec3b871ac7153c2abe9242764199a26d962d2479458c7a25c5242 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 21:04:58 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 21:04:58 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 21:04:58 ---> job-cost.sh 21:04:58 lf-activate-venv: SKIPPING 21:04:58 INFO: No Stack... 21:04:58 INFO: Retrieving Pricing Info for: v3-standard-8 21:04:58 INFO: Archiving Costs [Pipeline] sh 21:04:59 + cat /w/workspace/edgexfoundry_edgex-ui-go_PR-637/archives/cost.csv 21:04:59 + cut -d, -f6 [Pipeline] lock 21:04:59 Trying to acquire lock on [jenkins-edgexfoundry-edgex-ui-go-PR-637-1-stack-cost] 21:04:59 Resource [jenkins-edgexfoundry-edgex-ui-go-PR-637-1-stack-cost] did not exist. Created. 21:04:59 Lock acquired on [jenkins-edgexfoundry-edgex-ui-go-PR-637-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 21:04:59 OK: 266 MiB in 52 packages 21:04:59 + echo total: 0.2199999988079071 [Pipeline] stash 21:05:00 Stashed 1 file(s) [Pipeline] } 21:05:00 Lock released on resource [jenkins-edgexfoundry-edgex-ui-go-PR-637-1-stack-cost] [Pipeline] // lock [Pipeline] } 21:05:00 $ docker stop --time=1 ab0222b051cec3b871ac7153c2abe9242764199a26d962d2479458c7a25c5242 21:05:00 Removing intermediate container 667bec1c704c 21:05:00 ---> 635661967d1f 21:05:00 Step 10/15 : ENV GO111MODULE=on 21:05:00 ---> Running in 1ae81601ae43 21:05:01 Removing intermediate container 1ae81601ae43 21:05:01 ---> 51792d418fc8 21:05:01 Step 11/15 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go 21:05:01 ---> Running in 89ed88533120 21:05:01 Removing intermediate container 89ed88533120 21:05:01 ---> a76f932d9279 21:05:01 Step 12/15 : COPY go.mod vendor* ./ 21:05:01 $ docker rm -f --volumes ab0222b051cec3b871ac7153c2abe9242764199a26d962d2479458c7a25c5242 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } 21:05:02 ---> 2acb0b8dc726 21:05:02 Step 13/15 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 21:05:02 ---> Running in f26902a9dc0a [Pipeline] // stage [Pipeline] } 21:05:02 Failed in branch amd64 21:06:10 Removing intermediate container f26902a9dc0a 21:06:10 ---> b193aa8c50ae 21:06:10 Step 14/15 : COPY . . 21:06:10 ---> 922873eb2c06 21:06:10 Step 15/15 : RUN ${MAKE} 21:06:10 ---> Running in 2e7fab93d6c0 21:06:10 noop 21:06:10 Removing intermediate container 2e7fab93d6c0 21:06:10 ---> 2a32cba772a5 21:06:10 Successfully built 2a32cba772a5 21:06:10 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:06:10 + docker inspect -f . ci-base-image-arm64 21:06:10 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 21:06:10 prd-ubuntu20.04-docker-arm64-4c-16g-7630 does not seem to be running inside a container 21:06:10 $ 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 21:06:11 $ docker top 3528f988feab9f6e2049552d54a774a5c4360b11f9eb5463370784ef9790fdcf -eo pid,comm [Pipeline] { [Pipeline] sh 21:06:12 + go version 21:06:12 go version go1.21.0 linux/arm64 [Pipeline] } 21:06:12 $ docker stop --time=1 3528f988feab9f6e2049552d54a774a5c4360b11f9eb5463370784ef9790fdcf 21:06:14 $ docker rm -f --volumes 3528f988feab9f6e2049552d54a774a5c4360b11f9eb5463370784ef9790fdcf [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:06:15 + docker inspect -f . ci-base-image-arm64 21:06:15 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 21:06:15 prd-ubuntu20.04-docker-arm64-4c-16g-7630 does not seem to be running inside a container 21:06:15 $ 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 21:06:16 $ docker top 0b2b6d628facd2619250a552cc5804c1ec46ac919d2395a2208c0359da083f36 -eo pid,comm [Pipeline] { [Pipeline] sh 21:06:17 + git config --global --add safe.directory /w/workspace/edgex-ui-go/1 [Pipeline] fileExists [Pipeline] sh 21:06:17 + make test 21:06:17 CGO_ENABLED=0 GO111MODULE=on go test -tags "no_messagebus" -coverprofile=coverage.out ./... 21:06:23 ? github.com/edgexfoundry/edgex-ui-go [no test files] 21:07:30 ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] 21:07:30 ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] 21:07:30 ? github.com/edgexfoundry/edgex-ui-go/internal/common [no test files] 21:07:30 ? github.com/edgexfoundry/edgex-ui-go/internal/config [no test files] 21:07:30 ? github.com/edgexfoundry/edgex-ui-go/internal/container [no test files] 21:07:30 ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] 21:07:30 ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] 21:07:30 ? github.com/edgexfoundry/edgex-ui-go/internal/service [no test files] 21:07:30 CGO_ENABLED=0 GO111MODULE=on go vet -tags "no_messagebus" ./... 21:07:45 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 21:07:45 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 21:07:45 ./bin/test-attribution-txt.sh 21:07:45 make -C web test 21:07:45 make[1]: Entering directory '/w/workspace/edgex-ui-go/1/web' 21:07:45 make[1]: tput: No such file or directory 21:07:45 make[1]: tput: No such file or directory 21:07:45 warning: generating ./VERSION 21:07:45 echo "0.0.0" > VERSION 21:07:45 docker build \ 21:07:45 -f Dockerfile \ 21:07:45 --build-arg USER=1000 \ 21:07:45 \ 21:07:45 --label "git_sha=a191c6c1bb81c3265a3a2a6a375b359c77cf7e3b" \ 21:07:45 -t edgexfoundry/edgex-web-ui:a191c6c1bb81c3265a3a2a6a375b359c77cf7e3b \ 21:07:45 -t edgexfoundry/edgex-web-ui:0.0.0-dev \ 21:07:45 . 21:07:45 DEPRECATED: The legacy builder is deprecated and will be removed in a future release. 21:07:45 Install the buildx component to build images with BuildKit: 21:07:45 https://docs.docker.com/go/buildx/ 21:07:45 21:07:45 Sending build context to Docker daemon 2.684MB 21:07:45 Step 1/11 : FROM node:18-alpine3.18 21:07:45 18-alpine3.18: Pulling from library/node 21:07:45 9fda8d8052c6: Already exists 21:07:45 5b9fa85dad3f: Pulling fs layer 21:07:45 5645b18d5cbb: Pulling fs layer 21:07:45 dfb2fed0773f: Pulling fs layer 21:07:45 dfb2fed0773f: Verifying Checksum 21:07:45 dfb2fed0773f: Download complete 21:07:45 5645b18d5cbb: Download complete 21:07:47 5b9fa85dad3f: Verifying Checksum 21:07:47 5b9fa85dad3f: Download complete 21:07:54 5b9fa85dad3f: Pull complete 21:07:54 5645b18d5cbb: Pull complete 21:07:54 dfb2fed0773f: Pull complete 21:07:54 Digest: sha256:619ce27eb37c7c0476bd518085bf1ba892e2148fc1ab5dbaff2f20c56e50444d 21:07:54 Status: Downloaded newer image for node:18-alpine3.18 21:07:54 ---> 7acdaa204ef2 21:07:54 Step 2/11 : RUN apk add --no-cache chromium 21:07:55 ---> Running in 350afa9b48e1 21:07:56 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 21:07:56 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 21:07:57 (1/151) Installing libexpat (2.5.0-r1) 21:07:57 (2/151) Installing brotli-libs (1.0.9-r14) 21:07:57 (3/151) Installing libbz2 (1.0.8-r5) 21:07:57 (4/151) Installing libpng (1.6.39-r3) 21:07:57 (5/151) Installing freetype (2.13.0-r5) 21:07:57 (6/151) Installing fontconfig (2.14.2-r3) 21:07:57 (7/151) Installing libfontenc (1.1.7-r2) 21:07:57 (8/151) Installing mkfontscale (1.2.2-r3) 21:07:57 (9/151) Installing font-opensans (0_git20210927-r1) 21:07:57 (10/151) Installing pkgconf (1.9.5-r0) 21:07:57 (11/151) Installing libffi (3.4.4-r2) 21:07:57 (12/151) Installing libintl (0.21.1-r7) 21:07:57 (13/151) Installing libblkid (2.38.1-r8) 21:07:57 (14/151) Installing libmount (2.38.1-r8) 21:07:57 (15/151) Installing pcre2 (10.42-r1) 21:07:57 (16/151) Installing glib (2.76.4-r0) 21:07:57 (17/151) Installing xz-libs (5.4.3-r0) 21:07:57 (18/151) Installing libxml2 (2.11.4-r0) 21:07:57 (19/151) Installing shared-mime-info (2.2-r5) 21:07:57 (20/151) Installing hicolor-icon-theme (0.17-r2) 21:07:57 (21/151) Installing libjpeg-turbo (2.1.5.1-r3) 21:07:57 (22/151) Installing libwebp (1.3.2-r0) 21:07:57 (23/151) Installing zstd-libs (1.5.5-r4) 21:07:57 (24/151) Installing tiff (4.5.1-r0) 21:07:58 (25/151) Installing gdk-pixbuf (2.42.10-r5) 21:07:58 (26/151) Installing gtk-update-icon-cache (3.24.38-r1) 21:07:58 (27/151) Installing libxau (1.0.11-r2) 21:07:58 (28/151) Installing libmd (1.0.4-r2) 21:07:58 (29/151) Installing libbsd (0.11.7-r1) 21:07:58 (30/151) Installing libxdmcp (1.1.4-r2) 21:07:58 (31/151) Installing libxcb (1.15-r1) 21:07:58 (32/151) Installing libx11 (1.8.4-r4) 21:07:58 (33/151) Installing libxcomposite (0.4.6-r3) 21:07:58 (34/151) Installing libxfixes (6.0.1-r2) 21:07:58 (35/151) Installing libxrender (0.9.11-r3) 21:07:58 (36/151) Installing libxcursor (1.2.1-r2) 21:07:58 (37/151) Installing libxdamage (1.1.6-r2) 21:07:58 (38/151) Installing libxext (1.3.5-r2) 21:07:58 (39/151) Installing libxi (1.8.1-r0) 21:07:58 (40/151) Installing libxinerama (1.1.5-r2) 21:07:58 (41/151) Installing libxrandr (1.5.3-r2) 21:07:58 (42/151) Installing libatk-1.0 (2.48.3-r0) 21:07:58 (43/151) Installing libxtst (1.2.4-r2) 21:07:58 (44/151) Installing dbus-libs (1.14.8-r0) 21:07:58 (45/151) Installing at-spi2-core (2.48.3-r0) 21:07:58 (46/151) Installing libatk-bridge-2.0 (2.48.3-r0) 21:07:58 (47/151) Installing pixman (0.42.2-r1) 21:07:58 (48/151) Installing cairo (1.17.8-r1) 21:07:58 (49/151) Installing cairo-gobject (1.17.8-r1) 21:07:58 (50/151) Installing avahi-libs (0.8-r13) 21:07:58 (51/151) Installing gmp (6.2.1-r3) 21:07:58 (52/151) Installing nettle (3.8.1-r2) 21:07:58 (53/151) Installing libunistring (1.1-r1) 21:07:58 (54/151) Installing libidn2 (2.3.4-r1) 21:07:58 (55/151) Installing p11-kit (0.24.1-r2) 21:07:58 (56/151) Installing libtasn1 (4.19.0-r1) 21:07:58 (57/151) Installing gnutls (3.8.0-r2) 21:07:58 (58/151) Installing cups-libs (2.4.7-r0) 21:07:58 (59/151) Installing libepoxy (1.5.10-r1) 21:07:58 (60/151) Installing fribidi (1.0.13-r0) 21:07:58 (61/151) Installing graphite2 (1.3.14-r5) 21:07:58 (62/151) Installing harfbuzz (7.3.0-r0) 21:07:59 (63/151) Installing libxft (2.3.8-r1) 21:07:59 (64/151) Installing pango (1.50.14-r1) 21:07:59 (65/151) Installing wayland-libs-client (1.22.0-r2) 21:07:59 (66/151) Installing wayland-libs-cursor (1.22.0-r2) 21:07:59 (67/151) Installing wayland-libs-egl (1.22.0-r2) 21:07:59 (68/151) Installing xkeyboard-config (2.38-r0) 21:07:59 (69/151) Installing libxkbcommon (1.5.0-r2) 21:07:59 (70/151) Installing gtk+3.0 (3.24.38-r1) 21:07:59 Executing gtk+3.0-3.24.38-r1.post-install 21:07:59 (71/151) Installing icu-data-full (73.2-r2) 21:08:00 (72/151) Installing mesa (23.0.4-r0) 21:08:00 (73/151) Installing llvm15-libs (15.0.7-r6) 21:08:03 (74/151) Installing libdrm (2.4.115-r4) 21:08:03 (75/151) Installing musl-fts (1.2.7-r5) 21:08:03 (76/151) Installing libelf (0.189-r2) 21:08:03 (77/151) Installing mesa-glapi (23.0.4-r0) 21:08:03 (78/151) Installing mesa-dri-gallium (23.0.4-r0) 21:08:03 (79/151) Installing eudev-libs (3.2.11-r8) 21:08:03 (80/151) Installing libmagic (5.45-r0) 21:08:03 (81/151) Installing file (5.45-r0) 21:08:03 (82/151) Installing libice (1.1.1-r2) 21:08:03 (83/151) Installing libuuid (2.38.1-r8) 21:08:03 (84/151) Installing libsm (1.2.4-r1) 21:08:03 (85/151) Installing libxt (1.3.0-r2) 21:08:03 (86/151) Installing libxmu (1.1.4-r2) 21:08:03 (87/151) Installing xset (1.2.5-r1) 21:08:03 (88/151) Installing xprop (1.2.6-r0) 21:08:03 (89/151) Installing xdg-utils (1.1.3-r4) 21:08:03 (90/151) Installing libogg (1.3.5-r4) 21:08:03 (91/151) Installing flac-libs (1.4.3-r0) 21:08:03 (92/151) Installing alsa-lib (1.2.9-r1) 21:08:03 (93/151) Installing libatomic (12.2.1_git20220924-r10) 21:08:03 (94/151) Installing svt-av1-libs (1.6.0-r0) 21:08:03 (95/151) Installing aom-libs (3.6.1-r0) 21:08:04 (96/151) Installing libva (2.18.0-r1) 21:08:04 (97/151) Installing libvdpau (1.5-r1) 21:08:04 (98/151) Installing ffmpeg-libavutil (6.0-r15) 21:08:04 (99/151) Installing libdav1d (1.2.1-r0) 21:08:04 (100/151) Installing libhwy (1.0.4-r1) 21:08:04 (101/151) Installing lcms2 (2.15-r2) 21:08:04 (102/151) Installing libjxl (0.8.2-r0) 21:08:04 (103/151) Installing lame-libs (3.100-r5) 21:08:04 (104/151) Installing opus (1.4-r0) 21:08:04 (105/151) Installing libgomp (12.2.1_git20220924-r10) 21:08:04 (106/151) Installing soxr (0.1.3-r5) 21:08:04 (107/151) Installing ffmpeg-libswresample (6.0-r15) 21:08:04 (108/151) Installing libtheora (1.1.1-r17) 21:08:04 (109/151) Installing libvorbis (1.3.7-r1) 21:08:04 (110/151) Installing libvpx (1.13.0-r1) 21:08:04 (111/151) Installing x264-libs (0.164_git20220602-r1) 21:08:04 (112/151) Installing numactl (2.0.16-r4) 21:08:04 (113/151) Installing x265-libs (3.5-r4) 21:08:04 (114/151) Installing xvidcore (1.3.7-r1) 21:08:04 (115/151) Installing ffmpeg-libavcodec (6.0-r15) 21:08:04 (116/151) Installing libbluray (1.3.4-r0) 21:08:04 (117/151) Installing mpg123-libs (1.31.3-r1) 21:08:04 (118/151) Installing libopenmpt (0.7.2-r0) 21:08:05 (119/151) Installing cjson (1.7.15-r4) 21:08:05 (120/151) Installing mbedtls (2.28.4-r0) 21:08:05 (121/151) Installing librist (0.2.7-r0) 21:08:05 (122/151) Installing libsrt (1.5.2-r0) 21:08:05 (123/151) Installing libssh (0.10.5-r0) 21:08:05 (124/151) Installing libsodium (1.0.18-r3) 21:08:05 (125/151) Installing libzmq (4.3.4-r4) 21:08:05 (126/151) Installing ffmpeg-libavformat (6.0-r15) 21:08:05 (127/151) Installing libevent (2.1.12-r6) 21:08:05 (128/151) Installing wayland-libs-server (1.22.0-r2) 21:08:05 (129/151) Installing mesa-gbm (23.0.4-r0) 21:08:05 (130/151) Installing harfbuzz-subset (7.3.0-r0) 21:08:05 (131/151) Installing icu-libs (73.2-r2) 21:08:05 (132/151) Installing jsoncpp (1.9.5-r0) 21:08:05 (133/151) Installing minizip (1.2.13-r0) 21:08:05 (134/151) Installing nspr (4.35-r2) 21:08:05 (135/151) Installing sqlite-libs (3.41.2-r2) 21:08:05 (136/151) Installing nss (3.91-r0) 21:08:05 (137/151) Installing pipewire-libs (0.3.70-r1) 21:08:05 (138/151) Installing libasyncns (0.8-r1) 21:08:05 (139/151) Installing libltdl (2.4.7-r2) 21:08:05 (140/151) Installing orc (0.4.34-r0) 21:08:05 (141/151) Installing libsndfile (1.2.0-r2) 21:08:05 (142/151) Installing speexdsp (1.2.1-r1) 21:08:05 (143/151) Installing tdb-libs (1.4.8-r1) 21:08:05 (144/151) Installing libpulse (16.1-r10) 21:08:05 (145/151) Installing snappy (1.1.10-r1) 21:08:05 (146/151) Installing libwoff2common (1.0.2-r2) 21:08:05 (147/151) Installing libwoff2enc (1.0.2-r2) 21:08:05 (148/151) Installing libgpg-error (1.47-r1) 21:08:05 (149/151) Installing libgcrypt (1.10.2-r1) 21:08:05 (150/151) Installing libxslt (1.1.38-r0) 21:08:05 (151/151) Installing chromium (117.0.5938.62-r0) 21:08:11 Executing busybox-1.36.1-r2.trigger 21:08:11 Executing fontconfig-2.14.2-r3.trigger 21:08:11 Executing mkfontscale-1.2.2-r3.trigger 21:08:11 Executing glib-2.76.4-r0.trigger 21:08:11 Executing shared-mime-info-2.2-r5.trigger 21:08:13 Executing gdk-pixbuf-2.42.10-r5.trigger 21:08:13 Executing gtk-update-icon-cache-3.24.38-r1.trigger 21:08:13 OK: 555 MiB in 168 packages 21:08:28 Removing intermediate container 350afa9b48e1 21:08:28 ---> c8d4f86fc452 21:08:28 Step 3/11 : ENV CHROME_BIN=/usr/bin/chromium-browser 21:08:28 ---> Running in 02a23d1b6a80 21:08:28 Removing intermediate container 02a23d1b6a80 21:08:28 ---> e047aed2bd19 21:08:28 Step 4/11 : ENV NODE_OPTIONS=--openssl-legacy-provider 21:08:28 ---> Running in c66db7d7fc9d 21:08:28 Removing intermediate container c66db7d7fc9d 21:08:28 ---> 3b7fa8567e1e 21:08:28 Step 5/11 : ENV PATH /app/node_modules/.bin:$PATH 21:08:28 ---> Running in c178e86d0972 21:08:29 Removing intermediate container c178e86d0972 21:08:29 ---> 9dd6cb874cc0 21:08:29 Step 6/11 : RUN npm install -g npm 21:08:29 ---> Running in 3921218b62c8 21:09:01 21:09:01 removed 2 packages, and changed 59 packages in 26s 21:09:01 21:09:01 28 packages are looking for funding 21:09:01 run `npm fund` for details 21:09:03 Removing intermediate container 3921218b62c8 21:09:03 ---> 01467a25e976 21:09:03 Step 7/11 : ARG USER=1000 21:09:03 ---> Running in d14fa955bc1f 21:09:03 Removing intermediate container d14fa955bc1f 21:09:03 ---> a3a232377c76 21:09:03 Step 8/11 : RUN deluser --remove-home node && adduser -u $USER -D -s /bin/sh node 21:09:03 ---> Running in 78552c65bd65 21:09:05 Removing intermediate container 78552c65bd65 21:09:05 ---> c22e116c0a63 21:09:05 Step 9/11 : USER $USER:$USER 21:09:05 ---> Running in 684929674ae6 21:09:05 Removing intermediate container 684929674ae6 21:09:05 ---> f459a5cfa58d 21:09:05 Step 10/11 : WORKDIR /app 21:09:05 ---> Running in 9f089056e797 21:09:05 Removing intermediate container 9f089056e797 21:09:05 ---> bc072d0815e8 21:09:05 Step 11/11 : LABEL git_sha=a191c6c1bb81c3265a3a2a6a375b359c77cf7e3b 21:09:05 ---> Running in 673889ffb30e 21:09:06 Removing intermediate container 673889ffb30e 21:09:06 ---> cc6070501d98 21:09:06 Successfully built cc6070501d98 21:09:06 Successfully tagged edgexfoundry/edgex-web-ui:a191c6c1bb81c3265a3a2a6a375b359c77cf7e3b 21:09:06 Successfully tagged edgexfoundry/edgex-web-ui:0.0.0-dev 21:09:06 touch edgex-web-ui.imagebuilt 21:09:06 mkdir -p node_modules coverage 21:09:06 chown "1000:1000" node_modules coverage package-lock.json 21:09:06 docker run --rm -i -v "$(pwd):/app" -u "1000:1000" edgexfoundry/edgex-web-ui:0.0.0-dev npm install 21:09:18 npm WARN EBADENGINE Unsupported engine { 21:09:18 npm WARN EBADENGINE package: '@angular-devkit/architect@0.1202.4', 21:09:18 npm WARN EBADENGINE required: { 21:09:18 npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', 21:09:18 npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', 21:09:18 npm WARN EBADENGINE yarn: '>= 1.13.0' 21:09:18 npm WARN EBADENGINE }, 21:09:18 npm WARN EBADENGINE current: { node: 'v18.18.0', npm: '10.1.0' } 21:09:18 npm WARN EBADENGINE } 21:09:18 npm WARN EBADENGINE Unsupported engine { 21:09:18 npm WARN EBADENGINE package: '@angular-devkit/build-angular@12.2.4', 21:09:18 npm WARN EBADENGINE required: { 21:09:18 npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', 21:09:18 npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', 21:09:18 npm WARN EBADENGINE yarn: '>= 1.13.0' 21:09:18 npm WARN EBADENGINE }, 21:09:18 npm WARN EBADENGINE current: { node: 'v18.18.0', npm: '10.1.0' } 21:09:18 npm WARN EBADENGINE } 21:09:18 npm WARN EBADENGINE Unsupported engine { 21:09:18 npm WARN EBADENGINE package: '@angular-devkit/build-optimizer@0.1202.4', 21:09:18 npm WARN EBADENGINE required: { 21:09:18 npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', 21:09:18 npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', 21:09:18 npm WARN EBADENGINE yarn: '>= 1.13.0' 21:09:18 npm WARN EBADENGINE }, 21:09:18 npm WARN EBADENGINE current: { node: 'v18.18.0', npm: '10.1.0' } 21:09:18 npm WARN EBADENGINE } 21:09:18 npm WARN EBADENGINE Unsupported engine { 21:09:18 npm WARN EBADENGINE package: '@angular-devkit/build-webpack@0.1202.4', 21:09:18 npm WARN EBADENGINE required: { 21:09:18 npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', 21:09:18 npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', 21:09:18 npm WARN EBADENGINE yarn: '>= 1.13.0' 21:09:18 npm WARN EBADENGINE }, 21:09:18 npm WARN EBADENGINE current: { node: 'v18.18.0', npm: '10.1.0' } 21:09:18 npm WARN EBADENGINE } 21:09:18 npm WARN EBADENGINE Unsupported engine { 21:09:18 npm WARN EBADENGINE package: '@angular-devkit/core@12.2.4', 21:09:18 npm WARN EBADENGINE required: { 21:09:18 npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', 21:09:18 npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', 21:09:18 npm WARN EBADENGINE yarn: '>= 1.13.0' 21:09:18 npm WARN EBADENGINE }, 21:09:18 npm WARN EBADENGINE current: { node: 'v18.18.0', npm: '10.1.0' } 21:09:18 npm WARN EBADENGINE } 21:09:18 npm WARN EBADENGINE Unsupported engine { 21:09:18 npm WARN EBADENGINE package: '@angular-devkit/schematics@12.2.4', 21:09:18 npm WARN EBADENGINE required: { 21:09:18 npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', 21:09:18 npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', 21:09:18 npm WARN EBADENGINE yarn: '>= 1.13.0' 21:09:18 npm WARN EBADENGINE }, 21:09:18 npm WARN EBADENGINE current: { node: 'v18.18.0', npm: '10.1.0' } 21:09:18 npm WARN EBADENGINE } 21:09:18 npm WARN EBADENGINE Unsupported engine { 21:09:18 npm WARN EBADENGINE package: '@angular/cli@12.2.4', 21:09:18 npm WARN EBADENGINE required: { 21:09:18 npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', 21:09:18 npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', 21:09:18 npm WARN EBADENGINE yarn: '>= 1.13.0' 21:09:18 npm WARN EBADENGINE }, 21:09:18 npm WARN EBADENGINE current: { node: 'v18.18.0', npm: '10.1.0' } 21:09:18 npm WARN EBADENGINE } 21:09:18 npm WARN EBADENGINE Unsupported engine { 21:09:18 npm WARN EBADENGINE package: '@ngtools/webpack@12.2.4', 21:09:18 npm WARN EBADENGINE required: { 21:09:18 npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', 21:09:18 npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', 21:09:18 npm WARN EBADENGINE yarn: '>= 1.13.0' 21:09:18 npm WARN EBADENGINE }, 21:09:18 npm WARN EBADENGINE current: { node: 'v18.18.0', npm: '10.1.0' } 21:09:18 npm WARN EBADENGINE } 21:09:18 npm WARN EBADENGINE Unsupported engine { 21:09:18 npm WARN EBADENGINE package: '@schematics/angular@12.2.4', 21:09:18 npm WARN EBADENGINE required: { 21:09:18 npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', 21:09:18 npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', 21:09:18 npm WARN EBADENGINE yarn: '>= 1.13.0' 21:09:18 npm WARN EBADENGINE }, 21:09:18 npm WARN EBADENGINE current: { node: 'v18.18.0', npm: '10.1.0' } 21:09:18 npm WARN EBADENGINE } 21:10:55 npm WARN deprecated @babel/plugin-proposal-unicode-property-regex@7.14.5: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-unicode-property-regex instead. 21:10:55 npm WARN deprecated @babel/plugin-proposal-export-namespace-from@7.14.5: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-export-namespace-from instead. 21:10:55 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 21:10:55 npm WARN deprecated sourcemap-codec@1.4.8: Please use @jridgewell/sourcemap-codec instead 21:10:55 npm WARN deprecated har-validator@5.1.5: this library is no longer supported 21:10:55 npm WARN deprecated flatten@1.0.3: flatten is deprecated in favor of utility frameworks such as lodash. 21:10:55 npm WARN deprecated @babel/plugin-proposal-private-methods@7.14.5: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-private-methods instead. 21:10:55 npm WARN deprecated @babel/plugin-proposal-json-strings@7.14.5: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-json-strings instead. 21:10:55 npm WARN deprecated @babel/plugin-proposal-dynamic-import@7.14.5: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-dynamic-import instead. 21:10:55 npm WARN deprecated @babel/plugin-proposal-class-properties@7.14.5: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-class-properties instead. 21:10:55 npm WARN deprecated source-map-url@0.4.1: See https://github.com/lydell/source-map-url#deprecated 21:10:55 npm WARN deprecated resolve-url@0.2.1: https://github.com/lydell/resolve-url#deprecated 21:10:55 npm WARN deprecated @babel/plugin-proposal-optional-chaining@7.14.5: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-optional-chaining instead. 21:10:55 npm WARN deprecated @babel/plugin-proposal-object-rest-spread@7.14.7: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-object-rest-spread instead. 21:10:55 npm WARN deprecated @babel/plugin-proposal-nullish-coalescing-operator@7.14.5: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-nullish-coalescing-operator instead. 21:10:55 npm WARN deprecated @babel/plugin-proposal-private-property-in-object@7.15.4: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-private-property-in-object instead. 21:10:55 npm WARN deprecated source-map-resolve@0.6.0: See https://github.com/lydell/source-map-resolve#deprecated 21:10:55 npm WARN deprecated @babel/plugin-proposal-logical-assignment-operators@7.14.5: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-logical-assignment-operators instead. 21:10:55 npm WARN deprecated @babel/plugin-proposal-numeric-separator@7.14.5: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-numeric-separator instead. 21:10:55 npm WARN deprecated source-map-resolve@0.5.3: See https://github.com/lydell/source-map-resolve#deprecated 21:10:55 npm WARN deprecated urix@0.1.0: Please see https://github.com/lydell/urix#deprecated 21:10:55 npm WARN deprecated @npmcli/move-file@1.1.2: This functionality has been moved to @npmcli/fs 21:10:55 npm WARN deprecated @babel/plugin-proposal-class-static-block@7.15.4: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-class-static-block instead. 21:10:55 npm WARN deprecated @babel/plugin-proposal-optional-catch-binding@7.14.5: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-optional-catch-binding instead. 21:10:55 npm WARN deprecated @babel/plugin-proposal-async-generator-functions@7.14.7: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-async-generator-functions instead. 21:10:55 npm WARN deprecated chokidar@2.1.8: Chokidar 2 does not receive security updates since 2019. Upgrade to chokidar 3 with 15x fewer dependencies 21:10:55 npm WARN deprecated source-map-resolve@0.5.3: See https://github.com/lydell/source-map-resolve#deprecated 21:10:55 npm WARN deprecated querystring@0.2.0: The querystring API is considered Legacy. new code should use the URLSearchParams API instead. 21:10:55 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. 21:10:55 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. 21:10:55 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. 21:10:55 npm WARN deprecated request@2.88.2: request has been deprecated, see https://github.com/request/request/issues/3142 21:11:10 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 21:11:10 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 21:11:25 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. 21:11:52 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. 21:12:31 21:12:31 added 1475 packages, and audited 1476 packages in 3m 21:12:31 21:12:31 90 packages are looking for funding 21:12:31 run `npm fund` for details 21:12:31 21:12:31 40 vulnerabilities (1 low, 17 moderate, 18 high, 4 critical) 21:12:31 21:12:31 To address issues that do not require attention, run: 21:12:31 npm audit fix 21:12:31 21:12:31 To address all issues (including breaking changes), run: 21:12:31 npm audit fix --force 21:12:31 21:12:31 Run `npm audit` for details. 21:12:37 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 21:12:52 - Generating browser application bundles (phase: setup)... 21:13:19 Compiling @angular/core : es2015 as esm2015 21:13:19 Compiling @angular/compiler/testing : es2015 as esm2015 21:13:41 Compiling @angular/core/testing : es2015 as esm2015 21:13:41 Compiling @angular/common : es2015 as esm2015 21:13:44 Compiling @angular/platform-browser : es2015 as esm2015 21:13:44 Compiling @angular/common/testing : es2015 as esm2015 21:13:47 Compiling @angular/router : es2015 as esm2015 21:13:47 Compiling @angular/platform-browser-dynamic : es2015 as esm2015 21:13:52 Compiling @angular/platform-browser/testing : es2015 as esm2015 21:13:53 Compiling @angular/common/http : es2015 as esm2015 21:13:53 Compiling @angular/platform-browser-dynamic/testing : es2015 as esm2015 21:13:57 Compiling @angular/forms : es2015 as esm2015 21:13:57 Compiling @angular/router/testing : es2015 as esm2015 21:13:57 Compiling @angular/common/http/testing : es2015 as esm2015 21:14:44 22 09 2023 21:14:41.331:INFO [karma-server]: Karma v6.3.16 server started at http://localhost:9876/ 21:14:44 22 09 2023 21:14:41.342:INFO [launcher]: Launching browsers ChromeHeadlessNoSandbox with concurrency unlimited 21:14:44 22 09 2023 21:14:41.366:INFO [launcher]: Starting browser ChromeHeadless 21:15:52 22 09 2023 21:15:44.366:WARN [launcher]: ChromeHeadless has not captured in 60000 ms, killing. 21:15:56 22 09 2023 21:15:55.656:INFO [launcher]: Trying to start ChromeHeadless again (1/2). 21:16:18 ✔ Browser application bundle generation complete. 21:16:18 22 09 2023 21:16:17.402:INFO [Chrome Headless 117.0.5938.62 (Linux aarch64)]: Connected on socket th7TpmGFE-RY6ESlAAAB with id 18333100 21:16:33 Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 0 of 145 SUCCESS (0 secs / 0 secs) 21:16:34 Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 1 of 145 SUCCESS (0 secs / 0.592 secs) 21:16:34 Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 2 of 145 SUCCESS (0 secs / 0.697 secs) 21:16:34 Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 3 of 145 SUCCESS (0 secs / 1.005 secs) 21:16:34 Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 4 of 145 SUCCESS (0 secs / 1.045 secs) 21:16:34 Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 5 of 145 SUCCESS (0 secs / 1.267 secs) 21:16:35 Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 6 of 145 SUCCESS (0 secs / 1.508 secs) 21:16:35 Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 7 of 145 SUCCESS (0 secs / 1.585 secs) 21:16:35 Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 8 of 145 SUCCESS (0 secs / 1.708 secs) 21:16:35 Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 9 of 145 SUCCESS (0 secs / 1.779 secs) 21:16:35 Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 10 of 145 SUCCESS (0 secs / 1.814 secs) 21:16:35 Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 11 of 145 SUCCESS (0 secs / 2.041 secs) 21:16:35 Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 12 of 145 SUCCESS (0 secs / 2.071 secs) 21:16:35 Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 13 of 145 SUCCESS (0 secs / 2.097 secs) 21:16:36 Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 14 of 145 SUCCESS (0 secs / 2.137 secs) 21:16:36 Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 15 of 145 SUCCESS (0 secs / 2.328 secs) 21:16:36 Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 16 of 145 SUCCESS (0 secs / 2.433 secs) 21:16:36 Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 17 of 145 SUCCESS (0 secs / 2.595 secs) 21:16:36 Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 18 of 145 SUCCESS (0 secs / 2.74 secs) 21:16:37 Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 19 of 145 SUCCESS (0 secs / 2.893 secs) 21:16:37 Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 20 of 145 SUCCESS (0 secs / 2.969 secs) 21:16:37 Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 21 of 145 SUCCESS (0 secs / 3.017 secs) 21:16:37 Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 22 of 145 SUCCESS (0 secs / 3.083 secs) 21:16:37 Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 23 of 145 SUCCESS (0 secs / 3.119 secs) 21:16:37 Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 24 of 145 SUCCESS (0 secs / 3.157 secs) 21:16:37 Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 25 of 145 SUCCESS (0 secs / 3.175 secs) 21:16:37 Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 26 of 145 SUCCESS (0 secs / 3.198 secs) 21:16:37 Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 27 of 145 SUCCESS (0 secs / 3.307 secs) 21:16:37 Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 28 of 145 SUCCESS (0 secs / 3.497 secs) 21:16:37 Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 29 of 145 SUCCESS (0 secs / 3.534 secs) 21:16:37 Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 30 of 145 SUCCESS (0 secs / 3.593 secs) 21:16:38 Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 31 of 145 SUCCESS (0 secs / 3.645 secs) 21:16:38 Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 32 of 145 SUCCESS (0 secs / 3.673 secs) 21:16:38 Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 33 of 145 SUCCESS (0 secs / 3.698 secs) 21:16:38 Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 34 of 145 SUCCESS (0 secs / 3.709 secs) 21:16:38 Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 35 of 145 SUCCESS (0 secs / 3.719 secs) 21:16:38 Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 36 of 145 SUCCESS (0 secs / 3.908 secs) 21:16:38 Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 37 of 145 SUCCESS (0 secs / 4.044 secs) 21:16:38 Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 38 of 145 SUCCESS (0 secs / 4.11 secs) 21:16:38 Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 39 of 145 SUCCESS (0 secs / 4.228 secs) 21:16:38 Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 40 of 145 SUCCESS (0 secs / 4.307 secs) 21:16:38 Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 41 of 145 SUCCESS (0 secs / 4.369 secs) 21:16:38 Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 42 of 145 SUCCESS (0 secs / 4.399 secs) 21:16:38 Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 43 of 145 SUCCESS (0 secs / 4.424 secs) 21:16:38 Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 44 of 145 SUCCESS (0 secs / 4.438 secs) 21:16:39 Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 45 of 145 SUCCESS (0 secs / 4.508 secs) 21:16:39 Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 46 of 145 SUCCESS (0 secs / 4.524 secs) 21:16:39 Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 47 of 145 SUCCESS (0 secs / 4.534 secs) 21:16:39 WARN: ' 21:16:39 It looks like you're using ngModel on the same form field as formControlName. 21:16:39 Support for using the ngModel input property and ngModelChange event with 21:16:39 reactive form directives has been deprecated in Angular v6 and will be removed 21:16:39 in a future version of Angular. 21:16:39 21:16:39 For more information on this, see our API docs here: 21:16:39 https://angular.io/api/forms/FormControlName#use-with-ngmodel 21:16:39 ' 21:16:39 Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 47 of 145 SUCCESS (0 secs / 4.534 secs) 21:16:39 WARN: ' 21:16:39 It looks like you're using ngModel on the same form field as formControlName. 21:16:39 Support for using the ngModel input property and ngModelChange event with 21:16:39 reactive form directives has been deprecated in Angular v6 and will be removed 21:16:39 in a future version of Angular. 21:16:39 21:16:39 For more information on this, see our API docs here: 21:16:39 https://angular.io/api/forms/FormControlName#use-with-ngmodel 21:16:39 ' 21:16:39 Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 48 of 145 SUCCESS (0 secs / 4.669 secs) 21:16:39 Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 49 of 145 SUCCESS (0 secs / 4.715 secs) 21:16:40 Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 50 of 145 SUCCESS (0 secs / 5.172 secs) 21:16:40 Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 51 of 145 SUCCESS (0 secs / 5.252 secs) 21:16:40 Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 52 of 145 SUCCESS (0 secs / 5.292 secs) 21:16:40 Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 53 of 145 SUCCESS (0 secs / 5.417 secs) 21:16:40 Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 54 of 145 SUCCESS (0 secs / 5.466 secs) 21:16:40 Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 55 of 145 SUCCESS (0 secs / 5.517 secs) 21:16:40 Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 56 of 145 SUCCESS (0 secs / 5.581 secs) 21:16:40 Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 57 of 145 SUCCESS (0 secs / 5.737 secs) 21:16:40 Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 58 of 145 SUCCESS (0 secs / 5.873 secs) 21:16:40 Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 59 of 145 SUCCESS (0 secs / 5.991 secs) 21:16:41 Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 60 of 145 SUCCESS (0 secs / 6.019 secs) 21:16:41 Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 61 of 145 SUCCESS (0 secs / 6.033 secs) 21:16:41 Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 62 of 145 SUCCESS (0 secs / 6.04 secs) 21:16:41 Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 63 of 145 SUCCESS (0 secs / 6.164 secs) 21:16:41 Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 64 of 145 SUCCESS (0 secs / 6.237 secs) 21:16:41 Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 65 of 145 SUCCESS (0 secs / 6.292 secs) 21:16:41 Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 66 of 145 SUCCESS (0 secs / 6.304 secs) 21:16:41 Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 67 of 145 SUCCESS (0 secs / 6.313 secs) 21:16:41 Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 68 of 145 SUCCESS (0 secs / 6.48 secs) 21:16:41 Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 69 of 145 SUCCESS (0 secs / 6.496 secs) 21:16:41 Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 70 of 145 SUCCESS (0 secs / 6.624 secs) 21:16:41 Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 71 of 145 SUCCESS (0 secs / 6.639 secs) 21:16:41 Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 72 of 145 SUCCESS (0 secs / 6.68 secs) 21:16:41 Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 73 of 145 SUCCESS (0 secs / 6.757 secs) 21:16:41 Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 74 of 145 SUCCESS (0 secs / 6.782 secs) 21:16:42 Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 75 of 145 SUCCESS (0 secs / 6.806 secs) 21:16:42 Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 76 of 145 SUCCESS (0 secs / 6.826 secs) 21:16:42 Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 77 of 145 SUCCESS (0 secs / 6.867 secs) 21:16:42 Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 78 of 145 SUCCESS (0 secs / 6.93 secs) 21:16:42 Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 79 of 145 SUCCESS (0 secs / 6.957 secs) 21:16:42 Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 80 of 145 SUCCESS (0 secs / 6.97 secs) 21:16:42 Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 81 of 145 SUCCESS (0 secs / 7.064 secs) 21:16:42 Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 82 of 145 SUCCESS (0 secs / 7.128 secs) 21:16:42 Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 83 of 145 SUCCESS (0 secs / 7.166 secs) 21:16:42 Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 84 of 145 SUCCESS (0 secs / 7.18 secs) 21:16:42 Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 85 of 145 SUCCESS (0 secs / 7.285 secs) 21:16:42 Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 86 of 145 SUCCESS (0 secs / 7.349 secs) 21:16:42 Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 87 of 145 SUCCESS (0 secs / 7.387 secs) 21:16:43 Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 88 of 145 SUCCESS (0 secs / 7.579 secs) 21:16:43 Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 89 of 145 SUCCESS (0 secs / 7.65 secs) 21:16:43 Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 90 of 145 SUCCESS (0 secs / 7.665 secs) 21:16:43 Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 91 of 145 SUCCESS (0 secs / 7.699 secs) 21:16:43 Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 92 of 145 SUCCESS (0 secs / 7.715 secs) 21:16:43 Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 93 of 145 SUCCESS (0 secs / 7.723 secs) 21:16:43 Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 94 of 145 SUCCESS (0 secs / 7.971 secs) 21:16:43 Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 95 of 145 SUCCESS (0 secs / 8.069 secs) 21:16:43 Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 96 of 145 SUCCESS (0 secs / 8.082 secs) 21:16:44 Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 97 of 145 SUCCESS (0 secs / 8.109 secs) 21:16:44 Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 98 of 145 SUCCESS (0 secs / 8.15 secs) 21:16:44 Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 99 of 145 SUCCESS (0 secs / 8.164 secs) 21:16:44 Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 100 of 145 SUCCESS (0 secs / 8.172 secs) 21:16:44 Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 101 of 145 SUCCESS (0 secs / 8.191 secs) 21:16:44 Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 102 of 145 SUCCESS (0 secs / 8.211 secs) 21:16:44 Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 103 of 145 SUCCESS (0 secs / 8.485 secs) 21:16:44 Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 104 of 145 SUCCESS (0 secs / 8.525 secs) 21:16:44 Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 105 of 145 SUCCESS (0 secs / 8.63 secs) 21:16:44 Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 106 of 145 SUCCESS (0 secs / 8.67 secs) 21:16:44 Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 107 of 145 SUCCESS (0 secs / 8.694 secs) 21:16:44 Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 108 of 145 SUCCESS (0 secs / 8.8 secs) 21:16:44 Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 109 of 145 SUCCESS (0 secs / 8.839 secs) 21:16:44 Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 110 of 145 SUCCESS (0 secs / 8.856 secs) 21:16:44 Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 111 of 145 SUCCESS (0 secs / 8.874 secs) 21:16:44 Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 112 of 145 SUCCESS (0 secs / 8.889 secs) 21:16:45 Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 113 of 145 SUCCESS (0 secs / 8.954 secs) 21:16:45 Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 114 of 145 SUCCESS (0 secs / 8.992 secs) 21:16:45 Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 115 of 145 SUCCESS (0 secs / 9 secs) 21:16:45 Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 116 of 145 SUCCESS (0 secs / 9.016 secs) 21:16:45 Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 117 of 145 SUCCESS (0 secs / 9.024 secs) 21:16:45 Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 118 of 145 SUCCESS (0 secs / 9.033 secs) 21:16:45 Chrome Headless 117.0.5938.62 (Linux aarch64) AuthService: unit test verifies that tokenValidate() works as expected FAILED 21:16:45 Error: Expected one matching request for criteria "Match method: GET, URL: /core-metadata/api/v3/ping", found none. Requests received are: GET /core-metadata/api/v3/version. 21:16:45 at HttpClientTestingBackend.expectOne (node_modules/@angular/common/__ivy_ngcc__/fesm2015/http/testing.js:297:1) 21:16:45 at UserContext. (src/app/services/auth.service.spec.ts:49:34) 21:16:45 at ZoneDelegate.invoke (node_modules/zone.js/dist/zone.js:400:1) 21:16:45 at ProxyZoneSpec.onInvoke (node_modules/zone.js/dist/zone-testing.js:301:43) 21:16:45 at ZoneDelegate.invoke (node_modules/zone.js/dist/zone.js:399:1) 21:16:45 at Zone.run (node_modules/zone.js/dist/zone.js:160:1) 21:16:45 at runInTestZone (node_modules/zone.js/dist/zone-testing.js:581:38) 21:16:45 at UserContext. (node_modules/zone.js/dist/zone-testing.js:596:24) 21:16:45 at 21:16:45 Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 119 of 145 (1 FAILED) (0 secs / 9.447 secs) 21:16:45 Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 120 of 145 (1 FAILED) (0 secs / 9.47 secs) 21:16:45 Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 121 of 145 (1 FAILED) (0 secs / 9.482 secs) 21:16:45 Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 122 of 145 (1 FAILED) (0 secs / 9.548 secs) 21:16:45 Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 123 of 145 (1 FAILED) (0 secs / 9.573 secs) 21:16:45 Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 124 of 145 (1 FAILED) (0 secs / 9.587 secs) 21:16:45 Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 125 of 145 (1 FAILED) (0 secs / 9.595 secs) 21:16:45 Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 126 of 145 (1 FAILED) (0 secs / 9.663 secs) 21:16:45 Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 127 of 145 (1 FAILED) (0 secs / 9.676 secs) 21:16:45 Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 128 of 145 (1 FAILED) (0 secs / 9.722 secs) 21:16:46 Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 129 of 145 (1 FAILED) (0 secs / 9.738 secs) 21:16:46 Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 130 of 145 (1 FAILED) (0 secs / 9.746 secs) 21:16:46 Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 131 of 145 (1 FAILED) (0 secs / 9.857 secs) 21:16:46 Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 132 of 145 (1 FAILED) (0 secs / 9.893 secs) 21:16:46 Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 133 of 145 (1 FAILED) (0 secs / 9.927 secs) 21:16:46 Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 134 of 145 (1 FAILED) (0 secs / 9.95 secs) 21:16:46 Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 135 of 145 (1 FAILED) (0 secs / 9.991 secs) 21:16:46 Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 136 of 145 (1 FAILED) (0 secs / 10.138 secs) 21:16:46 Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 137 of 145 (1 FAILED) (0 secs / 10.187 secs) 21:16:46 Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 138 of 145 (1 FAILED) (0 secs / 10.232 secs) 21:16:46 Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 139 of 145 (1 FAILED) (0 secs / 10.293 secs) 21:16:46 Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 140 of 145 (1 FAILED) (0 secs / 10.327 secs) 21:16:46 Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 141 of 145 (1 FAILED) (0 secs / 10.367 secs) 21:16:46 Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 142 of 145 (1 FAILED) (0 secs / 10.43 secs) 21:16:47 Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 143 of 145 (1 FAILED) (0 secs / 10.533 secs) 21:16:47 Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 144 of 145 (1 FAILED) (0 secs / 10.591 secs) 21:16:47 Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 145 of 145 (1 FAILED) (0 secs / 10.631 secs) 21:16:48 Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 145 of 145 (1 FAILED) (14.381 secs / 10.631 secs) 21:16:48 TOTAL: 1 FAILED, 144 SUCCESS 21:16:48 ✔ Browser application bundle generation complete. 21:16:51 21:16:51 =============================== Coverage summary =============================== 21:16:51 Statements : 41.56% ( 1425/3429 ) 21:16:51 Branches : 12.14% ( 109/898 ) 21:16:51 Functions : 33.33% ( 417/1251 ) 21:16:51 Lines : 39.45% ( 1280/3245 ) 21:16:51 ================================================================================ 21:16:51 22 09 2023 21:16:50.777:WARN [launcher]: ChromeHeadless was not killed in 2000 ms, sending SIGKILL. 21:16:51 ✔ Browser application bundle generation complete. 21:16:52 make[1]: *** [Makefile:144: test] Error 1 21:16:52 make[1]: Leaving directory '/w/workspace/edgex-ui-go/1/web' 21:16:52 make: *** [Makefile:56: test-angular] Error 2 [Pipeline] } 21:16:52 $ docker stop --time=1 0b2b6d628facd2619250a552cc5804c1ec46ac919d2395a2208c0359da083f36 21:16:54 $ docker rm -f --volumes 0b2b6d628facd2619250a552cc5804c1ec46ac919d2395a2208c0359da083f36 [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 21:16:56 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 21:16:56 21:16:56 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:16:56 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 21:16:56 arm64: Pulling from edgex-lftools-log-publisher 21:16:56 8998bd30e6a1: Pulling fs layer 21:16:56 04944245beec: Pulling fs layer 21:16:56 699f458cf7ca: Pulling fs layer 21:16:56 765212b225bb: Pulling fs layer 21:16:56 f23df028b6ca: Pulling fs layer 21:16:56 d65c8cfc05b1: Pulling fs layer 21:16:56 2437ff75d9bd: Pulling fs layer 21:16:56 f23df028b6ca: Waiting 21:16:56 d65c8cfc05b1: Waiting 21:16:56 2437ff75d9bd: Waiting 21:16:56 765212b225bb: Waiting 21:16:56 04944245beec: Verifying Checksum 21:16:56 04944245beec: Download complete 21:16:56 765212b225bb: Verifying Checksum 21:16:56 765212b225bb: Download complete 21:16:57 f23df028b6ca: Verifying Checksum 21:16:57 f23df028b6ca: Download complete 21:16:57 d65c8cfc05b1: Verifying Checksum 21:16:57 d65c8cfc05b1: Download complete 21:16:57 699f458cf7ca: Verifying Checksum 21:16:57 699f458cf7ca: Download complete 21:16:57 8998bd30e6a1: Download complete 21:16:59 2437ff75d9bd: Verifying Checksum 21:16:59 2437ff75d9bd: Download complete 21:17:01 8998bd30e6a1: Pull complete 21:17:01 04944245beec: Pull complete 21:17:03 699f458cf7ca: Pull complete 21:17:03 765212b225bb: Pull complete 21:17:04 f23df028b6ca: Pull complete 21:17:04 d65c8cfc05b1: Pull complete 21:17:19 2437ff75d9bd: Pull complete 21:17:19 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 21:17:19 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 21:17:19 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 21:17:19 prd-ubuntu20.04-docker-arm64-4c-16g-7630 does not seem to be running inside a container 21:17:19 $ 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 21:17:22 $ docker top e81085e35a6a909dabea4f8ae520deddb2ab7a7652664b7ba79cec32087dd5bb -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 21:17:22 ---> job-cost.sh 21:17:23 lf-activate-venv: SKIPPING 21:17:23 INFO: No Stack... 21:17:26 INFO: Retrieving Pricing Info for: v3-standard-4 21:17:26 INFO: Archiving Costs [Pipeline] sh 21:17:27 + cat /w/workspace/edgex-ui-go/1/archives/cost.csv 21:17:27 + cut -d, -f6 [Pipeline] lock 21:17:27 Trying to acquire lock on [jenkins-edgexfoundry-edgex-ui-go-PR-637-1-stack-cost] 21:17:27 Resource [jenkins-edgexfoundry-edgex-ui-go-PR-637-1-stack-cost] did not exist. Created. 21:17:27 Lock acquired on [jenkins-edgexfoundry-edgex-ui-go-PR-637-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 21:17:27 /w/workspace/edgex-ui-go/1@tmp/durable-5ea15731/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh 21:17:27 + echo total: 0.10999999940395355 [Pipeline] stash 21:17:27 Warning: overwriting stash ‘stack-cost’ 21:17:34 Stashed 1 file(s) [Pipeline] } 21:17:34 Lock released on resource [jenkins-edgexfoundry-edgex-ui-go-PR-637-1-stack-cost] [Pipeline] // lock [Pipeline] } 21:17:34 $ docker stop --time=1 e81085e35a6a909dabea4f8ae520deddb2ab7a7652664b7ba79cec32087dd5bb 21:17:36 $ docker rm -f --volumes e81085e35a6a909dabea4f8ae520deddb2ab7a7652664b7ba79cec32087dd5bb [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 21:17:36 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 21:17:39 + [ -d /w/workspace/edgexfoundry_edgex-ui-go_PR-637/archives ] 21:17:39 + ls -al /w/workspace/edgexfoundry_edgex-ui-go_PR-637/archives 21:17:39 total 16 21:17:39 drwxr-xr-x 3 root root 4096 Sep 22 21:04 . 21:17:39 drwxrwxr-x 15 jenkins jenkins 4096 Sep 22 21:04 .. 21:17:39 drwxr-xr-x 2 root root 4096 Sep 22 21:04 cost 21:17:39 -rw-r--r-- 1 root root 83 Sep 22 21:04 cost.csv 21:17:39 + sudo chown -R jenkins:jenkins /w/workspace/edgexfoundry_edgex-ui-go_PR-637/archives 21:17:39 + ls -al /w/workspace/edgexfoundry_edgex-ui-go_PR-637/archives 21:17:39 total 16 21:17:39 drwxr-xr-x 3 jenkins jenkins 4096 Sep 22 21:04 . 21:17:39 drwxrwxr-x 15 jenkins jenkins 4096 Sep 22 21:04 .. 21:17:39 drwxr-xr-x 2 jenkins jenkins 4096 Sep 22 21:04 cost 21:17:39 -rw-r--r-- 1 jenkins jenkins 83 Sep 22 21:04 cost.csv [Pipeline] libraryResource [Pipeline] sh 21:17:39 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 21:17:40 ---> package-listing.sh 21:17:40 ++ facter osfamily 21:17:40 ++ tr '[:upper:]' '[:lower:]' 21:17:40 + OS_FAMILY=debian 21:17:40 + workspace=/w/workspace/edgexfoundry_edgex-ui-go_PR-637 21:17:40 + START_PACKAGES=/tmp/packages_start.txt 21:17:40 + END_PACKAGES=/tmp/packages_end.txt 21:17:40 + DIFF_PACKAGES=/tmp/packages_diff.txt 21:17:40 + PACKAGES=/tmp/packages_start.txt 21:17:40 + '[' /w/workspace/edgexfoundry_edgex-ui-go_PR-637 ']' 21:17:40 + PACKAGES=/tmp/packages_end.txt 21:17:40 + case "${OS_FAMILY}" in 21:17:40 + dpkg -l 21:17:40 + grep '^ii' 21:17:40 + '[' -f /tmp/packages_start.txt ']' 21:17:40 + '[' -f /tmp/packages_end.txt ']' 21:17:40 + diff /tmp/packages_start.txt /tmp/packages_end.txt 21:17:40 + '[' /w/workspace/edgexfoundry_edgex-ui-go_PR-637 ']' 21:17:40 + mkdir -p /w/workspace/edgexfoundry_edgex-ui-go_PR-637/archives/ 21:17:40 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgexfoundry_edgex-ui-go_PR-637/archives/ [Pipeline] echo 21:17:40 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-637/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 21:17:40 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:17:41 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 21:17:41 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 21:17:41 prd-ubuntu20.04-docker-8c-8g-7629 does not seem to be running inside a container 21:17:41 $ 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-637/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-637 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-637:/w/workspace/edgexfoundry_edgex-ui-go_PR-637:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-637@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-637@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 21:17:41 $ docker top 762e8eee277dddd3509639cead11291153cb8be596e7d690e6f1161258da9b52 -eo pid,comm [Pipeline] { [Pipeline] sh 21:17:42 + touch /tmp/pre-build-complete [Pipeline] sh 21:17:42 + mkdir -p /var/log/sysstat [Pipeline] sh 21:17:42 + ls /var/log/sa-host 21:17:42 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 21:17:42 provisioning config files... 21:17:42 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-637@tmp/config1878088877494786581tmp [Pipeline] { [Pipeline] echo 21:17:42 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 21:17:43 ---> create-netrc.sh [Pipeline] } 21:17:43 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 21:17:43 ---> python-tools-install.sh [Pipeline] echo 21:17:43 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 21:17:44 ---> sudo-logs.sh 21:17:44 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 21:17:44 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 21:17:44 ---> job-cost.sh 21:17:44 lf-activate-venv: SKIPPING 21:17:44 DEBUG: total: 0.2199999988079071 21:17:44 INFO: Retrieving Stack Cost... 21:17:44 INFO: Retrieving Pricing Info for: v3-standard-8 21:17:45 INFO: Archiving Costs [Pipeline] echo 21:17:45 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 21:17:45 ---> logs-deploy.sh 21:17:45 lf-activate-venv: SKIPPING 21:17:45 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-ui-go/PR-637/1 21:17:45 INFO: archiving workspace using pattern(s): 21:17:46 Archives upload complete. 21:17:46 INFO: archiving logs to Nexus