Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 2fd4722eefcd485d8d8cf5eb24f524ab25e62510 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-ssh16560629958085773294.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-ssh3016268792460824442.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 > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-ui-go/branches/main/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82/.git # timeout=10 Fetching changes from the remote Git repository > 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 > 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/main/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh9180525872422073207.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 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-ssh15939664703858617398.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 > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-ui-go/branches/main/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e/.git # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags 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/main/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh14539013530016976381.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 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 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:edgex-ui-go] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-ui-go-settings PROJECT: edgex-ui-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.21 USE_ALPINE: true DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_IMAGE_NAME: edgex-ui DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘ubuntu20.04-docker-8c-8g’ Running on prd-ubuntu20.04-docker-8c-8g-7225 in /w/workspace/edgexfoundry_edgex-ui-go_main [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_main # 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 Avoid second fetch Checking out Revision 2fd4722eefcd485d8d8cf5eb24f524ab25e62510 (main) Commit message: "Merge pull request #634 from ernestojeda/create-release" > 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 > git config core.sparsecheckout # timeout=10 > git checkout -f 2fd4722eefcd485d8d8cf5eb24f524ab25e62510 # timeout=10 > git rev-list --no-walk 133995f3795ac8ee1626704056303211e11ac888 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2023-09-20T20:54:36.752Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2023-09-20T20:54:36.804Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2023-09-20T20:54:36.820Z] ========================================================= [2023-09-20T20:54:36.820Z] EdgeX Global Pipelines Version Info [2023-09-20T20:54:36.820Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2023-09-20T20:54:37.530Z] ------------------- [2023-09-20T20:54:37.530Z] stable info: [2023-09-20T20:54:37.530Z] ------------------- [2023-09-20T20:54:37.530Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2023-09-20T20:54:37.530Z] Commit SHA: e143027787c0ac28563f7e92b6cefc600d3b7107 [2023-09-20T20:54:37.530Z] Message: update stable to v1.0.254 [2023-09-20T20:54:38.101Z] ------------------- [2023-09-20T20:54:38.101Z] experimental info: [2023-09-20T20:54:38.101Z] ------------------- [2023-09-20T20:54:38.101Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2023-09-20T20:54:38.101Z] Commit SHA: e143027787c0ac28563f7e92b6cefc600d3b7107 [2023-09-20T20:54:38.101Z] Message: update experimental to v1.0.254 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2023-09-20T20:54:38.259Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-ui-go-settings [Pipeline] echo [2023-09-20T20:54:38.270Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-ui-go [Pipeline] echo [2023-09-20T20:54:38.280Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2023-09-20T20:54:38.290Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2023-09-20T20:54:38.305Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2023-09-20T20:54:38.317Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.21 [Pipeline] echo [2023-09-20T20:54:38.334Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2023-09-20T20:54:38.342Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2023-09-20T20:54:38.352Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2023-09-20T20:54:38.369Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2023-09-20T20:54:38.386Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2023-09-20T20:54:38.402Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = edgex-ui [Pipeline] echo [2023-09-20T20:54:38.410Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2023-09-20T20:54:38.423Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2023-09-20T20:54:38.441Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2023-09-20T20:54:38.453Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2023-09-20T20:54:38.465Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2023-09-20T20:54:38.476Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2023-09-20T20:54:38.493Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2023-09-20T20:54:38.512Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2023-09-20T20:54:38.522Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2023-09-20T20:54:38.534Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2023-09-20T20:54:38.548Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2023-09-20T20:54:38.564Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2023-09-20T20:54:38.575Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2023-09-20T20:54:38.591Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2023-09-20T20:54:38.605Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2023-09-20T20:54:38.626Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo [2023-09-20T20:54:38.647Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo [2023-09-20T20:54:38.661Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo [2023-09-20T20:54:38.673Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 2fd4722eefcd485d8d8cf5eb24f524ab25e62510 [Pipeline] echo [2023-09-20T20:54:38.683Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 2fd4722 [Pipeline] echo [2023-09-20T20:54:38.697Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-09-20T20:54:38.742Z] provisioning config files... [2023-09-20T20:54:38.783Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_main@tmp/config9117270906065023371tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-09-20T20:54:39.093Z] ---> docker-login.sh [2023-09-20T20:54:39.093Z] nexus3.edgexfoundry.org:10001 [2023-09-20T20:54:39.354Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-09-20T20:54:39.354Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-09-20T20:54:39.354Z] Configure a credential helper to remove this warning. See [2023-09-20T20:54:39.354Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-09-20T20:54:39.354Z] [2023-09-20T20:54:39.354Z] Login Succeeded [2023-09-20T20:54:39.354Z] nexus3.edgexfoundry.org:10002 [2023-09-20T20:54:39.354Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-09-20T20:54:39.614Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-09-20T20:54:39.614Z] Configure a credential helper to remove this warning. See [2023-09-20T20:54:39.614Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-09-20T20:54:39.614Z] [2023-09-20T20:54:39.614Z] Login Succeeded [2023-09-20T20:54:39.614Z] nexus3.edgexfoundry.org:10003 [2023-09-20T20:54:39.614Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-09-20T20:54:39.614Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-09-20T20:54:39.614Z] Configure a credential helper to remove this warning. See [2023-09-20T20:54:39.614Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-09-20T20:54:39.614Z] [2023-09-20T20:54:39.614Z] Login Succeeded [2023-09-20T20:54:39.614Z] nexus3.edgexfoundry.org:10004 [2023-09-20T20:54:39.614Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-09-20T20:54:39.873Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-09-20T20:54:39.873Z] Configure a credential helper to remove this warning. See [2023-09-20T20:54:39.873Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-09-20T20:54:39.873Z] [2023-09-20T20:54:39.873Z] Login Succeeded [2023-09-20T20:54:39.873Z] docker.io [2023-09-20T20:54:39.873Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-09-20T20:54:40.133Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-09-20T20:54:40.133Z] Configure a credential helper to remove this warning. See [2023-09-20T20:54:40.133Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-09-20T20:54:40.133Z] [2023-09-20T20:54:40.133Z] Login Succeeded [2023-09-20T20:54:40.133Z] ---> docker-login.sh ends [Pipeline] } [2023-09-20T20:54:40.141Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2023-09-20T20:54:40.508Z] + git rev-list -1 --merges 2fd4722eefcd485d8d8cf5eb24f524ab25e62510~1..2fd4722eefcd485d8d8cf5eb24f524ab25e62510 [Pipeline] echo [2023-09-20T20:54:40.555Z] -----------> git rev-list -1 --merges 2fd4722eefcd485d8d8cf5eb24f524ab25e62510~1..2fd4722eefcd485d8d8cf5eb24f524ab25e62510 2fd4722eefcd485d8d8cf5eb24f524ab25e62510 [2023-09-20T20:54:40.555Z] 2fd4722eefcd485d8d8cf5eb24f524ab25e62510 [false] [Pipeline] sh [2023-09-20T20:54:40.841Z] + git log --format=format:%s -1 2fd4722eefcd485d8d8cf5eb24f524ab25e62510 [Pipeline] echo [2023-09-20T20:54:40.889Z] ========================================================= [2023-09-20T20:54:40.890Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2023-09-20T20:54:40.890Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-09-20T20:54:41.226Z] + git log --format=format:%s -1 2fd4722eefcd485d8d8cf5eb24f524ab25e62510 [Pipeline] echo [2023-09-20T20:54:41.236Z] [semverPrep] GIT_COMMIT: 2fd4722eefcd485d8d8cf5eb24f524ab25e62510, Commit Message: Merge pull request #634 from ernestojeda/create-release [Pipeline] echo [2023-09-20T20:54:41.244Z] [semverPrep] This is not a build commit. [Pipeline] sh [2023-09-20T20:54:41.587Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-09-20T20:54:41.587Z] + grep -v github /etc/ssh/ssh_known_hosts [2023-09-20T20:54:41.587Z] + [ -e /tmp/ssh_known_hosts ] [2023-09-20T20:54:41.587Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2023-09-20T20:54:41.587Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2023-09-20T20:54:41.587Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2023-09-20T20:54:41.587Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-20T20:54:41.932Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-09-20T20:54:41.932Z] [2023-09-20T20:54:41.932Z] 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-20T20:54:42.232Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-09-20T20:54:42.232Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2023-09-20T20:54:42.232Z] b85a868b505f: Pulling fs layer [2023-09-20T20:54:42.232Z] e2be974225ed: Pulling fs layer [2023-09-20T20:54:42.232Z] 339a4e72a1f5: Pulling fs layer [2023-09-20T20:54:42.232Z] 988bab9f4d93: Pulling fs layer [2023-09-20T20:54:42.232Z] 1469e6f7b9e6: Pulling fs layer [2023-09-20T20:54:42.232Z] eaf3925da568: Pulling fs layer [2023-09-20T20:54:42.232Z] bab4dde63d76: Pulling fs layer [2023-09-20T20:54:42.232Z] bde34c3a00c8: Pulling fs layer [2023-09-20T20:54:42.232Z] b352a97aabf1: Pulling fs layer [2023-09-20T20:54:42.232Z] 4872d77fe225: Pulling fs layer [2023-09-20T20:54:42.232Z] 5851b861e8e6: Pulling fs layer [2023-09-20T20:54:42.232Z] 988bab9f4d93: Waiting [2023-09-20T20:54:42.232Z] 1469e6f7b9e6: Waiting [2023-09-20T20:54:42.232Z] eaf3925da568: Waiting [2023-09-20T20:54:42.232Z] bab4dde63d76: Waiting [2023-09-20T20:54:42.232Z] bde34c3a00c8: Waiting [2023-09-20T20:54:42.232Z] b352a97aabf1: Waiting [2023-09-20T20:54:42.232Z] 4872d77fe225: Waiting [2023-09-20T20:54:42.232Z] e2be974225ed: Download complete [2023-09-20T20:54:42.232Z] 988bab9f4d93: Download complete [2023-09-20T20:54:42.489Z] 1469e6f7b9e6: Verifying Checksum [2023-09-20T20:54:42.489Z] 1469e6f7b9e6: Download complete [2023-09-20T20:54:42.489Z] eaf3925da568: Verifying Checksum [2023-09-20T20:54:42.489Z] eaf3925da568: Download complete [2023-09-20T20:54:42.489Z] 339a4e72a1f5: Verifying Checksum [2023-09-20T20:54:42.489Z] 339a4e72a1f5: Download complete [2023-09-20T20:54:42.489Z] bde34c3a00c8: Download complete [2023-09-20T20:54:42.489Z] b352a97aabf1: Verifying Checksum [2023-09-20T20:54:42.489Z] b352a97aabf1: Download complete [2023-09-20T20:54:42.489Z] 4872d77fe225: Download complete [2023-09-20T20:54:42.489Z] 5851b861e8e6: Download complete [2023-09-20T20:54:42.748Z] b85a868b505f: Verifying Checksum [2023-09-20T20:54:42.748Z] b85a868b505f: Download complete [2023-09-20T20:54:43.316Z] bab4dde63d76: Verifying Checksum [2023-09-20T20:54:43.316Z] bab4dde63d76: Download complete [2023-09-20T20:54:43.882Z] b85a868b505f: Pull complete [2023-09-20T20:54:44.140Z] e2be974225ed: Pull complete [2023-09-20T20:54:44.711Z] 339a4e72a1f5: Pull complete [2023-09-20T20:54:44.711Z] 988bab9f4d93: Pull complete [2023-09-20T20:54:44.974Z] 1469e6f7b9e6: Pull complete [2023-09-20T20:54:44.974Z] eaf3925da568: Pull complete [2023-09-20T20:54:46.878Z] bab4dde63d76: Pull complete [2023-09-20T20:54:46.878Z] bde34c3a00c8: Pull complete [2023-09-20T20:54:47.136Z] b352a97aabf1: Pull complete [2023-09-20T20:54:47.136Z] 4872d77fe225: Pull complete [2023-09-20T20:54:47.136Z] 5851b861e8e6: Pull complete [2023-09-20T20:54:47.136Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2023-09-20T20:54:47.395Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-09-20T20:54:47.395Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-09-20T20:54:47.503Z] prd-ubuntu20.04-docker-8c-8g-7225 does not seem to be running inside a container [2023-09-20T20:54:47.535Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_edgex-ui-go_main -v /w/workspace/edgexfoundry_edgex-ui-go_main:/w/workspace/edgexfoundry_edgex-ui-go_main:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_main@tmp:/w/workspace/edgexfoundry_edgex-ui-go_main@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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-09-20T20:54:50.754Z] $ docker top 17cb581d4ea224ecce57afeb646412e2205183029520954864de811ea84e35e3 -eo pid,comm [2023-09-20T20:54:50.805Z] 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-20T20:54:50.805Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-09-20T20:54:50.845Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-09-20T20:54:50.845Z] [ssh-agent] Looking for ssh-agent implementation... [2023-09-20T20:54:50.958Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-09-20T20:54:50.964Z] $ docker exec 17cb581d4ea224ecce57afeb646412e2205183029520954864de811ea84e35e3 ssh-agent [2023-09-20T20:54:51.072Z] SSH_AUTH_SOCK=/tmp/ssh-lZEpqYKWBm0k/agent.33 [2023-09-20T20:54:51.072Z] SSH_AGENT_PID=39 [2023-09-20T20:54:51.082Z] Running ssh-add (command line suppressed) [2023-09-20T20:54:51.184Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_main@tmp/private_key_284041595122243188.key (/w/workspace/edgexfoundry_edgex-ui-go_main@tmp/private_key_284041595122243188.key) [2023-09-20T20:54:51.196Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-09-20T20:54:51.487Z] + git tag --points-at HEAD [Pipeline] } [2023-09-20T20:54:51.508Z] $ docker exec --env ******** --env ******** 17cb581d4ea224ecce57afeb646412e2205183029520954864de811ea84e35e3 ssh-agent -k [2023-09-20T20:54:51.607Z] unset SSH_AUTH_SOCK; [2023-09-20T20:54:51.607Z] unset SSH_AGENT_PID; [2023-09-20T20:54:51.607Z] echo Agent pid 39 killed; [2023-09-20T20:54:51.616Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2023-09-20T20:54:51.638Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-09-20T20:54:51.638Z] [ssh-agent] Looking for ssh-agent implementation... [2023-09-20T20:54:51.744Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-09-20T20:54:51.750Z] $ docker exec 17cb581d4ea224ecce57afeb646412e2205183029520954864de811ea84e35e3 ssh-agent [2023-09-20T20:54:51.860Z] SSH_AUTH_SOCK=/tmp/ssh-wXqeK2rCxjyT/agent.71 [2023-09-20T20:54:51.860Z] SSH_AGENT_PID=77 [2023-09-20T20:54:51.864Z] Running ssh-add (command line suppressed) [2023-09-20T20:54:51.988Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_main@tmp/private_key_4189331587820382702.key (/w/workspace/edgexfoundry_edgex-ui-go_main@tmp/private_key_4189331587820382702.key) [2023-09-20T20:54:51.999Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-09-20T20:54:52.286Z] + git semver init [2023-09-20T20:54:52.545Z] 2023-09-20 20:54:52,470 [run_init] DEBUG init version:0.0.0 force:False [2023-09-20T20:54:52.545Z] 2023-09-20 20:54:52,471 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgexfoundry_edgex-ui-go_main/.semver [2023-09-20T20:54:52.545Z] 2023-09-20 20:54:52,471 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-ui-go.git /w/workspace/edgexfoundry_edgex-ui-go_main/.semver [2023-09-20T20:54:52.545Z] 2023-09-20 20:54:52,472 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/edgex-ui-go.git', '/w/workspace/edgexfoundry_edgex-ui-go_main/.semver'], cwd=/w/workspace/edgexfoundry_edgex-ui-go_main, universal_newlines=False, shell=None, istream=None) [2023-09-20T20:54:53.928Z] 2023-09-20 20:54:53,850 [append_file] DEBUG append to file:/w/workspace/edgexfoundry_edgex-ui-go_main/.git/info/exclude [2023-09-20T20:54:53.928Z] 2023-09-20 20:54:53,851 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgexfoundry_edgex-ui-go_main/.semver/main with force:False [2023-09-20T20:54:53.928Z] 2023-09-20 20:54:53,851 [read_version] DEBUG read version from /w/workspace/edgexfoundry_edgex-ui-go_main/.semver/main [2023-09-20T20:54:53.928Z] 2023-09-20 20:54:53,851 [read_version] DEBUG read version from /w/workspace/edgexfoundry_edgex-ui-go_main/.semver/main [2023-09-20T20:54:53.928Z] 3.1.0-dev.5 [Pipeline] } [2023-09-20T20:54:53.940Z] $ docker exec --env ******** --env ******** 17cb581d4ea224ecce57afeb646412e2205183029520954864de811ea84e35e3 ssh-agent -k [2023-09-20T20:54:54.033Z] unset SSH_AUTH_SOCK; [2023-09-20T20:54:54.034Z] unset SSH_AGENT_PID; [2023-09-20T20:54:54.034Z] echo Agent pid 77 killed; [2023-09-20T20:54:54.042Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-09-20T20:54:54.353Z] + git semver [Pipeline] } [2023-09-20T20:54:54.630Z] $ docker stop --time=1 17cb581d4ea224ecce57afeb646412e2205183029520954864de811ea84e35e3 [2023-09-20T20:54:55.926Z] $ docker rm -f --volumes 17cb581d4ea224ecce57afeb646412e2205183029520954864de811ea84e35e3 [Pipeline] // withDockerContainer [Pipeline] sh [2023-09-20T20:54:56.279Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2023-09-20T20:54:56.494Z] Stashed 1 file(s) [Pipeline] echo [2023-09-20T20:54:56.496Z] [edgeXSemver]: initialized semver on version 3.1.0-dev.5 [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-20T20:54:56.685Z] provisioning config files... [2023-09-20T20:54:56.695Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_main@tmp/config12912534948008425287tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-09-20T20:54:57.005Z] ---> docker-login.sh [2023-09-20T20:54:57.005Z] nexus3.edgexfoundry.org:10001 [2023-09-20T20:54:57.005Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-09-20T20:54:57.005Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-09-20T20:54:57.005Z] Configure a credential helper to remove this warning. See [2023-09-20T20:54:57.005Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-09-20T20:54:57.005Z] [2023-09-20T20:54:57.005Z] Login Succeeded [2023-09-20T20:54:57.005Z] nexus3.edgexfoundry.org:10002 [2023-09-20T20:54:57.005Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-09-20T20:54:57.005Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-09-20T20:54:57.005Z] Configure a credential helper to remove this warning. See [2023-09-20T20:54:57.005Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-09-20T20:54:57.005Z] [2023-09-20T20:54:57.005Z] Login Succeeded [2023-09-20T20:54:57.005Z] nexus3.edgexfoundry.org:10003 [2023-09-20T20:54:57.264Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-09-20T20:54:57.264Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-09-20T20:54:57.264Z] Configure a credential helper to remove this warning. See [2023-09-20T20:54:57.264Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-09-20T20:54:57.264Z] [2023-09-20T20:54:57.264Z] Login Succeeded [2023-09-20T20:54:57.264Z] nexus3.edgexfoundry.org:10004 [2023-09-20T20:54:57.264Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-09-20T20:54:57.264Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-09-20T20:54:57.264Z] Configure a credential helper to remove this warning. See [2023-09-20T20:54:57.264Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-09-20T20:54:57.264Z] [2023-09-20T20:54:57.264Z] Login Succeeded [2023-09-20T20:54:57.264Z] docker.io [2023-09-20T20:54:57.524Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-09-20T20:54:57.524Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-09-20T20:54:57.524Z] Configure a credential helper to remove this warning. See [2023-09-20T20:54:57.524Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-09-20T20:54:57.524Z] [2023-09-20T20:54:57.524Z] Login Succeeded [2023-09-20T20:54:57.524Z] ---> docker-login.sh ends [Pipeline] } [2023-09-20T20:54:57.531Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2023-09-20T20:54:57.585Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-09-20T20:54:57.596Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-09-20T20:54:57.603Z] ========================================================= [2023-09-20T20:54:57.603Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine] [2023-09-20T20:54:57.603Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-20T20:54:57.906Z] + 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-20T20:54:58.164Z] Sending build context to Docker daemon 47.58MB [2023-09-20T20:54:58.164Z] Step 1/15 : ARG BASE=golang:1.21-alpine3.18 [2023-09-20T20:54:58.164Z] Step 2/15 : FROM ${BASE} AS builder [2023-09-20T20:54:58.164Z] 1.21-alpine: Pulling from edgex-devops/edgex-golang-base [2023-09-20T20:54:58.164Z] 7264a8db6415: Pulling fs layer [2023-09-20T20:54:58.164Z] c4d48a809fc2: Pulling fs layer [2023-09-20T20:54:58.164Z] 4f1c88b9dad5: Pulling fs layer [2023-09-20T20:54:58.164Z] ad3a456e5733: Pulling fs layer [2023-09-20T20:54:58.164Z] 33e27b845d1e: Pulling fs layer [2023-09-20T20:54:58.164Z] c68163c4e522: Pulling fs layer [2023-09-20T20:54:58.164Z] 50da416c3ac9: Pulling fs layer [2023-09-20T20:54:58.164Z] 23d2d4c4bb30: Pulling fs layer [2023-09-20T20:54:58.164Z] 33e27b845d1e: Waiting [2023-09-20T20:54:58.164Z] c68163c4e522: Waiting [2023-09-20T20:54:58.164Z] 50da416c3ac9: Waiting [2023-09-20T20:54:58.164Z] 23d2d4c4bb30: Waiting [2023-09-20T20:54:58.164Z] ad3a456e5733: Waiting [2023-09-20T20:54:58.164Z] c4d48a809fc2: Verifying Checksum [2023-09-20T20:54:58.164Z] c4d48a809fc2: Download complete [2023-09-20T20:54:58.164Z] ad3a456e5733: Verifying Checksum [2023-09-20T20:54:58.164Z] ad3a456e5733: Download complete [2023-09-20T20:54:58.423Z] 33e27b845d1e: Verifying Checksum [2023-09-20T20:54:58.423Z] 33e27b845d1e: Download complete [2023-09-20T20:54:58.423Z] 7264a8db6415: Verifying Checksum [2023-09-20T20:54:58.423Z] 7264a8db6415: Download complete [2023-09-20T20:54:58.423Z] c68163c4e522: Verifying Checksum [2023-09-20T20:54:58.423Z] c68163c4e522: Download complete [2023-09-20T20:54:58.423Z] 7264a8db6415: Pull complete [2023-09-20T20:54:58.683Z] 23d2d4c4bb30: Verifying Checksum [2023-09-20T20:54:58.683Z] 23d2d4c4bb30: Download complete [2023-09-20T20:54:58.683Z] c4d48a809fc2: Pull complete [2023-09-20T20:54:58.683Z] 4f1c88b9dad5: Download complete [2023-09-20T20:54:58.942Z] 50da416c3ac9: Download complete [2023-09-20T20:55:02.229Z] 4f1c88b9dad5: Pull complete [2023-09-20T20:55:02.229Z] ad3a456e5733: Pull complete [2023-09-20T20:55:02.487Z] 33e27b845d1e: Pull complete [2023-09-20T20:55:02.487Z] c68163c4e522: Pull complete [2023-09-20T20:55:05.028Z] 50da416c3ac9: Pull complete [2023-09-20T20:55:05.611Z] 23d2d4c4bb30: Pull complete [2023-09-20T20:55:05.611Z] Digest: sha256:869f8081a9cc57a47d9be3c92245bb8518e7edea9beab93563b77b0fbed5fa8c [2023-09-20T20:55:05.611Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine [2023-09-20T20:55:05.611Z] ---> 0786185ac409 [2023-09-20T20:55:05.611Z] Step 3/15 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" [2023-09-20T20:55:09.804Z] ---> Running in 8f0549c96c6c [2023-09-20T20:55:09.804Z] Removing intermediate container 8f0549c96c6c [2023-09-20T20:55:09.804Z] ---> cad775dd47e8 [2023-09-20T20:55:09.804Z] Step 4/15 : ARG ALPINE_PKG_BASE="make git" [2023-09-20T20:55:09.804Z] ---> Running in 24ce5f64f7a4 [2023-09-20T20:55:10.061Z] Removing intermediate container 24ce5f64f7a4 [2023-09-20T20:55:10.061Z] ---> 58f365f2c55a [2023-09-20T20:55:10.061Z] Step 5/15 : ARG ALPINE_PKG_EXTRA="" [2023-09-20T20:55:10.061Z] ---> Running in a5d509552eb6 [2023-09-20T20:55:10.061Z] Removing intermediate container a5d509552eb6 [2023-09-20T20:55:10.061Z] ---> 6cd41fe74adc [2023-09-20T20:55:10.061Z] Step 6/15 : LABEL Name=edgex-ui-go [2023-09-20T20:55:10.061Z] ---> Running in d953981d7fde [2023-09-20T20:55:10.061Z] Removing intermediate container d953981d7fde [2023-09-20T20:55:10.061Z] ---> 2730a65c3382 [2023-09-20T20:55:10.061Z] Step 7/15 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2023: Intel' [2023-09-20T20:55:10.061Z] ---> Running in d82c14600cdd [2023-09-20T20:55:10.321Z] Removing intermediate container d82c14600cdd [2023-09-20T20:55:10.321Z] ---> 97e4884bff7d [2023-09-20T20:55:10.321Z] Step 8/15 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2023-09-20T20:55:10.582Z] latest: Pulling from library/docker [2023-09-20T20:55:10.840Z] 7264a8db6415: Already exists [2023-09-20T20:55:10.840Z] cfafd3a03f86: Pulling fs layer [2023-09-20T20:55:10.840Z] 4f4fb700ef54: Pulling fs layer [2023-09-20T20:55:10.840Z] f11d96ce7eaa: Pulling fs layer [2023-09-20T20:55:10.840Z] 6adc040a05cc: Pulling fs layer [2023-09-20T20:55:10.840Z] 787484ec7e57: Pulling fs layer [2023-09-20T20:55:10.840Z] ab22443da284: Pulling fs layer [2023-09-20T20:55:10.840Z] 4df676a3ac49: Pulling fs layer [2023-09-20T20:55:10.840Z] 579a751e9a42: Pulling fs layer [2023-09-20T20:55:10.840Z] 787484ec7e57: Waiting [2023-09-20T20:55:10.840Z] ab22443da284: Waiting [2023-09-20T20:55:10.840Z] 6adc040a05cc: Waiting [2023-09-20T20:55:10.840Z] 579a751e9a42: Waiting [2023-09-20T20:55:10.840Z] 433699f84749: Pulling fs layer [2023-09-20T20:55:10.840Z] 4df676a3ac49: Waiting [2023-09-20T20:55:10.840Z] 3e5c5f3a87be: Pulling fs layer [2023-09-20T20:55:10.840Z] 433699f84749: Waiting [2023-09-20T20:55:10.840Z] 389d589ce89a: Pulling fs layer [2023-09-20T20:55:10.840Z] 3e5c5f3a87be: Waiting [2023-09-20T20:55:10.840Z] a43e1216f500: Pulling fs layer [2023-09-20T20:55:10.840Z] 2c2a8ce1e4eb: Pulling fs layer [2023-09-20T20:55:10.840Z] 389d589ce89a: Waiting [2023-09-20T20:55:10.840Z] a43e1216f500: Waiting [2023-09-20T20:55:10.840Z] 2c2a8ce1e4eb: Waiting [2023-09-20T20:55:10.840Z] 4f4fb700ef54: Verifying Checksum [2023-09-20T20:55:10.840Z] 4f4fb700ef54: Download complete [2023-09-20T20:55:10.840Z] cfafd3a03f86: Download complete [2023-09-20T20:55:11.097Z] cfafd3a03f86: Pull complete [2023-09-20T20:55:11.097Z] f11d96ce7eaa: Verifying Checksum [2023-09-20T20:55:11.097Z] f11d96ce7eaa: Download complete [2023-09-20T20:55:11.097Z] 4f4fb700ef54: Pull complete [2023-09-20T20:55:11.097Z] 787484ec7e57: Verifying Checksum [2023-09-20T20:55:11.097Z] 787484ec7e57: Download complete [2023-09-20T20:55:11.097Z] ab22443da284: Verifying Checksum [2023-09-20T20:55:11.097Z] ab22443da284: Download complete [2023-09-20T20:55:11.355Z] 6adc040a05cc: Verifying Checksum [2023-09-20T20:55:11.355Z] 6adc040a05cc: Download complete [2023-09-20T20:55:11.355Z] 4df676a3ac49: Download complete [2023-09-20T20:55:11.355Z] 579a751e9a42: Verifying Checksum [2023-09-20T20:55:11.355Z] 579a751e9a42: Download complete [2023-09-20T20:55:11.355Z] f11d96ce7eaa: Pull complete [2023-09-20T20:55:11.355Z] 3e5c5f3a87be: Verifying Checksum [2023-09-20T20:55:11.355Z] 3e5c5f3a87be: Download complete [2023-09-20T20:55:11.614Z] 433699f84749: Verifying Checksum [2023-09-20T20:55:11.614Z] 433699f84749: Download complete [2023-09-20T20:55:11.614Z] a43e1216f500: Verifying Checksum [2023-09-20T20:55:11.614Z] a43e1216f500: Download complete [2023-09-20T20:55:11.614Z] 2c2a8ce1e4eb: Download complete [2023-09-20T20:55:11.644Z] Still waiting to schedule task [2023-09-20T20:55:11.644Z] Waiting for next available executor on ‘ubuntu20.04-docker-arm64-4c-16g’ [2023-09-20T20:55:11.872Z] 6adc040a05cc: Pull complete [2023-09-20T20:55:11.872Z] 389d589ce89a: Verifying Checksum [2023-09-20T20:55:12.437Z] 787484ec7e57: Pull complete [2023-09-20T20:55:12.437Z] ab22443da284: Pull complete [2023-09-20T20:55:12.437Z] 4df676a3ac49: Pull complete [2023-09-20T20:55:12.437Z] 579a751e9a42: Pull complete [2023-09-20T20:55:12.697Z] 433699f84749: Pull complete [2023-09-20T20:55:12.698Z] 3e5c5f3a87be: Pull complete [2023-09-20T20:55:14.086Z] 389d589ce89a: Pull complete [2023-09-20T20:55:14.086Z] a43e1216f500: Pull complete [2023-09-20T20:55:14.086Z] 2c2a8ce1e4eb: Pull complete [2023-09-20T20:55:14.086Z] Digest: sha256:9e6dbb25d3c0e1e2d222c8a3f074cb8240d1a716d0c6868f76eb3d5a4dfb174c [2023-09-20T20:55:14.086Z] Status: Downloaded newer image for docker:latest [2023-09-20T20:55:16.000Z] ---> 0b00ca9b1238 [2023-09-20T20:55:16.000Z] Step 9/15 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-09-20T20:55:16.000Z] ---> Running in 471dd2909981 [2023-09-20T20:55:16.259Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2023-09-20T20:55:16.519Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2023-09-20T20:55:16.779Z] OK: 264 MiB in 52 packages [2023-09-20T20:55:17.039Z] Removing intermediate container 471dd2909981 [2023-09-20T20:55:17.039Z] ---> da3c412bd5bb [2023-09-20T20:55:17.039Z] Step 10/15 : ENV GO111MODULE=on [2023-09-20T20:55:17.298Z] ---> Running in 611cf388b8dc [2023-09-20T20:55:17.298Z] Removing intermediate container 611cf388b8dc [2023-09-20T20:55:17.298Z] ---> 3be9c79e2da6 [2023-09-20T20:55:17.298Z] Step 11/15 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go [2023-09-20T20:55:17.298Z] ---> Running in 699a6ded7138 [2023-09-20T20:55:17.298Z] Removing intermediate container 699a6ded7138 [2023-09-20T20:55:17.298Z] ---> 79de25fdd266 [2023-09-20T20:55:17.298Z] Step 12/15 : COPY go.mod vendor* ./ [2023-09-20T20:55:17.558Z] ---> 9b2abe1d327f [2023-09-20T20:55:17.558Z] Step 13/15 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-09-20T20:55:17.558Z] ---> Running in 411bdc60de2f [2023-09-20T20:55:56.499Z] Removing intermediate container 411bdc60de2f [2023-09-20T20:55:56.499Z] ---> a79e641128e9 [2023-09-20T20:55:56.499Z] Step 14/15 : COPY . . [2023-09-20T20:55:56.499Z] ---> 22959821fec7 [2023-09-20T20:55:56.499Z] Step 15/15 : RUN ${MAKE} [2023-09-20T20:55:56.499Z] ---> Running in 09065013cc0f [2023-09-20T20:55:56.499Z] noop [2023-09-20T20:55:56.499Z] Removing intermediate container 09065013cc0f [2023-09-20T20:55:56.499Z] ---> 462e5b8c1111 [2023-09-20T20:55:56.499Z] Successfully built 462e5b8c1111 [2023-09-20T20:55:56.499Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-20T20:55:56.896Z] + docker inspect -f . ci-base-image-x86_64 [2023-09-20T20:55:56.896Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-09-20T20:55:56.974Z] prd-ubuntu20.04-docker-8c-8g-7225 does not seem to be running inside a container [2023-09-20T20:55:57.010Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgexfoundry_edgex-ui-go_main -v /w/workspace/edgexfoundry_edgex-ui-go_main:/w/workspace/edgexfoundry_edgex-ui-go_main:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_main@tmp:/w/workspace/edgexfoundry_edgex-ui-go_main@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 ******** ci-base-image-x86_64 cat [2023-09-20T20:55:57.381Z] $ docker top ff13bafbb6e4ac688593a645235c139b1d2803c64ea7415b21a0e56da8574299 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-09-20T20:55:57.721Z] + go version [2023-09-20T20:55:57.721Z] go version go1.21.0 linux/amd64 [Pipeline] } [2023-09-20T20:55:57.735Z] $ docker stop --time=1 ff13bafbb6e4ac688593a645235c139b1d2803c64ea7415b21a0e56da8574299 [2023-09-20T20:55:59.011Z] $ docker rm -f --volumes ff13bafbb6e4ac688593a645235c139b1d2803c64ea7415b21a0e56da8574299 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-20T20:55:59.419Z] + docker inspect -f . ci-base-image-x86_64 [2023-09-20T20:55:59.419Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-09-20T20:55:59.492Z] prd-ubuntu20.04-docker-8c-8g-7225 does not seem to be running inside a container [2023-09-20T20:55:59.528Z] $ 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_main -v /w/workspace/edgexfoundry_edgex-ui-go_main:/w/workspace/edgexfoundry_edgex-ui-go_main:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_main@tmp:/w/workspace/edgexfoundry_edgex-ui-go_main@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 ******** ci-base-image-x86_64 cat [2023-09-20T20:55:59.855Z] $ docker top 58667d7f6f2955da7285b9a788caec73bfa3288e59f74b706ec67ec2cd3519fd -eo pid,comm [Pipeline] { [Pipeline] sh [2023-09-20T20:56:00.196Z] + git config --global --add safe.directory /w/workspace/edgexfoundry_edgex-ui-go_main [Pipeline] fileExists [Pipeline] sh [2023-09-20T20:56:00.484Z] + make test [2023-09-20T20:56:00.484Z] CGO_ENABLED=0 GO111MODULE=on go test -tags "no_messagebus" -coverprofile=coverage.out ./... [2023-09-20T20:56:01.856Z] ? github.com/edgexfoundry/edgex-ui-go [no test files] [2023-09-20T20:56:09.976Z] ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] [2023-09-20T20:56:09.976Z] ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] [2023-09-20T20:56:09.976Z] ? github.com/edgexfoundry/edgex-ui-go/internal/common [no test files] [2023-09-20T20:56:09.976Z] ? github.com/edgexfoundry/edgex-ui-go/internal/config [no test files] [2023-09-20T20:56:09.976Z] ? github.com/edgexfoundry/edgex-ui-go/internal/container [no test files] [2023-09-20T20:56:09.976Z] ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] [2023-09-20T20:56:09.976Z] ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] [2023-09-20T20:56:09.976Z] ? github.com/edgexfoundry/edgex-ui-go/internal/service [no test files] [2023-09-20T20:56:09.976Z] CGO_ENABLED=0 GO111MODULE=on go vet -tags "no_messagebus" ./... [2023-09-20T20:56:13.259Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-09-20T20:56:13.259Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-09-20T20:56:13.259Z] ./bin/test-attribution-txt.sh [2023-09-20T20:56:13.259Z] make -C web test [2023-09-20T20:56:13.259Z] make[1]: Entering directory '/w/workspace/edgexfoundry_edgex-ui-go_main/web' [2023-09-20T20:56:13.259Z] make[1]: tput: No such file or directory [2023-09-20T20:56:13.259Z] make[1]: tput: No such file or directory [2023-09-20T20:56:13.259Z] warning: generating ./VERSION [2023-09-20T20:56:13.259Z] echo "0.0.0" > VERSION [2023-09-20T20:56:13.259Z] docker build \ [2023-09-20T20:56:13.259Z] -f Dockerfile \ [2023-09-20T20:56:13.259Z] --build-arg USER=1000 \ [2023-09-20T20:56:13.259Z] \ [2023-09-20T20:56:13.259Z] --label "git_sha=2fd4722eefcd485d8d8cf5eb24f524ab25e62510" \ [2023-09-20T20:56:13.259Z] -t edgexfoundry/edgex-web-ui:2fd4722eefcd485d8d8cf5eb24f524ab25e62510 \ [2023-09-20T20:56:13.259Z] -t edgexfoundry/edgex-web-ui:0.0.0-dev \ [2023-09-20T20:56:13.259Z] . [2023-09-20T20:56:13.259Z] DEPRECATED: The legacy builder is deprecated and will be removed in a future release. [2023-09-20T20:56:13.259Z] Install the buildx component to build images with BuildKit: [2023-09-20T20:56:13.259Z] https://docs.docker.com/go/buildx/ [2023-09-20T20:56:13.259Z] [2023-09-20T20:56:13.259Z] Sending build context to Docker daemon 2.571MB [2023-09-20T20:56:13.259Z] Step 1/11 : FROM node:18-alpine3.18 [2023-09-20T20:56:13.259Z] 18-alpine3.18: Pulling from library/node [2023-09-20T20:56:13.259Z] 7264a8db6415: Already exists [2023-09-20T20:56:13.259Z] 3a6f55851eb7: Pulling fs layer [2023-09-20T20:56:13.259Z] 7486ac2d79f6: Pulling fs layer [2023-09-20T20:56:13.259Z] a57032b0c6a0: Pulling fs layer [2023-09-20T20:56:13.259Z] a57032b0c6a0: Verifying Checksum [2023-09-20T20:56:13.259Z] a57032b0c6a0: Download complete [2023-09-20T20:56:13.518Z] 7486ac2d79f6: Verifying Checksum [2023-09-20T20:56:13.518Z] 7486ac2d79f6: Download complete [2023-09-20T20:56:13.776Z] 3a6f55851eb7: Verifying Checksum [2023-09-20T20:56:13.776Z] 3a6f55851eb7: Download complete [2023-09-20T20:56:15.675Z] 3a6f55851eb7: Pull complete [2023-09-20T20:56:15.944Z] 7486ac2d79f6: Pull complete [2023-09-20T20:56:15.944Z] a57032b0c6a0: Pull complete [2023-09-20T20:56:15.944Z] Digest: sha256:619ce27eb37c7c0476bd518085bf1ba892e2148fc1ab5dbaff2f20c56e50444d [2023-09-20T20:56:15.944Z] Status: Downloaded newer image for node:18-alpine3.18 [2023-09-20T20:56:15.944Z] ---> ce4edc0a721a [2023-09-20T20:56:15.944Z] Step 2/11 : RUN apk add --no-cache chromium [2023-09-20T20:56:18.885Z] ---> Running in e983e455db5f [2023-09-20T20:56:19.152Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2023-09-20T20:56:19.152Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2023-09-20T20:56:19.434Z] (1/155) Installing libexpat (2.5.0-r1) [2023-09-20T20:56:19.434Z] (2/155) Installing brotli-libs (1.0.9-r14) [2023-09-20T20:56:19.434Z] (3/155) Installing libbz2 (1.0.8-r5) [2023-09-20T20:56:19.434Z] (4/155) Installing libpng (1.6.39-r3) [2023-09-20T20:56:19.434Z] (5/155) Installing freetype (2.13.0-r5) [2023-09-20T20:56:19.434Z] (6/155) Installing fontconfig (2.14.2-r3) [2023-09-20T20:56:19.434Z] (7/155) Installing libfontenc (1.1.7-r2) [2023-09-20T20:56:19.434Z] (8/155) Installing mkfontscale (1.2.2-r3) [2023-09-20T20:56:19.434Z] (9/155) Installing font-opensans (0_git20210927-r1) [2023-09-20T20:56:19.726Z] (10/155) Installing pkgconf (1.9.5-r0) [2023-09-20T20:56:19.726Z] (11/155) Installing libffi (3.4.4-r2) [2023-09-20T20:56:19.726Z] (12/155) Installing libintl (0.21.1-r7) [2023-09-20T20:56:19.726Z] (13/155) Installing libblkid (2.38.1-r8) [2023-09-20T20:56:19.726Z] (14/155) Installing libmount (2.38.1-r8) [2023-09-20T20:56:19.726Z] (15/155) Installing pcre2 (10.42-r1) [2023-09-20T20:56:19.726Z] (16/155) Installing glib (2.76.4-r0) [2023-09-20T20:56:19.726Z] (17/155) Installing xz-libs (5.4.3-r0) [2023-09-20T20:56:19.726Z] (18/155) Installing libxml2 (2.11.4-r0) [2023-09-20T20:56:19.726Z] (19/155) Installing shared-mime-info (2.2-r5) [2023-09-20T20:56:19.726Z] (20/155) Installing hicolor-icon-theme (0.17-r2) [2023-09-20T20:56:19.726Z] (21/155) Installing libjpeg-turbo (2.1.5.1-r3) [2023-09-20T20:56:19.726Z] (22/155) Installing libwebp (1.3.2-r0) [2023-09-20T20:56:19.726Z] (23/155) Installing zstd-libs (1.5.5-r4) [2023-09-20T20:56:19.726Z] (24/155) Installing tiff (4.5.1-r0) [2023-09-20T20:56:19.726Z] (25/155) Installing gdk-pixbuf (2.42.10-r5) [2023-09-20T20:56:19.726Z] (26/155) Installing gtk-update-icon-cache (3.24.38-r1) [2023-09-20T20:56:19.726Z] (27/155) Installing libxau (1.0.11-r2) [2023-09-20T20:56:19.726Z] (28/155) Installing libmd (1.0.4-r2) [2023-09-20T20:56:19.726Z] (29/155) Installing libbsd (0.11.7-r1) [2023-09-20T20:56:19.726Z] (30/155) Installing libxdmcp (1.1.4-r2) [2023-09-20T20:56:19.726Z] (31/155) Installing libxcb (1.15-r1) [2023-09-20T20:56:19.726Z] (32/155) Installing libx11 (1.8.4-r4) [2023-09-20T20:56:19.726Z] (33/155) Installing libxcomposite (0.4.6-r3) [2023-09-20T20:56:19.726Z] (34/155) Installing libxfixes (6.0.1-r2) [2023-09-20T20:56:19.726Z] (35/155) Installing libxrender (0.9.11-r3) [2023-09-20T20:56:19.726Z] (36/155) Installing libxcursor (1.2.1-r2) [2023-09-20T20:56:19.726Z] (37/155) Installing libxdamage (1.1.6-r2) [2023-09-20T20:56:19.726Z] (38/155) Installing libxext (1.3.5-r2) [2023-09-20T20:56:19.726Z] (39/155) Installing libxi (1.8.1-r0) [2023-09-20T20:56:19.726Z] (40/155) Installing libxinerama (1.1.5-r2) [2023-09-20T20:56:19.726Z] (41/155) Installing libxrandr (1.5.3-r2) [2023-09-20T20:56:19.726Z] (42/155) Installing libatk-1.0 (2.48.3-r0) [2023-09-20T20:56:19.992Z] (43/155) Installing libxtst (1.2.4-r2) [2023-09-20T20:56:19.992Z] (44/155) Installing dbus-libs (1.14.8-r0) [2023-09-20T20:56:19.992Z] (45/155) Installing at-spi2-core (2.48.3-r0) [2023-09-20T20:56:19.992Z] (46/155) Installing libatk-bridge-2.0 (2.48.3-r0) [2023-09-20T20:56:19.993Z] (47/155) Installing pixman (0.42.2-r1) [2023-09-20T20:56:19.993Z] (48/155) Installing cairo (1.17.8-r1) [2023-09-20T20:56:19.993Z] (49/155) Installing cairo-gobject (1.17.8-r1) [2023-09-20T20:56:19.993Z] (50/155) Installing avahi-libs (0.8-r13) [2023-09-20T20:56:19.993Z] (51/155) Installing gmp (6.2.1-r3) [2023-09-20T20:56:19.993Z] (52/155) Installing nettle (3.8.1-r2) [2023-09-20T20:56:19.993Z] (53/155) Installing libunistring (1.1-r1) [2023-09-20T20:56:19.993Z] (54/155) Installing libidn2 (2.3.4-r1) [2023-09-20T20:56:19.993Z] (55/155) Installing p11-kit (0.24.1-r2) [2023-09-20T20:56:19.993Z] (56/155) Installing libtasn1 (4.19.0-r1) [2023-09-20T20:56:19.993Z] (57/155) Installing gnutls (3.8.0-r2) [2023-09-20T20:56:19.993Z] (58/155) Installing cups-libs (2.4.6-r0) [2023-09-20T20:56:19.993Z] (59/155) Installing libepoxy (1.5.10-r1) [2023-09-20T20:56:19.993Z] (60/155) Installing fribidi (1.0.13-r0) [2023-09-20T20:56:19.993Z] (61/155) Installing graphite2 (1.3.14-r5) [2023-09-20T20:56:19.993Z] (62/155) Installing harfbuzz (7.3.0-r0) [2023-09-20T20:56:19.993Z] (63/155) Installing libxft (2.3.8-r1) [2023-09-20T20:56:19.993Z] (64/155) Installing pango (1.50.14-r1) [2023-09-20T20:56:19.993Z] (65/155) Installing wayland-libs-client (1.22.0-r2) [2023-09-20T20:56:19.993Z] (66/155) Installing wayland-libs-cursor (1.22.0-r2) [2023-09-20T20:56:19.993Z] (67/155) Installing wayland-libs-egl (1.22.0-r2) [2023-09-20T20:56:19.993Z] (68/155) Installing xkeyboard-config (2.38-r0) [2023-09-20T20:56:20.251Z] (69/155) Installing libxkbcommon (1.5.0-r2) [2023-09-20T20:56:20.251Z] (70/155) Installing gtk+3.0 (3.24.38-r1) [2023-09-20T20:56:20.251Z] Executing gtk+3.0-3.24.38-r1.post-install [2023-09-20T20:56:20.251Z] (71/155) Installing icu-data-full (73.2-r2) [2023-09-20T20:56:20.510Z] (72/155) Installing mesa (23.0.4-r0) [2023-09-20T20:56:20.510Z] (73/155) Installing llvm15-libs (15.0.7-r6) [2023-09-20T20:56:21.076Z] (74/155) Installing hwdata-pci (0.370-r0) [2023-09-20T20:56:21.076Z] (75/155) Installing libpciaccess (0.17-r2) [2023-09-20T20:56:21.076Z] (76/155) Installing libdrm (2.4.115-r4) [2023-09-20T20:56:21.076Z] (77/155) Installing musl-fts (1.2.7-r5) [2023-09-20T20:56:21.076Z] (78/155) Installing libelf (0.189-r2) [2023-09-20T20:56:21.076Z] (79/155) Installing mesa-glapi (23.0.4-r0) [2023-09-20T20:56:21.076Z] (80/155) Installing mesa-dri-gallium (23.0.4-r0) [2023-09-20T20:56:21.334Z] (81/155) Installing eudev-libs (3.2.11-r8) [2023-09-20T20:56:21.334Z] (82/155) Installing libmagic (5.45-r0) [2023-09-20T20:56:21.334Z] (83/155) Installing file (5.45-r0) [2023-09-20T20:56:21.334Z] (84/155) Installing libice (1.1.1-r2) [2023-09-20T20:56:21.334Z] (85/155) Installing libuuid (2.38.1-r8) [2023-09-20T20:56:21.334Z] (86/155) Installing libsm (1.2.4-r1) [2023-09-20T20:56:21.334Z] (87/155) Installing libxt (1.3.0-r2) [2023-09-20T20:56:21.334Z] (88/155) Installing libxmu (1.1.4-r2) [2023-09-20T20:56:21.334Z] (89/155) Installing xset (1.2.5-r1) [2023-09-20T20:56:21.334Z] (90/155) Installing xprop (1.2.6-r0) [2023-09-20T20:56:21.334Z] (91/155) Installing xdg-utils (1.1.3-r4) [2023-09-20T20:56:21.334Z] (92/155) Installing libogg (1.3.5-r4) [2023-09-20T20:56:21.334Z] (93/155) Installing flac-libs (1.4.3-r0) [2023-09-20T20:56:21.334Z] (94/155) Installing alsa-lib (1.2.9-r1) [2023-09-20T20:56:21.334Z] (95/155) Installing libatomic (12.2.1_git20220924-r10) [2023-09-20T20:56:21.334Z] (96/155) Installing svt-av1-libs (1.6.0-r0) [2023-09-20T20:56:21.593Z] (97/155) Installing aom-libs (3.6.1-r0) [2023-09-20T20:56:21.593Z] (98/155) Installing libva (2.18.0-r1) [2023-09-20T20:56:21.593Z] (99/155) Installing libvdpau (1.5-r1) [2023-09-20T20:56:21.593Z] (100/155) Installing onevpl-libs (2023.2.1-r0) [2023-09-20T20:56:21.593Z] (101/155) Installing ffmpeg-libavutil (6.0-r15) [2023-09-20T20:56:21.593Z] (102/155) Installing libdav1d (1.2.1-r0) [2023-09-20T20:56:21.594Z] (103/155) Installing libhwy (1.0.4-r1) [2023-09-20T20:56:21.594Z] (104/155) Installing lcms2 (2.15-r2) [2023-09-20T20:56:21.594Z] (105/155) Installing libjxl (0.8.2-r0) [2023-09-20T20:56:21.594Z] (106/155) Installing lame-libs (3.100-r5) [2023-09-20T20:56:21.594Z] (107/155) Installing opus (1.4-r0) [2023-09-20T20:56:21.594Z] (108/155) Installing libgomp (12.2.1_git20220924-r10) [2023-09-20T20:56:21.594Z] (109/155) Installing soxr (0.1.3-r5) [2023-09-20T20:56:21.594Z] (110/155) Installing ffmpeg-libswresample (6.0-r15) [2023-09-20T20:56:21.594Z] (111/155) Installing libtheora (1.1.1-r17) [2023-09-20T20:56:21.594Z] (112/155) Installing libvorbis (1.3.7-r1) [2023-09-20T20:56:21.594Z] (113/155) Installing libvpx (1.13.0-r1) [2023-09-20T20:56:21.594Z] (114/155) Installing x264-libs (0.164_git20220602-r1) [2023-09-20T20:56:21.853Z] (115/155) Installing numactl (2.0.16-r4) [2023-09-20T20:56:21.853Z] (116/155) Installing x265-libs (3.5-r4) [2023-09-20T20:56:21.853Z] (117/155) Installing xvidcore (1.3.7-r1) [2023-09-20T20:56:21.853Z] (118/155) Installing ffmpeg-libavcodec (6.0-r15) [2023-09-20T20:56:21.853Z] (119/155) Installing libbluray (1.3.4-r0) [2023-09-20T20:56:21.853Z] (120/155) Installing mpg123-libs (1.31.3-r1) [2023-09-20T20:56:21.853Z] (121/155) Installing libopenmpt (0.7.2-r0) [2023-09-20T20:56:21.853Z] (122/155) Installing cjson (1.7.15-r4) [2023-09-20T20:56:21.853Z] (123/155) Installing mbedtls (2.28.4-r0) [2023-09-20T20:56:21.853Z] (124/155) Installing librist (0.2.7-r0) [2023-09-20T20:56:21.853Z] (125/155) Installing libsrt (1.5.2-r0) [2023-09-20T20:56:21.853Z] (126/155) Installing libssh (0.10.5-r0) [2023-09-20T20:56:22.112Z] (127/155) Installing libsodium (1.0.18-r3) [2023-09-20T20:56:22.112Z] (128/155) Installing libzmq (4.3.4-r4) [2023-09-20T20:56:22.112Z] (129/155) Installing ffmpeg-libavformat (6.0-r15) [2023-09-20T20:56:22.112Z] (130/155) Installing libevent (2.1.12-r6) [2023-09-20T20:56:22.112Z] (131/155) Installing wayland-libs-server (1.22.0-r2) [2023-09-20T20:56:22.112Z] (132/155) Installing mesa-gbm (23.0.4-r0) [2023-09-20T20:56:22.112Z] (133/155) Installing harfbuzz-subset (7.3.0-r0) [2023-09-20T20:56:22.112Z] (134/155) Installing icu-libs (73.2-r2) [2023-09-20T20:56:22.112Z] (135/155) Installing jsoncpp (1.9.5-r0) [2023-09-20T20:56:22.112Z] (136/155) Installing minizip (1.2.13-r0) [2023-09-20T20:56:22.112Z] (137/155) Installing nspr (4.35-r2) [2023-09-20T20:56:22.112Z] (138/155) Installing sqlite-libs (3.41.2-r2) [2023-09-20T20:56:22.112Z] (139/155) Installing nss (3.91-r0) [2023-09-20T20:56:22.112Z] (140/155) Installing pipewire-libs (0.3.70-r1) [2023-09-20T20:56:22.112Z] (141/155) Installing libasyncns (0.8-r1) [2023-09-20T20:56:22.112Z] (142/155) Installing libltdl (2.4.7-r2) [2023-09-20T20:56:22.112Z] (143/155) Installing orc (0.4.34-r0) [2023-09-20T20:56:22.112Z] (144/155) Installing libsndfile (1.2.0-r2) [2023-09-20T20:56:22.112Z] (145/155) Installing speexdsp (1.2.1-r1) [2023-09-20T20:56:22.112Z] (146/155) Installing tdb-libs (1.4.8-r1) [2023-09-20T20:56:22.112Z] (147/155) Installing libpulse (16.1-r10) [2023-09-20T20:56:22.112Z] (148/155) Installing re2 (2023.03.01-r1) [2023-09-20T20:56:22.112Z] (149/155) Installing snappy (1.1.10-r1) [2023-09-20T20:56:22.112Z] (150/155) Installing libwoff2common (1.0.2-r2) [2023-09-20T20:56:22.112Z] (151/155) Installing libwoff2enc (1.0.2-r2) [2023-09-20T20:56:22.112Z] (152/155) Installing libgpg-error (1.47-r1) [2023-09-20T20:56:22.371Z] (153/155) Installing libgcrypt (1.10.2-r1) [2023-09-20T20:56:22.371Z] (154/155) Installing libxslt (1.1.38-r0) [2023-09-20T20:56:22.371Z] (155/155) Installing chromium (115.0.5790.170-r0) [2023-09-20T20:56:23.749Z] Executing busybox-1.36.1-r2.trigger [2023-09-20T20:56:23.749Z] Executing fontconfig-2.14.2-r3.trigger [2023-09-20T20:56:23.749Z] Executing mkfontscale-1.2.2-r3.trigger [2023-09-20T20:56:23.749Z] Executing glib-2.76.4-r0.trigger [2023-09-20T20:56:23.749Z] Executing shared-mime-info-2.2-r5.trigger [2023-09-20T20:56:24.023Z] Executing gdk-pixbuf-2.42.10-r5.trigger [2023-09-20T20:56:24.301Z] Executing gtk-update-icon-cache-3.24.38-r1.trigger [2023-09-20T20:56:24.301Z] OK: 572 MiB in 172 packages [2023-09-20T20:56:34.337Z] Removing intermediate container e983e455db5f [2023-09-20T20:56:34.337Z] ---> 215ccd773280 [2023-09-20T20:56:34.337Z] Step 3/11 : ENV CHROME_BIN=/usr/bin/chromium-browser [2023-09-20T20:56:34.337Z] ---> Running in 5854964c812e [2023-09-20T20:56:34.337Z] Removing intermediate container 5854964c812e [2023-09-20T20:56:34.337Z] ---> 60bb0da8f17d [2023-09-20T20:56:34.337Z] Step 4/11 : ENV NODE_OPTIONS=--openssl-legacy-provider [2023-09-20T20:56:34.337Z] ---> Running in fbcb2d18ad34 [2023-09-20T20:56:34.337Z] Removing intermediate container fbcb2d18ad34 [2023-09-20T20:56:34.337Z] ---> 11b8f397448c [2023-09-20T20:56:34.337Z] Step 5/11 : ENV PATH /app/node_modules/.bin:$PATH [2023-09-20T20:56:34.596Z] ---> Running in cff3c84ce7f9 [2023-09-20T20:56:34.596Z] Removing intermediate container cff3c84ce7f9 [2023-09-20T20:56:34.596Z] ---> d77656fa214a [2023-09-20T20:56:34.596Z] Step 6/11 : RUN npm install -g npm [2023-09-20T20:56:34.596Z] ---> Running in 6d8a12e2d3ba [2023-09-20T20:56:42.743Z] [2023-09-20T20:56:42.743Z] removed 2 packages, and changed 59 packages in 6s [2023-09-20T20:56:42.743Z] [2023-09-20T20:56:42.743Z] 28 packages are looking for funding [2023-09-20T20:56:42.743Z] run `npm fund` for details [2023-09-20T20:56:43.331Z] Removing intermediate container 6d8a12e2d3ba [2023-09-20T20:56:43.331Z] ---> 666a022a8f44 [2023-09-20T20:56:43.331Z] Step 7/11 : ARG USER=1000 [2023-09-20T20:56:43.331Z] ---> Running in a5ed84393d17 [2023-09-20T20:56:43.589Z] Removing intermediate container a5ed84393d17 [2023-09-20T20:56:43.589Z] ---> 00bb63daf75b [2023-09-20T20:56:43.589Z] Step 8/11 : RUN deluser --remove-home node && adduser -u $USER -D -s /bin/sh node [2023-09-20T20:56:43.589Z] ---> Running in 7117a00a0265 [2023-09-20T20:56:44.159Z] Removing intermediate container 7117a00a0265 [2023-09-20T20:56:44.159Z] ---> c64599c02cca [2023-09-20T20:56:44.159Z] Step 9/11 : USER $USER:$USER [2023-09-20T20:56:44.159Z] ---> Running in 4a556593a854 [2023-09-20T20:56:44.159Z] Removing intermediate container 4a556593a854 [2023-09-20T20:56:44.159Z] ---> c3d4152d9ecf [2023-09-20T20:56:44.159Z] Step 10/11 : WORKDIR /app [2023-09-20T20:56:44.159Z] ---> Running in 3e6f4ab753f3 [2023-09-20T20:56:44.159Z] Removing intermediate container 3e6f4ab753f3 [2023-09-20T20:56:44.159Z] ---> 75b8c36f7f1e [2023-09-20T20:56:44.159Z] Step 11/11 : LABEL git_sha=2fd4722eefcd485d8d8cf5eb24f524ab25e62510 [2023-09-20T20:56:44.159Z] ---> Running in c92e900706b9 [2023-09-20T20:56:44.418Z] Removing intermediate container c92e900706b9 [2023-09-20T20:56:44.418Z] ---> c24ad3ad4a8a [2023-09-20T20:56:44.418Z] Successfully built c24ad3ad4a8a [2023-09-20T20:56:44.418Z] Successfully tagged edgexfoundry/edgex-web-ui:2fd4722eefcd485d8d8cf5eb24f524ab25e62510 [2023-09-20T20:56:44.418Z] Successfully tagged edgexfoundry/edgex-web-ui:0.0.0-dev [2023-09-20T20:56:44.418Z] touch edgex-web-ui.imagebuilt [2023-09-20T20:56:44.418Z] mkdir -p node_modules coverage [2023-09-20T20:56:44.418Z] chown "1000:1000" node_modules coverage package-lock.json [2023-09-20T20:56:44.418Z] docker run --rm -i -v "$(pwd):/app" -u "1000:1000" edgexfoundry/edgex-web-ui:0.0.0-dev npm install [2023-09-20T20:56:46.324Z] npm WARN old lockfile [2023-09-20T20:56:46.324Z] npm WARN old lockfile The package-lock.json file was created with an old version of npm, [2023-09-20T20:56:46.324Z] npm WARN old lockfile so supplemental metadata must be fetched from the registry. [2023-09-20T20:56:46.324Z] npm WARN old lockfile [2023-09-20T20:56:46.324Z] npm WARN old lockfile This is a one-time fix-up, please be patient... [2023-09-20T20:56:46.324Z] npm WARN old lockfile [2023-09-20T20:56:54.442Z] npm WARN EBADENGINE Unsupported engine { [2023-09-20T20:56:54.442Z] npm WARN EBADENGINE package: '@angular-devkit/architect@0.1202.4', [2023-09-20T20:56:54.442Z] npm WARN EBADENGINE required: { [2023-09-20T20:56:54.442Z] npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', [2023-09-20T20:56:54.442Z] npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', [2023-09-20T20:56:54.442Z] npm WARN EBADENGINE yarn: '>= 1.13.0' [2023-09-20T20:56:54.442Z] npm WARN EBADENGINE }, [2023-09-20T20:56:54.442Z] npm WARN EBADENGINE current: { node: 'v18.18.0', npm: '10.1.0' } [2023-09-20T20:56:54.442Z] npm WARN EBADENGINE } [2023-09-20T20:56:54.442Z] npm WARN EBADENGINE Unsupported engine { [2023-09-20T20:56:54.442Z] npm WARN EBADENGINE package: '@angular-devkit/build-angular@12.2.4', [2023-09-20T20:56:54.442Z] npm WARN EBADENGINE required: { [2023-09-20T20:56:54.442Z] npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', [2023-09-20T20:56:54.442Z] npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', [2023-09-20T20:56:54.442Z] npm WARN EBADENGINE yarn: '>= 1.13.0' [2023-09-20T20:56:54.442Z] npm WARN EBADENGINE }, [2023-09-20T20:56:54.442Z] npm WARN EBADENGINE current: { node: 'v18.18.0', npm: '10.1.0' } [2023-09-20T20:56:54.442Z] npm WARN EBADENGINE } [2023-09-20T20:56:54.442Z] npm WARN EBADENGINE Unsupported engine { [2023-09-20T20:56:54.442Z] npm WARN EBADENGINE package: '@angular-devkit/build-optimizer@0.1202.4', [2023-09-20T20:56:54.442Z] npm WARN EBADENGINE required: { [2023-09-20T20:56:54.442Z] npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', [2023-09-20T20:56:54.442Z] npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', [2023-09-20T20:56:54.442Z] npm WARN EBADENGINE yarn: '>= 1.13.0' [2023-09-20T20:56:54.442Z] npm WARN EBADENGINE }, [2023-09-20T20:56:54.442Z] npm WARN EBADENGINE current: { node: 'v18.18.0', npm: '10.1.0' } [2023-09-20T20:56:54.442Z] npm WARN EBADENGINE } [2023-09-20T20:56:54.442Z] npm WARN EBADENGINE Unsupported engine { [2023-09-20T20:56:54.442Z] npm WARN EBADENGINE package: '@angular-devkit/build-webpack@0.1202.4', [2023-09-20T20:56:54.442Z] npm WARN EBADENGINE required: { [2023-09-20T20:56:54.442Z] npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', [2023-09-20T20:56:54.442Z] npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', [2023-09-20T20:56:54.442Z] npm WARN EBADENGINE yarn: '>= 1.13.0' [2023-09-20T20:56:54.442Z] npm WARN EBADENGINE }, [2023-09-20T20:56:54.442Z] npm WARN EBADENGINE current: { node: 'v18.18.0', npm: '10.1.0' } [2023-09-20T20:56:54.442Z] npm WARN EBADENGINE } [2023-09-20T20:56:54.442Z] npm WARN EBADENGINE Unsupported engine { [2023-09-20T20:56:54.442Z] npm WARN EBADENGINE package: '@angular-devkit/core@12.2.4', [2023-09-20T20:56:54.442Z] npm WARN EBADENGINE required: { [2023-09-20T20:56:54.442Z] npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', [2023-09-20T20:56:54.442Z] npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', [2023-09-20T20:56:54.442Z] npm WARN EBADENGINE yarn: '>= 1.13.0' [2023-09-20T20:56:54.442Z] npm WARN EBADENGINE }, [2023-09-20T20:56:54.442Z] npm WARN EBADENGINE current: { node: 'v18.18.0', npm: '10.1.0' } [2023-09-20T20:56:54.442Z] npm WARN EBADENGINE } [2023-09-20T20:56:54.442Z] npm WARN EBADENGINE Unsupported engine { [2023-09-20T20:56:54.442Z] npm WARN EBADENGINE package: '@angular-devkit/schematics@12.2.4', [2023-09-20T20:56:54.442Z] npm WARN EBADENGINE required: { [2023-09-20T20:56:54.442Z] npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', [2023-09-20T20:56:54.442Z] npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', [2023-09-20T20:56:54.442Z] npm WARN EBADENGINE yarn: '>= 1.13.0' [2023-09-20T20:56:54.442Z] npm WARN EBADENGINE }, [2023-09-20T20:56:54.442Z] npm WARN EBADENGINE current: { node: 'v18.18.0', npm: '10.1.0' } [2023-09-20T20:56:54.442Z] npm WARN EBADENGINE } [2023-09-20T20:56:54.442Z] npm WARN EBADENGINE Unsupported engine { [2023-09-20T20:56:54.442Z] npm WARN EBADENGINE package: '@angular/cli@12.2.4', [2023-09-20T20:56:54.442Z] npm WARN EBADENGINE required: { [2023-09-20T20:56:54.442Z] npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', [2023-09-20T20:56:54.443Z] npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', [2023-09-20T20:56:54.443Z] npm WARN EBADENGINE yarn: '>= 1.13.0' [2023-09-20T20:56:54.443Z] npm WARN EBADENGINE }, [2023-09-20T20:56:54.443Z] npm WARN EBADENGINE current: { node: 'v18.18.0', npm: '10.1.0' } [2023-09-20T20:56:54.443Z] npm WARN EBADENGINE } [2023-09-20T20:56:54.443Z] npm WARN EBADENGINE Unsupported engine { [2023-09-20T20:56:54.443Z] npm WARN EBADENGINE package: '@ngtools/webpack@12.2.4', [2023-09-20T20:56:54.443Z] npm WARN EBADENGINE required: { [2023-09-20T20:56:54.443Z] npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', [2023-09-20T20:56:54.443Z] npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', [2023-09-20T20:56:54.443Z] npm WARN EBADENGINE yarn: '>= 1.13.0' [2023-09-20T20:56:54.443Z] npm WARN EBADENGINE }, [2023-09-20T20:56:54.443Z] npm WARN EBADENGINE current: { node: 'v18.18.0', npm: '10.1.0' } [2023-09-20T20:56:54.443Z] npm WARN EBADENGINE } [2023-09-20T20:56:54.443Z] npm WARN EBADENGINE Unsupported engine { [2023-09-20T20:56:54.443Z] npm WARN EBADENGINE package: '@schematics/angular@12.2.4', [2023-09-20T20:56:54.443Z] npm WARN EBADENGINE required: { [2023-09-20T20:56:54.443Z] npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', [2023-09-20T20:56:54.443Z] npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', [2023-09-20T20:56:54.443Z] npm WARN EBADENGINE yarn: '>= 1.13.0' [2023-09-20T20:56:54.443Z] npm WARN EBADENGINE }, [2023-09-20T20:56:54.443Z] npm WARN EBADENGINE current: { node: 'v18.18.0', npm: '10.1.0' } [2023-09-20T20:56:54.443Z] npm WARN EBADENGINE } [2023-09-20T20:57:09.365Z] npm WARN deprecated flatten@1.0.3: flatten is deprecated in favor of utility frameworks such as lodash. [2023-09-20T20:57:09.365Z] 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-20T20:57:09.365Z] 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-20T20:57:09.365Z] 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-20T20:57:09.366Z] 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-20T20:57:09.366Z] 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-20T20:57:09.366Z] 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-20T20:57:09.366Z] 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-20T20:57:09.366Z] 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-20T20:57:09.366Z] 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-20T20:57:09.366Z] 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-20T20:57:09.366Z] 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-20T20:57:09.366Z] npm WARN deprecated source-map-url@0.4.1: See https://github.com/lydell/source-map-url#deprecated [2023-09-20T20:57:09.366Z] npm WARN deprecated har-validator@5.1.5: this library is no longer supported [2023-09-20T20:57:09.366Z] 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-20T20:57:09.366Z] npm WARN deprecated @npmcli/move-file@1.1.2: This functionality has been moved to @npmcli/fs [2023-09-20T20:57:09.366Z] 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-20T20:57:09.366Z] 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-20T20:57:09.366Z] 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-20T20:57:09.366Z] npm WARN deprecated resolve-url@0.2.1: https://github.com/lydell/resolve-url#deprecated [2023-09-20T20:57:09.366Z] npm WARN deprecated source-map-resolve@0.6.0: See https://github.com/lydell/source-map-resolve#deprecated [2023-09-20T20:57:09.366Z] npm WARN deprecated urix@0.1.0: Please see https://github.com/lydell/urix#deprecated [2023-09-20T20:57:09.366Z] 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-20T20:57:09.366Z] npm WARN deprecated source-map-resolve@0.5.3: See https://github.com/lydell/source-map-resolve#deprecated [2023-09-20T20:57:09.366Z] npm WARN deprecated sourcemap-codec@1.4.8: Please use @jridgewell/sourcemap-codec instead [2023-09-20T20:57:09.366Z] npm WARN deprecated querystring@0.2.0: The querystring API is considered Legacy. new code should use the URLSearchParams API instead. [2023-09-20T20:57:09.366Z] npm WARN deprecated source-map-resolve@0.5.3: See https://github.com/lydell/source-map-resolve#deprecated [2023-09-20T20:57:09.366Z] 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-20T20:57:09.625Z] 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-20T20:57:09.625Z] 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-20T20:57:09.625Z] 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-20T20:57:10.569Z] npm WARN deprecated request@2.88.2: request has been deprecated, see https://github.com/request/request/issues/3142 [2023-09-20T20:57:13.128Z] 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-20T20:57:13.128Z] 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-20T20:57:15.742Z] 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-20T20:57:18.267Z] 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-20T20:57:24.860Z] [2023-09-20T20:57:24.860Z] added 1478 packages, and audited 1479 packages in 39s [2023-09-20T20:57:24.860Z] [2023-09-20T20:57:24.860Z] 90 packages are looking for funding [2023-09-20T20:57:24.860Z] run `npm fund` for details [2023-09-20T20:57:24.860Z] [2023-09-20T20:57:24.860Z] 40 vulnerabilities (1 low, 17 moderate, 17 high, 5 critical) [2023-09-20T20:57:24.860Z] [2023-09-20T20:57:24.860Z] To address issues that do not require attention, run: [2023-09-20T20:57:24.860Z] npm audit fix [2023-09-20T20:57:24.860Z] [2023-09-20T20:57:24.860Z] To address all issues (including breaking changes), run: [2023-09-20T20:57:24.860Z] npm audit fix --force [2023-09-20T20:57:24.860Z] [2023-09-20T20:57:24.860Z] Run `npm audit` for details. [2023-09-20T20:57:34.976Z] 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-20T20:57:37.533Z] - Generating browser application bundles (phase: setup)... [2023-09-20T20:57:41.719Z] Compiling @angular/core : es2015 as esm2015 [2023-09-20T20:57:41.719Z] Compiling @angular/compiler/testing : es2015 as esm2015 [2023-09-20T20:57:43.620Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-7235 in /w/workspace/edgexfoundry_edgex-ui-go_main [Pipeline] { [Pipeline] ws [2023-09-20T20:57:43.631Z] Running in /w/workspace/edgex-ui-go/123 [Pipeline] { [Pipeline] checkout [2023-09-20T20:57:43.673Z] The recommended git tool is: git [2023-09-20T20:57:44.257Z] Compiling @angular/core/testing : es2015 as esm2015 [2023-09-20T20:57:44.257Z] Compiling @angular/common : es2015 as esm2015 [2023-09-20T20:57:44.820Z] Compiling @angular/platform-browser : es2015 as esm2015 [2023-09-20T20:57:44.820Z] Compiling @angular/common/testing : es2015 as esm2015 [2023-09-20T20:57:45.384Z] Compiling @angular/common/http : es2015 as esm2015 [2023-09-20T20:57:45.384Z] Compiling @angular/platform-browser-dynamic : es2015 as esm2015 [2023-09-20T20:57:45.641Z] Compiling @angular/platform-browser/testing : es2015 as esm2015 [2023-09-20T20:57:45.641Z] Compiling @angular/forms : es2015 as esm2015 [2023-09-20T20:57:45.897Z] Compiling @angular/platform-browser-dynamic/testing : es2015 as esm2015 [2023-09-20T20:57:45.897Z] Compiling @angular/router : es2015 as esm2015 [2023-09-20T20:57:46.154Z] Compiling @angular/common/http/testing : es2015 as esm2015 [2023-09-20T20:57:47.524Z] Compiling @angular/router/testing : es2015 as esm2015 [2023-09-20T20:57:51.353Z] using credential edgex-jenkins-ssh [2023-09-20T20:57:51.372Z] Cloning the remote Git repository [2023-09-20T20:57:51.781Z] 20 09 2023 20:57:51.600:INFO [karma-server]: Karma v6.3.16 server started at http://localhost:9876/ [2023-09-20T20:57:51.781Z] 20 09 2023 20:57:51.602:INFO [launcher]: Launching browsers ChromeHeadlessNoSandbox with concurrency unlimited [2023-09-20T20:57:51.781Z] 20 09 2023 20:57:51.605:INFO [launcher]: Starting browser ChromeHeadless [2023-09-20T20:57:51.441Z] Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git [2023-09-20T20:57:51.583Z] > git init /w/workspace/edgex-ui-go/123 # timeout=10 [2023-09-20T20:57:51.789Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2023-09-20T20:57:51.790Z] > git --version # timeout=10 [2023-09-20T20:57:51.818Z] > git --version # 'git version 2.25.1' [2023-09-20T20:57:51.823Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-09-20T20:57:52.049Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-09-20T20:57:56.319Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2023-09-20T20:57:56.346Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-09-20T20:57:57.572Z] Avoid second fetch [2023-09-20T20:57:57.573Z] Checking out Revision 2fd4722eefcd485d8d8cf5eb24f524ab25e62510 (main) [2023-09-20T20:57:57.599Z] > git config core.sparsecheckout # timeout=10 [2023-09-20T20:57:57.703Z] > git checkout -f 2fd4722eefcd485d8d8cf5eb24f524ab25e62510 # timeout=10 [2023-09-20T20:57:58.830Z] Commit message: "Merge pull request #634 from ernestojeda/create-release" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-09-20T20:57:59.786Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2023-09-20T20:57:59.786Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-09-20T20:57:59.786Z] Dload Upload Total Spent Left Speed [2023-09-20T20:57:59.786Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 161k 0 --:--:-- --:--:-- --:--:-- 161k [Pipeline] sh [2023-09-20T20:58:00.494Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2023-09-20T20:58:00.884Z] + sudo tee /etc/docker/daemon.new [2023-09-20T20:58:00.884Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2023-09-20T20:58:00.884Z] { [2023-09-20T20:58:00.884Z] "registry-mirrors": [ [2023-09-20T20:58:00.884Z] "https://nexus3.edgexfoundry.org:10001" [2023-09-20T20:58:00.884Z] ], [2023-09-20T20:58:00.884Z] "bip": "10.250.0.254/24", [2023-09-20T20:58:00.884Z] "hosts": [ [2023-09-20T20:58:00.884Z] "tcp://0.0.0.0:5555", [2023-09-20T20:58:00.884Z] "unix:///var/run/docker.sock" [2023-09-20T20:58:00.884Z] ], [2023-09-20T20:58:00.884Z] "mtu": 1458, [2023-09-20T20:58:00.884Z] "selinux-enabled": true, [2023-09-20T20:58:00.884Z] "seccomp-profile": "/etc/docker/seccomp.json" [2023-09-20T20:58:00.884Z] } [Pipeline] sh [2023-09-20T20:58:01.234Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2023-09-20T20:58:01.596Z] + sudo service docker restart [2023-09-20T20:58:03.985Z] ✔ Browser application bundle generation complete. [2023-09-20T20:58:03.985Z] 20 09 2023 20:58:02.587:INFO [Chrome Headless 115.0.5790.170 (Linux x86_64)]: Connected on socket 0rlb857-GzrNdgDuAAAB with id 30261241 [2023-09-20T20:58:05.896Z] Chrome Headless 115.0.5790.170 (Linux x86_64): Executed 0 of 145 SUCCESS (0 secs / 0 secs) [2023-09-20T20:58:05.896Z] Chrome Headless 115.0.5790.170 (Linux x86_64): Executed 1 of 145 SUCCESS (0 secs / 0.108 secs) [2023-09-20T20:58:05.896Z] Chrome Headless 115.0.5790.170 (Linux x86_64): Executed 2 of 145 SUCCESS (0 secs / 0.118 secs) [2023-09-20T20:58:06.154Z] Chrome Headless 115.0.5790.170 (Linux x86_64): Executed 3 of 145 SUCCESS (0 secs / 0.123 secs) [2023-09-20T20:58:06.154Z] Chrome Headless 115.0.5790.170 (Linux x86_64): Executed 4 of 145 SUCCESS (0 secs / 0.18 secs) [2023-09-20T20:58:06.154Z] Chrome Headless 115.0.5790.170 (Linux x86_64): Executed 5 of 145 SUCCESS (0 secs / 0.194 secs) [2023-09-20T20:58:06.154Z] Chrome Headless 115.0.5790.170 (Linux x86_64): Executed 6 of 145 SUCCESS (0 secs / 0.2 secs) [2023-09-20T20:58:06.154Z] Chrome Headless 115.0.5790.170 (Linux x86_64): Executed 7 of 145 SUCCESS (0 secs / 0.201 secs) [2023-09-20T20:58:06.154Z] Chrome Headless 115.0.5790.170 (Linux x86_64): Executed 8 of 145 SUCCESS (0 secs / 0.213 secs) [2023-09-20T20:58:06.154Z] Chrome Headless 115.0.5790.170 (Linux x86_64): Executed 9 of 145 SUCCESS (0 secs / 0.216 secs) [2023-09-20T20:58:06.154Z] Chrome Headless 115.0.5790.170 (Linux x86_64): Executed 10 of 145 SUCCESS (0 secs / 0.218 secs) [2023-09-20T20:58:06.154Z] Chrome Headless 115.0.5790.170 (Linux x86_64): Executed 11 of 145 SUCCESS (0 secs / 0.224 secs) [2023-09-20T20:58:06.154Z] Chrome Headless 115.0.5790.170 (Linux x86_64): Executed 12 of 145 SUCCESS (0 secs / 0.228 secs) [2023-09-20T20:58:06.154Z] Chrome Headless 115.0.5790.170 (Linux x86_64): Executed 13 of 145 SUCCESS (0 secs / 0.255 secs) [2023-09-20T20:58:06.154Z] Chrome Headless 115.0.5790.170 (Linux x86_64): Executed 14 of 145 SUCCESS (0 secs / 0.265 secs) [2023-09-20T20:58:06.154Z] Chrome Headless 115.0.5790.170 (Linux x86_64): Executed 15 of 145 SUCCESS (0 secs / 0.271 secs) [2023-09-20T20:58:06.154Z] Chrome Headless 115.0.5790.170 (Linux x86_64): Executed 16 of 145 SUCCESS (0 secs / 0.305 secs) [2023-09-20T20:58:06.410Z] Chrome Headless 115.0.5790.170 (Linux x86_64): Executed 17 of 145 SUCCESS (0 secs / 0.329 secs) [2023-09-20T20:58:06.410Z] Chrome Headless 115.0.5790.170 (Linux x86_64): Executed 18 of 145 SUCCESS (0 secs / 0.358 secs) [2023-09-20T20:58:06.410Z] Chrome Headless 115.0.5790.170 (Linux x86_64): Executed 19 of 145 SUCCESS (0 secs / 0.376 secs) [2023-09-20T20:58:06.410Z] Chrome Headless 115.0.5790.170 (Linux x86_64): Executed 20 of 145 SUCCESS (0 secs / 0.392 secs) [2023-09-20T20:58:06.410Z] Chrome Headless 115.0.5790.170 (Linux x86_64): Executed 21 of 145 SUCCESS (0 secs / 0.394 secs) [2023-09-20T20:58:06.410Z] Chrome Headless 115.0.5790.170 (Linux x86_64): Executed 22 of 145 SUCCESS (0 secs / 0.395 secs) [2023-09-20T20:58:06.410Z] Chrome Headless 115.0.5790.170 (Linux x86_64): Executed 23 of 145 SUCCESS (0 secs / 0.415 secs) [2023-09-20T20:58:06.410Z] Chrome Headless 115.0.5790.170 (Linux x86_64): Executed 24 of 145 SUCCESS (0 secs / 0.431 secs) [2023-09-20T20:58:06.410Z] Chrome Headless 115.0.5790.170 (Linux x86_64): Executed 25 of 145 SUCCESS (0 secs / 0.443 secs) [2023-09-20T20:58:06.410Z] Chrome Headless 115.0.5790.170 (Linux x86_64): Executed 26 of 145 SUCCESS (0 secs / 0.452 secs) [2023-09-20T20:58:06.410Z] Chrome Headless 115.0.5790.170 (Linux x86_64): Executed 27 of 145 SUCCESS (0 secs / 0.473 secs) [2023-09-20T20:58:06.410Z] Chrome Headless 115.0.5790.170 (Linux x86_64): Executed 28 of 145 SUCCESS (0 secs / 0.483 secs) [2023-09-20T20:58:06.410Z] Chrome Headless 115.0.5790.170 (Linux x86_64): Executed 29 of 145 SUCCESS (0 secs / 0.495 secs) [2023-09-20T20:58:06.669Z] Chrome Headless 115.0.5790.170 (Linux x86_64): Executed 30 of 145 SUCCESS (0 secs / 0.504 secs) [2023-09-20T20:58:06.669Z] Chrome Headless 115.0.5790.170 (Linux x86_64): Executed 31 of 145 SUCCESS (0 secs / 0.511 secs) [2023-09-20T20:58:06.669Z] Chrome Headless 115.0.5790.170 (Linux x86_64): Executed 32 of 145 SUCCESS (0 secs / 0.534 secs) [2023-09-20T20:58:06.669Z] Chrome Headless 115.0.5790.170 (Linux x86_64): Executed 33 of 145 SUCCESS (0 secs / 0.542 secs) [2023-09-20T20:58:06.669Z] Chrome Headless 115.0.5790.170 (Linux x86_64): Executed 34 of 145 SUCCESS (0 secs / 0.546 secs) [2023-09-20T20:58:06.669Z] Chrome Headless 115.0.5790.170 (Linux x86_64): Executed 35 of 145 SUCCESS (0 secs / 0.557 secs) [2023-09-20T20:58:06.669Z] Chrome Headless 115.0.5790.170 (Linux x86_64): Executed 36 of 145 SUCCESS (0 secs / 0.566 secs) [2023-09-20T20:58:06.669Z] Chrome Headless 115.0.5790.170 (Linux x86_64): Executed 37 of 145 SUCCESS (0 secs / 0.591 secs) [2023-09-20T20:58:06.669Z] Chrome Headless 115.0.5790.170 (Linux x86_64): Executed 38 of 145 SUCCESS (0 secs / 0.598 secs) [2023-09-20T20:58:06.669Z] Chrome Headless 115.0.5790.170 (Linux x86_64): Executed 39 of 145 SUCCESS (0 secs / 0.607 secs) [2023-09-20T20:58:06.669Z] Chrome Headless 115.0.5790.170 (Linux x86_64): Executed 40 of 145 SUCCESS (0 secs / 0.615 secs) [2023-09-20T20:58:06.669Z] Chrome Headless 115.0.5790.170 (Linux x86_64): Executed 41 of 145 SUCCESS (0 secs / 0.637 secs) [2023-09-20T20:58:06.669Z] Chrome Headless 115.0.5790.170 (Linux x86_64): Executed 42 of 145 SUCCESS (0 secs / 0.663 secs) [2023-09-20T20:58:06.669Z] Chrome Headless 115.0.5790.170 (Linux x86_64): Executed 43 of 145 SUCCESS (0 secs / 0.667 secs) [2023-09-20T20:58:06.669Z] Chrome Headless 115.0.5790.170 (Linux x86_64): Executed 44 of 145 SUCCESS (0 secs / 0.677 secs) [2023-09-20T20:58:06.669Z] Chrome Headless 115.0.5790.170 (Linux x86_64): Executed 45 of 145 SUCCESS (0 secs / 0.689 secs) [2023-09-20T20:58:06.669Z] Chrome Headless 115.0.5790.170 (Linux x86_64): Executed 46 of 145 SUCCESS (0 secs / 0.692 secs) [2023-09-20T20:58:06.669Z] Chrome Headless 115.0.5790.170 (Linux x86_64): Executed 47 of 145 SUCCESS (0 secs / 0.695 secs) [2023-09-20T20:58:06.669Z] Chrome Headless 115.0.5790.170 (Linux x86_64): Executed 48 of 145 SUCCESS (0 secs / 0.709 secs) [2023-09-20T20:58:06.929Z] Chrome Headless 115.0.5790.170 (Linux x86_64): Executed 49 of 145 SUCCESS (0 secs / 0.711 secs) [2023-09-20T20:58:06.929Z] Chrome Headless 115.0.5790.170 (Linux x86_64): Executed 50 of 145 SUCCESS (0 secs / 0.712 secs) [2023-09-20T20:58:06.929Z] Chrome Headless 115.0.5790.170 (Linux x86_64): Executed 51 of 145 SUCCESS (0 secs / 0.714 secs) [2023-09-20T20:58:06.929Z] Chrome Headless 115.0.5790.170 (Linux x86_64): Executed 52 of 145 SUCCESS (0 secs / 0.738 secs) [2023-09-20T20:58:06.929Z] Chrome Headless 115.0.5790.170 (Linux x86_64): Executed 53 of 145 SUCCESS (0 secs / 0.746 secs) [2023-09-20T20:58:06.929Z] Chrome Headless 115.0.5790.170 (Linux x86_64): Executed 54 of 145 SUCCESS (0 secs / 0.792 secs) [2023-09-20T20:58:06.929Z] Chrome Headless 115.0.5790.170 (Linux x86_64): Executed 55 of 145 SUCCESS (0 secs / 0.797 secs) [2023-09-20T20:58:06.929Z] Chrome Headless 115.0.5790.170 (Linux x86_64): Executed 56 of 145 SUCCESS (0 secs / 0.81 secs) [2023-09-20T20:58:06.929Z] Chrome Headless 115.0.5790.170 (Linux x86_64): Executed 57 of 145 SUCCESS (0 secs / 0.811 secs) [2023-09-20T20:58:06.929Z] Chrome Headless 115.0.5790.170 (Linux x86_64): Executed 58 of 145 SUCCESS (0 secs / 0.812 secs) [2023-09-20T20:58:06.929Z] Chrome Headless 115.0.5790.170 (Linux x86_64): Executed 59 of 145 SUCCESS (0 secs / 0.83 secs) [2023-09-20T20:58:06.929Z] Chrome Headless 115.0.5790.170 (Linux x86_64): Executed 60 of 145 SUCCESS (0 secs / 0.846 secs) [2023-09-20T20:58:06.929Z] Chrome Headless 115.0.5790.170 (Linux x86_64): Executed 61 of 145 SUCCESS (0 secs / 0.849 secs) [2023-09-20T20:58:06.929Z] Chrome Headless 115.0.5790.170 (Linux x86_64): Executed 62 of 145 SUCCESS (0 secs / 0.851 secs) [2023-09-20T20:58:06.929Z] Chrome Headless 115.0.5790.170 (Linux x86_64): Executed 63 of 145 SUCCESS (0 secs / 0.857 secs) [2023-09-20T20:58:06.929Z] Chrome Headless 115.0.5790.170 (Linux x86_64): Executed 64 of 145 SUCCESS (0 secs / 0.861 secs) [2023-09-20T20:58:06.929Z] Chrome Headless 115.0.5790.170 (Linux x86_64): Executed 65 of 145 SUCCESS (0 secs / 0.872 secs) [2023-09-20T20:58:06.929Z] Chrome Headless 115.0.5790.170 (Linux x86_64): Executed 66 of 145 SUCCESS (0 secs / 0.886 secs) [2023-09-20T20:58:06.929Z] Chrome Headless 115.0.5790.170 (Linux x86_64): Executed 67 of 145 SUCCESS (0 secs / 0.889 secs) [2023-09-20T20:58:06.929Z] Chrome Headless 115.0.5790.170 (Linux x86_64): Executed 68 of 145 SUCCESS (0 secs / 0.89 secs) [2023-09-20T20:58:06.929Z] Chrome Headless 115.0.5790.170 (Linux x86_64): Executed 69 of 145 SUCCESS (0 secs / 0.906 secs) [2023-09-20T20:58:06.929Z] Chrome Headless 115.0.5790.170 (Linux x86_64): Executed 70 of 145 SUCCESS (0 secs / 0.908 secs) [2023-09-20T20:58:07.188Z] Chrome Headless 115.0.5790.170 (Linux x86_64): Executed 71 of 145 SUCCESS (0 secs / 0.911 secs) [2023-09-20T20:58:07.188Z] Chrome Headless 115.0.5790.170 (Linux x86_64): Executed 72 of 145 SUCCESS (0 secs / 0.919 secs) [2023-09-20T20:58:07.188Z] Chrome Headless 115.0.5790.170 (Linux x86_64): Executed 73 of 145 SUCCESS (0 secs / 0.927 secs) [2023-09-20T20:58:07.188Z] Chrome Headless 115.0.5790.170 (Linux x86_64): Executed 74 of 145 SUCCESS (0 secs / 0.931 secs) [2023-09-20T20:58:07.188Z] Chrome Headless 115.0.5790.170 (Linux x86_64): Executed 75 of 145 SUCCESS (0 secs / 0.952 secs) [2023-09-20T20:58:07.188Z] Chrome Headless 115.0.5790.170 (Linux x86_64): Executed 76 of 145 SUCCESS (0 secs / 0.962 secs) [2023-09-20T20:58:07.188Z] Chrome Headless 115.0.5790.170 (Linux x86_64): Executed 77 of 145 SUCCESS (0 secs / 0.964 secs) [2023-09-20T20:58:07.188Z] Chrome Headless 115.0.5790.170 (Linux x86_64): Executed 78 of 145 SUCCESS (0 secs / 0.965 secs) [2023-09-20T20:58:07.188Z] Chrome Headless 115.0.5790.170 (Linux x86_64): Executed 79 of 145 SUCCESS (0 secs / 0.967 secs) [2023-09-20T20:58:07.188Z] Chrome Headless 115.0.5790.170 (Linux x86_64): Executed 80 of 145 SUCCESS (0 secs / 0.975 secs) [2023-09-20T20:58:07.188Z] Chrome Headless 115.0.5790.170 (Linux x86_64): Executed 81 of 145 SUCCESS (0 secs / 1.05 secs) [2023-09-20T20:58:07.188Z] Chrome Headless 115.0.5790.170 (Linux x86_64): Executed 82 of 145 SUCCESS (0 secs / 1.062 secs) [2023-09-20T20:58:07.188Z] Chrome Headless 115.0.5790.170 (Linux x86_64): Executed 83 of 145 SUCCESS (0 secs / 1.081 secs) [2023-09-20T20:58:07.447Z] Chrome Headless 115.0.5790.170 (Linux x86_64): Executed 84 of 145 SUCCESS (0 secs / 1.088 secs) [2023-09-20T20:58:07.447Z] Chrome Headless 115.0.5790.170 (Linux x86_64): Executed 85 of 145 SUCCESS (0 secs / 1.094 secs) [2023-09-20T20:58:07.447Z] Chrome Headless 115.0.5790.170 (Linux x86_64): Executed 86 of 145 SUCCESS (0 secs / 1.096 secs) [2023-09-20T20:58:07.447Z] Chrome Headless 115.0.5790.170 (Linux x86_64): Executed 87 of 145 SUCCESS (0 secs / 1.099 secs) [2023-09-20T20:58:07.447Z] Chrome Headless 115.0.5790.170 (Linux x86_64): Executed 88 of 145 SUCCESS (0 secs / 1.104 secs) [2023-09-20T20:58:07.447Z] Chrome Headless 115.0.5790.170 (Linux x86_64): Executed 89 of 145 SUCCESS (0 secs / 1.106 secs) [2023-09-20T20:58:07.447Z] Chrome Headless 115.0.5790.170 (Linux x86_64): Executed 90 of 145 SUCCESS (0 secs / 1.115 secs) [2023-09-20T20:58:07.447Z] Chrome Headless 115.0.5790.170 (Linux x86_64): Executed 91 of 145 SUCCESS (0 secs / 1.12 secs) [2023-09-20T20:58:07.447Z] Chrome Headless 115.0.5790.170 (Linux x86_64): Executed 92 of 145 SUCCESS (0 secs / 1.141 secs) [2023-09-20T20:58:07.447Z] WARN: ' [2023-09-20T20:58:07.447Z] It looks like you're using ngModel on the same form field as formControlName. [2023-09-20T20:58:07.447Z] Support for using the ngModel input property and ngModelChange event with [2023-09-20T20:58:07.447Z] reactive form directives has been deprecated in Angular v6 and will be removed [2023-09-20T20:58:07.447Z] in a future version of Angular. [2023-09-20T20:58:07.447Z] [2023-09-20T20:58:07.447Z] For more information on this, see our API docs here: [2023-09-20T20:58:07.447Z] https://angular.io/api/forms/FormControlName#use-with-ngmodel [2023-09-20T20:58:07.447Z] ' [2023-09-20T20:58:07.447Z] Chrome Headless 115.0.5790.170 (Linux x86_64): Executed 92 of 145 SUCCESS (0 secs / 1.141 secs) [2023-09-20T20:58:07.447Z] WARN: ' [2023-09-20T20:58:07.447Z] It looks like you're using ngModel on the same form field as formControlName. [2023-09-20T20:58:07.447Z] Support for using the ngModel input property and ngModelChange event with [2023-09-20T20:58:07.447Z] reactive form directives has been deprecated in Angular v6 and will be removed [2023-09-20T20:58:07.447Z] in a future version of Angular. [2023-09-20T20:58:07.447Z] [2023-09-20T20:58:07.447Z] For more information on this, see our API docs here: [2023-09-20T20:58:07.447Z] https://angular.io/api/forms/FormControlName#use-with-ngmodel [2023-09-20T20:58:07.447Z] ' [2023-09-20T20:58:07.447Z] Chrome Headless 115.0.5790.170 (Linux x86_64): Executed 93 of 145 SUCCESS (0 secs / 1.159 secs) [2023-09-20T20:58:07.447Z] Chrome Headless 115.0.5790.170 (Linux x86_64): Executed 94 of 145 SUCCESS (0 secs / 1.179 secs) [2023-09-20T20:58:07.447Z] Chrome Headless 115.0.5790.170 (Linux x86_64): Executed 95 of 145 SUCCESS (0 secs / 1.206 secs) [2023-09-20T20:58:07.447Z] Chrome Headless 115.0.5790.170 (Linux x86_64): Executed 96 of 145 SUCCESS (0 secs / 1.22 secs) [2023-09-20T20:58:07.447Z] Chrome Headless 115.0.5790.170 (Linux x86_64): Executed 97 of 145 SUCCESS (0 secs / 1.224 secs) [2023-09-20T20:58:07.447Z] Chrome Headless 115.0.5790.170 (Linux x86_64): Executed 98 of 145 SUCCESS (0 secs / 1.226 secs) [2023-09-20T20:58:07.447Z] Chrome Headless 115.0.5790.170 (Linux x86_64): Executed 99 of 145 SUCCESS (0 secs / 1.227 secs) [2023-09-20T20:58:07.447Z] Chrome Headless 115.0.5790.170 (Linux x86_64): Executed 100 of 145 SUCCESS (0 secs / 1.232 secs) [2023-09-20T20:58:07.448Z] Chrome Headless 115.0.5790.170 (Linux x86_64): Executed 101 of 145 SUCCESS (0 secs / 1.261 secs) [2023-09-20T20:58:07.448Z] Chrome Headless 115.0.5790.170 (Linux x86_64): Executed 102 of 145 SUCCESS (0 secs / 1.275 secs) [2023-09-20T20:58:07.707Z] Chrome Headless 115.0.5790.170 (Linux x86_64): Executed 103 of 145 SUCCESS (0 secs / 1.277 secs) [2023-09-20T20:58:07.707Z] Chrome Headless 115.0.5790.170 (Linux x86_64): Executed 104 of 145 SUCCESS (0 secs / 1.279 secs) [2023-09-20T20:58:07.707Z] Chrome Headless 115.0.5790.170 (Linux x86_64): Executed 105 of 145 SUCCESS (0 secs / 1.29 secs) [2023-09-20T20:58:07.707Z] Chrome Headless 115.0.5790.170 (Linux x86_64): Executed 106 of 145 SUCCESS (0 secs / 1.297 secs) [2023-09-20T20:58:07.707Z] Chrome Headless 115.0.5790.170 (Linux x86_64): Executed 107 of 145 SUCCESS (0 secs / 1.305 secs) [2023-09-20T20:58:07.707Z] Chrome Headless 115.0.5790.170 (Linux x86_64): Executed 108 of 145 SUCCESS (0 secs / 1.312 secs) [2023-09-20T20:58:07.707Z] Chrome Headless 115.0.5790.170 (Linux x86_64): Executed 109 of 145 SUCCESS (0 secs / 1.318 secs) [2023-09-20T20:58:07.707Z] Chrome Headless 115.0.5790.170 (Linux x86_64): Executed 110 of 145 SUCCESS (0 secs / 1.322 secs) [2023-09-20T20:58:07.707Z] Chrome Headless 115.0.5790.170 (Linux x86_64): Executed 111 of 145 SUCCESS (0 secs / 1.323 secs) [2023-09-20T20:58:07.707Z] Chrome Headless 115.0.5790.170 (Linux x86_64): Executed 112 of 145 SUCCESS (0 secs / 1.337 secs) [2023-09-20T20:58:07.707Z] Chrome Headless 115.0.5790.170 (Linux x86_64): Executed 113 of 145 SUCCESS (0 secs / 1.346 secs) [2023-09-20T20:58:07.707Z] Chrome Headless 115.0.5790.170 (Linux x86_64): Executed 114 of 145 SUCCESS (0 secs / 1.351 secs) [2023-09-20T20:58:07.707Z] Chrome Headless 115.0.5790.170 (Linux x86_64): Executed 115 of 145 SUCCESS (0 secs / 1.354 secs) [2023-09-20T20:58:07.707Z] Chrome Headless 115.0.5790.170 (Linux x86_64): Executed 116 of 145 SUCCESS (0 secs / 1.355 secs) [2023-09-20T20:58:07.707Z] Chrome Headless 115.0.5790.170 (Linux x86_64): Executed 117 of 145 SUCCESS (0 secs / 1.365 secs) [2023-09-20T20:58:07.707Z] Chrome Headless 115.0.5790.170 (Linux x86_64): Executed 118 of 145 SUCCESS (0 secs / 1.368 secs) [2023-09-20T20:58:07.707Z] Chrome Headless 115.0.5790.170 (Linux x86_64): Executed 119 of 145 SUCCESS (0 secs / 1.371 secs) [2023-09-20T20:58:07.707Z] Chrome Headless 115.0.5790.170 (Linux x86_64): Executed 120 of 145 SUCCESS (0 secs / 1.374 secs) [2023-09-20T20:58:07.707Z] Chrome Headless 115.0.5790.170 (Linux x86_64): Executed 121 of 145 SUCCESS (0 secs / 1.376 secs) [2023-09-20T20:58:07.707Z] Chrome Headless 115.0.5790.170 (Linux x86_64): Executed 122 of 145 SUCCESS (0 secs / 1.381 secs) [2023-09-20T20:58:07.707Z] Chrome Headless 115.0.5790.170 (Linux x86_64): Executed 123 of 145 SUCCESS (0 secs / 1.392 secs) [2023-09-20T20:58:07.707Z] Chrome Headless 115.0.5790.170 (Linux x86_64): Executed 124 of 145 SUCCESS (0 secs / 1.395 secs) [2023-09-20T20:58:07.707Z] Chrome Headless 115.0.5790.170 (Linux x86_64): Executed 125 of 145 SUCCESS (0 secs / 1.399 secs) [2023-09-20T20:58:07.707Z] Chrome Headless 115.0.5790.170 (Linux x86_64): Executed 126 of 145 SUCCESS (0 secs / 1.404 secs) [2023-09-20T20:58:07.707Z] Chrome Headless 115.0.5790.170 (Linux x86_64): Executed 127 of 145 SUCCESS (0 secs / 1.408 secs) [2023-09-20T20:58:07.707Z] Chrome Headless 115.0.5790.170 (Linux x86_64): Executed 128 of 145 SUCCESS (0 secs / 1.427 secs) [2023-09-20T20:58:07.707Z] Chrome Headless 115.0.5790.170 (Linux x86_64): Executed 129 of 145 SUCCESS (0 secs / 1.442 secs) [2023-09-20T20:58:07.965Z] Chrome Headless 115.0.5790.170 (Linux x86_64): Executed 130 of 145 SUCCESS (0 secs / 1.456 secs) [2023-09-20T20:58:07.965Z] Chrome Headless 115.0.5790.170 (Linux x86_64): Executed 131 of 145 SUCCESS (0 secs / 1.462 secs) [2023-09-20T20:58:07.965Z] Chrome Headless 115.0.5790.170 (Linux x86_64): Executed 132 of 145 SUCCESS (0 secs / 1.483 secs) [2023-09-20T20:58:07.965Z] Chrome Headless 115.0.5790.170 (Linux x86_64): Executed 133 of 145 SUCCESS (0 secs / 1.492 secs) [2023-09-20T20:58:07.965Z] Chrome Headless 115.0.5790.170 (Linux x86_64): Executed 134 of 145 SUCCESS (0 secs / 1.502 secs) [2023-09-20T20:58:07.965Z] Chrome Headless 115.0.5790.170 (Linux x86_64): Executed 135 of 145 SUCCESS (0 secs / 1.51 secs) [2023-09-20T20:58:07.965Z] Chrome Headless 115.0.5790.170 (Linux x86_64): Executed 136 of 145 SUCCESS (0 secs / 1.531 secs) [2023-09-20T20:58:07.965Z] Chrome Headless 115.0.5790.170 (Linux x86_64): Executed 137 of 145 SUCCESS (0 secs / 1.545 secs) [2023-09-20T20:58:07.965Z] Chrome Headless 115.0.5790.170 (Linux x86_64): Executed 138 of 145 SUCCESS (0 secs / 1.55 secs) [2023-09-20T20:58:07.965Z] Chrome Headless 115.0.5790.170 (Linux x86_64): Executed 139 of 145 SUCCESS (0 secs / 1.554 secs) [2023-09-20T20:58:07.965Z] Chrome Headless 115.0.5790.170 (Linux x86_64): Executed 140 of 145 SUCCESS (0 secs / 1.559 secs) [2023-09-20T20:58:07.965Z] Chrome Headless 115.0.5790.170 (Linux x86_64): Executed 141 of 145 SUCCESS (0 secs / 1.561 secs) [2023-09-20T20:58:07.965Z] Chrome Headless 115.0.5790.170 (Linux x86_64): Executed 142 of 145 SUCCESS (0 secs / 1.563 secs) [2023-09-20T20:58:07.965Z] Chrome Headless 115.0.5790.170 (Linux x86_64): Executed 143 of 145 SUCCESS (0 secs / 1.565 secs) [2023-09-20T20:58:07.965Z] Chrome Headless 115.0.5790.170 (Linux x86_64): Executed 144 of 145 SUCCESS (0 secs / 1.577 secs) [2023-09-20T20:58:07.965Z] Chrome Headless 115.0.5790.170 (Linux x86_64): Executed 145 of 145 SUCCESS (0 secs / 1.583 secs) [2023-09-20T20:58:08.228Z] Chrome Headless 115.0.5790.170 (Linux x86_64): Executed 145 of 145 SUCCESS (2.268 secs / 1.583 secs) [2023-09-20T20:58:08.228Z] TOTAL: 145 SUCCESS [2023-09-20T20:58:08.228Z] ✔ Browser application bundle generation complete. [2023-09-20T20:58:08.487Z] [2023-09-20T20:58:08.487Z] =============================== Coverage summary =============================== [2023-09-20T20:58:08.487Z] Statements : 41.5% ( 1423/3429 ) [2023-09-20T20:58:08.487Z] Branches : 12.14% ( 109/898 ) [2023-09-20T20:58:08.487Z] Functions : 33.17% ( 415/1251 ) [2023-09-20T20:58:08.487Z] Lines : 39.38% ( 1278/3245 ) [2023-09-20T20:58:08.487Z] ================================================================================ [2023-09-20T20:58:08.746Z] ✔ Browser application bundle generation complete. [2023-09-20T20:58:09.004Z] make[1]: Leaving directory '/w/workspace/edgexfoundry_edgex-ui-go_main/web' [Pipeline] echo [2023-09-20T20:58:09.015Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2023-09-20T20:58:09.030Z] $ docker stop --time=1 58667d7f6f2955da7285b9a788caec73bfa3288e59f74b706ec67ec2cd3519fd [2023-09-20T20:58:10.503Z] $ docker rm -f --volumes 58667d7f6f2955da7285b9a788caec73bfa3288e59f74b706ec67ec2cd3519fd [Pipeline] // withDockerContainer [Pipeline] sh [2023-09-20T20:58:10.921Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2023-09-20T20:58:12.032Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2023-09-20T20:58:12.559Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2023-09-20T20:58:13.425Z] + ls -al . [2023-09-20T20:58:13.425Z] total 180 [2023-09-20T20:58:13.425Z] drwxrwxr-x 14 jenkins jenkins 4096 Sep 20 20:56 . [2023-09-20T20:58:13.425Z] drwxrwxr-x 4 jenkins jenkins 4096 Sep 20 20:54 .. [2023-09-20T20:58:13.425Z] drwxrwxr-x 2 jenkins jenkins 4096 Sep 20 20:54 .blubracket [2023-09-20T20:58:13.425Z] -rw-rw-r-- 1 jenkins jenkins 18 Sep 20 20:54 .dockerignore [2023-09-20T20:58:13.425Z] drwxrwxr-x 8 jenkins jenkins 4096 Sep 20 20:54 .git [2023-09-20T20:58:13.425Z] drwxrwxr-x 3 jenkins jenkins 4096 Sep 20 20:54 .github [2023-09-20T20:58:13.425Z] -rw-rw-r-- 1 jenkins jenkins 185 Sep 20 20:54 .gitignore [2023-09-20T20:58:13.425Z] drwxr-xr-x 3 jenkins jenkins 4096 Sep 20 20:54 .semver [2023-09-20T20:58:13.425Z] -rw-rw-r-- 1 jenkins jenkins 8418 Sep 20 20:54 Attribution.txt [2023-09-20T20:58:13.425Z] -rw-rw-r-- 1 jenkins jenkins 19103 Sep 20 20:54 CHANGELOG.md [2023-09-20T20:58:13.425Z] -rw-rw-r-- 1 jenkins jenkins 3959 Sep 20 20:54 CONTRIBUTING.md [2023-09-20T20:58:13.425Z] -rw-rw-r-- 1 jenkins jenkins 1788 Sep 20 20:54 Dockerfile [2023-09-20T20:58:13.425Z] -rw-rw-r-- 1 jenkins jenkins 652 Sep 20 20:54 Jenkinsfile [2023-09-20T20:58:13.425Z] -rw-rw-r-- 1 jenkins jenkins 11357 Sep 20 20:54 LICENSE [2023-09-20T20:58:13.425Z] -rw-rw-r-- 1 jenkins jenkins 2134 Sep 20 20:54 Makefile [2023-09-20T20:58:13.425Z] -rw-rw-r-- 1 jenkins jenkins 4549 Sep 20 20:54 README.md [2023-09-20T20:58:13.425Z] -rw-rw-r-- 1 jenkins jenkins 11 Sep 20 20:54 VERSION [2023-09-20T20:58:13.425Z] drwxrwxr-x 3 jenkins jenkins 4096 Sep 20 20:54 assets [2023-09-20T20:58:13.425Z] drwxrwxr-x 2 jenkins jenkins 4096 Sep 20 20:54 bin [2023-09-20T20:58:13.425Z] drwxrwxr-x 3 jenkins jenkins 4096 Sep 20 20:54 cmd [2023-09-20T20:58:13.425Z] -rw-r--r-- 1 jenkins jenkins 10 Sep 20 20:56 coverage.out [2023-09-20T20:58:13.425Z] drwxrwxr-x 2 jenkins jenkins 4096 Sep 20 20:54 docs [2023-09-20T20:58:13.425Z] -rw-rw-r-- 1 jenkins jenkins 2999 Sep 20 20:54 go.mod [2023-09-20T20:58:13.425Z] -rw-rw-r-- 1 jenkins jenkins 30528 Sep 20 20:54 go.sum [2023-09-20T20:58:13.425Z] drwxrwxr-x 8 jenkins jenkins 4096 Sep 20 20:54 internal [2023-09-20T20:58:13.425Z] drwxrwxr-x 4 jenkins jenkins 4096 Sep 20 20:54 snap [2023-09-20T20:58:13.425Z] drwxrwxr-x 4 jenkins jenkins 4096 Sep 20 20:54 testing [2023-09-20T20:58:13.425Z] -rw-rw-r-- 1 jenkins jenkins 155 Sep 20 20:54 version.go [2023-09-20T20:58:13.425Z] drwxrwxr-x 6 jenkins jenkins 4096 Sep 20 20:56 web [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-20T20:58:13.734Z] + docker build -t edgex-ui -f Dockerfile --build-arg BASE=ci-base-image-x86_64 --build-arg MAKE=make build --build-arg ARCH=amd64 --label git_sha=2fd4722eefcd485d8d8cf5eb24f524ab25e62510 --label arch=amd64 --label version=3.1.0-dev.5 . [2023-09-20T20:58:14.014Z] Sending build context to Docker daemon 50.33MB [2023-09-20T20:58:14.014Z] Step 1/25 : ARG BASE=golang:1.21-alpine3.18 [2023-09-20T20:58:14.014Z] Step 2/25 : FROM ${BASE} AS builder [2023-09-20T20:58:14.014Z] ---> 462e5b8c1111 [2023-09-20T20:58:14.014Z] Step 3/25 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" [2023-09-20T20:58:14.976Z] ---> Running in 0ac5d5b5d8f0 [2023-09-20T20:58:16.271Z] Removing intermediate container 0ac5d5b5d8f0 [2023-09-20T20:58:16.271Z] ---> 92fcb39c56d9 [2023-09-20T20:58:16.271Z] Step 4/25 : ARG ALPINE_PKG_BASE="make git" [2023-09-20T20:58:16.271Z] ---> Running in 4d34dba7e573 [2023-09-20T20:58:16.271Z] Removing intermediate container 4d34dba7e573 [2023-09-20T20:58:16.271Z] ---> 3a96aca0344c [2023-09-20T20:58:16.271Z] Step 5/25 : ARG ALPINE_PKG_EXTRA="" [2023-09-20T20:58:16.271Z] ---> Running in 1c55fa665477 [2023-09-20T20:58:16.271Z] Removing intermediate container 1c55fa665477 [2023-09-20T20:58:16.271Z] ---> 3932c2635358 [2023-09-20T20:58:16.271Z] Step 6/25 : LABEL Name=edgex-ui-go [2023-09-20T20:58:16.271Z] ---> Running in 00e112f4870e [2023-09-20T20:58:16.271Z] Removing intermediate container 00e112f4870e [2023-09-20T20:58:16.271Z] ---> d6107ffe1bfb [2023-09-20T20:58:16.271Z] Step 7/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2023: Intel' [2023-09-20T20:58:16.271Z] ---> Running in b6094d0c2dc2 [2023-09-20T20:58:16.529Z] Removing intermediate container b6094d0c2dc2 [2023-09-20T20:58:16.529Z] ---> a92b642e1689 [2023-09-20T20:58:16.529Z] Step 8/25 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2023-09-20T20:58:17.471Z] ---> 6e07477f3111 [2023-09-20T20:58:17.471Z] Step 9/25 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-09-20T20:58:17.471Z] ---> Running in e61abee86658 [2023-09-20T20:58:17.751Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2023-09-20T20:58:18.008Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2023-09-20T20:58:18.265Z] OK: 264 MiB in 52 packages [2023-09-20T20:58:18.833Z] Removing intermediate container e61abee86658 [2023-09-20T20:58:18.833Z] ---> c667da9a7eed [2023-09-20T20:58:18.833Z] Step 10/25 : ENV GO111MODULE=on [2023-09-20T20:58:18.833Z] ---> Running in 810c73f7ad06 [2023-09-20T20:58:18.833Z] Removing intermediate container 810c73f7ad06 [2023-09-20T20:58:18.833Z] ---> d942d0fd0cad [2023-09-20T20:58:18.833Z] Step 11/25 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go [2023-09-20T20:58:18.833Z] ---> Running in e1d55e944735 [2023-09-20T20:58:18.833Z] Removing intermediate container e1d55e944735 [2023-09-20T20:58:18.833Z] ---> 22605b799df6 [2023-09-20T20:58:18.833Z] Step 12/25 : COPY go.mod vendor* ./ [2023-09-20T20:58:19.093Z] ---> 23b95953b155 [2023-09-20T20:58:19.093Z] Step 13/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-09-20T20:58:19.093Z] ---> Running in 47d9bae9c708 [2023-09-20T20:58:19.659Z] Removing intermediate container 47d9bae9c708 [2023-09-20T20:58:19.659Z] ---> 364229c72d95 [2023-09-20T20:58:19.659Z] Step 14/25 : COPY . . [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-09-20T20:58:19.959Z] provisioning config files... [2023-09-20T20:58:19.999Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/123@tmp/config857907013555452035tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-09-20T20:58:20.389Z] ---> docker-login.sh [2023-09-20T20:58:20.389Z] nexus3.edgexfoundry.org:10001 [2023-09-20T20:58:20.991Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-09-20T20:58:20.991Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-09-20T20:58:20.991Z] Configure a credential helper to remove this warning. See [2023-09-20T20:58:20.991Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-09-20T20:58:20.991Z] [2023-09-20T20:58:20.991Z] Login Succeeded [2023-09-20T20:58:21.267Z] nexus3.edgexfoundry.org:10002 [2023-09-20T20:58:21.544Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-09-20T20:58:21.544Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-09-20T20:58:21.544Z] Configure a credential helper to remove this warning. See [2023-09-20T20:58:21.544Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-09-20T20:58:21.544Z] [2023-09-20T20:58:21.544Z] Login Succeeded [2023-09-20T20:58:21.544Z] nexus3.edgexfoundry.org:10003 [2023-09-20T20:58:21.574Z] ---> fa98dfc2e41f [2023-09-20T20:58:21.574Z] Step 15/25 : RUN ${MAKE} [2023-09-20T20:58:21.574Z] ---> Running in 86de9ed147a8 [2023-09-20T20:58:21.825Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-09-20T20:58:21.831Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus" -ldflags "-X github.com/edgexfoundry/edgex-ui-go.Version=3.1.0-dev.5" -trimpath -o cmd/edgex-ui-server/edgex-ui-server ./cmd/edgex-ui-server [2023-09-20T20:58:22.103Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-09-20T20:58:22.103Z] Configure a credential helper to remove this warning. See [2023-09-20T20:58:22.103Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-09-20T20:58:22.103Z] [2023-09-20T20:58:22.103Z] Login Succeeded [2023-09-20T20:58:22.103Z] nexus3.edgexfoundry.org:10004 [2023-09-20T20:58:22.384Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-09-20T20:58:22.384Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-09-20T20:58:22.384Z] Configure a credential helper to remove this warning. See [2023-09-20T20:58:22.384Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-09-20T20:58:22.384Z] [2023-09-20T20:58:22.384Z] Login Succeeded [2023-09-20T20:58:22.384Z] docker.io [2023-09-20T20:58:22.666Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-09-20T20:58:22.945Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-09-20T20:58:22.946Z] Configure a credential helper to remove this warning. See [2023-09-20T20:58:22.946Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-09-20T20:58:22.946Z] [2023-09-20T20:58:22.946Z] Login Succeeded [2023-09-20T20:58:22.946Z] ---> docker-login.sh ends [Pipeline] } [2023-09-20T20:58:22.966Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2023-09-20T20:58:23.342Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-09-20T20:58:23.353Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-09-20T20:58:23.362Z] ========================================================= [2023-09-20T20:58:23.362Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine] [2023-09-20T20:58:23.362Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-20T20:58:23.740Z] + 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-20T20:58:25.191Z] Sending build context to Docker daemon 30.31MB [2023-09-20T20:58:25.192Z] Step 1/15 : ARG BASE=golang:1.21-alpine3.18 [2023-09-20T20:58:25.192Z] Step 2/15 : FROM ${BASE} AS builder [2023-09-20T20:58:25.192Z] 1.21-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2023-09-20T20:58:25.192Z] 9fda8d8052c6: Pulling fs layer [2023-09-20T20:58:25.192Z] 5d54e960e981: Pulling fs layer [2023-09-20T20:58:25.192Z] c4a7e357bf2a: Pulling fs layer [2023-09-20T20:58:25.192Z] f0e02332f6b5: Pulling fs layer [2023-09-20T20:58:25.192Z] cefa15bbcfad: Pulling fs layer [2023-09-20T20:58:25.192Z] 17808c966233: Pulling fs layer [2023-09-20T20:58:25.192Z] f4c1fc716caa: Pulling fs layer [2023-09-20T20:58:25.192Z] f0e02332f6b5: Waiting [2023-09-20T20:58:25.192Z] cefa15bbcfad: Waiting [2023-09-20T20:58:25.192Z] 17808c966233: Waiting [2023-09-20T20:58:25.192Z] f4c1fc716caa: Waiting [2023-09-20T20:58:25.468Z] 5d54e960e981: Verifying Checksum [2023-09-20T20:58:25.468Z] 5d54e960e981: Download complete [2023-09-20T20:58:25.468Z] f0e02332f6b5: Verifying Checksum [2023-09-20T20:58:25.468Z] f0e02332f6b5: Download complete [2023-09-20T20:58:25.468Z] cefa15bbcfad: Verifying Checksum [2023-09-20T20:58:25.468Z] cefa15bbcfad: Download complete [2023-09-20T20:58:25.468Z] 9fda8d8052c6: Verifying Checksum [2023-09-20T20:58:25.468Z] 9fda8d8052c6: Download complete [2023-09-20T20:58:26.075Z] f4c1fc716caa: Verifying Checksum [2023-09-20T20:58:26.075Z] f4c1fc716caa: Download complete [2023-09-20T20:58:27.112Z] 9fda8d8052c6: Pull complete [2023-09-20T20:58:27.405Z] 5d54e960e981: Pull complete [2023-09-20T20:58:28.015Z] c4a7e357bf2a: Verifying Checksum [2023-09-20T20:58:28.015Z] c4a7e357bf2a: Download complete [2023-09-20T20:58:28.999Z] 17808c966233: Verifying Checksum [2023-09-20T20:58:28.999Z] 17808c966233: Download complete [2023-09-20T20:58:39.946Z] Removing intermediate container 86de9ed147a8 [2023-09-20T20:58:39.946Z] ---> 7605909fb6e5 [2023-09-20T20:58:39.946Z] Step 16/25 : FROM alpine:3.18 [2023-09-20T20:58:40.221Z] 3.18: Pulling from library/alpine [2023-09-20T20:58:40.221Z] 7264a8db6415: Already exists [2023-09-20T20:58:40.480Z] Digest: sha256:7144f7bab3d4c2648d7e59409f15ec52a18006a128c733fcff20d3a4a54ba44a [2023-09-20T20:58:40.480Z] Status: Downloaded newer image for alpine:3.18 [2023-09-20T20:58:40.480Z] ---> 7e01a0d0a1dc [2023-09-20T20:58:40.480Z] Step 17/25 : EXPOSE 4000 [2023-09-20T20:58:40.480Z] ---> Running in a8352cb295d7 [2023-09-20T20:58:40.480Z] Removing intermediate container a8352cb295d7 [2023-09-20T20:58:40.480Z] ---> 716f794f5f0f [2023-09-20T20:58:40.480Z] Step 18/25 : COPY --from=builder /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [2023-09-20T20:58:41.396Z] c4a7e357bf2a: Pull complete [2023-09-20T20:58:41.396Z] f0e02332f6b5: Pull complete [2023-09-20T20:58:41.396Z] cefa15bbcfad: Pull complete [2023-09-20T20:58:41.479Z] ---> 5bb112a6394a [2023-09-20T20:58:41.479Z] Step 19/25 : COPY --from=builder /go/src/github.com/edgexfoundry/edgex-ui-go/Attribution.txt /Attribution.txt [2023-09-20T20:58:41.737Z] ---> 76748c61d1a2 [2023-09-20T20:58:41.737Z] Step 20/25 : COPY --from=builder /go/src/github.com/edgexfoundry/edgex-ui-go/LICENSE /LICENSE [2023-09-20T20:58:41.737Z] ---> 08e9704b5cd8 [2023-09-20T20:58:41.737Z] Step 21/25 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [2023-09-20T20:58:41.737Z] ---> Running in e8d6d0e19442 [2023-09-20T20:58:41.996Z] Removing intermediate container e8d6d0e19442 [2023-09-20T20:58:41.996Z] ---> c632eacba91a [2023-09-20T20:58:41.996Z] Step 22/25 : ENTRYPOINT ["./edgex-ui-server","--configDir=res/docker"] [2023-09-20T20:58:41.996Z] ---> Running in 069a5e03e587 [2023-09-20T20:58:41.996Z] Removing intermediate container 069a5e03e587 [2023-09-20T20:58:41.996Z] ---> 3629db58fc83 [2023-09-20T20:58:41.996Z] Step 23/25 : LABEL arch=amd64 [2023-09-20T20:58:41.996Z] ---> Running in 516419f92fb4 [2023-09-20T20:58:42.255Z] Removing intermediate container 516419f92fb4 [2023-09-20T20:58:42.255Z] ---> a04e130deaab [2023-09-20T20:58:42.255Z] Step 24/25 : LABEL git_sha=2fd4722eefcd485d8d8cf5eb24f524ab25e62510 [2023-09-20T20:58:42.255Z] ---> Running in 32619d5d0051 [2023-09-20T20:58:42.255Z] Removing intermediate container 32619d5d0051 [2023-09-20T20:58:42.255Z] ---> f5747445613b [2023-09-20T20:58:42.255Z] Step 25/25 : LABEL version=3.1.0-dev.5 [2023-09-20T20:58:42.255Z] ---> Running in 20186105bff3 [2023-09-20T20:58:42.255Z] Removing intermediate container 20186105bff3 [2023-09-20T20:58:42.255Z] ---> c1c21b6906e8 [2023-09-20T20:58:42.255Z] [Warning] One or more build-args [ARCH] were not consumed [2023-09-20T20:58:42.255Z] Successfully built c1c21b6906e8 [2023-09-20T20:58:42.255Z] Successfully tagged edgex-ui:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-09-20T20:58:42.362Z] provisioning config files... [2023-09-20T20:58:42.370Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_main@tmp/config15738323760122245760tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-09-20T20:58:42.667Z] ---> docker-login.sh [2023-09-20T20:58:42.667Z] nexus3.edgexfoundry.org:10001 [2023-09-20T20:58:42.667Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-09-20T20:58:42.667Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-09-20T20:58:42.667Z] Configure a credential helper to remove this warning. See [2023-09-20T20:58:42.667Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-09-20T20:58:42.667Z] [2023-09-20T20:58:42.667Z] Login Succeeded [2023-09-20T20:58:42.667Z] nexus3.edgexfoundry.org:10002 [2023-09-20T20:58:42.667Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-09-20T20:58:42.667Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-09-20T20:58:42.667Z] Configure a credential helper to remove this warning. See [2023-09-20T20:58:42.667Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-09-20T20:58:42.667Z] [2023-09-20T20:58:42.667Z] Login Succeeded [2023-09-20T20:58:42.667Z] nexus3.edgexfoundry.org:10003 [2023-09-20T20:58:42.925Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-09-20T20:58:42.925Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-09-20T20:58:42.925Z] Configure a credential helper to remove this warning. See [2023-09-20T20:58:42.925Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-09-20T20:58:42.925Z] [2023-09-20T20:58:42.925Z] Login Succeeded [2023-09-20T20:58:42.925Z] nexus3.edgexfoundry.org:10004 [2023-09-20T20:58:42.925Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-09-20T20:58:42.925Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-09-20T20:58:42.925Z] Configure a credential helper to remove this warning. See [2023-09-20T20:58:42.925Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-09-20T20:58:42.925Z] [2023-09-20T20:58:42.925Z] Login Succeeded [2023-09-20T20:58:42.925Z] docker.io [2023-09-20T20:58:42.925Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-09-20T20:58:43.184Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-09-20T20:58:43.184Z] Configure a credential helper to remove this warning. See [2023-09-20T20:58:43.184Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-09-20T20:58:43.184Z] [2023-09-20T20:58:43.184Z] Login Succeeded [2023-09-20T20:58:43.184Z] ---> docker-login.sh ends [Pipeline] } [2023-09-20T20:58:43.191Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-09-20T20:58:43.225Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-09-20T20:58:43.251Z] [edgeXDocker.push] Tagging docker image edgex-ui with the following tags: [2023-09-20T20:58:43.251Z] 2fd4722eefcd485d8d8cf5eb24f524ab25e62510 [2023-09-20T20:58:43.251Z] latest [2023-09-20T20:58:43.251Z] 3.1.0-dev.5 [2023-09-20T20:58:43.251Z] 2fd4722eefcd485d8d8cf5eb24f524ab25e62510-3.1.0-dev.5 [2023-09-20T20:58:43.251Z] main [2023-09-20T20:58:43.251Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-20T20:58:43.573Z] + docker tag edgex-ui nexus3.edgexfoundry.org:10004/edgex-ui:2fd4722eefcd485d8d8cf5eb24f524ab25e62510 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-20T20:58:43.894Z] + docker push nexus3.edgexfoundry.org:10004/edgex-ui:2fd4722eefcd485d8d8cf5eb24f524ab25e62510 [2023-09-20T20:58:43.894Z] The push refers to repository [nexus3.edgexfoundry.org:10004/edgex-ui] [2023-09-20T20:58:43.894Z] 82cfaef99daf: Preparing [2023-09-20T20:58:43.894Z] 64f180503bea: Preparing [2023-09-20T20:58:43.894Z] 739abf05d0f2: Preparing [2023-09-20T20:58:43.894Z] 4693057ce236: Preparing [2023-09-20T20:58:43.894Z] 4693057ce236: Layer already exists [2023-09-20T20:58:43.894Z] 82cfaef99daf: Pushed [2023-09-20T20:58:43.894Z] 64f180503bea: Pushed [2023-09-20T20:58:47.173Z] 739abf05d0f2: Pushed [2023-09-20T20:58:47.173Z] 2fd4722eefcd485d8d8cf5eb24f524ab25e62510: digest: sha256:d5a85e9feb26f40fb1c5c1382c12b6b976ccf3e8ca59f3922929b2170e581a1a size: 1156 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-20T20:58:47.483Z] + docker tag edgex-ui nexus3.edgexfoundry.org:10004/edgex-ui:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-20T20:58:47.792Z] + docker push nexus3.edgexfoundry.org:10004/edgex-ui:latest [2023-09-20T20:58:47.793Z] The push refers to repository [nexus3.edgexfoundry.org:10004/edgex-ui] [2023-09-20T20:58:47.793Z] 82cfaef99daf: Preparing [2023-09-20T20:58:47.793Z] 64f180503bea: Preparing [2023-09-20T20:58:47.793Z] 739abf05d0f2: Preparing [2023-09-20T20:58:47.793Z] 4693057ce236: Preparing [2023-09-20T20:58:47.793Z] 4693057ce236: Layer already exists [2023-09-20T20:58:47.793Z] 739abf05d0f2: Layer already exists [2023-09-20T20:58:47.793Z] 82cfaef99daf: Layer already exists [2023-09-20T20:58:47.793Z] 64f180503bea: Layer already exists [2023-09-20T20:58:47.793Z] latest: digest: sha256:d5a85e9feb26f40fb1c5c1382c12b6b976ccf3e8ca59f3922929b2170e581a1a size: 1156 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-20T20:58:48.102Z] + docker tag edgex-ui nexus3.edgexfoundry.org:10004/edgex-ui:3.1.0-dev.5 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-20T20:58:48.305Z] 17808c966233: Pull complete [2023-09-20T20:58:48.411Z] + docker push nexus3.edgexfoundry.org:10004/edgex-ui:3.1.0-dev.5 [2023-09-20T20:58:48.412Z] The push refers to repository [nexus3.edgexfoundry.org:10004/edgex-ui] [2023-09-20T20:58:48.412Z] 82cfaef99daf: Preparing [2023-09-20T20:58:48.412Z] 64f180503bea: Preparing [2023-09-20T20:58:48.412Z] 739abf05d0f2: Preparing [2023-09-20T20:58:48.412Z] 4693057ce236: Preparing [2023-09-20T20:58:48.412Z] 4693057ce236: Layer already exists [2023-09-20T20:58:48.412Z] 64f180503bea: Layer already exists [2023-09-20T20:58:48.412Z] 739abf05d0f2: Layer already exists [2023-09-20T20:58:48.412Z] 82cfaef99daf: Layer already exists [2023-09-20T20:58:48.412Z] 3.1.0-dev.5: digest: sha256:d5a85e9feb26f40fb1c5c1382c12b6b976ccf3e8ca59f3922929b2170e581a1a size: 1156 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-20T20:58:48.724Z] + docker tag edgex-ui nexus3.edgexfoundry.org:10004/edgex-ui:2fd4722eefcd485d8d8cf5eb24f524ab25e62510-3.1.0-dev.5 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-20T20:58:48.902Z] f4c1fc716caa: Pull complete [2023-09-20T20:58:49.040Z] + docker push nexus3.edgexfoundry.org:10004/edgex-ui:2fd4722eefcd485d8d8cf5eb24f524ab25e62510-3.1.0-dev.5 [2023-09-20T20:58:49.040Z] The push refers to repository [nexus3.edgexfoundry.org:10004/edgex-ui] [2023-09-20T20:58:49.040Z] 82cfaef99daf: Preparing [2023-09-20T20:58:49.040Z] 64f180503bea: Preparing [2023-09-20T20:58:49.040Z] 739abf05d0f2: Preparing [2023-09-20T20:58:49.040Z] 4693057ce236: Preparing [2023-09-20T20:58:49.040Z] 4693057ce236: Layer already exists [2023-09-20T20:58:49.040Z] 739abf05d0f2: Layer already exists [2023-09-20T20:58:49.040Z] 64f180503bea: Layer already exists [2023-09-20T20:58:49.040Z] 82cfaef99daf: Layer already exists [2023-09-20T20:58:49.040Z] 2fd4722eefcd485d8d8cf5eb24f524ab25e62510-3.1.0-dev.5: digest: sha256:d5a85e9feb26f40fb1c5c1382c12b6b976ccf3e8ca59f3922929b2170e581a1a size: 1156 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-20T20:58:49.176Z] Digest: sha256:f9b5da702465edd0a2564459334de068a24595700ad6c8d0b85b07445f0b3000 [2023-09-20T20:58:49.176Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine [2023-09-20T20:58:49.176Z] ---> ea914061e18c [2023-09-20T20:58:49.176Z] Step 3/15 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" [2023-09-20T20:58:49.347Z] + docker tag edgex-ui nexus3.edgexfoundry.org:10004/edgex-ui:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-20T20:58:49.651Z] + docker push nexus3.edgexfoundry.org:10004/edgex-ui:main [2023-09-20T20:58:49.651Z] The push refers to repository [nexus3.edgexfoundry.org:10004/edgex-ui] [2023-09-20T20:58:49.651Z] 82cfaef99daf: Preparing [2023-09-20T20:58:49.651Z] 64f180503bea: Preparing [2023-09-20T20:58:49.651Z] 739abf05d0f2: Preparing [2023-09-20T20:58:49.651Z] 4693057ce236: Preparing [2023-09-20T20:58:49.651Z] 82cfaef99daf: Layer already exists [2023-09-20T20:58:49.651Z] 64f180503bea: Layer already exists [2023-09-20T20:58:49.651Z] 739abf05d0f2: Layer already exists [2023-09-20T20:58:49.651Z] 4693057ce236: Layer already exists [2023-09-20T20:58:49.651Z] main: digest: sha256:d5a85e9feb26f40fb1c5c1382c12b6b976ccf3e8ca59f3922929b2170e581a1a size: 1156 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-09-20T20:58:49.692Z] ===================================================== [Pipeline] echo [2023-09-20T20:58:49.700Z] taggedImages: [2023-09-20T20:58:49.700Z] - nexus3.edgexfoundry.org:10004/edgex-ui:2fd4722eefcd485d8d8cf5eb24f524ab25e62510 [2023-09-20T20:58:49.700Z] - nexus3.edgexfoundry.org:10004/edgex-ui:latest [2023-09-20T20:58:49.700Z] - nexus3.edgexfoundry.org:10004/edgex-ui:3.1.0-dev.5 [2023-09-20T20:58:49.700Z] - nexus3.edgexfoundry.org:10004/edgex-ui:2fd4722eefcd485d8d8cf5eb24f524ab25e62510-3.1.0-dev.5 [2023-09-20T20:58:49.700Z] - nexus3.edgexfoundry.org:10004/edgex-ui:main [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-20T20:58:50.075Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-09-20T20:58:50.075Z] [2023-09-20T20:58:50.075Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-20T20:58:50.367Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-09-20T20:58:50.367Z] latest: Pulling from edgex-lftools-log-publisher [2023-09-20T20:58:50.367Z] 5eb5b503b376: Pulling fs layer [2023-09-20T20:58:50.367Z] 5c69ac0246d0: Pulling fs layer [2023-09-20T20:58:50.367Z] ec43610c2a17: Pulling fs layer [2023-09-20T20:58:50.367Z] 3a2ae6a8a46f: Pulling fs layer [2023-09-20T20:58:50.367Z] 33b1e0a273af: Pulling fs layer [2023-09-20T20:58:50.367Z] 5d3b04190fa2: Pulling fs layer [2023-09-20T20:58:50.367Z] 2f39f015ded8: Pulling fs layer [2023-09-20T20:58:50.367Z] 33b1e0a273af: Waiting [2023-09-20T20:58:50.367Z] 2f39f015ded8: Waiting [2023-09-20T20:58:50.367Z] 5d3b04190fa2: Waiting [2023-09-20T20:58:50.628Z] 5c69ac0246d0: Verifying Checksum [2023-09-20T20:58:50.628Z] 5c69ac0246d0: Download complete [2023-09-20T20:58:50.628Z] 3a2ae6a8a46f: Verifying Checksum [2023-09-20T20:58:50.628Z] 3a2ae6a8a46f: Download complete [2023-09-20T20:58:50.628Z] 33b1e0a273af: Verifying Checksum [2023-09-20T20:58:50.628Z] 33b1e0a273af: Download complete [2023-09-20T20:58:50.628Z] 5d3b04190fa2: Verifying Checksum [2023-09-20T20:58:50.628Z] 5d3b04190fa2: Download complete [2023-09-20T20:58:50.628Z] ec43610c2a17: Verifying Checksum [2023-09-20T20:58:50.628Z] ec43610c2a17: Download complete [2023-09-20T20:58:50.888Z] 5eb5b503b376: Verifying Checksum [2023-09-20T20:58:50.888Z] 5eb5b503b376: Download complete [2023-09-20T20:58:51.817Z] ---> Running in 02622571f8ca [2023-09-20T20:58:51.817Z] Removing intermediate container 02622571f8ca [2023-09-20T20:58:51.817Z] ---> a7f096de4012 [2023-09-20T20:58:51.817Z] Step 4/15 : ARG ALPINE_PKG_BASE="make git" [2023-09-20T20:58:51.821Z] 2f39f015ded8: Download complete [2023-09-20T20:58:52.091Z] ---> Running in b37b30c956be [2023-09-20T20:58:52.377Z] Removing intermediate container b37b30c956be [2023-09-20T20:58:52.377Z] ---> 816d8f023de1 [2023-09-20T20:58:52.377Z] Step 5/15 : ARG ALPINE_PKG_EXTRA="" [2023-09-20T20:58:52.385Z] 5eb5b503b376: Pull complete [2023-09-20T20:58:52.652Z] ---> Running in 509963755b30 [2023-09-20T20:58:52.653Z] 5c69ac0246d0: Pull complete [2023-09-20T20:58:53.224Z] ec43610c2a17: Pull complete [2023-09-20T20:58:53.245Z] Removing intermediate container 509963755b30 [2023-09-20T20:58:53.245Z] ---> 22bde92155aa [2023-09-20T20:58:53.245Z] Step 6/15 : LABEL Name=edgex-ui-go [2023-09-20T20:58:53.245Z] ---> Running in 87a8c8cfc5a7 [2023-09-20T20:58:53.482Z] 3a2ae6a8a46f: Pull complete [2023-09-20T20:58:53.520Z] Removing intermediate container 87a8c8cfc5a7 [2023-09-20T20:58:53.520Z] ---> 81bd1e8a32b0 [2023-09-20T20:58:53.520Z] Step 7/15 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2023: Intel' [2023-09-20T20:58:53.794Z] ---> Running in 6f0f92657983 [2023-09-20T20:58:54.047Z] 33b1e0a273af: Pull complete [2023-09-20T20:58:54.047Z] 5d3b04190fa2: Pull complete [2023-09-20T20:58:54.067Z] Removing intermediate container 6f0f92657983 [2023-09-20T20:58:54.067Z] ---> 5c1125885653 [2023-09-20T20:58:54.067Z] Step 8/15 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2023-09-20T20:58:54.670Z] latest: Pulling from library/docker [2023-09-20T20:58:54.670Z] 9fda8d8052c6: Already exists [2023-09-20T20:58:54.670Z] 6852f3ef0b5f: Pulling fs layer [2023-09-20T20:58:54.670Z] 4f4fb700ef54: Pulling fs layer [2023-09-20T20:58:54.670Z] 767c2a40dc41: Pulling fs layer [2023-09-20T20:58:54.670Z] 011855a528fc: Pulling fs layer [2023-09-20T20:58:54.670Z] 2eb2999eb53e: Pulling fs layer [2023-09-20T20:58:54.670Z] 52a6c1800204: Pulling fs layer [2023-09-20T20:58:54.670Z] a01340eade1a: Pulling fs layer [2023-09-20T20:58:54.670Z] fcee97a2aa0f: Pulling fs layer [2023-09-20T20:58:54.670Z] 8cf3fdb5711b: Pulling fs layer [2023-09-20T20:58:54.670Z] 36ac283ad2d4: Pulling fs layer [2023-09-20T20:58:54.670Z] 3f3c41fd9ebb: Pulling fs layer [2023-09-20T20:58:54.670Z] 29a5074801a2: Pulling fs layer [2023-09-20T20:58:54.670Z] 0a0cc6640ec8: Pulling fs layer [2023-09-20T20:58:54.670Z] fcee97a2aa0f: Waiting [2023-09-20T20:58:54.670Z] 36ac283ad2d4: Waiting [2023-09-20T20:58:54.670Z] 3f3c41fd9ebb: Waiting [2023-09-20T20:58:54.670Z] 29a5074801a2: Waiting [2023-09-20T20:58:54.670Z] 8cf3fdb5711b: Waiting [2023-09-20T20:58:54.670Z] 0a0cc6640ec8: Waiting [2023-09-20T20:58:54.670Z] 011855a528fc: Waiting [2023-09-20T20:58:54.670Z] 2eb2999eb53e: Waiting [2023-09-20T20:58:54.670Z] 52a6c1800204: Waiting [2023-09-20T20:58:54.670Z] a01340eade1a: Waiting [2023-09-20T20:58:54.949Z] 4f4fb700ef54: Verifying Checksum [2023-09-20T20:58:54.949Z] 4f4fb700ef54: Download complete [2023-09-20T20:58:54.949Z] 6852f3ef0b5f: Verifying Checksum [2023-09-20T20:58:54.949Z] 6852f3ef0b5f: Download complete [2023-09-20T20:58:55.595Z] 767c2a40dc41: Verifying Checksum [2023-09-20T20:58:55.595Z] 767c2a40dc41: Download complete [2023-09-20T20:58:55.595Z] 52a6c1800204: Download complete [2023-09-20T20:58:55.595Z] 011855a528fc: Verifying Checksum [2023-09-20T20:58:55.595Z] 011855a528fc: Download complete [2023-09-20T20:58:55.869Z] a01340eade1a: Verifying Checksum [2023-09-20T20:58:55.869Z] a01340eade1a: Download complete [2023-09-20T20:58:55.869Z] fcee97a2aa0f: Verifying Checksum [2023-09-20T20:58:55.869Z] fcee97a2aa0f: Download complete [2023-09-20T20:58:55.869Z] 2eb2999eb53e: Download complete [2023-09-20T20:58:55.869Z] 6852f3ef0b5f: Pull complete [2023-09-20T20:58:56.143Z] 36ac283ad2d4: Verifying Checksum [2023-09-20T20:58:56.143Z] 36ac283ad2d4: Download complete [2023-09-20T20:58:56.143Z] 8cf3fdb5711b: Verifying Checksum [2023-09-20T20:58:56.143Z] 8cf3fdb5711b: Download complete [2023-09-20T20:58:56.143Z] 29a5074801a2: Verifying Checksum [2023-09-20T20:58:56.143Z] 29a5074801a2: Download complete [2023-09-20T20:58:56.418Z] 4f4fb700ef54: Pull complete [2023-09-20T20:58:56.418Z] 0a0cc6640ec8: Verifying Checksum [2023-09-20T20:58:56.418Z] 0a0cc6640ec8: Download complete [2023-09-20T20:58:57.398Z] 767c2a40dc41: Pull complete [2023-09-20T20:58:57.398Z] 3f3c41fd9ebb: Verifying Checksum [2023-09-20T20:58:57.398Z] 3f3c41fd9ebb: Download complete [2023-09-20T20:58:58.390Z] 011855a528fc: Pull complete [2023-09-20T20:58:58.408Z] 2f39f015ded8: Pull complete [2023-09-20T20:58:58.408Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2023-09-20T20:58:58.408Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-09-20T20:58:58.408Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-09-20T20:58:58.499Z] prd-ubuntu20.04-docker-8c-8g-7225 does not seem to be running inside a container [2023-09-20T20:58:58.530Z] $ 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_main -v /w/workspace/edgexfoundry_edgex-ui-go_main:/w/workspace/edgexfoundry_edgex-ui-go_main:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_main@tmp:/w/workspace/edgexfoundry_edgex-ui-go_main@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2023-09-20T20:58:59.855Z] 2eb2999eb53e: Pull complete [2023-09-20T20:59:00.128Z] 52a6c1800204: Pull complete [2023-09-20T20:59:00.401Z] a01340eade1a: Pull complete [2023-09-20T20:59:00.676Z] fcee97a2aa0f: Pull complete [2023-09-20T20:59:02.108Z] 8cf3fdb5711b: Pull complete [2023-09-20T20:59:02.108Z] 36ac283ad2d4: Pull complete [2023-09-20T20:59:03.586Z] $ docker top edf35a4b65fd33e1f83f586be7407d47fe0cdccd2be4ab13225bc02f94dc4e4e -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-09-20T20:59:03.950Z] ---> job-cost.sh [2023-09-20T20:59:03.950Z] lf-activate-venv: SKIPPING [2023-09-20T20:59:03.950Z] INFO: No Stack... [2023-09-20T20:59:04.209Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-09-20T20:59:04.780Z] INFO: Archiving Costs [Pipeline] sh [2023-09-20T20:59:05.070Z] + cat /w/workspace/edgexfoundry_edgex-ui-go_main/archives/cost.csv [2023-09-20T20:59:05.070Z] + cut -d, -f6 [Pipeline] lock [2023-09-20T20:59:05.084Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-ui-go-main-123-stack-cost] [2023-09-20T20:59:05.095Z] Resource [jenkins-edgexfoundry-edgex-ui-go-main-123-stack-cost] did not exist. Created. [2023-09-20T20:59:05.095Z] Lock acquired on [jenkins-edgexfoundry-edgex-ui-go-main-123-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-09-20T20:59:05.481Z] 3f3c41fd9ebb: Pull complete [2023-09-20T20:59:05.481Z] 29a5074801a2: Pull complete [2023-09-20T20:59:05.481Z] 0a0cc6640ec8: Pull complete [2023-09-20T20:59:05.741Z] + echo total: 0.2199999988079071 [Pipeline] stash [2023-09-20T20:59:05.752Z] Digest: sha256:9e6dbb25d3c0e1e2d222c8a3f074cb8240d1a716d0c6868f76eb3d5a4dfb174c [2023-09-20T20:59:05.752Z] Status: Downloaded newer image for docker:latest [2023-09-20T20:59:06.349Z] Stashed 1 file(s) [Pipeline] } [2023-09-20T20:59:06.358Z] Lock released on resource [jenkins-edgexfoundry-edgex-ui-go-main-123-stack-cost] [Pipeline] // lock [Pipeline] } [2023-09-20T20:59:06.380Z] $ docker stop --time=1 edf35a4b65fd33e1f83f586be7407d47fe0cdccd2be4ab13225bc02f94dc4e4e [2023-09-20T20:59:07.547Z] $ docker rm -f --volumes edf35a4b65fd33e1f83f586be7407d47fe0cdccd2be4ab13225bc02f94dc4e4e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2023-09-20T20:59:09.149Z] ---> 8b851f69b5cc [2023-09-20T20:59:09.149Z] Step 9/15 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-09-20T20:59:09.149Z] ---> Running in c28fcf45df9e [2023-09-20T20:59:10.591Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2023-09-20T20:59:10.867Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2023-09-20T20:59:12.849Z] OK: 266 MiB in 52 packages [2023-09-20T20:59:13.827Z] Removing intermediate container c28fcf45df9e [2023-09-20T20:59:13.827Z] ---> 86ef4307c7d6 [2023-09-20T20:59:13.827Z] Step 10/15 : ENV GO111MODULE=on [2023-09-20T20:59:13.827Z] ---> Running in f0b9af535238 [2023-09-20T20:59:14.097Z] Removing intermediate container f0b9af535238 [2023-09-20T20:59:14.097Z] ---> a543a2bdef6e [2023-09-20T20:59:14.097Z] Step 11/15 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go [2023-09-20T20:59:14.368Z] ---> Running in b0ff92bea0ce [2023-09-20T20:59:14.642Z] Removing intermediate container b0ff92bea0ce [2023-09-20T20:59:14.642Z] ---> f99245f1ad23 [2023-09-20T20:59:14.642Z] Step 12/15 : COPY go.mod vendor* ./ [2023-09-20T20:59:15.652Z] ---> 7fa84be20766 [2023-09-20T20:59:15.652Z] Step 13/15 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-09-20T20:59:15.652Z] ---> Running in aa164e83875e [2023-09-20T21:00:37.497Z] Removing intermediate container aa164e83875e [2023-09-20T21:00:37.497Z] ---> ced3acb63476 [2023-09-20T21:00:37.497Z] Step 14/15 : COPY . . [2023-09-20T21:00:37.497Z] ---> 9116198540d5 [2023-09-20T21:00:37.497Z] Step 15/15 : RUN ${MAKE} [2023-09-20T21:00:37.497Z] ---> Running in 8964877eb9d3 [2023-09-20T21:00:37.497Z] noop [2023-09-20T21:00:37.497Z] Removing intermediate container 8964877eb9d3 [2023-09-20T21:00:37.497Z] ---> d4657371d975 [2023-09-20T21:00:37.497Z] Successfully built d4657371d975 [2023-09-20T21:00:37.497Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-20T21:00:37.876Z] + docker inspect -f . ci-base-image-arm64 [2023-09-20T21:00:37.876Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-09-20T21:00:38.150Z] prd-ubuntu20.04-docker-arm64-4c-16g-7235 does not seem to be running inside a container [2023-09-20T21:00:38.243Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/123 -v /w/workspace/edgex-ui-go/123:/w/workspace/edgex-ui-go/123:rw,z -v /w/workspace/edgex-ui-go/123@tmp:/w/workspace/edgex-ui-go/123@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 ******** ci-base-image-arm64 cat [2023-09-20T21:00:39.692Z] $ docker top 12d8ea41c70e389ec5f73a0f78b4fafc3d55422b438e0f1cbe97c8cc2b185036 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-09-20T21:00:40.637Z] + go version [2023-09-20T21:00:40.637Z] go version go1.21.0 linux/arm64 [Pipeline] } [2023-09-20T21:00:40.669Z] $ docker stop --time=1 12d8ea41c70e389ec5f73a0f78b4fafc3d55422b438e0f1cbe97c8cc2b185036 [2023-09-20T21:00:42.400Z] $ docker rm -f --volumes 12d8ea41c70e389ec5f73a0f78b4fafc3d55422b438e0f1cbe97c8cc2b185036 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-20T21:00:42.972Z] + docker inspect -f . ci-base-image-arm64 [2023-09-20T21:00:42.972Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-09-20T21:00:43.197Z] prd-ubuntu20.04-docker-arm64-4c-16g-7235 does not seem to be running inside a container [2023-09-20T21:00:43.284Z] $ 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/123 -v /w/workspace/edgex-ui-go/123:/w/workspace/edgex-ui-go/123:rw,z -v /w/workspace/edgex-ui-go/123@tmp:/w/workspace/edgex-ui-go/123@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 ******** ci-base-image-arm64 cat [2023-09-20T21:00:44.635Z] $ docker top 3dce717d1450aafc1e2e4775fbfb3731abb69512cb80216ce9cf8e45a9c0e569 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-09-20T21:00:45.521Z] + git config --global --add safe.directory /w/workspace/edgex-ui-go/123 [Pipeline] fileExists [Pipeline] sh [2023-09-20T21:00:46.211Z] + make test [2023-09-20T21:00:46.211Z] CGO_ENABLED=0 GO111MODULE=on go test -tags "no_messagebus" -coverprofile=coverage.out ./... [2023-09-20T21:00:50.504Z] ? github.com/edgexfoundry/edgex-ui-go [no test files] [2023-09-20T21:02:57.485Z] ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] [2023-09-20T21:02:57.485Z] ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] [2023-09-20T21:02:57.485Z] ? github.com/edgexfoundry/edgex-ui-go/internal/common [no test files] [2023-09-20T21:02:57.485Z] ? github.com/edgexfoundry/edgex-ui-go/internal/config [no test files] [2023-09-20T21:02:57.485Z] ? github.com/edgexfoundry/edgex-ui-go/internal/container [no test files] [2023-09-20T21:02:57.485Z] ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] [2023-09-20T21:02:57.485Z] ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] [2023-09-20T21:02:57.485Z] ? github.com/edgexfoundry/edgex-ui-go/internal/service [no test files] [2023-09-20T21:02:57.485Z] CGO_ENABLED=0 GO111MODULE=on go vet -tags "no_messagebus" ./... [2023-09-20T21:03:15.835Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-09-20T21:03:15.835Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-09-20T21:03:15.835Z] ./bin/test-attribution-txt.sh [2023-09-20T21:03:15.835Z] make -C web test [2023-09-20T21:03:15.835Z] make[1]: Entering directory '/w/workspace/edgex-ui-go/123/web' [2023-09-20T21:03:15.835Z] make[1]: tput: No such file or directory [2023-09-20T21:03:15.835Z] make[1]: tput: No such file or directory [2023-09-20T21:03:15.835Z] warning: generating ./VERSION [2023-09-20T21:03:15.835Z] echo "0.0.0" > VERSION [2023-09-20T21:03:15.835Z] docker build \ [2023-09-20T21:03:15.835Z] -f Dockerfile \ [2023-09-20T21:03:15.835Z] --build-arg USER=1000 \ [2023-09-20T21:03:15.835Z] \ [2023-09-20T21:03:15.835Z] --label "git_sha=2fd4722eefcd485d8d8cf5eb24f524ab25e62510" \ [2023-09-20T21:03:15.835Z] -t edgexfoundry/edgex-web-ui:2fd4722eefcd485d8d8cf5eb24f524ab25e62510 \ [2023-09-20T21:03:15.835Z] -t edgexfoundry/edgex-web-ui:0.0.0-dev \ [2023-09-20T21:03:15.835Z] . [2023-09-20T21:03:15.835Z] DEPRECATED: The legacy builder is deprecated and will be removed in a future release. [2023-09-20T21:03:15.835Z] Install the buildx component to build images with BuildKit: [2023-09-20T21:03:15.835Z] https://docs.docker.com/go/buildx/ [2023-09-20T21:03:15.835Z] [2023-09-20T21:03:16.430Z] Sending build context to Docker daemon 2.571MB [2023-09-20T21:03:16.430Z] Step 1/11 : FROM node:18-alpine3.18 [2023-09-20T21:03:16.706Z] 18-alpine3.18: Pulling from library/node [2023-09-20T21:03:16.706Z] 9fda8d8052c6: Already exists [2023-09-20T21:03:16.706Z] 5b9fa85dad3f: Pulling fs layer [2023-09-20T21:03:16.706Z] 5645b18d5cbb: Pulling fs layer [2023-09-20T21:03:16.706Z] dfb2fed0773f: Pulling fs layer [2023-09-20T21:03:16.706Z] dfb2fed0773f: Verifying Checksum [2023-09-20T21:03:16.706Z] dfb2fed0773f: Download complete [2023-09-20T21:03:16.980Z] 5645b18d5cbb: Verifying Checksum [2023-09-20T21:03:16.980Z] 5645b18d5cbb: Download complete [2023-09-20T21:03:17.963Z] 5b9fa85dad3f: Download complete [2023-09-20T21:03:24.692Z] 5b9fa85dad3f: Pull complete [2023-09-20T21:03:24.692Z] 5645b18d5cbb: Pull complete [2023-09-20T21:03:24.968Z] dfb2fed0773f: Pull complete [2023-09-20T21:03:24.968Z] Digest: sha256:619ce27eb37c7c0476bd518085bf1ba892e2148fc1ab5dbaff2f20c56e50444d [2023-09-20T21:03:24.968Z] Status: Downloaded newer image for node:18-alpine3.18 [2023-09-20T21:03:25.245Z] ---> 7acdaa204ef2 [2023-09-20T21:03:25.245Z] Step 2/11 : RUN apk add --no-cache chromium [2023-09-20T21:03:26.237Z] ---> Running in e5e5ae9dd0cc [2023-09-20T21:03:27.219Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2023-09-20T21:03:27.818Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2023-09-20T21:03:29.799Z] (1/152) Installing libexpat (2.5.0-r1) [2023-09-20T21:03:29.799Z] (2/152) Installing brotli-libs (1.0.9-r14) [2023-09-20T21:03:29.799Z] (3/152) Installing libbz2 (1.0.8-r5) [2023-09-20T21:03:29.799Z] (4/152) Installing libpng (1.6.39-r3) [2023-09-20T21:03:29.799Z] (5/152) Installing freetype (2.13.0-r5) [2023-09-20T21:03:29.799Z] (6/152) Installing fontconfig (2.14.2-r3) [2023-09-20T21:03:29.799Z] (7/152) Installing libfontenc (1.1.7-r2) [2023-09-20T21:03:29.799Z] (8/152) Installing mkfontscale (1.2.2-r3) [2023-09-20T21:03:29.799Z] (9/152) Installing font-opensans (0_git20210927-r1) [2023-09-20T21:03:29.799Z] (10/152) Installing pkgconf (1.9.5-r0) [2023-09-20T21:03:30.074Z] (11/152) Installing libffi (3.4.4-r2) [2023-09-20T21:03:30.074Z] (12/152) Installing libintl (0.21.1-r7) [2023-09-20T21:03:30.074Z] (13/152) Installing libblkid (2.38.1-r8) [2023-09-20T21:03:30.074Z] (14/152) Installing libmount (2.38.1-r8) [2023-09-20T21:03:30.074Z] (15/152) Installing pcre2 (10.42-r1) [2023-09-20T21:03:30.074Z] (16/152) Installing glib (2.76.4-r0) [2023-09-20T21:03:30.074Z] (17/152) Installing xz-libs (5.4.3-r0) [2023-09-20T21:03:30.074Z] (18/152) Installing libxml2 (2.11.4-r0) [2023-09-20T21:03:30.352Z] (19/152) Installing shared-mime-info (2.2-r5) [2023-09-20T21:03:30.352Z] (20/152) Installing hicolor-icon-theme (0.17-r2) [2023-09-20T21:03:30.352Z] (21/152) Installing libjpeg-turbo (2.1.5.1-r3) [2023-09-20T21:03:30.352Z] (22/152) Installing libwebp (1.3.2-r0) [2023-09-20T21:03:30.352Z] (23/152) Installing zstd-libs (1.5.5-r4) [2023-09-20T21:03:30.627Z] (24/152) Installing tiff (4.5.1-r0) [2023-09-20T21:03:30.627Z] (25/152) Installing gdk-pixbuf (2.42.10-r5) [2023-09-20T21:03:30.627Z] (26/152) Installing gtk-update-icon-cache (3.24.38-r1) [2023-09-20T21:03:30.627Z] (27/152) Installing libxau (1.0.11-r2) [2023-09-20T21:03:30.627Z] (28/152) Installing libmd (1.0.4-r2) [2023-09-20T21:03:30.627Z] (29/152) Installing libbsd (0.11.7-r1) [2023-09-20T21:03:30.627Z] (30/152) Installing libxdmcp (1.1.4-r2) [2023-09-20T21:03:30.627Z] (31/152) Installing libxcb (1.15-r1) [2023-09-20T21:03:30.627Z] (32/152) Installing libx11 (1.8.4-r4) [2023-09-20T21:03:30.904Z] (33/152) Installing libxcomposite (0.4.6-r3) [2023-09-20T21:03:30.904Z] (34/152) Installing libxfixes (6.0.1-r2) [2023-09-20T21:03:30.904Z] (35/152) Installing libxrender (0.9.11-r3) [2023-09-20T21:03:30.904Z] (36/152) Installing libxcursor (1.2.1-r2) [2023-09-20T21:03:30.904Z] (37/152) Installing libxdamage (1.1.6-r2) [2023-09-20T21:03:30.904Z] (38/152) Installing libxext (1.3.5-r2) [2023-09-20T21:03:30.904Z] (39/152) Installing libxi (1.8.1-r0) [2023-09-20T21:03:30.904Z] (40/152) Installing libxinerama (1.1.5-r2) [2023-09-20T21:03:30.904Z] (41/152) Installing libxrandr (1.5.3-r2) [2023-09-20T21:03:30.904Z] (42/152) Installing libatk-1.0 (2.48.3-r0) [2023-09-20T21:03:30.904Z] (43/152) Installing libxtst (1.2.4-r2) [2023-09-20T21:03:30.904Z] (44/152) Installing dbus-libs (1.14.8-r0) [2023-09-20T21:03:30.904Z] (45/152) Installing at-spi2-core (2.48.3-r0) [2023-09-20T21:03:31.179Z] (46/152) Installing libatk-bridge-2.0 (2.48.3-r0) [2023-09-20T21:03:31.179Z] (47/152) Installing pixman (0.42.2-r1) [2023-09-20T21:03:31.179Z] (48/152) Installing cairo (1.17.8-r1) [2023-09-20T21:03:31.179Z] (49/152) Installing cairo-gobject (1.17.8-r1) [2023-09-20T21:03:31.179Z] (50/152) Installing avahi-libs (0.8-r13) [2023-09-20T21:03:31.179Z] (51/152) Installing gmp (6.2.1-r3) [2023-09-20T21:03:31.179Z] (52/152) Installing nettle (3.8.1-r2) [2023-09-20T21:03:31.179Z] (53/152) Installing libunistring (1.1-r1) [2023-09-20T21:03:31.179Z] (54/152) Installing libidn2 (2.3.4-r1) [2023-09-20T21:03:31.456Z] (55/152) Installing p11-kit (0.24.1-r2) [2023-09-20T21:03:31.456Z] (56/152) Installing libtasn1 (4.19.0-r1) [2023-09-20T21:03:31.456Z] (57/152) Installing gnutls (3.8.0-r2) [2023-09-20T21:03:31.456Z] (58/152) Installing cups-libs (2.4.6-r0) [2023-09-20T21:03:31.456Z] (59/152) Installing libepoxy (1.5.10-r1) [2023-09-20T21:03:31.456Z] (60/152) Installing fribidi (1.0.13-r0) [2023-09-20T21:03:31.456Z] (61/152) Installing graphite2 (1.3.14-r5) [2023-09-20T21:03:31.456Z] (62/152) Installing harfbuzz (7.3.0-r0) [2023-09-20T21:03:31.456Z] (63/152) Installing libxft (2.3.8-r1) [2023-09-20T21:03:31.731Z] (64/152) Installing pango (1.50.14-r1) [2023-09-20T21:03:31.731Z] (65/152) Installing wayland-libs-client (1.22.0-r2) [2023-09-20T21:03:31.731Z] (66/152) Installing wayland-libs-cursor (1.22.0-r2) [2023-09-20T21:03:31.731Z] (67/152) Installing wayland-libs-egl (1.22.0-r2) [2023-09-20T21:03:31.731Z] (68/152) Installing xkeyboard-config (2.38-r0) [2023-09-20T21:03:32.009Z] (69/152) Installing libxkbcommon (1.5.0-r2) [2023-09-20T21:03:32.009Z] (70/152) Installing gtk+3.0 (3.24.38-r1) [2023-09-20T21:03:32.286Z] Executing gtk+3.0-3.24.38-r1.post-install [2023-09-20T21:03:32.286Z] (71/152) Installing icu-data-full (73.2-r2) [2023-09-20T21:03:33.273Z] (72/152) Installing mesa (23.0.4-r0) [2023-09-20T21:03:33.273Z] (73/152) Installing llvm15-libs (15.0.7-r6) [2023-09-20T21:03:36.673Z] (74/152) Installing libdrm (2.4.115-r4) [2023-09-20T21:03:36.673Z] (75/152) Installing musl-fts (1.2.7-r5) [2023-09-20T21:03:36.673Z] (76/152) Installing libelf (0.189-r2) [2023-09-20T21:03:36.673Z] (77/152) Installing mesa-glapi (23.0.4-r0) [2023-09-20T21:03:36.673Z] (78/152) Installing mesa-dri-gallium (23.0.4-r0) [2023-09-20T21:03:37.271Z] (79/152) Installing eudev-libs (3.2.11-r8) [2023-09-20T21:03:37.272Z] (80/152) Installing libmagic (5.45-r0) [2023-09-20T21:03:37.272Z] (81/152) Installing file (5.45-r0) [2023-09-20T21:03:37.272Z] (82/152) Installing libice (1.1.1-r2) [2023-09-20T21:03:37.272Z] (83/152) Installing libuuid (2.38.1-r8) [2023-09-20T21:03:37.272Z] (84/152) Installing libsm (1.2.4-r1) [2023-09-20T21:03:37.547Z] (85/152) Installing libxt (1.3.0-r2) [2023-09-20T21:03:37.547Z] (86/152) Installing libxmu (1.1.4-r2) [2023-09-20T21:03:37.547Z] (87/152) Installing xset (1.2.5-r1) [2023-09-20T21:03:37.547Z] (88/152) Installing xprop (1.2.6-r0) [2023-09-20T21:03:37.547Z] (89/152) Installing xdg-utils (1.1.3-r4) [2023-09-20T21:03:37.547Z] (90/152) Installing libogg (1.3.5-r4) [2023-09-20T21:03:37.547Z] (91/152) Installing flac-libs (1.4.3-r0) [2023-09-20T21:03:37.547Z] (92/152) Installing alsa-lib (1.2.9-r1) [2023-09-20T21:03:37.547Z] (93/152) Installing libatomic (12.2.1_git20220924-r10) [2023-09-20T21:03:37.547Z] (94/152) Installing svt-av1-libs (1.6.0-r0) [2023-09-20T21:03:37.821Z] (95/152) Installing aom-libs (3.6.1-r0) [2023-09-20T21:03:37.821Z] (96/152) Installing libva (2.18.0-r1) [2023-09-20T21:03:38.097Z] (97/152) Installing libvdpau (1.5-r1) [2023-09-20T21:03:38.097Z] (98/152) Installing ffmpeg-libavutil (6.0-r15) [2023-09-20T21:03:38.097Z] (99/152) Installing libdav1d (1.2.1-r0) [2023-09-20T21:03:38.097Z] (100/152) Installing libhwy (1.0.4-r1) [2023-09-20T21:03:38.097Z] (101/152) Installing lcms2 (2.15-r2) [2023-09-20T21:03:38.097Z] (102/152) Installing libjxl (0.8.2-r0) [2023-09-20T21:03:38.097Z] (103/152) Installing lame-libs (3.100-r5) [2023-09-20T21:03:38.097Z] (104/152) Installing opus (1.4-r0) [2023-09-20T21:03:38.097Z] (105/152) Installing libgomp (12.2.1_git20220924-r10) [2023-09-20T21:03:38.097Z] (106/152) Installing soxr (0.1.3-r5) [2023-09-20T21:03:38.097Z] (107/152) Installing ffmpeg-libswresample (6.0-r15) [2023-09-20T21:03:38.097Z] (108/152) Installing libtheora (1.1.1-r17) [2023-09-20T21:03:38.375Z] (109/152) Installing libvorbis (1.3.7-r1) [2023-09-20T21:03:38.375Z] (110/152) Installing libvpx (1.13.0-r1) [2023-09-20T21:03:38.375Z] (111/152) Installing x264-libs (0.164_git20220602-r1) [2023-09-20T21:03:38.375Z] (112/152) Installing numactl (2.0.16-r4) [2023-09-20T21:03:38.375Z] (113/152) Installing x265-libs (3.5-r4) [2023-09-20T21:03:38.650Z] (114/152) Installing xvidcore (1.3.7-r1) [2023-09-20T21:03:38.650Z] (115/152) Installing ffmpeg-libavcodec (6.0-r15) [2023-09-20T21:03:38.924Z] (116/152) Installing libbluray (1.3.4-r0) [2023-09-20T21:03:38.924Z] (117/152) Installing mpg123-libs (1.31.3-r1) [2023-09-20T21:03:39.200Z] (118/152) Installing libopenmpt (0.7.2-r0) [2023-09-20T21:03:39.200Z] (119/152) Installing cjson (1.7.15-r4) [2023-09-20T21:03:39.200Z] (120/152) Installing mbedtls (2.28.4-r0) [2023-09-20T21:03:39.200Z] (121/152) Installing librist (0.2.7-r0) [2023-09-20T21:03:39.200Z] (122/152) Installing libsrt (1.5.2-r0) [2023-09-20T21:03:39.200Z] (123/152) Installing libssh (0.10.5-r0) [2023-09-20T21:03:39.200Z] (124/152) Installing libsodium (1.0.18-r3) [2023-09-20T21:03:39.200Z] (125/152) Installing libzmq (4.3.4-r4) [2023-09-20T21:03:39.200Z] (126/152) Installing ffmpeg-libavformat (6.0-r15) [2023-09-20T21:03:39.475Z] (127/152) Installing libevent (2.1.12-r6) [2023-09-20T21:03:39.475Z] (128/152) Installing wayland-libs-server (1.22.0-r2) [2023-09-20T21:03:39.475Z] (129/152) Installing mesa-gbm (23.0.4-r0) [2023-09-20T21:03:39.475Z] (130/152) Installing harfbuzz-subset (7.3.0-r0) [2023-09-20T21:03:39.475Z] (131/152) Installing icu-libs (73.2-r2) [2023-09-20T21:03:39.751Z] (132/152) Installing jsoncpp (1.9.5-r0) [2023-09-20T21:03:39.751Z] (133/152) Installing minizip (1.2.13-r0) [2023-09-20T21:03:39.751Z] (134/152) Installing nspr (4.35-r2) [2023-09-20T21:03:39.751Z] (135/152) Installing sqlite-libs (3.41.2-r2) [2023-09-20T21:03:39.751Z] (136/152) Installing nss (3.91-r0) [2023-09-20T21:03:40.026Z] (137/152) Installing pipewire-libs (0.3.70-r1) [2023-09-20T21:03:40.026Z] (138/152) Installing libasyncns (0.8-r1) [2023-09-20T21:03:40.026Z] (139/152) Installing libltdl (2.4.7-r2) [2023-09-20T21:03:40.026Z] (140/152) Installing orc (0.4.34-r0) [2023-09-20T21:03:40.026Z] (141/152) Installing libsndfile (1.2.0-r2) [2023-09-20T21:03:40.026Z] (142/152) Installing speexdsp (1.2.1-r1) [2023-09-20T21:03:40.026Z] (143/152) Installing tdb-libs (1.4.8-r1) [2023-09-20T21:03:40.026Z] (144/152) Installing libpulse (16.1-r10) [2023-09-20T21:03:40.026Z] (145/152) Installing re2 (2023.03.01-r1) [2023-09-20T21:03:40.026Z] (146/152) Installing snappy (1.1.10-r1) [2023-09-20T21:03:40.026Z] (147/152) Installing libwoff2common (1.0.2-r2) [2023-09-20T21:03:40.026Z] (148/152) Installing libwoff2enc (1.0.2-r2) [2023-09-20T21:03:40.026Z] (149/152) Installing libgpg-error (1.47-r1) [2023-09-20T21:03:40.026Z] (150/152) Installing libgcrypt (1.10.2-r1) [2023-09-20T21:03:40.301Z] (151/152) Installing libxslt (1.1.38-r0) [2023-09-20T21:03:40.301Z] (152/152) Installing chromium (115.0.5790.170-r0) [2023-09-20T21:03:48.605Z] Executing busybox-1.36.1-r2.trigger [2023-09-20T21:03:48.605Z] Executing fontconfig-2.14.2-r3.trigger [2023-09-20T21:03:48.605Z] Executing mkfontscale-1.2.2-r3.trigger [2023-09-20T21:03:48.605Z] Executing glib-2.76.4-r0.trigger [2023-09-20T21:03:48.605Z] Executing shared-mime-info-2.2-r5.trigger [2023-09-20T21:03:51.230Z] Executing gdk-pixbuf-2.42.10-r5.trigger [2023-09-20T21:03:51.230Z] Executing gtk-update-icon-cache-3.24.38-r1.trigger [2023-09-20T21:03:51.230Z] OK: 551 MiB in 169 packages [2023-09-20T21:04:06.340Z] Removing intermediate container e5e5ae9dd0cc [2023-09-20T21:04:06.340Z] ---> 34f6c7361794 [2023-09-20T21:04:06.340Z] Step 3/11 : ENV CHROME_BIN=/usr/bin/chromium-browser [2023-09-20T21:04:06.340Z] ---> Running in ad8b0843fb63 [2023-09-20T21:04:06.615Z] Removing intermediate container ad8b0843fb63 [2023-09-20T21:04:06.615Z] ---> 5e1a51c69235 [2023-09-20T21:04:06.615Z] Step 4/11 : ENV NODE_OPTIONS=--openssl-legacy-provider [2023-09-20T21:04:06.888Z] ---> Running in 9eb9fef1415e [2023-09-20T21:04:07.161Z] Removing intermediate container 9eb9fef1415e [2023-09-20T21:04:07.161Z] ---> a2c3c42559e8 [2023-09-20T21:04:07.161Z] Step 5/11 : ENV PATH /app/node_modules/.bin:$PATH [2023-09-20T21:04:07.161Z] ---> Running in 7a11e78cef15 [2023-09-20T21:04:07.757Z] Removing intermediate container 7a11e78cef15 [2023-09-20T21:04:07.757Z] ---> d4b63a584594 [2023-09-20T21:04:07.757Z] Step 6/11 : RUN npm install -g npm [2023-09-20T21:04:07.757Z] ---> Running in dd439054b8fc [2023-09-20T21:04:54.697Z] [2023-09-20T21:04:54.697Z] removed 2 packages, and changed 59 packages in 37s [2023-09-20T21:04:54.697Z] [2023-09-20T21:04:54.697Z] 28 packages are looking for funding [2023-09-20T21:04:54.697Z] run `npm fund` for details [2023-09-20T21:04:54.697Z] Removing intermediate container dd439054b8fc [2023-09-20T21:04:54.697Z] ---> 227d7ec513e7 [2023-09-20T21:04:54.697Z] Step 7/11 : ARG USER=1000 [2023-09-20T21:04:54.697Z] ---> Running in c881477f22f1 [2023-09-20T21:04:54.697Z] Removing intermediate container c881477f22f1 [2023-09-20T21:04:54.697Z] ---> cbb6ff9b0adf [2023-09-20T21:04:54.697Z] Step 8/11 : RUN deluser --remove-home node && adduser -u $USER -D -s /bin/sh node [2023-09-20T21:04:54.697Z] ---> Running in ea7cc8f58df7 [2023-09-20T21:04:55.292Z] Removing intermediate container ea7cc8f58df7 [2023-09-20T21:04:55.292Z] ---> fe249d2f935f [2023-09-20T21:04:55.292Z] Step 9/11 : USER $USER:$USER [2023-09-20T21:04:55.292Z] ---> Running in 78da782f02cf [2023-09-20T21:04:55.570Z] Removing intermediate container 78da782f02cf [2023-09-20T21:04:55.570Z] ---> a48bea8de726 [2023-09-20T21:04:55.570Z] Step 10/11 : WORKDIR /app [2023-09-20T21:04:55.844Z] ---> Running in fe1a6c569589 [2023-09-20T21:04:56.118Z] Removing intermediate container fe1a6c569589 [2023-09-20T21:04:56.118Z] ---> 200e48054965 [2023-09-20T21:04:56.118Z] Step 11/11 : LABEL git_sha=2fd4722eefcd485d8d8cf5eb24f524ab25e62510 [2023-09-20T21:04:56.118Z] ---> Running in 664d7b640532 [2023-09-20T21:04:56.713Z] Removing intermediate container 664d7b640532 [2023-09-20T21:04:56.713Z] ---> 00dac446d26a [2023-09-20T21:04:56.713Z] Successfully built 00dac446d26a [2023-09-20T21:04:56.713Z] Successfully tagged edgexfoundry/edgex-web-ui:2fd4722eefcd485d8d8cf5eb24f524ab25e62510 [2023-09-20T21:04:56.713Z] Successfully tagged edgexfoundry/edgex-web-ui:0.0.0-dev [2023-09-20T21:04:56.713Z] touch edgex-web-ui.imagebuilt [2023-09-20T21:04:56.713Z] mkdir -p node_modules coverage [2023-09-20T21:04:56.713Z] chown "1000:1000" node_modules coverage package-lock.json [2023-09-20T21:04:56.713Z] docker run --rm -i -v "$(pwd):/app" -u "1000:1000" edgexfoundry/edgex-web-ui:0.0.0-dev npm install [2023-09-20T21:05:18.974Z] npm WARN old lockfile [2023-09-20T21:05:18.974Z] npm WARN old lockfile The package-lock.json file was created with an old version of npm, [2023-09-20T21:05:18.974Z] npm WARN old lockfile so supplemental metadata must be fetched from the registry. [2023-09-20T21:05:18.974Z] npm WARN old lockfile [2023-09-20T21:05:18.974Z] npm WARN old lockfile This is a one-time fix-up, please be patient... [2023-09-20T21:05:18.974Z] npm WARN old lockfile [2023-09-20T21:06:15.473Z] npm WARN EBADENGINE Unsupported engine { [2023-09-20T21:06:15.473Z] npm WARN EBADENGINE package: '@angular-devkit/architect@0.1202.4', [2023-09-20T21:06:15.473Z] npm WARN EBADENGINE required: { [2023-09-20T21:06:15.473Z] npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', [2023-09-20T21:06:15.473Z] npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', [2023-09-20T21:06:15.473Z] npm WARN EBADENGINE yarn: '>= 1.13.0' [2023-09-20T21:06:15.473Z] npm WARN EBADENGINE }, [2023-09-20T21:06:15.473Z] npm WARN EBADENGINE current: { node: 'v18.18.0', npm: '10.1.0' } [2023-09-20T21:06:15.473Z] npm WARN EBADENGINE } [2023-09-20T21:06:15.473Z] npm WARN EBADENGINE Unsupported engine { [2023-09-20T21:06:15.473Z] npm WARN EBADENGINE package: '@angular-devkit/build-angular@12.2.4', [2023-09-20T21:06:15.473Z] npm WARN EBADENGINE required: { [2023-09-20T21:06:15.473Z] npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', [2023-09-20T21:06:15.473Z] npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', [2023-09-20T21:06:15.473Z] npm WARN EBADENGINE yarn: '>= 1.13.0' [2023-09-20T21:06:15.473Z] npm WARN EBADENGINE }, [2023-09-20T21:06:15.473Z] npm WARN EBADENGINE current: { node: 'v18.18.0', npm: '10.1.0' } [2023-09-20T21:06:15.473Z] npm WARN EBADENGINE } [2023-09-20T21:06:15.473Z] npm WARN EBADENGINE Unsupported engine { [2023-09-20T21:06:15.473Z] npm WARN EBADENGINE package: '@angular-devkit/build-optimizer@0.1202.4', [2023-09-20T21:06:15.473Z] npm WARN EBADENGINE required: { [2023-09-20T21:06:15.473Z] npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', [2023-09-20T21:06:15.473Z] npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', [2023-09-20T21:06:15.473Z] npm WARN EBADENGINE yarn: '>= 1.13.0' [2023-09-20T21:06:15.473Z] npm WARN EBADENGINE }, [2023-09-20T21:06:15.473Z] npm WARN EBADENGINE current: { node: 'v18.18.0', npm: '10.1.0' } [2023-09-20T21:06:15.473Z] npm WARN EBADENGINE } [2023-09-20T21:06:15.473Z] npm WARN EBADENGINE Unsupported engine { [2023-09-20T21:06:15.473Z] npm WARN EBADENGINE package: '@angular-devkit/build-webpack@0.1202.4', [2023-09-20T21:06:15.473Z] npm WARN EBADENGINE required: { [2023-09-20T21:06:15.473Z] npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', [2023-09-20T21:06:15.473Z] npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', [2023-09-20T21:06:15.473Z] npm WARN EBADENGINE yarn: '>= 1.13.0' [2023-09-20T21:06:15.473Z] npm WARN EBADENGINE }, [2023-09-20T21:06:15.473Z] npm WARN EBADENGINE current: { node: 'v18.18.0', npm: '10.1.0' } [2023-09-20T21:06:15.473Z] npm WARN EBADENGINE } [2023-09-20T21:06:15.473Z] npm WARN EBADENGINE Unsupported engine { [2023-09-20T21:06:15.473Z] npm WARN EBADENGINE package: '@angular-devkit/core@12.2.4', [2023-09-20T21:06:15.473Z] npm WARN EBADENGINE required: { [2023-09-20T21:06:15.473Z] npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', [2023-09-20T21:06:15.473Z] npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', [2023-09-20T21:06:15.473Z] npm WARN EBADENGINE yarn: '>= 1.13.0' [2023-09-20T21:06:15.473Z] npm WARN EBADENGINE }, [2023-09-20T21:06:15.473Z] npm WARN EBADENGINE current: { node: 'v18.18.0', npm: '10.1.0' } [2023-09-20T21:06:15.473Z] npm WARN EBADENGINE } [2023-09-20T21:06:15.473Z] npm WARN EBADENGINE Unsupported engine { [2023-09-20T21:06:15.473Z] npm WARN EBADENGINE package: '@angular-devkit/schematics@12.2.4', [2023-09-20T21:06:15.473Z] npm WARN EBADENGINE required: { [2023-09-20T21:06:15.473Z] npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', [2023-09-20T21:06:15.473Z] npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', [2023-09-20T21:06:15.473Z] npm WARN EBADENGINE yarn: '>= 1.13.0' [2023-09-20T21:06:15.473Z] npm WARN EBADENGINE }, [2023-09-20T21:06:15.473Z] npm WARN EBADENGINE current: { node: 'v18.18.0', npm: '10.1.0' } [2023-09-20T21:06:15.473Z] npm WARN EBADENGINE } [2023-09-20T21:06:15.473Z] npm WARN EBADENGINE Unsupported engine { [2023-09-20T21:06:15.473Z] npm WARN EBADENGINE package: '@angular/cli@12.2.4', [2023-09-20T21:06:15.473Z] npm WARN EBADENGINE required: { [2023-09-20T21:06:15.473Z] npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', [2023-09-20T21:06:15.473Z] npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', [2023-09-20T21:06:15.473Z] npm WARN EBADENGINE yarn: '>= 1.13.0' [2023-09-20T21:06:15.473Z] npm WARN EBADENGINE }, [2023-09-20T21:06:15.473Z] npm WARN EBADENGINE current: { node: 'v18.18.0', npm: '10.1.0' } [2023-09-20T21:06:15.473Z] npm WARN EBADENGINE } [2023-09-20T21:06:15.473Z] npm WARN EBADENGINE Unsupported engine { [2023-09-20T21:06:15.473Z] npm WARN EBADENGINE package: '@ngtools/webpack@12.2.4', [2023-09-20T21:06:15.473Z] npm WARN EBADENGINE required: { [2023-09-20T21:06:15.473Z] npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', [2023-09-20T21:06:15.473Z] npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', [2023-09-20T21:06:15.473Z] npm WARN EBADENGINE yarn: '>= 1.13.0' [2023-09-20T21:06:15.473Z] npm WARN EBADENGINE }, [2023-09-20T21:06:15.473Z] npm WARN EBADENGINE current: { node: 'v18.18.0', npm: '10.1.0' } [2023-09-20T21:06:15.473Z] npm WARN EBADENGINE } [2023-09-20T21:06:15.473Z] npm WARN EBADENGINE Unsupported engine { [2023-09-20T21:06:15.473Z] npm WARN EBADENGINE package: '@schematics/angular@12.2.4', [2023-09-20T21:06:15.473Z] npm WARN EBADENGINE required: { [2023-09-20T21:06:15.473Z] npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', [2023-09-20T21:06:15.473Z] npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', [2023-09-20T21:06:15.473Z] npm WARN EBADENGINE yarn: '>= 1.13.0' [2023-09-20T21:06:15.473Z] npm WARN EBADENGINE }, [2023-09-20T21:06:15.473Z] npm WARN EBADENGINE current: { node: 'v18.18.0', npm: '10.1.0' } [2023-09-20T21:06:15.473Z] npm WARN EBADENGINE } [2023-09-20T21:09:07.313Z] npm WARN deprecated @npmcli/move-file@1.1.2: This functionality has been moved to @npmcli/fs [2023-09-20T21:09:08.280Z] 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-20T21:09:08.280Z] 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-20T21:09:12.600Z] npm WARN deprecated source-map-resolve@0.5.3: See https://github.com/lydell/source-map-resolve#deprecated [2023-09-20T21:09:22.697Z] 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-20T21:09:24.116Z] npm WARN deprecated source-map-resolve@0.5.3: See https://github.com/lydell/source-map-resolve#deprecated [2023-09-20T21:09:24.706Z] 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-20T21:09:25.673Z] npm WARN deprecated urix@0.1.0: Please see https://github.com/lydell/urix#deprecated [2023-09-20T21:09:27.634Z] 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-20T21:09:29.600Z] npm WARN deprecated source-map-url@0.4.1: See https://github.com/lydell/source-map-url#deprecated [2023-09-20T21:09:29.600Z] npm WARN deprecated source-map-resolve@0.6.0: See https://github.com/lydell/source-map-resolve#deprecated [2023-09-20T21:09:33.875Z] npm WARN deprecated sourcemap-codec@1.4.8: Please use @jridgewell/sourcemap-codec instead [2023-09-20T21:09:33.875Z] npm WARN deprecated resolve-url@0.2.1: https://github.com/lydell/resolve-url#deprecated [2023-09-20T21:09:39.237Z] npm WARN deprecated querystring@0.2.0: The querystring API is considered Legacy. new code should use the URLSearchParams API instead. [2023-09-20T21:09:45.890Z] npm WARN deprecated har-validator@5.1.5: this library is no longer supported [2023-09-20T21:09:46.158Z] npm WARN deprecated flatten@1.0.3: flatten is deprecated in favor of utility frameworks such as lodash. [2023-09-20T21:09:48.111Z] 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-20T21:09:48.111Z] 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-20T21:09:48.111Z] 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-20T21:09:48.111Z] 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-20T21:09:48.111Z] 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-20T21:09:48.111Z] 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-20T21:09:48.111Z] 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-20T21:09:48.378Z] 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-20T21:09:48.378Z] 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-20T21:09:48.378Z] 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-20T21:09:48.378Z] 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-20T21:09:48.378Z] 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-20T21:09:48.378Z] 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-20T21:09:49.336Z] npm WARN deprecated request@2.88.2: request has been deprecated, see https://github.com/request/request/issues/3142 [2023-09-20T21:09:51.450Z] 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-20T21:09:51.717Z] 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-20T21:10:06.701Z] 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-20T21:10:06.701Z] 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-20T21:10:21.942Z] 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-20T21:10:48.608Z] 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-20T21:11:27.466Z] [2023-09-20T21:11:27.466Z] added 1475 packages, and audited 1476 packages in 6m [2023-09-20T21:11:27.466Z] [2023-09-20T21:11:27.466Z] 90 packages are looking for funding [2023-09-20T21:11:27.466Z] run `npm fund` for details [2023-09-20T21:11:27.466Z] [2023-09-20T21:11:27.466Z] 40 vulnerabilities (1 low, 17 moderate, 17 high, 5 critical) [2023-09-20T21:11:27.466Z] [2023-09-20T21:11:27.466Z] To address issues that do not require attention, run: [2023-09-20T21:11:27.466Z] npm audit fix [2023-09-20T21:11:27.466Z] [2023-09-20T21:11:27.466Z] To address all issues (including breaking changes), run: [2023-09-20T21:11:27.466Z] npm audit fix --force [2023-09-20T21:11:27.466Z] [2023-09-20T21:11:27.466Z] Run `npm audit` for details. [2023-09-20T21:11:31.733Z] 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-20T21:11:46.703Z] - Generating browser application bundles (phase: setup)... [2023-09-20T21:12:18.892Z] Compiling @angular/core : es2015 as esm2015 [2023-09-20T21:12:18.892Z] Compiling @angular/compiler/testing : es2015 as esm2015 [2023-09-20T21:12:40.957Z] Compiling @angular/core/testing : es2015 as esm2015 [2023-09-20T21:12:40.957Z] Compiling @angular/common : es2015 as esm2015 [2023-09-20T21:12:47.725Z] Compiling @angular/platform-browser : es2015 as esm2015 [2023-09-20T21:12:47.725Z] Compiling @angular/common/testing : es2015 as esm2015 [2023-09-20T21:12:51.092Z] Compiling @angular/router : es2015 as esm2015 [2023-09-20T21:12:52.050Z] Compiling @angular/platform-browser-dynamic : es2015 as esm2015 [2023-09-20T21:12:57.386Z] Compiling @angular/platform-browser/testing : es2015 as esm2015 [2023-09-20T21:12:57.652Z] Compiling @angular/common/http : es2015 as esm2015 [2023-09-20T21:12:58.608Z] Compiling @angular/platform-browser-dynamic/testing : es2015 as esm2015 [2023-09-20T21:13:02.855Z] Compiling @angular/forms : es2015 as esm2015 [2023-09-20T21:13:02.855Z] Compiling @angular/router/testing : es2015 as esm2015 [2023-09-20T21:13:02.855Z] Compiling @angular/common/http/testing : es2015 as esm2015 [2023-09-20T21:13:59.995Z] 20 09 2023 21:13:54.620:INFO [karma-server]: Karma v6.3.16 server started at http://localhost:9876/ [2023-09-20T21:13:59.995Z] 20 09 2023 21:13:54.631:INFO [launcher]: Launching browsers ChromeHeadlessNoSandbox with concurrency unlimited [2023-09-20T21:13:59.995Z] 20 09 2023 21:13:54.657:INFO [launcher]: Starting browser ChromeHeadless [2023-09-20T21:15:08.242Z] 20 09 2023 21:14:56.809:WARN [launcher]: ChromeHeadless has not captured in 60000 ms, killing. [2023-09-20T21:15:08.242Z] 20 09 2023 21:15:07.273:WARN [launcher]: ChromeHeadless was not killed in 2000 ms, sending SIGKILL. [2023-09-20T21:15:10.174Z] 20 09 2023 21:15:10.153:INFO [launcher]: Trying to start ChromeHeadless again (1/2). [2023-09-20T21:15:49.014Z] ✔ Browser application bundle generation complete. [2023-09-20T21:15:49.014Z] 20 09 2023 21:15:43.723:INFO [Chrome Headless 115.0.5790.170 (Linux aarch64)]: Connected on socket W-Std9pLBjtTZSOfAAAB with id 19552264 [2023-09-20T21:16:01.304Z] Chrome Headless 115.0.5790.170 (Linux aarch64): Executed 0 of 145 SUCCESS (0 secs / 0 secs) [2023-09-20T21:16:01.304Z] Chrome Headless 115.0.5790.170 (Linux aarch64): Executed 1 of 145 SUCCESS (0 secs / 0.245 secs) [2023-09-20T21:16:01.304Z] Chrome Headless 115.0.5790.170 (Linux aarch64): Executed 2 of 145 SUCCESS (0 secs / 0.597 secs) [2023-09-20T21:16:01.304Z] Chrome Headless 115.0.5790.170 (Linux aarch64): Executed 3 of 145 SUCCESS (0 secs / 0.745 secs) [2023-09-20T21:16:01.571Z] Chrome Headless 115.0.5790.170 (Linux aarch64): Executed 4 of 145 SUCCESS (0 secs / 0.993 secs) [2023-09-20T21:16:01.838Z] Chrome Headless 115.0.5790.170 (Linux aarch64): Executed 5 of 145 SUCCESS (0 secs / 1.084 secs) [2023-09-20T21:16:01.838Z] Chrome Headless 115.0.5790.170 (Linux aarch64): Executed 6 of 145 SUCCESS (0 secs / 1.1 secs) [2023-09-20T21:16:01.838Z] Chrome Headless 115.0.5790.170 (Linux aarch64): Executed 7 of 145 SUCCESS (0 secs / 1.116 secs) [2023-09-20T21:16:01.838Z] Chrome Headless 115.0.5790.170 (Linux aarch64): Executed 8 of 145 SUCCESS (0 secs / 1.161 secs) [2023-09-20T21:16:02.421Z] Chrome Headless 115.0.5790.170 (Linux aarch64): Executed 9 of 145 SUCCESS (0 secs / 1.582 secs) [2023-09-20T21:16:02.689Z] Chrome Headless 115.0.5790.170 (Linux aarch64): Executed 10 of 145 SUCCESS (0 secs / 1.689 secs) [2023-09-20T21:16:02.689Z] Chrome Headless 115.0.5790.170 (Linux aarch64): Executed 11 of 145 SUCCESS (0 secs / 1.707 secs) [2023-09-20T21:16:02.689Z] Chrome Headless 115.0.5790.170 (Linux aarch64): Executed 12 of 145 SUCCESS (0 secs / 1.815 secs) [2023-09-20T21:16:02.954Z] Chrome Headless 115.0.5790.170 (Linux aarch64): Executed 13 of 145 SUCCESS (0 secs / 2.06 secs) [2023-09-20T21:16:02.954Z] Chrome Headless 115.0.5790.170 (Linux aarch64): Executed 14 of 145 SUCCESS (0 secs / 2.115 secs) [2023-09-20T21:16:03.220Z] Chrome Headless 115.0.5790.170 (Linux aarch64): Executed 15 of 145 SUCCESS (0 secs / 2.167 secs) [2023-09-20T21:16:03.220Z] Chrome Headless 115.0.5790.170 (Linux aarch64): Executed 16 of 145 SUCCESS (0 secs / 2.217 secs) [2023-09-20T21:16:03.487Z] Chrome Headless 115.0.5790.170 (Linux aarch64): Executed 17 of 145 SUCCESS (0 secs / 2.398 secs) [2023-09-20T21:16:03.487Z] Chrome Headless 115.0.5790.170 (Linux aarch64): Executed 18 of 145 SUCCESS (0 secs / 2.445 secs) [2023-09-20T21:16:03.753Z] Chrome Headless 115.0.5790.170 (Linux aarch64): Executed 19 of 145 SUCCESS (0 secs / 2.575 secs) [2023-09-20T21:16:03.753Z] Chrome Headless 115.0.5790.170 (Linux aarch64): Executed 20 of 145 SUCCESS (0 secs / 2.655 secs) [2023-09-20T21:16:03.753Z] Chrome Headless 115.0.5790.170 (Linux aarch64): Executed 21 of 145 SUCCESS (0 secs / 2.728 secs) [2023-09-20T21:16:04.019Z] Chrome Headless 115.0.5790.170 (Linux aarch64): Executed 22 of 145 SUCCESS (0 secs / 2.902 secs) [2023-09-20T21:16:04.285Z] Chrome Headless 115.0.5790.170 (Linux aarch64): Executed 23 of 145 SUCCESS (0 secs / 3.058 secs) [2023-09-20T21:16:04.285Z] Chrome Headless 115.0.5790.170 (Linux aarch64): Executed 24 of 145 SUCCESS (0 secs / 3.079 secs) [2023-09-20T21:16:04.285Z] Chrome Headless 115.0.5790.170 (Linux aarch64): Executed 25 of 145 SUCCESS (0 secs / 3.145 secs) [2023-09-20T21:16:04.549Z] Chrome Headless 115.0.5790.170 (Linux aarch64): Executed 26 of 145 SUCCESS (0 secs / 3.433 secs) [2023-09-20T21:16:04.814Z] Chrome Headless 115.0.5790.170 (Linux aarch64): Executed 27 of 145 SUCCESS (0 secs / 3.472 secs) [2023-09-20T21:16:04.814Z] Chrome Headless 115.0.5790.170 (Linux aarch64): Executed 28 of 145 SUCCESS (0 secs / 3.513 secs) [2023-09-20T21:16:05.080Z] Chrome Headless 115.0.5790.170 (Linux aarch64): Executed 29 of 145 SUCCESS (0 secs / 3.656 secs) [2023-09-20T21:16:05.080Z] Chrome Headless 115.0.5790.170 (Linux aarch64): Executed 30 of 145 SUCCESS (0 secs / 3.672 secs) [2023-09-20T21:16:05.080Z] Chrome Headless 115.0.5790.170 (Linux aarch64): Executed 31 of 145 SUCCESS (0 secs / 3.722 secs) [2023-09-20T21:16:05.080Z] Chrome Headless 115.0.5790.170 (Linux aarch64): Executed 32 of 145 SUCCESS (0 secs / 3.764 secs) [2023-09-20T21:16:05.080Z] Chrome Headless 115.0.5790.170 (Linux aarch64): Executed 33 of 145 SUCCESS (0 secs / 3.83 secs) [2023-09-20T21:16:05.356Z] Chrome Headless 115.0.5790.170 (Linux aarch64): Executed 34 of 145 SUCCESS (0 secs / 3.859 secs) [2023-09-20T21:16:05.356Z] Chrome Headless 115.0.5790.170 (Linux aarch64): Executed 35 of 145 SUCCESS (0 secs / 3.96 secs) [2023-09-20T21:16:05.356Z] Chrome Headless 115.0.5790.170 (Linux aarch64): Executed 36 of 145 SUCCESS (0 secs / 4.017 secs) [2023-09-20T21:16:05.622Z] Chrome Headless 115.0.5790.170 (Linux aarch64): Executed 37 of 145 SUCCESS (0 secs / 4.06 secs) [2023-09-20T21:16:05.622Z] Chrome Headless 115.0.5790.170 (Linux aarch64): Executed 38 of 145 SUCCESS (0 secs / 4.173 secs) [2023-09-20T21:16:05.622Z] Chrome Headless 115.0.5790.170 (Linux aarch64): Executed 39 of 145 SUCCESS (0 secs / 4.196 secs) [2023-09-20T21:16:05.622Z] Chrome Headless 115.0.5790.170 (Linux aarch64): Executed 40 of 145 SUCCESS (0 secs / 4.215 secs) [2023-09-20T21:16:05.622Z] Chrome Headless 115.0.5790.170 (Linux aarch64): Executed 41 of 145 SUCCESS (0 secs / 4.23 secs) [2023-09-20T21:16:05.622Z] Chrome Headless 115.0.5790.170 (Linux aarch64): Executed 42 of 145 SUCCESS (0 secs / 4.251 secs) [2023-09-20T21:16:05.888Z] Chrome Headless 115.0.5790.170 (Linux aarch64): Executed 43 of 145 SUCCESS (0 secs / 4.294 secs) [2023-09-20T21:16:05.888Z] Chrome Headless 115.0.5790.170 (Linux aarch64): Executed 44 of 145 SUCCESS (0 secs / 4.473 secs) [2023-09-20T21:16:06.153Z] Chrome Headless 115.0.5790.170 (Linux aarch64): Executed 45 of 145 SUCCESS (0 secs / 4.543 secs) [2023-09-20T21:16:06.153Z] Chrome Headless 115.0.5790.170 (Linux aarch64): Executed 46 of 145 SUCCESS (0 secs / 4.583 secs) [2023-09-20T21:16:06.153Z] Chrome Headless 115.0.5790.170 (Linux aarch64): Executed 47 of 145 SUCCESS (0 secs / 4.596 secs) [2023-09-20T21:16:06.153Z] Chrome Headless 115.0.5790.170 (Linux aarch64): Executed 48 of 145 SUCCESS (0 secs / 4.611 secs) [2023-09-20T21:16:06.419Z] Chrome Headless 115.0.5790.170 (Linux aarch64): Executed 49 of 145 SUCCESS (0 secs / 4.745 secs) [2023-09-20T21:16:06.419Z] Chrome Headless 115.0.5790.170 (Linux aarch64): Executed 50 of 145 SUCCESS (0 secs / 4.776 secs) [2023-09-20T21:16:06.419Z] Chrome Headless 115.0.5790.170 (Linux aarch64): Executed 51 of 145 SUCCESS (0 secs / 4.804 secs) [2023-09-20T21:16:06.685Z] Chrome Headless 115.0.5790.170 (Linux aarch64): Executed 52 of 145 SUCCESS (0 secs / 4.873 secs) [2023-09-20T21:16:06.685Z] Chrome Headless 115.0.5790.170 (Linux aarch64): Executed 53 of 145 SUCCESS (0 secs / 4.889 secs) [2023-09-20T21:16:07.263Z] Chrome Headless 115.0.5790.170 (Linux aarch64): Executed 54 of 145 SUCCESS (0 secs / 5.315 secs) [2023-09-20T21:16:07.263Z] Chrome Headless 115.0.5790.170 (Linux aarch64): Executed 55 of 145 SUCCESS (0 secs / 5.427 secs) [2023-09-20T21:16:07.263Z] Chrome Headless 115.0.5790.170 (Linux aarch64): Executed 56 of 145 SUCCESS (0 secs / 5.479 secs) [2023-09-20T21:16:07.264Z] Chrome Headless 115.0.5790.170 (Linux aarch64): Executed 57 of 145 SUCCESS (0 secs / 5.494 secs) [2023-09-20T21:16:07.528Z] Chrome Headless 115.0.5790.170 (Linux aarch64): Executed 58 of 145 SUCCESS (0 secs / 5.657 secs) [2023-09-20T21:16:07.793Z] Chrome Headless 115.0.5790.170 (Linux aarch64): Executed 59 of 145 SUCCESS (0 secs / 5.78 secs) [2023-09-20T21:16:07.793Z] Chrome Headless 115.0.5790.170 (Linux aarch64): Executed 60 of 145 SUCCESS (0 secs / 5.817 secs) [2023-09-20T21:16:07.793Z] Chrome Headless 115.0.5790.170 (Linux aarch64): Executed 61 of 145 SUCCESS (0 secs / 5.852 secs) [2023-09-20T21:16:08.061Z] Chrome Headless 115.0.5790.170 (Linux aarch64): Executed 62 of 145 SUCCESS (0 secs / 5.963 secs) [2023-09-20T21:16:08.061Z] Chrome Headless 115.0.5790.170 (Linux aarch64): Executed 63 of 145 SUCCESS (0 secs / 5.991 secs) [2023-09-20T21:16:08.061Z] Chrome Headless 115.0.5790.170 (Linux aarch64): Executed 64 of 145 SUCCESS (0 secs / 6.027 secs) [2023-09-20T21:16:08.061Z] Chrome Headless 115.0.5790.170 (Linux aarch64): Executed 65 of 145 SUCCESS (0 secs / 6.045 secs) [2023-09-20T21:16:08.061Z] Chrome Headless 115.0.5790.170 (Linux aarch64): Executed 66 of 145 SUCCESS (0 secs / 6.062 secs) [2023-09-20T21:16:08.061Z] Chrome Headless 115.0.5790.170 (Linux aarch64): Executed 67 of 145 SUCCESS (0 secs / 6.078 secs) [2023-09-20T21:16:08.329Z] Chrome Headless 115.0.5790.170 (Linux aarch64): Executed 68 of 145 SUCCESS (0 secs / 6.197 secs) [2023-09-20T21:16:08.329Z] Chrome Headless 115.0.5790.170 (Linux aarch64): Executed 69 of 145 SUCCESS (0 secs / 6.229 secs) [2023-09-20T21:16:08.594Z] Chrome Headless 115.0.5790.170 (Linux aarch64): Executed 70 of 145 SUCCESS (0 secs / 6.378 secs) [2023-09-20T21:16:08.594Z] Chrome Headless 115.0.5790.170 (Linux aarch64): Executed 71 of 145 SUCCESS (0 secs / 6.393 secs) [2023-09-20T21:16:08.594Z] Chrome Headless 115.0.5790.170 (Linux aarch64): Executed 72 of 145 SUCCESS (0 secs / 6.403 secs) [2023-09-20T21:16:08.594Z] Chrome Headless 115.0.5790.170 (Linux aarch64): Executed 73 of 145 SUCCESS (0 secs / 6.439 secs) [2023-09-20T21:16:08.860Z] Chrome Headless 115.0.5790.170 (Linux aarch64): Executed 74 of 145 SUCCESS (0 secs / 6.473 secs) [2023-09-20T21:16:08.860Z] Chrome Headless 115.0.5790.170 (Linux aarch64): Executed 75 of 145 SUCCESS (0 secs / 6.547 secs) [2023-09-20T21:16:08.860Z] Chrome Headless 115.0.5790.170 (Linux aarch64): Executed 76 of 145 SUCCESS (0 secs / 6.568 secs) [2023-09-20T21:16:08.860Z] Chrome Headless 115.0.5790.170 (Linux aarch64): Executed 77 of 145 SUCCESS (0 secs / 6.589 secs) [2023-09-20T21:16:08.860Z] Chrome Headless 115.0.5790.170 (Linux aarch64): Executed 78 of 145 SUCCESS (0 secs / 6.608 secs) [2023-09-20T21:16:08.860Z] Chrome Headless 115.0.5790.170 (Linux aarch64): Executed 79 of 145 SUCCESS (0 secs / 6.627 secs) [2023-09-20T21:16:08.860Z] Chrome Headless 115.0.5790.170 (Linux aarch64): Executed 80 of 145 SUCCESS (0 secs / 6.639 secs) [2023-09-20T21:16:09.125Z] Chrome Headless 115.0.5790.170 (Linux aarch64): Executed 81 of 145 SUCCESS (0 secs / 6.69 secs) [2023-09-20T21:16:09.126Z] Chrome Headless 115.0.5790.170 (Linux aarch64): Executed 82 of 145 SUCCESS (0 secs / 6.717 secs) [2023-09-20T21:16:09.126Z] Chrome Headless 115.0.5790.170 (Linux aarch64): Executed 83 of 145 SUCCESS (0 secs / 6.821 secs) [2023-09-20T21:16:09.392Z] Chrome Headless 115.0.5790.170 (Linux aarch64): Executed 84 of 145 SUCCESS (0 secs / 6.976 secs) [2023-09-20T21:16:09.392Z] Chrome Headless 115.0.5790.170 (Linux aarch64): Executed 85 of 145 SUCCESS (0 secs / 6.993 secs) [2023-09-20T21:16:09.392Z] Chrome Headless 115.0.5790.170 (Linux aarch64): Executed 86 of 145 SUCCESS (0 secs / 7.002 secs) [2023-09-20T21:16:09.658Z] Chrome Headless 115.0.5790.170 (Linux aarch64): Executed 87 of 145 SUCCESS (0 secs / 7.109 secs) [2023-09-20T21:16:09.658Z] Chrome Headless 115.0.5790.170 (Linux aarch64): Executed 88 of 145 SUCCESS (0 secs / 7.135 secs) [2023-09-20T21:16:09.658Z] Chrome Headless 115.0.5790.170 (Linux aarch64): Executed 89 of 145 SUCCESS (0 secs / 7.146 secs) [2023-09-20T21:16:09.658Z] Chrome Headless 115.0.5790.170 (Linux aarch64): Executed 90 of 145 SUCCESS (0 secs / 7.155 secs) [2023-09-20T21:16:09.658Z] Chrome Headless 115.0.5790.170 (Linux aarch64): Executed 91 of 145 SUCCESS (0 secs / 7.177 secs) [2023-09-20T21:16:09.658Z] Chrome Headless 115.0.5790.170 (Linux aarch64): Executed 92 of 145 SUCCESS (0 secs / 7.194 secs) [2023-09-20T21:16:09.658Z] Chrome Headless 115.0.5790.170 (Linux aarch64): Executed 93 of 145 SUCCESS (0 secs / 7.202 secs) [2023-09-20T21:16:09.925Z] Chrome Headless 115.0.5790.170 (Linux aarch64): Executed 94 of 145 SUCCESS (0 secs / 7.226 secs) [2023-09-20T21:16:09.925Z] Chrome Headless 115.0.5790.170 (Linux aarch64): Executed 95 of 145 SUCCESS (0 secs / 7.235 secs) [2023-09-20T21:16:09.925Z] Chrome Headless 115.0.5790.170 (Linux aarch64): Executed 96 of 145 SUCCESS (0 secs / 7.243 secs) [2023-09-20T21:16:09.925Z] Chrome Headless 115.0.5790.170 (Linux aarch64): Executed 97 of 145 SUCCESS (0 secs / 7.255 secs) [2023-09-20T21:16:09.925Z] Chrome Headless 115.0.5790.170 (Linux aarch64): Executed 98 of 145 SUCCESS (0 secs / 7.264 secs) [2023-09-20T21:16:09.925Z] Chrome Headless 115.0.5790.170 (Linux aarch64): Executed 99 of 145 SUCCESS (0 secs / 7.284 secs) [2023-09-20T21:16:10.190Z] Chrome Headless 115.0.5790.170 (Linux aarch64): Executed 100 of 145 SUCCESS (0 secs / 7.439 secs) [2023-09-20T21:16:10.190Z] Chrome Headless 115.0.5790.170 (Linux aarch64): Executed 101 of 145 SUCCESS (0 secs / 7.536 secs) [2023-09-20T21:16:10.457Z] Chrome Headless 115.0.5790.170 (Linux aarch64): Executed 102 of 145 SUCCESS (0 secs / 7.697 secs) [2023-09-20T21:16:10.457Z] Chrome Headless 115.0.5790.170 (Linux aarch64): Executed 103 of 145 SUCCESS (0 secs / 7.787 secs) [2023-09-20T21:16:10.724Z] Chrome Headless 115.0.5790.170 (Linux aarch64): Executed 104 of 145 SUCCESS (0 secs / 7.826 secs) [2023-09-20T21:16:10.724Z] Chrome Headless 115.0.5790.170 (Linux aarch64): Executed 105 of 145 SUCCESS (0 secs / 7.843 secs) [2023-09-20T21:16:10.724Z] Chrome Headless 115.0.5790.170 (Linux aarch64): Executed 106 of 145 SUCCESS (0 secs / 7.852 secs) [2023-09-20T21:16:10.724Z] Chrome Headless 115.0.5790.170 (Linux aarch64): Executed 107 of 145 SUCCESS (0 secs / 7.891 secs) [2023-09-20T21:16:10.990Z] Chrome Headless 115.0.5790.170 (Linux aarch64): Executed 108 of 145 SUCCESS (0 secs / 7.995 secs) [2023-09-20T21:16:10.990Z] Chrome Headless 115.0.5790.170 (Linux aarch64): Executed 109 of 145 SUCCESS (0 secs / 8.041 secs) [2023-09-20T21:16:10.990Z] Chrome Headless 115.0.5790.170 (Linux aarch64): Executed 110 of 145 SUCCESS (0 secs / 8.085 secs) [2023-09-20T21:16:10.990Z] Chrome Headless 115.0.5790.170 (Linux aarch64): Executed 111 of 145 SUCCESS (0 secs / 8.123 secs) [2023-09-20T21:16:11.256Z] Chrome Headless 115.0.5790.170 (Linux aarch64): Executed 112 of 145 SUCCESS (0 secs / 8.175 secs) [2023-09-20T21:16:11.256Z] Chrome Headless 115.0.5790.170 (Linux aarch64): Executed 113 of 145 SUCCESS (0 secs / 8.188 secs) [2023-09-20T21:16:11.256Z] Chrome Headless 115.0.5790.170 (Linux aarch64): Executed 114 of 145 SUCCESS (0 secs / 8.2 secs) [2023-09-20T21:16:11.256Z] Chrome Headless 115.0.5790.170 (Linux aarch64): Executed 115 of 145 SUCCESS (0 secs / 8.262 secs) [2023-09-20T21:16:11.256Z] Chrome Headless 115.0.5790.170 (Linux aarch64): Executed 116 of 145 SUCCESS (0 secs / 8.295 secs) [2023-09-20T21:16:11.523Z] Chrome Headless 115.0.5790.170 (Linux aarch64): Executed 117 of 145 SUCCESS (0 secs / 8.308 secs) [2023-09-20T21:16:11.523Z] Chrome Headless 115.0.5790.170 (Linux aarch64): Executed 118 of 145 SUCCESS (0 secs / 8.316 secs) [2023-09-20T21:16:11.523Z] Chrome Headless 115.0.5790.170 (Linux aarch64): Executed 119 of 145 SUCCESS (0 secs / 8.326 secs) [2023-09-20T21:16:11.523Z] Chrome Headless 115.0.5790.170 (Linux aarch64): Executed 120 of 145 SUCCESS (0 secs / 8.362 secs) [2023-09-20T21:16:11.523Z] Chrome Headless 115.0.5790.170 (Linux aarch64): Executed 121 of 145 SUCCESS (0 secs / 8.401 secs) [2023-09-20T21:16:11.788Z] Chrome Headless 115.0.5790.170 (Linux aarch64): Executed 122 of 145 SUCCESS (0 secs / 8.505 secs) [2023-09-20T21:16:11.788Z] Chrome Headless 115.0.5790.170 (Linux aarch64): Executed 123 of 145 SUCCESS (0 secs / 8.596 secs) [2023-09-20T21:16:12.053Z] Chrome Headless 115.0.5790.170 (Linux aarch64): Executed 124 of 145 SUCCESS (0 secs / 8.689 secs) [2023-09-20T21:16:12.053Z] Chrome Headless 115.0.5790.170 (Linux aarch64): Executed 125 of 145 SUCCESS (0 secs / 8.816 secs) [2023-09-20T21:16:12.053Z] Chrome Headless 115.0.5790.170 (Linux aarch64): Executed 126 of 145 SUCCESS (0 secs / 8.837 secs) [2023-09-20T21:16:12.318Z] Chrome Headless 115.0.5790.170 (Linux aarch64): Executed 127 of 145 SUCCESS (0 secs / 8.895 secs) [2023-09-20T21:16:12.318Z] Chrome Headless 115.0.5790.170 (Linux aarch64): Executed 128 of 145 SUCCESS (0 secs / 8.959 secs) [2023-09-20T21:16:12.318Z] Chrome Headless 115.0.5790.170 (Linux aarch64): Executed 129 of 145 SUCCESS (0 secs / 9.005 secs) [2023-09-20T21:16:12.318Z] Chrome Headless 115.0.5790.170 (Linux aarch64): Executed 130 of 145 SUCCESS (0 secs / 9.031 secs) [2023-09-20T21:16:12.588Z] Chrome Headless 115.0.5790.170 (Linux aarch64): Executed 131 of 145 SUCCESS (0 secs / 9.056 secs) [2023-09-20T21:16:12.588Z] Chrome Headless 115.0.5790.170 (Linux aarch64): Executed 132 of 145 SUCCESS (0 secs / 9.098 secs) [2023-09-20T21:16:12.588Z] Chrome Headless 115.0.5790.170 (Linux aarch64): Executed 133 of 145 SUCCESS (0 secs / 9.123 secs) [2023-09-20T21:16:12.588Z] Chrome Headless 115.0.5790.170 (Linux aarch64): Executed 134 of 145 SUCCESS (0 secs / 9.174 secs) [2023-09-20T21:16:12.853Z] Chrome Headless 115.0.5790.170 (Linux aarch64): Executed 135 of 145 SUCCESS (0 secs / 9.315 secs) [2023-09-20T21:16:13.119Z] Chrome Headless 115.0.5790.170 (Linux aarch64): Executed 136 of 145 SUCCESS (0 secs / 9.446 secs) [2023-09-20T21:16:13.119Z] Chrome Headless 115.0.5790.170 (Linux aarch64): Executed 137 of 145 SUCCESS (0 secs / 9.535 secs) [2023-09-20T21:16:13.119Z] Chrome Headless 115.0.5790.170 (Linux aarch64): Executed 138 of 145 SUCCESS (0 secs / 9.586 secs) [2023-09-20T21:16:13.387Z] Chrome Headless 115.0.5790.170 (Linux aarch64): Executed 139 of 145 SUCCESS (0 secs / 9.684 secs) [2023-09-20T21:16:13.387Z] WARN: ' [2023-09-20T21:16:13.387Z] It looks like you're using ngModel on the same form field as formControlName. [2023-09-20T21:16:13.387Z] Support for using the ngModel input property and ngModelChange event with [2023-09-20T21:16:13.387Z] reactive form directives has been deprecated in Angular v6 and will be removed [2023-09-20T21:16:13.387Z] in a future version of Angular. [2023-09-20T21:16:13.387Z] [2023-09-20T21:16:13.387Z] For more information on this, see our API docs here: [2023-09-20T21:16:13.387Z] https://angular.io/api/forms/FormControlName#use-with-ngmodel [2023-09-20T21:16:13.387Z] ' [2023-09-20T21:16:13.387Z] Chrome Headless 115.0.5790.170 (Linux aarch64): Executed 139 of 145 SUCCESS (0 secs / 9.684 secs) [2023-09-20T21:16:13.387Z] WARN: ' [2023-09-20T21:16:13.387Z] It looks like you're using ngModel on the same form field as formControlName. [2023-09-20T21:16:13.387Z] Support for using the ngModel input property and ngModelChange event with [2023-09-20T21:16:13.387Z] reactive form directives has been deprecated in Angular v6 and will be removed [2023-09-20T21:16:13.387Z] in a future version of Angular. [2023-09-20T21:16:13.387Z] [2023-09-20T21:16:13.387Z] For more information on this, see our API docs here: [2023-09-20T21:16:13.387Z] https://angular.io/api/forms/FormControlName#use-with-ngmodel [2023-09-20T21:16:13.387Z] ' [2023-09-20T21:16:13.387Z] Chrome Headless 115.0.5790.170 (Linux aarch64): Executed 140 of 145 SUCCESS (0 secs / 9.794 secs) [2023-09-20T21:16:13.656Z] Chrome Headless 115.0.5790.170 (Linux aarch64): Executed 141 of 145 SUCCESS (0 secs / 9.854 secs) [2023-09-20T21:16:13.656Z] Chrome Headless 115.0.5790.170 (Linux aarch64): Executed 142 of 145 SUCCESS (0 secs / 9.891 secs) [2023-09-20T21:16:13.656Z] Chrome Headless 115.0.5790.170 (Linux aarch64): Executed 143 of 145 SUCCESS (0 secs / 9.929 secs) [2023-09-20T21:16:13.656Z] Chrome Headless 115.0.5790.170 (Linux aarch64): Executed 144 of 145 SUCCESS (0 secs / 9.956 secs) [2023-09-20T21:16:13.924Z] Chrome Headless 115.0.5790.170 (Linux aarch64): Executed 145 of 145 SUCCESS (0 secs / 10.019 secs) [2023-09-20T21:16:14.519Z] Chrome Headless 115.0.5790.170 (Linux aarch64): Executed 145 of 145 SUCCESS (14.065 secs / 10.019 secs) [2023-09-20T21:16:14.519Z] TOTAL: 145 SUCCESS [2023-09-20T21:16:14.519Z] ✔ Browser application bundle generation complete. [2023-09-20T21:16:17.861Z] [2023-09-20T21:16:17.861Z] =============================== Coverage summary =============================== [2023-09-20T21:16:17.861Z] Statements : 41.56% ( 1425/3429 ) [2023-09-20T21:16:17.861Z] Branches : 12.14% ( 109/898 ) [2023-09-20T21:16:17.861Z] Functions : 33.33% ( 417/1251 ) [2023-09-20T21:16:17.861Z] Lines : 39.45% ( 1280/3245 ) [2023-09-20T21:16:17.861Z] ================================================================================ [2023-09-20T21:16:17.861Z] 20 09 2023 21:16:17.285:WARN [launcher]: ChromeHeadless was not killed in 2000 ms, sending SIGKILL. [2023-09-20T21:16:18.128Z] ✔ Browser application bundle generation complete. [2023-09-20T21:16:19.095Z] make[1]: Leaving directory '/w/workspace/edgex-ui-go/123/web' [Pipeline] echo [2023-09-20T21:16:19.111Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2023-09-20T21:16:19.123Z] $ docker stop --time=1 3dce717d1450aafc1e2e4775fbfb3731abb69512cb80216ce9cf8e45a9c0e569 [2023-09-20T21:16:20.900Z] $ docker rm -f --volumes 3dce717d1450aafc1e2e4775fbfb3731abb69512cb80216ce9cf8e45a9c0e569 [Pipeline] // withDockerContainer [Pipeline] sh [2023-09-20T21:16:21.972Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2023-09-20T21:16:24.574Z] Warning: overwriting stash ‘coverage-report’ [2023-09-20T21:16:31.248Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-09-20T21:16:31.656Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2023-09-20T21:16:34.560Z] + ls -al . [2023-09-20T21:16:34.560Z] total 176 [2023-09-20T21:16:34.560Z] drwxrwxr-x 13 jenkins jenkins 4096 Sep 20 21:00 . [2023-09-20T21:16:34.560Z] drwxrwxr-x 4 jenkins jenkins 4096 Sep 20 20:57 .. [2023-09-20T21:16:34.560Z] drwxrwxr-x 2 jenkins jenkins 4096 Sep 20 20:57 .blubracket [2023-09-20T21:16:34.560Z] -rw-rw-r-- 1 jenkins jenkins 18 Sep 20 20:57 .dockerignore [2023-09-20T21:16:34.560Z] drwxrwxr-x 8 jenkins jenkins 4096 Sep 20 20:57 .git [2023-09-20T21:16:34.560Z] drwxrwxr-x 3 jenkins jenkins 4096 Sep 20 20:57 .github [2023-09-20T21:16:34.560Z] -rw-rw-r-- 1 jenkins jenkins 185 Sep 20 20:57 .gitignore [2023-09-20T21:16:34.560Z] -rw-rw-r-- 1 jenkins jenkins 8418 Sep 20 20:57 Attribution.txt [2023-09-20T21:16:34.560Z] -rw-rw-r-- 1 jenkins jenkins 19103 Sep 20 20:57 CHANGELOG.md [2023-09-20T21:16:34.560Z] -rw-rw-r-- 1 jenkins jenkins 3959 Sep 20 20:57 CONTRIBUTING.md [2023-09-20T21:16:34.560Z] -rw-rw-r-- 1 jenkins jenkins 1788 Sep 20 20:57 Dockerfile [2023-09-20T21:16:34.560Z] -rw-rw-r-- 1 jenkins jenkins 652 Sep 20 20:57 Jenkinsfile [2023-09-20T21:16:34.560Z] -rw-rw-r-- 1 jenkins jenkins 11357 Sep 20 20:57 LICENSE [2023-09-20T21:16:34.560Z] -rw-rw-r-- 1 jenkins jenkins 2134 Sep 20 20:57 Makefile [2023-09-20T21:16:34.560Z] -rw-rw-r-- 1 jenkins jenkins 4549 Sep 20 20:57 README.md [2023-09-20T21:16:34.560Z] -rw-rw-r-- 1 jenkins jenkins 11 Sep 20 20:54 VERSION [2023-09-20T21:16:34.560Z] drwxrwxr-x 3 jenkins jenkins 4096 Sep 20 20:57 assets [2023-09-20T21:16:34.560Z] drwxrwxr-x 2 jenkins jenkins 4096 Sep 20 20:57 bin [2023-09-20T21:16:34.560Z] drwxrwxr-x 3 jenkins jenkins 4096 Sep 20 20:57 cmd [2023-09-20T21:16:34.560Z] -rw-r--r-- 1 jenkins jenkins 10 Sep 20 21:00 coverage.out [2023-09-20T21:16:34.560Z] drwxrwxr-x 2 jenkins jenkins 4096 Sep 20 20:57 docs [2023-09-20T21:16:34.560Z] -rw-rw-r-- 1 jenkins jenkins 2999 Sep 20 20:57 go.mod [2023-09-20T21:16:34.560Z] -rw-rw-r-- 1 jenkins jenkins 30528 Sep 20 20:57 go.sum [2023-09-20T21:16:34.560Z] drwxrwxr-x 8 jenkins jenkins 4096 Sep 20 20:57 internal [2023-09-20T21:16:34.560Z] drwxrwxr-x 4 jenkins jenkins 4096 Sep 20 20:57 snap [2023-09-20T21:16:34.560Z] drwxrwxr-x 4 jenkins jenkins 4096 Sep 20 20:57 testing [2023-09-20T21:16:34.560Z] -rw-rw-r-- 1 jenkins jenkins 155 Sep 20 20:57 version.go [2023-09-20T21:16:34.560Z] drwxrwxr-x 6 jenkins jenkins 4096 Sep 20 21:04 web [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-20T21:16:34.907Z] + docker build -t edgex-ui-arm64 -f Dockerfile --build-arg BASE=ci-base-image-arm64 --build-arg MAKE=make build --build-arg ARCH=arm64 --label git_sha=2fd4722eefcd485d8d8cf5eb24f524ab25e62510 --label arch=arm64 --label version=3.1.0-dev.5 . [2023-09-20T21:16:36.311Z] Sending build context to Docker daemon 33.07MB [2023-09-20T21:16:36.312Z] Step 1/25 : ARG BASE=golang:1.21-alpine3.18 [2023-09-20T21:16:36.312Z] Step 2/25 : FROM ${BASE} AS builder [2023-09-20T21:16:36.312Z] ---> d4657371d975 [2023-09-20T21:16:36.312Z] Step 3/25 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" [2023-09-20T21:16:36.577Z] ---> Running in 1f4658324562 [2023-09-20T21:16:36.843Z] Removing intermediate container 1f4658324562 [2023-09-20T21:16:36.843Z] ---> f06087800b7c [2023-09-20T21:16:36.843Z] Step 4/25 : ARG ALPINE_PKG_BASE="make git" [2023-09-20T21:16:36.843Z] ---> Running in 9ce8106c65d7 [2023-09-20T21:16:37.113Z] Removing intermediate container 9ce8106c65d7 [2023-09-20T21:16:37.113Z] ---> bb21ae99758f [2023-09-20T21:16:37.113Z] Step 5/25 : ARG ALPINE_PKG_EXTRA="" [2023-09-20T21:16:37.380Z] ---> Running in d686fc194177 [2023-09-20T21:16:37.645Z] Removing intermediate container d686fc194177 [2023-09-20T21:16:37.645Z] ---> c1686719d2da [2023-09-20T21:16:37.645Z] Step 6/25 : LABEL Name=edgex-ui-go [2023-09-20T21:16:37.645Z] ---> Running in 86408de8f89d [2023-09-20T21:16:37.911Z] Removing intermediate container 86408de8f89d [2023-09-20T21:16:37.911Z] ---> 1ea92725f774 [2023-09-20T21:16:37.911Z] Step 7/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2023: Intel' [2023-09-20T21:16:38.176Z] ---> Running in 75ac4ba5204f [2023-09-20T21:16:38.441Z] Removing intermediate container 75ac4ba5204f [2023-09-20T21:16:38.441Z] ---> 5cf37881f4ff [2023-09-20T21:16:38.441Z] Step 8/25 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2023-09-20T21:16:42.690Z] ---> c0b9bcccd59d [2023-09-20T21:16:42.690Z] Step 9/25 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-09-20T21:16:42.690Z] ---> Running in 39b7b6d0415b [2023-09-20T21:16:44.100Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2023-09-20T21:16:44.366Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2023-09-20T21:16:45.776Z] OK: 266 MiB in 52 packages [2023-09-20T21:16:46.739Z] Removing intermediate container 39b7b6d0415b [2023-09-20T21:16:46.739Z] ---> 5815bc88dc5e [2023-09-20T21:16:46.739Z] Step 10/25 : ENV GO111MODULE=on [2023-09-20T21:16:47.006Z] ---> Running in d39ad85d684a [2023-09-20T21:16:47.274Z] Removing intermediate container d39ad85d684a [2023-09-20T21:16:47.274Z] ---> d7d6748438ba [2023-09-20T21:16:47.274Z] Step 11/25 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go [2023-09-20T21:16:47.274Z] ---> Running in 67861754ca12 [2023-09-20T21:16:47.859Z] Removing intermediate container 67861754ca12 [2023-09-20T21:16:47.859Z] ---> 6eb35a3d033d [2023-09-20T21:16:47.859Z] Step 12/25 : COPY go.mod vendor* ./ [2023-09-20T21:16:48.444Z] ---> 698f58b591da [2023-09-20T21:16:48.444Z] Step 13/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-09-20T21:16:48.713Z] ---> Running in e570c26a0b5f [2023-09-20T21:16:52.076Z] Removing intermediate container e570c26a0b5f [2023-09-20T21:16:52.076Z] ---> 24d30126135e [2023-09-20T21:16:52.076Z] Step 14/25 : COPY . . [2023-09-20T21:16:56.333Z] ---> a4ab92f2d46f [2023-09-20T21:16:56.333Z] Step 15/25 : RUN ${MAKE} [2023-09-20T21:16:56.333Z] ---> Running in c4a793773048 [2023-09-20T21:16:57.294Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus" -ldflags "-X github.com/edgexfoundry/edgex-ui-go.Version=3.1.0-dev.5" -trimpath -o cmd/edgex-ui-server/edgex-ui-server ./cmd/edgex-ui-server [2023-09-20T21:19:04.211Z] Removing intermediate container c4a793773048 [2023-09-20T21:19:04.211Z] ---> 0a6cc5c30474 [2023-09-20T21:19:04.211Z] Step 16/25 : FROM alpine:3.18 [2023-09-20T21:19:04.211Z] 3.18: Pulling from library/alpine [2023-09-20T21:19:04.211Z] 9fda8d8052c6: Already exists [2023-09-20T21:19:04.211Z] Digest: sha256:7144f7bab3d4c2648d7e59409f15ec52a18006a128c733fcff20d3a4a54ba44a [2023-09-20T21:19:04.211Z] Status: Downloaded newer image for alpine:3.18 [2023-09-20T21:19:04.211Z] ---> f6648c04cd6c [2023-09-20T21:19:04.211Z] Step 17/25 : EXPOSE 4000 [2023-09-20T21:19:04.211Z] ---> Running in 187109282aa8 [2023-09-20T21:19:04.211Z] Removing intermediate container 187109282aa8 [2023-09-20T21:19:04.211Z] ---> 8ea42be50e10 [2023-09-20T21:19:04.211Z] Step 18/25 : COPY --from=builder /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [2023-09-20T21:19:05.643Z] ---> fc8d41145386 [2023-09-20T21:19:05.643Z] Step 19/25 : COPY --from=builder /go/src/github.com/edgexfoundry/edgex-ui-go/Attribution.txt /Attribution.txt [2023-09-20T21:19:06.227Z] ---> 5ad920daa11d [2023-09-20T21:19:06.227Z] Step 20/25 : COPY --from=builder /go/src/github.com/edgexfoundry/edgex-ui-go/LICENSE /LICENSE [2023-09-20T21:19:06.815Z] ---> 6e5cbcab7b40 [2023-09-20T21:19:06.815Z] Step 21/25 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [2023-09-20T21:19:06.815Z] ---> Running in 7d4197b5b11e [2023-09-20T21:19:07.405Z] Removing intermediate container 7d4197b5b11e [2023-09-20T21:19:07.405Z] ---> 9ae384c2ca4a [2023-09-20T21:19:07.405Z] Step 22/25 : ENTRYPOINT ["./edgex-ui-server","--configDir=res/docker"] [2023-09-20T21:19:07.405Z] ---> Running in e8deaea5d459 [2023-09-20T21:19:07.674Z] Removing intermediate container e8deaea5d459 [2023-09-20T21:19:07.674Z] ---> d23b051ab7e4 [2023-09-20T21:19:07.674Z] Step 23/25 : LABEL arch=arm64 [2023-09-20T21:19:07.674Z] ---> Running in d0fafff25d87 [2023-09-20T21:19:08.261Z] Removing intermediate container d0fafff25d87 [2023-09-20T21:19:08.261Z] ---> 2cace7212d09 [2023-09-20T21:19:08.261Z] Step 24/25 : LABEL git_sha=2fd4722eefcd485d8d8cf5eb24f524ab25e62510 [2023-09-20T21:19:08.261Z] ---> Running in 8f0383acf822 [2023-09-20T21:19:08.529Z] Removing intermediate container 8f0383acf822 [2023-09-20T21:19:08.529Z] ---> 62bb3d172412 [2023-09-20T21:19:08.529Z] Step 25/25 : LABEL version=3.1.0-dev.5 [2023-09-20T21:19:08.529Z] ---> Running in 772e0370609c [2023-09-20T21:19:08.796Z] Removing intermediate container 772e0370609c [2023-09-20T21:19:08.796Z] ---> ba710f457cc9 [2023-09-20T21:19:08.796Z] [Warning] One or more build-args [ARCH] were not consumed [2023-09-20T21:19:09.068Z] Successfully built ba710f457cc9 [2023-09-20T21:19:09.068Z] Successfully tagged edgex-ui-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-09-20T21:19:09.441Z] provisioning config files... [2023-09-20T21:19:09.465Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/123@tmp/config3798652269810379761tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-09-20T21:19:09.857Z] ---> docker-login.sh [2023-09-20T21:19:09.857Z] nexus3.edgexfoundry.org:10001 [2023-09-20T21:19:10.347Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-09-20T21:19:10.347Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-09-20T21:19:10.347Z] Configure a credential helper to remove this warning. See [2023-09-20T21:19:10.347Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-09-20T21:19:10.347Z] [2023-09-20T21:19:10.347Z] Login Succeeded [2023-09-20T21:19:10.347Z] nexus3.edgexfoundry.org:10002 [2023-09-20T21:19:10.616Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-09-20T21:19:10.616Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-09-20T21:19:10.616Z] Configure a credential helper to remove this warning. See [2023-09-20T21:19:10.616Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-09-20T21:19:10.616Z] [2023-09-20T21:19:10.616Z] Login Succeeded [2023-09-20T21:19:10.616Z] nexus3.edgexfoundry.org:10003 [2023-09-20T21:19:10.887Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-09-20T21:19:11.158Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-09-20T21:19:11.158Z] Configure a credential helper to remove this warning. See [2023-09-20T21:19:11.158Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-09-20T21:19:11.158Z] [2023-09-20T21:19:11.158Z] Login Succeeded [2023-09-20T21:19:11.158Z] nexus3.edgexfoundry.org:10004 [2023-09-20T21:19:11.428Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-09-20T21:19:11.428Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-09-20T21:19:11.428Z] Configure a credential helper to remove this warning. See [2023-09-20T21:19:11.428Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-09-20T21:19:11.428Z] [2023-09-20T21:19:11.428Z] Login Succeeded [2023-09-20T21:19:11.428Z] docker.io [2023-09-20T21:19:12.016Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-09-20T21:19:12.016Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-09-20T21:19:12.016Z] Configure a credential helper to remove this warning. See [2023-09-20T21:19:12.016Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-09-20T21:19:12.016Z] [2023-09-20T21:19:12.016Z] Login Succeeded [2023-09-20T21:19:12.017Z] ---> docker-login.sh ends [Pipeline] } [2023-09-20T21:19:12.030Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-09-20T21:19:12.065Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-09-20T21:19:12.090Z] [edgeXDocker.push] Tagging docker image edgex-ui-arm64 with the following tags: [2023-09-20T21:19:12.090Z] 2fd4722eefcd485d8d8cf5eb24f524ab25e62510 [2023-09-20T21:19:12.090Z] latest [2023-09-20T21:19:12.090Z] 3.1.0-dev.5 [2023-09-20T21:19:12.090Z] 2fd4722eefcd485d8d8cf5eb24f524ab25e62510-3.1.0-dev.5 [2023-09-20T21:19:12.090Z] main [2023-09-20T21:19:12.090Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-20T21:19:12.448Z] + docker tag edgex-ui-arm64 nexus3.edgexfoundry.org:10004/edgex-ui-arm64:2fd4722eefcd485d8d8cf5eb24f524ab25e62510 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-20T21:19:12.808Z] + docker push nexus3.edgexfoundry.org:10004/edgex-ui-arm64:2fd4722eefcd485d8d8cf5eb24f524ab25e62510 [2023-09-20T21:19:12.809Z] The push refers to repository [nexus3.edgexfoundry.org:10004/edgex-ui-arm64] [2023-09-20T21:19:12.809Z] 8f37b4fccf5e: Preparing [2023-09-20T21:19:12.809Z] 80f0433f1683: Preparing [2023-09-20T21:19:12.809Z] f79903db0ba0: Preparing [2023-09-20T21:19:12.809Z] b2191e2be29d: Preparing [2023-09-20T21:19:12.809Z] b2191e2be29d: Layer already exists [2023-09-20T21:19:13.075Z] 8f37b4fccf5e: Pushed [2023-09-20T21:19:13.075Z] 80f0433f1683: Pushed [2023-09-20T21:19:21.303Z] f79903db0ba0: Pushed [2023-09-20T21:19:21.303Z] 2fd4722eefcd485d8d8cf5eb24f524ab25e62510: digest: sha256:8028b3a1f05b00cda87c5255a66be619f475af742838e7d0aac62dad1bdb7d78 size: 1156 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-20T21:19:21.684Z] + docker tag edgex-ui-arm64 nexus3.edgexfoundry.org:10004/edgex-ui-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-20T21:19:22.052Z] + docker push nexus3.edgexfoundry.org:10004/edgex-ui-arm64:latest [2023-09-20T21:19:22.052Z] The push refers to repository [nexus3.edgexfoundry.org:10004/edgex-ui-arm64] [2023-09-20T21:19:22.052Z] 8f37b4fccf5e: Preparing [2023-09-20T21:19:22.052Z] 80f0433f1683: Preparing [2023-09-20T21:19:22.052Z] f79903db0ba0: Preparing [2023-09-20T21:19:22.052Z] b2191e2be29d: Preparing [2023-09-20T21:19:22.052Z] 80f0433f1683: Layer already exists [2023-09-20T21:19:22.052Z] b2191e2be29d: Layer already exists [2023-09-20T21:19:22.052Z] 8f37b4fccf5e: Layer already exists [2023-09-20T21:19:22.052Z] f79903db0ba0: Layer already exists [2023-09-20T21:19:22.322Z] latest: digest: sha256:8028b3a1f05b00cda87c5255a66be619f475af742838e7d0aac62dad1bdb7d78 size: 1156 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-20T21:19:22.715Z] + docker tag edgex-ui-arm64 nexus3.edgexfoundry.org:10004/edgex-ui-arm64:3.1.0-dev.5 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-20T21:19:23.098Z] + docker push nexus3.edgexfoundry.org:10004/edgex-ui-arm64:3.1.0-dev.5 [2023-09-20T21:19:23.098Z] The push refers to repository [nexus3.edgexfoundry.org:10004/edgex-ui-arm64] [2023-09-20T21:19:23.098Z] 8f37b4fccf5e: Preparing [2023-09-20T21:19:23.098Z] 80f0433f1683: Preparing [2023-09-20T21:19:23.098Z] f79903db0ba0: Preparing [2023-09-20T21:19:23.098Z] b2191e2be29d: Preparing [2023-09-20T21:19:23.098Z] f79903db0ba0: Layer already exists [2023-09-20T21:19:23.098Z] 80f0433f1683: Layer already exists [2023-09-20T21:19:23.098Z] 8f37b4fccf5e: Layer already exists [2023-09-20T21:19:23.098Z] b2191e2be29d: Layer already exists [2023-09-20T21:19:23.371Z] 3.1.0-dev.5: digest: sha256:8028b3a1f05b00cda87c5255a66be619f475af742838e7d0aac62dad1bdb7d78 size: 1156 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-20T21:19:23.751Z] + docker tag edgex-ui-arm64 nexus3.edgexfoundry.org:10004/edgex-ui-arm64:2fd4722eefcd485d8d8cf5eb24f524ab25e62510-3.1.0-dev.5 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-20T21:19:24.138Z] + docker push nexus3.edgexfoundry.org:10004/edgex-ui-arm64:2fd4722eefcd485d8d8cf5eb24f524ab25e62510-3.1.0-dev.5 [2023-09-20T21:19:24.138Z] The push refers to repository [nexus3.edgexfoundry.org:10004/edgex-ui-arm64] [2023-09-20T21:19:24.138Z] 8f37b4fccf5e: Preparing [2023-09-20T21:19:24.138Z] 80f0433f1683: Preparing [2023-09-20T21:19:24.138Z] f79903db0ba0: Preparing [2023-09-20T21:19:24.138Z] b2191e2be29d: Preparing [2023-09-20T21:19:24.138Z] 8f37b4fccf5e: Layer already exists [2023-09-20T21:19:24.138Z] 80f0433f1683: Layer already exists [2023-09-20T21:19:24.138Z] f79903db0ba0: Layer already exists [2023-09-20T21:19:24.138Z] b2191e2be29d: Layer already exists [2023-09-20T21:19:24.408Z] 2fd4722eefcd485d8d8cf5eb24f524ab25e62510-3.1.0-dev.5: digest: sha256:8028b3a1f05b00cda87c5255a66be619f475af742838e7d0aac62dad1bdb7d78 size: 1156 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-20T21:19:24.785Z] + docker tag edgex-ui-arm64 nexus3.edgexfoundry.org:10004/edgex-ui-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-20T21:19:25.166Z] + docker push nexus3.edgexfoundry.org:10004/edgex-ui-arm64:main [2023-09-20T21:19:25.166Z] The push refers to repository [nexus3.edgexfoundry.org:10004/edgex-ui-arm64] [2023-09-20T21:19:25.166Z] 8f37b4fccf5e: Preparing [2023-09-20T21:19:25.166Z] 80f0433f1683: Preparing [2023-09-20T21:19:25.166Z] f79903db0ba0: Preparing [2023-09-20T21:19:25.166Z] b2191e2be29d: Preparing [2023-09-20T21:19:25.166Z] f79903db0ba0: Layer already exists [2023-09-20T21:19:25.166Z] b2191e2be29d: Layer already exists [2023-09-20T21:19:25.166Z] 8f37b4fccf5e: Layer already exists [2023-09-20T21:19:25.166Z] 80f0433f1683: Layer already exists [2023-09-20T21:19:25.445Z] main: digest: sha256:8028b3a1f05b00cda87c5255a66be619f475af742838e7d0aac62dad1bdb7d78 size: 1156 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-09-20T21:19:25.501Z] ===================================================== [Pipeline] echo [2023-09-20T21:19:25.511Z] taggedImages: [2023-09-20T21:19:25.511Z] - nexus3.edgexfoundry.org:10004/edgex-ui-arm64:2fd4722eefcd485d8d8cf5eb24f524ab25e62510 [2023-09-20T21:19:25.511Z] - nexus3.edgexfoundry.org:10004/edgex-ui-arm64:latest [2023-09-20T21:19:25.511Z] - nexus3.edgexfoundry.org:10004/edgex-ui-arm64:3.1.0-dev.5 [2023-09-20T21:19:25.511Z] - nexus3.edgexfoundry.org:10004/edgex-ui-arm64:2fd4722eefcd485d8d8cf5eb24f524ab25e62510-3.1.0-dev.5 [2023-09-20T21:19:25.511Z] - nexus3.edgexfoundry.org:10004/edgex-ui-arm64:main [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-20T21:19:25.898Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-09-20T21:19:25.898Z] [2023-09-20T21:19:25.898Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-20T21:19:26.275Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-09-20T21:19:26.552Z] arm64: Pulling from edgex-lftools-log-publisher [2023-09-20T21:19:26.552Z] 8998bd30e6a1: Pulling fs layer [2023-09-20T21:19:26.552Z] 04944245beec: Pulling fs layer [2023-09-20T21:19:26.552Z] 699f458cf7ca: Pulling fs layer [2023-09-20T21:19:26.552Z] 765212b225bb: Pulling fs layer [2023-09-20T21:19:26.552Z] f23df028b6ca: Pulling fs layer [2023-09-20T21:19:26.552Z] d65c8cfc05b1: Pulling fs layer [2023-09-20T21:19:26.552Z] 2437ff75d9bd: Pulling fs layer [2023-09-20T21:19:26.552Z] f23df028b6ca: Waiting [2023-09-20T21:19:26.552Z] d65c8cfc05b1: Waiting [2023-09-20T21:19:26.552Z] 2437ff75d9bd: Waiting [2023-09-20T21:19:26.553Z] 765212b225bb: Waiting [2023-09-20T21:19:26.553Z] 04944245beec: Verifying Checksum [2023-09-20T21:19:26.553Z] 04944245beec: Download complete [2023-09-20T21:19:26.553Z] 765212b225bb: Download complete [2023-09-20T21:19:27.155Z] 699f458cf7ca: Verifying Checksum [2023-09-20T21:19:27.155Z] 699f458cf7ca: Download complete [2023-09-20T21:19:27.155Z] f23df028b6ca: Verifying Checksum [2023-09-20T21:19:27.155Z] f23df028b6ca: Download complete [2023-09-20T21:19:27.155Z] d65c8cfc05b1: Download complete [2023-09-20T21:19:27.987Z] 8998bd30e6a1: Verifying Checksum [2023-09-20T21:19:27.987Z] 8998bd30e6a1: Download complete [2023-09-20T21:19:30.607Z] 2437ff75d9bd: Verifying Checksum [2023-09-20T21:19:30.607Z] 2437ff75d9bd: Download complete [2023-09-20T21:19:32.243Z] 8998bd30e6a1: Pull complete [2023-09-20T21:19:32.837Z] 04944245beec: Pull complete [2023-09-20T21:19:34.262Z] 699f458cf7ca: Pull complete [2023-09-20T21:19:34.262Z] 765212b225bb: Pull complete [2023-09-20T21:19:35.238Z] f23df028b6ca: Pull complete [2023-09-20T21:19:35.507Z] d65c8cfc05b1: Pull complete [2023-09-20T21:19:50.526Z] 2437ff75d9bd: Pull complete [2023-09-20T21:19:50.527Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2023-09-20T21:19:50.527Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-09-20T21:19:50.527Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-09-20T21:19:50.753Z] prd-ubuntu20.04-docker-arm64-4c-16g-7235 does not seem to be running inside a container [2023-09-20T21:19:50.845Z] $ 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/123 -v /w/workspace/edgex-ui-go/123:/w/workspace/edgex-ui-go/123:rw,z -v /w/workspace/edgex-ui-go/123@tmp:/w/workspace/edgex-ui-go/123@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat [2023-09-20T21:19:54.142Z] $ docker top 3a451fa40331dc2c9388774746c4c5c3f5fe4ddb03acff41645cf96edf4b2bc1 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-09-20T21:19:55.120Z] ---> job-cost.sh [2023-09-20T21:19:55.121Z] lf-activate-venv: SKIPPING [2023-09-20T21:19:55.121Z] INFO: No Stack... [2023-09-20T21:19:55.704Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2023-09-20T21:19:56.290Z] INFO: Archiving Costs [Pipeline] sh [2023-09-20T21:19:56.944Z] + cut -d, -f6 [2023-09-20T21:19:56.944Z] + cat /w/workspace/edgex-ui-go/123/archives/cost.csv [Pipeline] lock [2023-09-20T21:19:56.989Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-ui-go-main-123-stack-cost] [2023-09-20T21:19:56.999Z] Resource [jenkins-edgexfoundry-edgex-ui-go-main-123-stack-cost] did not exist. Created. [2023-09-20T21:19:56.999Z] Lock acquired on [jenkins-edgexfoundry-edgex-ui-go-main-123-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-09-20T21:19:57.919Z] /w/workspace/edgex-ui-go/123@tmp/durable-95781c42/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh [2023-09-20T21:19:58.607Z] + echo total: 0.10999999940395355 [Pipeline] stash [2023-09-20T21:19:58.629Z] Warning: overwriting stash ‘stack-cost’ [2023-09-20T21:20:05.382Z] Stashed 1 file(s) [Pipeline] } [2023-09-20T21:20:05.389Z] Lock released on resource [jenkins-edgexfoundry-edgex-ui-go-main-123-stack-cost] [Pipeline] // lock [Pipeline] } [2023-09-20T21:20:05.408Z] $ docker stop --time=1 3a451fa40331dc2c9388774746c4c5c3f5fe4ddb03acff41645cf96edf4b2bc1 [2023-09-20T21:20:07.164Z] $ docker rm -f --volumes 3a451fa40331dc2c9388774746c4c5c3f5fe4ddb03acff41645cf96edf4b2bc1 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] configFileProvider [2023-09-20T21:20:07.630Z] provisioning config files... [2023-09-20T21:20:07.636Z] copy managed file [edgex-ui-go-codecov-token] to file:/w/workspace/edgexfoundry_edgex-ui-go_main@tmp/config9238382173271031863tmp [Pipeline] { [Pipeline] sh [2023-09-20T21:20:07.936Z] + set +x [2023-09-20T21:20:07.936Z] + curl -s https://codecov.io/bash [2023-09-20T21:20:07.936Z] + bash -s -- [2023-09-20T21:20:07.936Z] [2023-09-20T21:20:07.936Z] _____ _ [2023-09-20T21:20:07.936Z] / ____| | | [2023-09-20T21:20:07.936Z] | | ___ __| | ___ ___ _____ __ [2023-09-20T21:20:07.936Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2023-09-20T21:20:07.936Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2023-09-20T21:20:07.936Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2023-09-20T21:20:07.936Z] Bash-1.0.6 [2023-09-20T21:20:07.936Z] [2023-09-20T21:20:07.936Z] [2023-09-20T21:20:07.936Z] ==> git version 2.25.1 found [2023-09-20T21:20:07.936Z] ==> curl 7.68.0 (x86_64-pc-linux-gnu) libcurl/7.68.0 OpenSSL/1.1.1f zlib/1.2.11 brotli/1.0.7 libidn2/2.2.0 libpsl/0.21.0 (+libidn2/2.2.0) libssh/0.9.3/openssl/zlib nghttp2/1.40.0 librtmp/2.3 [2023-09-20T21:20:07.936Z] Release-Date: 2020-01-08 [2023-09-20T21:20:07.936Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp [2023-09-20T21:20:07.936Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2023-09-20T21:20:07.936Z] ==> Jenkins CI detected. [2023-09-20T21:20:07.936Z] current dir:  /w/workspace/edgexfoundry_edgex-ui-go_main [2023-09-20T21:20:07.936Z] project root: . [2023-09-20T21:20:07.936Z] --> token set from env [2023-09-20T21:20:07.936Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2023-09-20T21:20:07.936Z] ==> Running gcov in . (disable via -X gcov) [2023-09-20T21:20:08.195Z] ==> Python coveragepy not found [2023-09-20T21:20:08.195Z] ==> Searching for coverage reports in: [2023-09-20T21:20:08.195Z] + . [2023-09-20T21:20:08.195Z] -> Found 1 reports [2023-09-20T21:20:08.195Z] ==> Detecting git/mercurial file structure [2023-09-20T21:20:08.195Z] ==> Reading reports [2023-09-20T21:20:08.195Z] + ./coverage.out bytes=10 [2023-09-20T21:20:08.195Z] ==> Appending adjustments [2023-09-20T21:20:08.195Z] https://docs.codecov.io/docs/fixing-reports [2023-09-20T21:20:08.762Z] + Found adjustments [2023-09-20T21:20:08.762Z] ==> Gzipping contents [2023-09-20T21:20:08.762Z] 12K /tmp/codecov.mvp6FM.gz [2023-09-20T21:20:08.762Z] ==> Uploading reports [2023-09-20T21:20:08.762Z] url: https://codecov.io [2023-09-20T21:20:08.762Z] query: branch=main&commit=2fd4722eefcd485d8d8cf5eb24f524ab25e62510&build=123&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2Fmain%2F123%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=&job=&cmd_args= [2023-09-20T21:20:08.762Z] -> Pinging Codecov [2023-09-20T21:20:08.762Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=bafa3062-778c-4190-9a80-d8a5ae27d9ba&branch=main&commit=2fd4722eefcd485d8d8cf5eb24f524ab25e62510&build=123&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2Fmain%2F123%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=&job=&cmd_args= [2023-09-20T21:20:09.020Z] -> Uploading to [2023-09-20T21:20:09.021Z] https://storage.googleapis.com/codecov/v4/raw/2023-09-20/FB506323287CE973F263BFD2A0EB1F37/2fd4722eefcd485d8d8cf5eb24f524ab25e62510/c14ed3ed-7cbb-42f4-bb6c-f28be2d724cd.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230920%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230920T212008Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=65b01f0329be4da3651096484e6d03054a324b9ed0145911387081b2798f9a95 [2023-09-20T21:20:09.021Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-09-20T21:20:09.021Z] Dload Upload Total Spent Left Speed [2023-09-20T21:20:09.021Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 9053 0 0 100 9053 0 50575 --:--:-- --:--:-- --:--:-- 50575 [2023-09-20T21:20:09.279Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/edgex-ui-go/commit/2fd4722eefcd485d8d8cf5eb24f524ab25e62510 [Pipeline] } [2023-09-20T21:20:09.285Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2023-09-20T21:20:09.416Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2023-09-20T21:20:09.427Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-20T21:20:09.724Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-09-20T21:20:09.724Z] [2023-09-20T21:20:09.724Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-20T21:20:10.016Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-09-20T21:20:10.016Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2023-09-20T21:20:10.016Z] df9b9388f04a: Pulling fs layer [2023-09-20T21:20:10.016Z] 52dc419b0ee2: Pulling fs layer [2023-09-20T21:20:10.016Z] 25bc292e5bac: Pulling fs layer [2023-09-20T21:20:10.016Z] 114826534d7a: Pulling fs layer [2023-09-20T21:20:10.016Z] 4657fd5d0bcf: Pulling fs layer [2023-09-20T21:20:10.016Z] 6ad1cebc031e: Pulling fs layer [2023-09-20T21:20:10.016Z] 8a3aa393b2d8: Pulling fs layer [2023-09-20T21:20:10.016Z] 114826534d7a: Waiting [2023-09-20T21:20:10.016Z] 4657fd5d0bcf: Waiting [2023-09-20T21:20:10.016Z] 8a3aa393b2d8: Waiting [2023-09-20T21:20:10.016Z] 6ad1cebc031e: Waiting [2023-09-20T21:20:10.016Z] 25bc292e5bac: Download complete [2023-09-20T21:20:10.016Z] 52dc419b0ee2: Verifying Checksum [2023-09-20T21:20:10.016Z] 52dc419b0ee2: Download complete [2023-09-20T21:20:10.016Z] 4657fd5d0bcf: Download complete [2023-09-20T21:20:10.016Z] df9b9388f04a: Download complete [2023-09-20T21:20:10.274Z] df9b9388f04a: Pull complete [2023-09-20T21:20:10.274Z] 6ad1cebc031e: Verifying Checksum [2023-09-20T21:20:10.274Z] 6ad1cebc031e: Download complete [2023-09-20T21:20:10.274Z] 52dc419b0ee2: Pull complete [2023-09-20T21:20:10.274Z] 25bc292e5bac: Pull complete [2023-09-20T21:20:10.839Z] 114826534d7a: Verifying Checksum [2023-09-20T21:20:10.839Z] 114826534d7a: Download complete [2023-09-20T21:20:10.839Z] 8a3aa393b2d8: Verifying Checksum [2023-09-20T21:20:10.839Z] 8a3aa393b2d8: Download complete [2023-09-20T21:20:14.117Z] 114826534d7a: Pull complete [2023-09-20T21:20:14.117Z] 4657fd5d0bcf: Pull complete [2023-09-20T21:20:14.376Z] 6ad1cebc031e: Pull complete [2023-09-20T21:20:16.903Z] 8a3aa393b2d8: Pull complete [2023-09-20T21:20:16.903Z] Digest: sha256:4b4dcd1004c4b70ae7ff23424eaa7ae18978b3759dc64bf5c8870aa20fc5e024 [2023-09-20T21:20:16.903Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-09-20T21:20:16.903Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-09-20T21:20:16.982Z] prd-ubuntu20.04-docker-8c-8g-7225 does not seem to be running inside a container [2023-09-20T21:20:17.013Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/edgexfoundry_edgex-ui-go_main -v /w/workspace/edgexfoundry_edgex-ui-go_main:/w/workspace/edgexfoundry_edgex-ui-go_main:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_main@tmp:/w/workspace/edgexfoundry_edgex-ui-go_main@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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2023-09-20T21:20:21.539Z] $ docker top 180a9f2fe3aea9d9982b6132aeb0cb6f89b06d0746d896c10b8a4edd7fa9e5b6 -eo pid,comm [Pipeline] { [Pipeline] echo [2023-09-20T21:20:21.600Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/edgex-ui-go:main' [Pipeline] sh [2023-09-20T21:20:21.878Z] + set -o pipefail [2023-09-20T21:20:21.878Z] + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/edgex-ui-go:main' [2023-09-20T21:20:27.154Z] [2023-09-20T21:20:27.154Z] Monitoring /w/workspace/edgexfoundry_edgex-ui-go_main (github.com/edgexfoundry/edgex-ui-go)... [2023-09-20T21:20:27.154Z] [2023-09-20T21:20:27.154Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/7194102e-7717-4d41-94c9-45c94ef4359f/history/aa2f1af3-bed7-4d2a-ba00-6fe4352500c9 [2023-09-20T21:20:27.154Z] [2023-09-20T21:20:27.154Z] Tip: Detected multiple supported manifests (2), use --all-projects to scan all of them at once. [2023-09-20T21:20:27.154Z] [2023-09-20T21:20:27.154Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2023-09-20T21:20:27.154Z] [2023-09-20T21:20:27.154Z] [2023-09-20T21:20:27.154Z] A medium severity vulnerability was found in the Snyk CLI versions you are using. [2023-09-20T21:20:27.154Z] We fixed the vulnerability in version 1.996.0. We recommend updating to the latest version. [2023-09-20T21:20:27.154Z] More details here: https://snyk.co/ue1NS [Pipeline] } [2023-09-20T21:20:27.165Z] $ docker stop --time=1 180a9f2fe3aea9d9982b6132aeb0cb6f89b06d0746d896c10b8a4edd7fa9e5b6 [2023-09-20T21:20:30.170Z] $ docker rm -f --volumes 180a9f2fe3aea9d9982b6132aeb0cb6f89b06d0746d896c10b8a4edd7fa9e5b6 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-09-20T21:20:30.833Z] + git log --format=format:%s -1 2fd4722eefcd485d8d8cf5eb24f524ab25e62510 [Pipeline] sh [2023-09-20T21:20:31.121Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-09-20T21:20:31.121Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-20T21:20:31.418Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-09-20T21:20:31.418Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-09-20T21:20:31.488Z] prd-ubuntu20.04-docker-8c-8g-7225 does not seem to be running inside a container [2023-09-20T21:20:31.520Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_edgex-ui-go_main -v /w/workspace/edgexfoundry_edgex-ui-go_main:/w/workspace/edgexfoundry_edgex-ui-go_main:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_main@tmp:/w/workspace/edgexfoundry_edgex-ui-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-09-20T21:20:32.025Z] $ docker top 2c0d470a0de48d10552e9270d9548170966f84b19eac1a89918eec005eb45a3d -eo pid,comm [2023-09-20T21:20:32.071Z] 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-20T21:20:32.071Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-09-20T21:20:32.104Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-09-20T21:20:32.104Z] [ssh-agent] Looking for ssh-agent implementation... [2023-09-20T21:20:32.201Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-09-20T21:20:32.205Z] $ docker exec 2c0d470a0de48d10552e9270d9548170966f84b19eac1a89918eec005eb45a3d ssh-agent [2023-09-20T21:20:32.309Z] SSH_AUTH_SOCK=/tmp/ssh-FRkoxIhOGBCL/agent.32 [2023-09-20T21:20:32.309Z] SSH_AGENT_PID=38 [2023-09-20T21:20:32.314Z] Running ssh-add (command line suppressed) [2023-09-20T21:20:32.418Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_main@tmp/private_key_15813020610133555204.key (/w/workspace/edgexfoundry_edgex-ui-go_main@tmp/private_key_15813020610133555204.key) [2023-09-20T21:20:32.429Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-09-20T21:20:32.724Z] + git semver tag [2023-09-20T21:20:32.983Z] 2023-09-20 21:20:32,881 [run_tag] DEBUG tag force:False [2023-09-20T21:20:32.983Z] 2023-09-20 21:20:32,881 [check_head_tag] DEBUG check head tag [2023-09-20T21:20:32.983Z] 2023-09-20 21:20:32,882 [execute] INFO git cat-file --batch-check [2023-09-20T21:20:32.983Z] 2023-09-20 21:20:32,882 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgexfoundry_edgex-ui-go_main, universal_newlines=False, shell=None, istream=) [2023-09-20T21:20:32.983Z] 2023-09-20 21:20:32,886 [execute] INFO git cat-file --batch [2023-09-20T21:20:32.983Z] 2023-09-20 21:20:32,886 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgexfoundry_edgex-ui-go_main, universal_newlines=False, shell=None, istream=) [2023-09-20T21:20:32.983Z] 2023-09-20 21:20:32,894 [read_version] DEBUG read version from /w/workspace/edgexfoundry_edgex-ui-go_main/.semver/main [2023-09-20T21:20:32.983Z] 2023-09-20 21:20:32,894 [execute] INFO git tag -a v3.1.0-dev.5 -m v3.1.0-dev.5 [2023-09-20T21:20:32.983Z] 2023-09-20 21:20:32,895 [execute] DEBUG Popen(['git', 'tag', '-a', 'v3.1.0-dev.5', '-m', 'v3.1.0-dev.5'], cwd=/w/workspace/edgexfoundry_edgex-ui-go_main, universal_newlines=False, shell=None, istream=None) [2023-09-20T21:20:32.983Z] 2023-09-20 21:20:32,899 [read_version] DEBUG read version from /w/workspace/edgexfoundry_edgex-ui-go_main/.semver/main [2023-09-20T21:20:32.983Z] 3.1.0-dev.5 [Pipeline] } [2023-09-20T21:20:32.993Z] $ docker exec --env ******** --env ******** 2c0d470a0de48d10552e9270d9548170966f84b19eac1a89918eec005eb45a3d ssh-agent -k [2023-09-20T21:20:33.097Z] unset SSH_AUTH_SOCK; [2023-09-20T21:20:33.097Z] unset SSH_AGENT_PID; [2023-09-20T21:20:33.098Z] echo Agent pid 38 killed; [2023-09-20T21:20:33.105Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-09-20T21:20:33.412Z] + git semver [Pipeline] } [2023-09-20T21:20:33.683Z] $ docker stop --time=1 2c0d470a0de48d10552e9270d9548170966f84b19eac1a89918eec005eb45a3d [2023-09-20T21:20:34.966Z] $ docker rm -f --volumes 2c0d470a0de48d10552e9270d9548170966f84b19eac1a89918eec005eb45a3d [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-20T21:20:35.330Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-09-20T21:20:35.330Z] [2023-09-20T21:20:35.331Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-20T21:20:35.622Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-09-20T21:20:35.622Z] 0.23.1-centos7: Pulling from edgex-lftools [2023-09-20T21:20:35.622Z] ab5ef0e58194: Pulling fs layer [2023-09-20T21:20:35.622Z] 9712f1f96733: Pulling fs layer [2023-09-20T21:20:35.622Z] 63f879dbbcfc: Pulling fs layer [2023-09-20T21:20:35.622Z] 0d9ebad4ef96: Pulling fs layer [2023-09-20T21:20:35.622Z] e9a5061849ea: Pulling fs layer [2023-09-20T21:20:35.622Z] d747dcd14b5f: Pulling fs layer [2023-09-20T21:20:35.622Z] 2de7ff778b66: Pulling fs layer [2023-09-20T21:20:35.622Z] 0d9ebad4ef96: Waiting [2023-09-20T21:20:35.622Z] e9a5061849ea: Waiting [2023-09-20T21:20:35.622Z] d747dcd14b5f: Waiting [2023-09-20T21:20:35.622Z] 2de7ff778b66: Waiting [2023-09-20T21:20:35.622Z] 9712f1f96733: Verifying Checksum [2023-09-20T21:20:35.622Z] 9712f1f96733: Download complete [2023-09-20T21:20:36.187Z] 63f879dbbcfc: Verifying Checksum [2023-09-20T21:20:36.187Z] 63f879dbbcfc: Download complete [2023-09-20T21:20:36.187Z] 0d9ebad4ef96: Verifying Checksum [2023-09-20T21:20:36.187Z] 0d9ebad4ef96: Download complete [2023-09-20T21:20:36.187Z] e9a5061849ea: Verifying Checksum [2023-09-20T21:20:36.187Z] e9a5061849ea: Download complete [2023-09-20T21:20:36.187Z] d747dcd14b5f: Verifying Checksum [2023-09-20T21:20:36.443Z] 2de7ff778b66: Verifying Checksum [2023-09-20T21:20:36.443Z] 2de7ff778b66: Download complete [2023-09-20T21:20:36.443Z] ab5ef0e58194: Verifying Checksum [2023-09-20T21:20:36.443Z] ab5ef0e58194: Download complete [2023-09-20T21:20:38.966Z] ab5ef0e58194: Pull complete [2023-09-20T21:20:38.966Z] 9712f1f96733: Pull complete [2023-09-20T21:20:39.531Z] 63f879dbbcfc: Pull complete [2023-09-20T21:20:42.807Z] 0d9ebad4ef96: Pull complete [2023-09-20T21:20:43.064Z] e9a5061849ea: Pull complete [2023-09-20T21:20:43.064Z] d747dcd14b5f: Pull complete [2023-09-20T21:20:44.433Z] 2de7ff778b66: Pull complete [2023-09-20T21:20:44.433Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2023-09-20T21:20:44.433Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-09-20T21:20:44.433Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-09-20T21:20:44.615Z] prd-ubuntu20.04-docker-8c-8g-7225 does not seem to be running inside a container [2023-09-20T21:20:44.643Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgexfoundry_edgex-ui-go_main -v /w/workspace/edgexfoundry_edgex-ui-go_main:/w/workspace/edgexfoundry_edgex-ui-go_main:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_main@tmp:/w/workspace/edgexfoundry_edgex-ui-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2023-09-20T21:20:49.942Z] $ docker top 3939291d7d887e2550627314ebdf17836a28f52440ee6048cd3e4a009eab40f5 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2023-09-20T21:20:50.007Z] provisioning config files... [2023-09-20T21:20:50.013Z] copy managed file [sigul-config] to file:/w/workspace/edgexfoundry_edgex-ui-go_main@tmp/config6911187669104592802tmp [2023-09-20T21:20:50.021Z] copy managed file [sigul-password] to file:/w/workspace/edgexfoundry_edgex-ui-go_main@tmp/config4607395211112207976tmp [2023-09-20T21:20:50.028Z] copy managed file [sigul-pki] to file:/w/workspace/edgexfoundry_edgex-ui-go_main@tmp/config4144407186095848714tmp [Pipeline] { [Pipeline] echo [2023-09-20T21:20:50.043Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2023-09-20T21:20:50.319Z] ---> sigul-configuration.sh [2023-09-20T21:20:50.320Z] gpg: directory `/root/.gnupg' created [2023-09-20T21:20:50.320Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2023-09-20T21:20:50.320Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2023-09-20T21:20:50.320Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2023-09-20T21:20:50.320Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2023-09-20T21:20:50.320Z] gpg: CAST5 encrypted data [2023-09-20T21:20:50.320Z] gpg: encrypted with 1 passphrase [2023-09-20T21:20:50.320Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2023-09-20T21:20:50.611Z] + mkdir /home/jenkins [2023-09-20T21:20:50.611Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2023-09-20T21:20:50.893Z] + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /root/sigul/vex-yul-edgex-jenkins-1.ci.codeaurora.org.p12 /home/jenkins/sigul/ [Pipeline] echo [2023-09-20T21:20:50.900Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2023-09-20T21:20:51.180Z] ---> sigul-install.sh [2023-09-20T21:20:51.180Z] Sigul already installed; skipping installation. [Pipeline] sh [2023-09-20T21:20:51.464Z] + git tag --list [2023-09-20T21:20:51.464Z] 0.1.1 [2023-09-20T21:20:51.464Z] v1.1.0 [2023-09-20T21:20:51.464Z] v1.2.0 [2023-09-20T21:20:51.464Z] v1.2.1 [2023-09-20T21:20:51.464Z] v1.3.0 [2023-09-20T21:20:51.464Z] v2.0.0 [2023-09-20T21:20:51.464Z] v2.1.0 [2023-09-20T21:20:51.464Z] v2.2.0 [2023-09-20T21:20:51.464Z] v2.3.0 [2023-09-20T21:20:51.464Z] v3.0 [2023-09-20T21:20:51.464Z] v3.0.0 [2023-09-20T21:20:51.464Z] v3.1.0-dev.1 [2023-09-20T21:20:51.464Z] v3.1.0-dev.2 [2023-09-20T21:20:51.464Z] v3.1.0-dev.3 [2023-09-20T21:20:51.464Z] v3.1.0-dev.4 [2023-09-20T21:20:51.464Z] v3.1.0-dev.5 [Pipeline] sh [2023-09-20T21:20:51.750Z] + lftools sign git-tag v3.1.0-dev.5 [2023-09-20T21:20:52.316Z] Signing Git tag with Sigul... [2023-09-20T21:20:52.316Z] Signing v3.1.0-dev.5 [Pipeline] echo [2023-09-20T21:20:52.583Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2023-09-20T21:20:52.864Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2023-09-20T21:20:52.870Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2023-09-20T21:20:52.886Z] $ docker stop --time=1 3939291d7d887e2550627314ebdf17836a28f52440ee6048cd3e4a009eab40f5 [2023-09-20T21:20:54.148Z] $ docker rm -f --volumes 3939291d7d887e2550627314ebdf17836a28f52440ee6048cd3e4a009eab40f5 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh [2023-09-20T21:20:54.567Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-09-20T21:20:54.567Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-20T21:20:54.874Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-09-20T21:20:54.874Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-09-20T21:20:54.948Z] prd-ubuntu20.04-docker-8c-8g-7225 does not seem to be running inside a container [2023-09-20T21:20:54.977Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_edgex-ui-go_main -v /w/workspace/edgexfoundry_edgex-ui-go_main:/w/workspace/edgexfoundry_edgex-ui-go_main:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_main@tmp:/w/workspace/edgexfoundry_edgex-ui-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-09-20T21:20:55.293Z] $ docker top bb0a9b523a822f1867a22509c92789083f969b2bc36969202367aea97eb6ed59 -eo pid,comm [2023-09-20T21:20:55.334Z] 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-20T21:20:55.334Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-09-20T21:20:55.377Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-09-20T21:20:55.377Z] [ssh-agent] Looking for ssh-agent implementation... [2023-09-20T21:20:55.482Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-09-20T21:20:55.486Z] $ docker exec bb0a9b523a822f1867a22509c92789083f969b2bc36969202367aea97eb6ed59 ssh-agent [2023-09-20T21:20:55.593Z] SSH_AUTH_SOCK=/tmp/ssh-bjdFi8YpAjrE/agent.32 [2023-09-20T21:20:55.593Z] SSH_AGENT_PID=38 [2023-09-20T21:20:55.600Z] Running ssh-add (command line suppressed) [2023-09-20T21:20:55.688Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_main@tmp/private_key_7861090588446441318.key (/w/workspace/edgexfoundry_edgex-ui-go_main@tmp/private_key_7861090588446441318.key) [2023-09-20T21:20:55.702Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-09-20T21:20:55.987Z] + git semver bump pre [2023-09-20T21:20:56.246Z] 2023-09-20 21:20:56,155 [read_version] DEBUG read version from /w/workspace/edgexfoundry_edgex-ui-go_main/.semver/main [2023-09-20T21:20:56.246Z] 2023-09-20 21:20:56,156 [bump_version] DEBUG bumping version:3.1.0-dev.5 on axis:pre with prefix:dev [2023-09-20T21:20:56.246Z] 2023-09-20 21:20:56,156 [bump_version] DEBUG bumped version:3.1.0-dev.6 [2023-09-20T21:20:56.246Z] 2023-09-20 21:20:56,156 [write_version] DEBUG write version:3.1.0-dev.6 to path:/w/workspace/edgexfoundry_edgex-ui-go_main/.semver/main with force:True [2023-09-20T21:20:56.246Z] 2023-09-20 21:20:56,156 [read_version] DEBUG read version from /w/workspace/edgexfoundry_edgex-ui-go_main/.semver/main [2023-09-20T21:20:56.246Z] 2023-09-20 21:20:56,156 [write_file] DEBUG write to file:/w/workspace/edgexfoundry_edgex-ui-go_main/.semver/main [2023-09-20T21:20:56.246Z] 2023-09-20 21:20:56,158 [execute] INFO git cat-file --batch-check [2023-09-20T21:20:56.247Z] 2023-09-20 21:20:56,158 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgexfoundry_edgex-ui-go_main/.semver, universal_newlines=False, shell=None, istream=) [2023-09-20T21:20:56.247Z] 2023-09-20 21:20:56,163 [execute] INFO git cat-file --batch [2023-09-20T21:20:56.247Z] 2023-09-20 21:20:56,163 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgexfoundry_edgex-ui-go_main/.semver, universal_newlines=False, shell=None, istream=) [2023-09-20T21:20:56.247Z] 2023-09-20 21:20:56,168 [read_version] DEBUG read version from /w/workspace/edgexfoundry_edgex-ui-go_main/.semver/main [2023-09-20T21:20:56.247Z] 3.1.0-dev.6 [Pipeline] } [2023-09-20T21:20:56.256Z] $ docker exec --env ******** --env ******** bb0a9b523a822f1867a22509c92789083f969b2bc36969202367aea97eb6ed59 ssh-agent -k [2023-09-20T21:20:56.351Z] unset SSH_AUTH_SOCK; [2023-09-20T21:20:56.352Z] unset SSH_AGENT_PID; [2023-09-20T21:20:56.352Z] echo Agent pid 38 killed; [2023-09-20T21:20:56.360Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-09-20T21:20:56.660Z] + git semver [Pipeline] } [2023-09-20T21:20:56.931Z] $ docker stop --time=1 bb0a9b523a822f1867a22509c92789083f969b2bc36969202367aea97eb6ed59 [2023-09-20T21:20:58.184Z] $ docker rm -f --volumes bb0a9b523a822f1867a22509c92789083f969b2bc36969202367aea97eb6ed59 [Pipeline] // withDockerContainer [Pipeline] sh [2023-09-20T21:20:58.521Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-09-20T21:20:58.521Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-20T21:20:58.818Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-09-20T21:20:58.818Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-09-20T21:20:58.883Z] prd-ubuntu20.04-docker-8c-8g-7225 does not seem to be running inside a container [2023-09-20T21:20:58.912Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_edgex-ui-go_main -v /w/workspace/edgexfoundry_edgex-ui-go_main:/w/workspace/edgexfoundry_edgex-ui-go_main:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_main@tmp:/w/workspace/edgexfoundry_edgex-ui-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-09-20T21:20:59.244Z] $ docker top c7079803c6ebaadd74434200d37bc973d73d5ffc831c3c30cc601ae5fddcb519 -eo pid,comm [2023-09-20T21:20:59.291Z] 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-20T21:20:59.291Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-09-20T21:20:59.330Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-09-20T21:20:59.330Z] [ssh-agent] Looking for ssh-agent implementation... [2023-09-20T21:20:59.441Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-09-20T21:20:59.444Z] $ docker exec c7079803c6ebaadd74434200d37bc973d73d5ffc831c3c30cc601ae5fddcb519 ssh-agent [2023-09-20T21:20:59.542Z] SSH_AUTH_SOCK=/tmp/ssh-jhAaZKdtFQa9/agent.32 [2023-09-20T21:20:59.542Z] SSH_AGENT_PID=38 [2023-09-20T21:20:59.547Z] Running ssh-add (command line suppressed) [2023-09-20T21:20:59.641Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_main@tmp/private_key_3221714991486542546.key (/w/workspace/edgexfoundry_edgex-ui-go_main@tmp/private_key_3221714991486542546.key) [2023-09-20T21:20:59.654Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-09-20T21:20:59.943Z] + git semver push [2023-09-20T21:21:00.200Z] 2023-09-20 21:21:00,112 [run_push] DEBUG push [2023-09-20T21:21:00.200Z] 2023-09-20 21:21:00,112 [execute] INFO git cat-file --batch-check [2023-09-20T21:21:00.200Z] 2023-09-20 21:21:00,112 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgexfoundry_edgex-ui-go_main/.semver, universal_newlines=False, shell=None, istream=) [2023-09-20T21:21:00.200Z] 2023-09-20 21:21:00,116 [execute] INFO git rev-list b128a5b0bb95ea01e5811271aed353c4a3544380 -- [2023-09-20T21:21:00.200Z] 2023-09-20 21:21:00,116 [execute] DEBUG Popen(['git', 'rev-list', 'b128a5b0bb95ea01e5811271aed353c4a3544380', '--'], cwd=/w/workspace/edgexfoundry_edgex-ui-go_main/.semver, universal_newlines=False, shell=None, istream=None) [2023-09-20T21:21:00.200Z] 2023-09-20 21:21:00,126 [execute] INFO git fetch -v origin [2023-09-20T21:21:00.200Z] 2023-09-20 21:21:00,127 [execute] DEBUG Popen(['git', 'fetch', '-v', 'origin'], cwd=/w/workspace/edgexfoundry_edgex-ui-go_main/.semver, universal_newlines=True, shell=None, istream=None) [2023-09-20T21:21:00.767Z] 2023-09-20 21:21:00,589 [run_push] DEBUG no remote changes detected [2023-09-20T21:21:00.767Z] 2023-09-20 21:21:00,590 [execute] INFO git push origin semver [2023-09-20T21:21:00.767Z] 2023-09-20 21:21:00,590 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/edgexfoundry_edgex-ui-go_main/.semver, universal_newlines=False, shell=None, istream=None) [2023-09-20T21:21:01.704Z] 2023-09-20 21:21:01,384 [run_push] DEBUG push all version tags [2023-09-20T21:21:01.704Z] 2023-09-20 21:21:01,385 [execute] INFO git push origin refs/tags/v*:refs/tags/v* [2023-09-20T21:21:01.704Z] 2023-09-20 21:21:01,385 [execute] DEBUG Popen(['git', 'push', 'origin', 'refs/tags/v*:refs/tags/v*'], cwd=/w/workspace/edgexfoundry_edgex-ui-go_main, universal_newlines=False, shell=None, istream=None) [2023-09-20T21:21:02.271Z] 2023-09-20 21:21:02,248 [read_version] DEBUG read version from /w/workspace/edgexfoundry_edgex-ui-go_main/.semver/main [2023-09-20T21:21:02.271Z] 3.1.0-dev.6 [Pipeline] } [2023-09-20T21:21:02.280Z] $ docker exec --env ******** --env ******** c7079803c6ebaadd74434200d37bc973d73d5ffc831c3c30cc601ae5fddcb519 ssh-agent -k [2023-09-20T21:21:02.377Z] unset SSH_AUTH_SOCK; [2023-09-20T21:21:02.377Z] unset SSH_AGENT_PID; [2023-09-20T21:21:02.378Z] echo Agent pid 38 killed; [2023-09-20T21:21:02.389Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-09-20T21:21:02.689Z] + git semver [Pipeline] } [2023-09-20T21:21:02.961Z] $ docker stop --time=1 c7079803c6ebaadd74434200d37bc973d73d5ffc831c3c30cc601ae5fddcb519 [2023-09-20T21:21:04.214Z] $ docker rm -f --volumes c7079803c6ebaadd74434200d37bc973d73d5ffc831c3c30cc601ae5fddcb519 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Bump Experimental Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Bump Stable (Named) Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh [2023-09-20T21:21:04.794Z] + [ -d /w/workspace/edgexfoundry_edgex-ui-go_main/archives ] [2023-09-20T21:21:04.794Z] + ls -al /w/workspace/edgexfoundry_edgex-ui-go_main/archives [2023-09-20T21:21:04.794Z] total 16 [2023-09-20T21:21:04.794Z] drwxr-xr-x 3 root root 4096 Sep 20 20:59 . [2023-09-20T21:21:04.794Z] drwxrwxr-x 15 jenkins jenkins 4096 Sep 20 21:20 .. [2023-09-20T21:21:04.794Z] drwxr-xr-x 2 root root 4096 Sep 20 20:59 cost [2023-09-20T21:21:04.794Z] -rw-r--r-- 1 root root 83 Sep 20 20:59 cost.csv [2023-09-20T21:21:04.794Z] + sudo chown -R jenkins:jenkins /w/workspace/edgexfoundry_edgex-ui-go_main/archives [2023-09-20T21:21:04.794Z] + ls -al /w/workspace/edgexfoundry_edgex-ui-go_main/archives [2023-09-20T21:21:04.794Z] total 16 [2023-09-20T21:21:04.794Z] drwxr-xr-x 3 jenkins jenkins 4096 Sep 20 20:59 . [2023-09-20T21:21:04.794Z] drwxrwxr-x 15 jenkins jenkins 4096 Sep 20 21:20 .. [2023-09-20T21:21:04.794Z] drwxr-xr-x 2 jenkins jenkins 4096 Sep 20 20:59 cost [2023-09-20T21:21:04.794Z] -rw-r--r-- 1 jenkins jenkins 83 Sep 20 20:59 cost.csv [Pipeline] libraryResource [Pipeline] sh [2023-09-20T21:21:05.078Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2023-09-20T21:21:05.930Z] ---> package-listing.sh [2023-09-20T21:21:05.930Z] ++ facter osfamily [2023-09-20T21:21:05.930Z] ++ tr '[:upper:]' '[:lower:]' [2023-09-20T21:21:06.188Z] + OS_FAMILY=debian [2023-09-20T21:21:06.188Z] + workspace=/w/workspace/edgexfoundry_edgex-ui-go_main [2023-09-20T21:21:06.188Z] + START_PACKAGES=/tmp/packages_start.txt [2023-09-20T21:21:06.188Z] + END_PACKAGES=/tmp/packages_end.txt [2023-09-20T21:21:06.188Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2023-09-20T21:21:06.188Z] + PACKAGES=/tmp/packages_start.txt [2023-09-20T21:21:06.188Z] + '[' /w/workspace/edgexfoundry_edgex-ui-go_main ']' [2023-09-20T21:21:06.188Z] + PACKAGES=/tmp/packages_end.txt [2023-09-20T21:21:06.188Z] + case "${OS_FAMILY}" in [2023-09-20T21:21:06.188Z] + dpkg -l [2023-09-20T21:21:06.188Z] + grep '^ii' [2023-09-20T21:21:06.188Z] + '[' -f /tmp/packages_start.txt ']' [2023-09-20T21:21:06.188Z] + '[' -f /tmp/packages_end.txt ']' [2023-09-20T21:21:06.188Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2023-09-20T21:21:06.188Z] + '[' /w/workspace/edgexfoundry_edgex-ui-go_main ']' [2023-09-20T21:21:06.188Z] + mkdir -p /w/workspace/edgexfoundry_edgex-ui-go_main/archives/ [2023-09-20T21:21:06.188Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgexfoundry_edgex-ui-go_main/archives/ [Pipeline] echo [2023-09-20T21:21:06.198Z] 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_main/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2023-09-20T21:21:06.475Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-20T21:21:06.782Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-09-20T21:21:06.782Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-09-20T21:21:06.851Z] prd-ubuntu20.04-docker-8c-8g-7225 does not seem to be running inside a container [2023-09-20T21:21:06.878Z] $ 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_main/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_main -v /w/workspace/edgexfoundry_edgex-ui-go_main:/w/workspace/edgexfoundry_edgex-ui-go_main:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_main@tmp:/w/workspace/edgexfoundry_edgex-ui-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2023-09-20T21:21:07.090Z] $ docker top 8615730a01b79059323423199a6405c1c966e5a8e333d047da4f10f5ef1d1b86 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-09-20T21:21:07.423Z] + touch /tmp/pre-build-complete [Pipeline] sh [2023-09-20T21:21:07.704Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2023-09-20T21:21:07.982Z] + ls /var/log/sa-host [2023-09-20T21:21:07.982Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-09-20T21:21:08.048Z] provisioning config files... [2023-09-20T21:21:08.056Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_main@tmp/config13220558355914503454tmp [Pipeline] { [Pipeline] echo [2023-09-20T21:21:08.072Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2023-09-20T21:21:08.352Z] ---> create-netrc.sh [Pipeline] } [2023-09-20T21:21:08.359Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2023-09-20T21:21:08.677Z] ---> python-tools-install.sh [Pipeline] echo [2023-09-20T21:21:08.685Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2023-09-20T21:21:08.967Z] ---> sudo-logs.sh [2023-09-20T21:21:08.967Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2023-09-20T21:21:08.995Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2023-09-20T21:21:09.277Z] ---> job-cost.sh [2023-09-20T21:21:09.277Z] lf-activate-venv: SKIPPING [2023-09-20T21:21:09.277Z] DEBUG: total: 0.2199999988079071 [2023-09-20T21:21:09.277Z] INFO: Retrieving Stack Cost... [2023-09-20T21:21:09.843Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-09-20T21:21:10.102Z] INFO: Archiving Costs [Pipeline] echo [2023-09-20T21:21:10.114Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2023-09-20T21:21:10.527Z] ---> logs-deploy.sh [2023-09-20T21:21:10.528Z] lf-activate-venv: SKIPPING [2023-09-20T21:21:10.528Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-ui-go/main/123 [2023-09-20T21:21:10.528Z] INFO: archiving workspace using pattern(s): [2023-09-20T21:21:11.459Z] Archives upload complete. [2023-09-20T21:21:11.459Z] INFO: archiving logs to Nexus