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 [2023-09-22T21:01:25.490Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2023-09-22T21:01:25.698Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2023-09-22T21:01:25.798Z] ========================================================= [2023-09-22T21:01:25.798Z] EdgeX Global Pipelines Version Info [2023-09-22T21:01:25.798Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2023-09-22T21:01:26.646Z] ------------------- [2023-09-22T21:01:26.647Z] stable info: [2023-09-22T21:01:26.647Z] ------------------- [2023-09-22T21:01:26.647Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2023-09-22T21:01:26.647Z] Commit SHA: e143027787c0ac28563f7e92b6cefc600d3b7107 [2023-09-22T21:01:26.647Z] Message: update stable to v1.0.254 [2023-09-22T21:01:27.221Z] ------------------- [2023-09-22T21:01:27.221Z] experimental info: [2023-09-22T21:01:27.221Z] ------------------- [2023-09-22T21:01:27.221Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2023-09-22T21:01:27.221Z] Commit SHA: e143027787c0ac28563f7e92b6cefc600d3b7107 [2023-09-22T21:01:27.221Z] Message: update experimental to v1.0.254 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2023-09-22T21:01:27.513Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-ui-go-settings [Pipeline] echo [2023-09-22T21:01:27.560Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-ui-go [Pipeline] echo [2023-09-22T21:01:27.600Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2023-09-22T21:01:27.646Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2023-09-22T21:01:27.690Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2023-09-22T21:01:27.732Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.21 [Pipeline] echo [2023-09-22T21:01:27.776Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2023-09-22T21:01:27.820Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2023-09-22T21:01:27.862Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2023-09-22T21:01:27.902Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2023-09-22T21:01:27.947Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2023-09-22T21:01:27.992Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = edgex-ui [Pipeline] echo [2023-09-22T21:01:28.032Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2023-09-22T21:01:28.085Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2023-09-22T21:01:28.125Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2023-09-22T21:01:28.168Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2023-09-22T21:01:28.213Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2023-09-22T21:01:28.257Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2023-09-22T21:01:28.296Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2023-09-22T21:01:28.340Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2023-09-22T21:01:28.382Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2023-09-22T21:01:28.424Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2023-09-22T21:01:28.463Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2023-09-22T21:01:28.511Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2023-09-22T21:01:28.556Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2023-09-22T21:01:28.594Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2023-09-22T21:01:28.634Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2023-09-22T21:01:28.676Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-637 [Pipeline] echo [2023-09-22T21:01:28.714Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-637 [Pipeline] echo [2023-09-22T21:01:28.764Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-637 [Pipeline] echo [2023-09-22T21:01:28.804Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = a191c6c1bb81c3265a3a2a6a375b359c77cf7e3b [Pipeline] echo [2023-09-22T21:01:28.844Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = a191c6c [Pipeline] echo [2023-09-22T21:01:28.889Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-09-22T21:01:29.010Z] provisioning config files... [2023-09-22T21:01:29.029Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-637@tmp/config10470123590197738029tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-09-22T21:01:29.370Z] ---> docker-login.sh [2023-09-22T21:01:29.370Z] nexus3.edgexfoundry.org:10001 [2023-09-22T21:01:29.631Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-09-22T21:01:29.631Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-09-22T21:01:29.631Z] Configure a credential helper to remove this warning. See [2023-09-22T21:01:29.631Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-09-22T21:01:29.631Z] [2023-09-22T21:01:29.631Z] Login Succeeded [2023-09-22T21:01:29.631Z] nexus3.edgexfoundry.org:10002 [2023-09-22T21:01:29.894Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-09-22T21:01:29.894Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-09-22T21:01:29.894Z] Configure a credential helper to remove this warning. See [2023-09-22T21:01:29.894Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-09-22T21:01:29.894Z] [2023-09-22T21:01:29.894Z] Login Succeeded [2023-09-22T21:01:29.894Z] nexus3.edgexfoundry.org:10003 [2023-09-22T21:01:29.894Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-09-22T21:01:29.894Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-09-22T21:01:29.894Z] Configure a credential helper to remove this warning. See [2023-09-22T21:01:29.894Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-09-22T21:01:29.894Z] [2023-09-22T21:01:29.894Z] Login Succeeded [2023-09-22T21:01:29.894Z] nexus3.edgexfoundry.org:10004 [2023-09-22T21:01:29.894Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-09-22T21:01:30.156Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-09-22T21:01:30.156Z] Configure a credential helper to remove this warning. See [2023-09-22T21:01:30.156Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-09-22T21:01:30.156Z] [2023-09-22T21:01:30.156Z] Login Succeeded [2023-09-22T21:01:30.156Z] docker.io [2023-09-22T21:01:30.156Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-09-22T21:01:30.417Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-09-22T21:01:30.417Z] Configure a credential helper to remove this warning. See [2023-09-22T21:01:30.417Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-09-22T21:01:30.417Z] [2023-09-22T21:01:30.417Z] Login Succeeded [2023-09-22T21:01:30.417Z] ---> docker-login.sh ends [Pipeline] } [2023-09-22T21:01:30.443Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2023-09-22T21:01:31.067Z] + git rev-list -1 --merges a191c6c1bb81c3265a3a2a6a375b359c77cf7e3b~1..a191c6c1bb81c3265a3a2a6a375b359c77cf7e3b [Pipeline] echo [2023-09-22T21:01:31.172Z] -----------> git rev-list -1 --merges a191c6c1bb81c3265a3a2a6a375b359c77cf7e3b~1..a191c6c1bb81c3265a3a2a6a375b359c77cf7e3b a191c6c1bb81c3265a3a2a6a375b359c77cf7e3b [false] [Pipeline] sh [2023-09-22T21:01:31.477Z] + git log --format=format:%s -1 a191c6c1bb81c3265a3a2a6a375b359c77cf7e3b [Pipeline] echo [2023-09-22T21:01:31.511Z] ========================================================= [2023-09-22T21:01:31.511Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2023-09-22T21:01:31.511Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-09-22T21:01:31.929Z] + git log --format=format:%s -1 a191c6c1bb81c3265a3a2a6a375b359c77cf7e3b [Pipeline] echo [2023-09-22T21:01:31.960Z] [semverPrep] GIT_COMMIT: a191c6c1bb81c3265a3a2a6a375b359c77cf7e3b, Commit Message: feat: Make backend proxy algorithm configurable [Pipeline] echo [2023-09-22T21:01:31.989Z] [semverPrep] This is not a build commit. [Pipeline] sh [2023-09-22T21:01:32.388Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-09-22T21:01:32.388Z] + grep -v github /etc/ssh/ssh_known_hosts [2023-09-22T21:01:32.388Z] + [ -e /tmp/ssh_known_hosts ] [2023-09-22T21:01:32.388Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2023-09-22T21:01:32.388Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2023-09-22T21:01:32.388Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2023-09-22T21:01:32.388Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-22T21:01:32.881Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-09-22T21:01:32.881Z] [2023-09-22T21:01:32.881Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-22T21:01:33.254Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-09-22T21:01:33.254Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2023-09-22T21:01:33.254Z] b85a868b505f: Pulling fs layer [2023-09-22T21:01:33.254Z] e2be974225ed: Pulling fs layer [2023-09-22T21:01:33.254Z] 339a4e72a1f5: Pulling fs layer [2023-09-22T21:01:33.254Z] 988bab9f4d93: Pulling fs layer [2023-09-22T21:01:33.254Z] 1469e6f7b9e6: Pulling fs layer [2023-09-22T21:01:33.254Z] eaf3925da568: Pulling fs layer [2023-09-22T21:01:33.254Z] bab4dde63d76: Pulling fs layer [2023-09-22T21:01:33.254Z] bde34c3a00c8: Pulling fs layer [2023-09-22T21:01:33.254Z] b352a97aabf1: Pulling fs layer [2023-09-22T21:01:33.254Z] 4872d77fe225: Pulling fs layer [2023-09-22T21:01:33.254Z] 5851b861e8e6: Pulling fs layer [2023-09-22T21:01:33.254Z] 988bab9f4d93: Waiting [2023-09-22T21:01:33.254Z] bde34c3a00c8: Waiting [2023-09-22T21:01:33.254Z] 1469e6f7b9e6: Waiting [2023-09-22T21:01:33.254Z] eaf3925da568: Waiting [2023-09-22T21:01:33.254Z] bab4dde63d76: Waiting [2023-09-22T21:01:33.254Z] b352a97aabf1: Waiting [2023-09-22T21:01:33.254Z] 4872d77fe225: Waiting [2023-09-22T21:01:33.254Z] 5851b861e8e6: Waiting [2023-09-22T21:01:33.254Z] e2be974225ed: Download complete [2023-09-22T21:01:33.254Z] 988bab9f4d93: Verifying Checksum [2023-09-22T21:01:33.254Z] 988bab9f4d93: Download complete [2023-09-22T21:01:33.514Z] 339a4e72a1f5: Verifying Checksum [2023-09-22T21:01:33.514Z] 339a4e72a1f5: Download complete [2023-09-22T21:01:33.514Z] 1469e6f7b9e6: Verifying Checksum [2023-09-22T21:01:33.514Z] 1469e6f7b9e6: Download complete [2023-09-22T21:01:33.514Z] eaf3925da568: Verifying Checksum [2023-09-22T21:01:33.514Z] eaf3925da568: Download complete [2023-09-22T21:01:33.514Z] bde34c3a00c8: Verifying Checksum [2023-09-22T21:01:33.514Z] bde34c3a00c8: Download complete [2023-09-22T21:01:33.514Z] b352a97aabf1: Verifying Checksum [2023-09-22T21:01:33.514Z] b352a97aabf1: Download complete [2023-09-22T21:01:33.514Z] 4872d77fe225: Verifying Checksum [2023-09-22T21:01:33.514Z] 4872d77fe225: Download complete [2023-09-22T21:01:33.514Z] 5851b861e8e6: Verifying Checksum [2023-09-22T21:01:33.514Z] 5851b861e8e6: Download complete [2023-09-22T21:01:33.514Z] b85a868b505f: Verifying Checksum [2023-09-22T21:01:33.514Z] b85a868b505f: Download complete [2023-09-22T21:01:33.773Z] bab4dde63d76: Verifying Checksum [2023-09-22T21:01:33.773Z] bab4dde63d76: Download complete [2023-09-22T21:01:34.710Z] b85a868b505f: Pull complete [2023-09-22T21:01:34.969Z] e2be974225ed: Pull complete [2023-09-22T21:01:35.539Z] 339a4e72a1f5: Pull complete [2023-09-22T21:01:35.539Z] 988bab9f4d93: Pull complete [2023-09-22T21:01:35.800Z] 1469e6f7b9e6: Pull complete [2023-09-22T21:01:35.800Z] eaf3925da568: Pull complete [2023-09-22T21:01:38.357Z] bab4dde63d76: Pull complete [2023-09-22T21:01:38.357Z] bde34c3a00c8: Pull complete [2023-09-22T21:01:38.357Z] b352a97aabf1: Pull complete [2023-09-22T21:01:38.357Z] 4872d77fe225: Pull complete [2023-09-22T21:01:38.357Z] 5851b861e8e6: Pull complete [2023-09-22T21:01:38.357Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2023-09-22T21:01:38.357Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-09-22T21:01:38.357Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-09-22T21:01:38.601Z] prd-ubuntu20.04-docker-8c-8g-7629 does not seem to be running inside a container [2023-09-22T21:01:38.634Z] $ 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 [2023-09-22T21:01:41.512Z] $ docker top 5975e6d42962ba2cf86fa65692f8e501f5ef53a9af381a0902c6a22965941ee3 -eo pid,comm [2023-09-22T21:01:41.569Z] ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). [2023-09-22T21:01:41.569Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-09-22T21:01:41.701Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-09-22T21:01:41.701Z] [ssh-agent] Looking for ssh-agent implementation... [2023-09-22T21:01:41.818Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-09-22T21:01:41.819Z] $ docker exec 5975e6d42962ba2cf86fa65692f8e501f5ef53a9af381a0902c6a22965941ee3 ssh-agent [2023-09-22T21:01:41.912Z] SSH_AUTH_SOCK=/tmp/ssh-buyEHXm0aP1F/agent.33 [2023-09-22T21:01:41.912Z] SSH_AGENT_PID=39 [2023-09-22T21:01:41.917Z] Running ssh-add (command line suppressed) [2023-09-22T21:01:42.013Z] 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) [2023-09-22T21:01:42.027Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-09-22T21:01:42.359Z] + git tag --points-at HEAD [Pipeline] } [2023-09-22T21:01:42.383Z] $ docker exec --env ******** --env ******** 5975e6d42962ba2cf86fa65692f8e501f5ef53a9af381a0902c6a22965941ee3 ssh-agent -k [2023-09-22T21:01:42.486Z] unset SSH_AUTH_SOCK; [2023-09-22T21:01:42.486Z] unset SSH_AGENT_PID; [2023-09-22T21:01:42.486Z] echo Agent pid 39 killed; [2023-09-22T21:01:42.499Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2023-09-22T21:01:42.596Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-09-22T21:01:42.596Z] [ssh-agent] Looking for ssh-agent implementation... [2023-09-22T21:01:42.709Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-09-22T21:01:42.710Z] $ docker exec 5975e6d42962ba2cf86fa65692f8e501f5ef53a9af381a0902c6a22965941ee3 ssh-agent [2023-09-22T21:01:42.817Z] SSH_AUTH_SOCK=/tmp/ssh-nGjZgl0RFX0D/agent.72 [2023-09-22T21:01:42.817Z] SSH_AGENT_PID=78 [2023-09-22T21:01:42.822Z] Running ssh-add (command line suppressed) [2023-09-22T21:01:42.927Z] 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) [2023-09-22T21:01:42.944Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-09-22T21:01:43.273Z] + git semver init [2023-09-22T21:01:43.532Z] 2023-09-22 21:01:43,452 [run_init] DEBUG init version:0.0.0 force:False [2023-09-22T21:01:43.532Z] 2023-09-22 21:01:43,453 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgexfoundry_edgex-ui-go_PR-637/.semver [2023-09-22T21:01:43.532Z] 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 [2023-09-22T21:01:43.532Z] 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) [2023-09-22T21:01:44.909Z] 2023-09-22 21:01:44,824 [append_file] DEBUG append to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-637/.git/info/exclude [2023-09-22T21:01:44.909Z] 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 [2023-09-22T21:01:44.909Z] 2023-09-22 21:01:44,824 [write_file] DEBUG write to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-637/.semver/PR-637 [2023-09-22T21:01:44.909Z] 2023-09-22 21:01:44,828 [execute] INFO git cat-file --batch-check [2023-09-22T21:01:44.909Z] 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=) [2023-09-22T21:01:44.909Z] 2023-09-22 21:01:44,836 [execute] INFO git cat-file --batch [2023-09-22T21:01:44.909Z] 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=) [2023-09-22T21:01:44.909Z] 2023-09-22 21:01:44,842 [read_version] DEBUG read version from /w/workspace/edgexfoundry_edgex-ui-go_PR-637/.semver/PR-637 [2023-09-22T21:01:44.909Z] 0.0.0 [Pipeline] } [2023-09-22T21:01:44.940Z] $ docker exec --env ******** --env ******** 5975e6d42962ba2cf86fa65692f8e501f5ef53a9af381a0902c6a22965941ee3 ssh-agent -k [2023-09-22T21:01:45.036Z] unset SSH_AUTH_SOCK; [2023-09-22T21:01:45.037Z] unset SSH_AGENT_PID; [2023-09-22T21:01:45.037Z] echo Agent pid 78 killed; [2023-09-22T21:01:45.048Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-09-22T21:01:45.477Z] + git semver [Pipeline] } [2023-09-22T21:01:45.760Z] $ docker stop --time=1 5975e6d42962ba2cf86fa65692f8e501f5ef53a9af381a0902c6a22965941ee3 [2023-09-22T21:01:47.240Z] $ docker rm -f --volumes 5975e6d42962ba2cf86fa65692f8e501f5ef53a9af381a0902c6a22965941ee3 [Pipeline] // withDockerContainer [Pipeline] sh [2023-09-22T21:01:47.635Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2023-09-22T21:01:47.972Z] Stashed 1 file(s) [Pipeline] echo [2023-09-22T21:01:47.988Z] [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] withEnv [Pipeline] { [Pipeline] node [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-09-22T21:01:48.610Z] provisioning config files... [2023-09-22T21:01:48.619Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-637@tmp/config17601885042074408014tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-09-22T21:01:48.967Z] ---> docker-login.sh [2023-09-22T21:01:48.967Z] nexus3.edgexfoundry.org:10001 [2023-09-22T21:01:48.967Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-09-22T21:01:48.967Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-09-22T21:01:48.967Z] Configure a credential helper to remove this warning. See [2023-09-22T21:01:48.967Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-09-22T21:01:48.967Z] [2023-09-22T21:01:48.967Z] Login Succeeded [2023-09-22T21:01:48.967Z] nexus3.edgexfoundry.org:10002 [2023-09-22T21:01:48.967Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-09-22T21:01:48.967Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-09-22T21:01:48.967Z] Configure a credential helper to remove this warning. See [2023-09-22T21:01:48.967Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-09-22T21:01:48.967Z] [2023-09-22T21:01:48.967Z] Login Succeeded [2023-09-22T21:01:48.967Z] nexus3.edgexfoundry.org:10003 [2023-09-22T21:01:49.227Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-09-22T21:01:49.227Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-09-22T21:01:49.227Z] Configure a credential helper to remove this warning. See [2023-09-22T21:01:49.227Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-09-22T21:01:49.227Z] [2023-09-22T21:01:49.227Z] Login Succeeded [2023-09-22T21:01:49.227Z] nexus3.edgexfoundry.org:10004 [2023-09-22T21:01:49.227Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-09-22T21:01:49.227Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-09-22T21:01:49.227Z] Configure a credential helper to remove this warning. See [2023-09-22T21:01:49.227Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-09-22T21:01:49.227Z] [2023-09-22T21:01:49.227Z] Login Succeeded [2023-09-22T21:01:49.227Z] docker.io [2023-09-22T21:01:49.486Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-09-22T21:01:49.486Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-09-22T21:01:49.486Z] Configure a credential helper to remove this warning. See [2023-09-22T21:01:49.486Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-09-22T21:01:49.486Z] [2023-09-22T21:01:49.486Z] Login Succeeded [2023-09-22T21:01:49.486Z] ---> docker-login.sh ends [Pipeline] } [2023-09-22T21:01:49.514Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2023-09-22T21:01:49.713Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-09-22T21:01:49.757Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-09-22T21:01:49.791Z] ========================================================= [2023-09-22T21:01:49.791Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine] [2023-09-22T21:01:49.791Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-22T21:01:50.274Z] + docker build -t ci-base-image-x86_64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine --build-arg MAKE=echo noop --target=builder . [2023-09-22T21:01:50.533Z] Sending build context to Docker daemon 46.4MB [2023-09-22T21:01:50.533Z] Step 1/15 : ARG BASE=golang:1.21-alpine3.18 [2023-09-22T21:01:50.533Z] Step 2/15 : FROM ${BASE} AS builder [2023-09-22T21:01:50.533Z] 1.21-alpine: Pulling from edgex-devops/edgex-golang-base [2023-09-22T21:01:50.533Z] 7264a8db6415: Pulling fs layer [2023-09-22T21:01:50.533Z] c4d48a809fc2: Pulling fs layer [2023-09-22T21:01:50.533Z] 4f1c88b9dad5: Pulling fs layer [2023-09-22T21:01:50.533Z] ad3a456e5733: Pulling fs layer [2023-09-22T21:01:50.533Z] 33e27b845d1e: Pulling fs layer [2023-09-22T21:01:50.533Z] c68163c4e522: Pulling fs layer [2023-09-22T21:01:50.533Z] 50da416c3ac9: Pulling fs layer [2023-09-22T21:01:50.533Z] 23d2d4c4bb30: Pulling fs layer [2023-09-22T21:01:50.533Z] ad3a456e5733: Waiting [2023-09-22T21:01:50.533Z] c68163c4e522: Waiting [2023-09-22T21:01:50.533Z] 50da416c3ac9: Waiting [2023-09-22T21:01:50.533Z] 33e27b845d1e: Waiting [2023-09-22T21:01:50.533Z] c4d48a809fc2: Download complete [2023-09-22T21:01:50.533Z] ad3a456e5733: Verifying Checksum [2023-09-22T21:01:50.533Z] ad3a456e5733: Download complete [2023-09-22T21:01:50.533Z] 33e27b845d1e: Download complete [2023-09-22T21:01:50.533Z] 7264a8db6415: Verifying Checksum [2023-09-22T21:01:50.533Z] 7264a8db6415: Download complete [2023-09-22T21:01:50.793Z] c68163c4e522: Verifying Checksum [2023-09-22T21:01:50.793Z] c68163c4e522: Download complete [2023-09-22T21:01:50.793Z] 7264a8db6415: Pull complete [2023-09-22T21:01:51.051Z] c4d48a809fc2: Pull complete [2023-09-22T21:01:51.051Z] 23d2d4c4bb30: Verifying Checksum [2023-09-22T21:01:51.051Z] 23d2d4c4bb30: Download complete [2023-09-22T21:01:51.051Z] 4f1c88b9dad5: Verifying Checksum [2023-09-22T21:01:51.051Z] 4f1c88b9dad5: Download complete [2023-09-22T21:01:51.622Z] 50da416c3ac9: Verifying Checksum [2023-09-22T21:01:51.622Z] 50da416c3ac9: Download complete [2023-09-22T21:01:54.155Z] 4f1c88b9dad5: Pull complete [2023-09-22T21:01:54.155Z] ad3a456e5733: Pull complete [2023-09-22T21:01:54.155Z] 33e27b845d1e: Pull complete [2023-09-22T21:01:54.155Z] c68163c4e522: Pull complete [2023-09-22T21:01:56.689Z] 50da416c3ac9: Pull complete [2023-09-22T21:01:56.948Z] 23d2d4c4bb30: Pull complete [2023-09-22T21:01:56.948Z] Digest: sha256:869f8081a9cc57a47d9be3c92245bb8518e7edea9beab93563b77b0fbed5fa8c [2023-09-22T21:01:56.948Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine [2023-09-22T21:01:56.948Z] ---> 0786185ac409 [2023-09-22T21:01:56.948Z] Step 3/15 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" [2023-09-22T21:02:01.144Z] ---> Running in 048298476af6 [2023-09-22T21:02:01.144Z] Removing intermediate container 048298476af6 [2023-09-22T21:02:01.144Z] ---> 7830ebdeaf2d [2023-09-22T21:02:01.144Z] Step 4/15 : ARG ALPINE_PKG_BASE="make git" [2023-09-22T21:02:01.144Z] ---> Running in 918d7238d125 [2023-09-22T21:02:01.144Z] Removing intermediate container 918d7238d125 [2023-09-22T21:02:01.144Z] ---> bd025604d733 [2023-09-22T21:02:01.144Z] Step 5/15 : ARG ALPINE_PKG_EXTRA="" [2023-09-22T21:02:01.144Z] ---> Running in 8ca873de0495 [2023-09-22T21:02:01.144Z] Removing intermediate container 8ca873de0495 [2023-09-22T21:02:01.144Z] ---> 8185a4e7629d [2023-09-22T21:02:01.144Z] Step 6/15 : LABEL Name=edgex-ui-go [2023-09-22T21:02:01.144Z] ---> Running in c6268a0b3736 [2023-09-22T21:02:01.144Z] Removing intermediate container c6268a0b3736 [2023-09-22T21:02:01.144Z] ---> 757fe8153a05 [2023-09-22T21:02:01.144Z] Step 7/15 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2023: Intel' [2023-09-22T21:02:01.404Z] ---> Running in 41d1557077a0 [2023-09-22T21:02:01.404Z] Removing intermediate container 41d1557077a0 [2023-09-22T21:02:01.404Z] ---> be3a61b153fe [2023-09-22T21:02:01.404Z] Step 8/15 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2023-09-22T21:02:01.666Z] latest: Pulling from library/docker [2023-09-22T21:02:01.926Z] 7264a8db6415: Already exists [2023-09-22T21:02:01.926Z] cfafd3a03f86: Pulling fs layer [2023-09-22T21:02:01.926Z] 4f4fb700ef54: Pulling fs layer [2023-09-22T21:02:01.926Z] f11d96ce7eaa: Pulling fs layer [2023-09-22T21:02:01.926Z] 6adc040a05cc: Pulling fs layer [2023-09-22T21:02:01.926Z] 787484ec7e57: Pulling fs layer [2023-09-22T21:02:01.926Z] ab22443da284: Pulling fs layer [2023-09-22T21:02:01.926Z] 4df676a3ac49: Pulling fs layer [2023-09-22T21:02:01.926Z] 579a751e9a42: Pulling fs layer [2023-09-22T21:02:01.926Z] 433699f84749: Pulling fs layer [2023-09-22T21:02:01.926Z] 3e5c5f3a87be: Pulling fs layer [2023-09-22T21:02:01.926Z] 389d589ce89a: Pulling fs layer [2023-09-22T21:02:01.926Z] a43e1216f500: Pulling fs layer [2023-09-22T21:02:01.926Z] 2c2a8ce1e4eb: Pulling fs layer [2023-09-22T21:02:01.926Z] 579a751e9a42: Waiting [2023-09-22T21:02:01.926Z] 6adc040a05cc: Waiting [2023-09-22T21:02:01.926Z] 433699f84749: Waiting [2023-09-22T21:02:01.926Z] 3e5c5f3a87be: Waiting [2023-09-22T21:02:01.926Z] 787484ec7e57: Waiting [2023-09-22T21:02:01.926Z] 389d589ce89a: Waiting [2023-09-22T21:02:01.926Z] ab22443da284: Waiting [2023-09-22T21:02:01.926Z] 4df676a3ac49: Waiting [2023-09-22T21:02:01.926Z] 2c2a8ce1e4eb: Waiting [2023-09-22T21:02:01.926Z] 4f4fb700ef54: Verifying Checksum [2023-09-22T21:02:01.926Z] cfafd3a03f86: Verifying Checksum [2023-09-22T21:02:01.926Z] cfafd3a03f86: Download complete [2023-09-22T21:02:02.187Z] f11d96ce7eaa: Verifying Checksum [2023-09-22T21:02:02.187Z] f11d96ce7eaa: Download complete [2023-09-22T21:02:02.187Z] cfafd3a03f86: Pull complete [2023-09-22T21:02:02.187Z] 6adc040a05cc: Verifying Checksum [2023-09-22T21:02:02.187Z] 6adc040a05cc: Download complete [2023-09-22T21:02:02.187Z] 4f4fb700ef54: Pull complete [2023-09-22T21:02:02.187Z] ab22443da284: Verifying Checksum [2023-09-22T21:02:02.187Z] ab22443da284: Download complete [2023-09-22T21:02:02.187Z] 787484ec7e57: Verifying Checksum [2023-09-22T21:02:02.187Z] 787484ec7e57: Download complete [2023-09-22T21:02:02.447Z] 4df676a3ac49: Verifying Checksum [2023-09-22T21:02:02.447Z] 4df676a3ac49: Download complete [2023-09-22T21:02:02.447Z] 579a751e9a42: Verifying Checksum [2023-09-22T21:02:02.447Z] 579a751e9a42: Download complete [2023-09-22T21:02:02.447Z] 3e5c5f3a87be: Download complete [2023-09-22T21:02:02.447Z] 433699f84749: Verifying Checksum [2023-09-22T21:02:02.447Z] 433699f84749: Download complete [2023-09-22T21:02:02.711Z] f11d96ce7eaa: Pull complete [2023-09-22T21:02:02.711Z] a43e1216f500: Verifying Checksum [2023-09-22T21:02:02.711Z] a43e1216f500: Download complete [2023-09-22T21:02:02.711Z] 2c2a8ce1e4eb: Download complete [2023-09-22T21:02:02.970Z] 389d589ce89a: Verifying Checksum [2023-09-22T21:02:02.970Z] 389d589ce89a: Download complete [2023-09-22T21:02:02.970Z] 6adc040a05cc: Pull complete [2023-09-22T21:02:03.428Z] Still waiting to schedule task [2023-09-22T21:02:03.429Z] All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline [2023-09-22T21:02:03.538Z] 787484ec7e57: Pull complete [2023-09-22T21:02:03.538Z] ab22443da284: Pull complete [2023-09-22T21:02:03.538Z] 4df676a3ac49: Pull complete [2023-09-22T21:02:03.798Z] 579a751e9a42: Pull complete [2023-09-22T21:02:04.059Z] 433699f84749: Pull complete [2023-09-22T21:02:04.059Z] 3e5c5f3a87be: Pull complete [2023-09-22T21:02:04.997Z] 389d589ce89a: Pull complete [2023-09-22T21:02:05.257Z] a43e1216f500: Pull complete [2023-09-22T21:02:05.257Z] 2c2a8ce1e4eb: Pull complete [2023-09-22T21:02:05.257Z] Digest: sha256:9e6dbb25d3c0e1e2d222c8a3f074cb8240d1a716d0c6868f76eb3d5a4dfb174c [2023-09-22T21:02:05.257Z] Status: Downloaded newer image for docker:latest [2023-09-22T21:02:07.166Z] ---> 9cfe95775d2a [2023-09-22T21:02:07.166Z] Step 9/15 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-09-22T21:02:07.166Z] ---> Running in ae1c611b4241 [2023-09-22T21:02:07.425Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2023-09-22T21:02:07.685Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2023-09-22T21:02:07.946Z] OK: 264 MiB in 52 packages [2023-09-22T21:02:08.205Z] Removing intermediate container ae1c611b4241 [2023-09-22T21:02:08.205Z] ---> aa73e32ffe32 [2023-09-22T21:02:08.205Z] Step 10/15 : ENV GO111MODULE=on [2023-09-22T21:02:08.205Z] ---> Running in 55204758359c [2023-09-22T21:02:08.466Z] Removing intermediate container 55204758359c [2023-09-22T21:02:08.466Z] ---> 7142b886339f [2023-09-22T21:02:08.466Z] Step 11/15 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go [2023-09-22T21:02:08.466Z] ---> Running in 5dcef86ff1d0 [2023-09-22T21:02:08.466Z] Removing intermediate container 5dcef86ff1d0 [2023-09-22T21:02:08.466Z] ---> 9d33017786d1 [2023-09-22T21:02:08.466Z] Step 12/15 : COPY go.mod vendor* ./ [2023-09-22T21:02:08.727Z] ---> cd1a7a18b875 [2023-09-22T21:02:08.727Z] Step 13/15 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-09-22T21:02:08.727Z] ---> Running in 696027b0073e [2023-09-22T21:02:47.557Z] Removing intermediate container 696027b0073e [2023-09-22T21:02:47.557Z] ---> 0876a2a9d4e9 [2023-09-22T21:02:47.557Z] Step 14/15 : COPY . . [2023-09-22T21:02:47.557Z] ---> 52005a6e0cb0 [2023-09-22T21:02:47.557Z] Step 15/15 : RUN ${MAKE} [2023-09-22T21:02:47.557Z] ---> Running in 24465182e0df [2023-09-22T21:02:47.557Z] noop [2023-09-22T21:02:47.557Z] Removing intermediate container 24465182e0df [2023-09-22T21:02:47.557Z] ---> 360b59dd74a2 [2023-09-22T21:02:47.557Z] Successfully built 360b59dd74a2 [2023-09-22T21:02:47.557Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-22T21:02:48.010Z] + docker inspect -f . ci-base-image-x86_64 [2023-09-22T21:02:48.010Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-09-22T21:02:48.169Z] prd-ubuntu20.04-docker-8c-8g-7629 does not seem to be running inside a container [2023-09-22T21:02:48.200Z] $ 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 [2023-09-22T21:02:48.548Z] $ docker top 4439b4515267c95022e731c026d40b8e5782110a4b7431ef67549763df56636b -eo pid,comm [Pipeline] { [Pipeline] sh [2023-09-22T21:02:48.951Z] + go version [2023-09-22T21:02:48.951Z] go version go1.21.0 linux/amd64 [Pipeline] } [2023-09-22T21:02:48.975Z] $ docker stop --time=1 4439b4515267c95022e731c026d40b8e5782110a4b7431ef67549763df56636b [2023-09-22T21:02:50.239Z] $ 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 [2023-09-22T21:02:50.960Z] + docker inspect -f . ci-base-image-x86_64 [2023-09-22T21:02:50.960Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-09-22T21:02:51.116Z] prd-ubuntu20.04-docker-8c-8g-7629 does not seem to be running inside a container [2023-09-22T21:02:51.143Z] $ 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 [2023-09-22T21:02:51.482Z] $ docker top a04d85d9569611a9e822d1f6f346be749e347a6f15de07800e1bcef20c51d2ee -eo pid,comm [Pipeline] { [Pipeline] sh [2023-09-22T21:02:51.880Z] + git config --global --add safe.directory /w/workspace/edgexfoundry_edgex-ui-go_PR-637 [Pipeline] fileExists [Pipeline] sh [2023-09-22T21:02:52.236Z] + make test [2023-09-22T21:02:52.236Z] CGO_ENABLED=0 GO111MODULE=on go test -tags "no_messagebus" -coverprofile=coverage.out ./... [2023-09-22T21:02:53.611Z] ? github.com/edgexfoundry/edgex-ui-go [no test files] [2023-09-22T21:03:01.721Z] ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] [2023-09-22T21:03:01.721Z] ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] [2023-09-22T21:03:01.721Z] ? github.com/edgexfoundry/edgex-ui-go/internal/common [no test files] [2023-09-22T21:03:01.721Z] ? github.com/edgexfoundry/edgex-ui-go/internal/config [no test files] [2023-09-22T21:03:01.721Z] ? github.com/edgexfoundry/edgex-ui-go/internal/container [no test files] [2023-09-22T21:03:01.721Z] ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] [2023-09-22T21:03:01.721Z] ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] [2023-09-22T21:03:01.721Z] ? github.com/edgexfoundry/edgex-ui-go/internal/service [no test files] [2023-09-22T21:03:01.721Z] CGO_ENABLED=0 GO111MODULE=on go vet -tags "no_messagebus" ./... [2023-09-22T21:03:04.247Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-09-22T21:03:04.247Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-09-22T21:03:04.247Z] ./bin/test-attribution-txt.sh [2023-09-22T21:03:04.247Z] make -C web test [2023-09-22T21:03:04.247Z] make[1]: Entering directory '/w/workspace/edgexfoundry_edgex-ui-go_PR-637/web' [2023-09-22T21:03:04.247Z] make[1]: tput: No such file or directory [2023-09-22T21:03:04.247Z] make[1]: tput: No such file or directory [2023-09-22T21:03:04.247Z] warning: generating ./VERSION [2023-09-22T21:03:04.247Z] echo "0.0.0" > VERSION [2023-09-22T21:03:04.247Z] docker build \ [2023-09-22T21:03:04.247Z] -f Dockerfile \ [2023-09-22T21:03:04.247Z] --build-arg USER=1000 \ [2023-09-22T21:03:04.247Z] \ [2023-09-22T21:03:04.247Z] --label "git_sha=a191c6c1bb81c3265a3a2a6a375b359c77cf7e3b" \ [2023-09-22T21:03:04.247Z] -t edgexfoundry/edgex-web-ui:a191c6c1bb81c3265a3a2a6a375b359c77cf7e3b \ [2023-09-22T21:03:04.247Z] -t edgexfoundry/edgex-web-ui:0.0.0-dev \ [2023-09-22T21:03:04.247Z] . [2023-09-22T21:03:04.247Z] DEPRECATED: The legacy builder is deprecated and will be removed in a future release. [2023-09-22T21:03:04.247Z] Install the buildx component to build images with BuildKit: [2023-09-22T21:03:04.247Z] https://docs.docker.com/go/buildx/ [2023-09-22T21:03:04.247Z] [2023-09-22T21:03:04.247Z] Sending build context to Docker daemon 2.684MB [2023-09-22T21:03:04.247Z] Step 1/11 : FROM node:18-alpine3.18 [2023-09-22T21:03:04.506Z] 18-alpine3.18: Pulling from library/node [2023-09-22T21:03:04.764Z] 7264a8db6415: Already exists [2023-09-22T21:03:04.764Z] 3a6f55851eb7: Pulling fs layer [2023-09-22T21:03:04.764Z] 7486ac2d79f6: Pulling fs layer [2023-09-22T21:03:04.764Z] a57032b0c6a0: Pulling fs layer [2023-09-22T21:03:05.022Z] a57032b0c6a0: Verifying Checksum [2023-09-22T21:03:05.022Z] a57032b0c6a0: Download complete [2023-09-22T21:03:05.022Z] 7486ac2d79f6: Verifying Checksum [2023-09-22T21:03:05.022Z] 7486ac2d79f6: Download complete [2023-09-22T21:03:06.748Z] 3a6f55851eb7: Verifying Checksum [2023-09-22T21:03:06.748Z] 3a6f55851eb7: Download complete [2023-09-22T21:03:08.656Z] 3a6f55851eb7: Pull complete [2023-09-22T21:03:08.656Z] 7486ac2d79f6: Pull complete [2023-09-22T21:03:08.656Z] a57032b0c6a0: Pull complete [2023-09-22T21:03:08.656Z] Digest: sha256:619ce27eb37c7c0476bd518085bf1ba892e2148fc1ab5dbaff2f20c56e50444d [2023-09-22T21:03:08.656Z] Status: Downloaded newer image for node:18-alpine3.18 [2023-09-22T21:03:08.656Z] ---> ce4edc0a721a [2023-09-22T21:03:08.656Z] Step 2/11 : RUN apk add --no-cache chromium [2023-09-22T21:03:12.000Z] ---> Running in 65b68c0c2140 [2023-09-22T21:03:12.260Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2023-09-22T21:03:12.520Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2023-09-22T21:03:12.780Z] (1/154) Installing libexpat (2.5.0-r1) [2023-09-22T21:03:12.780Z] (2/154) Installing brotli-libs (1.0.9-r14) [2023-09-22T21:03:12.780Z] (3/154) Installing libbz2 (1.0.8-r5) [2023-09-22T21:03:12.780Z] (4/154) Installing libpng (1.6.39-r3) [2023-09-22T21:03:12.780Z] (5/154) Installing freetype (2.13.0-r5) [2023-09-22T21:03:12.780Z] (6/154) Installing fontconfig (2.14.2-r3) [2023-09-22T21:03:12.780Z] (7/154) Installing libfontenc (1.1.7-r2) [2023-09-22T21:03:12.780Z] (8/154) Installing mkfontscale (1.2.2-r3) [2023-09-22T21:03:12.780Z] (9/154) Installing font-opensans (0_git20210927-r1) [2023-09-22T21:03:12.780Z] (10/154) Installing pkgconf (1.9.5-r0) [2023-09-22T21:03:12.780Z] (11/154) Installing libffi (3.4.4-r2) [2023-09-22T21:03:12.780Z] (12/154) Installing libintl (0.21.1-r7) [2023-09-22T21:03:12.780Z] (13/154) Installing libblkid (2.38.1-r8) [2023-09-22T21:03:12.780Z] (14/154) Installing libmount (2.38.1-r8) [2023-09-22T21:03:12.780Z] (15/154) Installing pcre2 (10.42-r1) [2023-09-22T21:03:12.780Z] (16/154) Installing glib (2.76.4-r0) [2023-09-22T21:03:13.040Z] (17/154) Installing xz-libs (5.4.3-r0) [2023-09-22T21:03:13.040Z] (18/154) Installing libxml2 (2.11.4-r0) [2023-09-22T21:03:13.040Z] (19/154) Installing shared-mime-info (2.2-r5) [2023-09-22T21:03:13.040Z] (20/154) Installing hicolor-icon-theme (0.17-r2) [2023-09-22T21:03:13.040Z] (21/154) Installing libjpeg-turbo (2.1.5.1-r3) [2023-09-22T21:03:13.040Z] (22/154) Installing libwebp (1.3.2-r0) [2023-09-22T21:03:13.040Z] (23/154) Installing zstd-libs (1.5.5-r4) [2023-09-22T21:03:13.040Z] (24/154) Installing tiff (4.5.1-r0) [2023-09-22T21:03:13.040Z] (25/154) Installing gdk-pixbuf (2.42.10-r5) [2023-09-22T21:03:13.040Z] (26/154) Installing gtk-update-icon-cache (3.24.38-r1) [2023-09-22T21:03:13.040Z] (27/154) Installing libxau (1.0.11-r2) [2023-09-22T21:03:13.040Z] (28/154) Installing libmd (1.0.4-r2) [2023-09-22T21:03:13.040Z] (29/154) Installing libbsd (0.11.7-r1) [2023-09-22T21:03:13.040Z] (30/154) Installing libxdmcp (1.1.4-r2) [2023-09-22T21:03:13.040Z] (31/154) Installing libxcb (1.15-r1) [2023-09-22T21:03:13.040Z] (32/154) Installing libx11 (1.8.4-r4) [2023-09-22T21:03:13.040Z] (33/154) Installing libxcomposite (0.4.6-r3) [2023-09-22T21:03:13.040Z] (34/154) Installing libxfixes (6.0.1-r2) [2023-09-22T21:03:13.040Z] (35/154) Installing libxrender (0.9.11-r3) [2023-09-22T21:03:13.040Z] (36/154) Installing libxcursor (1.2.1-r2) [2023-09-22T21:03:13.040Z] (37/154) Installing libxdamage (1.1.6-r2) [2023-09-22T21:03:13.040Z] (38/154) Installing libxext (1.3.5-r2) [2023-09-22T21:03:13.040Z] (39/154) Installing libxi (1.8.1-r0) [2023-09-22T21:03:13.040Z] (40/154) Installing libxinerama (1.1.5-r2) [2023-09-22T21:03:13.040Z] (41/154) Installing libxrandr (1.5.3-r2) [2023-09-22T21:03:13.040Z] (42/154) Installing libatk-1.0 (2.48.3-r0) [2023-09-22T21:03:13.040Z] (43/154) Installing libxtst (1.2.4-r2) [2023-09-22T21:03:13.040Z] (44/154) Installing dbus-libs (1.14.8-r0) [2023-09-22T21:03:13.040Z] (45/154) Installing at-spi2-core (2.48.3-r0) [2023-09-22T21:03:13.040Z] (46/154) Installing libatk-bridge-2.0 (2.48.3-r0) [2023-09-22T21:03:13.300Z] (47/154) Installing pixman (0.42.2-r1) [2023-09-22T21:03:13.300Z] (48/154) Installing cairo (1.17.8-r1) [2023-09-22T21:03:13.300Z] (49/154) Installing cairo-gobject (1.17.8-r1) [2023-09-22T21:03:13.300Z] (50/154) Installing avahi-libs (0.8-r13) [2023-09-22T21:03:13.300Z] (51/154) Installing gmp (6.2.1-r3) [2023-09-22T21:03:13.300Z] (52/154) Installing nettle (3.8.1-r2) [2023-09-22T21:03:13.300Z] (53/154) Installing libunistring (1.1-r1) [2023-09-22T21:03:13.300Z] (54/154) Installing libidn2 (2.3.4-r1) [2023-09-22T21:03:13.300Z] (55/154) Installing p11-kit (0.24.1-r2) [2023-09-22T21:03:13.300Z] (56/154) Installing libtasn1 (4.19.0-r1) [2023-09-22T21:03:13.300Z] (57/154) Installing gnutls (3.8.0-r2) [2023-09-22T21:03:13.300Z] (58/154) Installing cups-libs (2.4.7-r0) [2023-09-22T21:03:13.300Z] (59/154) Installing libepoxy (1.5.10-r1) [2023-09-22T21:03:13.300Z] (60/154) Installing fribidi (1.0.13-r0) [2023-09-22T21:03:13.300Z] (61/154) Installing graphite2 (1.3.14-r5) [2023-09-22T21:03:13.300Z] (62/154) Installing harfbuzz (7.3.0-r0) [2023-09-22T21:03:13.300Z] (63/154) Installing libxft (2.3.8-r1) [2023-09-22T21:03:13.300Z] (64/154) Installing pango (1.50.14-r1) [2023-09-22T21:03:13.300Z] (65/154) Installing wayland-libs-client (1.22.0-r2) [2023-09-22T21:03:13.300Z] (66/154) Installing wayland-libs-cursor (1.22.0-r2) [2023-09-22T21:03:13.300Z] (67/154) Installing wayland-libs-egl (1.22.0-r2) [2023-09-22T21:03:13.300Z] (68/154) Installing xkeyboard-config (2.38-r0) [2023-09-22T21:03:13.300Z] (69/154) Installing libxkbcommon (1.5.0-r2) [2023-09-22T21:03:13.300Z] (70/154) Installing gtk+3.0 (3.24.38-r1) [2023-09-22T21:03:13.559Z] Executing gtk+3.0-3.24.38-r1.post-install [2023-09-22T21:03:13.559Z] (71/154) Installing icu-data-full (73.2-r2) [2023-09-22T21:03:13.820Z] (72/154) Installing mesa (23.0.4-r0) [2023-09-22T21:03:13.820Z] (73/154) Installing llvm15-libs (15.0.7-r6) [2023-09-22T21:03:14.389Z] (74/154) Installing hwdata-pci (0.370-r0) [2023-09-22T21:03:14.389Z] (75/154) Installing libpciaccess (0.17-r2) [2023-09-22T21:03:14.389Z] (76/154) Installing libdrm (2.4.115-r4) [2023-09-22T21:03:14.389Z] (77/154) Installing musl-fts (1.2.7-r5) [2023-09-22T21:03:14.389Z] (78/154) Installing libelf (0.189-r2) [2023-09-22T21:03:14.389Z] (79/154) Installing mesa-glapi (23.0.4-r0) [2023-09-22T21:03:14.389Z] (80/154) Installing mesa-dri-gallium (23.0.4-r0) [2023-09-22T21:03:14.659Z] (81/154) Installing eudev-libs (3.2.11-r8) [2023-09-22T21:03:14.659Z] (82/154) Installing libmagic (5.45-r0) [2023-09-22T21:03:14.659Z] (83/154) Installing file (5.45-r0) [2023-09-22T21:03:14.659Z] (84/154) Installing libice (1.1.1-r2) [2023-09-22T21:03:14.659Z] (85/154) Installing libuuid (2.38.1-r8) [2023-09-22T21:03:14.659Z] (86/154) Installing libsm (1.2.4-r1) [2023-09-22T21:03:14.659Z] (87/154) Installing libxt (1.3.0-r2) [2023-09-22T21:03:14.659Z] (88/154) Installing libxmu (1.1.4-r2) [2023-09-22T21:03:14.659Z] (89/154) Installing xset (1.2.5-r1) [2023-09-22T21:03:14.659Z] (90/154) Installing xprop (1.2.6-r0) [2023-09-22T21:03:14.659Z] (91/154) Installing xdg-utils (1.1.3-r4) [2023-09-22T21:03:14.659Z] (92/154) Installing libogg (1.3.5-r4) [2023-09-22T21:03:14.659Z] (93/154) Installing flac-libs (1.4.3-r0) [2023-09-22T21:03:14.659Z] (94/154) Installing alsa-lib (1.2.9-r1) [2023-09-22T21:03:14.659Z] (95/154) Installing libatomic (12.2.1_git20220924-r10) [2023-09-22T21:03:14.659Z] (96/154) Installing svt-av1-libs (1.6.0-r0) [2023-09-22T21:03:14.659Z] (97/154) Installing aom-libs (3.6.1-r0) [2023-09-22T21:03:14.659Z] (98/154) Installing libva (2.18.0-r1) [2023-09-22T21:03:14.659Z] (99/154) Installing libvdpau (1.5-r1) [2023-09-22T21:03:14.659Z] (100/154) Installing onevpl-libs (2023.2.1-r0) [2023-09-22T21:03:14.924Z] (101/154) Installing ffmpeg-libavutil (6.0-r15) [2023-09-22T21:03:14.924Z] (102/154) Installing libdav1d (1.2.1-r0) [2023-09-22T21:03:14.924Z] (103/154) Installing libhwy (1.0.4-r1) [2023-09-22T21:03:14.924Z] (104/154) Installing lcms2 (2.15-r2) [2023-09-22T21:03:14.924Z] (105/154) Installing libjxl (0.8.2-r0) [2023-09-22T21:03:14.924Z] (106/154) Installing lame-libs (3.100-r5) [2023-09-22T21:03:14.924Z] (107/154) Installing opus (1.4-r0) [2023-09-22T21:03:14.924Z] (108/154) Installing libgomp (12.2.1_git20220924-r10) [2023-09-22T21:03:14.924Z] (109/154) Installing soxr (0.1.3-r5) [2023-09-22T21:03:14.924Z] (110/154) Installing ffmpeg-libswresample (6.0-r15) [2023-09-22T21:03:14.924Z] (111/154) Installing libtheora (1.1.1-r17) [2023-09-22T21:03:14.924Z] (112/154) Installing libvorbis (1.3.7-r1) [2023-09-22T21:03:14.924Z] (113/154) Installing libvpx (1.13.0-r1) [2023-09-22T21:03:14.924Z] (114/154) Installing x264-libs (0.164_git20220602-r1) [2023-09-22T21:03:14.924Z] (115/154) Installing numactl (2.0.16-r4) [2023-09-22T21:03:14.924Z] (116/154) Installing x265-libs (3.5-r4) [2023-09-22T21:03:14.924Z] (117/154) Installing xvidcore (1.3.7-r1) [2023-09-22T21:03:14.924Z] (118/154) Installing ffmpeg-libavcodec (6.0-r15) [2023-09-22T21:03:15.184Z] (119/154) Installing libbluray (1.3.4-r0) [2023-09-22T21:03:15.184Z] (120/154) Installing mpg123-libs (1.31.3-r1) [2023-09-22T21:03:15.184Z] (121/154) Installing libopenmpt (0.7.2-r0) [2023-09-22T21:03:15.184Z] (122/154) Installing cjson (1.7.15-r4) [2023-09-22T21:03:15.184Z] (123/154) Installing mbedtls (2.28.4-r0) [2023-09-22T21:03:15.184Z] (124/154) Installing librist (0.2.7-r0) [2023-09-22T21:03:15.184Z] (125/154) Installing libsrt (1.5.2-r0) [2023-09-22T21:03:15.184Z] (126/154) Installing libssh (0.10.5-r0) [2023-09-22T21:03:15.184Z] (127/154) Installing libsodium (1.0.18-r3) [2023-09-22T21:03:15.184Z] (128/154) Installing libzmq (4.3.4-r4) [2023-09-22T21:03:15.184Z] (129/154) Installing ffmpeg-libavformat (6.0-r15) [2023-09-22T21:03:15.184Z] (130/154) Installing libevent (2.1.12-r6) [2023-09-22T21:03:15.184Z] (131/154) Installing wayland-libs-server (1.22.0-r2) [2023-09-22T21:03:15.184Z] (132/154) Installing mesa-gbm (23.0.4-r0) [2023-09-22T21:03:15.184Z] (133/154) Installing harfbuzz-subset (7.3.0-r0) [2023-09-22T21:03:15.184Z] (134/154) Installing icu-libs (73.2-r2) [2023-09-22T21:03:15.444Z] (135/154) Installing jsoncpp (1.9.5-r0) [2023-09-22T21:03:15.444Z] (136/154) Installing minizip (1.2.13-r0) [2023-09-22T21:03:15.444Z] (137/154) Installing nspr (4.35-r2) [2023-09-22T21:03:15.444Z] (138/154) Installing sqlite-libs (3.41.2-r2) [2023-09-22T21:03:15.444Z] (139/154) Installing nss (3.91-r0) [2023-09-22T21:03:15.444Z] (140/154) Installing pipewire-libs (0.3.70-r1) [2023-09-22T21:03:15.444Z] (141/154) Installing libasyncns (0.8-r1) [2023-09-22T21:03:15.444Z] (142/154) Installing libltdl (2.4.7-r2) [2023-09-22T21:03:15.444Z] (143/154) Installing orc (0.4.34-r0) [2023-09-22T21:03:15.444Z] (144/154) Installing libsndfile (1.2.0-r2) [2023-09-22T21:03:15.444Z] (145/154) Installing speexdsp (1.2.1-r1) [2023-09-22T21:03:15.444Z] (146/154) Installing tdb-libs (1.4.8-r1) [2023-09-22T21:03:15.444Z] (147/154) Installing libpulse (16.1-r10) [2023-09-22T21:03:15.444Z] (148/154) Installing snappy (1.1.10-r1) [2023-09-22T21:03:15.444Z] (149/154) Installing libwoff2common (1.0.2-r2) [2023-09-22T21:03:15.444Z] (150/154) Installing libwoff2enc (1.0.2-r2) [2023-09-22T21:03:15.444Z] (151/154) Installing libgpg-error (1.47-r1) [2023-09-22T21:03:15.444Z] (152/154) Installing libgcrypt (1.10.2-r1) [2023-09-22T21:03:15.444Z] (153/154) Installing libxslt (1.1.38-r0) [2023-09-22T21:03:15.444Z] (154/154) Installing chromium (117.0.5938.62-r0) [2023-09-22T21:03:16.821Z] Executing busybox-1.36.1-r2.trigger [2023-09-22T21:03:16.821Z] Executing fontconfig-2.14.2-r3.trigger [2023-09-22T21:03:16.821Z] Executing mkfontscale-1.2.2-r3.trigger [2023-09-22T21:03:16.821Z] Executing glib-2.76.4-r0.trigger [2023-09-22T21:03:16.821Z] Executing shared-mime-info-2.2-r5.trigger [2023-09-22T21:03:17.391Z] Executing gdk-pixbuf-2.42.10-r5.trigger [2023-09-22T21:03:17.391Z] Executing gtk-update-icon-cache-3.24.38-r1.trigger [2023-09-22T21:03:17.391Z] OK: 576 MiB in 171 packages [2023-09-22T21:03:27.367Z] Removing intermediate container 65b68c0c2140 [2023-09-22T21:03:27.367Z] ---> 8fe0103a274a [2023-09-22T21:03:27.367Z] Step 3/11 : ENV CHROME_BIN=/usr/bin/chromium-browser [2023-09-22T21:03:27.367Z] ---> Running in 7e9ba79f7085 [2023-09-22T21:03:27.367Z] Removing intermediate container 7e9ba79f7085 [2023-09-22T21:03:27.367Z] ---> 9f105cf35569 [2023-09-22T21:03:27.367Z] Step 4/11 : ENV NODE_OPTIONS=--openssl-legacy-provider [2023-09-22T21:03:27.367Z] ---> Running in c312b462d1d5 [2023-09-22T21:03:27.367Z] Removing intermediate container c312b462d1d5 [2023-09-22T21:03:27.367Z] ---> 5ad15a0c80af [2023-09-22T21:03:27.367Z] Step 5/11 : ENV PATH /app/node_modules/.bin:$PATH [2023-09-22T21:03:27.368Z] ---> Running in 189519bdb721 [2023-09-22T21:03:27.368Z] Removing intermediate container 189519bdb721 [2023-09-22T21:03:27.368Z] ---> 3d39529081c2 [2023-09-22T21:03:27.368Z] Step 6/11 : RUN npm install -g npm [2023-09-22T21:03:27.368Z] ---> Running in f120ef37a478 [2023-09-22T21:03:35.521Z] [2023-09-22T21:03:35.521Z] removed 2 packages, and changed 59 packages in 7s [2023-09-22T21:03:35.521Z] [2023-09-22T21:03:35.521Z] 28 packages are looking for funding [2023-09-22T21:03:35.521Z] run `npm fund` for details [2023-09-22T21:03:35.780Z] Removing intermediate container f120ef37a478 [2023-09-22T21:03:35.780Z] ---> c0738fc5028f [2023-09-22T21:03:35.780Z] Step 7/11 : ARG USER=1000 [2023-09-22T21:03:35.780Z] ---> Running in b8b46c32396a [2023-09-22T21:03:35.780Z] Removing intermediate container b8b46c32396a [2023-09-22T21:03:35.780Z] ---> bdd183920585 [2023-09-22T21:03:35.780Z] Step 8/11 : RUN deluser --remove-home node && adduser -u $USER -D -s /bin/sh node [2023-09-22T21:03:35.780Z] ---> Running in cf9fada3c3cc [2023-09-22T21:03:36.347Z] Removing intermediate container cf9fada3c3cc [2023-09-22T21:03:36.347Z] ---> d68c7567dd40 [2023-09-22T21:03:36.347Z] Step 9/11 : USER $USER:$USER [2023-09-22T21:03:36.347Z] ---> Running in 462a805d73bd [2023-09-22T21:03:36.606Z] Removing intermediate container 462a805d73bd [2023-09-22T21:03:36.606Z] ---> d87871cb1330 [2023-09-22T21:03:36.606Z] Step 10/11 : WORKDIR /app [2023-09-22T21:03:36.606Z] ---> Running in 53ea1ff954a9 [2023-09-22T21:03:36.606Z] Removing intermediate container 53ea1ff954a9 [2023-09-22T21:03:36.606Z] ---> aa3646da26ed [2023-09-22T21:03:36.606Z] Step 11/11 : LABEL git_sha=a191c6c1bb81c3265a3a2a6a375b359c77cf7e3b [2023-09-22T21:03:36.606Z] ---> Running in 52f2cb0ef92b [2023-09-22T21:03:36.606Z] Removing intermediate container 52f2cb0ef92b [2023-09-22T21:03:36.606Z] ---> e065790c6675 [2023-09-22T21:03:36.606Z] Successfully built e065790c6675 [2023-09-22T21:03:36.606Z] Successfully tagged edgexfoundry/edgex-web-ui:a191c6c1bb81c3265a3a2a6a375b359c77cf7e3b [2023-09-22T21:03:36.606Z] Successfully tagged edgexfoundry/edgex-web-ui:0.0.0-dev [2023-09-22T21:03:36.606Z] touch edgex-web-ui.imagebuilt [2023-09-22T21:03:36.606Z] mkdir -p node_modules coverage [2023-09-22T21:03:36.606Z] chown "1000:1000" node_modules coverage package-lock.json [2023-09-22T21:03:36.606Z] docker run --rm -i -v "$(pwd):/app" -u "1000:1000" edgexfoundry/edgex-web-ui:0.0.0-dev npm install [2023-09-22T21:03:36.911Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-7630 in /w/workspace/edgexfoundry_edgex-ui-go_PR-637 [Pipeline] { [Pipeline] ws [2023-09-22T21:03:36.969Z] Running in /w/workspace/edgex-ui-go/1 [Pipeline] { [Pipeline] checkout [2023-09-22T21:03:37.040Z] The recommended git tool is: git [2023-09-22T21:03:38.507Z] npm WARN EBADENGINE Unsupported engine { [2023-09-22T21:03:38.507Z] npm WARN EBADENGINE package: '@angular-devkit/architect@0.1202.4', [2023-09-22T21:03:38.507Z] npm WARN EBADENGINE required: { [2023-09-22T21:03:38.507Z] npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', [2023-09-22T21:03:38.507Z] npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', [2023-09-22T21:03:38.507Z] npm WARN EBADENGINE yarn: '>= 1.13.0' [2023-09-22T21:03:38.507Z] npm WARN EBADENGINE }, [2023-09-22T21:03:38.507Z] npm WARN EBADENGINE current: { node: 'v18.18.0', npm: '10.1.0' } [2023-09-22T21:03:38.507Z] npm WARN EBADENGINE } [2023-09-22T21:03:38.507Z] npm WARN EBADENGINE Unsupported engine { [2023-09-22T21:03:38.507Z] npm WARN EBADENGINE package: '@angular-devkit/build-angular@12.2.4', [2023-09-22T21:03:38.507Z] npm WARN EBADENGINE required: { [2023-09-22T21:03:38.508Z] npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', [2023-09-22T21:03:38.508Z] npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', [2023-09-22T21:03:38.508Z] npm WARN EBADENGINE yarn: '>= 1.13.0' [2023-09-22T21:03:38.508Z] npm WARN EBADENGINE }, [2023-09-22T21:03:38.508Z] npm WARN EBADENGINE current: { node: 'v18.18.0', npm: '10.1.0' } [2023-09-22T21:03:38.508Z] npm WARN EBADENGINE } [2023-09-22T21:03:38.508Z] npm WARN EBADENGINE Unsupported engine { [2023-09-22T21:03:38.508Z] npm WARN EBADENGINE package: '@angular-devkit/build-optimizer@0.1202.4', [2023-09-22T21:03:38.508Z] npm WARN EBADENGINE required: { [2023-09-22T21:03:38.508Z] npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', [2023-09-22T21:03:38.508Z] npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', [2023-09-22T21:03:38.508Z] npm WARN EBADENGINE yarn: '>= 1.13.0' [2023-09-22T21:03:38.508Z] npm WARN EBADENGINE }, [2023-09-22T21:03:38.508Z] npm WARN EBADENGINE current: { node: 'v18.18.0', npm: '10.1.0' } [2023-09-22T21:03:38.508Z] npm WARN EBADENGINE } [2023-09-22T21:03:38.508Z] npm WARN EBADENGINE Unsupported engine { [2023-09-22T21:03:38.508Z] npm WARN EBADENGINE package: '@angular-devkit/build-webpack@0.1202.4', [2023-09-22T21:03:38.508Z] npm WARN EBADENGINE required: { [2023-09-22T21:03:38.508Z] npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', [2023-09-22T21:03:38.508Z] npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', [2023-09-22T21:03:38.508Z] npm WARN EBADENGINE yarn: '>= 1.13.0' [2023-09-22T21:03:38.508Z] npm WARN EBADENGINE }, [2023-09-22T21:03:38.508Z] npm WARN EBADENGINE current: { node: 'v18.18.0', npm: '10.1.0' } [2023-09-22T21:03:38.508Z] npm WARN EBADENGINE } [2023-09-22T21:03:38.508Z] npm WARN EBADENGINE Unsupported engine { [2023-09-22T21:03:38.508Z] npm WARN EBADENGINE package: '@angular-devkit/core@12.2.4', [2023-09-22T21:03:38.508Z] npm WARN EBADENGINE required: { [2023-09-22T21:03:38.508Z] npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', [2023-09-22T21:03:38.508Z] npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', [2023-09-22T21:03:38.508Z] npm WARN EBADENGINE yarn: '>= 1.13.0' [2023-09-22T21:03:38.508Z] npm WARN EBADENGINE }, [2023-09-22T21:03:38.508Z] npm WARN EBADENGINE current: { node: 'v18.18.0', npm: '10.1.0' } [2023-09-22T21:03:38.508Z] npm WARN EBADENGINE } [2023-09-22T21:03:38.508Z] npm WARN EBADENGINE Unsupported engine { [2023-09-22T21:03:38.508Z] npm WARN EBADENGINE package: '@angular-devkit/schematics@12.2.4', [2023-09-22T21:03:38.508Z] npm WARN EBADENGINE required: { [2023-09-22T21:03:38.508Z] npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', [2023-09-22T21:03:38.508Z] npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', [2023-09-22T21:03:38.508Z] npm WARN EBADENGINE yarn: '>= 1.13.0' [2023-09-22T21:03:38.508Z] npm WARN EBADENGINE }, [2023-09-22T21:03:38.508Z] npm WARN EBADENGINE current: { node: 'v18.18.0', npm: '10.1.0' } [2023-09-22T21:03:38.508Z] npm WARN EBADENGINE } [2023-09-22T21:03:38.508Z] npm WARN EBADENGINE Unsupported engine { [2023-09-22T21:03:38.508Z] npm WARN EBADENGINE package: '@angular/cli@12.2.4', [2023-09-22T21:03:38.508Z] npm WARN EBADENGINE required: { [2023-09-22T21:03:38.508Z] npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', [2023-09-22T21:03:38.508Z] npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', [2023-09-22T21:03:38.508Z] npm WARN EBADENGINE yarn: '>= 1.13.0' [2023-09-22T21:03:38.508Z] npm WARN EBADENGINE }, [2023-09-22T21:03:38.508Z] npm WARN EBADENGINE current: { node: 'v18.18.0', npm: '10.1.0' } [2023-09-22T21:03:38.508Z] npm WARN EBADENGINE } [2023-09-22T21:03:38.508Z] npm WARN EBADENGINE Unsupported engine { [2023-09-22T21:03:38.508Z] npm WARN EBADENGINE package: '@ngtools/webpack@12.2.4', [2023-09-22T21:03:38.508Z] npm WARN EBADENGINE required: { [2023-09-22T21:03:38.508Z] npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', [2023-09-22T21:03:38.508Z] npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', [2023-09-22T21:03:38.508Z] npm WARN EBADENGINE yarn: '>= 1.13.0' [2023-09-22T21:03:38.508Z] npm WARN EBADENGINE }, [2023-09-22T21:03:38.508Z] npm WARN EBADENGINE current: { node: 'v18.18.0', npm: '10.1.0' } [2023-09-22T21:03:38.508Z] npm WARN EBADENGINE } [2023-09-22T21:03:38.508Z] npm WARN EBADENGINE Unsupported engine { [2023-09-22T21:03:38.508Z] npm WARN EBADENGINE package: '@schematics/angular@12.2.4', [2023-09-22T21:03:38.508Z] npm WARN EBADENGINE required: { [2023-09-22T21:03:38.508Z] npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', [2023-09-22T21:03:38.508Z] npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', [2023-09-22T21:03:38.508Z] npm WARN EBADENGINE yarn: '>= 1.13.0' [2023-09-22T21:03:38.508Z] npm WARN EBADENGINE }, [2023-09-22T21:03:38.508Z] npm WARN EBADENGINE current: { node: 'v18.18.0', npm: '10.1.0' } [2023-09-22T21:03:38.508Z] npm WARN EBADENGINE } [2023-09-22T21:03:41.966Z] using credential edgex-jenkins-ssh [2023-09-22T21:03:41.980Z] Cloning the remote Git repository [2023-09-22T21:03:42.018Z] Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git [2023-09-22T21:03:42.118Z] > git init /w/workspace/edgex-ui-go/1 # timeout=10 [2023-09-22T21:03:42.257Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2023-09-22T21:03:42.258Z] > git --version # timeout=10 [2023-09-22T21:03:42.279Z] > git --version # 'git version 2.25.1' [2023-09-22T21:03:42.282Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-09-22T21:03:42.423Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-09-22T21:03:45.522Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2023-09-22T21:03:45.546Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-09-22T21:03:47.153Z] Merging remotes/origin/main commit 2fd4722eefcd485d8d8cf5eb24f524ab25e62510 into PR head commit a191c6c1bb81c3265a3a2a6a375b359c77cf7e3b [2023-09-22T21:03:46.336Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2023-09-22T21:03:46.383Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2023-09-22T21:03:46.384Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-09-22T21:03:46.401Z] > 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 [2023-09-22T21:03:47.172Z] > git config core.sparsecheckout # timeout=10 [2023-09-22T21:03:47.255Z] > git checkout -f a191c6c1bb81c3265a3a2a6a375b359c77cf7e3b # timeout=10 [2023-09-22T21:03:47.719Z] Merge succeeded, producing a191c6c1bb81c3265a3a2a6a375b359c77cf7e3b [2023-09-22T21:03:47.719Z] Checking out Revision a191c6c1bb81c3265a3a2a6a375b359c77cf7e3b (PR-637) [2023-09-22T21:03:47.618Z] > git remote # timeout=10 [2023-09-22T21:03:47.635Z] > git config --get remote.origin.url # timeout=10 [2023-09-22T21:03:47.657Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-09-22T21:03:47.671Z] > git merge 2fd4722eefcd485d8d8cf5eb24f524ab25e62510 # timeout=10 [2023-09-22T21:03:47.697Z] > git rev-parse HEAD^{commit} # timeout=10 [2023-09-22T21:03:47.727Z] > git config core.sparsecheckout # timeout=10 [2023-09-22T21:03:47.749Z] > git checkout -f a191c6c1bb81c3265a3a2a6a375b359c77cf7e3b # timeout=10 [2023-09-22T21:03:50.812Z] npm WARN deprecated source-map-url@0.4.1: See https://github.com/lydell/source-map-url#deprecated [2023-09-22T21:03:50.812Z] 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. [2023-09-22T21:03:50.812Z] 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. [2023-09-22T21:03:50.812Z] 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. [2023-09-22T21:03:50.812Z] 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. [2023-09-22T21:03:50.812Z] 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. [2023-09-22T21:03:50.812Z] npm WARN deprecated source-map-resolve@0.6.0: See https://github.com/lydell/source-map-resolve#deprecated [2023-09-22T21:03:50.812Z] npm WARN deprecated stable@0.1.8: Modern JS already guarantees Array#sort() is a stable sort, so this library is deprecated. See the compatibility table on MDN: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/sort#browser_compatibility [2023-09-22T21:03:50.812Z] npm WARN deprecated urix@0.1.0: Please see https://github.com/lydell/urix#deprecated [2023-09-22T21:03:50.812Z] npm WARN deprecated sourcemap-codec@1.4.8: Please use @jridgewell/sourcemap-codec instead [2023-09-22T21:03:50.812Z] npm WARN deprecated har-validator@5.1.5: this library is no longer supported [2023-09-22T21:03:50.812Z] npm WARN deprecated @npmcli/move-file@1.1.2: This functionality has been moved to @npmcli/fs [2023-09-22T21:03:50.812Z] 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. [2023-09-22T21:03:50.812Z] npm WARN deprecated flatten@1.0.3: flatten is deprecated in favor of utility frameworks such as lodash. [2023-09-22T21:03:50.812Z] 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. [2023-09-22T21:03:50.812Z] 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. [2023-09-22T21:03:50.812Z] 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. [2023-09-22T21:03:50.812Z] 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. [2023-09-22T21:03:50.813Z] 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. [2023-09-22T21:03:50.813Z] 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. [2023-09-22T21:03:50.813Z] 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. [2023-09-22T21:03:50.813Z] 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. [2023-09-22T21:03:50.813Z] 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. [2023-09-22T21:03:50.813Z] npm WARN deprecated resolve-url@0.2.1: https://github.com/lydell/resolve-url#deprecated [2023-09-22T21:03:50.813Z] npm WARN deprecated source-map-resolve@0.5.3: See https://github.com/lydell/source-map-resolve#deprecated [2023-09-22T21:03:50.813Z] npm WARN deprecated querystring@0.2.0: The querystring API is considered Legacy. new code should use the URLSearchParams API instead. [2023-09-22T21:03:51.074Z] npm WARN deprecated source-map-resolve@0.5.3: See https://github.com/lydell/source-map-resolve#deprecated [2023-09-22T21:03:51.334Z] npm WARN deprecated uuid@3.4.0: Please upgrade to version 7 or higher. Older versions may use Math.random() in certain circumstances, which is known to be problematic. See https://v8.dev/blog/math-random for details. [2023-09-22T21:03:51.334Z] npm WARN deprecated uuid@3.4.0: Please upgrade to version 7 or higher. Older versions may use Math.random() in certain circumstances, which is known to be problematic. See https://v8.dev/blog/math-random for details. [2023-09-22T21:03:51.334Z] npm WARN deprecated uuid@3.4.0: Please upgrade to version 7 or higher. Older versions may use Math.random() in certain circumstances, which is known to be problematic. See https://v8.dev/blog/math-random for details. [2023-09-22T21:03:51.584Z] Commit message: "feat: Make backend proxy algorithm configurable" [2023-09-22T21:03:51.595Z] npm WARN deprecated chokidar@2.1.8: Chokidar 2 does not receive security updates since 2019. Upgrade to chokidar 3 with 15x fewer dependencies [2023-09-22T21:03:51.634Z] > git --version # timeout=10 [2023-09-22T21:03:51.644Z] > git --version # 'git version 2.25.1' [2023-09-22T21:03:51.656Z] fatal: bad object e143027787c0ac28563f7e92b6cefc600d3b7107 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-09-22T21:03:52.534Z] npm WARN deprecated request@2.88.2: request has been deprecated, see https://github.com/request/request/issues/3142 [2023-09-22T21:03:52.792Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2023-09-22T21:03:52.792Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-09-22T21:03:52.792Z] Dload Upload Total Spent Left Speed [2023-09-22T21:03:52.792Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 78709 0 --:--:-- --:--:-- --:--:-- 79198 [Pipeline] sh [2023-09-22T21:03:53.452Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2023-09-22T21:03:53.792Z] + sudo tee /etc/docker/daemon.new [2023-09-22T21:03:53.792Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2023-09-22T21:03:53.792Z] { [2023-09-22T21:03:53.792Z] "registry-mirrors": [ [2023-09-22T21:03:53.792Z] "https://nexus3.edgexfoundry.org:10001" [2023-09-22T21:03:53.792Z] ], [2023-09-22T21:03:53.792Z] "bip": "10.250.0.254/24", [2023-09-22T21:03:53.792Z] "hosts": [ [2023-09-22T21:03:53.792Z] "tcp://0.0.0.0:5555", [2023-09-22T21:03:53.792Z] "unix:///var/run/docker.sock" [2023-09-22T21:03:53.792Z] ], [2023-09-22T21:03:53.792Z] "mtu": 1458, [2023-09-22T21:03:53.792Z] "selinux-enabled": true, [2023-09-22T21:03:53.792Z] "seccomp-profile": "/etc/docker/seccomp.json" [2023-09-22T21:03:53.792Z] } [Pipeline] sh [2023-09-22T21:03:54.132Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2023-09-22T21:03:54.447Z] npm WARN deprecated protractor@7.0.0: We have news to share - Protractor is deprecated and will reach end-of-life by Summer 2023. To learn more and find out about other options please refer to this post on the Angular blog. Thank you for using and contributing to Protractor. https://goo.gle/state-of-e2e-in-angular [2023-09-22T21:03:54.473Z] + sudo service docker restart [2023-09-22T21:03:54.708Z] npm WARN deprecated popper.js@1.16.1: You can find the new Popper v2 at @popperjs/core, this package is dedicated to the legacy v1 [2023-09-22T21:03:56.614Z] npm WARN deprecated tslint@6.1.3: TSLint has been deprecated in favor of ESLint. Please see https://github.com/palantir/tslint/issues/4534 for more information. [2023-09-22T21:04:00.266Z] npm WARN deprecated core-js@3.16.0: core-js@<3.23.3 is no longer maintained and not recommended for usage due to the number of issues. Because of the V8 engine whims, feature detection in old core-js versions could cause a slowdown up to 100x even if nothing is polyfilled. Some versions have web compatibility issues. Please, upgrade your dependencies to the actual version of core-js. [2023-09-22T21:04:06.853Z] [2023-09-22T21:04:06.853Z] added 1478 packages, and audited 1479 packages in 29s [2023-09-22T21:04:06.853Z] [2023-09-22T21:04:06.853Z] 90 packages are looking for funding [2023-09-22T21:04:06.853Z] run `npm fund` for details [2023-09-22T21:04:06.853Z] [2023-09-22T21:04:06.853Z] 40 vulnerabilities (1 low, 17 moderate, 18 high, 4 critical) [2023-09-22T21:04:06.853Z] [2023-09-22T21:04:06.853Z] To address issues that do not require attention, run: [2023-09-22T21:04:06.853Z] npm audit fix [2023-09-22T21:04:06.853Z] [2023-09-22T21:04:06.853Z] To address all issues (including breaking changes), run: [2023-09-22T21:04:06.853Z] npm audit fix --force [2023-09-22T21:04:06.853Z] [2023-09-22T21:04:06.853Z] Run `npm audit` for details. [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-09-22T21:04:12.768Z] provisioning config files... [2023-09-22T21:04:12.790Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/1@tmp/config4540554415439945838tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-09-22T21:04:13.171Z] ---> docker-login.sh [2023-09-22T21:04:13.171Z] nexus3.edgexfoundry.org:10001 [2023-09-22T21:04:13.441Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-09-22T21:04:13.710Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-09-22T21:04:13.711Z] Configure a credential helper to remove this warning. See [2023-09-22T21:04:13.711Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-09-22T21:04:13.711Z] [2023-09-22T21:04:13.711Z] Login Succeeded [2023-09-22T21:04:13.711Z] nexus3.edgexfoundry.org:10002 [2023-09-22T21:04:13.978Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-09-22T21:04:13.978Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-09-22T21:04:13.978Z] Configure a credential helper to remove this warning. See [2023-09-22T21:04:13.978Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-09-22T21:04:13.978Z] [2023-09-22T21:04:13.978Z] Login Succeeded [2023-09-22T21:04:13.978Z] nexus3.edgexfoundry.org:10003 [2023-09-22T21:04:14.246Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-09-22T21:04:14.516Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-09-22T21:04:14.516Z] Configure a credential helper to remove this warning. See [2023-09-22T21:04:14.516Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-09-22T21:04:14.516Z] [2023-09-22T21:04:14.516Z] Login Succeeded [2023-09-22T21:04:14.516Z] nexus3.edgexfoundry.org:10004 [2023-09-22T21:04:14.787Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-09-22T21:04:14.787Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-09-22T21:04:14.787Z] Configure a credential helper to remove this warning. See [2023-09-22T21:04:14.787Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-09-22T21:04:14.787Z] [2023-09-22T21:04:14.787Z] Login Succeeded [2023-09-22T21:04:14.787Z] docker.io [2023-09-22T21:04:15.056Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-09-22T21:04:15.172Z] docker run --rm -i -v "$(pwd):/app" -u "1000:1000" edgexfoundry/edgex-web-ui:0.0.0-dev ng test --code-coverage --watch false --browsers ChromeHeadlessNoSandbox [2023-09-22T21:04:15.323Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-09-22T21:04:15.323Z] Configure a credential helper to remove this warning. See [2023-09-22T21:04:15.323Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-09-22T21:04:15.323Z] [2023-09-22T21:04:15.323Z] Login Succeeded [2023-09-22T21:04:15.323Z] ---> docker-login.sh ends [Pipeline] } [2023-09-22T21:04:15.358Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2023-09-22T21:04:15.736Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-09-22T21:04:15.771Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-09-22T21:04:15.811Z] ========================================================= [2023-09-22T21:04:15.811Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine] [2023-09-22T21:04:15.811Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-22T21:04:16.329Z] + docker build -t ci-base-image-arm64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine --build-arg MAKE=echo noop --target=builder . [2023-09-22T21:04:16.544Z] - Generating browser application bundles (phase: setup)... [2023-09-22T21:04:19.697Z] Sending build context to Docker daemon 29.15MB [2023-09-22T21:04:19.697Z] Step 1/15 : ARG BASE=golang:1.21-alpine3.18 [2023-09-22T21:04:19.697Z] Step 2/15 : FROM ${BASE} AS builder [2023-09-22T21:04:19.697Z] 1.21-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2023-09-22T21:04:19.697Z] 9fda8d8052c6: Pulling fs layer [2023-09-22T21:04:19.697Z] 5d54e960e981: Pulling fs layer [2023-09-22T21:04:19.697Z] c4a7e357bf2a: Pulling fs layer [2023-09-22T21:04:19.697Z] f0e02332f6b5: Pulling fs layer [2023-09-22T21:04:19.697Z] cefa15bbcfad: Pulling fs layer [2023-09-22T21:04:19.697Z] 17808c966233: Pulling fs layer [2023-09-22T21:04:19.697Z] f4c1fc716caa: Pulling fs layer [2023-09-22T21:04:19.697Z] cefa15bbcfad: Waiting [2023-09-22T21:04:19.697Z] 17808c966233: Waiting [2023-09-22T21:04:19.697Z] f4c1fc716caa: Waiting [2023-09-22T21:04:19.697Z] f0e02332f6b5: Waiting [2023-09-22T21:04:19.697Z] 5d54e960e981: Verifying Checksum [2023-09-22T21:04:19.697Z] 5d54e960e981: Download complete [2023-09-22T21:04:19.697Z] f0e02332f6b5: Verifying Checksum [2023-09-22T21:04:19.697Z] f0e02332f6b5: Download complete [2023-09-22T21:04:19.697Z] cefa15bbcfad: Verifying Checksum [2023-09-22T21:04:19.697Z] cefa15bbcfad: Download complete [2023-09-22T21:04:19.697Z] 9fda8d8052c6: Verifying Checksum [2023-09-22T21:04:19.697Z] 9fda8d8052c6: Download complete [2023-09-22T21:04:19.975Z] f4c1fc716caa: Verifying Checksum [2023-09-22T21:04:19.975Z] f4c1fc716caa: Download complete [2023-09-22T21:04:20.571Z] 9fda8d8052c6: Pull complete [2023-09-22T21:04:20.729Z] Compiling @angular/core : es2015 as esm2015 [2023-09-22T21:04:20.729Z] Compiling @angular/compiler/testing : es2015 as esm2015 [2023-09-22T21:04:21.164Z] 5d54e960e981: Pull complete [2023-09-22T21:04:21.434Z] c4a7e357bf2a: Verifying Checksum [2023-09-22T21:04:21.434Z] c4a7e357bf2a: Download complete [2023-09-22T21:04:22.402Z] 17808c966233: Verifying Checksum [2023-09-22T21:04:22.402Z] 17808c966233: Download complete [2023-09-22T21:04:23.278Z] Compiling @angular/core/testing : es2015 as esm2015 [2023-09-22T21:04:23.278Z] Compiling @angular/common : es2015 as esm2015 [2023-09-22T21:04:23.844Z] Compiling @angular/platform-browser : es2015 as esm2015 [2023-09-22T21:04:23.844Z] Compiling @angular/common/testing : es2015 as esm2015 [2023-09-22T21:04:24.102Z] Compiling @angular/common/http : es2015 as esm2015 [2023-09-22T21:04:24.102Z] Compiling @angular/platform-browser-dynamic : es2015 as esm2015 [2023-09-22T21:04:24.360Z] Compiling @angular/platform-browser/testing : es2015 as esm2015 [2023-09-22T21:04:24.360Z] Compiling @angular/forms : es2015 as esm2015 [2023-09-22T21:04:24.619Z] Compiling @angular/platform-browser-dynamic/testing : es2015 as esm2015 [2023-09-22T21:04:24.879Z] Compiling @angular/router : es2015 as esm2015 [2023-09-22T21:04:24.879Z] Compiling @angular/common/http/testing : es2015 as esm2015 [2023-09-22T21:04:26.252Z] Compiling @angular/router/testing : es2015 as esm2015 [2023-09-22T21:04:30.430Z] 22 09 2023 21:04:29.953:INFO [karma-server]: Karma v6.3.16 server started at http://localhost:9876/ [2023-09-22T21:04:30.430Z] 22 09 2023 21:04:29.955:INFO [launcher]: Launching browsers ChromeHeadlessNoSandbox with concurrency unlimited [2023-09-22T21:04:30.430Z] 22 09 2023 21:04:29.960:INFO [launcher]: Starting browser ChromeHeadless [2023-09-22T21:04:34.728Z] c4a7e357bf2a: Pull complete [2023-09-22T21:04:34.728Z] f0e02332f6b5: Pull complete [2023-09-22T21:04:34.728Z] cefa15bbcfad: Pull complete [2023-09-22T21:04:40.077Z] 17808c966233: Pull complete [2023-09-22T21:04:40.404Z] ✔ Browser application bundle generation complete. [2023-09-22T21:04:40.404Z] 22 09 2023 21:04:39.136:INFO [Chrome Headless 117.0.5938.62 (Linux x86_64)]: Connected on socket GHbnroWBmDjRL6ixAAAB with id 13214612 [2023-09-22T21:04:41.490Z] f4c1fc716caa: Pull complete [2023-09-22T21:04:41.490Z] Digest: sha256:f9b5da702465edd0a2564459334de068a24595700ad6c8d0b85b07445f0b3000 [2023-09-22T21:04:41.490Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine [2023-09-22T21:04:41.490Z] ---> ea914061e18c [2023-09-22T21:04:41.490Z] Step 3/15 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" [2023-09-22T21:04:41.779Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 0 of 145 SUCCESS (0 secs / 0 secs) [2023-09-22T21:04:41.779Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 1 of 145 SUCCESS (0 secs / 0.08 secs) [2023-09-22T21:04:41.779Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 2 of 145 SUCCESS (0 secs / 0.128 secs) [2023-09-22T21:04:41.779Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 3 of 145 SUCCESS (0 secs / 0.141 secs) [2023-09-22T21:04:41.779Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 4 of 145 SUCCESS (0 secs / 0.175 secs) [2023-09-22T21:04:41.779Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 5 of 145 SUCCESS (0 secs / 0.182 secs) [2023-09-22T21:04:41.779Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 6 of 145 SUCCESS (0 secs / 0.193 secs) [2023-09-22T21:04:41.779Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 7 of 145 SUCCESS (0 secs / 0.198 secs) [2023-09-22T21:04:41.779Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 8 of 145 SUCCESS (0 secs / 0.213 secs) [2023-09-22T21:04:41.779Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 9 of 145 SUCCESS (0 secs / 0.222 secs) [2023-09-22T21:04:42.037Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 10 of 145 SUCCESS (0 secs / 0.231 secs) [2023-09-22T21:04:42.037Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 11 of 145 SUCCESS (0 secs / 0.244 secs) [2023-09-22T21:04:42.037Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 12 of 145 SUCCESS (0 secs / 0.252 secs) [2023-09-22T21:04:42.037Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 13 of 145 SUCCESS (0 secs / 0.262 secs) [2023-09-22T21:04:42.037Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 14 of 145 SUCCESS (0 secs / 0.272 secs) [2023-09-22T21:04:42.037Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 15 of 145 SUCCESS (0 secs / 0.3 secs) [2023-09-22T21:04:42.037Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 16 of 145 SUCCESS (0 secs / 0.32 secs) [2023-09-22T21:04:42.037Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 17 of 145 SUCCESS (0 secs / 0.348 secs) [2023-09-22T21:04:42.037Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 18 of 145 SUCCESS (0 secs / 0.355 secs) [2023-09-22T21:04:42.037Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 19 of 145 SUCCESS (0 secs / 0.369 secs) [2023-09-22T21:04:42.037Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 20 of 145 SUCCESS (0 secs / 0.373 secs) [2023-09-22T21:04:42.037Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 21 of 145 SUCCESS (0 secs / 0.381 secs) [2023-09-22T21:04:42.037Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 22 of 145 SUCCESS (0 secs / 0.386 secs) [2023-09-22T21:04:42.037Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 23 of 145 SUCCESS (0 secs / 0.389 secs) [2023-09-22T21:04:42.037Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 24 of 145 SUCCESS (0 secs / 0.391 secs) [2023-09-22T21:04:42.037Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 25 of 145 SUCCESS (0 secs / 0.399 secs) [2023-09-22T21:04:42.037Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 26 of 145 SUCCESS (0 secs / 0.405 secs) [2023-09-22T21:04:42.037Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 27 of 145 SUCCESS (0 secs / 0.409 secs) [2023-09-22T21:04:42.037Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 28 of 145 SUCCESS (0 secs / 0.413 secs) [2023-09-22T21:04:42.037Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 29 of 145 SUCCESS (0 secs / 0.415 secs) [2023-09-22T21:04:42.037Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 30 of 145 SUCCESS (0 secs / 0.421 secs) [2023-09-22T21:04:42.037Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 31 of 145 SUCCESS (0 secs / 0.424 secs) [2023-09-22T21:04:42.037Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 32 of 145 SUCCESS (0 secs / 0.425 secs) [2023-09-22T21:04:42.297Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 33 of 145 SUCCESS (0 secs / 0.426 secs) [2023-09-22T21:04:42.297Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 34 of 145 SUCCESS (0 secs / 0.428 secs) [2023-09-22T21:04:42.297Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 35 of 145 SUCCESS (0 secs / 0.456 secs) [2023-09-22T21:04:42.297Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 36 of 145 SUCCESS (0 secs / 0.471 secs) [2023-09-22T21:04:42.297Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 37 of 145 SUCCESS (0 secs / 0.474 secs) [2023-09-22T21:04:42.297Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 38 of 145 SUCCESS (0 secs / 0.476 secs) [2023-09-22T21:04:42.297Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 39 of 145 SUCCESS (0 secs / 0.481 secs) [2023-09-22T21:04:42.297Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 40 of 145 SUCCESS (0 secs / 0.486 secs) [2023-09-22T21:04:42.297Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 41 of 145 SUCCESS (0 secs / 0.492 secs) [2023-09-22T21:04:42.297Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 42 of 145 SUCCESS (0 secs / 0.495 secs) [2023-09-22T21:04:42.297Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 43 of 145 SUCCESS (0 secs / 0.497 secs) [2023-09-22T21:04:42.297Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 44 of 145 SUCCESS (0 secs / 0.499 secs) [2023-09-22T21:04:42.297Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 45 of 145 SUCCESS (0 secs / 0.52 secs) [2023-09-22T21:04:42.297Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 46 of 145 SUCCESS (0 secs / 0.543 secs) [2023-09-22T21:04:42.297Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 47 of 145 SUCCESS (0 secs / 0.55 secs) [2023-09-22T21:04:42.297Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 48 of 145 SUCCESS (0 secs / 0.564 secs) [2023-09-22T21:04:42.297Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 49 of 145 SUCCESS (0 secs / 0.568 secs) [2023-09-22T21:04:42.297Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 50 of 145 SUCCESS (0 secs / 0.571 secs) [2023-09-22T21:04:42.298Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 51 of 145 SUCCESS (0 secs / 0.573 secs) [2023-09-22T21:04:42.298Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 52 of 145 SUCCESS (0 secs / 0.58 secs) [2023-09-22T21:04:42.298Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 53 of 145 SUCCESS (0 secs / 0.6 secs) [2023-09-22T21:04:42.298Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 54 of 145 SUCCESS (0 secs / 0.609 secs) [2023-09-22T21:04:42.298Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 55 of 145 SUCCESS (0 secs / 0.615 secs) [2023-09-22T21:04:42.556Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 56 of 145 SUCCESS (0 secs / 0.62 secs) [2023-09-22T21:04:42.556Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 57 of 145 SUCCESS (0 secs / 0.643 secs) [2023-09-22T21:04:42.556Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 58 of 145 SUCCESS (0 secs / 0.658 secs) [2023-09-22T21:04:42.556Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 59 of 145 SUCCESS (0 secs / 0.661 secs) [2023-09-22T21:04:42.556Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 60 of 145 SUCCESS (0 secs / 0.664 secs) [2023-09-22T21:04:42.556Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 61 of 145 SUCCESS (0 secs / 0.665 secs) [2023-09-22T21:04:42.556Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 62 of 145 SUCCESS (0 secs / 0.669 secs) [2023-09-22T21:04:42.556Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 63 of 145 SUCCESS (0 secs / 0.681 secs) [2023-09-22T21:04:42.556Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 64 of 145 SUCCESS (0 secs / 0.7 secs) [2023-09-22T21:04:42.556Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 65 of 145 SUCCESS (0 secs / 0.704 secs) [2023-09-22T21:04:42.556Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 66 of 145 SUCCESS (0 secs / 0.708 secs) [2023-09-22T21:04:42.556Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 67 of 145 SUCCESS (0 secs / 0.71 secs) [2023-09-22T21:04:42.556Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 68 of 145 SUCCESS (0 secs / 0.712 secs) [2023-09-22T21:04:42.556Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 69 of 145 SUCCESS (0 secs / 0.713 secs) [2023-09-22T21:04:42.556Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 70 of 145 SUCCESS (0 secs / 0.716 secs) [2023-09-22T21:04:42.556Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 71 of 145 SUCCESS (0 secs / 0.717 secs) [2023-09-22T21:04:42.556Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 72 of 145 SUCCESS (0 secs / 0.727 secs) [2023-09-22T21:04:42.556Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 73 of 145 SUCCESS (0 secs / 0.739 secs) [2023-09-22T21:04:42.556Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 74 of 145 SUCCESS (0 secs / 0.743 secs) [2023-09-22T21:04:42.556Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 75 of 145 SUCCESS (0 secs / 0.756 secs) [2023-09-22T21:04:42.556Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 76 of 145 SUCCESS (0 secs / 0.761 secs) [2023-09-22T21:04:42.556Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 77 of 145 SUCCESS (0 secs / 0.769 secs) [2023-09-22T21:04:42.556Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 78 of 145 SUCCESS (0 secs / 0.79 secs) [2023-09-22T21:04:42.556Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 79 of 145 SUCCESS (0 secs / 0.798 secs) [2023-09-22T21:04:42.556Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 80 of 145 SUCCESS (0 secs / 0.799 secs) [2023-09-22T21:04:42.556Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 81 of 145 SUCCESS (0 secs / 0.8 secs) [2023-09-22T21:04:42.814Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 82 of 145 SUCCESS (0 secs / 0.831 secs) [2023-09-22T21:04:42.814Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 83 of 145 SUCCESS (0 secs / 0.838 secs) [2023-09-22T21:04:42.814Z] WARN: ' [2023-09-22T21:04:42.814Z] It looks like you're using ngModel on the same form field as formControlName. [2023-09-22T21:04:42.814Z] Support for using the ngModel input property and ngModelChange event with [2023-09-22T21:04:42.814Z] reactive form directives has been deprecated in Angular v6 and will be removed [2023-09-22T21:04:42.814Z] in a future version of Angular. [2023-09-22T21:04:42.814Z] [2023-09-22T21:04:42.814Z] For more information on this, see our API docs here: [2023-09-22T21:04:42.814Z] https://angular.io/api/forms/FormControlName#use-with-ngmodel [2023-09-22T21:04:42.814Z] ' [2023-09-22T21:04:42.814Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 83 of 145 SUCCESS (0 secs / 0.838 secs) [2023-09-22T21:04:42.814Z] WARN: ' [2023-09-22T21:04:42.814Z] It looks like you're using ngModel on the same form field as formControlName. [2023-09-22T21:04:42.814Z] Support for using the ngModel input property and ngModelChange event with [2023-09-22T21:04:42.814Z] reactive form directives has been deprecated in Angular v6 and will be removed [2023-09-22T21:04:42.814Z] in a future version of Angular. [2023-09-22T21:04:42.814Z] [2023-09-22T21:04:42.814Z] For more information on this, see our API docs here: [2023-09-22T21:04:42.814Z] https://angular.io/api/forms/FormControlName#use-with-ngmodel [2023-09-22T21:04:42.814Z] ' [2023-09-22T21:04:42.814Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 84 of 145 SUCCESS (0 secs / 0.854 secs) [2023-09-22T21:04:42.814Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 85 of 145 SUCCESS (0 secs / 0.857 secs) [2023-09-22T21:04:42.814Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 86 of 145 SUCCESS (0 secs / 0.859 secs) [2023-09-22T21:04:42.814Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 87 of 145 SUCCESS (0 secs / 0.862 secs) [2023-09-22T21:04:42.814Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 88 of 145 SUCCESS (0 secs / 0.876 secs) [2023-09-22T21:04:42.814Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 89 of 145 SUCCESS (0 secs / 0.883 secs) [2023-09-22T21:04:42.814Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 90 of 145 SUCCESS (0 secs / 0.895 secs) [2023-09-22T21:04:42.814Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 91 of 145 SUCCESS (0 secs / 0.897 secs) [2023-09-22T21:04:42.814Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 92 of 145 SUCCESS (0 secs / 0.911 secs) [2023-09-22T21:04:42.814Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 93 of 145 SUCCESS (0 secs / 0.916 secs) [2023-09-22T21:04:42.814Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 94 of 145 SUCCESS (0 secs / 0.918 secs) [2023-09-22T21:04:42.814Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 95 of 145 SUCCESS (0 secs / 0.919 secs) [2023-09-22T21:04:42.814Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 96 of 145 SUCCESS (0 secs / 0.926 secs) [2023-09-22T21:04:42.814Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 97 of 145 SUCCESS (0 secs / 0.945 secs) [2023-09-22T21:04:42.814Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 98 of 145 SUCCESS (0 secs / 0.958 secs) [2023-09-22T21:04:42.814Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 99 of 145 SUCCESS (0 secs / 0.961 secs) [2023-09-22T21:04:42.814Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 100 of 145 SUCCESS (0 secs / 0.962 secs) [2023-09-22T21:04:42.814Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 101 of 145 SUCCESS (0 secs / 0.964 secs) [2023-09-22T21:04:42.814Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 102 of 145 SUCCESS (0 secs / 0.978 secs) [2023-09-22T21:04:42.814Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 103 of 145 SUCCESS (0 secs / 0.984 secs) [2023-09-22T21:04:42.814Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 104 of 145 SUCCESS (0 secs / 0.988 secs) [2023-09-22T21:04:42.814Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 105 of 145 SUCCESS (0 secs / 0.996 secs) [2023-09-22T21:04:42.814Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 106 of 145 SUCCESS (0 secs / 1.003 secs) [2023-09-22T21:04:42.814Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 107 of 145 SUCCESS (0 secs / 1.008 secs) [2023-09-22T21:04:42.917Z] ---> Running in 83ddcee8323f [2023-09-22T21:04:43.073Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 108 of 145 SUCCESS (0 secs / 1.011 secs) [2023-09-22T21:04:43.073Z] Chrome Headless 117.0.5938.62 (Linux x86_64) AuthService: unit test verifies that tokenValidate() works as expected FAILED [2023-09-22T21:04:43.073Z] 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. [2023-09-22T21:04:43.073Z] at HttpClientTestingBackend.expectOne (node_modules/@angular/common/__ivy_ngcc__/fesm2015/http/testing.js:297:1) [2023-09-22T21:04:43.073Z] at UserContext. (src/app/services/auth.service.spec.ts:49:34) [2023-09-22T21:04:43.073Z] at ZoneDelegate.invoke (node_modules/zone.js/dist/zone.js:400:1) [2023-09-22T21:04:43.073Z] at ProxyZoneSpec.onInvoke (node_modules/zone.js/dist/zone-testing.js:301:43) [2023-09-22T21:04:43.073Z] at ZoneDelegate.invoke (node_modules/zone.js/dist/zone.js:399:1) [2023-09-22T21:04:43.073Z] at Zone.run (node_modules/zone.js/dist/zone.js:160:1) [2023-09-22T21:04:43.073Z] at runInTestZone (node_modules/zone.js/dist/zone-testing.js:581:38) [2023-09-22T21:04:43.073Z] at UserContext. (node_modules/zone.js/dist/zone-testing.js:596:24) [2023-09-22T21:04:43.073Z] at [2023-09-22T21:04:43.073Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 109 of 145 (1 FAILED) (0 secs / 1.107 secs) [2023-09-22T21:04:43.073Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 110 of 145 (1 FAILED) (0 secs / 1.108 secs) [2023-09-22T21:04:43.073Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 111 of 145 (1 FAILED) (0 secs / 1.11 secs) [2023-09-22T21:04:43.073Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 112 of 145 (1 FAILED) (0 secs / 1.111 secs) [2023-09-22T21:04:43.073Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 113 of 145 (1 FAILED) (0 secs / 1.118 secs) [2023-09-22T21:04:43.073Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 114 of 145 (1 FAILED) (0 secs / 1.124 secs) [2023-09-22T21:04:43.073Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 115 of 145 (1 FAILED) (0 secs / 1.132 secs) [2023-09-22T21:04:43.073Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 116 of 145 (1 FAILED) (0 secs / 1.14 secs) [2023-09-22T21:04:43.073Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 117 of 145 (1 FAILED) (0 secs / 1.144 secs) [2023-09-22T21:04:43.073Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 118 of 145 (1 FAILED) (0 secs / 1.155 secs) [2023-09-22T21:04:43.073Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 119 of 145 (1 FAILED) (0 secs / 1.161 secs) [2023-09-22T21:04:43.073Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 120 of 145 (1 FAILED) (0 secs / 1.174 secs) [2023-09-22T21:04:43.073Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 121 of 145 (1 FAILED) (0 secs / 1.194 secs) [2023-09-22T21:04:43.073Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 122 of 145 (1 FAILED) (0 secs / 1.2 secs) [2023-09-22T21:04:43.073Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 123 of 145 (1 FAILED) (0 secs / 1.21 secs) [2023-09-22T21:04:43.073Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 124 of 145 (1 FAILED) (0 secs / 1.221 secs) [2023-09-22T21:04:43.186Z] Removing intermediate container 83ddcee8323f [2023-09-22T21:04:43.186Z] ---> a66399272dd1 [2023-09-22T21:04:43.186Z] Step 4/15 : ARG ALPINE_PKG_BASE="make git" [2023-09-22T21:04:43.333Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 125 of 145 (1 FAILED) (0 secs / 1.271 secs) [2023-09-22T21:04:43.333Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 126 of 145 (1 FAILED) (0 secs / 1.281 secs) [2023-09-22T21:04:43.333Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 127 of 145 (1 FAILED) (0 secs / 1.313 secs) [2023-09-22T21:04:43.333Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 128 of 145 (1 FAILED) (0 secs / 1.329 secs) [2023-09-22T21:04:43.333Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 129 of 145 (1 FAILED) (0 secs / 1.35 secs) [2023-09-22T21:04:43.333Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 130 of 145 (1 FAILED) (0 secs / 1.357 secs) [2023-09-22T21:04:43.333Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 131 of 145 (1 FAILED) (0 secs / 1.359 secs) [2023-09-22T21:04:43.333Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 132 of 145 (1 FAILED) (0 secs / 1.359 secs) [2023-09-22T21:04:43.333Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 133 of 145 (1 FAILED) (0 secs / 1.372 secs) [2023-09-22T21:04:43.333Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 134 of 145 (1 FAILED) (0 secs / 1.385 secs) [2023-09-22T21:04:43.333Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 135 of 145 (1 FAILED) (0 secs / 1.391 secs) [2023-09-22T21:04:43.333Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 136 of 145 (1 FAILED) (0 secs / 1.394 secs) [2023-09-22T21:04:43.333Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 137 of 145 (1 FAILED) (0 secs / 1.395 secs) [2023-09-22T21:04:43.333Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 138 of 145 (1 FAILED) (0 secs / 1.396 secs) [2023-09-22T21:04:43.333Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 139 of 145 (1 FAILED) (0 secs / 1.411 secs) [2023-09-22T21:04:43.454Z] ---> Running in 24c5901cd1ac [2023-09-22T21:04:43.603Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 140 of 145 (1 FAILED) (0 secs / 1.428 secs) [2023-09-22T21:04:43.603Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 141 of 145 (1 FAILED) (0 secs / 1.434 secs) [2023-09-22T21:04:43.603Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 142 of 145 (1 FAILED) (0 secs / 1.439 secs) [2023-09-22T21:04:43.603Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 143 of 145 (1 FAILED) (0 secs / 1.456 secs) [2023-09-22T21:04:43.603Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 144 of 145 (1 FAILED) (0 secs / 1.474 secs) [2023-09-22T21:04:43.603Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 145 of 145 (1 FAILED) (0 secs / 1.48 secs) [2023-09-22T21:04:43.603Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 145 of 145 (1 FAILED) (2.018 secs / 1.48 secs) [2023-09-22T21:04:43.603Z] TOTAL: 1 FAILED, 144 SUCCESS [2023-09-22T21:04:43.603Z] ✔ Browser application bundle generation complete. [2023-09-22T21:04:43.728Z] Removing intermediate container 24c5901cd1ac [2023-09-22T21:04:43.729Z] ---> 2d40955893d9 [2023-09-22T21:04:43.729Z] Step 5/15 : ARG ALPINE_PKG_EXTRA="" [2023-09-22T21:04:43.729Z] ---> Running in 696ffc866bb4 [2023-09-22T21:04:43.867Z] [2023-09-22T21:04:43.867Z] =============================== Coverage summary =============================== [2023-09-22T21:04:43.867Z] Statements : 41.53% ( 1424/3429 ) [2023-09-22T21:04:43.867Z] Branches : 12.14% ( 109/898 ) [2023-09-22T21:04:43.867Z] Functions : 33.25% ( 416/1251 ) [2023-09-22T21:04:43.867Z] Lines : 39.41% ( 1279/3245 ) [2023-09-22T21:04:43.867Z] ================================================================================ [2023-09-22T21:04:43.998Z] Removing intermediate container 696ffc866bb4 [2023-09-22T21:04:43.998Z] ---> dec3e43ec96c [2023-09-22T21:04:43.998Z] Step 6/15 : LABEL Name=edgex-ui-go [2023-09-22T21:04:43.998Z] ---> Running in fb29fc3fd0ea [2023-09-22T21:04:44.161Z] ✔ Browser application bundle generation complete. [2023-09-22T21:04:44.265Z] Removing intermediate container fb29fc3fd0ea [2023-09-22T21:04:44.265Z] ---> ed43f6a4cd5f [2023-09-22T21:04:44.265Z] Step 7/15 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2023: Intel' [2023-09-22T21:04:44.533Z] ---> Running in d141b3df6bfd [2023-09-22T21:04:44.729Z] make[1]: *** [Makefile:144: test] Error 1 [2023-09-22T21:04:44.729Z] make[1]: Leaving directory '/w/workspace/edgexfoundry_edgex-ui-go_PR-637/web' [2023-09-22T21:04:44.729Z] make: *** [Makefile:56: test-angular] Error 2 [Pipeline] } [2023-09-22T21:04:44.769Z] $ docker stop --time=1 a04d85d9569611a9e822d1f6f346be749e347a6f15de07800e1bcef20c51d2ee [2023-09-22T21:04:44.799Z] Removing intermediate container d141b3df6bfd [2023-09-22T21:04:44.799Z] ---> 21ccdea17224 [2023-09-22T21:04:44.799Z] Step 8/15 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2023-09-22T21:04:45.065Z] latest: Pulling from library/docker [2023-09-22T21:04:45.334Z] 9fda8d8052c6: Already exists [2023-09-22T21:04:45.334Z] 6852f3ef0b5f: Pulling fs layer [2023-09-22T21:04:45.334Z] 4f4fb700ef54: Pulling fs layer [2023-09-22T21:04:45.334Z] 767c2a40dc41: Pulling fs layer [2023-09-22T21:04:45.334Z] 011855a528fc: Pulling fs layer [2023-09-22T21:04:45.334Z] 2eb2999eb53e: Pulling fs layer [2023-09-22T21:04:45.334Z] 52a6c1800204: Pulling fs layer [2023-09-22T21:04:45.334Z] a01340eade1a: Pulling fs layer [2023-09-22T21:04:45.334Z] fcee97a2aa0f: Pulling fs layer [2023-09-22T21:04:45.334Z] 8cf3fdb5711b: Pulling fs layer [2023-09-22T21:04:45.334Z] 36ac283ad2d4: Pulling fs layer [2023-09-22T21:04:45.334Z] 3f3c41fd9ebb: Pulling fs layer [2023-09-22T21:04:45.334Z] 29a5074801a2: Pulling fs layer [2023-09-22T21:04:45.334Z] 0a0cc6640ec8: Pulling fs layer [2023-09-22T21:04:45.334Z] 011855a528fc: Waiting [2023-09-22T21:04:45.334Z] 2eb2999eb53e: Waiting [2023-09-22T21:04:45.334Z] 52a6c1800204: Waiting [2023-09-22T21:04:45.334Z] fcee97a2aa0f: Waiting [2023-09-22T21:04:45.334Z] 3f3c41fd9ebb: Waiting [2023-09-22T21:04:45.334Z] 29a5074801a2: Waiting [2023-09-22T21:04:45.334Z] 0a0cc6640ec8: Waiting [2023-09-22T21:04:45.334Z] 36ac283ad2d4: Waiting [2023-09-22T21:04:45.334Z] 4f4fb700ef54: Verifying Checksum [2023-09-22T21:04:45.334Z] 4f4fb700ef54: Download complete [2023-09-22T21:04:45.603Z] 6852f3ef0b5f: Verifying Checksum [2023-09-22T21:04:45.603Z] 6852f3ef0b5f: Download complete [2023-09-22T21:04:45.870Z] 767c2a40dc41: Verifying Checksum [2023-09-22T21:04:45.870Z] 767c2a40dc41: Download complete [2023-09-22T21:04:46.062Z] $ docker rm -f --volumes a04d85d9569611a9e822d1f6f346be749e347a6f15de07800e1bcef20c51d2ee [2023-09-22T21:04:46.140Z] 52a6c1800204: Verifying Checksum [2023-09-22T21:04:46.140Z] 52a6c1800204: Download complete [2023-09-22T21:04:46.140Z] 011855a528fc: Verifying Checksum [2023-09-22T21:04:46.140Z] 011855a528fc: Download complete [2023-09-22T21:04:46.140Z] 2eb2999eb53e: Verifying Checksum [2023-09-22T21:04:46.140Z] 2eb2999eb53e: Download complete [2023-09-22T21:04:46.140Z] a01340eade1a: Verifying Checksum [2023-09-22T21:04:46.140Z] a01340eade1a: Download complete [2023-09-22T21:04:46.140Z] fcee97a2aa0f: Verifying Checksum [2023-09-22T21:04:46.140Z] fcee97a2aa0f: Download complete [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [2023-09-22T21:04:46.413Z] 6852f3ef0b5f: Pull complete [2023-09-22T21:04:46.413Z] 36ac283ad2d4: Verifying Checksum [2023-09-22T21:04:46.413Z] 36ac283ad2d4: Download complete [2023-09-22T21:04:46.413Z] 29a5074801a2: Verifying Checksum [2023-09-22T21:04:46.413Z] 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) [2023-09-22T21:04:46.692Z] 8cf3fdb5711b: Verifying Checksum [2023-09-22T21:04:46.692Z] 8cf3fdb5711b: Download complete [2023-09-22T21:04:46.692Z] 4f4fb700ef54: Pull complete [2023-09-22T21:04:46.692Z] 0a0cc6640ec8: Verifying Checksum [2023-09-22T21:04:46.692Z] 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 [2023-09-22T21:04:47.347Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-09-22T21:04:47.347Z] [2023-09-22T21:04:47.348Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-22T21:04:47.654Z] 767c2a40dc41: Pull complete [2023-09-22T21:04:47.654Z] 3f3c41fd9ebb: Verifying Checksum [2023-09-22T21:04:47.654Z] 3f3c41fd9ebb: Download complete [2023-09-22T21:04:47.714Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-09-22T21:04:47.714Z] latest: Pulling from edgex-lftools-log-publisher [2023-09-22T21:04:47.714Z] 5eb5b503b376: Pulling fs layer [2023-09-22T21:04:47.714Z] 5c69ac0246d0: Pulling fs layer [2023-09-22T21:04:47.714Z] ec43610c2a17: Pulling fs layer [2023-09-22T21:04:47.714Z] 3a2ae6a8a46f: Pulling fs layer [2023-09-22T21:04:47.714Z] 33b1e0a273af: Pulling fs layer [2023-09-22T21:04:47.714Z] 5d3b04190fa2: Pulling fs layer [2023-09-22T21:04:47.714Z] 2f39f015ded8: Pulling fs layer [2023-09-22T21:04:47.714Z] 3a2ae6a8a46f: Waiting [2023-09-22T21:04:47.714Z] 33b1e0a273af: Waiting [2023-09-22T21:04:47.714Z] 5d3b04190fa2: Waiting [2023-09-22T21:04:47.714Z] 2f39f015ded8: Waiting [2023-09-22T21:04:47.714Z] 5c69ac0246d0: Verifying Checksum [2023-09-22T21:04:47.714Z] 5c69ac0246d0: Download complete [2023-09-22T21:04:47.714Z] 3a2ae6a8a46f: Verifying Checksum [2023-09-22T21:04:47.714Z] 3a2ae6a8a46f: Download complete [2023-09-22T21:04:47.714Z] ec43610c2a17: Verifying Checksum [2023-09-22T21:04:47.714Z] ec43610c2a17: Download complete [2023-09-22T21:04:47.973Z] 33b1e0a273af: Verifying Checksum [2023-09-22T21:04:47.973Z] 33b1e0a273af: Download complete [2023-09-22T21:04:47.973Z] 5d3b04190fa2: Verifying Checksum [2023-09-22T21:04:47.973Z] 5d3b04190fa2: Download complete [2023-09-22T21:04:47.973Z] 5eb5b503b376: Verifying Checksum [2023-09-22T21:04:47.973Z] 5eb5b503b376: Download complete [2023-09-22T21:04:48.540Z] 2f39f015ded8: Download complete [2023-09-22T21:04:48.619Z] 011855a528fc: Pull complete [2023-09-22T21:04:49.112Z] 5eb5b503b376: Pull complete [2023-09-22T21:04:49.112Z] 5c69ac0246d0: Pull complete [2023-09-22T21:04:49.681Z] ec43610c2a17: Pull complete [2023-09-22T21:04:49.681Z] 3a2ae6a8a46f: Pull complete [2023-09-22T21:04:49.941Z] 33b1e0a273af: Pull complete [2023-09-22T21:04:49.941Z] 5d3b04190fa2: Pull complete [2023-09-22T21:04:50.033Z] 2eb2999eb53e: Pull complete [2023-09-22T21:04:50.033Z] 52a6c1800204: Pull complete [2023-09-22T21:04:50.301Z] a01340eade1a: Pull complete [2023-09-22T21:04:50.573Z] fcee97a2aa0f: Pull complete [2023-09-22T21:04:51.536Z] 8cf3fdb5711b: Pull complete [2023-09-22T21:04:51.536Z] 36ac283ad2d4: Pull complete [2023-09-22T21:04:53.223Z] 2f39f015ded8: Pull complete [2023-09-22T21:04:53.223Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2023-09-22T21:04:53.223Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-09-22T21:04:53.223Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-09-22T21:04:53.457Z] prd-ubuntu20.04-docker-8c-8g-7629 does not seem to be running inside a container [2023-09-22T21:04:53.487Z] $ 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 [2023-09-22T21:04:54.898Z] 3f3c41fd9ebb: Pull complete [2023-09-22T21:04:54.898Z] 29a5074801a2: Pull complete [2023-09-22T21:04:54.898Z] 0a0cc6640ec8: Pull complete [2023-09-22T21:04:54.898Z] Digest: sha256:9e6dbb25d3c0e1e2d222c8a3f074cb8240d1a716d0c6868f76eb3d5a4dfb174c [2023-09-22T21:04:54.898Z] Status: Downloaded newer image for docker:latest [2023-09-22T21:04:56.845Z] ---> 2bbc4b86b72c [2023-09-22T21:04:56.845Z] Step 9/15 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-09-22T21:04:56.845Z] ---> Running in 667bec1c704c [2023-09-22T21:04:57.888Z] $ docker top ab0222b051cec3b871ac7153c2abe9242764199a26d962d2479458c7a25c5242 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-09-22T21:04:58.259Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2023-09-22T21:04:58.259Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2023-09-22T21:04:58.404Z] ---> job-cost.sh [2023-09-22T21:04:58.404Z] lf-activate-venv: SKIPPING [2023-09-22T21:04:58.404Z] INFO: No Stack... [2023-09-22T21:04:58.662Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-09-22T21:04:58.921Z] INFO: Archiving Costs [Pipeline] sh [2023-09-22T21:04:59.244Z] + cat /w/workspace/edgexfoundry_edgex-ui-go_PR-637/archives/cost.csv [2023-09-22T21:04:59.244Z] + cut -d, -f6 [Pipeline] lock [2023-09-22T21:04:59.283Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-ui-go-PR-637-1-stack-cost] [2023-09-22T21:04:59.287Z] Resource [jenkins-edgexfoundry-edgex-ui-go-PR-637-1-stack-cost] did not exist. Created. [2023-09-22T21:04:59.288Z] Lock acquired on [jenkins-edgexfoundry-edgex-ui-go-PR-637-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-09-22T21:04:59.674Z] OK: 266 MiB in 52 packages [2023-09-22T21:04:59.684Z] + echo total: 0.2199999988079071 [Pipeline] stash [2023-09-22T21:05:00.284Z] Stashed 1 file(s) [Pipeline] } [2023-09-22T21:05:00.300Z] Lock released on resource [jenkins-edgexfoundry-edgex-ui-go-PR-637-1-stack-cost] [Pipeline] // lock [Pipeline] } [2023-09-22T21:05:00.369Z] $ docker stop --time=1 ab0222b051cec3b871ac7153c2abe9242764199a26d962d2479458c7a25c5242 [2023-09-22T21:05:00.635Z] Removing intermediate container 667bec1c704c [2023-09-22T21:05:00.635Z] ---> 635661967d1f [2023-09-22T21:05:00.635Z] Step 10/15 : ENV GO111MODULE=on [2023-09-22T21:05:00.903Z] ---> Running in 1ae81601ae43 [2023-09-22T21:05:01.169Z] Removing intermediate container 1ae81601ae43 [2023-09-22T21:05:01.169Z] ---> 51792d418fc8 [2023-09-22T21:05:01.169Z] Step 11/15 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go [2023-09-22T21:05:01.169Z] ---> Running in 89ed88533120 [2023-09-22T21:05:01.436Z] Removing intermediate container 89ed88533120 [2023-09-22T21:05:01.436Z] ---> a76f932d9279 [2023-09-22T21:05:01.436Z] Step 12/15 : COPY go.mod vendor* ./ [2023-09-22T21:05:01.653Z] $ docker rm -f --volumes ab0222b051cec3b871ac7153c2abe9242764199a26d962d2479458c7a25c5242 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2023-09-22T21:05:02.033Z] ---> 2acb0b8dc726 [2023-09-22T21:05:02.033Z] Step 13/15 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-09-22T21:05:02.033Z] ---> Running in f26902a9dc0a [Pipeline] // stage [Pipeline] } [2023-09-22T21:05:02.202Z] Failed in branch amd64 [2023-09-22T21:06:10.007Z] Removing intermediate container f26902a9dc0a [2023-09-22T21:06:10.007Z] ---> b193aa8c50ae [2023-09-22T21:06:10.007Z] Step 14/15 : COPY . . [2023-09-22T21:06:10.007Z] ---> 922873eb2c06 [2023-09-22T21:06:10.007Z] Step 15/15 : RUN ${MAKE} [2023-09-22T21:06:10.007Z] ---> Running in 2e7fab93d6c0 [2023-09-22T21:06:10.007Z] noop [2023-09-22T21:06:10.007Z] Removing intermediate container 2e7fab93d6c0 [2023-09-22T21:06:10.007Z] ---> 2a32cba772a5 [2023-09-22T21:06:10.007Z] Successfully built 2a32cba772a5 [2023-09-22T21:06:10.007Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-22T21:06:10.480Z] + docker inspect -f . ci-base-image-arm64 [2023-09-22T21:06:10.480Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-09-22T21:06:10.752Z] prd-ubuntu20.04-docker-arm64-4c-16g-7630 does not seem to be running inside a container [2023-09-22T21:06:10.813Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/1 -v /w/workspace/edgex-ui-go/1:/w/workspace/edgex-ui-go/1:rw,z -v /w/workspace/edgex-ui-go/1@tmp:/w/workspace/edgex-ui-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2023-09-22T21:06:11.936Z] $ docker top 3528f988feab9f6e2049552d54a774a5c4360b11f9eb5463370784ef9790fdcf -eo pid,comm [Pipeline] { [Pipeline] sh [2023-09-22T21:06:12.783Z] + go version [2023-09-22T21:06:12.783Z] go version go1.21.0 linux/arm64 [Pipeline] } [2023-09-22T21:06:12.822Z] $ docker stop --time=1 3528f988feab9f6e2049552d54a774a5c4360b11f9eb5463370784ef9790fdcf [2023-09-22T21:06:14.385Z] $ 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 [2023-09-22T21:06:15.180Z] + docker inspect -f . ci-base-image-arm64 [2023-09-22T21:06:15.180Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-09-22T21:06:15.407Z] prd-ubuntu20.04-docker-arm64-4c-16g-7630 does not seem to be running inside a container [2023-09-22T21:06:15.470Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/edgex-ui-go/1 -v /w/workspace/edgex-ui-go/1:/w/workspace/edgex-ui-go/1:rw,z -v /w/workspace/edgex-ui-go/1@tmp:/w/workspace/edgex-ui-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2023-09-22T21:06:16.551Z] $ docker top 0b2b6d628facd2619250a552cc5804c1ec46ac919d2395a2208c0359da083f36 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-09-22T21:06:17.088Z] + git config --global --add safe.directory /w/workspace/edgex-ui-go/1 [Pipeline] fileExists [Pipeline] sh [2023-09-22T21:06:17.733Z] + make test [2023-09-22T21:06:17.733Z] CGO_ENABLED=0 GO111MODULE=on go test -tags "no_messagebus" -coverprofile=coverage.out ./... [2023-09-22T21:06:23.068Z] ? github.com/edgexfoundry/edgex-ui-go [no test files] [2023-09-22T21:07:30.951Z] ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] [2023-09-22T21:07:30.951Z] ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] [2023-09-22T21:07:30.951Z] ? github.com/edgexfoundry/edgex-ui-go/internal/common [no test files] [2023-09-22T21:07:30.951Z] ? github.com/edgexfoundry/edgex-ui-go/internal/config [no test files] [2023-09-22T21:07:30.951Z] ? github.com/edgexfoundry/edgex-ui-go/internal/container [no test files] [2023-09-22T21:07:30.951Z] ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] [2023-09-22T21:07:30.951Z] ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] [2023-09-22T21:07:30.951Z] ? github.com/edgexfoundry/edgex-ui-go/internal/service [no test files] [2023-09-22T21:07:30.951Z] CGO_ENABLED=0 GO111MODULE=on go vet -tags "no_messagebus" ./... [2023-09-22T21:07:45.945Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-09-22T21:07:45.945Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-09-22T21:07:45.945Z] ./bin/test-attribution-txt.sh [2023-09-22T21:07:45.945Z] make -C web test [2023-09-22T21:07:45.945Z] make[1]: Entering directory '/w/workspace/edgex-ui-go/1/web' [2023-09-22T21:07:45.945Z] make[1]: tput: No such file or directory [2023-09-22T21:07:45.945Z] make[1]: tput: No such file or directory [2023-09-22T21:07:45.945Z] warning: generating ./VERSION [2023-09-22T21:07:45.945Z] echo "0.0.0" > VERSION [2023-09-22T21:07:45.945Z] docker build \ [2023-09-22T21:07:45.945Z] -f Dockerfile \ [2023-09-22T21:07:45.945Z] --build-arg USER=1000 \ [2023-09-22T21:07:45.945Z] \ [2023-09-22T21:07:45.945Z] --label "git_sha=a191c6c1bb81c3265a3a2a6a375b359c77cf7e3b" \ [2023-09-22T21:07:45.945Z] -t edgexfoundry/edgex-web-ui:a191c6c1bb81c3265a3a2a6a375b359c77cf7e3b \ [2023-09-22T21:07:45.945Z] -t edgexfoundry/edgex-web-ui:0.0.0-dev \ [2023-09-22T21:07:45.945Z] . [2023-09-22T21:07:45.945Z] DEPRECATED: The legacy builder is deprecated and will be removed in a future release. [2023-09-22T21:07:45.945Z] Install the buildx component to build images with BuildKit: [2023-09-22T21:07:45.945Z] https://docs.docker.com/go/buildx/ [2023-09-22T21:07:45.945Z] [2023-09-22T21:07:45.945Z] Sending build context to Docker daemon 2.684MB [2023-09-22T21:07:45.945Z] Step 1/11 : FROM node:18-alpine3.18 [2023-09-22T21:07:45.945Z] 18-alpine3.18: Pulling from library/node [2023-09-22T21:07:45.945Z] 9fda8d8052c6: Already exists [2023-09-22T21:07:45.945Z] 5b9fa85dad3f: Pulling fs layer [2023-09-22T21:07:45.945Z] 5645b18d5cbb: Pulling fs layer [2023-09-22T21:07:45.945Z] dfb2fed0773f: Pulling fs layer [2023-09-22T21:07:45.945Z] dfb2fed0773f: Verifying Checksum [2023-09-22T21:07:45.945Z] dfb2fed0773f: Download complete [2023-09-22T21:07:45.945Z] 5645b18d5cbb: Download complete [2023-09-22T21:07:47.877Z] 5b9fa85dad3f: Verifying Checksum [2023-09-22T21:07:47.877Z] 5b9fa85dad3f: Download complete [2023-09-22T21:07:54.515Z] 5b9fa85dad3f: Pull complete [2023-09-22T21:07:54.515Z] 5645b18d5cbb: Pull complete [2023-09-22T21:07:54.515Z] dfb2fed0773f: Pull complete [2023-09-22T21:07:54.515Z] Digest: sha256:619ce27eb37c7c0476bd518085bf1ba892e2148fc1ab5dbaff2f20c56e50444d [2023-09-22T21:07:54.515Z] Status: Downloaded newer image for node:18-alpine3.18 [2023-09-22T21:07:54.515Z] ---> 7acdaa204ef2 [2023-09-22T21:07:54.515Z] Step 2/11 : RUN apk add --no-cache chromium [2023-09-22T21:07:55.098Z] ---> Running in 350afa9b48e1 [2023-09-22T21:07:56.056Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2023-09-22T21:07:56.322Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2023-09-22T21:07:57.345Z] (1/151) Installing libexpat (2.5.0-r1) [2023-09-22T21:07:57.345Z] (2/151) Installing brotli-libs (1.0.9-r14) [2023-09-22T21:07:57.345Z] (3/151) Installing libbz2 (1.0.8-r5) [2023-09-22T21:07:57.345Z] (4/151) Installing libpng (1.6.39-r3) [2023-09-22T21:07:57.345Z] (5/151) Installing freetype (2.13.0-r5) [2023-09-22T21:07:57.345Z] (6/151) Installing fontconfig (2.14.2-r3) [2023-09-22T21:07:57.345Z] (7/151) Installing libfontenc (1.1.7-r2) [2023-09-22T21:07:57.345Z] (8/151) Installing mkfontscale (1.2.2-r3) [2023-09-22T21:07:57.345Z] (9/151) Installing font-opensans (0_git20210927-r1) [2023-09-22T21:07:57.615Z] (10/151) Installing pkgconf (1.9.5-r0) [2023-09-22T21:07:57.615Z] (11/151) Installing libffi (3.4.4-r2) [2023-09-22T21:07:57.615Z] (12/151) Installing libintl (0.21.1-r7) [2023-09-22T21:07:57.615Z] (13/151) Installing libblkid (2.38.1-r8) [2023-09-22T21:07:57.615Z] (14/151) Installing libmount (2.38.1-r8) [2023-09-22T21:07:57.615Z] (15/151) Installing pcre2 (10.42-r1) [2023-09-22T21:07:57.615Z] (16/151) Installing glib (2.76.4-r0) [2023-09-22T21:07:57.615Z] (17/151) Installing xz-libs (5.4.3-r0) [2023-09-22T21:07:57.892Z] (18/151) Installing libxml2 (2.11.4-r0) [2023-09-22T21:07:57.892Z] (19/151) Installing shared-mime-info (2.2-r5) [2023-09-22T21:07:57.892Z] (20/151) Installing hicolor-icon-theme (0.17-r2) [2023-09-22T21:07:57.892Z] (21/151) Installing libjpeg-turbo (2.1.5.1-r3) [2023-09-22T21:07:57.892Z] (22/151) Installing libwebp (1.3.2-r0) [2023-09-22T21:07:57.892Z] (23/151) Installing zstd-libs (1.5.5-r4) [2023-09-22T21:07:57.892Z] (24/151) Installing tiff (4.5.1-r0) [2023-09-22T21:07:58.190Z] (25/151) Installing gdk-pixbuf (2.42.10-r5) [2023-09-22T21:07:58.190Z] (26/151) Installing gtk-update-icon-cache (3.24.38-r1) [2023-09-22T21:07:58.190Z] (27/151) Installing libxau (1.0.11-r2) [2023-09-22T21:07:58.190Z] (28/151) Installing libmd (1.0.4-r2) [2023-09-22T21:07:58.190Z] (29/151) Installing libbsd (0.11.7-r1) [2023-09-22T21:07:58.190Z] (30/151) Installing libxdmcp (1.1.4-r2) [2023-09-22T21:07:58.191Z] (31/151) Installing libxcb (1.15-r1) [2023-09-22T21:07:58.191Z] (32/151) Installing libx11 (1.8.4-r4) [2023-09-22T21:07:58.472Z] (33/151) Installing libxcomposite (0.4.6-r3) [2023-09-22T21:07:58.472Z] (34/151) Installing libxfixes (6.0.1-r2) [2023-09-22T21:07:58.472Z] (35/151) Installing libxrender (0.9.11-r3) [2023-09-22T21:07:58.472Z] (36/151) Installing libxcursor (1.2.1-r2) [2023-09-22T21:07:58.472Z] (37/151) Installing libxdamage (1.1.6-r2) [2023-09-22T21:07:58.472Z] (38/151) Installing libxext (1.3.5-r2) [2023-09-22T21:07:58.472Z] (39/151) Installing libxi (1.8.1-r0) [2023-09-22T21:07:58.472Z] (40/151) Installing libxinerama (1.1.5-r2) [2023-09-22T21:07:58.472Z] (41/151) Installing libxrandr (1.5.3-r2) [2023-09-22T21:07:58.472Z] (42/151) Installing libatk-1.0 (2.48.3-r0) [2023-09-22T21:07:58.472Z] (43/151) Installing libxtst (1.2.4-r2) [2023-09-22T21:07:58.472Z] (44/151) Installing dbus-libs (1.14.8-r0) [2023-09-22T21:07:58.472Z] (45/151) Installing at-spi2-core (2.48.3-r0) [2023-09-22T21:07:58.472Z] (46/151) Installing libatk-bridge-2.0 (2.48.3-r0) [2023-09-22T21:07:58.472Z] (47/151) Installing pixman (0.42.2-r1) [2023-09-22T21:07:58.472Z] (48/151) Installing cairo (1.17.8-r1) [2023-09-22T21:07:58.472Z] (49/151) Installing cairo-gobject (1.17.8-r1) [2023-09-22T21:07:58.472Z] (50/151) Installing avahi-libs (0.8-r13) [2023-09-22T21:07:58.472Z] (51/151) Installing gmp (6.2.1-r3) [2023-09-22T21:07:58.744Z] (52/151) Installing nettle (3.8.1-r2) [2023-09-22T21:07:58.744Z] (53/151) Installing libunistring (1.1-r1) [2023-09-22T21:07:58.744Z] (54/151) Installing libidn2 (2.3.4-r1) [2023-09-22T21:07:58.744Z] (55/151) Installing p11-kit (0.24.1-r2) [2023-09-22T21:07:58.744Z] (56/151) Installing libtasn1 (4.19.0-r1) [2023-09-22T21:07:58.744Z] (57/151) Installing gnutls (3.8.0-r2) [2023-09-22T21:07:58.744Z] (58/151) Installing cups-libs (2.4.7-r0) [2023-09-22T21:07:58.744Z] (59/151) Installing libepoxy (1.5.10-r1) [2023-09-22T21:07:58.744Z] (60/151) Installing fribidi (1.0.13-r0) [2023-09-22T21:07:58.744Z] (61/151) Installing graphite2 (1.3.14-r5) [2023-09-22T21:07:58.744Z] (62/151) Installing harfbuzz (7.3.0-r0) [2023-09-22T21:07:59.019Z] (63/151) Installing libxft (2.3.8-r1) [2023-09-22T21:07:59.019Z] (64/151) Installing pango (1.50.14-r1) [2023-09-22T21:07:59.019Z] (65/151) Installing wayland-libs-client (1.22.0-r2) [2023-09-22T21:07:59.019Z] (66/151) Installing wayland-libs-cursor (1.22.0-r2) [2023-09-22T21:07:59.019Z] (67/151) Installing wayland-libs-egl (1.22.0-r2) [2023-09-22T21:07:59.019Z] (68/151) Installing xkeyboard-config (2.38-r0) [2023-09-22T21:07:59.296Z] (69/151) Installing libxkbcommon (1.5.0-r2) [2023-09-22T21:07:59.296Z] (70/151) Installing gtk+3.0 (3.24.38-r1) [2023-09-22T21:07:59.609Z] Executing gtk+3.0-3.24.38-r1.post-install [2023-09-22T21:07:59.609Z] (71/151) Installing icu-data-full (73.2-r2) [2023-09-22T21:08:00.596Z] (72/151) Installing mesa (23.0.4-r0) [2023-09-22T21:08:00.596Z] (73/151) Installing llvm15-libs (15.0.7-r6) [2023-09-22T21:08:03.206Z] (74/151) Installing libdrm (2.4.115-r4) [2023-09-22T21:08:03.206Z] (75/151) Installing musl-fts (1.2.7-r5) [2023-09-22T21:08:03.206Z] (76/151) Installing libelf (0.189-r2) [2023-09-22T21:08:03.206Z] (77/151) Installing mesa-glapi (23.0.4-r0) [2023-09-22T21:08:03.206Z] (78/151) Installing mesa-dri-gallium (23.0.4-r0) [2023-09-22T21:08:03.485Z] (79/151) Installing eudev-libs (3.2.11-r8) [2023-09-22T21:08:03.485Z] (80/151) Installing libmagic (5.45-r0) [2023-09-22T21:08:03.485Z] (81/151) Installing file (5.45-r0) [2023-09-22T21:08:03.485Z] (82/151) Installing libice (1.1.1-r2) [2023-09-22T21:08:03.485Z] (83/151) Installing libuuid (2.38.1-r8) [2023-09-22T21:08:03.485Z] (84/151) Installing libsm (1.2.4-r1) [2023-09-22T21:08:03.485Z] (85/151) Installing libxt (1.3.0-r2) [2023-09-22T21:08:03.485Z] (86/151) Installing libxmu (1.1.4-r2) [2023-09-22T21:08:03.755Z] (87/151) Installing xset (1.2.5-r1) [2023-09-22T21:08:03.755Z] (88/151) Installing xprop (1.2.6-r0) [2023-09-22T21:08:03.755Z] (89/151) Installing xdg-utils (1.1.3-r4) [2023-09-22T21:08:03.755Z] (90/151) Installing libogg (1.3.5-r4) [2023-09-22T21:08:03.755Z] (91/151) Installing flac-libs (1.4.3-r0) [2023-09-22T21:08:03.755Z] (92/151) Installing alsa-lib (1.2.9-r1) [2023-09-22T21:08:03.755Z] (93/151) Installing libatomic (12.2.1_git20220924-r10) [2023-09-22T21:08:03.755Z] (94/151) Installing svt-av1-libs (1.6.0-r0) [2023-09-22T21:08:03.755Z] (95/151) Installing aom-libs (3.6.1-r0) [2023-09-22T21:08:04.025Z] (96/151) Installing libva (2.18.0-r1) [2023-09-22T21:08:04.025Z] (97/151) Installing libvdpau (1.5-r1) [2023-09-22T21:08:04.025Z] (98/151) Installing ffmpeg-libavutil (6.0-r15) [2023-09-22T21:08:04.025Z] (99/151) Installing libdav1d (1.2.1-r0) [2023-09-22T21:08:04.025Z] (100/151) Installing libhwy (1.0.4-r1) [2023-09-22T21:08:04.299Z] (101/151) Installing lcms2 (2.15-r2) [2023-09-22T21:08:04.299Z] (102/151) Installing libjxl (0.8.2-r0) [2023-09-22T21:08:04.299Z] (103/151) Installing lame-libs (3.100-r5) [2023-09-22T21:08:04.299Z] (104/151) Installing opus (1.4-r0) [2023-09-22T21:08:04.299Z] (105/151) Installing libgomp (12.2.1_git20220924-r10) [2023-09-22T21:08:04.299Z] (106/151) Installing soxr (0.1.3-r5) [2023-09-22T21:08:04.299Z] (107/151) Installing ffmpeg-libswresample (6.0-r15) [2023-09-22T21:08:04.299Z] (108/151) Installing libtheora (1.1.1-r17) [2023-09-22T21:08:04.299Z] (109/151) Installing libvorbis (1.3.7-r1) [2023-09-22T21:08:04.299Z] (110/151) Installing libvpx (1.13.0-r1) [2023-09-22T21:08:04.299Z] (111/151) Installing x264-libs (0.164_git20220602-r1) [2023-09-22T21:08:04.570Z] (112/151) Installing numactl (2.0.16-r4) [2023-09-22T21:08:04.570Z] (113/151) Installing x265-libs (3.5-r4) [2023-09-22T21:08:04.570Z] (114/151) Installing xvidcore (1.3.7-r1) [2023-09-22T21:08:04.570Z] (115/151) Installing ffmpeg-libavcodec (6.0-r15) [2023-09-22T21:08:04.840Z] (116/151) Installing libbluray (1.3.4-r0) [2023-09-22T21:08:04.840Z] (117/151) Installing mpg123-libs (1.31.3-r1) [2023-09-22T21:08:04.840Z] (118/151) Installing libopenmpt (0.7.2-r0) [2023-09-22T21:08:05.109Z] (119/151) Installing cjson (1.7.15-r4) [2023-09-22T21:08:05.109Z] (120/151) Installing mbedtls (2.28.4-r0) [2023-09-22T21:08:05.109Z] (121/151) Installing librist (0.2.7-r0) [2023-09-22T21:08:05.109Z] (122/151) Installing libsrt (1.5.2-r0) [2023-09-22T21:08:05.109Z] (123/151) Installing libssh (0.10.5-r0) [2023-09-22T21:08:05.109Z] (124/151) Installing libsodium (1.0.18-r3) [2023-09-22T21:08:05.109Z] (125/151) Installing libzmq (4.3.4-r4) [2023-09-22T21:08:05.109Z] (126/151) Installing ffmpeg-libavformat (6.0-r15) [2023-09-22T21:08:05.376Z] (127/151) Installing libevent (2.1.12-r6) [2023-09-22T21:08:05.376Z] (128/151) Installing wayland-libs-server (1.22.0-r2) [2023-09-22T21:08:05.376Z] (129/151) Installing mesa-gbm (23.0.4-r0) [2023-09-22T21:08:05.376Z] (130/151) Installing harfbuzz-subset (7.3.0-r0) [2023-09-22T21:08:05.376Z] (131/151) Installing icu-libs (73.2-r2) [2023-09-22T21:08:05.376Z] (132/151) Installing jsoncpp (1.9.5-r0) [2023-09-22T21:08:05.376Z] (133/151) Installing minizip (1.2.13-r0) [2023-09-22T21:08:05.376Z] (134/151) Installing nspr (4.35-r2) [2023-09-22T21:08:05.376Z] (135/151) Installing sqlite-libs (3.41.2-r2) [2023-09-22T21:08:05.376Z] (136/151) Installing nss (3.91-r0) [2023-09-22T21:08:05.644Z] (137/151) Installing pipewire-libs (0.3.70-r1) [2023-09-22T21:08:05.644Z] (138/151) Installing libasyncns (0.8-r1) [2023-09-22T21:08:05.644Z] (139/151) Installing libltdl (2.4.7-r2) [2023-09-22T21:08:05.644Z] (140/151) Installing orc (0.4.34-r0) [2023-09-22T21:08:05.644Z] (141/151) Installing libsndfile (1.2.0-r2) [2023-09-22T21:08:05.644Z] (142/151) Installing speexdsp (1.2.1-r1) [2023-09-22T21:08:05.644Z] (143/151) Installing tdb-libs (1.4.8-r1) [2023-09-22T21:08:05.644Z] (144/151) Installing libpulse (16.1-r10) [2023-09-22T21:08:05.644Z] (145/151) Installing snappy (1.1.10-r1) [2023-09-22T21:08:05.644Z] (146/151) Installing libwoff2common (1.0.2-r2) [2023-09-22T21:08:05.644Z] (147/151) Installing libwoff2enc (1.0.2-r2) [2023-09-22T21:08:05.644Z] (148/151) Installing libgpg-error (1.47-r1) [2023-09-22T21:08:05.644Z] (149/151) Installing libgcrypt (1.10.2-r1) [2023-09-22T21:08:05.913Z] (150/151) Installing libxslt (1.1.38-r0) [2023-09-22T21:08:05.913Z] (151/151) Installing chromium (117.0.5938.62-r0) [2023-09-22T21:08:11.265Z] Executing busybox-1.36.1-r2.trigger [2023-09-22T21:08:11.265Z] Executing fontconfig-2.14.2-r3.trigger [2023-09-22T21:08:11.533Z] Executing mkfontscale-1.2.2-r3.trigger [2023-09-22T21:08:11.533Z] Executing glib-2.76.4-r0.trigger [2023-09-22T21:08:11.533Z] Executing shared-mime-info-2.2-r5.trigger [2023-09-22T21:08:13.474Z] Executing gdk-pixbuf-2.42.10-r5.trigger [2023-09-22T21:08:13.742Z] Executing gtk-update-icon-cache-3.24.38-r1.trigger [2023-09-22T21:08:13.742Z] OK: 555 MiB in 168 packages [2023-09-22T21:08:28.734Z] Removing intermediate container 350afa9b48e1 [2023-09-22T21:08:28.734Z] ---> c8d4f86fc452 [2023-09-22T21:08:28.734Z] Step 3/11 : ENV CHROME_BIN=/usr/bin/chromium-browser [2023-09-22T21:08:28.734Z] ---> Running in 02a23d1b6a80 [2023-09-22T21:08:28.734Z] Removing intermediate container 02a23d1b6a80 [2023-09-22T21:08:28.734Z] ---> e047aed2bd19 [2023-09-22T21:08:28.734Z] Step 4/11 : ENV NODE_OPTIONS=--openssl-legacy-provider [2023-09-22T21:08:28.734Z] ---> Running in c66db7d7fc9d [2023-09-22T21:08:28.734Z] Removing intermediate container c66db7d7fc9d [2023-09-22T21:08:28.734Z] ---> 3b7fa8567e1e [2023-09-22T21:08:28.734Z] Step 5/11 : ENV PATH /app/node_modules/.bin:$PATH [2023-09-22T21:08:28.734Z] ---> Running in c178e86d0972 [2023-09-22T21:08:29.001Z] Removing intermediate container c178e86d0972 [2023-09-22T21:08:29.001Z] ---> 9dd6cb874cc0 [2023-09-22T21:08:29.001Z] Step 6/11 : RUN npm install -g npm [2023-09-22T21:08:29.001Z] ---> Running in 3921218b62c8 [2023-09-22T21:09:01.214Z] [2023-09-22T21:09:01.214Z] removed 2 packages, and changed 59 packages in 26s [2023-09-22T21:09:01.214Z] [2023-09-22T21:09:01.214Z] 28 packages are looking for funding [2023-09-22T21:09:01.214Z] run `npm fund` for details [2023-09-22T21:09:03.153Z] Removing intermediate container 3921218b62c8 [2023-09-22T21:09:03.153Z] ---> 01467a25e976 [2023-09-22T21:09:03.153Z] Step 7/11 : ARG USER=1000 [2023-09-22T21:09:03.420Z] ---> Running in d14fa955bc1f [2023-09-22T21:09:03.686Z] Removing intermediate container d14fa955bc1f [2023-09-22T21:09:03.686Z] ---> a3a232377c76 [2023-09-22T21:09:03.686Z] Step 8/11 : RUN deluser --remove-home node && adduser -u $USER -D -s /bin/sh node [2023-09-22T21:09:03.686Z] ---> Running in 78552c65bd65 [2023-09-22T21:09:05.627Z] Removing intermediate container 78552c65bd65 [2023-09-22T21:09:05.627Z] ---> c22e116c0a63 [2023-09-22T21:09:05.627Z] Step 9/11 : USER $USER:$USER [2023-09-22T21:09:05.627Z] ---> Running in 684929674ae6 [2023-09-22T21:09:05.627Z] Removing intermediate container 684929674ae6 [2023-09-22T21:09:05.627Z] ---> f459a5cfa58d [2023-09-22T21:09:05.627Z] Step 10/11 : WORKDIR /app [2023-09-22T21:09:05.627Z] ---> Running in 9f089056e797 [2023-09-22T21:09:05.894Z] Removing intermediate container 9f089056e797 [2023-09-22T21:09:05.894Z] ---> bc072d0815e8 [2023-09-22T21:09:05.894Z] Step 11/11 : LABEL git_sha=a191c6c1bb81c3265a3a2a6a375b359c77cf7e3b [2023-09-22T21:09:05.894Z] ---> Running in 673889ffb30e [2023-09-22T21:09:06.160Z] Removing intermediate container 673889ffb30e [2023-09-22T21:09:06.160Z] ---> cc6070501d98 [2023-09-22T21:09:06.433Z] Successfully built cc6070501d98 [2023-09-22T21:09:06.433Z] Successfully tagged edgexfoundry/edgex-web-ui:a191c6c1bb81c3265a3a2a6a375b359c77cf7e3b [2023-09-22T21:09:06.433Z] Successfully tagged edgexfoundry/edgex-web-ui:0.0.0-dev [2023-09-22T21:09:06.433Z] touch edgex-web-ui.imagebuilt [2023-09-22T21:09:06.433Z] mkdir -p node_modules coverage [2023-09-22T21:09:06.433Z] chown "1000:1000" node_modules coverage package-lock.json [2023-09-22T21:09:06.433Z] docker run --rm -i -v "$(pwd):/app" -u "1000:1000" edgexfoundry/edgex-web-ui:0.0.0-dev npm install [2023-09-22T21:09:18.729Z] npm WARN EBADENGINE Unsupported engine { [2023-09-22T21:09:18.729Z] npm WARN EBADENGINE package: '@angular-devkit/architect@0.1202.4', [2023-09-22T21:09:18.729Z] npm WARN EBADENGINE required: { [2023-09-22T21:09:18.729Z] npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', [2023-09-22T21:09:18.729Z] npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', [2023-09-22T21:09:18.729Z] npm WARN EBADENGINE yarn: '>= 1.13.0' [2023-09-22T21:09:18.729Z] npm WARN EBADENGINE }, [2023-09-22T21:09:18.729Z] npm WARN EBADENGINE current: { node: 'v18.18.0', npm: '10.1.0' } [2023-09-22T21:09:18.729Z] npm WARN EBADENGINE } [2023-09-22T21:09:18.729Z] npm WARN EBADENGINE Unsupported engine { [2023-09-22T21:09:18.729Z] npm WARN EBADENGINE package: '@angular-devkit/build-angular@12.2.4', [2023-09-22T21:09:18.729Z] npm WARN EBADENGINE required: { [2023-09-22T21:09:18.729Z] npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', [2023-09-22T21:09:18.729Z] npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', [2023-09-22T21:09:18.729Z] npm WARN EBADENGINE yarn: '>= 1.13.0' [2023-09-22T21:09:18.729Z] npm WARN EBADENGINE }, [2023-09-22T21:09:18.729Z] npm WARN EBADENGINE current: { node: 'v18.18.0', npm: '10.1.0' } [2023-09-22T21:09:18.729Z] npm WARN EBADENGINE } [2023-09-22T21:09:18.729Z] npm WARN EBADENGINE Unsupported engine { [2023-09-22T21:09:18.729Z] npm WARN EBADENGINE package: '@angular-devkit/build-optimizer@0.1202.4', [2023-09-22T21:09:18.729Z] npm WARN EBADENGINE required: { [2023-09-22T21:09:18.729Z] npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', [2023-09-22T21:09:18.729Z] npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', [2023-09-22T21:09:18.729Z] npm WARN EBADENGINE yarn: '>= 1.13.0' [2023-09-22T21:09:18.729Z] npm WARN EBADENGINE }, [2023-09-22T21:09:18.729Z] npm WARN EBADENGINE current: { node: 'v18.18.0', npm: '10.1.0' } [2023-09-22T21:09:18.729Z] npm WARN EBADENGINE } [2023-09-22T21:09:18.729Z] npm WARN EBADENGINE Unsupported engine { [2023-09-22T21:09:18.729Z] npm WARN EBADENGINE package: '@angular-devkit/build-webpack@0.1202.4', [2023-09-22T21:09:18.729Z] npm WARN EBADENGINE required: { [2023-09-22T21:09:18.729Z] npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', [2023-09-22T21:09:18.729Z] npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', [2023-09-22T21:09:18.729Z] npm WARN EBADENGINE yarn: '>= 1.13.0' [2023-09-22T21:09:18.729Z] npm WARN EBADENGINE }, [2023-09-22T21:09:18.729Z] npm WARN EBADENGINE current: { node: 'v18.18.0', npm: '10.1.0' } [2023-09-22T21:09:18.729Z] npm WARN EBADENGINE } [2023-09-22T21:09:18.729Z] npm WARN EBADENGINE Unsupported engine { [2023-09-22T21:09:18.729Z] npm WARN EBADENGINE package: '@angular-devkit/core@12.2.4', [2023-09-22T21:09:18.729Z] npm WARN EBADENGINE required: { [2023-09-22T21:09:18.729Z] npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', [2023-09-22T21:09:18.729Z] npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', [2023-09-22T21:09:18.729Z] npm WARN EBADENGINE yarn: '>= 1.13.0' [2023-09-22T21:09:18.729Z] npm WARN EBADENGINE }, [2023-09-22T21:09:18.729Z] npm WARN EBADENGINE current: { node: 'v18.18.0', npm: '10.1.0' } [2023-09-22T21:09:18.729Z] npm WARN EBADENGINE } [2023-09-22T21:09:18.729Z] npm WARN EBADENGINE Unsupported engine { [2023-09-22T21:09:18.729Z] npm WARN EBADENGINE package: '@angular-devkit/schematics@12.2.4', [2023-09-22T21:09:18.729Z] npm WARN EBADENGINE required: { [2023-09-22T21:09:18.729Z] npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', [2023-09-22T21:09:18.729Z] npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', [2023-09-22T21:09:18.729Z] npm WARN EBADENGINE yarn: '>= 1.13.0' [2023-09-22T21:09:18.729Z] npm WARN EBADENGINE }, [2023-09-22T21:09:18.729Z] npm WARN EBADENGINE current: { node: 'v18.18.0', npm: '10.1.0' } [2023-09-22T21:09:18.729Z] npm WARN EBADENGINE } [2023-09-22T21:09:18.729Z] npm WARN EBADENGINE Unsupported engine { [2023-09-22T21:09:18.729Z] npm WARN EBADENGINE package: '@angular/cli@12.2.4', [2023-09-22T21:09:18.729Z] npm WARN EBADENGINE required: { [2023-09-22T21:09:18.729Z] npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', [2023-09-22T21:09:18.729Z] npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', [2023-09-22T21:09:18.729Z] npm WARN EBADENGINE yarn: '>= 1.13.0' [2023-09-22T21:09:18.729Z] npm WARN EBADENGINE }, [2023-09-22T21:09:18.729Z] npm WARN EBADENGINE current: { node: 'v18.18.0', npm: '10.1.0' } [2023-09-22T21:09:18.729Z] npm WARN EBADENGINE } [2023-09-22T21:09:18.729Z] npm WARN EBADENGINE Unsupported engine { [2023-09-22T21:09:18.729Z] npm WARN EBADENGINE package: '@ngtools/webpack@12.2.4', [2023-09-22T21:09:18.729Z] npm WARN EBADENGINE required: { [2023-09-22T21:09:18.729Z] npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', [2023-09-22T21:09:18.729Z] npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', [2023-09-22T21:09:18.729Z] npm WARN EBADENGINE yarn: '>= 1.13.0' [2023-09-22T21:09:18.729Z] npm WARN EBADENGINE }, [2023-09-22T21:09:18.729Z] npm WARN EBADENGINE current: { node: 'v18.18.0', npm: '10.1.0' } [2023-09-22T21:09:18.729Z] npm WARN EBADENGINE } [2023-09-22T21:09:18.729Z] npm WARN EBADENGINE Unsupported engine { [2023-09-22T21:09:18.729Z] npm WARN EBADENGINE package: '@schematics/angular@12.2.4', [2023-09-22T21:09:18.729Z] npm WARN EBADENGINE required: { [2023-09-22T21:09:18.729Z] npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', [2023-09-22T21:09:18.729Z] npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', [2023-09-22T21:09:18.729Z] npm WARN EBADENGINE yarn: '>= 1.13.0' [2023-09-22T21:09:18.729Z] npm WARN EBADENGINE }, [2023-09-22T21:09:18.729Z] npm WARN EBADENGINE current: { node: 'v18.18.0', npm: '10.1.0' } [2023-09-22T21:09:18.729Z] npm WARN EBADENGINE } [2023-09-22T21:10:55.340Z] 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. [2023-09-22T21:10:55.340Z] 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. [2023-09-22T21:10:55.340Z] npm WARN deprecated stable@0.1.8: Modern JS already guarantees Array#sort() is a stable sort, so this library is deprecated. See the compatibility table on MDN: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/sort#browser_compatibility [2023-09-22T21:10:55.340Z] npm WARN deprecated sourcemap-codec@1.4.8: Please use @jridgewell/sourcemap-codec instead [2023-09-22T21:10:55.340Z] npm WARN deprecated har-validator@5.1.5: this library is no longer supported [2023-09-22T21:10:55.340Z] npm WARN deprecated flatten@1.0.3: flatten is deprecated in favor of utility frameworks such as lodash. [2023-09-22T21:10:55.340Z] 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. [2023-09-22T21:10:55.340Z] 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. [2023-09-22T21:10:55.340Z] 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. [2023-09-22T21:10:55.340Z] 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. [2023-09-22T21:10:55.340Z] npm WARN deprecated source-map-url@0.4.1: See https://github.com/lydell/source-map-url#deprecated [2023-09-22T21:10:55.340Z] npm WARN deprecated resolve-url@0.2.1: https://github.com/lydell/resolve-url#deprecated [2023-09-22T21:10:55.340Z] 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. [2023-09-22T21:10:55.340Z] 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. [2023-09-22T21:10:55.340Z] 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. [2023-09-22T21:10:55.340Z] 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. [2023-09-22T21:10:55.340Z] npm WARN deprecated source-map-resolve@0.6.0: See https://github.com/lydell/source-map-resolve#deprecated [2023-09-22T21:10:55.340Z] 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. [2023-09-22T21:10:55.340Z] 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. [2023-09-22T21:10:55.340Z] npm WARN deprecated source-map-resolve@0.5.3: See https://github.com/lydell/source-map-resolve#deprecated [2023-09-22T21:10:55.340Z] npm WARN deprecated urix@0.1.0: Please see https://github.com/lydell/urix#deprecated [2023-09-22T21:10:55.340Z] npm WARN deprecated @npmcli/move-file@1.1.2: This functionality has been moved to @npmcli/fs [2023-09-22T21:10:55.340Z] 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. [2023-09-22T21:10:55.340Z] 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. [2023-09-22T21:10:55.340Z] 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. [2023-09-22T21:10:55.340Z] npm WARN deprecated chokidar@2.1.8: Chokidar 2 does not receive security updates since 2019. Upgrade to chokidar 3 with 15x fewer dependencies [2023-09-22T21:10:55.340Z] npm WARN deprecated source-map-resolve@0.5.3: See https://github.com/lydell/source-map-resolve#deprecated [2023-09-22T21:10:55.340Z] npm WARN deprecated querystring@0.2.0: The querystring API is considered Legacy. new code should use the URLSearchParams API instead. [2023-09-22T21:10:55.340Z] npm WARN deprecated uuid@3.4.0: Please upgrade to version 7 or higher. Older versions may use Math.random() in certain circumstances, which is known to be problematic. See https://v8.dev/blog/math-random for details. [2023-09-22T21:10:55.340Z] npm WARN deprecated uuid@3.4.0: Please upgrade to version 7 or higher. Older versions may use Math.random() in certain circumstances, which is known to be problematic. See https://v8.dev/blog/math-random for details. [2023-09-22T21:10:55.340Z] npm WARN deprecated uuid@3.4.0: Please upgrade to version 7 or higher. Older versions may use Math.random() in certain circumstances, which is known to be problematic. See https://v8.dev/blog/math-random for details. [2023-09-22T21:10:55.607Z] npm WARN deprecated request@2.88.2: request has been deprecated, see https://github.com/request/request/issues/3142 [2023-09-22T21:11:10.591Z] npm WARN deprecated popper.js@1.16.1: You can find the new Popper v2 at @popperjs/core, this package is dedicated to the legacy v1 [2023-09-22T21:11:10.858Z] npm WARN deprecated protractor@7.0.0: We have news to share - Protractor is deprecated and will reach end-of-life by Summer 2023. To learn more and find out about other options please refer to this post on the Angular blog. Thank you for using and contributing to Protractor. https://goo.gle/state-of-e2e-in-angular [2023-09-22T21:11:25.853Z] npm WARN deprecated tslint@6.1.3: TSLint has been deprecated in favor of ESLint. Please see https://github.com/palantir/tslint/issues/4534 for more information. [2023-09-22T21:11:52.505Z] npm WARN deprecated core-js@3.16.0: core-js@<3.23.3 is no longer maintained and not recommended for usage due to the number of issues. Because of the V8 engine whims, feature detection in old core-js versions could cause a slowdown up to 100x even if nothing is polyfilled. Some versions have web compatibility issues. Please, upgrade your dependencies to the actual version of core-js. [2023-09-22T21:12:31.343Z] [2023-09-22T21:12:31.343Z] added 1475 packages, and audited 1476 packages in 3m [2023-09-22T21:12:31.343Z] [2023-09-22T21:12:31.343Z] 90 packages are looking for funding [2023-09-22T21:12:31.343Z] run `npm fund` for details [2023-09-22T21:12:31.926Z] [2023-09-22T21:12:31.926Z] 40 vulnerabilities (1 low, 17 moderate, 18 high, 4 critical) [2023-09-22T21:12:31.926Z] [2023-09-22T21:12:31.926Z] To address issues that do not require attention, run: [2023-09-22T21:12:31.926Z] npm audit fix [2023-09-22T21:12:31.926Z] [2023-09-22T21:12:31.926Z] To address all issues (including breaking changes), run: [2023-09-22T21:12:31.926Z] npm audit fix --force [2023-09-22T21:12:31.926Z] [2023-09-22T21:12:31.926Z] Run `npm audit` for details. [2023-09-22T21:12:37.256Z] docker run --rm -i -v "$(pwd):/app" -u "1000:1000" edgexfoundry/edgex-web-ui:0.0.0-dev ng test --code-coverage --watch false --browsers ChromeHeadlessNoSandbox [2023-09-22T21:12:52.227Z] - Generating browser application bundles (phase: setup)... [2023-09-22T21:13:19.010Z] Compiling @angular/core : es2015 as esm2015 [2023-09-22T21:13:19.010Z] Compiling @angular/compiler/testing : es2015 as esm2015 [2023-09-22T21:13:41.058Z] Compiling @angular/core/testing : es2015 as esm2015 [2023-09-22T21:13:41.058Z] Compiling @angular/common : es2015 as esm2015 [2023-09-22T21:13:44.389Z] Compiling @angular/platform-browser : es2015 as esm2015 [2023-09-22T21:13:44.389Z] Compiling @angular/common/testing : es2015 as esm2015 [2023-09-22T21:13:47.724Z] Compiling @angular/router : es2015 as esm2015 [2023-09-22T21:13:47.992Z] Compiling @angular/platform-browser-dynamic : es2015 as esm2015 [2023-09-22T21:13:52.249Z] Compiling @angular/platform-browser/testing : es2015 as esm2015 [2023-09-22T21:13:53.655Z] Compiling @angular/common/http : es2015 as esm2015 [2023-09-22T21:13:53.922Z] Compiling @angular/platform-browser-dynamic/testing : es2015 as esm2015 [2023-09-22T21:13:57.259Z] Compiling @angular/forms : es2015 as esm2015 [2023-09-22T21:13:57.259Z] Compiling @angular/router/testing : es2015 as esm2015 [2023-09-22T21:13:57.524Z] Compiling @angular/common/http/testing : es2015 as esm2015 [2023-09-22T21:14:44.327Z] 22 09 2023 21:14:41.331:INFO [karma-server]: Karma v6.3.16 server started at http://localhost:9876/ [2023-09-22T21:14:44.327Z] 22 09 2023 21:14:41.342:INFO [launcher]: Launching browsers ChromeHeadlessNoSandbox with concurrency unlimited [2023-09-22T21:14:44.327Z] 22 09 2023 21:14:41.366:INFO [launcher]: Starting browser ChromeHeadless [2023-09-22T21:15:52.153Z] 22 09 2023 21:15:44.366:WARN [launcher]: ChromeHeadless has not captured in 60000 ms, killing. [2023-09-22T21:15:56.411Z] 22 09 2023 21:15:55.656:INFO [launcher]: Trying to start ChromeHeadless again (1/2). [2023-09-22T21:16:18.446Z] ✔ Browser application bundle generation complete. [2023-09-22T21:16:18.446Z] 22 09 2023 21:16:17.402:INFO [Chrome Headless 117.0.5938.62 (Linux aarch64)]: Connected on socket th7TpmGFE-RY6ESlAAAB with id 18333100 [2023-09-22T21:16:33.424Z] Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 0 of 145 SUCCESS (0 secs / 0 secs) [2023-09-22T21:16:34.378Z] Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 1 of 145 SUCCESS (0 secs / 0.592 secs) [2023-09-22T21:16:34.378Z] Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 2 of 145 SUCCESS (0 secs / 0.697 secs) [2023-09-22T21:16:34.643Z] Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 3 of 145 SUCCESS (0 secs / 1.005 secs) [2023-09-22T21:16:34.643Z] Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 4 of 145 SUCCESS (0 secs / 1.045 secs) [2023-09-22T21:16:34.910Z] Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 5 of 145 SUCCESS (0 secs / 1.267 secs) [2023-09-22T21:16:35.176Z] Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 6 of 145 SUCCESS (0 secs / 1.508 secs) [2023-09-22T21:16:35.442Z] Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 7 of 145 SUCCESS (0 secs / 1.585 secs) [2023-09-22T21:16:35.442Z] Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 8 of 145 SUCCESS (0 secs / 1.708 secs) [2023-09-22T21:16:35.708Z] Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 9 of 145 SUCCESS (0 secs / 1.779 secs) [2023-09-22T21:16:35.708Z] Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 10 of 145 SUCCESS (0 secs / 1.814 secs) [2023-09-22T21:16:35.972Z] Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 11 of 145 SUCCESS (0 secs / 2.041 secs) [2023-09-22T21:16:35.972Z] Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 12 of 145 SUCCESS (0 secs / 2.071 secs) [2023-09-22T21:16:35.972Z] Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 13 of 145 SUCCESS (0 secs / 2.097 secs) [2023-09-22T21:16:36.238Z] Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 14 of 145 SUCCESS (0 secs / 2.137 secs) [2023-09-22T21:16:36.238Z] Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 15 of 145 SUCCESS (0 secs / 2.328 secs) [2023-09-22T21:16:36.504Z] Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 16 of 145 SUCCESS (0 secs / 2.433 secs) [2023-09-22T21:16:36.770Z] Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 17 of 145 SUCCESS (0 secs / 2.595 secs) [2023-09-22T21:16:36.770Z] Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 18 of 145 SUCCESS (0 secs / 2.74 secs) [2023-09-22T21:16:37.035Z] Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 19 of 145 SUCCESS (0 secs / 2.893 secs) [2023-09-22T21:16:37.035Z] Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 20 of 145 SUCCESS (0 secs / 2.969 secs) [2023-09-22T21:16:37.301Z] Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 21 of 145 SUCCESS (0 secs / 3.017 secs) [2023-09-22T21:16:37.301Z] Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 22 of 145 SUCCESS (0 secs / 3.083 secs) [2023-09-22T21:16:37.301Z] Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 23 of 145 SUCCESS (0 secs / 3.119 secs) [2023-09-22T21:16:37.301Z] Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 24 of 145 SUCCESS (0 secs / 3.157 secs) [2023-09-22T21:16:37.301Z] Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 25 of 145 SUCCESS (0 secs / 3.175 secs) [2023-09-22T21:16:37.567Z] Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 26 of 145 SUCCESS (0 secs / 3.198 secs) [2023-09-22T21:16:37.567Z] Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 27 of 145 SUCCESS (0 secs / 3.307 secs) [2023-09-22T21:16:37.834Z] Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 28 of 145 SUCCESS (0 secs / 3.497 secs) [2023-09-22T21:16:37.834Z] Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 29 of 145 SUCCESS (0 secs / 3.534 secs) [2023-09-22T21:16:37.834Z] Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 30 of 145 SUCCESS (0 secs / 3.593 secs) [2023-09-22T21:16:38.100Z] Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 31 of 145 SUCCESS (0 secs / 3.645 secs) [2023-09-22T21:16:38.100Z] Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 32 of 145 SUCCESS (0 secs / 3.673 secs) [2023-09-22T21:16:38.100Z] Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 33 of 145 SUCCESS (0 secs / 3.698 secs) [2023-09-22T21:16:38.100Z] Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 34 of 145 SUCCESS (0 secs / 3.709 secs) [2023-09-22T21:16:38.100Z] Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 35 of 145 SUCCESS (0 secs / 3.719 secs) [2023-09-22T21:16:38.377Z] Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 36 of 145 SUCCESS (0 secs / 3.908 secs) [2023-09-22T21:16:38.377Z] Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 37 of 145 SUCCESS (0 secs / 4.044 secs) [2023-09-22T21:16:38.644Z] Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 38 of 145 SUCCESS (0 secs / 4.11 secs) [2023-09-22T21:16:38.644Z] Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 39 of 145 SUCCESS (0 secs / 4.228 secs) [2023-09-22T21:16:38.910Z] Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 40 of 145 SUCCESS (0 secs / 4.307 secs) [2023-09-22T21:16:38.910Z] Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 41 of 145 SUCCESS (0 secs / 4.369 secs) [2023-09-22T21:16:38.910Z] Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 42 of 145 SUCCESS (0 secs / 4.399 secs) [2023-09-22T21:16:38.910Z] Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 43 of 145 SUCCESS (0 secs / 4.424 secs) [2023-09-22T21:16:38.910Z] Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 44 of 145 SUCCESS (0 secs / 4.438 secs) [2023-09-22T21:16:39.176Z] Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 45 of 145 SUCCESS (0 secs / 4.508 secs) [2023-09-22T21:16:39.176Z] Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 46 of 145 SUCCESS (0 secs / 4.524 secs) [2023-09-22T21:16:39.176Z] Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 47 of 145 SUCCESS (0 secs / 4.534 secs) [2023-09-22T21:16:39.176Z] WARN: ' [2023-09-22T21:16:39.176Z] It looks like you're using ngModel on the same form field as formControlName. [2023-09-22T21:16:39.176Z] Support for using the ngModel input property and ngModelChange event with [2023-09-22T21:16:39.176Z] reactive form directives has been deprecated in Angular v6 and will be removed [2023-09-22T21:16:39.176Z] in a future version of Angular. [2023-09-22T21:16:39.176Z] [2023-09-22T21:16:39.176Z] For more information on this, see our API docs here: [2023-09-22T21:16:39.176Z] https://angular.io/api/forms/FormControlName#use-with-ngmodel [2023-09-22T21:16:39.176Z] ' [2023-09-22T21:16:39.176Z] Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 47 of 145 SUCCESS (0 secs / 4.534 secs) [2023-09-22T21:16:39.176Z] WARN: ' [2023-09-22T21:16:39.176Z] It looks like you're using ngModel on the same form field as formControlName. [2023-09-22T21:16:39.176Z] Support for using the ngModel input property and ngModelChange event with [2023-09-22T21:16:39.176Z] reactive form directives has been deprecated in Angular v6 and will be removed [2023-09-22T21:16:39.176Z] in a future version of Angular. [2023-09-22T21:16:39.176Z] [2023-09-22T21:16:39.176Z] For more information on this, see our API docs here: [2023-09-22T21:16:39.176Z] https://angular.io/api/forms/FormControlName#use-with-ngmodel [2023-09-22T21:16:39.176Z] ' [2023-09-22T21:16:39.176Z] Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 48 of 145 SUCCESS (0 secs / 4.669 secs) [2023-09-22T21:16:39.443Z] Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 49 of 145 SUCCESS (0 secs / 4.715 secs) [2023-09-22T21:16:40.024Z] Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 50 of 145 SUCCESS (0 secs / 5.172 secs) [2023-09-22T21:16:40.024Z] Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 51 of 145 SUCCESS (0 secs / 5.252 secs) [2023-09-22T21:16:40.024Z] Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 52 of 145 SUCCESS (0 secs / 5.292 secs) [2023-09-22T21:16:40.290Z] Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 53 of 145 SUCCESS (0 secs / 5.417 secs) [2023-09-22T21:16:40.290Z] Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 54 of 145 SUCCESS (0 secs / 5.466 secs) [2023-09-22T21:16:40.290Z] Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 55 of 145 SUCCESS (0 secs / 5.517 secs) [2023-09-22T21:16:40.556Z] Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 56 of 145 SUCCESS (0 secs / 5.581 secs) [2023-09-22T21:16:40.556Z] Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 57 of 145 SUCCESS (0 secs / 5.737 secs) [2023-09-22T21:16:40.821Z] Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 58 of 145 SUCCESS (0 secs / 5.873 secs) [2023-09-22T21:16:40.821Z] Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 59 of 145 SUCCESS (0 secs / 5.991 secs) [2023-09-22T21:16:41.088Z] Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 60 of 145 SUCCESS (0 secs / 6.019 secs) [2023-09-22T21:16:41.088Z] Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 61 of 145 SUCCESS (0 secs / 6.033 secs) [2023-09-22T21:16:41.088Z] Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 62 of 145 SUCCESS (0 secs / 6.04 secs) [2023-09-22T21:16:41.088Z] Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 63 of 145 SUCCESS (0 secs / 6.164 secs) [2023-09-22T21:16:41.356Z] Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 64 of 145 SUCCESS (0 secs / 6.237 secs) [2023-09-22T21:16:41.356Z] Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 65 of 145 SUCCESS (0 secs / 6.292 secs) [2023-09-22T21:16:41.356Z] Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 66 of 145 SUCCESS (0 secs / 6.304 secs) [2023-09-22T21:16:41.356Z] Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 67 of 145 SUCCESS (0 secs / 6.313 secs) [2023-09-22T21:16:41.621Z] Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 68 of 145 SUCCESS (0 secs / 6.48 secs) [2023-09-22T21:16:41.621Z] Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 69 of 145 SUCCESS (0 secs / 6.496 secs) [2023-09-22T21:16:41.886Z] Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 70 of 145 SUCCESS (0 secs / 6.624 secs) [2023-09-22T21:16:41.886Z] Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 71 of 145 SUCCESS (0 secs / 6.639 secs) [2023-09-22T21:16:41.886Z] Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 72 of 145 SUCCESS (0 secs / 6.68 secs) [2023-09-22T21:16:41.886Z] Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 73 of 145 SUCCESS (0 secs / 6.757 secs) [2023-09-22T21:16:41.886Z] Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 74 of 145 SUCCESS (0 secs / 6.782 secs) [2023-09-22T21:16:42.152Z] Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 75 of 145 SUCCESS (0 secs / 6.806 secs) [2023-09-22T21:16:42.152Z] Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 76 of 145 SUCCESS (0 secs / 6.826 secs) [2023-09-22T21:16:42.152Z] Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 77 of 145 SUCCESS (0 secs / 6.867 secs) [2023-09-22T21:16:42.152Z] Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 78 of 145 SUCCESS (0 secs / 6.93 secs) [2023-09-22T21:16:42.152Z] Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 79 of 145 SUCCESS (0 secs / 6.957 secs) [2023-09-22T21:16:42.152Z] Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 80 of 145 SUCCESS (0 secs / 6.97 secs) [2023-09-22T21:16:42.418Z] Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 81 of 145 SUCCESS (0 secs / 7.064 secs) [2023-09-22T21:16:42.418Z] Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 82 of 145 SUCCESS (0 secs / 7.128 secs) [2023-09-22T21:16:42.682Z] Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 83 of 145 SUCCESS (0 secs / 7.166 secs) [2023-09-22T21:16:42.682Z] Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 84 of 145 SUCCESS (0 secs / 7.18 secs) [2023-09-22T21:16:42.682Z] Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 85 of 145 SUCCESS (0 secs / 7.285 secs) [2023-09-22T21:16:42.947Z] Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 86 of 145 SUCCESS (0 secs / 7.349 secs) [2023-09-22T21:16:42.947Z] Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 87 of 145 SUCCESS (0 secs / 7.387 secs) [2023-09-22T21:16:43.212Z] Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 88 of 145 SUCCESS (0 secs / 7.579 secs) [2023-09-22T21:16:43.212Z] Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 89 of 145 SUCCESS (0 secs / 7.65 secs) [2023-09-22T21:16:43.212Z] Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 90 of 145 SUCCESS (0 secs / 7.665 secs) [2023-09-22T21:16:43.478Z] Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 91 of 145 SUCCESS (0 secs / 7.699 secs) [2023-09-22T21:16:43.478Z] Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 92 of 145 SUCCESS (0 secs / 7.715 secs) [2023-09-22T21:16:43.478Z] Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 93 of 145 SUCCESS (0 secs / 7.723 secs) [2023-09-22T21:16:43.743Z] Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 94 of 145 SUCCESS (0 secs / 7.971 secs) [2023-09-22T21:16:43.743Z] Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 95 of 145 SUCCESS (0 secs / 8.069 secs) [2023-09-22T21:16:43.743Z] Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 96 of 145 SUCCESS (0 secs / 8.082 secs) [2023-09-22T21:16:44.007Z] Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 97 of 145 SUCCESS (0 secs / 8.109 secs) [2023-09-22T21:16:44.007Z] Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 98 of 145 SUCCESS (0 secs / 8.15 secs) [2023-09-22T21:16:44.007Z] Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 99 of 145 SUCCESS (0 secs / 8.164 secs) [2023-09-22T21:16:44.007Z] Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 100 of 145 SUCCESS (0 secs / 8.172 secs) [2023-09-22T21:16:44.007Z] Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 101 of 145 SUCCESS (0 secs / 8.191 secs) [2023-09-22T21:16:44.007Z] Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 102 of 145 SUCCESS (0 secs / 8.211 secs) [2023-09-22T21:16:44.270Z] Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 103 of 145 SUCCESS (0 secs / 8.485 secs) [2023-09-22T21:16:44.533Z] Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 104 of 145 SUCCESS (0 secs / 8.525 secs) [2023-09-22T21:16:44.533Z] Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 105 of 145 SUCCESS (0 secs / 8.63 secs) [2023-09-22T21:16:44.533Z] Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 106 of 145 SUCCESS (0 secs / 8.67 secs) [2023-09-22T21:16:44.797Z] Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 107 of 145 SUCCESS (0 secs / 8.694 secs) [2023-09-22T21:16:44.797Z] Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 108 of 145 SUCCESS (0 secs / 8.8 secs) [2023-09-22T21:16:44.797Z] Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 109 of 145 SUCCESS (0 secs / 8.839 secs) [2023-09-22T21:16:44.797Z] Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 110 of 145 SUCCESS (0 secs / 8.856 secs) [2023-09-22T21:16:44.797Z] Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 111 of 145 SUCCESS (0 secs / 8.874 secs) [2023-09-22T21:16:44.797Z] Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 112 of 145 SUCCESS (0 secs / 8.889 secs) [2023-09-22T21:16:45.062Z] Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 113 of 145 SUCCESS (0 secs / 8.954 secs) [2023-09-22T21:16:45.062Z] Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 114 of 145 SUCCESS (0 secs / 8.992 secs) [2023-09-22T21:16:45.063Z] Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 115 of 145 SUCCESS (0 secs / 9 secs) [2023-09-22T21:16:45.063Z] Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 116 of 145 SUCCESS (0 secs / 9.016 secs) [2023-09-22T21:16:45.063Z] Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 117 of 145 SUCCESS (0 secs / 9.024 secs) [2023-09-22T21:16:45.063Z] Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 118 of 145 SUCCESS (0 secs / 9.033 secs) [2023-09-22T21:16:45.642Z] Chrome Headless 117.0.5938.62 (Linux aarch64) AuthService: unit test verifies that tokenValidate() works as expected FAILED [2023-09-22T21:16:45.642Z] 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. [2023-09-22T21:16:45.642Z] at HttpClientTestingBackend.expectOne (node_modules/@angular/common/__ivy_ngcc__/fesm2015/http/testing.js:297:1) [2023-09-22T21:16:45.642Z] at UserContext. (src/app/services/auth.service.spec.ts:49:34) [2023-09-22T21:16:45.642Z] at ZoneDelegate.invoke (node_modules/zone.js/dist/zone.js:400:1) [2023-09-22T21:16:45.642Z] at ProxyZoneSpec.onInvoke (node_modules/zone.js/dist/zone-testing.js:301:43) [2023-09-22T21:16:45.642Z] at ZoneDelegate.invoke (node_modules/zone.js/dist/zone.js:399:1) [2023-09-22T21:16:45.642Z] at Zone.run (node_modules/zone.js/dist/zone.js:160:1) [2023-09-22T21:16:45.642Z] at runInTestZone (node_modules/zone.js/dist/zone-testing.js:581:38) [2023-09-22T21:16:45.642Z] at UserContext. (node_modules/zone.js/dist/zone-testing.js:596:24) [2023-09-22T21:16:45.642Z] at [2023-09-22T21:16:45.642Z] Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 119 of 145 (1 FAILED) (0 secs / 9.447 secs) [2023-09-22T21:16:45.642Z] Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 120 of 145 (1 FAILED) (0 secs / 9.47 secs) [2023-09-22T21:16:45.642Z] Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 121 of 145 (1 FAILED) (0 secs / 9.482 secs) [2023-09-22T21:16:45.642Z] Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 122 of 145 (1 FAILED) (0 secs / 9.548 secs) [2023-09-22T21:16:45.908Z] Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 123 of 145 (1 FAILED) (0 secs / 9.573 secs) [2023-09-22T21:16:45.908Z] Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 124 of 145 (1 FAILED) (0 secs / 9.587 secs) [2023-09-22T21:16:45.908Z] Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 125 of 145 (1 FAILED) (0 secs / 9.595 secs) [2023-09-22T21:16:45.908Z] Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 126 of 145 (1 FAILED) (0 secs / 9.663 secs) [2023-09-22T21:16:45.908Z] Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 127 of 145 (1 FAILED) (0 secs / 9.676 secs) [2023-09-22T21:16:45.908Z] Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 128 of 145 (1 FAILED) (0 secs / 9.722 secs) [2023-09-22T21:16:46.174Z] Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 129 of 145 (1 FAILED) (0 secs / 9.738 secs) [2023-09-22T21:16:46.174Z] Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 130 of 145 (1 FAILED) (0 secs / 9.746 secs) [2023-09-22T21:16:46.174Z] Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 131 of 145 (1 FAILED) (0 secs / 9.857 secs) [2023-09-22T21:16:46.174Z] Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 132 of 145 (1 FAILED) (0 secs / 9.893 secs) [2023-09-22T21:16:46.439Z] Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 133 of 145 (1 FAILED) (0 secs / 9.927 secs) [2023-09-22T21:16:46.439Z] Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 134 of 145 (1 FAILED) (0 secs / 9.95 secs) [2023-09-22T21:16:46.439Z] Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 135 of 145 (1 FAILED) (0 secs / 9.991 secs) [2023-09-22T21:16:46.704Z] Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 136 of 145 (1 FAILED) (0 secs / 10.138 secs) [2023-09-22T21:16:46.704Z] Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 137 of 145 (1 FAILED) (0 secs / 10.187 secs) [2023-09-22T21:16:46.704Z] Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 138 of 145 (1 FAILED) (0 secs / 10.232 secs) [2023-09-22T21:16:46.969Z] Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 139 of 145 (1 FAILED) (0 secs / 10.293 secs) [2023-09-22T21:16:46.970Z] Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 140 of 145 (1 FAILED) (0 secs / 10.327 secs) [2023-09-22T21:16:46.970Z] Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 141 of 145 (1 FAILED) (0 secs / 10.367 secs) [2023-09-22T21:16:46.970Z] Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 142 of 145 (1 FAILED) (0 secs / 10.43 secs) [2023-09-22T21:16:47.234Z] Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 143 of 145 (1 FAILED) (0 secs / 10.533 secs) [2023-09-22T21:16:47.235Z] Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 144 of 145 (1 FAILED) (0 secs / 10.591 secs) [2023-09-22T21:16:47.499Z] Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 145 of 145 (1 FAILED) (0 secs / 10.631 secs) [2023-09-22T21:16:48.129Z] Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 145 of 145 (1 FAILED) (14.381 secs / 10.631 secs) [2023-09-22T21:16:48.129Z] TOTAL: 1 FAILED, 144 SUCCESS [2023-09-22T21:16:48.129Z] ✔ Browser application bundle generation complete. [2023-09-22T21:16:51.515Z] [2023-09-22T21:16:51.515Z] =============================== Coverage summary =============================== [2023-09-22T21:16:51.515Z] Statements : 41.56% ( 1425/3429 ) [2023-09-22T21:16:51.515Z] Branches : 12.14% ( 109/898 ) [2023-09-22T21:16:51.515Z] Functions : 33.33% ( 417/1251 ) [2023-09-22T21:16:51.515Z] Lines : 39.45% ( 1280/3245 ) [2023-09-22T21:16:51.515Z] ================================================================================ [2023-09-22T21:16:51.515Z] 22 09 2023 21:16:50.777:WARN [launcher]: ChromeHeadless was not killed in 2000 ms, sending SIGKILL. [2023-09-22T21:16:51.785Z] ✔ Browser application bundle generation complete. [2023-09-22T21:16:52.747Z] make[1]: *** [Makefile:144: test] Error 1 [2023-09-22T21:16:52.747Z] make[1]: Leaving directory '/w/workspace/edgex-ui-go/1/web' [2023-09-22T21:16:52.747Z] make: *** [Makefile:56: test-angular] Error 2 [Pipeline] } [2023-09-22T21:16:52.795Z] $ docker stop --time=1 0b2b6d628facd2619250a552cc5804c1ec46ac919d2395a2208c0359da083f36 [2023-09-22T21:16:54.542Z] $ 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 [2023-09-22T21:16:56.193Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-09-22T21:16:56.193Z] [2023-09-22T21:16:56.193Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-22T21:16:56.600Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-09-22T21:16:56.871Z] arm64: Pulling from edgex-lftools-log-publisher [2023-09-22T21:16:56.871Z] 8998bd30e6a1: Pulling fs layer [2023-09-22T21:16:56.871Z] 04944245beec: Pulling fs layer [2023-09-22T21:16:56.871Z] 699f458cf7ca: Pulling fs layer [2023-09-22T21:16:56.871Z] 765212b225bb: Pulling fs layer [2023-09-22T21:16:56.871Z] f23df028b6ca: Pulling fs layer [2023-09-22T21:16:56.871Z] d65c8cfc05b1: Pulling fs layer [2023-09-22T21:16:56.871Z] 2437ff75d9bd: Pulling fs layer [2023-09-22T21:16:56.871Z] f23df028b6ca: Waiting [2023-09-22T21:16:56.871Z] d65c8cfc05b1: Waiting [2023-09-22T21:16:56.871Z] 2437ff75d9bd: Waiting [2023-09-22T21:16:56.871Z] 765212b225bb: Waiting [2023-09-22T21:16:56.871Z] 04944245beec: Verifying Checksum [2023-09-22T21:16:56.871Z] 04944245beec: Download complete [2023-09-22T21:16:56.871Z] 765212b225bb: Verifying Checksum [2023-09-22T21:16:56.871Z] 765212b225bb: Download complete [2023-09-22T21:16:57.139Z] f23df028b6ca: Verifying Checksum [2023-09-22T21:16:57.139Z] f23df028b6ca: Download complete [2023-09-22T21:16:57.139Z] d65c8cfc05b1: Verifying Checksum [2023-09-22T21:16:57.139Z] d65c8cfc05b1: Download complete [2023-09-22T21:16:57.139Z] 699f458cf7ca: Verifying Checksum [2023-09-22T21:16:57.139Z] 699f458cf7ca: Download complete [2023-09-22T21:16:57.405Z] 8998bd30e6a1: Download complete [2023-09-22T21:16:59.979Z] 2437ff75d9bd: Verifying Checksum [2023-09-22T21:16:59.979Z] 2437ff75d9bd: Download complete [2023-09-22T21:17:01.381Z] 8998bd30e6a1: Pull complete [2023-09-22T21:17:01.964Z] 04944245beec: Pull complete [2023-09-22T21:17:03.380Z] 699f458cf7ca: Pull complete [2023-09-22T21:17:03.380Z] 765212b225bb: Pull complete [2023-09-22T21:17:04.336Z] f23df028b6ca: Pull complete [2023-09-22T21:17:04.336Z] d65c8cfc05b1: Pull complete [2023-09-22T21:17:19.310Z] 2437ff75d9bd: Pull complete [2023-09-22T21:17:19.310Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2023-09-22T21:17:19.310Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-09-22T21:17:19.310Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-09-22T21:17:19.638Z] prd-ubuntu20.04-docker-arm64-4c-16g-7630 does not seem to be running inside a container [2023-09-22T21:17:19.701Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-ui-go/1 -v /w/workspace/edgex-ui-go/1:/w/workspace/edgex-ui-go/1:rw,z -v /w/workspace/edgex-ui-go/1@tmp:/w/workspace/edgex-ui-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat [2023-09-22T21:17:22.396Z] $ docker top e81085e35a6a909dabea4f8ae520deddb2ab7a7652664b7ba79cec32087dd5bb -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-09-22T21:17:22.935Z] ---> job-cost.sh [2023-09-22T21:17:23.198Z] lf-activate-venv: SKIPPING [2023-09-22T21:17:23.198Z] INFO: No Stack... [2023-09-22T21:17:26.515Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2023-09-22T21:17:26.777Z] INFO: Archiving Costs [Pipeline] sh [2023-09-22T21:17:27.109Z] + cat /w/workspace/edgex-ui-go/1/archives/cost.csv [2023-09-22T21:17:27.109Z] + cut -d, -f6 [Pipeline] lock [2023-09-22T21:17:27.183Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-ui-go-PR-637-1-stack-cost] [2023-09-22T21:17:27.189Z] Resource [jenkins-edgexfoundry-edgex-ui-go-PR-637-1-stack-cost] did not exist. Created. [2023-09-22T21:17:27.189Z] Lock acquired on [jenkins-edgexfoundry-edgex-ui-go-PR-637-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-09-22T21:17:27.594Z] /w/workspace/edgex-ui-go/1@tmp/durable-5ea15731/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh [2023-09-22T21:17:27.939Z] + echo total: 0.10999999940395355 [Pipeline] stash [2023-09-22T21:17:27.982Z] Warning: overwriting stash ‘stack-cost’ [2023-09-22T21:17:34.524Z] Stashed 1 file(s) [Pipeline] } [2023-09-22T21:17:34.540Z] Lock released on resource [jenkins-edgexfoundry-edgex-ui-go-PR-637-1-stack-cost] [Pipeline] // lock [Pipeline] } [2023-09-22T21:17:34.627Z] $ docker stop --time=1 e81085e35a6a909dabea4f8ae520deddb2ab7a7652664b7ba79cec32087dd5bb [2023-09-22T21:17:36.233Z] $ 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] } [2023-09-22T21:17:36.951Z] Failed in branch arm64 [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) Stage "CodeCov" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) Stage "Snyk Dependency Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to earlier failure(s) [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh [2023-09-22T21:17:39.029Z] + [ -d /w/workspace/edgexfoundry_edgex-ui-go_PR-637/archives ] [2023-09-22T21:17:39.029Z] + ls -al /w/workspace/edgexfoundry_edgex-ui-go_PR-637/archives [2023-09-22T21:17:39.029Z] total 16 [2023-09-22T21:17:39.029Z] drwxr-xr-x 3 root root 4096 Sep 22 21:04 . [2023-09-22T21:17:39.029Z] drwxrwxr-x 15 jenkins jenkins 4096 Sep 22 21:04 .. [2023-09-22T21:17:39.029Z] drwxr-xr-x 2 root root 4096 Sep 22 21:04 cost [2023-09-22T21:17:39.029Z] -rw-r--r-- 1 root root 83 Sep 22 21:04 cost.csv [2023-09-22T21:17:39.029Z] + sudo chown -R jenkins:jenkins /w/workspace/edgexfoundry_edgex-ui-go_PR-637/archives [2023-09-22T21:17:39.029Z] + ls -al /w/workspace/edgexfoundry_edgex-ui-go_PR-637/archives [2023-09-22T21:17:39.029Z] total 16 [2023-09-22T21:17:39.029Z] drwxr-xr-x 3 jenkins jenkins 4096 Sep 22 21:04 . [2023-09-22T21:17:39.029Z] drwxrwxr-x 15 jenkins jenkins 4096 Sep 22 21:04 .. [2023-09-22T21:17:39.029Z] drwxr-xr-x 2 jenkins jenkins 4096 Sep 22 21:04 cost [2023-09-22T21:17:39.029Z] -rw-r--r-- 1 jenkins jenkins 83 Sep 22 21:04 cost.csv [Pipeline] libraryResource [Pipeline] sh [2023-09-22T21:17:39.407Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2023-09-22T21:17:40.300Z] ---> package-listing.sh [2023-09-22T21:17:40.300Z] ++ facter osfamily [2023-09-22T21:17:40.300Z] ++ tr '[:upper:]' '[:lower:]' [2023-09-22T21:17:40.559Z] + OS_FAMILY=debian [2023-09-22T21:17:40.559Z] + workspace=/w/workspace/edgexfoundry_edgex-ui-go_PR-637 [2023-09-22T21:17:40.559Z] + START_PACKAGES=/tmp/packages_start.txt [2023-09-22T21:17:40.559Z] + END_PACKAGES=/tmp/packages_end.txt [2023-09-22T21:17:40.559Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2023-09-22T21:17:40.559Z] + PACKAGES=/tmp/packages_start.txt [2023-09-22T21:17:40.559Z] + '[' /w/workspace/edgexfoundry_edgex-ui-go_PR-637 ']' [2023-09-22T21:17:40.559Z] + PACKAGES=/tmp/packages_end.txt [2023-09-22T21:17:40.559Z] + case "${OS_FAMILY}" in [2023-09-22T21:17:40.559Z] + dpkg -l [2023-09-22T21:17:40.559Z] + grep '^ii' [2023-09-22T21:17:40.559Z] + '[' -f /tmp/packages_start.txt ']' [2023-09-22T21:17:40.559Z] + '[' -f /tmp/packages_end.txt ']' [2023-09-22T21:17:40.559Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2023-09-22T21:17:40.559Z] + '[' /w/workspace/edgexfoundry_edgex-ui-go_PR-637 ']' [2023-09-22T21:17:40.559Z] + mkdir -p /w/workspace/edgexfoundry_edgex-ui-go_PR-637/archives/ [2023-09-22T21:17:40.559Z] + 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 [2023-09-22T21:17:40.599Z] 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 [2023-09-22T21:17:40.890Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-22T21:17:41.263Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-09-22T21:17:41.263Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-09-22T21:17:41.405Z] prd-ubuntu20.04-docker-8c-8g-7629 does not seem to be running inside a container [2023-09-22T21:17:41.416Z] $ 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 [2023-09-22T21:17:41.636Z] $ docker top 762e8eee277dddd3509639cead11291153cb8be596e7d690e6f1161258da9b52 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-09-22T21:17:42.053Z] + touch /tmp/pre-build-complete [Pipeline] sh [2023-09-22T21:17:42.363Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2023-09-22T21:17:42.672Z] + ls /var/log/sa-host [2023-09-22T21:17:42.672Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-09-22T21:17:42.895Z] provisioning config files... [2023-09-22T21:17:42.904Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-637@tmp/config1878088877494786581tmp [Pipeline] { [Pipeline] echo [2023-09-22T21:17:42.966Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2023-09-22T21:17:43.279Z] ---> create-netrc.sh [Pipeline] } [2023-09-22T21:17:43.312Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2023-09-22T21:17:43.710Z] ---> python-tools-install.sh [Pipeline] echo [2023-09-22T21:17:43.742Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2023-09-22T21:17:44.054Z] ---> sudo-logs.sh [2023-09-22T21:17:44.054Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2023-09-22T21:17:44.138Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2023-09-22T21:17:44.447Z] ---> job-cost.sh [2023-09-22T21:17:44.448Z] lf-activate-venv: SKIPPING [2023-09-22T21:17:44.448Z] DEBUG: total: 0.2199999988079071 [2023-09-22T21:17:44.448Z] INFO: Retrieving Stack Cost... [2023-09-22T21:17:44.706Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-09-22T21:17:45.274Z] INFO: Archiving Costs [Pipeline] echo [2023-09-22T21:17:45.305Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2023-09-22T21:17:45.617Z] ---> logs-deploy.sh [2023-09-22T21:17:45.617Z] lf-activate-venv: SKIPPING [2023-09-22T21:17:45.617Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-ui-go/PR-637/1 [2023-09-22T21:17:45.617Z] INFO: archiving workspace using pattern(s): [2023-09-22T21:17:46.555Z] Archives upload complete. [2023-09-22T21:17:46.555Z] INFO: archiving logs to Nexus