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 20:54:36 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 20:54:36 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 20:54:36 ========================================================= 20:54:36 EdgeX Global Pipelines Version Info 20:54:36 ========================================================= [Pipeline] libraryResource [Pipeline] sh 20:54:37 ------------------- 20:54:37 stable info: 20:54:37 ------------------- 20:54:37 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 20:54:37 Commit SHA: e143027787c0ac28563f7e92b6cefc600d3b7107 20:54:37 Message: update stable to v1.0.254 20:54:38 ------------------- 20:54:38 experimental info: 20:54:38 ------------------- 20:54:38 Commited By: **** collab-it+edgex@linuxfoundation.org 20:54:38 Commit SHA: e143027787c0ac28563f7e92b6cefc600d3b7107 20:54:38 Message: update experimental to v1.0.254 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 20:54:38 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-ui-go-settings [Pipeline] echo 20:54:38 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-ui-go [Pipeline] echo 20:54:38 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 20:54:38 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 20:54:38 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 20:54:38 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.21 [Pipeline] echo 20:54:38 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 20:54:38 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 20:54:38 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 20:54:38 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 20:54:38 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 20:54:38 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = edgex-ui [Pipeline] echo 20:54:38 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 20:54:38 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 20:54:38 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 20:54:38 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 20:54:38 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 20:54:38 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 20:54:38 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 20:54:38 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 20:54:38 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 20:54:38 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 20:54:38 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 20:54:38 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 20:54:38 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 20:54:38 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 20:54:38 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 20:54:38 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo 20:54:38 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo 20:54:38 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo 20:54:38 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 2fd4722eefcd485d8d8cf5eb24f524ab25e62510 [Pipeline] echo 20:54:38 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 2fd4722 [Pipeline] echo 20:54:38 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 20:54:38 provisioning config files... 20:54:38 copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_main@tmp/config9117270906065023371tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 20:54:39 ---> docker-login.sh 20:54:39 nexus3.edgexfoundry.org:10001 20:54:39 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:54:39 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:54:39 Configure a credential helper to remove this warning. See 20:54:39 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:54:39 20:54:39 Login Succeeded 20:54:39 nexus3.edgexfoundry.org:10002 20:54:39 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:54:39 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:54:39 Configure a credential helper to remove this warning. See 20:54:39 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:54:39 20:54:39 Login Succeeded 20:54:39 nexus3.edgexfoundry.org:10003 20:54:39 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:54:39 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:54:39 Configure a credential helper to remove this warning. See 20:54:39 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:54:39 20:54:39 Login Succeeded 20:54:39 nexus3.edgexfoundry.org:10004 20:54:39 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:54:39 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:54:39 Configure a credential helper to remove this warning. See 20:54:39 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:54:39 20:54:39 Login Succeeded 20:54:39 docker.io 20:54:39 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:54:40 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:54:40 Configure a credential helper to remove this warning. See 20:54:40 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:54:40 20:54:40 Login Succeeded 20:54:40 ---> docker-login.sh ends [Pipeline] } 20:54:40 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 20:54:40 + git rev-list -1 --merges 2fd4722eefcd485d8d8cf5eb24f524ab25e62510~1..2fd4722eefcd485d8d8cf5eb24f524ab25e62510 [Pipeline] echo 20:54:40 -----------> git rev-list -1 --merges 2fd4722eefcd485d8d8cf5eb24f524ab25e62510~1..2fd4722eefcd485d8d8cf5eb24f524ab25e62510 2fd4722eefcd485d8d8cf5eb24f524ab25e62510 20:54:40 2fd4722eefcd485d8d8cf5eb24f524ab25e62510 [false] [Pipeline] sh 20:54:40 + git log --format=format:%s -1 2fd4722eefcd485d8d8cf5eb24f524ab25e62510 [Pipeline] echo 20:54:40 ========================================================= 20:54:40 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 20:54:40 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 20:54:41 + git log --format=format:%s -1 2fd4722eefcd485d8d8cf5eb24f524ab25e62510 [Pipeline] echo 20:54:41 [semverPrep] GIT_COMMIT: 2fd4722eefcd485d8d8cf5eb24f524ab25e62510, Commit Message: Merge pull request #634 from ernestojeda/create-release [Pipeline] echo 20:54:41 [semverPrep] This is not a build commit. [Pipeline] sh 20:54:41 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 20:54:41 + grep -v github /etc/ssh/ssh_known_hosts 20:54:41 + [ -e /tmp/ssh_known_hosts ] 20:54:41 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 20:54:41 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 20:54:41 + sudo tee -a /etc/ssh/ssh_known_hosts 20:54:41 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:54:41 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 20:54:41 20:54:41 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:54:42 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 20:54:42 0.1.4: Pulling from edgex-devops/py-git-semver 20:54:42 b85a868b505f: Pulling fs layer 20:54:42 e2be974225ed: Pulling fs layer 20:54:42 339a4e72a1f5: Pulling fs layer 20:54:42 988bab9f4d93: Pulling fs layer 20:54:42 1469e6f7b9e6: Pulling fs layer 20:54:42 eaf3925da568: Pulling fs layer 20:54:42 bab4dde63d76: Pulling fs layer 20:54:42 bde34c3a00c8: Pulling fs layer 20:54:42 b352a97aabf1: Pulling fs layer 20:54:42 4872d77fe225: Pulling fs layer 20:54:42 5851b861e8e6: Pulling fs layer 20:54:42 988bab9f4d93: Waiting 20:54:42 1469e6f7b9e6: Waiting 20:54:42 eaf3925da568: Waiting 20:54:42 bab4dde63d76: Waiting 20:54:42 bde34c3a00c8: Waiting 20:54:42 b352a97aabf1: Waiting 20:54:42 4872d77fe225: Waiting 20:54:42 e2be974225ed: Download complete 20:54:42 988bab9f4d93: Download complete 20:54:42 1469e6f7b9e6: Verifying Checksum 20:54:42 1469e6f7b9e6: Download complete 20:54:42 eaf3925da568: Verifying Checksum 20:54:42 eaf3925da568: Download complete 20:54:42 339a4e72a1f5: Verifying Checksum 20:54:42 339a4e72a1f5: Download complete 20:54:42 bde34c3a00c8: Download complete 20:54:42 b352a97aabf1: Verifying Checksum 20:54:42 b352a97aabf1: Download complete 20:54:42 4872d77fe225: Download complete 20:54:42 5851b861e8e6: Download complete 20:54:42 b85a868b505f: Verifying Checksum 20:54:42 b85a868b505f: Download complete 20:54:43 bab4dde63d76: Verifying Checksum 20:54:43 bab4dde63d76: Download complete 20:54:43 b85a868b505f: Pull complete 20:54:44 e2be974225ed: Pull complete 20:54:44 339a4e72a1f5: Pull complete 20:54:44 988bab9f4d93: Pull complete 20:54:44 1469e6f7b9e6: Pull complete 20:54:44 eaf3925da568: Pull complete 20:54:46 bab4dde63d76: Pull complete 20:54:46 bde34c3a00c8: Pull complete 20:54:47 b352a97aabf1: Pull complete 20:54:47 4872d77fe225: Pull complete 20:54:47 5851b861e8e6: Pull complete 20:54:47 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 20:54:47 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 20:54:47 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 20:54:47 prd-ubuntu20.04-docker-8c-8g-7225 does not seem to be running inside a container 20:54:47 $ 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 20:54:50 $ docker top 17cb581d4ea224ecce57afeb646412e2205183029520954864de811ea84e35e3 -eo pid,comm 20:54:50 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). 20:54:50 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 20:54:50 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 20:54:50 [ssh-agent] Looking for ssh-agent implementation... 20:54:50 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 20:54:50 $ docker exec 17cb581d4ea224ecce57afeb646412e2205183029520954864de811ea84e35e3 ssh-agent 20:54:51 SSH_AUTH_SOCK=/tmp/ssh-lZEpqYKWBm0k/agent.33 20:54:51 SSH_AGENT_PID=39 20:54:51 Running ssh-add (command line suppressed) 20:54:51 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) 20:54:51 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 20:54:51 + git tag --points-at HEAD [Pipeline] } 20:54:51 $ docker exec --env ******** --env ******** 17cb581d4ea224ecce57afeb646412e2205183029520954864de811ea84e35e3 ssh-agent -k 20:54:51 unset SSH_AUTH_SOCK; 20:54:51 unset SSH_AGENT_PID; 20:54:51 echo Agent pid 39 killed; 20:54:51 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 20:54:51 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 20:54:51 [ssh-agent] Looking for ssh-agent implementation... 20:54:51 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 20:54:51 $ docker exec 17cb581d4ea224ecce57afeb646412e2205183029520954864de811ea84e35e3 ssh-agent 20:54:51 SSH_AUTH_SOCK=/tmp/ssh-wXqeK2rCxjyT/agent.71 20:54:51 SSH_AGENT_PID=77 20:54:51 Running ssh-add (command line suppressed) 20:54:51 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) 20:54:51 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 20:54:52 + git semver init 20:54:52 2023-09-20 20:54:52,470 [run_init] DEBUG init version:0.0.0 force:False 20:54:52 2023-09-20 20:54:52,471 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgexfoundry_edgex-ui-go_main/.semver 20:54:52 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 20:54:52 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) 20:54:53 2023-09-20 20:54:53,850 [append_file] DEBUG append to file:/w/workspace/edgexfoundry_edgex-ui-go_main/.git/info/exclude 20:54:53 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 20:54:53 2023-09-20 20:54:53,851 [read_version] DEBUG read version from /w/workspace/edgexfoundry_edgex-ui-go_main/.semver/main 20:54:53 2023-09-20 20:54:53,851 [read_version] DEBUG read version from /w/workspace/edgexfoundry_edgex-ui-go_main/.semver/main 20:54:53 3.1.0-dev.5 [Pipeline] } 20:54:53 $ docker exec --env ******** --env ******** 17cb581d4ea224ecce57afeb646412e2205183029520954864de811ea84e35e3 ssh-agent -k 20:54:54 unset SSH_AUTH_SOCK; 20:54:54 unset SSH_AGENT_PID; 20:54:54 echo Agent pid 77 killed; 20:54:54 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 20:54:54 + git semver [Pipeline] } 20:54:54 $ docker stop --time=1 17cb581d4ea224ecce57afeb646412e2205183029520954864de811ea84e35e3 20:54:55 $ docker rm -f --volumes 17cb581d4ea224ecce57afeb646412e2205183029520954864de811ea84e35e3 [Pipeline] // withDockerContainer [Pipeline] sh 20:54:56 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 20:54:56 Stashed 1 file(s) [Pipeline] echo 20:54:56 [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 20:54:56 provisioning config files... 20:54:56 copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_main@tmp/config12912534948008425287tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 20:54:57 ---> docker-login.sh 20:54:57 nexus3.edgexfoundry.org:10001 20:54:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:54:57 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:54:57 Configure a credential helper to remove this warning. See 20:54:57 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:54:57 20:54:57 Login Succeeded 20:54:57 nexus3.edgexfoundry.org:10002 20:54:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:54:57 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:54:57 Configure a credential helper to remove this warning. See 20:54:57 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:54:57 20:54:57 Login Succeeded 20:54:57 nexus3.edgexfoundry.org:10003 20:54:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:54:57 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:54:57 Configure a credential helper to remove this warning. See 20:54:57 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:54:57 20:54:57 Login Succeeded 20:54:57 nexus3.edgexfoundry.org:10004 20:54:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:54:57 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:54:57 Configure a credential helper to remove this warning. See 20:54:57 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:54:57 20:54:57 Login Succeeded 20:54:57 docker.io 20:54:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:54:57 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:54:57 Configure a credential helper to remove this warning. See 20:54:57 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:54:57 20:54:57 Login Succeeded 20:54:57 ---> docker-login.sh ends [Pipeline] } 20:54:57 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 20:54:57 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 20:54:57 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 20:54:57 ========================================================= 20:54:57 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine] 20:54:57 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:54:57 + 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 . 20:54:58 Sending build context to Docker daemon 47.58MB 20:54:58 Step 1/15 : ARG BASE=golang:1.21-alpine3.18 20:54:58 Step 2/15 : FROM ${BASE} AS builder 20:54:58 1.21-alpine: Pulling from edgex-devops/edgex-golang-base 20:54:58 7264a8db6415: Pulling fs layer 20:54:58 c4d48a809fc2: Pulling fs layer 20:54:58 4f1c88b9dad5: Pulling fs layer 20:54:58 ad3a456e5733: Pulling fs layer 20:54:58 33e27b845d1e: Pulling fs layer 20:54:58 c68163c4e522: Pulling fs layer 20:54:58 50da416c3ac9: Pulling fs layer 20:54:58 23d2d4c4bb30: Pulling fs layer 20:54:58 33e27b845d1e: Waiting 20:54:58 c68163c4e522: Waiting 20:54:58 50da416c3ac9: Waiting 20:54:58 23d2d4c4bb30: Waiting 20:54:58 ad3a456e5733: Waiting 20:54:58 c4d48a809fc2: Verifying Checksum 20:54:58 c4d48a809fc2: Download complete 20:54:58 ad3a456e5733: Verifying Checksum 20:54:58 ad3a456e5733: Download complete 20:54:58 33e27b845d1e: Verifying Checksum 20:54:58 33e27b845d1e: Download complete 20:54:58 7264a8db6415: Verifying Checksum 20:54:58 7264a8db6415: Download complete 20:54:58 c68163c4e522: Verifying Checksum 20:54:58 c68163c4e522: Download complete 20:54:58 7264a8db6415: Pull complete 20:54:58 23d2d4c4bb30: Verifying Checksum 20:54:58 23d2d4c4bb30: Download complete 20:54:58 c4d48a809fc2: Pull complete 20:54:58 4f1c88b9dad5: Download complete 20:54:58 50da416c3ac9: Download complete 20:55:02 4f1c88b9dad5: Pull complete 20:55:02 ad3a456e5733: Pull complete 20:55:02 33e27b845d1e: Pull complete 20:55:02 c68163c4e522: Pull complete 20:55:05 50da416c3ac9: Pull complete 20:55:05 23d2d4c4bb30: Pull complete 20:55:05 Digest: sha256:869f8081a9cc57a47d9be3c92245bb8518e7edea9beab93563b77b0fbed5fa8c 20:55:05 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine 20:55:05 ---> 0786185ac409 20:55:05 Step 3/15 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" 20:55:09 ---> Running in 8f0549c96c6c 20:55:09 Removing intermediate container 8f0549c96c6c 20:55:09 ---> cad775dd47e8 20:55:09 Step 4/15 : ARG ALPINE_PKG_BASE="make git" 20:55:09 ---> Running in 24ce5f64f7a4 20:55:10 Removing intermediate container 24ce5f64f7a4 20:55:10 ---> 58f365f2c55a 20:55:10 Step 5/15 : ARG ALPINE_PKG_EXTRA="" 20:55:10 ---> Running in a5d509552eb6 20:55:10 Removing intermediate container a5d509552eb6 20:55:10 ---> 6cd41fe74adc 20:55:10 Step 6/15 : LABEL Name=edgex-ui-go 20:55:10 ---> Running in d953981d7fde 20:55:10 Removing intermediate container d953981d7fde 20:55:10 ---> 2730a65c3382 20:55:10 Step 7/15 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2023: Intel' 20:55:10 ---> Running in d82c14600cdd 20:55:10 Removing intermediate container d82c14600cdd 20:55:10 ---> 97e4884bff7d 20:55:10 Step 8/15 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 20:55:10 latest: Pulling from library/docker 20:55:10 7264a8db6415: Already exists 20:55:10 cfafd3a03f86: Pulling fs layer 20:55:10 4f4fb700ef54: Pulling fs layer 20:55:10 f11d96ce7eaa: Pulling fs layer 20:55:10 6adc040a05cc: Pulling fs layer 20:55:10 787484ec7e57: Pulling fs layer 20:55:10 ab22443da284: Pulling fs layer 20:55:10 4df676a3ac49: Pulling fs layer 20:55:10 579a751e9a42: Pulling fs layer 20:55:10 787484ec7e57: Waiting 20:55:10 ab22443da284: Waiting 20:55:10 6adc040a05cc: Waiting 20:55:10 579a751e9a42: Waiting 20:55:10 433699f84749: Pulling fs layer 20:55:10 4df676a3ac49: Waiting 20:55:10 3e5c5f3a87be: Pulling fs layer 20:55:10 433699f84749: Waiting 20:55:10 389d589ce89a: Pulling fs layer 20:55:10 3e5c5f3a87be: Waiting 20:55:10 a43e1216f500: Pulling fs layer 20:55:10 2c2a8ce1e4eb: Pulling fs layer 20:55:10 389d589ce89a: Waiting 20:55:10 a43e1216f500: Waiting 20:55:10 2c2a8ce1e4eb: Waiting 20:55:10 4f4fb700ef54: Verifying Checksum 20:55:10 4f4fb700ef54: Download complete 20:55:10 cfafd3a03f86: Download complete 20:55:11 cfafd3a03f86: Pull complete 20:55:11 f11d96ce7eaa: Verifying Checksum 20:55:11 f11d96ce7eaa: Download complete 20:55:11 4f4fb700ef54: Pull complete 20:55:11 787484ec7e57: Verifying Checksum 20:55:11 787484ec7e57: Download complete 20:55:11 ab22443da284: Verifying Checksum 20:55:11 ab22443da284: Download complete 20:55:11 6adc040a05cc: Verifying Checksum 20:55:11 6adc040a05cc: Download complete 20:55:11 4df676a3ac49: Download complete 20:55:11 579a751e9a42: Verifying Checksum 20:55:11 579a751e9a42: Download complete 20:55:11 f11d96ce7eaa: Pull complete 20:55:11 3e5c5f3a87be: Verifying Checksum 20:55:11 3e5c5f3a87be: Download complete 20:55:11 433699f84749: Verifying Checksum 20:55:11 433699f84749: Download complete 20:55:11 a43e1216f500: Verifying Checksum 20:55:11 a43e1216f500: Download complete 20:55:11 2c2a8ce1e4eb: Download complete 20:55:11 Still waiting to schedule task 20:55:11 Waiting for next available executor on ‘ubuntu20.04-docker-arm64-4c-16g’ 20:55:11 6adc040a05cc: Pull complete 20:55:11 389d589ce89a: Verifying Checksum 20:55:12 787484ec7e57: Pull complete 20:55:12 ab22443da284: Pull complete 20:55:12 4df676a3ac49: Pull complete 20:55:12 579a751e9a42: Pull complete 20:55:12 433699f84749: Pull complete 20:55:12 3e5c5f3a87be: Pull complete 20:55:14 389d589ce89a: Pull complete 20:55:14 a43e1216f500: Pull complete 20:55:14 2c2a8ce1e4eb: Pull complete 20:55:14 Digest: sha256:9e6dbb25d3c0e1e2d222c8a3f074cb8240d1a716d0c6868f76eb3d5a4dfb174c 20:55:14 Status: Downloaded newer image for docker:latest 20:55:16 ---> 0b00ca9b1238 20:55:16 Step 9/15 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 20:55:16 ---> Running in 471dd2909981 20:55:16 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 20:55:16 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 20:55:16 OK: 264 MiB in 52 packages 20:55:17 Removing intermediate container 471dd2909981 20:55:17 ---> da3c412bd5bb 20:55:17 Step 10/15 : ENV GO111MODULE=on 20:55:17 ---> Running in 611cf388b8dc 20:55:17 Removing intermediate container 611cf388b8dc 20:55:17 ---> 3be9c79e2da6 20:55:17 Step 11/15 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go 20:55:17 ---> Running in 699a6ded7138 20:55:17 Removing intermediate container 699a6ded7138 20:55:17 ---> 79de25fdd266 20:55:17 Step 12/15 : COPY go.mod vendor* ./ 20:55:17 ---> 9b2abe1d327f 20:55:17 Step 13/15 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:55:17 ---> Running in 411bdc60de2f 20:55:56 Removing intermediate container 411bdc60de2f 20:55:56 ---> a79e641128e9 20:55:56 Step 14/15 : COPY . . 20:55:56 ---> 22959821fec7 20:55:56 Step 15/15 : RUN ${MAKE} 20:55:56 ---> Running in 09065013cc0f 20:55:56 noop 20:55:56 Removing intermediate container 09065013cc0f 20:55:56 ---> 462e5b8c1111 20:55:56 Successfully built 462e5b8c1111 20:55:56 Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:55:56 + docker inspect -f . ci-base-image-x86_64 20:55:56 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 20:55:56 prd-ubuntu20.04-docker-8c-8g-7225 does not seem to be running inside a container 20:55:57 $ 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 20:55:57 $ docker top ff13bafbb6e4ac688593a645235c139b1d2803c64ea7415b21a0e56da8574299 -eo pid,comm [Pipeline] { [Pipeline] sh 20:55:57 + go version 20:55:57 go version go1.21.0 linux/amd64 [Pipeline] } 20:55:57 $ docker stop --time=1 ff13bafbb6e4ac688593a645235c139b1d2803c64ea7415b21a0e56da8574299 20:55:59 $ 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 20:55:59 + docker inspect -f . ci-base-image-x86_64 20:55:59 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 20:55:59 prd-ubuntu20.04-docker-8c-8g-7225 does not seem to be running inside a container 20:55:59 $ 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 20:55:59 $ docker top 58667d7f6f2955da7285b9a788caec73bfa3288e59f74b706ec67ec2cd3519fd -eo pid,comm [Pipeline] { [Pipeline] sh 20:56:00 + git config --global --add safe.directory /w/workspace/edgexfoundry_edgex-ui-go_main [Pipeline] fileExists [Pipeline] sh 20:56:00 + make test 20:56:00 CGO_ENABLED=0 GO111MODULE=on go test -tags "no_messagebus" -coverprofile=coverage.out ./... 20:56:01 ? github.com/edgexfoundry/edgex-ui-go [no test files] 20:56:09 ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] 20:56:09 ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] 20:56:09 ? github.com/edgexfoundry/edgex-ui-go/internal/common [no test files] 20:56:09 ? github.com/edgexfoundry/edgex-ui-go/internal/config [no test files] 20:56:09 ? github.com/edgexfoundry/edgex-ui-go/internal/container [no test files] 20:56:09 ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] 20:56:09 ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] 20:56:09 ? github.com/edgexfoundry/edgex-ui-go/internal/service [no test files] 20:56:09 CGO_ENABLED=0 GO111MODULE=on go vet -tags "no_messagebus" ./... 20:56:13 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 20:56:13 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 20:56:13 ./bin/test-attribution-txt.sh 20:56:13 make -C web test 20:56:13 make[1]: Entering directory '/w/workspace/edgexfoundry_edgex-ui-go_main/web' 20:56:13 make[1]: tput: No such file or directory 20:56:13 make[1]: tput: No such file or directory 20:56:13 warning: generating ./VERSION 20:56:13 echo "0.0.0" > VERSION 20:56:13 docker build \ 20:56:13 -f Dockerfile \ 20:56:13 --build-arg USER=1000 \ 20:56:13 \ 20:56:13 --label "git_sha=2fd4722eefcd485d8d8cf5eb24f524ab25e62510" \ 20:56:13 -t edgexfoundry/edgex-web-ui:2fd4722eefcd485d8d8cf5eb24f524ab25e62510 \ 20:56:13 -t edgexfoundry/edgex-web-ui:0.0.0-dev \ 20:56:13 . 20:56:13 DEPRECATED: The legacy builder is deprecated and will be removed in a future release. 20:56:13 Install the buildx component to build images with BuildKit: 20:56:13 https://docs.docker.com/go/buildx/ 20:56:13 20:56:13 Sending build context to Docker daemon 2.571MB 20:56:13 Step 1/11 : FROM node:18-alpine3.18 20:56:13 18-alpine3.18: Pulling from library/node 20:56:13 7264a8db6415: Already exists 20:56:13 3a6f55851eb7: Pulling fs layer 20:56:13 7486ac2d79f6: Pulling fs layer 20:56:13 a57032b0c6a0: Pulling fs layer 20:56:13 a57032b0c6a0: Verifying Checksum 20:56:13 a57032b0c6a0: Download complete 20:56:13 7486ac2d79f6: Verifying Checksum 20:56:13 7486ac2d79f6: Download complete 20:56:13 3a6f55851eb7: Verifying Checksum 20:56:13 3a6f55851eb7: Download complete 20:56:15 3a6f55851eb7: Pull complete 20:56:15 7486ac2d79f6: Pull complete 20:56:15 a57032b0c6a0: Pull complete 20:56:15 Digest: sha256:619ce27eb37c7c0476bd518085bf1ba892e2148fc1ab5dbaff2f20c56e50444d 20:56:15 Status: Downloaded newer image for node:18-alpine3.18 20:56:15 ---> ce4edc0a721a 20:56:15 Step 2/11 : RUN apk add --no-cache chromium 20:56:18 ---> Running in e983e455db5f 20:56:19 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 20:56:19 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 20:56:19 (1/155) Installing libexpat (2.5.0-r1) 20:56:19 (2/155) Installing brotli-libs (1.0.9-r14) 20:56:19 (3/155) Installing libbz2 (1.0.8-r5) 20:56:19 (4/155) Installing libpng (1.6.39-r3) 20:56:19 (5/155) Installing freetype (2.13.0-r5) 20:56:19 (6/155) Installing fontconfig (2.14.2-r3) 20:56:19 (7/155) Installing libfontenc (1.1.7-r2) 20:56:19 (8/155) Installing mkfontscale (1.2.2-r3) 20:56:19 (9/155) Installing font-opensans (0_git20210927-r1) 20:56:19 (10/155) Installing pkgconf (1.9.5-r0) 20:56:19 (11/155) Installing libffi (3.4.4-r2) 20:56:19 (12/155) Installing libintl (0.21.1-r7) 20:56:19 (13/155) Installing libblkid (2.38.1-r8) 20:56:19 (14/155) Installing libmount (2.38.1-r8) 20:56:19 (15/155) Installing pcre2 (10.42-r1) 20:56:19 (16/155) Installing glib (2.76.4-r0) 20:56:19 (17/155) Installing xz-libs (5.4.3-r0) 20:56:19 (18/155) Installing libxml2 (2.11.4-r0) 20:56:19 (19/155) Installing shared-mime-info (2.2-r5) 20:56:19 (20/155) Installing hicolor-icon-theme (0.17-r2) 20:56:19 (21/155) Installing libjpeg-turbo (2.1.5.1-r3) 20:56:19 (22/155) Installing libwebp (1.3.2-r0) 20:56:19 (23/155) Installing zstd-libs (1.5.5-r4) 20:56:19 (24/155) Installing tiff (4.5.1-r0) 20:56:19 (25/155) Installing gdk-pixbuf (2.42.10-r5) 20:56:19 (26/155) Installing gtk-update-icon-cache (3.24.38-r1) 20:56:19 (27/155) Installing libxau (1.0.11-r2) 20:56:19 (28/155) Installing libmd (1.0.4-r2) 20:56:19 (29/155) Installing libbsd (0.11.7-r1) 20:56:19 (30/155) Installing libxdmcp (1.1.4-r2) 20:56:19 (31/155) Installing libxcb (1.15-r1) 20:56:19 (32/155) Installing libx11 (1.8.4-r4) 20:56:19 (33/155) Installing libxcomposite (0.4.6-r3) 20:56:19 (34/155) Installing libxfixes (6.0.1-r2) 20:56:19 (35/155) Installing libxrender (0.9.11-r3) 20:56:19 (36/155) Installing libxcursor (1.2.1-r2) 20:56:19 (37/155) Installing libxdamage (1.1.6-r2) 20:56:19 (38/155) Installing libxext (1.3.5-r2) 20:56:19 (39/155) Installing libxi (1.8.1-r0) 20:56:19 (40/155) Installing libxinerama (1.1.5-r2) 20:56:19 (41/155) Installing libxrandr (1.5.3-r2) 20:56:19 (42/155) Installing libatk-1.0 (2.48.3-r0) 20:56:19 (43/155) Installing libxtst (1.2.4-r2) 20:56:19 (44/155) Installing dbus-libs (1.14.8-r0) 20:56:19 (45/155) Installing at-spi2-core (2.48.3-r0) 20:56:19 (46/155) Installing libatk-bridge-2.0 (2.48.3-r0) 20:56:19 (47/155) Installing pixman (0.42.2-r1) 20:56:19 (48/155) Installing cairo (1.17.8-r1) 20:56:19 (49/155) Installing cairo-gobject (1.17.8-r1) 20:56:19 (50/155) Installing avahi-libs (0.8-r13) 20:56:19 (51/155) Installing gmp (6.2.1-r3) 20:56:19 (52/155) Installing nettle (3.8.1-r2) 20:56:19 (53/155) Installing libunistring (1.1-r1) 20:56:19 (54/155) Installing libidn2 (2.3.4-r1) 20:56:19 (55/155) Installing p11-kit (0.24.1-r2) 20:56:19 (56/155) Installing libtasn1 (4.19.0-r1) 20:56:19 (57/155) Installing gnutls (3.8.0-r2) 20:56:19 (58/155) Installing cups-libs (2.4.6-r0) 20:56:19 (59/155) Installing libepoxy (1.5.10-r1) 20:56:19 (60/155) Installing fribidi (1.0.13-r0) 20:56:19 (61/155) Installing graphite2 (1.3.14-r5) 20:56:19 (62/155) Installing harfbuzz (7.3.0-r0) 20:56:19 (63/155) Installing libxft (2.3.8-r1) 20:56:19 (64/155) Installing pango (1.50.14-r1) 20:56:19 (65/155) Installing wayland-libs-client (1.22.0-r2) 20:56:19 (66/155) Installing wayland-libs-cursor (1.22.0-r2) 20:56:19 (67/155) Installing wayland-libs-egl (1.22.0-r2) 20:56:19 (68/155) Installing xkeyboard-config (2.38-r0) 20:56:20 (69/155) Installing libxkbcommon (1.5.0-r2) 20:56:20 (70/155) Installing gtk+3.0 (3.24.38-r1) 20:56:20 Executing gtk+3.0-3.24.38-r1.post-install 20:56:20 (71/155) Installing icu-data-full (73.2-r2) 20:56:20 (72/155) Installing mesa (23.0.4-r0) 20:56:20 (73/155) Installing llvm15-libs (15.0.7-r6) 20:56:21 (74/155) Installing hwdata-pci (0.370-r0) 20:56:21 (75/155) Installing libpciaccess (0.17-r2) 20:56:21 (76/155) Installing libdrm (2.4.115-r4) 20:56:21 (77/155) Installing musl-fts (1.2.7-r5) 20:56:21 (78/155) Installing libelf (0.189-r2) 20:56:21 (79/155) Installing mesa-glapi (23.0.4-r0) 20:56:21 (80/155) Installing mesa-dri-gallium (23.0.4-r0) 20:56:21 (81/155) Installing eudev-libs (3.2.11-r8) 20:56:21 (82/155) Installing libmagic (5.45-r0) 20:56:21 (83/155) Installing file (5.45-r0) 20:56:21 (84/155) Installing libice (1.1.1-r2) 20:56:21 (85/155) Installing libuuid (2.38.1-r8) 20:56:21 (86/155) Installing libsm (1.2.4-r1) 20:56:21 (87/155) Installing libxt (1.3.0-r2) 20:56:21 (88/155) Installing libxmu (1.1.4-r2) 20:56:21 (89/155) Installing xset (1.2.5-r1) 20:56:21 (90/155) Installing xprop (1.2.6-r0) 20:56:21 (91/155) Installing xdg-utils (1.1.3-r4) 20:56:21 (92/155) Installing libogg (1.3.5-r4) 20:56:21 (93/155) Installing flac-libs (1.4.3-r0) 20:56:21 (94/155) Installing alsa-lib (1.2.9-r1) 20:56:21 (95/155) Installing libatomic (12.2.1_git20220924-r10) 20:56:21 (96/155) Installing svt-av1-libs (1.6.0-r0) 20:56:21 (97/155) Installing aom-libs (3.6.1-r0) 20:56:21 (98/155) Installing libva (2.18.0-r1) 20:56:21 (99/155) Installing libvdpau (1.5-r1) 20:56:21 (100/155) Installing onevpl-libs (2023.2.1-r0) 20:56:21 (101/155) Installing ffmpeg-libavutil (6.0-r15) 20:56:21 (102/155) Installing libdav1d (1.2.1-r0) 20:56:21 (103/155) Installing libhwy (1.0.4-r1) 20:56:21 (104/155) Installing lcms2 (2.15-r2) 20:56:21 (105/155) Installing libjxl (0.8.2-r0) 20:56:21 (106/155) Installing lame-libs (3.100-r5) 20:56:21 (107/155) Installing opus (1.4-r0) 20:56:21 (108/155) Installing libgomp (12.2.1_git20220924-r10) 20:56:21 (109/155) Installing soxr (0.1.3-r5) 20:56:21 (110/155) Installing ffmpeg-libswresample (6.0-r15) 20:56:21 (111/155) Installing libtheora (1.1.1-r17) 20:56:21 (112/155) Installing libvorbis (1.3.7-r1) 20:56:21 (113/155) Installing libvpx (1.13.0-r1) 20:56:21 (114/155) Installing x264-libs (0.164_git20220602-r1) 20:56:21 (115/155) Installing numactl (2.0.16-r4) 20:56:21 (116/155) Installing x265-libs (3.5-r4) 20:56:21 (117/155) Installing xvidcore (1.3.7-r1) 20:56:21 (118/155) Installing ffmpeg-libavcodec (6.0-r15) 20:56:21 (119/155) Installing libbluray (1.3.4-r0) 20:56:21 (120/155) Installing mpg123-libs (1.31.3-r1) 20:56:21 (121/155) Installing libopenmpt (0.7.2-r0) 20:56:21 (122/155) Installing cjson (1.7.15-r4) 20:56:21 (123/155) Installing mbedtls (2.28.4-r0) 20:56:21 (124/155) Installing librist (0.2.7-r0) 20:56:21 (125/155) Installing libsrt (1.5.2-r0) 20:56:21 (126/155) Installing libssh (0.10.5-r0) 20:56:22 (127/155) Installing libsodium (1.0.18-r3) 20:56:22 (128/155) Installing libzmq (4.3.4-r4) 20:56:22 (129/155) Installing ffmpeg-libavformat (6.0-r15) 20:56:22 (130/155) Installing libevent (2.1.12-r6) 20:56:22 (131/155) Installing wayland-libs-server (1.22.0-r2) 20:56:22 (132/155) Installing mesa-gbm (23.0.4-r0) 20:56:22 (133/155) Installing harfbuzz-subset (7.3.0-r0) 20:56:22 (134/155) Installing icu-libs (73.2-r2) 20:56:22 (135/155) Installing jsoncpp (1.9.5-r0) 20:56:22 (136/155) Installing minizip (1.2.13-r0) 20:56:22 (137/155) Installing nspr (4.35-r2) 20:56:22 (138/155) Installing sqlite-libs (3.41.2-r2) 20:56:22 (139/155) Installing nss (3.91-r0) 20:56:22 (140/155) Installing pipewire-libs (0.3.70-r1) 20:56:22 (141/155) Installing libasyncns (0.8-r1) 20:56:22 (142/155) Installing libltdl (2.4.7-r2) 20:56:22 (143/155) Installing orc (0.4.34-r0) 20:56:22 (144/155) Installing libsndfile (1.2.0-r2) 20:56:22 (145/155) Installing speexdsp (1.2.1-r1) 20:56:22 (146/155) Installing tdb-libs (1.4.8-r1) 20:56:22 (147/155) Installing libpulse (16.1-r10) 20:56:22 (148/155) Installing re2 (2023.03.01-r1) 20:56:22 (149/155) Installing snappy (1.1.10-r1) 20:56:22 (150/155) Installing libwoff2common (1.0.2-r2) 20:56:22 (151/155) Installing libwoff2enc (1.0.2-r2) 20:56:22 (152/155) Installing libgpg-error (1.47-r1) 20:56:22 (153/155) Installing libgcrypt (1.10.2-r1) 20:56:22 (154/155) Installing libxslt (1.1.38-r0) 20:56:22 (155/155) Installing chromium (115.0.5790.170-r0) 20:56:23 Executing busybox-1.36.1-r2.trigger 20:56:23 Executing fontconfig-2.14.2-r3.trigger 20:56:23 Executing mkfontscale-1.2.2-r3.trigger 20:56:23 Executing glib-2.76.4-r0.trigger 20:56:23 Executing shared-mime-info-2.2-r5.trigger 20:56:24 Executing gdk-pixbuf-2.42.10-r5.trigger 20:56:24 Executing gtk-update-icon-cache-3.24.38-r1.trigger 20:56:24 OK: 572 MiB in 172 packages 20:56:34 Removing intermediate container e983e455db5f 20:56:34 ---> 215ccd773280 20:56:34 Step 3/11 : ENV CHROME_BIN=/usr/bin/chromium-browser 20:56:34 ---> Running in 5854964c812e 20:56:34 Removing intermediate container 5854964c812e 20:56:34 ---> 60bb0da8f17d 20:56:34 Step 4/11 : ENV NODE_OPTIONS=--openssl-legacy-provider 20:56:34 ---> Running in fbcb2d18ad34 20:56:34 Removing intermediate container fbcb2d18ad34 20:56:34 ---> 11b8f397448c 20:56:34 Step 5/11 : ENV PATH /app/node_modules/.bin:$PATH 20:56:34 ---> Running in cff3c84ce7f9 20:56:34 Removing intermediate container cff3c84ce7f9 20:56:34 ---> d77656fa214a 20:56:34 Step 6/11 : RUN npm install -g npm 20:56:34 ---> Running in 6d8a12e2d3ba 20:56:42 20:56:42 removed 2 packages, and changed 59 packages in 6s 20:56:42 20:56:42 28 packages are looking for funding 20:56:42 run `npm fund` for details 20:56:43 Removing intermediate container 6d8a12e2d3ba 20:56:43 ---> 666a022a8f44 20:56:43 Step 7/11 : ARG USER=1000 20:56:43 ---> Running in a5ed84393d17 20:56:43 Removing intermediate container a5ed84393d17 20:56:43 ---> 00bb63daf75b 20:56:43 Step 8/11 : RUN deluser --remove-home node && adduser -u $USER -D -s /bin/sh node 20:56:43 ---> Running in 7117a00a0265 20:56:44 Removing intermediate container 7117a00a0265 20:56:44 ---> c64599c02cca 20:56:44 Step 9/11 : USER $USER:$USER 20:56:44 ---> Running in 4a556593a854 20:56:44 Removing intermediate container 4a556593a854 20:56:44 ---> c3d4152d9ecf 20:56:44 Step 10/11 : WORKDIR /app 20:56:44 ---> Running in 3e6f4ab753f3 20:56:44 Removing intermediate container 3e6f4ab753f3 20:56:44 ---> 75b8c36f7f1e 20:56:44 Step 11/11 : LABEL git_sha=2fd4722eefcd485d8d8cf5eb24f524ab25e62510 20:56:44 ---> Running in c92e900706b9 20:56:44 Removing intermediate container c92e900706b9 20:56:44 ---> c24ad3ad4a8a 20:56:44 Successfully built c24ad3ad4a8a 20:56:44 Successfully tagged edgexfoundry/edgex-web-ui:2fd4722eefcd485d8d8cf5eb24f524ab25e62510 20:56:44 Successfully tagged edgexfoundry/edgex-web-ui:0.0.0-dev 20:56:44 touch edgex-web-ui.imagebuilt 20:56:44 mkdir -p node_modules coverage 20:56:44 chown "1000:1000" node_modules coverage package-lock.json 20:56:44 docker run --rm -i -v "$(pwd):/app" -u "1000:1000" edgexfoundry/edgex-web-ui:0.0.0-dev npm install 20:56:46 npm WARN old lockfile 20:56:46 npm WARN old lockfile The package-lock.json file was created with an old version of npm, 20:56:46 npm WARN old lockfile so supplemental metadata must be fetched from the registry. 20:56:46 npm WARN old lockfile 20:56:46 npm WARN old lockfile This is a one-time fix-up, please be patient... 20:56:46 npm WARN old lockfile 20:56:54 npm WARN EBADENGINE Unsupported engine { 20:56:54 npm WARN EBADENGINE package: '@angular-devkit/architect@0.1202.4', 20:56:54 npm WARN EBADENGINE required: { 20:56:54 npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', 20:56:54 npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', 20:56:54 npm WARN EBADENGINE yarn: '>= 1.13.0' 20:56:54 npm WARN EBADENGINE }, 20:56:54 npm WARN EBADENGINE current: { node: 'v18.18.0', npm: '10.1.0' } 20:56:54 npm WARN EBADENGINE } 20:56:54 npm WARN EBADENGINE Unsupported engine { 20:56:54 npm WARN EBADENGINE package: '@angular-devkit/build-angular@12.2.4', 20:56:54 npm WARN EBADENGINE required: { 20:56:54 npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', 20:56:54 npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', 20:56:54 npm WARN EBADENGINE yarn: '>= 1.13.0' 20:56:54 npm WARN EBADENGINE }, 20:56:54 npm WARN EBADENGINE current: { node: 'v18.18.0', npm: '10.1.0' } 20:56:54 npm WARN EBADENGINE } 20:56:54 npm WARN EBADENGINE Unsupported engine { 20:56:54 npm WARN EBADENGINE package: '@angular-devkit/build-optimizer@0.1202.4', 20:56:54 npm WARN EBADENGINE required: { 20:56:54 npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', 20:56:54 npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', 20:56:54 npm WARN EBADENGINE yarn: '>= 1.13.0' 20:56:54 npm WARN EBADENGINE }, 20:56:54 npm WARN EBADENGINE current: { node: 'v18.18.0', npm: '10.1.0' } 20:56:54 npm WARN EBADENGINE } 20:56:54 npm WARN EBADENGINE Unsupported engine { 20:56:54 npm WARN EBADENGINE package: '@angular-devkit/build-webpack@0.1202.4', 20:56:54 npm WARN EBADENGINE required: { 20:56:54 npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', 20:56:54 npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', 20:56:54 npm WARN EBADENGINE yarn: '>= 1.13.0' 20:56:54 npm WARN EBADENGINE }, 20:56:54 npm WARN EBADENGINE current: { node: 'v18.18.0', npm: '10.1.0' } 20:56:54 npm WARN EBADENGINE } 20:56:54 npm WARN EBADENGINE Unsupported engine { 20:56:54 npm WARN EBADENGINE package: '@angular-devkit/core@12.2.4', 20:56:54 npm WARN EBADENGINE required: { 20:56:54 npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', 20:56:54 npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', 20:56:54 npm WARN EBADENGINE yarn: '>= 1.13.0' 20:56:54 npm WARN EBADENGINE }, 20:56:54 npm WARN EBADENGINE current: { node: 'v18.18.0', npm: '10.1.0' } 20:56:54 npm WARN EBADENGINE } 20:56:54 npm WARN EBADENGINE Unsupported engine { 20:56:54 npm WARN EBADENGINE package: '@angular-devkit/schematics@12.2.4', 20:56:54 npm WARN EBADENGINE required: { 20:56:54 npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', 20:56:54 npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', 20:56:54 npm WARN EBADENGINE yarn: '>= 1.13.0' 20:56:54 npm WARN EBADENGINE }, 20:56:54 npm WARN EBADENGINE current: { node: 'v18.18.0', npm: '10.1.0' } 20:56:54 npm WARN EBADENGINE } 20:56:54 npm WARN EBADENGINE Unsupported engine { 20:56:54 npm WARN EBADENGINE package: '@angular/cli@12.2.4', 20:56:54 npm WARN EBADENGINE required: { 20:56:54 npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', 20:56:54 npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', 20:56:54 npm WARN EBADENGINE yarn: '>= 1.13.0' 20:56:54 npm WARN EBADENGINE }, 20:56:54 npm WARN EBADENGINE current: { node: 'v18.18.0', npm: '10.1.0' } 20:56:54 npm WARN EBADENGINE } 20:56:54 npm WARN EBADENGINE Unsupported engine { 20:56:54 npm WARN EBADENGINE package: '@ngtools/webpack@12.2.4', 20:56:54 npm WARN EBADENGINE required: { 20:56:54 npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', 20:56:54 npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', 20:56:54 npm WARN EBADENGINE yarn: '>= 1.13.0' 20:56:54 npm WARN EBADENGINE }, 20:56:54 npm WARN EBADENGINE current: { node: 'v18.18.0', npm: '10.1.0' } 20:56:54 npm WARN EBADENGINE } 20:56:54 npm WARN EBADENGINE Unsupported engine { 20:56:54 npm WARN EBADENGINE package: '@schematics/angular@12.2.4', 20:56:54 npm WARN EBADENGINE required: { 20:56:54 npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', 20:56:54 npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', 20:56:54 npm WARN EBADENGINE yarn: '>= 1.13.0' 20:56:54 npm WARN EBADENGINE }, 20:56:54 npm WARN EBADENGINE current: { node: 'v18.18.0', npm: '10.1.0' } 20:56:54 npm WARN EBADENGINE } 20:57:09 npm WARN deprecated flatten@1.0.3: flatten is deprecated in favor of utility frameworks such as lodash. 20:57:09 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. 20:57:09 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. 20:57:09 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. 20:57:09 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. 20:57:09 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. 20:57:09 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. 20:57:09 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. 20:57:09 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. 20:57:09 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. 20:57:09 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. 20:57:09 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. 20:57:09 npm WARN deprecated source-map-url@0.4.1: See https://github.com/lydell/source-map-url#deprecated 20:57:09 npm WARN deprecated har-validator@5.1.5: this library is no longer supported 20:57:09 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. 20:57:09 npm WARN deprecated @npmcli/move-file@1.1.2: This functionality has been moved to @npmcli/fs 20:57:09 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. 20:57:09 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 20:57:09 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. 20:57:09 npm WARN deprecated resolve-url@0.2.1: https://github.com/lydell/resolve-url#deprecated 20:57:09 npm WARN deprecated source-map-resolve@0.6.0: See https://github.com/lydell/source-map-resolve#deprecated 20:57:09 npm WARN deprecated urix@0.1.0: Please see https://github.com/lydell/urix#deprecated 20:57:09 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. 20:57:09 npm WARN deprecated source-map-resolve@0.5.3: See https://github.com/lydell/source-map-resolve#deprecated 20:57:09 npm WARN deprecated sourcemap-codec@1.4.8: Please use @jridgewell/sourcemap-codec instead 20:57:09 npm WARN deprecated querystring@0.2.0: The querystring API is considered Legacy. new code should use the URLSearchParams API instead. 20:57:09 npm WARN deprecated source-map-resolve@0.5.3: See https://github.com/lydell/source-map-resolve#deprecated 20:57:09 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. 20:57:09 npm WARN deprecated chokidar@2.1.8: Chokidar 2 does not receive security updates since 2019. Upgrade to chokidar 3 with 15x fewer dependencies 20:57:09 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. 20:57:09 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. 20:57:10 npm WARN deprecated request@2.88.2: request has been deprecated, see https://github.com/request/request/issues/3142 20:57:13 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 20:57:13 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 20:57:15 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. 20:57:18 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. 20:57:24 20:57:24 added 1478 packages, and audited 1479 packages in 39s 20:57:24 20:57:24 90 packages are looking for funding 20:57:24 run `npm fund` for details 20:57:24 20:57:24 40 vulnerabilities (1 low, 17 moderate, 17 high, 5 critical) 20:57:24 20:57:24 To address issues that do not require attention, run: 20:57:24 npm audit fix 20:57:24 20:57:24 To address all issues (including breaking changes), run: 20:57:24 npm audit fix --force 20:57:24 20:57:24 Run `npm audit` for details. 20:57:34 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 20:57:37 - Generating browser application bundles (phase: setup)... 20:57:41 Compiling @angular/core : es2015 as esm2015 20:57:41 Compiling @angular/compiler/testing : es2015 as esm2015 20:57:43 Running on prd-ubuntu20.04-docker-arm64-4c-16g-7235 in /w/workspace/edgexfoundry_edgex-ui-go_main [Pipeline] { [Pipeline] ws 20:57:43 Running in /w/workspace/edgex-ui-go/123 [Pipeline] { [Pipeline] checkout 20:57:43 The recommended git tool is: git 20:57:44 Compiling @angular/core/testing : es2015 as esm2015 20:57:44 Compiling @angular/common : es2015 as esm2015 20:57:44 Compiling @angular/platform-browser : es2015 as esm2015 20:57:44 Compiling @angular/common/testing : es2015 as esm2015 20:57:45 Compiling @angular/common/http : es2015 as esm2015 20:57:45 Compiling @angular/platform-browser-dynamic : es2015 as esm2015 20:57:45 Compiling @angular/platform-browser/testing : es2015 as esm2015 20:57:45 Compiling @angular/forms : es2015 as esm2015 20:57:45 Compiling @angular/platform-browser-dynamic/testing : es2015 as esm2015 20:57:45 Compiling @angular/router : es2015 as esm2015 20:57:46 Compiling @angular/common/http/testing : es2015 as esm2015 20:57:47 Compiling @angular/router/testing : es2015 as esm2015 20:57:51 using credential edgex-jenkins-ssh 20:57:51 Cloning the remote Git repository 20:57:51 20 09 2023 20:57:51.600:INFO [karma-server]: Karma v6.3.16 server started at http://localhost:9876/ 20:57:51 20 09 2023 20:57:51.602:INFO [launcher]: Launching browsers ChromeHeadlessNoSandbox with concurrency unlimited 20:57:51 20 09 2023 20:57:51.605:INFO [launcher]: Starting browser ChromeHeadless 20:57:51 Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git 20:57:51 > git init /w/workspace/edgex-ui-go/123 # timeout=10 20:57:51 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 20:57:51 > git --version # timeout=10 20:57:51 > git --version # 'git version 2.25.1' 20:57:51 using GIT_SSH to set credentials SSH Credentials for GitHub 20:57:52 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 20:57:56 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 20:57:56 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 20:57:57 Avoid second fetch 20:57:57 Checking out Revision 2fd4722eefcd485d8d8cf5eb24f524ab25e62510 (main) 20:57:57 > git config core.sparsecheckout # timeout=10 20:57:57 > git checkout -f 2fd4722eefcd485d8d8cf5eb24f524ab25e62510 # timeout=10 20:57:58 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 20:57:59 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 20:57:59 % Total % Received % Xferd Average Speed Time Time Time Current 20:57:59 Dload Upload Total Spent Left Speed 20:57:59 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 161k 0 --:--:-- --:--:-- --:--:-- 161k [Pipeline] sh 20:58:00 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 20:58:00 + sudo tee /etc/docker/daemon.new 20:58:00 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 20:58:00 { 20:58:00 "registry-mirrors": [ 20:58:00 "https://nexus3.edgexfoundry.org:10001" 20:58:00 ], 20:58:00 "bip": "10.250.0.254/24", 20:58:00 "hosts": [ 20:58:00 "tcp://0.0.0.0:5555", 20:58:00 "unix:///var/run/docker.sock" 20:58:00 ], 20:58:00 "mtu": 1458, 20:58:00 "selinux-enabled": true, 20:58:00 "seccomp-profile": "/etc/docker/seccomp.json" 20:58:00 } [Pipeline] sh 20:58:01 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 20:58:01 + sudo service docker restart 20:58:03 ✔ Browser application bundle generation complete. 20:58:03 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 20:58:05 Chrome Headless 115.0.5790.170 (Linux x86_64): Executed 0 of 145 SUCCESS (0 secs / 0 secs) 20:58:05 Chrome Headless 115.0.5790.170 (Linux x86_64): Executed 1 of 145 SUCCESS (0 secs / 0.108 secs) 20:58:05 Chrome Headless 115.0.5790.170 (Linux x86_64): Executed 2 of 145 SUCCESS (0 secs / 0.118 secs) 20:58:06 Chrome Headless 115.0.5790.170 (Linux x86_64): Executed 3 of 145 SUCCESS (0 secs / 0.123 secs) 20:58:06 Chrome Headless 115.0.5790.170 (Linux x86_64): Executed 4 of 145 SUCCESS (0 secs / 0.18 secs) 20:58:06 Chrome Headless 115.0.5790.170 (Linux x86_64): Executed 5 of 145 SUCCESS (0 secs / 0.194 secs) 20:58:06 Chrome Headless 115.0.5790.170 (Linux x86_64): Executed 6 of 145 SUCCESS (0 secs / 0.2 secs) 20:58:06 Chrome Headless 115.0.5790.170 (Linux x86_64): Executed 7 of 145 SUCCESS (0 secs / 0.201 secs) 20:58:06 Chrome Headless 115.0.5790.170 (Linux x86_64): Executed 8 of 145 SUCCESS (0 secs / 0.213 secs) 20:58:06 Chrome Headless 115.0.5790.170 (Linux x86_64): Executed 9 of 145 SUCCESS (0 secs / 0.216 secs) 20:58:06 Chrome Headless 115.0.5790.170 (Linux x86_64): Executed 10 of 145 SUCCESS (0 secs / 0.218 secs) 20:58:06 Chrome Headless 115.0.5790.170 (Linux x86_64): Executed 11 of 145 SUCCESS (0 secs / 0.224 secs) 20:58:06 Chrome Headless 115.0.5790.170 (Linux x86_64): Executed 12 of 145 SUCCESS (0 secs / 0.228 secs) 20:58:06 Chrome Headless 115.0.5790.170 (Linux x86_64): Executed 13 of 145 SUCCESS (0 secs / 0.255 secs) 20:58:06 Chrome Headless 115.0.5790.170 (Linux x86_64): Executed 14 of 145 SUCCESS (0 secs / 0.265 secs) 20:58:06 Chrome Headless 115.0.5790.170 (Linux x86_64): Executed 15 of 145 SUCCESS (0 secs / 0.271 secs) 20:58:06 Chrome Headless 115.0.5790.170 (Linux x86_64): Executed 16 of 145 SUCCESS (0 secs / 0.305 secs) 20:58:06 Chrome Headless 115.0.5790.170 (Linux x86_64): Executed 17 of 145 SUCCESS (0 secs / 0.329 secs) 20:58:06 Chrome Headless 115.0.5790.170 (Linux x86_64): Executed 18 of 145 SUCCESS (0 secs / 0.358 secs) 20:58:06 Chrome Headless 115.0.5790.170 (Linux x86_64): Executed 19 of 145 SUCCESS (0 secs / 0.376 secs) 20:58:06 Chrome Headless 115.0.5790.170 (Linux x86_64): Executed 20 of 145 SUCCESS (0 secs / 0.392 secs) 20:58:06 Chrome Headless 115.0.5790.170 (Linux x86_64): Executed 21 of 145 SUCCESS (0 secs / 0.394 secs) 20:58:06 Chrome Headless 115.0.5790.170 (Linux x86_64): Executed 22 of 145 SUCCESS (0 secs / 0.395 secs) 20:58:06 Chrome Headless 115.0.5790.170 (Linux x86_64): Executed 23 of 145 SUCCESS (0 secs / 0.415 secs) 20:58:06 Chrome Headless 115.0.5790.170 (Linux x86_64): Executed 24 of 145 SUCCESS (0 secs / 0.431 secs) 20:58:06 Chrome Headless 115.0.5790.170 (Linux x86_64): Executed 25 of 145 SUCCESS (0 secs / 0.443 secs) 20:58:06 Chrome Headless 115.0.5790.170 (Linux x86_64): Executed 26 of 145 SUCCESS (0 secs / 0.452 secs) 20:58:06 Chrome Headless 115.0.5790.170 (Linux x86_64): Executed 27 of 145 SUCCESS (0 secs / 0.473 secs) 20:58:06 Chrome Headless 115.0.5790.170 (Linux x86_64): Executed 28 of 145 SUCCESS (0 secs / 0.483 secs) 20:58:06 Chrome Headless 115.0.5790.170 (Linux x86_64): Executed 29 of 145 SUCCESS (0 secs / 0.495 secs) 20:58:06 Chrome Headless 115.0.5790.170 (Linux x86_64): Executed 30 of 145 SUCCESS (0 secs / 0.504 secs) 20:58:06 Chrome Headless 115.0.5790.170 (Linux x86_64): Executed 31 of 145 SUCCESS (0 secs / 0.511 secs) 20:58:06 Chrome Headless 115.0.5790.170 (Linux x86_64): Executed 32 of 145 SUCCESS (0 secs / 0.534 secs) 20:58:06 Chrome Headless 115.0.5790.170 (Linux x86_64): Executed 33 of 145 SUCCESS (0 secs / 0.542 secs) 20:58:06 Chrome Headless 115.0.5790.170 (Linux x86_64): Executed 34 of 145 SUCCESS (0 secs / 0.546 secs) 20:58:06 Chrome Headless 115.0.5790.170 (Linux x86_64): Executed 35 of 145 SUCCESS (0 secs / 0.557 secs) 20:58:06 Chrome Headless 115.0.5790.170 (Linux x86_64): Executed 36 of 145 SUCCESS (0 secs / 0.566 secs) 20:58:06 Chrome Headless 115.0.5790.170 (Linux x86_64): Executed 37 of 145 SUCCESS (0 secs / 0.591 secs) 20:58:06 Chrome Headless 115.0.5790.170 (Linux x86_64): Executed 38 of 145 SUCCESS (0 secs / 0.598 secs) 20:58:06 Chrome Headless 115.0.5790.170 (Linux x86_64): Executed 39 of 145 SUCCESS (0 secs / 0.607 secs) 20:58:06 Chrome Headless 115.0.5790.170 (Linux x86_64): Executed 40 of 145 SUCCESS (0 secs / 0.615 secs) 20:58:06 Chrome Headless 115.0.5790.170 (Linux x86_64): Executed 41 of 145 SUCCESS (0 secs / 0.637 secs) 20:58:06 Chrome Headless 115.0.5790.170 (Linux x86_64): Executed 42 of 145 SUCCESS (0 secs / 0.663 secs) 20:58:06 Chrome Headless 115.0.5790.170 (Linux x86_64): Executed 43 of 145 SUCCESS (0 secs / 0.667 secs) 20:58:06 Chrome Headless 115.0.5790.170 (Linux x86_64): Executed 44 of 145 SUCCESS (0 secs / 0.677 secs) 20:58:06 Chrome Headless 115.0.5790.170 (Linux x86_64): Executed 45 of 145 SUCCESS (0 secs / 0.689 secs) 20:58:06 Chrome Headless 115.0.5790.170 (Linux x86_64): Executed 46 of 145 SUCCESS (0 secs / 0.692 secs) 20:58:06 Chrome Headless 115.0.5790.170 (Linux x86_64): Executed 47 of 145 SUCCESS (0 secs / 0.695 secs) 20:58:06 Chrome Headless 115.0.5790.170 (Linux x86_64): Executed 48 of 145 SUCCESS (0 secs / 0.709 secs) 20:58:06 Chrome Headless 115.0.5790.170 (Linux x86_64): Executed 49 of 145 SUCCESS (0 secs / 0.711 secs) 20:58:06 Chrome Headless 115.0.5790.170 (Linux x86_64): Executed 50 of 145 SUCCESS (0 secs / 0.712 secs) 20:58:06 Chrome Headless 115.0.5790.170 (Linux x86_64): Executed 51 of 145 SUCCESS (0 secs / 0.714 secs) 20:58:06 Chrome Headless 115.0.5790.170 (Linux x86_64): Executed 52 of 145 SUCCESS (0 secs / 0.738 secs) 20:58:06 Chrome Headless 115.0.5790.170 (Linux x86_64): Executed 53 of 145 SUCCESS (0 secs / 0.746 secs) 20:58:06 Chrome Headless 115.0.5790.170 (Linux x86_64): Executed 54 of 145 SUCCESS (0 secs / 0.792 secs) 20:58:06 Chrome Headless 115.0.5790.170 (Linux x86_64): Executed 55 of 145 SUCCESS (0 secs / 0.797 secs) 20:58:06 Chrome Headless 115.0.5790.170 (Linux x86_64): Executed 56 of 145 SUCCESS (0 secs / 0.81 secs) 20:58:06 Chrome Headless 115.0.5790.170 (Linux x86_64): Executed 57 of 145 SUCCESS (0 secs / 0.811 secs) 20:58:06 Chrome Headless 115.0.5790.170 (Linux x86_64): Executed 58 of 145 SUCCESS (0 secs / 0.812 secs) 20:58:06 Chrome Headless 115.0.5790.170 (Linux x86_64): Executed 59 of 145 SUCCESS (0 secs / 0.83 secs) 20:58:06 Chrome Headless 115.0.5790.170 (Linux x86_64): Executed 60 of 145 SUCCESS (0 secs / 0.846 secs) 20:58:06 Chrome Headless 115.0.5790.170 (Linux x86_64): Executed 61 of 145 SUCCESS (0 secs / 0.849 secs) 20:58:06 Chrome Headless 115.0.5790.170 (Linux x86_64): Executed 62 of 145 SUCCESS (0 secs / 0.851 secs) 20:58:06 Chrome Headless 115.0.5790.170 (Linux x86_64): Executed 63 of 145 SUCCESS (0 secs / 0.857 secs) 20:58:06 Chrome Headless 115.0.5790.170 (Linux x86_64): Executed 64 of 145 SUCCESS (0 secs / 0.861 secs) 20:58:06 Chrome Headless 115.0.5790.170 (Linux x86_64): Executed 65 of 145 SUCCESS (0 secs / 0.872 secs) 20:58:06 Chrome Headless 115.0.5790.170 (Linux x86_64): Executed 66 of 145 SUCCESS (0 secs / 0.886 secs) 20:58:06 Chrome Headless 115.0.5790.170 (Linux x86_64): Executed 67 of 145 SUCCESS (0 secs / 0.889 secs) 20:58:06 Chrome Headless 115.0.5790.170 (Linux x86_64): Executed 68 of 145 SUCCESS (0 secs / 0.89 secs) 20:58:06 Chrome Headless 115.0.5790.170 (Linux x86_64): Executed 69 of 145 SUCCESS (0 secs / 0.906 secs) 20:58:06 Chrome Headless 115.0.5790.170 (Linux x86_64): Executed 70 of 145 SUCCESS (0 secs / 0.908 secs) 20:58:07 Chrome Headless 115.0.5790.170 (Linux x86_64): Executed 71 of 145 SUCCESS (0 secs / 0.911 secs) 20:58:07 Chrome Headless 115.0.5790.170 (Linux x86_64): Executed 72 of 145 SUCCESS (0 secs / 0.919 secs) 20:58:07 Chrome Headless 115.0.5790.170 (Linux x86_64): Executed 73 of 145 SUCCESS (0 secs / 0.927 secs) 20:58:07 Chrome Headless 115.0.5790.170 (Linux x86_64): Executed 74 of 145 SUCCESS (0 secs / 0.931 secs) 20:58:07 Chrome Headless 115.0.5790.170 (Linux x86_64): Executed 75 of 145 SUCCESS (0 secs / 0.952 secs) 20:58:07 Chrome Headless 115.0.5790.170 (Linux x86_64): Executed 76 of 145 SUCCESS (0 secs / 0.962 secs) 20:58:07 Chrome Headless 115.0.5790.170 (Linux x86_64): Executed 77 of 145 SUCCESS (0 secs / 0.964 secs) 20:58:07 Chrome Headless 115.0.5790.170 (Linux x86_64): Executed 78 of 145 SUCCESS (0 secs / 0.965 secs) 20:58:07 Chrome Headless 115.0.5790.170 (Linux x86_64): Executed 79 of 145 SUCCESS (0 secs / 0.967 secs) 20:58:07 Chrome Headless 115.0.5790.170 (Linux x86_64): Executed 80 of 145 SUCCESS (0 secs / 0.975 secs) 20:58:07 Chrome Headless 115.0.5790.170 (Linux x86_64): Executed 81 of 145 SUCCESS (0 secs / 1.05 secs) 20:58:07 Chrome Headless 115.0.5790.170 (Linux x86_64): Executed 82 of 145 SUCCESS (0 secs / 1.062 secs) 20:58:07 Chrome Headless 115.0.5790.170 (Linux x86_64): Executed 83 of 145 SUCCESS (0 secs / 1.081 secs) 20:58:07 Chrome Headless 115.0.5790.170 (Linux x86_64): Executed 84 of 145 SUCCESS (0 secs / 1.088 secs) 20:58:07 Chrome Headless 115.0.5790.170 (Linux x86_64): Executed 85 of 145 SUCCESS (0 secs / 1.094 secs) 20:58:07 Chrome Headless 115.0.5790.170 (Linux x86_64): Executed 86 of 145 SUCCESS (0 secs / 1.096 secs) 20:58:07 Chrome Headless 115.0.5790.170 (Linux x86_64): Executed 87 of 145 SUCCESS (0 secs / 1.099 secs) 20:58:07 Chrome Headless 115.0.5790.170 (Linux x86_64): Executed 88 of 145 SUCCESS (0 secs / 1.104 secs) 20:58:07 Chrome Headless 115.0.5790.170 (Linux x86_64): Executed 89 of 145 SUCCESS (0 secs / 1.106 secs) 20:58:07 Chrome Headless 115.0.5790.170 (Linux x86_64): Executed 90 of 145 SUCCESS (0 secs / 1.115 secs) 20:58:07 Chrome Headless 115.0.5790.170 (Linux x86_64): Executed 91 of 145 SUCCESS (0 secs / 1.12 secs) 20:58:07 Chrome Headless 115.0.5790.170 (Linux x86_64): Executed 92 of 145 SUCCESS (0 secs / 1.141 secs) 20:58:07 WARN: ' 20:58:07 It looks like you're using ngModel on the same form field as formControlName. 20:58:07 Support for using the ngModel input property and ngModelChange event with 20:58:07 reactive form directives has been deprecated in Angular v6 and will be removed 20:58:07 in a future version of Angular. 20:58:07 20:58:07 For more information on this, see our API docs here: 20:58:07 https://angular.io/api/forms/FormControlName#use-with-ngmodel 20:58:07 ' 20:58:07 Chrome Headless 115.0.5790.170 (Linux x86_64): Executed 92 of 145 SUCCESS (0 secs / 1.141 secs) 20:58:07 WARN: ' 20:58:07 It looks like you're using ngModel on the same form field as formControlName. 20:58:07 Support for using the ngModel input property and ngModelChange event with 20:58:07 reactive form directives has been deprecated in Angular v6 and will be removed 20:58:07 in a future version of Angular. 20:58:07 20:58:07 For more information on this, see our API docs here: 20:58:07 https://angular.io/api/forms/FormControlName#use-with-ngmodel 20:58:07 ' 20:58:07 Chrome Headless 115.0.5790.170 (Linux x86_64): Executed 93 of 145 SUCCESS (0 secs / 1.159 secs) 20:58:07 Chrome Headless 115.0.5790.170 (Linux x86_64): Executed 94 of 145 SUCCESS (0 secs / 1.179 secs) 20:58:07 Chrome Headless 115.0.5790.170 (Linux x86_64): Executed 95 of 145 SUCCESS (0 secs / 1.206 secs) 20:58:07 Chrome Headless 115.0.5790.170 (Linux x86_64): Executed 96 of 145 SUCCESS (0 secs / 1.22 secs) 20:58:07 Chrome Headless 115.0.5790.170 (Linux x86_64): Executed 97 of 145 SUCCESS (0 secs / 1.224 secs) 20:58:07 Chrome Headless 115.0.5790.170 (Linux x86_64): Executed 98 of 145 SUCCESS (0 secs / 1.226 secs) 20:58:07 Chrome Headless 115.0.5790.170 (Linux x86_64): Executed 99 of 145 SUCCESS (0 secs / 1.227 secs) 20:58:07 Chrome Headless 115.0.5790.170 (Linux x86_64): Executed 100 of 145 SUCCESS (0 secs / 1.232 secs) 20:58:07 Chrome Headless 115.0.5790.170 (Linux x86_64): Executed 101 of 145 SUCCESS (0 secs / 1.261 secs) 20:58:07 Chrome Headless 115.0.5790.170 (Linux x86_64): Executed 102 of 145 SUCCESS (0 secs / 1.275 secs) 20:58:07 Chrome Headless 115.0.5790.170 (Linux x86_64): Executed 103 of 145 SUCCESS (0 secs / 1.277 secs) 20:58:07 Chrome Headless 115.0.5790.170 (Linux x86_64): Executed 104 of 145 SUCCESS (0 secs / 1.279 secs) 20:58:07 Chrome Headless 115.0.5790.170 (Linux x86_64): Executed 105 of 145 SUCCESS (0 secs / 1.29 secs) 20:58:07 Chrome Headless 115.0.5790.170 (Linux x86_64): Executed 106 of 145 SUCCESS (0 secs / 1.297 secs) 20:58:07 Chrome Headless 115.0.5790.170 (Linux x86_64): Executed 107 of 145 SUCCESS (0 secs / 1.305 secs) 20:58:07 Chrome Headless 115.0.5790.170 (Linux x86_64): Executed 108 of 145 SUCCESS (0 secs / 1.312 secs) 20:58:07 Chrome Headless 115.0.5790.170 (Linux x86_64): Executed 109 of 145 SUCCESS (0 secs / 1.318 secs) 20:58:07 Chrome Headless 115.0.5790.170 (Linux x86_64): Executed 110 of 145 SUCCESS (0 secs / 1.322 secs) 20:58:07 Chrome Headless 115.0.5790.170 (Linux x86_64): Executed 111 of 145 SUCCESS (0 secs / 1.323 secs) 20:58:07 Chrome Headless 115.0.5790.170 (Linux x86_64): Executed 112 of 145 SUCCESS (0 secs / 1.337 secs) 20:58:07 Chrome Headless 115.0.5790.170 (Linux x86_64): Executed 113 of 145 SUCCESS (0 secs / 1.346 secs) 20:58:07 Chrome Headless 115.0.5790.170 (Linux x86_64): Executed 114 of 145 SUCCESS (0 secs / 1.351 secs) 20:58:07 Chrome Headless 115.0.5790.170 (Linux x86_64): Executed 115 of 145 SUCCESS (0 secs / 1.354 secs) 20:58:07 Chrome Headless 115.0.5790.170 (Linux x86_64): Executed 116 of 145 SUCCESS (0 secs / 1.355 secs) 20:58:07 Chrome Headless 115.0.5790.170 (Linux x86_64): Executed 117 of 145 SUCCESS (0 secs / 1.365 secs) 20:58:07 Chrome Headless 115.0.5790.170 (Linux x86_64): Executed 118 of 145 SUCCESS (0 secs / 1.368 secs) 20:58:07 Chrome Headless 115.0.5790.170 (Linux x86_64): Executed 119 of 145 SUCCESS (0 secs / 1.371 secs) 20:58:07 Chrome Headless 115.0.5790.170 (Linux x86_64): Executed 120 of 145 SUCCESS (0 secs / 1.374 secs) 20:58:07 Chrome Headless 115.0.5790.170 (Linux x86_64): Executed 121 of 145 SUCCESS (0 secs / 1.376 secs) 20:58:07 Chrome Headless 115.0.5790.170 (Linux x86_64): Executed 122 of 145 SUCCESS (0 secs / 1.381 secs) 20:58:07 Chrome Headless 115.0.5790.170 (Linux x86_64): Executed 123 of 145 SUCCESS (0 secs / 1.392 secs) 20:58:07 Chrome Headless 115.0.5790.170 (Linux x86_64): Executed 124 of 145 SUCCESS (0 secs / 1.395 secs) 20:58:07 Chrome Headless 115.0.5790.170 (Linux x86_64): Executed 125 of 145 SUCCESS (0 secs / 1.399 secs) 20:58:07 Chrome Headless 115.0.5790.170 (Linux x86_64): Executed 126 of 145 SUCCESS (0 secs / 1.404 secs) 20:58:07 Chrome Headless 115.0.5790.170 (Linux x86_64): Executed 127 of 145 SUCCESS (0 secs / 1.408 secs) 20:58:07 Chrome Headless 115.0.5790.170 (Linux x86_64): Executed 128 of 145 SUCCESS (0 secs / 1.427 secs) 20:58:07 Chrome Headless 115.0.5790.170 (Linux x86_64): Executed 129 of 145 SUCCESS (0 secs / 1.442 secs) 20:58:07 Chrome Headless 115.0.5790.170 (Linux x86_64): Executed 130 of 145 SUCCESS (0 secs / 1.456 secs) 20:58:07 Chrome Headless 115.0.5790.170 (Linux x86_64): Executed 131 of 145 SUCCESS (0 secs / 1.462 secs) 20:58:07 Chrome Headless 115.0.5790.170 (Linux x86_64): Executed 132 of 145 SUCCESS (0 secs / 1.483 secs) 20:58:07 Chrome Headless 115.0.5790.170 (Linux x86_64): Executed 133 of 145 SUCCESS (0 secs / 1.492 secs) 20:58:07 Chrome Headless 115.0.5790.170 (Linux x86_64): Executed 134 of 145 SUCCESS (0 secs / 1.502 secs) 20:58:07 Chrome Headless 115.0.5790.170 (Linux x86_64): Executed 135 of 145 SUCCESS (0 secs / 1.51 secs) 20:58:07 Chrome Headless 115.0.5790.170 (Linux x86_64): Executed 136 of 145 SUCCESS (0 secs / 1.531 secs) 20:58:07 Chrome Headless 115.0.5790.170 (Linux x86_64): Executed 137 of 145 SUCCESS (0 secs / 1.545 secs) 20:58:07 Chrome Headless 115.0.5790.170 (Linux x86_64): Executed 138 of 145 SUCCESS (0 secs / 1.55 secs) 20:58:07 Chrome Headless 115.0.5790.170 (Linux x86_64): Executed 139 of 145 SUCCESS (0 secs / 1.554 secs) 20:58:07 Chrome Headless 115.0.5790.170 (Linux x86_64): Executed 140 of 145 SUCCESS (0 secs / 1.559 secs) 20:58:07 Chrome Headless 115.0.5790.170 (Linux x86_64): Executed 141 of 145 SUCCESS (0 secs / 1.561 secs) 20:58:07 Chrome Headless 115.0.5790.170 (Linux x86_64): Executed 142 of 145 SUCCESS (0 secs / 1.563 secs) 20:58:07 Chrome Headless 115.0.5790.170 (Linux x86_64): Executed 143 of 145 SUCCESS (0 secs / 1.565 secs) 20:58:07 Chrome Headless 115.0.5790.170 (Linux x86_64): Executed 144 of 145 SUCCESS (0 secs / 1.577 secs) 20:58:07 Chrome Headless 115.0.5790.170 (Linux x86_64): Executed 145 of 145 SUCCESS (0 secs / 1.583 secs) 20:58:08 Chrome Headless 115.0.5790.170 (Linux x86_64): Executed 145 of 145 SUCCESS (2.268 secs / 1.583 secs) 20:58:08 TOTAL: 145 SUCCESS 20:58:08 ✔ Browser application bundle generation complete. 20:58:08 20:58:08 =============================== Coverage summary =============================== 20:58:08 Statements : 41.5% ( 1423/3429 ) 20:58:08 Branches : 12.14% ( 109/898 ) 20:58:08 Functions : 33.17% ( 415/1251 ) 20:58:08 Lines : 39.38% ( 1278/3245 ) 20:58:08 ================================================================================ 20:58:08 ✔ Browser application bundle generation complete. 20:58:09 make[1]: Leaving directory '/w/workspace/edgexfoundry_edgex-ui-go_main/web' [Pipeline] echo 20:58:09 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 20:58:09 $ docker stop --time=1 58667d7f6f2955da7285b9a788caec73bfa3288e59f74b706ec67ec2cd3519fd 20:58:10 $ docker rm -f --volumes 58667d7f6f2955da7285b9a788caec73bfa3288e59f74b706ec67ec2cd3519fd [Pipeline] // withDockerContainer [Pipeline] sh 20:58:10 + sudo chown -R jenkins:jenkins . [Pipeline] stash 20:58:12 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 20:58:12 + sudo chown -R jenkins:jenkins . [Pipeline] sh 20:58:13 + ls -al . 20:58:13 total 180 20:58:13 drwxrwxr-x 14 jenkins jenkins 4096 Sep 20 20:56 . 20:58:13 drwxrwxr-x 4 jenkins jenkins 4096 Sep 20 20:54 .. 20:58:13 drwxrwxr-x 2 jenkins jenkins 4096 Sep 20 20:54 .blubracket 20:58:13 -rw-rw-r-- 1 jenkins jenkins 18 Sep 20 20:54 .dockerignore 20:58:13 drwxrwxr-x 8 jenkins jenkins 4096 Sep 20 20:54 .git 20:58:13 drwxrwxr-x 3 jenkins jenkins 4096 Sep 20 20:54 .github 20:58:13 -rw-rw-r-- 1 jenkins jenkins 185 Sep 20 20:54 .gitignore 20:58:13 drwxr-xr-x 3 jenkins jenkins 4096 Sep 20 20:54 .semver 20:58:13 -rw-rw-r-- 1 jenkins jenkins 8418 Sep 20 20:54 Attribution.txt 20:58:13 -rw-rw-r-- 1 jenkins jenkins 19103 Sep 20 20:54 CHANGELOG.md 20:58:13 -rw-rw-r-- 1 jenkins jenkins 3959 Sep 20 20:54 CONTRIBUTING.md 20:58:13 -rw-rw-r-- 1 jenkins jenkins 1788 Sep 20 20:54 Dockerfile 20:58:13 -rw-rw-r-- 1 jenkins jenkins 652 Sep 20 20:54 Jenkinsfile 20:58:13 -rw-rw-r-- 1 jenkins jenkins 11357 Sep 20 20:54 LICENSE 20:58:13 -rw-rw-r-- 1 jenkins jenkins 2134 Sep 20 20:54 Makefile 20:58:13 -rw-rw-r-- 1 jenkins jenkins 4549 Sep 20 20:54 README.md 20:58:13 -rw-rw-r-- 1 jenkins jenkins 11 Sep 20 20:54 VERSION 20:58:13 drwxrwxr-x 3 jenkins jenkins 4096 Sep 20 20:54 assets 20:58:13 drwxrwxr-x 2 jenkins jenkins 4096 Sep 20 20:54 bin 20:58:13 drwxrwxr-x 3 jenkins jenkins 4096 Sep 20 20:54 cmd 20:58:13 -rw-r--r-- 1 jenkins jenkins 10 Sep 20 20:56 coverage.out 20:58:13 drwxrwxr-x 2 jenkins jenkins 4096 Sep 20 20:54 docs 20:58:13 -rw-rw-r-- 1 jenkins jenkins 2999 Sep 20 20:54 go.mod 20:58:13 -rw-rw-r-- 1 jenkins jenkins 30528 Sep 20 20:54 go.sum 20:58:13 drwxrwxr-x 8 jenkins jenkins 4096 Sep 20 20:54 internal 20:58:13 drwxrwxr-x 4 jenkins jenkins 4096 Sep 20 20:54 snap 20:58:13 drwxrwxr-x 4 jenkins jenkins 4096 Sep 20 20:54 testing 20:58:13 -rw-rw-r-- 1 jenkins jenkins 155 Sep 20 20:54 version.go 20:58:13 drwxrwxr-x 6 jenkins jenkins 4096 Sep 20 20:56 web [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:58:13 + 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 . 20:58:14 Sending build context to Docker daemon 50.33MB 20:58:14 Step 1/25 : ARG BASE=golang:1.21-alpine3.18 20:58:14 Step 2/25 : FROM ${BASE} AS builder 20:58:14 ---> 462e5b8c1111 20:58:14 Step 3/25 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" 20:58:14 ---> Running in 0ac5d5b5d8f0 20:58:16 Removing intermediate container 0ac5d5b5d8f0 20:58:16 ---> 92fcb39c56d9 20:58:16 Step 4/25 : ARG ALPINE_PKG_BASE="make git" 20:58:16 ---> Running in 4d34dba7e573 20:58:16 Removing intermediate container 4d34dba7e573 20:58:16 ---> 3a96aca0344c 20:58:16 Step 5/25 : ARG ALPINE_PKG_EXTRA="" 20:58:16 ---> Running in 1c55fa665477 20:58:16 Removing intermediate container 1c55fa665477 20:58:16 ---> 3932c2635358 20:58:16 Step 6/25 : LABEL Name=edgex-ui-go 20:58:16 ---> Running in 00e112f4870e 20:58:16 Removing intermediate container 00e112f4870e 20:58:16 ---> d6107ffe1bfb 20:58:16 Step 7/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2023: Intel' 20:58:16 ---> Running in b6094d0c2dc2 20:58:16 Removing intermediate container b6094d0c2dc2 20:58:16 ---> a92b642e1689 20:58:16 Step 8/25 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 20:58:17 ---> 6e07477f3111 20:58:17 Step 9/25 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 20:58:17 ---> Running in e61abee86658 20:58:17 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 20:58:18 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 20:58:18 OK: 264 MiB in 52 packages 20:58:18 Removing intermediate container e61abee86658 20:58:18 ---> c667da9a7eed 20:58:18 Step 10/25 : ENV GO111MODULE=on 20:58:18 ---> Running in 810c73f7ad06 20:58:18 Removing intermediate container 810c73f7ad06 20:58:18 ---> d942d0fd0cad 20:58:18 Step 11/25 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go 20:58:18 ---> Running in e1d55e944735 20:58:18 Removing intermediate container e1d55e944735 20:58:18 ---> 22605b799df6 20:58:18 Step 12/25 : COPY go.mod vendor* ./ 20:58:19 ---> 23b95953b155 20:58:19 Step 13/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:58:19 ---> Running in 47d9bae9c708 20:58:19 Removing intermediate container 47d9bae9c708 20:58:19 ---> 364229c72d95 20:58:19 Step 14/25 : COPY . . [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 20:58:19 provisioning config files... 20:58:19 copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/123@tmp/config857907013555452035tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 20:58:20 ---> docker-login.sh 20:58:20 nexus3.edgexfoundry.org:10001 20:58:20 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:58:20 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:58:20 Configure a credential helper to remove this warning. See 20:58:20 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:58:20 20:58:20 Login Succeeded 20:58:21 nexus3.edgexfoundry.org:10002 20:58:21 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:58:21 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:58:21 Configure a credential helper to remove this warning. See 20:58:21 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:58:21 20:58:21 Login Succeeded 20:58:21 nexus3.edgexfoundry.org:10003 20:58:21 ---> fa98dfc2e41f 20:58:21 Step 15/25 : RUN ${MAKE} 20:58:21 ---> Running in 86de9ed147a8 20:58:21 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:58:21 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 20:58:22 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:58:22 Configure a credential helper to remove this warning. See 20:58:22 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:58:22 20:58:22 Login Succeeded 20:58:22 nexus3.edgexfoundry.org:10004 20:58:22 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:58:22 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:58:22 Configure a credential helper to remove this warning. See 20:58:22 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:58:22 20:58:22 Login Succeeded 20:58:22 docker.io 20:58:22 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:58:22 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:58:22 Configure a credential helper to remove this warning. See 20:58:22 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:58:22 20:58:22 Login Succeeded 20:58:22 ---> docker-login.sh ends [Pipeline] } 20:58:22 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 20:58:23 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 20:58:23 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 20:58:23 ========================================================= 20:58:23 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine] 20:58:23 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:58:23 + 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 . 20:58:25 Sending build context to Docker daemon 30.31MB 20:58:25 Step 1/15 : ARG BASE=golang:1.21-alpine3.18 20:58:25 Step 2/15 : FROM ${BASE} AS builder 20:58:25 1.21-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 20:58:25 9fda8d8052c6: Pulling fs layer 20:58:25 5d54e960e981: Pulling fs layer 20:58:25 c4a7e357bf2a: Pulling fs layer 20:58:25 f0e02332f6b5: Pulling fs layer 20:58:25 cefa15bbcfad: Pulling fs layer 20:58:25 17808c966233: Pulling fs layer 20:58:25 f4c1fc716caa: Pulling fs layer 20:58:25 f0e02332f6b5: Waiting 20:58:25 cefa15bbcfad: Waiting 20:58:25 17808c966233: Waiting 20:58:25 f4c1fc716caa: Waiting 20:58:25 5d54e960e981: Verifying Checksum 20:58:25 5d54e960e981: Download complete 20:58:25 f0e02332f6b5: Verifying Checksum 20:58:25 f0e02332f6b5: Download complete 20:58:25 cefa15bbcfad: Verifying Checksum 20:58:25 cefa15bbcfad: Download complete 20:58:25 9fda8d8052c6: Verifying Checksum 20:58:25 9fda8d8052c6: Download complete 20:58:26 f4c1fc716caa: Verifying Checksum 20:58:26 f4c1fc716caa: Download complete 20:58:27 9fda8d8052c6: Pull complete 20:58:27 5d54e960e981: Pull complete 20:58:28 c4a7e357bf2a: Verifying Checksum 20:58:28 c4a7e357bf2a: Download complete 20:58:28 17808c966233: Verifying Checksum 20:58:28 17808c966233: Download complete 20:58:39 Removing intermediate container 86de9ed147a8 20:58:39 ---> 7605909fb6e5 20:58:39 Step 16/25 : FROM alpine:3.18 20:58:40 3.18: Pulling from library/alpine 20:58:40 7264a8db6415: Already exists 20:58:40 Digest: sha256:7144f7bab3d4c2648d7e59409f15ec52a18006a128c733fcff20d3a4a54ba44a 20:58:40 Status: Downloaded newer image for alpine:3.18 20:58:40 ---> 7e01a0d0a1dc 20:58:40 Step 17/25 : EXPOSE 4000 20:58:40 ---> Running in a8352cb295d7 20:58:40 Removing intermediate container a8352cb295d7 20:58:40 ---> 716f794f5f0f 20:58:40 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 20:58:41 c4a7e357bf2a: Pull complete 20:58:41 f0e02332f6b5: Pull complete 20:58:41 cefa15bbcfad: Pull complete 20:58:41 ---> 5bb112a6394a 20:58:41 Step 19/25 : COPY --from=builder /go/src/github.com/edgexfoundry/edgex-ui-go/Attribution.txt /Attribution.txt 20:58:41 ---> 76748c61d1a2 20:58:41 Step 20/25 : COPY --from=builder /go/src/github.com/edgexfoundry/edgex-ui-go/LICENSE /LICENSE 20:58:41 ---> 08e9704b5cd8 20:58:41 Step 21/25 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server 20:58:41 ---> Running in e8d6d0e19442 20:58:41 Removing intermediate container e8d6d0e19442 20:58:41 ---> c632eacba91a 20:58:41 Step 22/25 : ENTRYPOINT ["./edgex-ui-server","--configDir=res/docker"] 20:58:41 ---> Running in 069a5e03e587 20:58:41 Removing intermediate container 069a5e03e587 20:58:41 ---> 3629db58fc83 20:58:41 Step 23/25 : LABEL arch=amd64 20:58:41 ---> Running in 516419f92fb4 20:58:42 Removing intermediate container 516419f92fb4 20:58:42 ---> a04e130deaab 20:58:42 Step 24/25 : LABEL git_sha=2fd4722eefcd485d8d8cf5eb24f524ab25e62510 20:58:42 ---> Running in 32619d5d0051 20:58:42 Removing intermediate container 32619d5d0051 20:58:42 ---> f5747445613b 20:58:42 Step 25/25 : LABEL version=3.1.0-dev.5 20:58:42 ---> Running in 20186105bff3 20:58:42 Removing intermediate container 20186105bff3 20:58:42 ---> c1c21b6906e8 20:58:42 [Warning] One or more build-args [ARCH] were not consumed 20:58:42 Successfully built c1c21b6906e8 20:58:42 Successfully tagged edgex-ui:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 20:58:42 provisioning config files... 20:58:42 copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_main@tmp/config15738323760122245760tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 20:58:42 ---> docker-login.sh 20:58:42 nexus3.edgexfoundry.org:10001 20:58:42 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:58:42 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:58:42 Configure a credential helper to remove this warning. See 20:58:42 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:58:42 20:58:42 Login Succeeded 20:58:42 nexus3.edgexfoundry.org:10002 20:58:42 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:58:42 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:58:42 Configure a credential helper to remove this warning. See 20:58:42 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:58:42 20:58:42 Login Succeeded 20:58:42 nexus3.edgexfoundry.org:10003 20:58:42 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:58:42 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:58:42 Configure a credential helper to remove this warning. See 20:58:42 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:58:42 20:58:42 Login Succeeded 20:58:42 nexus3.edgexfoundry.org:10004 20:58:42 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:58:42 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:58:42 Configure a credential helper to remove this warning. See 20:58:42 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:58:42 20:58:42 Login Succeeded 20:58:42 docker.io 20:58:42 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:58:43 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:58:43 Configure a credential helper to remove this warning. See 20:58:43 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:58:43 20:58:43 Login Succeeded 20:58:43 ---> docker-login.sh ends [Pipeline] } 20:58:43 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 20:58:43 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 20:58:43 [edgeXDocker.push] Tagging docker image edgex-ui with the following tags: 20:58:43 2fd4722eefcd485d8d8cf5eb24f524ab25e62510 20:58:43 latest 20:58:43 3.1.0-dev.5 20:58:43 2fd4722eefcd485d8d8cf5eb24f524ab25e62510-3.1.0-dev.5 20:58:43 main 20:58:43 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:58:43 + docker tag edgex-ui nexus3.edgexfoundry.org:10004/edgex-ui:2fd4722eefcd485d8d8cf5eb24f524ab25e62510 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:58:43 + docker push nexus3.edgexfoundry.org:10004/edgex-ui:2fd4722eefcd485d8d8cf5eb24f524ab25e62510 20:58:43 The push refers to repository [nexus3.edgexfoundry.org:10004/edgex-ui] 20:58:43 82cfaef99daf: Preparing 20:58:43 64f180503bea: Preparing 20:58:43 739abf05d0f2: Preparing 20:58:43 4693057ce236: Preparing 20:58:43 4693057ce236: Layer already exists 20:58:43 82cfaef99daf: Pushed 20:58:43 64f180503bea: Pushed 20:58:47 739abf05d0f2: Pushed 20:58:47 2fd4722eefcd485d8d8cf5eb24f524ab25e62510: digest: sha256:d5a85e9feb26f40fb1c5c1382c12b6b976ccf3e8ca59f3922929b2170e581a1a size: 1156 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:58:47 + docker tag edgex-ui nexus3.edgexfoundry.org:10004/edgex-ui:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:58:47 + docker push nexus3.edgexfoundry.org:10004/edgex-ui:latest 20:58:47 The push refers to repository [nexus3.edgexfoundry.org:10004/edgex-ui] 20:58:47 82cfaef99daf: Preparing 20:58:47 64f180503bea: Preparing 20:58:47 739abf05d0f2: Preparing 20:58:47 4693057ce236: Preparing 20:58:47 4693057ce236: Layer already exists 20:58:47 739abf05d0f2: Layer already exists 20:58:47 82cfaef99daf: Layer already exists 20:58:47 64f180503bea: Layer already exists 20:58:47 latest: digest: sha256:d5a85e9feb26f40fb1c5c1382c12b6b976ccf3e8ca59f3922929b2170e581a1a size: 1156 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:58:48 + 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 20:58:48 17808c966233: Pull complete 20:58:48 + docker push nexus3.edgexfoundry.org:10004/edgex-ui:3.1.0-dev.5 20:58:48 The push refers to repository [nexus3.edgexfoundry.org:10004/edgex-ui] 20:58:48 82cfaef99daf: Preparing 20:58:48 64f180503bea: Preparing 20:58:48 739abf05d0f2: Preparing 20:58:48 4693057ce236: Preparing 20:58:48 4693057ce236: Layer already exists 20:58:48 64f180503bea: Layer already exists 20:58:48 739abf05d0f2: Layer already exists 20:58:48 82cfaef99daf: Layer already exists 20:58:48 3.1.0-dev.5: digest: sha256:d5a85e9feb26f40fb1c5c1382c12b6b976ccf3e8ca59f3922929b2170e581a1a size: 1156 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:58:48 + 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 20:58:48 f4c1fc716caa: Pull complete 20:58:49 + docker push nexus3.edgexfoundry.org:10004/edgex-ui:2fd4722eefcd485d8d8cf5eb24f524ab25e62510-3.1.0-dev.5 20:58:49 The push refers to repository [nexus3.edgexfoundry.org:10004/edgex-ui] 20:58:49 82cfaef99daf: Preparing 20:58:49 64f180503bea: Preparing 20:58:49 739abf05d0f2: Preparing 20:58:49 4693057ce236: Preparing 20:58:49 4693057ce236: Layer already exists 20:58:49 739abf05d0f2: Layer already exists 20:58:49 64f180503bea: Layer already exists 20:58:49 82cfaef99daf: Layer already exists 20:58:49 2fd4722eefcd485d8d8cf5eb24f524ab25e62510-3.1.0-dev.5: digest: sha256:d5a85e9feb26f40fb1c5c1382c12b6b976ccf3e8ca59f3922929b2170e581a1a size: 1156 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:58:49 Digest: sha256:f9b5da702465edd0a2564459334de068a24595700ad6c8d0b85b07445f0b3000 20:58:49 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine 20:58:49 ---> ea914061e18c 20:58:49 Step 3/15 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" 20:58:49 + docker tag edgex-ui nexus3.edgexfoundry.org:10004/edgex-ui:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:58:49 + docker push nexus3.edgexfoundry.org:10004/edgex-ui:main 20:58:49 The push refers to repository [nexus3.edgexfoundry.org:10004/edgex-ui] 20:58:49 82cfaef99daf: Preparing 20:58:49 64f180503bea: Preparing 20:58:49 739abf05d0f2: Preparing 20:58:49 4693057ce236: Preparing 20:58:49 82cfaef99daf: Layer already exists 20:58:49 64f180503bea: Layer already exists 20:58:49 739abf05d0f2: Layer already exists 20:58:49 4693057ce236: Layer already exists 20:58:49 main: digest: sha256:d5a85e9feb26f40fb1c5c1382c12b6b976ccf3e8ca59f3922929b2170e581a1a size: 1156 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 20:58:49 ===================================================== [Pipeline] echo 20:58:49 taggedImages: 20:58:49 - nexus3.edgexfoundry.org:10004/edgex-ui:2fd4722eefcd485d8d8cf5eb24f524ab25e62510 20:58:49 - nexus3.edgexfoundry.org:10004/edgex-ui:latest 20:58:49 - nexus3.edgexfoundry.org:10004/edgex-ui:3.1.0-dev.5 20:58:49 - nexus3.edgexfoundry.org:10004/edgex-ui:2fd4722eefcd485d8d8cf5eb24f524ab25e62510-3.1.0-dev.5 20:58:49 - 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 20:58:50 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 20:58:50 20:58:50 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:58:50 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 20:58:50 latest: Pulling from edgex-lftools-log-publisher 20:58:50 5eb5b503b376: Pulling fs layer 20:58:50 5c69ac0246d0: Pulling fs layer 20:58:50 ec43610c2a17: Pulling fs layer 20:58:50 3a2ae6a8a46f: Pulling fs layer 20:58:50 33b1e0a273af: Pulling fs layer 20:58:50 5d3b04190fa2: Pulling fs layer 20:58:50 2f39f015ded8: Pulling fs layer 20:58:50 33b1e0a273af: Waiting 20:58:50 2f39f015ded8: Waiting 20:58:50 5d3b04190fa2: Waiting 20:58:50 5c69ac0246d0: Verifying Checksum 20:58:50 5c69ac0246d0: Download complete 20:58:50 3a2ae6a8a46f: Verifying Checksum 20:58:50 3a2ae6a8a46f: Download complete 20:58:50 33b1e0a273af: Verifying Checksum 20:58:50 33b1e0a273af: Download complete 20:58:50 5d3b04190fa2: Verifying Checksum 20:58:50 5d3b04190fa2: Download complete 20:58:50 ec43610c2a17: Verifying Checksum 20:58:50 ec43610c2a17: Download complete 20:58:50 5eb5b503b376: Verifying Checksum 20:58:50 5eb5b503b376: Download complete 20:58:51 ---> Running in 02622571f8ca 20:58:51 Removing intermediate container 02622571f8ca 20:58:51 ---> a7f096de4012 20:58:51 Step 4/15 : ARG ALPINE_PKG_BASE="make git" 20:58:51 2f39f015ded8: Download complete 20:58:52 ---> Running in b37b30c956be 20:58:52 Removing intermediate container b37b30c956be 20:58:52 ---> 816d8f023de1 20:58:52 Step 5/15 : ARG ALPINE_PKG_EXTRA="" 20:58:52 5eb5b503b376: Pull complete 20:58:52 ---> Running in 509963755b30 20:58:52 5c69ac0246d0: Pull complete 20:58:53 ec43610c2a17: Pull complete 20:58:53 Removing intermediate container 509963755b30 20:58:53 ---> 22bde92155aa 20:58:53 Step 6/15 : LABEL Name=edgex-ui-go 20:58:53 ---> Running in 87a8c8cfc5a7 20:58:53 3a2ae6a8a46f: Pull complete 20:58:53 Removing intermediate container 87a8c8cfc5a7 20:58:53 ---> 81bd1e8a32b0 20:58:53 Step 7/15 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2023: Intel' 20:58:53 ---> Running in 6f0f92657983 20:58:54 33b1e0a273af: Pull complete 20:58:54 5d3b04190fa2: Pull complete 20:58:54 Removing intermediate container 6f0f92657983 20:58:54 ---> 5c1125885653 20:58:54 Step 8/15 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 20:58:54 latest: Pulling from library/docker 20:58:54 9fda8d8052c6: Already exists 20:58:54 6852f3ef0b5f: Pulling fs layer 20:58:54 4f4fb700ef54: Pulling fs layer 20:58:54 767c2a40dc41: Pulling fs layer 20:58:54 011855a528fc: Pulling fs layer 20:58:54 2eb2999eb53e: Pulling fs layer 20:58:54 52a6c1800204: Pulling fs layer 20:58:54 a01340eade1a: Pulling fs layer 20:58:54 fcee97a2aa0f: Pulling fs layer 20:58:54 8cf3fdb5711b: Pulling fs layer 20:58:54 36ac283ad2d4: Pulling fs layer 20:58:54 3f3c41fd9ebb: Pulling fs layer 20:58:54 29a5074801a2: Pulling fs layer 20:58:54 0a0cc6640ec8: Pulling fs layer 20:58:54 fcee97a2aa0f: Waiting 20:58:54 36ac283ad2d4: Waiting 20:58:54 3f3c41fd9ebb: Waiting 20:58:54 29a5074801a2: Waiting 20:58:54 8cf3fdb5711b: Waiting 20:58:54 0a0cc6640ec8: Waiting 20:58:54 011855a528fc: Waiting 20:58:54 2eb2999eb53e: Waiting 20:58:54 52a6c1800204: Waiting 20:58:54 a01340eade1a: Waiting 20:58:54 4f4fb700ef54: Verifying Checksum 20:58:54 4f4fb700ef54: Download complete 20:58:54 6852f3ef0b5f: Verifying Checksum 20:58:54 6852f3ef0b5f: Download complete 20:58:55 767c2a40dc41: Verifying Checksum 20:58:55 767c2a40dc41: Download complete 20:58:55 52a6c1800204: Download complete 20:58:55 011855a528fc: Verifying Checksum 20:58:55 011855a528fc: Download complete 20:58:55 a01340eade1a: Verifying Checksum 20:58:55 a01340eade1a: Download complete 20:58:55 fcee97a2aa0f: Verifying Checksum 20:58:55 fcee97a2aa0f: Download complete 20:58:55 2eb2999eb53e: Download complete 20:58:55 6852f3ef0b5f: Pull complete 20:58:56 36ac283ad2d4: Verifying Checksum 20:58:56 36ac283ad2d4: Download complete 20:58:56 8cf3fdb5711b: Verifying Checksum 20:58:56 8cf3fdb5711b: Download complete 20:58:56 29a5074801a2: Verifying Checksum 20:58:56 29a5074801a2: Download complete 20:58:56 4f4fb700ef54: Pull complete 20:58:56 0a0cc6640ec8: Verifying Checksum 20:58:56 0a0cc6640ec8: Download complete 20:58:57 767c2a40dc41: Pull complete 20:58:57 3f3c41fd9ebb: Verifying Checksum 20:58:57 3f3c41fd9ebb: Download complete 20:58:58 011855a528fc: Pull complete 20:58:58 2f39f015ded8: Pull complete 20:58:58 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 20:58:58 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 20:58:58 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 20:58:58 prd-ubuntu20.04-docker-8c-8g-7225 does not seem to be running inside a container 20:58:58 $ 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 20:58:59 2eb2999eb53e: Pull complete 20:59:00 52a6c1800204: Pull complete 20:59:00 a01340eade1a: Pull complete 20:59:00 fcee97a2aa0f: Pull complete 20:59:02 8cf3fdb5711b: Pull complete 20:59:02 36ac283ad2d4: Pull complete 20:59:03 $ docker top edf35a4b65fd33e1f83f586be7407d47fe0cdccd2be4ab13225bc02f94dc4e4e -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 20:59:03 ---> job-cost.sh 20:59:03 lf-activate-venv: SKIPPING 20:59:03 INFO: No Stack... 20:59:04 INFO: Retrieving Pricing Info for: v3-standard-8 20:59:04 INFO: Archiving Costs [Pipeline] sh 20:59:05 + cat /w/workspace/edgexfoundry_edgex-ui-go_main/archives/cost.csv 20:59:05 + cut -d, -f6 [Pipeline] lock 20:59:05 Trying to acquire lock on [jenkins-edgexfoundry-edgex-ui-go-main-123-stack-cost] 20:59:05 Resource [jenkins-edgexfoundry-edgex-ui-go-main-123-stack-cost] did not exist. Created. 20:59:05 Lock acquired on [jenkins-edgexfoundry-edgex-ui-go-main-123-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 20:59:05 3f3c41fd9ebb: Pull complete 20:59:05 29a5074801a2: Pull complete 20:59:05 0a0cc6640ec8: Pull complete 20:59:05 + echo total: 0.2199999988079071 [Pipeline] stash 20:59:05 Digest: sha256:9e6dbb25d3c0e1e2d222c8a3f074cb8240d1a716d0c6868f76eb3d5a4dfb174c 20:59:05 Status: Downloaded newer image for docker:latest 20:59:06 Stashed 1 file(s) [Pipeline] } 20:59:06 Lock released on resource [jenkins-edgexfoundry-edgex-ui-go-main-123-stack-cost] [Pipeline] // lock [Pipeline] } 20:59:06 $ docker stop --time=1 edf35a4b65fd33e1f83f586be7407d47fe0cdccd2be4ab13225bc02f94dc4e4e 20:59:07 $ docker rm -f --volumes edf35a4b65fd33e1f83f586be7407d47fe0cdccd2be4ab13225bc02f94dc4e4e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 20:59:09 ---> 8b851f69b5cc 20:59:09 Step 9/15 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 20:59:09 ---> Running in c28fcf45df9e 20:59:10 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 20:59:10 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 20:59:12 OK: 266 MiB in 52 packages 20:59:13 Removing intermediate container c28fcf45df9e 20:59:13 ---> 86ef4307c7d6 20:59:13 Step 10/15 : ENV GO111MODULE=on 20:59:13 ---> Running in f0b9af535238 20:59:14 Removing intermediate container f0b9af535238 20:59:14 ---> a543a2bdef6e 20:59:14 Step 11/15 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go 20:59:14 ---> Running in b0ff92bea0ce 20:59:14 Removing intermediate container b0ff92bea0ce 20:59:14 ---> f99245f1ad23 20:59:14 Step 12/15 : COPY go.mod vendor* ./ 20:59:15 ---> 7fa84be20766 20:59:15 Step 13/15 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:59:15 ---> Running in aa164e83875e 21:00:37 Removing intermediate container aa164e83875e 21:00:37 ---> ced3acb63476 21:00:37 Step 14/15 : COPY . . 21:00:37 ---> 9116198540d5 21:00:37 Step 15/15 : RUN ${MAKE} 21:00:37 ---> Running in 8964877eb9d3 21:00:37 noop 21:00:37 Removing intermediate container 8964877eb9d3 21:00:37 ---> d4657371d975 21:00:37 Successfully built d4657371d975 21:00:37 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:00:37 + docker inspect -f . ci-base-image-arm64 21:00:37 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 21:00:38 prd-ubuntu20.04-docker-arm64-4c-16g-7235 does not seem to be running inside a container 21:00:38 $ 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 21:00:39 $ docker top 12d8ea41c70e389ec5f73a0f78b4fafc3d55422b438e0f1cbe97c8cc2b185036 -eo pid,comm [Pipeline] { [Pipeline] sh 21:00:40 + go version 21:00:40 go version go1.21.0 linux/arm64 [Pipeline] } 21:00:40 $ docker stop --time=1 12d8ea41c70e389ec5f73a0f78b4fafc3d55422b438e0f1cbe97c8cc2b185036 21:00:42 $ 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 21:00:42 + docker inspect -f . ci-base-image-arm64 21:00:42 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 21:00:43 prd-ubuntu20.04-docker-arm64-4c-16g-7235 does not seem to be running inside a container 21:00:43 $ 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 21:00:44 $ docker top 3dce717d1450aafc1e2e4775fbfb3731abb69512cb80216ce9cf8e45a9c0e569 -eo pid,comm [Pipeline] { [Pipeline] sh 21:00:45 + git config --global --add safe.directory /w/workspace/edgex-ui-go/123 [Pipeline] fileExists [Pipeline] sh 21:00:46 + make test 21:00:46 CGO_ENABLED=0 GO111MODULE=on go test -tags "no_messagebus" -coverprofile=coverage.out ./... 21:00:50 ? github.com/edgexfoundry/edgex-ui-go [no test files] 21:02:57 ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] 21:02:57 ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] 21:02:57 ? github.com/edgexfoundry/edgex-ui-go/internal/common [no test files] 21:02:57 ? github.com/edgexfoundry/edgex-ui-go/internal/config [no test files] 21:02:57 ? github.com/edgexfoundry/edgex-ui-go/internal/container [no test files] 21:02:57 ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] 21:02:57 ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] 21:02:57 ? github.com/edgexfoundry/edgex-ui-go/internal/service [no test files] 21:02:57 CGO_ENABLED=0 GO111MODULE=on go vet -tags "no_messagebus" ./... 21:03:15 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 21:03:15 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 21:03:15 ./bin/test-attribution-txt.sh 21:03:15 make -C web test 21:03:15 make[1]: Entering directory '/w/workspace/edgex-ui-go/123/web' 21:03:15 make[1]: tput: No such file or directory 21:03:15 make[1]: tput: No such file or directory 21:03:15 warning: generating ./VERSION 21:03:15 echo "0.0.0" > VERSION 21:03:15 docker build \ 21:03:15 -f Dockerfile \ 21:03:15 --build-arg USER=1000 \ 21:03:15 \ 21:03:15 --label "git_sha=2fd4722eefcd485d8d8cf5eb24f524ab25e62510" \ 21:03:15 -t edgexfoundry/edgex-web-ui:2fd4722eefcd485d8d8cf5eb24f524ab25e62510 \ 21:03:15 -t edgexfoundry/edgex-web-ui:0.0.0-dev \ 21:03:15 . 21:03:15 DEPRECATED: The legacy builder is deprecated and will be removed in a future release. 21:03:15 Install the buildx component to build images with BuildKit: 21:03:15 https://docs.docker.com/go/buildx/ 21:03:15 21:03:16 Sending build context to Docker daemon 2.571MB 21:03:16 Step 1/11 : FROM node:18-alpine3.18 21:03:16 18-alpine3.18: Pulling from library/node 21:03:16 9fda8d8052c6: Already exists 21:03:16 5b9fa85dad3f: Pulling fs layer 21:03:16 5645b18d5cbb: Pulling fs layer 21:03:16 dfb2fed0773f: Pulling fs layer 21:03:16 dfb2fed0773f: Verifying Checksum 21:03:16 dfb2fed0773f: Download complete 21:03:16 5645b18d5cbb: Verifying Checksum 21:03:16 5645b18d5cbb: Download complete 21:03:17 5b9fa85dad3f: Download complete 21:03:24 5b9fa85dad3f: Pull complete 21:03:24 5645b18d5cbb: Pull complete 21:03:24 dfb2fed0773f: Pull complete 21:03:24 Digest: sha256:619ce27eb37c7c0476bd518085bf1ba892e2148fc1ab5dbaff2f20c56e50444d 21:03:24 Status: Downloaded newer image for node:18-alpine3.18 21:03:25 ---> 7acdaa204ef2 21:03:25 Step 2/11 : RUN apk add --no-cache chromium 21:03:26 ---> Running in e5e5ae9dd0cc 21:03:27 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 21:03:27 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 21:03:29 (1/152) Installing libexpat (2.5.0-r1) 21:03:29 (2/152) Installing brotli-libs (1.0.9-r14) 21:03:29 (3/152) Installing libbz2 (1.0.8-r5) 21:03:29 (4/152) Installing libpng (1.6.39-r3) 21:03:29 (5/152) Installing freetype (2.13.0-r5) 21:03:29 (6/152) Installing fontconfig (2.14.2-r3) 21:03:29 (7/152) Installing libfontenc (1.1.7-r2) 21:03:29 (8/152) Installing mkfontscale (1.2.2-r3) 21:03:29 (9/152) Installing font-opensans (0_git20210927-r1) 21:03:29 (10/152) Installing pkgconf (1.9.5-r0) 21:03:30 (11/152) Installing libffi (3.4.4-r2) 21:03:30 (12/152) Installing libintl (0.21.1-r7) 21:03:30 (13/152) Installing libblkid (2.38.1-r8) 21:03:30 (14/152) Installing libmount (2.38.1-r8) 21:03:30 (15/152) Installing pcre2 (10.42-r1) 21:03:30 (16/152) Installing glib (2.76.4-r0) 21:03:30 (17/152) Installing xz-libs (5.4.3-r0) 21:03:30 (18/152) Installing libxml2 (2.11.4-r0) 21:03:30 (19/152) Installing shared-mime-info (2.2-r5) 21:03:30 (20/152) Installing hicolor-icon-theme (0.17-r2) 21:03:30 (21/152) Installing libjpeg-turbo (2.1.5.1-r3) 21:03:30 (22/152) Installing libwebp (1.3.2-r0) 21:03:30 (23/152) Installing zstd-libs (1.5.5-r4) 21:03:30 (24/152) Installing tiff (4.5.1-r0) 21:03:30 (25/152) Installing gdk-pixbuf (2.42.10-r5) 21:03:30 (26/152) Installing gtk-update-icon-cache (3.24.38-r1) 21:03:30 (27/152) Installing libxau (1.0.11-r2) 21:03:30 (28/152) Installing libmd (1.0.4-r2) 21:03:30 (29/152) Installing libbsd (0.11.7-r1) 21:03:30 (30/152) Installing libxdmcp (1.1.4-r2) 21:03:30 (31/152) Installing libxcb (1.15-r1) 21:03:30 (32/152) Installing libx11 (1.8.4-r4) 21:03:30 (33/152) Installing libxcomposite (0.4.6-r3) 21:03:30 (34/152) Installing libxfixes (6.0.1-r2) 21:03:30 (35/152) Installing libxrender (0.9.11-r3) 21:03:30 (36/152) Installing libxcursor (1.2.1-r2) 21:03:30 (37/152) Installing libxdamage (1.1.6-r2) 21:03:30 (38/152) Installing libxext (1.3.5-r2) 21:03:30 (39/152) Installing libxi (1.8.1-r0) 21:03:30 (40/152) Installing libxinerama (1.1.5-r2) 21:03:30 (41/152) Installing libxrandr (1.5.3-r2) 21:03:30 (42/152) Installing libatk-1.0 (2.48.3-r0) 21:03:30 (43/152) Installing libxtst (1.2.4-r2) 21:03:30 (44/152) Installing dbus-libs (1.14.8-r0) 21:03:30 (45/152) Installing at-spi2-core (2.48.3-r0) 21:03:31 (46/152) Installing libatk-bridge-2.0 (2.48.3-r0) 21:03:31 (47/152) Installing pixman (0.42.2-r1) 21:03:31 (48/152) Installing cairo (1.17.8-r1) 21:03:31 (49/152) Installing cairo-gobject (1.17.8-r1) 21:03:31 (50/152) Installing avahi-libs (0.8-r13) 21:03:31 (51/152) Installing gmp (6.2.1-r3) 21:03:31 (52/152) Installing nettle (3.8.1-r2) 21:03:31 (53/152) Installing libunistring (1.1-r1) 21:03:31 (54/152) Installing libidn2 (2.3.4-r1) 21:03:31 (55/152) Installing p11-kit (0.24.1-r2) 21:03:31 (56/152) Installing libtasn1 (4.19.0-r1) 21:03:31 (57/152) Installing gnutls (3.8.0-r2) 21:03:31 (58/152) Installing cups-libs (2.4.6-r0) 21:03:31 (59/152) Installing libepoxy (1.5.10-r1) 21:03:31 (60/152) Installing fribidi (1.0.13-r0) 21:03:31 (61/152) Installing graphite2 (1.3.14-r5) 21:03:31 (62/152) Installing harfbuzz (7.3.0-r0) 21:03:31 (63/152) Installing libxft (2.3.8-r1) 21:03:31 (64/152) Installing pango (1.50.14-r1) 21:03:31 (65/152) Installing wayland-libs-client (1.22.0-r2) 21:03:31 (66/152) Installing wayland-libs-cursor (1.22.0-r2) 21:03:31 (67/152) Installing wayland-libs-egl (1.22.0-r2) 21:03:31 (68/152) Installing xkeyboard-config (2.38-r0) 21:03:32 (69/152) Installing libxkbcommon (1.5.0-r2) 21:03:32 (70/152) Installing gtk+3.0 (3.24.38-r1) 21:03:32 Executing gtk+3.0-3.24.38-r1.post-install 21:03:32 (71/152) Installing icu-data-full (73.2-r2) 21:03:33 (72/152) Installing mesa (23.0.4-r0) 21:03:33 (73/152) Installing llvm15-libs (15.0.7-r6) 21:03:36 (74/152) Installing libdrm (2.4.115-r4) 21:03:36 (75/152) Installing musl-fts (1.2.7-r5) 21:03:36 (76/152) Installing libelf (0.189-r2) 21:03:36 (77/152) Installing mesa-glapi (23.0.4-r0) 21:03:36 (78/152) Installing mesa-dri-gallium (23.0.4-r0) 21:03:37 (79/152) Installing eudev-libs (3.2.11-r8) 21:03:37 (80/152) Installing libmagic (5.45-r0) 21:03:37 (81/152) Installing file (5.45-r0) 21:03:37 (82/152) Installing libice (1.1.1-r2) 21:03:37 (83/152) Installing libuuid (2.38.1-r8) 21:03:37 (84/152) Installing libsm (1.2.4-r1) 21:03:37 (85/152) Installing libxt (1.3.0-r2) 21:03:37 (86/152) Installing libxmu (1.1.4-r2) 21:03:37 (87/152) Installing xset (1.2.5-r1) 21:03:37 (88/152) Installing xprop (1.2.6-r0) 21:03:37 (89/152) Installing xdg-utils (1.1.3-r4) 21:03:37 (90/152) Installing libogg (1.3.5-r4) 21:03:37 (91/152) Installing flac-libs (1.4.3-r0) 21:03:37 (92/152) Installing alsa-lib (1.2.9-r1) 21:03:37 (93/152) Installing libatomic (12.2.1_git20220924-r10) 21:03:37 (94/152) Installing svt-av1-libs (1.6.0-r0) 21:03:37 (95/152) Installing aom-libs (3.6.1-r0) 21:03:37 (96/152) Installing libva (2.18.0-r1) 21:03:38 (97/152) Installing libvdpau (1.5-r1) 21:03:38 (98/152) Installing ffmpeg-libavutil (6.0-r15) 21:03:38 (99/152) Installing libdav1d (1.2.1-r0) 21:03:38 (100/152) Installing libhwy (1.0.4-r1) 21:03:38 (101/152) Installing lcms2 (2.15-r2) 21:03:38 (102/152) Installing libjxl (0.8.2-r0) 21:03:38 (103/152) Installing lame-libs (3.100-r5) 21:03:38 (104/152) Installing opus (1.4-r0) 21:03:38 (105/152) Installing libgomp (12.2.1_git20220924-r10) 21:03:38 (106/152) Installing soxr (0.1.3-r5) 21:03:38 (107/152) Installing ffmpeg-libswresample (6.0-r15) 21:03:38 (108/152) Installing libtheora (1.1.1-r17) 21:03:38 (109/152) Installing libvorbis (1.3.7-r1) 21:03:38 (110/152) Installing libvpx (1.13.0-r1) 21:03:38 (111/152) Installing x264-libs (0.164_git20220602-r1) 21:03:38 (112/152) Installing numactl (2.0.16-r4) 21:03:38 (113/152) Installing x265-libs (3.5-r4) 21:03:38 (114/152) Installing xvidcore (1.3.7-r1) 21:03:38 (115/152) Installing ffmpeg-libavcodec (6.0-r15) 21:03:38 (116/152) Installing libbluray (1.3.4-r0) 21:03:38 (117/152) Installing mpg123-libs (1.31.3-r1) 21:03:39 (118/152) Installing libopenmpt (0.7.2-r0) 21:03:39 (119/152) Installing cjson (1.7.15-r4) 21:03:39 (120/152) Installing mbedtls (2.28.4-r0) 21:03:39 (121/152) Installing librist (0.2.7-r0) 21:03:39 (122/152) Installing libsrt (1.5.2-r0) 21:03:39 (123/152) Installing libssh (0.10.5-r0) 21:03:39 (124/152) Installing libsodium (1.0.18-r3) 21:03:39 (125/152) Installing libzmq (4.3.4-r4) 21:03:39 (126/152) Installing ffmpeg-libavformat (6.0-r15) 21:03:39 (127/152) Installing libevent (2.1.12-r6) 21:03:39 (128/152) Installing wayland-libs-server (1.22.0-r2) 21:03:39 (129/152) Installing mesa-gbm (23.0.4-r0) 21:03:39 (130/152) Installing harfbuzz-subset (7.3.0-r0) 21:03:39 (131/152) Installing icu-libs (73.2-r2) 21:03:39 (132/152) Installing jsoncpp (1.9.5-r0) 21:03:39 (133/152) Installing minizip (1.2.13-r0) 21:03:39 (134/152) Installing nspr (4.35-r2) 21:03:39 (135/152) Installing sqlite-libs (3.41.2-r2) 21:03:39 (136/152) Installing nss (3.91-r0) 21:03:40 (137/152) Installing pipewire-libs (0.3.70-r1) 21:03:40 (138/152) Installing libasyncns (0.8-r1) 21:03:40 (139/152) Installing libltdl (2.4.7-r2) 21:03:40 (140/152) Installing orc (0.4.34-r0) 21:03:40 (141/152) Installing libsndfile (1.2.0-r2) 21:03:40 (142/152) Installing speexdsp (1.2.1-r1) 21:03:40 (143/152) Installing tdb-libs (1.4.8-r1) 21:03:40 (144/152) Installing libpulse (16.1-r10) 21:03:40 (145/152) Installing re2 (2023.03.01-r1) 21:03:40 (146/152) Installing snappy (1.1.10-r1) 21:03:40 (147/152) Installing libwoff2common (1.0.2-r2) 21:03:40 (148/152) Installing libwoff2enc (1.0.2-r2) 21:03:40 (149/152) Installing libgpg-error (1.47-r1) 21:03:40 (150/152) Installing libgcrypt (1.10.2-r1) 21:03:40 (151/152) Installing libxslt (1.1.38-r0) 21:03:40 (152/152) Installing chromium (115.0.5790.170-r0) 21:03:48 Executing busybox-1.36.1-r2.trigger 21:03:48 Executing fontconfig-2.14.2-r3.trigger 21:03:48 Executing mkfontscale-1.2.2-r3.trigger 21:03:48 Executing glib-2.76.4-r0.trigger 21:03:48 Executing shared-mime-info-2.2-r5.trigger 21:03:51 Executing gdk-pixbuf-2.42.10-r5.trigger 21:03:51 Executing gtk-update-icon-cache-3.24.38-r1.trigger 21:03:51 OK: 551 MiB in 169 packages 21:04:06 Removing intermediate container e5e5ae9dd0cc 21:04:06 ---> 34f6c7361794 21:04:06 Step 3/11 : ENV CHROME_BIN=/usr/bin/chromium-browser 21:04:06 ---> Running in ad8b0843fb63 21:04:06 Removing intermediate container ad8b0843fb63 21:04:06 ---> 5e1a51c69235 21:04:06 Step 4/11 : ENV NODE_OPTIONS=--openssl-legacy-provider 21:04:06 ---> Running in 9eb9fef1415e 21:04:07 Removing intermediate container 9eb9fef1415e 21:04:07 ---> a2c3c42559e8 21:04:07 Step 5/11 : ENV PATH /app/node_modules/.bin:$PATH 21:04:07 ---> Running in 7a11e78cef15 21:04:07 Removing intermediate container 7a11e78cef15 21:04:07 ---> d4b63a584594 21:04:07 Step 6/11 : RUN npm install -g npm 21:04:07 ---> Running in dd439054b8fc 21:04:54 21:04:54 removed 2 packages, and changed 59 packages in 37s 21:04:54 21:04:54 28 packages are looking for funding 21:04:54 run `npm fund` for details 21:04:54 Removing intermediate container dd439054b8fc 21:04:54 ---> 227d7ec513e7 21:04:54 Step 7/11 : ARG USER=1000 21:04:54 ---> Running in c881477f22f1 21:04:54 Removing intermediate container c881477f22f1 21:04:54 ---> cbb6ff9b0adf 21:04:54 Step 8/11 : RUN deluser --remove-home node && adduser -u $USER -D -s /bin/sh node 21:04:54 ---> Running in ea7cc8f58df7 21:04:55 Removing intermediate container ea7cc8f58df7 21:04:55 ---> fe249d2f935f 21:04:55 Step 9/11 : USER $USER:$USER 21:04:55 ---> Running in 78da782f02cf 21:04:55 Removing intermediate container 78da782f02cf 21:04:55 ---> a48bea8de726 21:04:55 Step 10/11 : WORKDIR /app 21:04:55 ---> Running in fe1a6c569589 21:04:56 Removing intermediate container fe1a6c569589 21:04:56 ---> 200e48054965 21:04:56 Step 11/11 : LABEL git_sha=2fd4722eefcd485d8d8cf5eb24f524ab25e62510 21:04:56 ---> Running in 664d7b640532 21:04:56 Removing intermediate container 664d7b640532 21:04:56 ---> 00dac446d26a 21:04:56 Successfully built 00dac446d26a 21:04:56 Successfully tagged edgexfoundry/edgex-web-ui:2fd4722eefcd485d8d8cf5eb24f524ab25e62510 21:04:56 Successfully tagged edgexfoundry/edgex-web-ui:0.0.0-dev 21:04:56 touch edgex-web-ui.imagebuilt 21:04:56 mkdir -p node_modules coverage 21:04:56 chown "1000:1000" node_modules coverage package-lock.json 21:04:56 docker run --rm -i -v "$(pwd):/app" -u "1000:1000" edgexfoundry/edgex-web-ui:0.0.0-dev npm install 21:05:18 npm WARN old lockfile 21:05:18 npm WARN old lockfile The package-lock.json file was created with an old version of npm, 21:05:18 npm WARN old lockfile so supplemental metadata must be fetched from the registry. 21:05:18 npm WARN old lockfile 21:05:18 npm WARN old lockfile This is a one-time fix-up, please be patient... 21:05:18 npm WARN old lockfile 21:06:15 npm WARN EBADENGINE Unsupported engine { 21:06:15 npm WARN EBADENGINE package: '@angular-devkit/architect@0.1202.4', 21:06:15 npm WARN EBADENGINE required: { 21:06:15 npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', 21:06:15 npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', 21:06:15 npm WARN EBADENGINE yarn: '>= 1.13.0' 21:06:15 npm WARN EBADENGINE }, 21:06:15 npm WARN EBADENGINE current: { node: 'v18.18.0', npm: '10.1.0' } 21:06:15 npm WARN EBADENGINE } 21:06:15 npm WARN EBADENGINE Unsupported engine { 21:06:15 npm WARN EBADENGINE package: '@angular-devkit/build-angular@12.2.4', 21:06:15 npm WARN EBADENGINE required: { 21:06:15 npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', 21:06:15 npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', 21:06:15 npm WARN EBADENGINE yarn: '>= 1.13.0' 21:06:15 npm WARN EBADENGINE }, 21:06:15 npm WARN EBADENGINE current: { node: 'v18.18.0', npm: '10.1.0' } 21:06:15 npm WARN EBADENGINE } 21:06:15 npm WARN EBADENGINE Unsupported engine { 21:06:15 npm WARN EBADENGINE package: '@angular-devkit/build-optimizer@0.1202.4', 21:06:15 npm WARN EBADENGINE required: { 21:06:15 npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', 21:06:15 npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', 21:06:15 npm WARN EBADENGINE yarn: '>= 1.13.0' 21:06:15 npm WARN EBADENGINE }, 21:06:15 npm WARN EBADENGINE current: { node: 'v18.18.0', npm: '10.1.0' } 21:06:15 npm WARN EBADENGINE } 21:06:15 npm WARN EBADENGINE Unsupported engine { 21:06:15 npm WARN EBADENGINE package: '@angular-devkit/build-webpack@0.1202.4', 21:06:15 npm WARN EBADENGINE required: { 21:06:15 npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', 21:06:15 npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', 21:06:15 npm WARN EBADENGINE yarn: '>= 1.13.0' 21:06:15 npm WARN EBADENGINE }, 21:06:15 npm WARN EBADENGINE current: { node: 'v18.18.0', npm: '10.1.0' } 21:06:15 npm WARN EBADENGINE } 21:06:15 npm WARN EBADENGINE Unsupported engine { 21:06:15 npm WARN EBADENGINE package: '@angular-devkit/core@12.2.4', 21:06:15 npm WARN EBADENGINE required: { 21:06:15 npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', 21:06:15 npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', 21:06:15 npm WARN EBADENGINE yarn: '>= 1.13.0' 21:06:15 npm WARN EBADENGINE }, 21:06:15 npm WARN EBADENGINE current: { node: 'v18.18.0', npm: '10.1.0' } 21:06:15 npm WARN EBADENGINE } 21:06:15 npm WARN EBADENGINE Unsupported engine { 21:06:15 npm WARN EBADENGINE package: '@angular-devkit/schematics@12.2.4', 21:06:15 npm WARN EBADENGINE required: { 21:06:15 npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', 21:06:15 npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', 21:06:15 npm WARN EBADENGINE yarn: '>= 1.13.0' 21:06:15 npm WARN EBADENGINE }, 21:06:15 npm WARN EBADENGINE current: { node: 'v18.18.0', npm: '10.1.0' } 21:06:15 npm WARN EBADENGINE } 21:06:15 npm WARN EBADENGINE Unsupported engine { 21:06:15 npm WARN EBADENGINE package: '@angular/cli@12.2.4', 21:06:15 npm WARN EBADENGINE required: { 21:06:15 npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', 21:06:15 npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', 21:06:15 npm WARN EBADENGINE yarn: '>= 1.13.0' 21:06:15 npm WARN EBADENGINE }, 21:06:15 npm WARN EBADENGINE current: { node: 'v18.18.0', npm: '10.1.0' } 21:06:15 npm WARN EBADENGINE } 21:06:15 npm WARN EBADENGINE Unsupported engine { 21:06:15 npm WARN EBADENGINE package: '@ngtools/webpack@12.2.4', 21:06:15 npm WARN EBADENGINE required: { 21:06:15 npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', 21:06:15 npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', 21:06:15 npm WARN EBADENGINE yarn: '>= 1.13.0' 21:06:15 npm WARN EBADENGINE }, 21:06:15 npm WARN EBADENGINE current: { node: 'v18.18.0', npm: '10.1.0' } 21:06:15 npm WARN EBADENGINE } 21:06:15 npm WARN EBADENGINE Unsupported engine { 21:06:15 npm WARN EBADENGINE package: '@schematics/angular@12.2.4', 21:06:15 npm WARN EBADENGINE required: { 21:06:15 npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', 21:06:15 npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', 21:06:15 npm WARN EBADENGINE yarn: '>= 1.13.0' 21:06:15 npm WARN EBADENGINE }, 21:06:15 npm WARN EBADENGINE current: { node: 'v18.18.0', npm: '10.1.0' } 21:06:15 npm WARN EBADENGINE } 21:09:07 npm WARN deprecated @npmcli/move-file@1.1.2: This functionality has been moved to @npmcli/fs 21:09:08 npm WARN deprecated @babel/plugin-proposal-private-methods@7.14.5: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-private-methods instead. 21:09:08 npm WARN deprecated @babel/plugin-proposal-optional-catch-binding@7.14.5: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-optional-catch-binding instead. 21:09:12 npm WARN deprecated source-map-resolve@0.5.3: See https://github.com/lydell/source-map-resolve#deprecated 21:09:22 npm WARN deprecated uuid@3.4.0: Please upgrade to version 7 or higher. Older versions may use Math.random() in certain circumstances, which is known to be problematic. See https://v8.dev/blog/math-random for details. 21:09:24 npm WARN deprecated source-map-resolve@0.5.3: See https://github.com/lydell/source-map-resolve#deprecated 21:09:24 npm WARN deprecated uuid@3.4.0: Please upgrade to version 7 or higher. Older versions may use Math.random() in certain circumstances, which is known to be problematic. See https://v8.dev/blog/math-random for details. 21:09:25 npm WARN deprecated urix@0.1.0: Please see https://github.com/lydell/urix#deprecated 21:09:27 npm WARN deprecated stable@0.1.8: Modern JS already guarantees Array#sort() is a stable sort, so this library is deprecated. See the compatibility table on MDN: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/sort#browser_compatibility 21:09:29 npm WARN deprecated source-map-url@0.4.1: See https://github.com/lydell/source-map-url#deprecated 21:09:29 npm WARN deprecated source-map-resolve@0.6.0: See https://github.com/lydell/source-map-resolve#deprecated 21:09:33 npm WARN deprecated sourcemap-codec@1.4.8: Please use @jridgewell/sourcemap-codec instead 21:09:33 npm WARN deprecated resolve-url@0.2.1: https://github.com/lydell/resolve-url#deprecated 21:09:39 npm WARN deprecated querystring@0.2.0: The querystring API is considered Legacy. new code should use the URLSearchParams API instead. 21:09:45 npm WARN deprecated har-validator@5.1.5: this library is no longer supported 21:09:46 npm WARN deprecated flatten@1.0.3: flatten is deprecated in favor of utility frameworks such as lodash. 21:09:48 npm WARN deprecated @babel/plugin-proposal-unicode-property-regex@7.14.5: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-unicode-property-regex instead. 21:09:48 npm WARN deprecated @babel/plugin-proposal-private-property-in-object@7.15.4: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-private-property-in-object instead. 21:09:48 npm WARN deprecated @babel/plugin-proposal-optional-chaining@7.14.5: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-optional-chaining instead. 21:09:48 npm WARN deprecated @babel/plugin-proposal-object-rest-spread@7.14.7: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-object-rest-spread instead. 21:09:48 npm WARN deprecated @babel/plugin-proposal-numeric-separator@7.14.5: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-numeric-separator instead. 21:09:48 npm WARN deprecated @babel/plugin-proposal-nullish-coalescing-operator@7.14.5: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-nullish-coalescing-operator instead. 21:09:48 npm WARN deprecated @babel/plugin-proposal-logical-assignment-operators@7.14.5: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-logical-assignment-operators instead. 21:09:48 npm WARN deprecated @babel/plugin-proposal-class-static-block@7.15.4: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-class-static-block instead. 21:09:48 npm WARN deprecated @babel/plugin-proposal-class-properties@7.14.5: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-class-properties instead. 21:09:48 npm WARN deprecated @babel/plugin-proposal-async-generator-functions@7.14.7: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-async-generator-functions instead. 21:09:48 npm WARN deprecated @babel/plugin-proposal-json-strings@7.14.5: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-json-strings instead. 21:09:48 npm WARN deprecated @babel/plugin-proposal-export-namespace-from@7.14.5: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-export-namespace-from instead. 21:09:48 npm WARN deprecated @babel/plugin-proposal-dynamic-import@7.14.5: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-dynamic-import instead. 21:09:49 npm WARN deprecated request@2.88.2: request has been deprecated, see https://github.com/request/request/issues/3142 21:09:51 npm WARN deprecated chokidar@2.1.8: Chokidar 2 does not receive security updates since 2019. Upgrade to chokidar 3 with 15x fewer dependencies 21:09:51 npm WARN deprecated uuid@3.4.0: Please upgrade to version 7 or higher. Older versions may use Math.random() in certain circumstances, which is known to be problematic. See https://v8.dev/blog/math-random for details. 21:10:06 npm WARN deprecated protractor@7.0.0: We have news to share - Protractor is deprecated and will reach end-of-life by Summer 2023. To learn more and find out about other options please refer to this post on the Angular blog. Thank you for using and contributing to Protractor. https://goo.gle/state-of-e2e-in-angular 21:10:06 npm WARN deprecated popper.js@1.16.1: You can find the new Popper v2 at @popperjs/core, this package is dedicated to the legacy v1 21:10:21 npm WARN deprecated tslint@6.1.3: TSLint has been deprecated in favor of ESLint. Please see https://github.com/palantir/tslint/issues/4534 for more information. 21:10:48 npm WARN deprecated core-js@3.16.0: core-js@<3.23.3 is no longer maintained and not recommended for usage due to the number of issues. Because of the V8 engine whims, feature detection in old core-js versions could cause a slowdown up to 100x even if nothing is polyfilled. Some versions have web compatibility issues. Please, upgrade your dependencies to the actual version of core-js. 21:11:27 21:11:27 added 1475 packages, and audited 1476 packages in 6m 21:11:27 21:11:27 90 packages are looking for funding 21:11:27 run `npm fund` for details 21:11:27 21:11:27 40 vulnerabilities (1 low, 17 moderate, 17 high, 5 critical) 21:11:27 21:11:27 To address issues that do not require attention, run: 21:11:27 npm audit fix 21:11:27 21:11:27 To address all issues (including breaking changes), run: 21:11:27 npm audit fix --force 21:11:27 21:11:27 Run `npm audit` for details. 21:11:31 docker run --rm -i -v "$(pwd):/app" -u "1000:1000" edgexfoundry/edgex-web-ui:0.0.0-dev ng test --code-coverage --watch false --browsers ChromeHeadlessNoSandbox 21:11:46 - Generating browser application bundles (phase: setup)... 21:12:18 Compiling @angular/core : es2015 as esm2015 21:12:18 Compiling @angular/compiler/testing : es2015 as esm2015 21:12:40 Compiling @angular/core/testing : es2015 as esm2015 21:12:40 Compiling @angular/common : es2015 as esm2015 21:12:47 Compiling @angular/platform-browser : es2015 as esm2015 21:12:47 Compiling @angular/common/testing : es2015 as esm2015 21:12:51 Compiling @angular/router : es2015 as esm2015 21:12:52 Compiling @angular/platform-browser-dynamic : es2015 as esm2015 21:12:57 Compiling @angular/platform-browser/testing : es2015 as esm2015 21:12:57 Compiling @angular/common/http : es2015 as esm2015 21:12:58 Compiling @angular/platform-browser-dynamic/testing : es2015 as esm2015 21:13:02 Compiling @angular/forms : es2015 as esm2015 21:13:02 Compiling @angular/router/testing : es2015 as esm2015 21:13:02 Compiling @angular/common/http/testing : es2015 as esm2015 21:13:59 20 09 2023 21:13:54.620:INFO [karma-server]: Karma v6.3.16 server started at http://localhost:9876/ 21:13:59 20 09 2023 21:13:54.631:INFO [launcher]: Launching browsers ChromeHeadlessNoSandbox with concurrency unlimited 21:13:59 20 09 2023 21:13:54.657:INFO [launcher]: Starting browser ChromeHeadless 21:15:08 20 09 2023 21:14:56.809:WARN [launcher]: ChromeHeadless has not captured in 60000 ms, killing. 21:15:08 20 09 2023 21:15:07.273:WARN [launcher]: ChromeHeadless was not killed in 2000 ms, sending SIGKILL. 21:15:10 20 09 2023 21:15:10.153:INFO [launcher]: Trying to start ChromeHeadless again (1/2). 21:15:49 ✔ Browser application bundle generation complete. 21:15:49 20 09 2023 21:15:43.723:INFO [Chrome Headless 115.0.5790.170 (Linux aarch64)]: Connected on socket W-Std9pLBjtTZSOfAAAB with id 19552264 21:16:01 Chrome Headless 115.0.5790.170 (Linux aarch64): Executed 0 of 145 SUCCESS (0 secs / 0 secs) 21:16:01 Chrome Headless 115.0.5790.170 (Linux aarch64): Executed 1 of 145 SUCCESS (0 secs / 0.245 secs) 21:16:01 Chrome Headless 115.0.5790.170 (Linux aarch64): Executed 2 of 145 SUCCESS (0 secs / 0.597 secs) 21:16:01 Chrome Headless 115.0.5790.170 (Linux aarch64): Executed 3 of 145 SUCCESS (0 secs / 0.745 secs) 21:16:01 Chrome Headless 115.0.5790.170 (Linux aarch64): Executed 4 of 145 SUCCESS (0 secs / 0.993 secs) 21:16:01 Chrome Headless 115.0.5790.170 (Linux aarch64): Executed 5 of 145 SUCCESS (0 secs / 1.084 secs) 21:16:01 Chrome Headless 115.0.5790.170 (Linux aarch64): Executed 6 of 145 SUCCESS (0 secs / 1.1 secs) 21:16:01 Chrome Headless 115.0.5790.170 (Linux aarch64): Executed 7 of 145 SUCCESS (0 secs / 1.116 secs) 21:16:01 Chrome Headless 115.0.5790.170 (Linux aarch64): Executed 8 of 145 SUCCESS (0 secs / 1.161 secs) 21:16:02 Chrome Headless 115.0.5790.170 (Linux aarch64): Executed 9 of 145 SUCCESS (0 secs / 1.582 secs) 21:16:02 Chrome Headless 115.0.5790.170 (Linux aarch64): Executed 10 of 145 SUCCESS (0 secs / 1.689 secs) 21:16:02 Chrome Headless 115.0.5790.170 (Linux aarch64): Executed 11 of 145 SUCCESS (0 secs / 1.707 secs) 21:16:02 Chrome Headless 115.0.5790.170 (Linux aarch64): Executed 12 of 145 SUCCESS (0 secs / 1.815 secs) 21:16:02 Chrome Headless 115.0.5790.170 (Linux aarch64): Executed 13 of 145 SUCCESS (0 secs / 2.06 secs) 21:16:02 Chrome Headless 115.0.5790.170 (Linux aarch64): Executed 14 of 145 SUCCESS (0 secs / 2.115 secs) 21:16:03 Chrome Headless 115.0.5790.170 (Linux aarch64): Executed 15 of 145 SUCCESS (0 secs / 2.167 secs) 21:16:03 Chrome Headless 115.0.5790.170 (Linux aarch64): Executed 16 of 145 SUCCESS (0 secs / 2.217 secs) 21:16:03 Chrome Headless 115.0.5790.170 (Linux aarch64): Executed 17 of 145 SUCCESS (0 secs / 2.398 secs) 21:16:03 Chrome Headless 115.0.5790.170 (Linux aarch64): Executed 18 of 145 SUCCESS (0 secs / 2.445 secs) 21:16:03 Chrome Headless 115.0.5790.170 (Linux aarch64): Executed 19 of 145 SUCCESS (0 secs / 2.575 secs) 21:16:03 Chrome Headless 115.0.5790.170 (Linux aarch64): Executed 20 of 145 SUCCESS (0 secs / 2.655 secs) 21:16:03 Chrome Headless 115.0.5790.170 (Linux aarch64): Executed 21 of 145 SUCCESS (0 secs / 2.728 secs) 21:16:04 Chrome Headless 115.0.5790.170 (Linux aarch64): Executed 22 of 145 SUCCESS (0 secs / 2.902 secs) 21:16:04 Chrome Headless 115.0.5790.170 (Linux aarch64): Executed 23 of 145 SUCCESS (0 secs / 3.058 secs) 21:16:04 Chrome Headless 115.0.5790.170 (Linux aarch64): Executed 24 of 145 SUCCESS (0 secs / 3.079 secs) 21:16:04 Chrome Headless 115.0.5790.170 (Linux aarch64): Executed 25 of 145 SUCCESS (0 secs / 3.145 secs) 21:16:04 Chrome Headless 115.0.5790.170 (Linux aarch64): Executed 26 of 145 SUCCESS (0 secs / 3.433 secs) 21:16:04 Chrome Headless 115.0.5790.170 (Linux aarch64): Executed 27 of 145 SUCCESS (0 secs / 3.472 secs) 21:16:04 Chrome Headless 115.0.5790.170 (Linux aarch64): Executed 28 of 145 SUCCESS (0 secs / 3.513 secs) 21:16:05 Chrome Headless 115.0.5790.170 (Linux aarch64): Executed 29 of 145 SUCCESS (0 secs / 3.656 secs) 21:16:05 Chrome Headless 115.0.5790.170 (Linux aarch64): Executed 30 of 145 SUCCESS (0 secs / 3.672 secs) 21:16:05 Chrome Headless 115.0.5790.170 (Linux aarch64): Executed 31 of 145 SUCCESS (0 secs / 3.722 secs) 21:16:05 Chrome Headless 115.0.5790.170 (Linux aarch64): Executed 32 of 145 SUCCESS (0 secs / 3.764 secs) 21:16:05 Chrome Headless 115.0.5790.170 (Linux aarch64): Executed 33 of 145 SUCCESS (0 secs / 3.83 secs) 21:16:05 Chrome Headless 115.0.5790.170 (Linux aarch64): Executed 34 of 145 SUCCESS (0 secs / 3.859 secs) 21:16:05 Chrome Headless 115.0.5790.170 (Linux aarch64): Executed 35 of 145 SUCCESS (0 secs / 3.96 secs) 21:16:05 Chrome Headless 115.0.5790.170 (Linux aarch64): Executed 36 of 145 SUCCESS (0 secs / 4.017 secs) 21:16:05 Chrome Headless 115.0.5790.170 (Linux aarch64): Executed 37 of 145 SUCCESS (0 secs / 4.06 secs) 21:16:05 Chrome Headless 115.0.5790.170 (Linux aarch64): Executed 38 of 145 SUCCESS (0 secs / 4.173 secs) 21:16:05 Chrome Headless 115.0.5790.170 (Linux aarch64): Executed 39 of 145 SUCCESS (0 secs / 4.196 secs) 21:16:05 Chrome Headless 115.0.5790.170 (Linux aarch64): Executed 40 of 145 SUCCESS (0 secs / 4.215 secs) 21:16:05 Chrome Headless 115.0.5790.170 (Linux aarch64): Executed 41 of 145 SUCCESS (0 secs / 4.23 secs) 21:16:05 Chrome Headless 115.0.5790.170 (Linux aarch64): Executed 42 of 145 SUCCESS (0 secs / 4.251 secs) 21:16:05 Chrome Headless 115.0.5790.170 (Linux aarch64): Executed 43 of 145 SUCCESS (0 secs / 4.294 secs) 21:16:05 Chrome Headless 115.0.5790.170 (Linux aarch64): Executed 44 of 145 SUCCESS (0 secs / 4.473 secs) 21:16:06 Chrome Headless 115.0.5790.170 (Linux aarch64): Executed 45 of 145 SUCCESS (0 secs / 4.543 secs) 21:16:06 Chrome Headless 115.0.5790.170 (Linux aarch64): Executed 46 of 145 SUCCESS (0 secs / 4.583 secs) 21:16:06 Chrome Headless 115.0.5790.170 (Linux aarch64): Executed 47 of 145 SUCCESS (0 secs / 4.596 secs) 21:16:06 Chrome Headless 115.0.5790.170 (Linux aarch64): Executed 48 of 145 SUCCESS (0 secs / 4.611 secs) 21:16:06 Chrome Headless 115.0.5790.170 (Linux aarch64): Executed 49 of 145 SUCCESS (0 secs / 4.745 secs) 21:16:06 Chrome Headless 115.0.5790.170 (Linux aarch64): Executed 50 of 145 SUCCESS (0 secs / 4.776 secs) 21:16:06 Chrome Headless 115.0.5790.170 (Linux aarch64): Executed 51 of 145 SUCCESS (0 secs / 4.804 secs) 21:16:06 Chrome Headless 115.0.5790.170 (Linux aarch64): Executed 52 of 145 SUCCESS (0 secs / 4.873 secs) 21:16:06 Chrome Headless 115.0.5790.170 (Linux aarch64): Executed 53 of 145 SUCCESS (0 secs / 4.889 secs) 21:16:07 Chrome Headless 115.0.5790.170 (Linux aarch64): Executed 54 of 145 SUCCESS (0 secs / 5.315 secs) 21:16:07 Chrome Headless 115.0.5790.170 (Linux aarch64): Executed 55 of 145 SUCCESS (0 secs / 5.427 secs) 21:16:07 Chrome Headless 115.0.5790.170 (Linux aarch64): Executed 56 of 145 SUCCESS (0 secs / 5.479 secs) 21:16:07 Chrome Headless 115.0.5790.170 (Linux aarch64): Executed 57 of 145 SUCCESS (0 secs / 5.494 secs) 21:16:07 Chrome Headless 115.0.5790.170 (Linux aarch64): Executed 58 of 145 SUCCESS (0 secs / 5.657 secs) 21:16:07 Chrome Headless 115.0.5790.170 (Linux aarch64): Executed 59 of 145 SUCCESS (0 secs / 5.78 secs) 21:16:07 Chrome Headless 115.0.5790.170 (Linux aarch64): Executed 60 of 145 SUCCESS (0 secs / 5.817 secs) 21:16:07 Chrome Headless 115.0.5790.170 (Linux aarch64): Executed 61 of 145 SUCCESS (0 secs / 5.852 secs) 21:16:08 Chrome Headless 115.0.5790.170 (Linux aarch64): Executed 62 of 145 SUCCESS (0 secs / 5.963 secs) 21:16:08 Chrome Headless 115.0.5790.170 (Linux aarch64): Executed 63 of 145 SUCCESS (0 secs / 5.991 secs) 21:16:08 Chrome Headless 115.0.5790.170 (Linux aarch64): Executed 64 of 145 SUCCESS (0 secs / 6.027 secs) 21:16:08 Chrome Headless 115.0.5790.170 (Linux aarch64): Executed 65 of 145 SUCCESS (0 secs / 6.045 secs) 21:16:08 Chrome Headless 115.0.5790.170 (Linux aarch64): Executed 66 of 145 SUCCESS (0 secs / 6.062 secs) 21:16:08 Chrome Headless 115.0.5790.170 (Linux aarch64): Executed 67 of 145 SUCCESS (0 secs / 6.078 secs) 21:16:08 Chrome Headless 115.0.5790.170 (Linux aarch64): Executed 68 of 145 SUCCESS (0 secs / 6.197 secs) 21:16:08 Chrome Headless 115.0.5790.170 (Linux aarch64): Executed 69 of 145 SUCCESS (0 secs / 6.229 secs) 21:16:08 Chrome Headless 115.0.5790.170 (Linux aarch64): Executed 70 of 145 SUCCESS (0 secs / 6.378 secs) 21:16:08 Chrome Headless 115.0.5790.170 (Linux aarch64): Executed 71 of 145 SUCCESS (0 secs / 6.393 secs) 21:16:08 Chrome Headless 115.0.5790.170 (Linux aarch64): Executed 72 of 145 SUCCESS (0 secs / 6.403 secs) 21:16:08 Chrome Headless 115.0.5790.170 (Linux aarch64): Executed 73 of 145 SUCCESS (0 secs / 6.439 secs) 21:16:08 Chrome Headless 115.0.5790.170 (Linux aarch64): Executed 74 of 145 SUCCESS (0 secs / 6.473 secs) 21:16:08 Chrome Headless 115.0.5790.170 (Linux aarch64): Executed 75 of 145 SUCCESS (0 secs / 6.547 secs) 21:16:08 Chrome Headless 115.0.5790.170 (Linux aarch64): Executed 76 of 145 SUCCESS (0 secs / 6.568 secs) 21:16:08 Chrome Headless 115.0.5790.170 (Linux aarch64): Executed 77 of 145 SUCCESS (0 secs / 6.589 secs) 21:16:08 Chrome Headless 115.0.5790.170 (Linux aarch64): Executed 78 of 145 SUCCESS (0 secs / 6.608 secs) 21:16:08 Chrome Headless 115.0.5790.170 (Linux aarch64): Executed 79 of 145 SUCCESS (0 secs / 6.627 secs) 21:16:08 Chrome Headless 115.0.5790.170 (Linux aarch64): Executed 80 of 145 SUCCESS (0 secs / 6.639 secs) 21:16:09 Chrome Headless 115.0.5790.170 (Linux aarch64): Executed 81 of 145 SUCCESS (0 secs / 6.69 secs) 21:16:09 Chrome Headless 115.0.5790.170 (Linux aarch64): Executed 82 of 145 SUCCESS (0 secs / 6.717 secs) 21:16:09 Chrome Headless 115.0.5790.170 (Linux aarch64): Executed 83 of 145 SUCCESS (0 secs / 6.821 secs) 21:16:09 Chrome Headless 115.0.5790.170 (Linux aarch64): Executed 84 of 145 SUCCESS (0 secs / 6.976 secs) 21:16:09 Chrome Headless 115.0.5790.170 (Linux aarch64): Executed 85 of 145 SUCCESS (0 secs / 6.993 secs) 21:16:09 Chrome Headless 115.0.5790.170 (Linux aarch64): Executed 86 of 145 SUCCESS (0 secs / 7.002 secs) 21:16:09 Chrome Headless 115.0.5790.170 (Linux aarch64): Executed 87 of 145 SUCCESS (0 secs / 7.109 secs) 21:16:09 Chrome Headless 115.0.5790.170 (Linux aarch64): Executed 88 of 145 SUCCESS (0 secs / 7.135 secs) 21:16:09 Chrome Headless 115.0.5790.170 (Linux aarch64): Executed 89 of 145 SUCCESS (0 secs / 7.146 secs) 21:16:09 Chrome Headless 115.0.5790.170 (Linux aarch64): Executed 90 of 145 SUCCESS (0 secs / 7.155 secs) 21:16:09 Chrome Headless 115.0.5790.170 (Linux aarch64): Executed 91 of 145 SUCCESS (0 secs / 7.177 secs) 21:16:09 Chrome Headless 115.0.5790.170 (Linux aarch64): Executed 92 of 145 SUCCESS (0 secs / 7.194 secs) 21:16:09 Chrome Headless 115.0.5790.170 (Linux aarch64): Executed 93 of 145 SUCCESS (0 secs / 7.202 secs) 21:16:09 Chrome Headless 115.0.5790.170 (Linux aarch64): Executed 94 of 145 SUCCESS (0 secs / 7.226 secs) 21:16:09 Chrome Headless 115.0.5790.170 (Linux aarch64): Executed 95 of 145 SUCCESS (0 secs / 7.235 secs) 21:16:09 Chrome Headless 115.0.5790.170 (Linux aarch64): Executed 96 of 145 SUCCESS (0 secs / 7.243 secs) 21:16:09 Chrome Headless 115.0.5790.170 (Linux aarch64): Executed 97 of 145 SUCCESS (0 secs / 7.255 secs) 21:16:09 Chrome Headless 115.0.5790.170 (Linux aarch64): Executed 98 of 145 SUCCESS (0 secs / 7.264 secs) 21:16:09 Chrome Headless 115.0.5790.170 (Linux aarch64): Executed 99 of 145 SUCCESS (0 secs / 7.284 secs) 21:16:10 Chrome Headless 115.0.5790.170 (Linux aarch64): Executed 100 of 145 SUCCESS (0 secs / 7.439 secs) 21:16:10 Chrome Headless 115.0.5790.170 (Linux aarch64): Executed 101 of 145 SUCCESS (0 secs / 7.536 secs) 21:16:10 Chrome Headless 115.0.5790.170 (Linux aarch64): Executed 102 of 145 SUCCESS (0 secs / 7.697 secs) 21:16:10 Chrome Headless 115.0.5790.170 (Linux aarch64): Executed 103 of 145 SUCCESS (0 secs / 7.787 secs) 21:16:10 Chrome Headless 115.0.5790.170 (Linux aarch64): Executed 104 of 145 SUCCESS (0 secs / 7.826 secs) 21:16:10 Chrome Headless 115.0.5790.170 (Linux aarch64): Executed 105 of 145 SUCCESS (0 secs / 7.843 secs) 21:16:10 Chrome Headless 115.0.5790.170 (Linux aarch64): Executed 106 of 145 SUCCESS (0 secs / 7.852 secs) 21:16:10 Chrome Headless 115.0.5790.170 (Linux aarch64): Executed 107 of 145 SUCCESS (0 secs / 7.891 secs) 21:16:10 Chrome Headless 115.0.5790.170 (Linux aarch64): Executed 108 of 145 SUCCESS (0 secs / 7.995 secs) 21:16:10 Chrome Headless 115.0.5790.170 (Linux aarch64): Executed 109 of 145 SUCCESS (0 secs / 8.041 secs) 21:16:10 Chrome Headless 115.0.5790.170 (Linux aarch64): Executed 110 of 145 SUCCESS (0 secs / 8.085 secs) 21:16:10 Chrome Headless 115.0.5790.170 (Linux aarch64): Executed 111 of 145 SUCCESS (0 secs / 8.123 secs) 21:16:11 Chrome Headless 115.0.5790.170 (Linux aarch64): Executed 112 of 145 SUCCESS (0 secs / 8.175 secs) 21:16:11 Chrome Headless 115.0.5790.170 (Linux aarch64): Executed 113 of 145 SUCCESS (0 secs / 8.188 secs) 21:16:11 Chrome Headless 115.0.5790.170 (Linux aarch64): Executed 114 of 145 SUCCESS (0 secs / 8.2 secs) 21:16:11 Chrome Headless 115.0.5790.170 (Linux aarch64): Executed 115 of 145 SUCCESS (0 secs / 8.262 secs) 21:16:11 Chrome Headless 115.0.5790.170 (Linux aarch64): Executed 116 of 145 SUCCESS (0 secs / 8.295 secs) 21:16:11 Chrome Headless 115.0.5790.170 (Linux aarch64): Executed 117 of 145 SUCCESS (0 secs / 8.308 secs) 21:16:11 Chrome Headless 115.0.5790.170 (Linux aarch64): Executed 118 of 145 SUCCESS (0 secs / 8.316 secs) 21:16:11 Chrome Headless 115.0.5790.170 (Linux aarch64): Executed 119 of 145 SUCCESS (0 secs / 8.326 secs) 21:16:11 Chrome Headless 115.0.5790.170 (Linux aarch64): Executed 120 of 145 SUCCESS (0 secs / 8.362 secs) 21:16:11 Chrome Headless 115.0.5790.170 (Linux aarch64): Executed 121 of 145 SUCCESS (0 secs / 8.401 secs) 21:16:11 Chrome Headless 115.0.5790.170 (Linux aarch64): Executed 122 of 145 SUCCESS (0 secs / 8.505 secs) 21:16:11 Chrome Headless 115.0.5790.170 (Linux aarch64): Executed 123 of 145 SUCCESS (0 secs / 8.596 secs) 21:16:12 Chrome Headless 115.0.5790.170 (Linux aarch64): Executed 124 of 145 SUCCESS (0 secs / 8.689 secs) 21:16:12 Chrome Headless 115.0.5790.170 (Linux aarch64): Executed 125 of 145 SUCCESS (0 secs / 8.816 secs) 21:16:12 Chrome Headless 115.0.5790.170 (Linux aarch64): Executed 126 of 145 SUCCESS (0 secs / 8.837 secs) 21:16:12 Chrome Headless 115.0.5790.170 (Linux aarch64): Executed 127 of 145 SUCCESS (0 secs / 8.895 secs) 21:16:12 Chrome Headless 115.0.5790.170 (Linux aarch64): Executed 128 of 145 SUCCESS (0 secs / 8.959 secs) 21:16:12 Chrome Headless 115.0.5790.170 (Linux aarch64): Executed 129 of 145 SUCCESS (0 secs / 9.005 secs) 21:16:12 Chrome Headless 115.0.5790.170 (Linux aarch64): Executed 130 of 145 SUCCESS (0 secs / 9.031 secs) 21:16:12 Chrome Headless 115.0.5790.170 (Linux aarch64): Executed 131 of 145 SUCCESS (0 secs / 9.056 secs) 21:16:12 Chrome Headless 115.0.5790.170 (Linux aarch64): Executed 132 of 145 SUCCESS (0 secs / 9.098 secs) 21:16:12 Chrome Headless 115.0.5790.170 (Linux aarch64): Executed 133 of 145 SUCCESS (0 secs / 9.123 secs) 21:16:12 Chrome Headless 115.0.5790.170 (Linux aarch64): Executed 134 of 145 SUCCESS (0 secs / 9.174 secs) 21:16:12 Chrome Headless 115.0.5790.170 (Linux aarch64): Executed 135 of 145 SUCCESS (0 secs / 9.315 secs) 21:16:13 Chrome Headless 115.0.5790.170 (Linux aarch64): Executed 136 of 145 SUCCESS (0 secs / 9.446 secs) 21:16:13 Chrome Headless 115.0.5790.170 (Linux aarch64): Executed 137 of 145 SUCCESS (0 secs / 9.535 secs) 21:16:13 Chrome Headless 115.0.5790.170 (Linux aarch64): Executed 138 of 145 SUCCESS (0 secs / 9.586 secs) 21:16:13 Chrome Headless 115.0.5790.170 (Linux aarch64): Executed 139 of 145 SUCCESS (0 secs / 9.684 secs) 21:16:13 WARN: ' 21:16:13 It looks like you're using ngModel on the same form field as formControlName. 21:16:13 Support for using the ngModel input property and ngModelChange event with 21:16:13 reactive form directives has been deprecated in Angular v6 and will be removed 21:16:13 in a future version of Angular. 21:16:13 21:16:13 For more information on this, see our API docs here: 21:16:13 https://angular.io/api/forms/FormControlName#use-with-ngmodel 21:16:13 ' 21:16:13 Chrome Headless 115.0.5790.170 (Linux aarch64): Executed 139 of 145 SUCCESS (0 secs / 9.684 secs) 21:16:13 WARN: ' 21:16:13 It looks like you're using ngModel on the same form field as formControlName. 21:16:13 Support for using the ngModel input property and ngModelChange event with 21:16:13 reactive form directives has been deprecated in Angular v6 and will be removed 21:16:13 in a future version of Angular. 21:16:13 21:16:13 For more information on this, see our API docs here: 21:16:13 https://angular.io/api/forms/FormControlName#use-with-ngmodel 21:16:13 ' 21:16:13 Chrome Headless 115.0.5790.170 (Linux aarch64): Executed 140 of 145 SUCCESS (0 secs / 9.794 secs) 21:16:13 Chrome Headless 115.0.5790.170 (Linux aarch64): Executed 141 of 145 SUCCESS (0 secs / 9.854 secs) 21:16:13 Chrome Headless 115.0.5790.170 (Linux aarch64): Executed 142 of 145 SUCCESS (0 secs / 9.891 secs) 21:16:13 Chrome Headless 115.0.5790.170 (Linux aarch64): Executed 143 of 145 SUCCESS (0 secs / 9.929 secs) 21:16:13 Chrome Headless 115.0.5790.170 (Linux aarch64): Executed 144 of 145 SUCCESS (0 secs / 9.956 secs) 21:16:13 Chrome Headless 115.0.5790.170 (Linux aarch64): Executed 145 of 145 SUCCESS (0 secs / 10.019 secs) 21:16:14 Chrome Headless 115.0.5790.170 (Linux aarch64): Executed 145 of 145 SUCCESS (14.065 secs / 10.019 secs) 21:16:14 TOTAL: 145 SUCCESS 21:16:14 ✔ Browser application bundle generation complete. 21:16:17 21:16:17 =============================== Coverage summary =============================== 21:16:17 Statements : 41.56% ( 1425/3429 ) 21:16:17 Branches : 12.14% ( 109/898 ) 21:16:17 Functions : 33.33% ( 417/1251 ) 21:16:17 Lines : 39.45% ( 1280/3245 ) 21:16:17 ================================================================================ 21:16:17 20 09 2023 21:16:17.285:WARN [launcher]: ChromeHeadless was not killed in 2000 ms, sending SIGKILL. 21:16:18 ✔ Browser application bundle generation complete. 21:16:19 make[1]: Leaving directory '/w/workspace/edgex-ui-go/123/web' [Pipeline] echo 21:16:19 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 21:16:19 $ docker stop --time=1 3dce717d1450aafc1e2e4775fbfb3731abb69512cb80216ce9cf8e45a9c0e569 21:16:20 $ docker rm -f --volumes 3dce717d1450aafc1e2e4775fbfb3731abb69512cb80216ce9cf8e45a9c0e569 [Pipeline] // withDockerContainer [Pipeline] sh 21:16:21 + sudo chown -R jenkins:jenkins . [Pipeline] stash 21:16:24 Warning: overwriting stash ‘coverage-report’ 21:16:31 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 21:16:31 + sudo chown -R jenkins:jenkins . [Pipeline] sh 21:16:34 + ls -al . 21:16:34 total 176 21:16:34 drwxrwxr-x 13 jenkins jenkins 4096 Sep 20 21:00 . 21:16:34 drwxrwxr-x 4 jenkins jenkins 4096 Sep 20 20:57 .. 21:16:34 drwxrwxr-x 2 jenkins jenkins 4096 Sep 20 20:57 .blubracket 21:16:34 -rw-rw-r-- 1 jenkins jenkins 18 Sep 20 20:57 .dockerignore 21:16:34 drwxrwxr-x 8 jenkins jenkins 4096 Sep 20 20:57 .git 21:16:34 drwxrwxr-x 3 jenkins jenkins 4096 Sep 20 20:57 .github 21:16:34 -rw-rw-r-- 1 jenkins jenkins 185 Sep 20 20:57 .gitignore 21:16:34 -rw-rw-r-- 1 jenkins jenkins 8418 Sep 20 20:57 Attribution.txt 21:16:34 -rw-rw-r-- 1 jenkins jenkins 19103 Sep 20 20:57 CHANGELOG.md 21:16:34 -rw-rw-r-- 1 jenkins jenkins 3959 Sep 20 20:57 CONTRIBUTING.md 21:16:34 -rw-rw-r-- 1 jenkins jenkins 1788 Sep 20 20:57 Dockerfile 21:16:34 -rw-rw-r-- 1 jenkins jenkins 652 Sep 20 20:57 Jenkinsfile 21:16:34 -rw-rw-r-- 1 jenkins jenkins 11357 Sep 20 20:57 LICENSE 21:16:34 -rw-rw-r-- 1 jenkins jenkins 2134 Sep 20 20:57 Makefile 21:16:34 -rw-rw-r-- 1 jenkins jenkins 4549 Sep 20 20:57 README.md 21:16:34 -rw-rw-r-- 1 jenkins jenkins 11 Sep 20 20:54 VERSION 21:16:34 drwxrwxr-x 3 jenkins jenkins 4096 Sep 20 20:57 assets 21:16:34 drwxrwxr-x 2 jenkins jenkins 4096 Sep 20 20:57 bin 21:16:34 drwxrwxr-x 3 jenkins jenkins 4096 Sep 20 20:57 cmd 21:16:34 -rw-r--r-- 1 jenkins jenkins 10 Sep 20 21:00 coverage.out 21:16:34 drwxrwxr-x 2 jenkins jenkins 4096 Sep 20 20:57 docs 21:16:34 -rw-rw-r-- 1 jenkins jenkins 2999 Sep 20 20:57 go.mod 21:16:34 -rw-rw-r-- 1 jenkins jenkins 30528 Sep 20 20:57 go.sum 21:16:34 drwxrwxr-x 8 jenkins jenkins 4096 Sep 20 20:57 internal 21:16:34 drwxrwxr-x 4 jenkins jenkins 4096 Sep 20 20:57 snap 21:16:34 drwxrwxr-x 4 jenkins jenkins 4096 Sep 20 20:57 testing 21:16:34 -rw-rw-r-- 1 jenkins jenkins 155 Sep 20 20:57 version.go 21:16:34 drwxrwxr-x 6 jenkins jenkins 4096 Sep 20 21:04 web [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:16:34 + 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 . 21:16:36 Sending build context to Docker daemon 33.07MB 21:16:36 Step 1/25 : ARG BASE=golang:1.21-alpine3.18 21:16:36 Step 2/25 : FROM ${BASE} AS builder 21:16:36 ---> d4657371d975 21:16:36 Step 3/25 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" 21:16:36 ---> Running in 1f4658324562 21:16:36 Removing intermediate container 1f4658324562 21:16:36 ---> f06087800b7c 21:16:36 Step 4/25 : ARG ALPINE_PKG_BASE="make git" 21:16:36 ---> Running in 9ce8106c65d7 21:16:37 Removing intermediate container 9ce8106c65d7 21:16:37 ---> bb21ae99758f 21:16:37 Step 5/25 : ARG ALPINE_PKG_EXTRA="" 21:16:37 ---> Running in d686fc194177 21:16:37 Removing intermediate container d686fc194177 21:16:37 ---> c1686719d2da 21:16:37 Step 6/25 : LABEL Name=edgex-ui-go 21:16:37 ---> Running in 86408de8f89d 21:16:37 Removing intermediate container 86408de8f89d 21:16:37 ---> 1ea92725f774 21:16:37 Step 7/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2023: Intel' 21:16:38 ---> Running in 75ac4ba5204f 21:16:38 Removing intermediate container 75ac4ba5204f 21:16:38 ---> 5cf37881f4ff 21:16:38 Step 8/25 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 21:16:42 ---> c0b9bcccd59d 21:16:42 Step 9/25 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 21:16:42 ---> Running in 39b7b6d0415b 21:16:44 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 21:16:44 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 21:16:45 OK: 266 MiB in 52 packages 21:16:46 Removing intermediate container 39b7b6d0415b 21:16:46 ---> 5815bc88dc5e 21:16:46 Step 10/25 : ENV GO111MODULE=on 21:16:47 ---> Running in d39ad85d684a 21:16:47 Removing intermediate container d39ad85d684a 21:16:47 ---> d7d6748438ba 21:16:47 Step 11/25 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go 21:16:47 ---> Running in 67861754ca12 21:16:47 Removing intermediate container 67861754ca12 21:16:47 ---> 6eb35a3d033d 21:16:47 Step 12/25 : COPY go.mod vendor* ./ 21:16:48 ---> 698f58b591da 21:16:48 Step 13/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 21:16:48 ---> Running in e570c26a0b5f 21:16:52 Removing intermediate container e570c26a0b5f 21:16:52 ---> 24d30126135e 21:16:52 Step 14/25 : COPY . . 21:16:56 ---> a4ab92f2d46f 21:16:56 Step 15/25 : RUN ${MAKE} 21:16:56 ---> Running in c4a793773048 21:16:57 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 21:19:04 Removing intermediate container c4a793773048 21:19:04 ---> 0a6cc5c30474 21:19:04 Step 16/25 : FROM alpine:3.18 21:19:04 3.18: Pulling from library/alpine 21:19:04 9fda8d8052c6: Already exists 21:19:04 Digest: sha256:7144f7bab3d4c2648d7e59409f15ec52a18006a128c733fcff20d3a4a54ba44a 21:19:04 Status: Downloaded newer image for alpine:3.18 21:19:04 ---> f6648c04cd6c 21:19:04 Step 17/25 : EXPOSE 4000 21:19:04 ---> Running in 187109282aa8 21:19:04 Removing intermediate container 187109282aa8 21:19:04 ---> 8ea42be50e10 21:19:04 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 21:19:05 ---> fc8d41145386 21:19:05 Step 19/25 : COPY --from=builder /go/src/github.com/edgexfoundry/edgex-ui-go/Attribution.txt /Attribution.txt 21:19:06 ---> 5ad920daa11d 21:19:06 Step 20/25 : COPY --from=builder /go/src/github.com/edgexfoundry/edgex-ui-go/LICENSE /LICENSE 21:19:06 ---> 6e5cbcab7b40 21:19:06 Step 21/25 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server 21:19:06 ---> Running in 7d4197b5b11e 21:19:07 Removing intermediate container 7d4197b5b11e 21:19:07 ---> 9ae384c2ca4a 21:19:07 Step 22/25 : ENTRYPOINT ["./edgex-ui-server","--configDir=res/docker"] 21:19:07 ---> Running in e8deaea5d459 21:19:07 Removing intermediate container e8deaea5d459 21:19:07 ---> d23b051ab7e4 21:19:07 Step 23/25 : LABEL arch=arm64 21:19:07 ---> Running in d0fafff25d87 21:19:08 Removing intermediate container d0fafff25d87 21:19:08 ---> 2cace7212d09 21:19:08 Step 24/25 : LABEL git_sha=2fd4722eefcd485d8d8cf5eb24f524ab25e62510 21:19:08 ---> Running in 8f0383acf822 21:19:08 Removing intermediate container 8f0383acf822 21:19:08 ---> 62bb3d172412 21:19:08 Step 25/25 : LABEL version=3.1.0-dev.5 21:19:08 ---> Running in 772e0370609c 21:19:08 Removing intermediate container 772e0370609c 21:19:08 ---> ba710f457cc9 21:19:08 [Warning] One or more build-args [ARCH] were not consumed 21:19:09 Successfully built ba710f457cc9 21:19:09 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 21:19:09 provisioning config files... 21:19:09 copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/123@tmp/config3798652269810379761tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 21:19:09 ---> docker-login.sh 21:19:09 nexus3.edgexfoundry.org:10001 21:19:10 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:19:10 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:19:10 Configure a credential helper to remove this warning. See 21:19:10 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:19:10 21:19:10 Login Succeeded 21:19:10 nexus3.edgexfoundry.org:10002 21:19:10 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:19:10 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:19:10 Configure a credential helper to remove this warning. See 21:19:10 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:19:10 21:19:10 Login Succeeded 21:19:10 nexus3.edgexfoundry.org:10003 21:19:10 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:19:11 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:19:11 Configure a credential helper to remove this warning. See 21:19:11 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:19:11 21:19:11 Login Succeeded 21:19:11 nexus3.edgexfoundry.org:10004 21:19:11 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:19:11 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:19:11 Configure a credential helper to remove this warning. See 21:19:11 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:19:11 21:19:11 Login Succeeded 21:19:11 docker.io 21:19:12 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:19:12 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:19:12 Configure a credential helper to remove this warning. See 21:19:12 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:19:12 21:19:12 Login Succeeded 21:19:12 ---> docker-login.sh ends [Pipeline] } 21:19:12 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 21:19:12 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 21:19:12 [edgeXDocker.push] Tagging docker image edgex-ui-arm64 with the following tags: 21:19:12 2fd4722eefcd485d8d8cf5eb24f524ab25e62510 21:19:12 latest 21:19:12 3.1.0-dev.5 21:19:12 2fd4722eefcd485d8d8cf5eb24f524ab25e62510-3.1.0-dev.5 21:19:12 main 21:19:12 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:19:12 + docker tag edgex-ui-arm64 nexus3.edgexfoundry.org:10004/edgex-ui-arm64:2fd4722eefcd485d8d8cf5eb24f524ab25e62510 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:19:12 + docker push nexus3.edgexfoundry.org:10004/edgex-ui-arm64:2fd4722eefcd485d8d8cf5eb24f524ab25e62510 21:19:12 The push refers to repository [nexus3.edgexfoundry.org:10004/edgex-ui-arm64] 21:19:12 8f37b4fccf5e: Preparing 21:19:12 80f0433f1683: Preparing 21:19:12 f79903db0ba0: Preparing 21:19:12 b2191e2be29d: Preparing 21:19:12 b2191e2be29d: Layer already exists 21:19:13 8f37b4fccf5e: Pushed 21:19:13 80f0433f1683: Pushed 21:19:21 f79903db0ba0: Pushed 21:19:21 2fd4722eefcd485d8d8cf5eb24f524ab25e62510: digest: sha256:8028b3a1f05b00cda87c5255a66be619f475af742838e7d0aac62dad1bdb7d78 size: 1156 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:19:21 + docker tag edgex-ui-arm64 nexus3.edgexfoundry.org:10004/edgex-ui-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:19:22 + docker push nexus3.edgexfoundry.org:10004/edgex-ui-arm64:latest 21:19:22 The push refers to repository [nexus3.edgexfoundry.org:10004/edgex-ui-arm64] 21:19:22 8f37b4fccf5e: Preparing 21:19:22 80f0433f1683: Preparing 21:19:22 f79903db0ba0: Preparing 21:19:22 b2191e2be29d: Preparing 21:19:22 80f0433f1683: Layer already exists 21:19:22 b2191e2be29d: Layer already exists 21:19:22 8f37b4fccf5e: Layer already exists 21:19:22 f79903db0ba0: Layer already exists 21:19:22 latest: digest: sha256:8028b3a1f05b00cda87c5255a66be619f475af742838e7d0aac62dad1bdb7d78 size: 1156 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:19:22 + 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 21:19:23 + docker push nexus3.edgexfoundry.org:10004/edgex-ui-arm64:3.1.0-dev.5 21:19:23 The push refers to repository [nexus3.edgexfoundry.org:10004/edgex-ui-arm64] 21:19:23 8f37b4fccf5e: Preparing 21:19:23 80f0433f1683: Preparing 21:19:23 f79903db0ba0: Preparing 21:19:23 b2191e2be29d: Preparing 21:19:23 f79903db0ba0: Layer already exists 21:19:23 80f0433f1683: Layer already exists 21:19:23 8f37b4fccf5e: Layer already exists 21:19:23 b2191e2be29d: Layer already exists 21:19:23 3.1.0-dev.5: digest: sha256:8028b3a1f05b00cda87c5255a66be619f475af742838e7d0aac62dad1bdb7d78 size: 1156 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:19:23 + 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 21:19:24 + docker push nexus3.edgexfoundry.org:10004/edgex-ui-arm64:2fd4722eefcd485d8d8cf5eb24f524ab25e62510-3.1.0-dev.5 21:19:24 The push refers to repository [nexus3.edgexfoundry.org:10004/edgex-ui-arm64] 21:19:24 8f37b4fccf5e: Preparing 21:19:24 80f0433f1683: Preparing 21:19:24 f79903db0ba0: Preparing 21:19:24 b2191e2be29d: Preparing 21:19:24 8f37b4fccf5e: Layer already exists 21:19:24 80f0433f1683: Layer already exists 21:19:24 f79903db0ba0: Layer already exists 21:19:24 b2191e2be29d: Layer already exists 21:19:24 2fd4722eefcd485d8d8cf5eb24f524ab25e62510-3.1.0-dev.5: digest: sha256:8028b3a1f05b00cda87c5255a66be619f475af742838e7d0aac62dad1bdb7d78 size: 1156 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:19:24 + docker tag edgex-ui-arm64 nexus3.edgexfoundry.org:10004/edgex-ui-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:19:25 + docker push nexus3.edgexfoundry.org:10004/edgex-ui-arm64:main 21:19:25 The push refers to repository [nexus3.edgexfoundry.org:10004/edgex-ui-arm64] 21:19:25 8f37b4fccf5e: Preparing 21:19:25 80f0433f1683: Preparing 21:19:25 f79903db0ba0: Preparing 21:19:25 b2191e2be29d: Preparing 21:19:25 f79903db0ba0: Layer already exists 21:19:25 b2191e2be29d: Layer already exists 21:19:25 8f37b4fccf5e: Layer already exists 21:19:25 80f0433f1683: Layer already exists 21:19:25 main: digest: sha256:8028b3a1f05b00cda87c5255a66be619f475af742838e7d0aac62dad1bdb7d78 size: 1156 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 21:19:25 ===================================================== [Pipeline] echo 21:19:25 taggedImages: 21:19:25 - nexus3.edgexfoundry.org:10004/edgex-ui-arm64:2fd4722eefcd485d8d8cf5eb24f524ab25e62510 21:19:25 - nexus3.edgexfoundry.org:10004/edgex-ui-arm64:latest 21:19:25 - nexus3.edgexfoundry.org:10004/edgex-ui-arm64:3.1.0-dev.5 21:19:25 - nexus3.edgexfoundry.org:10004/edgex-ui-arm64:2fd4722eefcd485d8d8cf5eb24f524ab25e62510-3.1.0-dev.5 21:19:25 - 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 21:19:25 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 21:19:25 21:19:25 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:19:26 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 21:19:26 arm64: Pulling from edgex-lftools-log-publisher 21:19:26 8998bd30e6a1: Pulling fs layer 21:19:26 04944245beec: Pulling fs layer 21:19:26 699f458cf7ca: Pulling fs layer 21:19:26 765212b225bb: Pulling fs layer 21:19:26 f23df028b6ca: Pulling fs layer 21:19:26 d65c8cfc05b1: Pulling fs layer 21:19:26 2437ff75d9bd: Pulling fs layer 21:19:26 f23df028b6ca: Waiting 21:19:26 d65c8cfc05b1: Waiting 21:19:26 2437ff75d9bd: Waiting 21:19:26 765212b225bb: Waiting 21:19:26 04944245beec: Verifying Checksum 21:19:26 04944245beec: Download complete 21:19:26 765212b225bb: Download complete 21:19:27 699f458cf7ca: Verifying Checksum 21:19:27 699f458cf7ca: Download complete 21:19:27 f23df028b6ca: Verifying Checksum 21:19:27 f23df028b6ca: Download complete 21:19:27 d65c8cfc05b1: Download complete 21:19:27 8998bd30e6a1: Verifying Checksum 21:19:27 8998bd30e6a1: Download complete 21:19:30 2437ff75d9bd: Verifying Checksum 21:19:30 2437ff75d9bd: Download complete 21:19:32 8998bd30e6a1: Pull complete 21:19:32 04944245beec: Pull complete 21:19:34 699f458cf7ca: Pull complete 21:19:34 765212b225bb: Pull complete 21:19:35 f23df028b6ca: Pull complete 21:19:35 d65c8cfc05b1: Pull complete 21:19:50 2437ff75d9bd: Pull complete 21:19:50 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 21:19:50 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 21:19:50 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 21:19:50 prd-ubuntu20.04-docker-arm64-4c-16g-7235 does not seem to be running inside a container 21:19:50 $ 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 21:19:54 $ docker top 3a451fa40331dc2c9388774746c4c5c3f5fe4ddb03acff41645cf96edf4b2bc1 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 21:19:55 ---> job-cost.sh 21:19:55 lf-activate-venv: SKIPPING 21:19:55 INFO: No Stack... 21:19:55 INFO: Retrieving Pricing Info for: v3-standard-4 21:19:56 INFO: Archiving Costs [Pipeline] sh 21:19:56 + cut -d, -f6 21:19:56 + cat /w/workspace/edgex-ui-go/123/archives/cost.csv [Pipeline] lock 21:19:56 Trying to acquire lock on [jenkins-edgexfoundry-edgex-ui-go-main-123-stack-cost] 21:19:56 Resource [jenkins-edgexfoundry-edgex-ui-go-main-123-stack-cost] did not exist. Created. 21:19:56 Lock acquired on [jenkins-edgexfoundry-edgex-ui-go-main-123-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 21:19:57 /w/workspace/edgex-ui-go/123@tmp/durable-95781c42/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh 21:19:58 + echo total: 0.10999999940395355 [Pipeline] stash 21:19:58 Warning: overwriting stash ‘stack-cost’ 21:20:05 Stashed 1 file(s) [Pipeline] } 21:20:05 Lock released on resource [jenkins-edgexfoundry-edgex-ui-go-main-123-stack-cost] [Pipeline] // lock [Pipeline] } 21:20:05 $ docker stop --time=1 3a451fa40331dc2c9388774746c4c5c3f5fe4ddb03acff41645cf96edf4b2bc1 21:20:07 $ 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 21:20:07 provisioning config files... 21:20:07 copy managed file [edgex-ui-go-codecov-token] to file:/w/workspace/edgexfoundry_edgex-ui-go_main@tmp/config9238382173271031863tmp [Pipeline] { [Pipeline] sh 21:20:07 + set +x 21:20:07 + curl -s https://codecov.io/bash 21:20:07 + bash -s -- 21:20:07 21:20:07 _____ _ 21:20:07 / ____| | | 21:20:07 | | ___ __| | ___ ___ _____ __ 21:20:07 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 21:20:07 | |___| (_) | (_| | __/ (_| (_) \ V / 21:20:07 \_____\___/ \__,_|\___|\___\___/ \_/ 21:20:07 Bash-1.0.6 21:20:07 21:20:07 21:20:07 ==> git version 2.25.1 found 21:20:07 ==> 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 21:20:07 Release-Date: 2020-01-08 21:20:07 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 21:20:07 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 21:20:07 ==> Jenkins CI detected. 21:20:07 current dir:  /w/workspace/edgexfoundry_edgex-ui-go_main 21:20:07 project root: . 21:20:07 --> token set from env 21:20:07 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 21:20:07 ==> Running gcov in . (disable via -X gcov) 21:20:08 ==> Python coveragepy not found 21:20:08 ==> Searching for coverage reports in: 21:20:08 + . 21:20:08 -> Found 1 reports 21:20:08 ==> Detecting git/mercurial file structure 21:20:08 ==> Reading reports 21:20:08 + ./coverage.out bytes=10 21:20:08 ==> Appending adjustments 21:20:08 https://docs.codecov.io/docs/fixing-reports 21:20:08 + Found adjustments 21:20:08 ==> Gzipping contents 21:20:08 12K /tmp/codecov.mvp6FM.gz 21:20:08 ==> Uploading reports 21:20:08 url: https://codecov.io 21:20:08 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= 21:20:08 -> Pinging Codecov 21:20:08 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= 21:20:09 -> Uploading to 21:20:09 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 21:20:09 % Total % Received % Xferd Average Speed Time Time Time Current 21:20:09 Dload Upload Total Spent Left Speed 21:20:09 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 9053 0 0 100 9053 0 50575 --:--:-- --:--:-- --:--:-- 50575 21:20:09 -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/edgex-ui-go/commit/2fd4722eefcd485d8d8cf5eb24f524ab25e62510 [Pipeline] } 21:20:09 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 21:20:09 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 21:20:09 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:20:09 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 21:20:09 21:20:09 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:20:10 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 21:20:10 1.410.4: Pulling from edgex-devops/edgex-snyk-go 21:20:10 df9b9388f04a: Pulling fs layer 21:20:10 52dc419b0ee2: Pulling fs layer 21:20:10 25bc292e5bac: Pulling fs layer 21:20:10 114826534d7a: Pulling fs layer 21:20:10 4657fd5d0bcf: Pulling fs layer 21:20:10 6ad1cebc031e: Pulling fs layer 21:20:10 8a3aa393b2d8: Pulling fs layer 21:20:10 114826534d7a: Waiting 21:20:10 4657fd5d0bcf: Waiting 21:20:10 8a3aa393b2d8: Waiting 21:20:10 6ad1cebc031e: Waiting 21:20:10 25bc292e5bac: Download complete 21:20:10 52dc419b0ee2: Verifying Checksum 21:20:10 52dc419b0ee2: Download complete 21:20:10 4657fd5d0bcf: Download complete 21:20:10 df9b9388f04a: Download complete 21:20:10 df9b9388f04a: Pull complete 21:20:10 6ad1cebc031e: Verifying Checksum 21:20:10 6ad1cebc031e: Download complete 21:20:10 52dc419b0ee2: Pull complete 21:20:10 25bc292e5bac: Pull complete 21:20:10 114826534d7a: Verifying Checksum 21:20:10 114826534d7a: Download complete 21:20:10 8a3aa393b2d8: Verifying Checksum 21:20:10 8a3aa393b2d8: Download complete 21:20:14 114826534d7a: Pull complete 21:20:14 4657fd5d0bcf: Pull complete 21:20:14 6ad1cebc031e: Pull complete 21:20:16 8a3aa393b2d8: Pull complete 21:20:16 Digest: sha256:4b4dcd1004c4b70ae7ff23424eaa7ae18978b3759dc64bf5c8870aa20fc5e024 21:20:16 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 21:20:16 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 21:20:16 prd-ubuntu20.04-docker-8c-8g-7225 does not seem to be running inside a container 21:20:17 $ 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 21:20:21 $ docker top 180a9f2fe3aea9d9982b6132aeb0cb6f89b06d0746d896c10b8a4edd7fa9e5b6 -eo pid,comm [Pipeline] { [Pipeline] echo 21:20:21 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/edgex-ui-go:main' [Pipeline] sh 21:20:21 + set -o pipefail 21:20:21 + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/edgex-ui-go:main' 21:20:27 21:20:27 Monitoring /w/workspace/edgexfoundry_edgex-ui-go_main (github.com/edgexfoundry/edgex-ui-go)... 21:20:27 21:20:27 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/7194102e-7717-4d41-94c9-45c94ef4359f/history/aa2f1af3-bed7-4d2a-ba00-6fe4352500c9 21:20:27 21:20:27 Tip: Detected multiple supported manifests (2), use --all-projects to scan all of them at once. 21:20:27 21:20:27 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 21:20:27 21:20:27 21:20:27 A medium severity vulnerability was found in the Snyk CLI versions you are using. 21:20:27 We fixed the vulnerability in version 1.996.0. We recommend updating to the latest version. 21:20:27 More details here: https://snyk.co/ue1NS [Pipeline] } 21:20:27 $ docker stop --time=1 180a9f2fe3aea9d9982b6132aeb0cb6f89b06d0746d896c10b8a4edd7fa9e5b6 21:20:30 $ 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 21:20:30 + git log --format=format:%s -1 2fd4722eefcd485d8d8cf5eb24f524ab25e62510 [Pipeline] sh 21:20:31 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 21:20:31 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:20:31 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 21:20:31 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 21:20:31 prd-ubuntu20.04-docker-8c-8g-7225 does not seem to be running inside a container 21:20:31 $ 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 21:20:32 $ docker top 2c0d470a0de48d10552e9270d9548170966f84b19eac1a89918eec005eb45a3d -eo pid,comm 21:20:32 ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). 21:20:32 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 21:20:32 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 21:20:32 [ssh-agent] Looking for ssh-agent implementation... 21:20:32 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 21:20:32 $ docker exec 2c0d470a0de48d10552e9270d9548170966f84b19eac1a89918eec005eb45a3d ssh-agent 21:20:32 SSH_AUTH_SOCK=/tmp/ssh-FRkoxIhOGBCL/agent.32 21:20:32 SSH_AGENT_PID=38 21:20:32 Running ssh-add (command line suppressed) 21:20:32 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) 21:20:32 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 21:20:32 + git semver tag 21:20:32 2023-09-20 21:20:32,881 [run_tag] DEBUG tag force:False 21:20:32 2023-09-20 21:20:32,881 [check_head_tag] DEBUG check head tag 21:20:32 2023-09-20 21:20:32,882 [execute] INFO git cat-file --batch-check 21:20:32 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=) 21:20:32 2023-09-20 21:20:32,886 [execute] INFO git cat-file --batch 21:20:32 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=) 21:20:32 2023-09-20 21:20:32,894 [read_version] DEBUG read version from /w/workspace/edgexfoundry_edgex-ui-go_main/.semver/main 21:20:32 2023-09-20 21:20:32,894 [execute] INFO git tag -a v3.1.0-dev.5 -m v3.1.0-dev.5 21:20:32 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) 21:20:32 2023-09-20 21:20:32,899 [read_version] DEBUG read version from /w/workspace/edgexfoundry_edgex-ui-go_main/.semver/main 21:20:32 3.1.0-dev.5 [Pipeline] } 21:20:32 $ docker exec --env ******** --env ******** 2c0d470a0de48d10552e9270d9548170966f84b19eac1a89918eec005eb45a3d ssh-agent -k 21:20:33 unset SSH_AUTH_SOCK; 21:20:33 unset SSH_AGENT_PID; 21:20:33 echo Agent pid 38 killed; 21:20:33 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 21:20:33 + git semver [Pipeline] } 21:20:33 $ docker stop --time=1 2c0d470a0de48d10552e9270d9548170966f84b19eac1a89918eec005eb45a3d 21:20:34 $ docker rm -f --volumes 2c0d470a0de48d10552e9270d9548170966f84b19eac1a89918eec005eb45a3d [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:20:35 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 21:20:35 21:20:35 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:20:35 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 21:20:35 0.23.1-centos7: Pulling from edgex-lftools 21:20:35 ab5ef0e58194: Pulling fs layer 21:20:35 9712f1f96733: Pulling fs layer 21:20:35 63f879dbbcfc: Pulling fs layer 21:20:35 0d9ebad4ef96: Pulling fs layer 21:20:35 e9a5061849ea: Pulling fs layer 21:20:35 d747dcd14b5f: Pulling fs layer 21:20:35 2de7ff778b66: Pulling fs layer 21:20:35 0d9ebad4ef96: Waiting 21:20:35 e9a5061849ea: Waiting 21:20:35 d747dcd14b5f: Waiting 21:20:35 2de7ff778b66: Waiting 21:20:35 9712f1f96733: Verifying Checksum 21:20:35 9712f1f96733: Download complete 21:20:36 63f879dbbcfc: Verifying Checksum 21:20:36 63f879dbbcfc: Download complete 21:20:36 0d9ebad4ef96: Verifying Checksum 21:20:36 0d9ebad4ef96: Download complete 21:20:36 e9a5061849ea: Verifying Checksum 21:20:36 e9a5061849ea: Download complete 21:20:36 d747dcd14b5f: Verifying Checksum 21:20:36 2de7ff778b66: Verifying Checksum 21:20:36 2de7ff778b66: Download complete 21:20:36 ab5ef0e58194: Verifying Checksum 21:20:36 ab5ef0e58194: Download complete 21:20:38 ab5ef0e58194: Pull complete 21:20:38 9712f1f96733: Pull complete 21:20:39 63f879dbbcfc: Pull complete 21:20:42 0d9ebad4ef96: Pull complete 21:20:43 e9a5061849ea: Pull complete 21:20:43 d747dcd14b5f: Pull complete 21:20:44 2de7ff778b66: Pull complete 21:20:44 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 21:20:44 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 21:20:44 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 21:20:44 prd-ubuntu20.04-docker-8c-8g-7225 does not seem to be running inside a container 21:20:44 $ 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 21:20:49 $ docker top 3939291d7d887e2550627314ebdf17836a28f52440ee6048cd3e4a009eab40f5 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 21:20:50 provisioning config files... 21:20:50 copy managed file [sigul-config] to file:/w/workspace/edgexfoundry_edgex-ui-go_main@tmp/config6911187669104592802tmp 21:20:50 copy managed file [sigul-password] to file:/w/workspace/edgexfoundry_edgex-ui-go_main@tmp/config4607395211112207976tmp 21:20:50 copy managed file [sigul-pki] to file:/w/workspace/edgexfoundry_edgex-ui-go_main@tmp/config4144407186095848714tmp [Pipeline] { [Pipeline] echo 21:20:50 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 21:20:50 ---> sigul-configuration.sh 21:20:50 gpg: directory `/root/.gnupg' created 21:20:50 gpg: new configuration file `/root/.gnupg/gpg.conf' created 21:20:50 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 21:20:50 gpg: keyring `/root/.gnupg/secring.gpg' created 21:20:50 gpg: keyring `/root/.gnupg/pubring.gpg' created 21:20:50 gpg: CAST5 encrypted data 21:20:50 gpg: encrypted with 1 passphrase 21:20:50 gpg: WARNING: message was not integrity protected [Pipeline] sh 21:20:50 + mkdir /home/jenkins 21:20:50 + mkdir /home/jenkins/sigul [Pipeline] sh 21:20:50 + 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 21:20:50 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 21:20:51 ---> sigul-install.sh 21:20:51 Sigul already installed; skipping installation. [Pipeline] sh 21:20:51 + git tag --list 21:20:51 0.1.1 21:20:51 v1.1.0 21:20:51 v1.2.0 21:20:51 v1.2.1 21:20:51 v1.3.0 21:20:51 v2.0.0 21:20:51 v2.1.0 21:20:51 v2.2.0 21:20:51 v2.3.0 21:20:51 v3.0 21:20:51 v3.0.0 21:20:51 v3.1.0-dev.1 21:20:51 v3.1.0-dev.2 21:20:51 v3.1.0-dev.3 21:20:51 v3.1.0-dev.4 21:20:51 v3.1.0-dev.5 [Pipeline] sh 21:20:51 + lftools sign git-tag v3.1.0-dev.5 21:20:52 Signing Git tag with Sigul... 21:20:52 Signing v3.1.0-dev.5 [Pipeline] echo 21:20:52 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 21:20:52 ---> sigul-configuration-cleanup.sh [Pipeline] } 21:20:52 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 21:20:52 $ docker stop --time=1 3939291d7d887e2550627314ebdf17836a28f52440ee6048cd3e4a009eab40f5 21:20:54 $ 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 21:20:54 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 21:20:54 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:20:54 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 21:20:54 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 21:20:54 prd-ubuntu20.04-docker-8c-8g-7225 does not seem to be running inside a container 21:20:54 $ 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 21:20:55 $ docker top bb0a9b523a822f1867a22509c92789083f969b2bc36969202367aea97eb6ed59 -eo pid,comm 21:20:55 ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). 21:20:55 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 21:20:55 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 21:20:55 [ssh-agent] Looking for ssh-agent implementation... 21:20:55 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 21:20:55 $ docker exec bb0a9b523a822f1867a22509c92789083f969b2bc36969202367aea97eb6ed59 ssh-agent 21:20:55 SSH_AUTH_SOCK=/tmp/ssh-bjdFi8YpAjrE/agent.32 21:20:55 SSH_AGENT_PID=38 21:20:55 Running ssh-add (command line suppressed) 21:20:55 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) 21:20:55 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 21:20:55 + git semver bump pre 21:20:56 2023-09-20 21:20:56,155 [read_version] DEBUG read version from /w/workspace/edgexfoundry_edgex-ui-go_main/.semver/main 21:20:56 2023-09-20 21:20:56,156 [bump_version] DEBUG bumping version:3.1.0-dev.5 on axis:pre with prefix:dev 21:20:56 2023-09-20 21:20:56,156 [bump_version] DEBUG bumped version:3.1.0-dev.6 21:20:56 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 21:20:56 2023-09-20 21:20:56,156 [read_version] DEBUG read version from /w/workspace/edgexfoundry_edgex-ui-go_main/.semver/main 21:20:56 2023-09-20 21:20:56,156 [write_file] DEBUG write to file:/w/workspace/edgexfoundry_edgex-ui-go_main/.semver/main 21:20:56 2023-09-20 21:20:56,158 [execute] INFO git cat-file --batch-check 21:20:56 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=) 21:20:56 2023-09-20 21:20:56,163 [execute] INFO git cat-file --batch 21:20:56 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=) 21:20:56 2023-09-20 21:20:56,168 [read_version] DEBUG read version from /w/workspace/edgexfoundry_edgex-ui-go_main/.semver/main 21:20:56 3.1.0-dev.6 [Pipeline] } 21:20:56 $ docker exec --env ******** --env ******** bb0a9b523a822f1867a22509c92789083f969b2bc36969202367aea97eb6ed59 ssh-agent -k 21:20:56 unset SSH_AUTH_SOCK; 21:20:56 unset SSH_AGENT_PID; 21:20:56 echo Agent pid 38 killed; 21:20:56 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 21:20:56 + git semver [Pipeline] } 21:20:56 $ docker stop --time=1 bb0a9b523a822f1867a22509c92789083f969b2bc36969202367aea97eb6ed59 21:20:58 $ docker rm -f --volumes bb0a9b523a822f1867a22509c92789083f969b2bc36969202367aea97eb6ed59 [Pipeline] // withDockerContainer [Pipeline] sh 21:20:58 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 21:20:58 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:20:58 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 21:20:58 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 21:20:58 prd-ubuntu20.04-docker-8c-8g-7225 does not seem to be running inside a container 21:20:58 $ 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 21:20:59 $ docker top c7079803c6ebaadd74434200d37bc973d73d5ffc831c3c30cc601ae5fddcb519 -eo pid,comm 21:20:59 ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). 21:20:59 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 21:20:59 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 21:20:59 [ssh-agent] Looking for ssh-agent implementation... 21:20:59 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 21:20:59 $ docker exec c7079803c6ebaadd74434200d37bc973d73d5ffc831c3c30cc601ae5fddcb519 ssh-agent 21:20:59 SSH_AUTH_SOCK=/tmp/ssh-jhAaZKdtFQa9/agent.32 21:20:59 SSH_AGENT_PID=38 21:20:59 Running ssh-add (command line suppressed) 21:20:59 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) 21:20:59 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 21:20:59 + git semver push 21:21:00 2023-09-20 21:21:00,112 [run_push] DEBUG push 21:21:00 2023-09-20 21:21:00,112 [execute] INFO git cat-file --batch-check 21:21:00 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=) 21:21:00 2023-09-20 21:21:00,116 [execute] INFO git rev-list b128a5b0bb95ea01e5811271aed353c4a3544380 -- 21:21:00 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) 21:21:00 2023-09-20 21:21:00,126 [execute] INFO git fetch -v origin 21:21:00 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) 21:21:00 2023-09-20 21:21:00,589 [run_push] DEBUG no remote changes detected 21:21:00 2023-09-20 21:21:00,590 [execute] INFO git push origin semver 21:21:00 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) 21:21:01 2023-09-20 21:21:01,384 [run_push] DEBUG push all version tags 21:21:01 2023-09-20 21:21:01,385 [execute] INFO git push origin refs/tags/v*:refs/tags/v* 21:21:01 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) 21:21:02 2023-09-20 21:21:02,248 [read_version] DEBUG read version from /w/workspace/edgexfoundry_edgex-ui-go_main/.semver/main 21:21:02 3.1.0-dev.6 [Pipeline] } 21:21:02 $ docker exec --env ******** --env ******** c7079803c6ebaadd74434200d37bc973d73d5ffc831c3c30cc601ae5fddcb519 ssh-agent -k 21:21:02 unset SSH_AUTH_SOCK; 21:21:02 unset SSH_AGENT_PID; 21:21:02 echo Agent pid 38 killed; 21:21:02 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 21:21:02 + git semver [Pipeline] } 21:21:02 $ docker stop --time=1 c7079803c6ebaadd74434200d37bc973d73d5ffc831c3c30cc601ae5fddcb519 21:21:04 $ 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 21:21:04 + [ -d /w/workspace/edgexfoundry_edgex-ui-go_main/archives ] 21:21:04 + ls -al /w/workspace/edgexfoundry_edgex-ui-go_main/archives 21:21:04 total 16 21:21:04 drwxr-xr-x 3 root root 4096 Sep 20 20:59 . 21:21:04 drwxrwxr-x 15 jenkins jenkins 4096 Sep 20 21:20 .. 21:21:04 drwxr-xr-x 2 root root 4096 Sep 20 20:59 cost 21:21:04 -rw-r--r-- 1 root root 83 Sep 20 20:59 cost.csv 21:21:04 + sudo chown -R jenkins:jenkins /w/workspace/edgexfoundry_edgex-ui-go_main/archives 21:21:04 + ls -al /w/workspace/edgexfoundry_edgex-ui-go_main/archives 21:21:04 total 16 21:21:04 drwxr-xr-x 3 jenkins jenkins 4096 Sep 20 20:59 . 21:21:04 drwxrwxr-x 15 jenkins jenkins 4096 Sep 20 21:20 .. 21:21:04 drwxr-xr-x 2 jenkins jenkins 4096 Sep 20 20:59 cost 21:21:04 -rw-r--r-- 1 jenkins jenkins 83 Sep 20 20:59 cost.csv [Pipeline] libraryResource [Pipeline] sh 21:21:05 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 21:21:05 ---> package-listing.sh 21:21:05 ++ facter osfamily 21:21:05 ++ tr '[:upper:]' '[:lower:]' 21:21:06 + OS_FAMILY=debian 21:21:06 + workspace=/w/workspace/edgexfoundry_edgex-ui-go_main 21:21:06 + START_PACKAGES=/tmp/packages_start.txt 21:21:06 + END_PACKAGES=/tmp/packages_end.txt 21:21:06 + DIFF_PACKAGES=/tmp/packages_diff.txt 21:21:06 + PACKAGES=/tmp/packages_start.txt 21:21:06 + '[' /w/workspace/edgexfoundry_edgex-ui-go_main ']' 21:21:06 + PACKAGES=/tmp/packages_end.txt 21:21:06 + case "${OS_FAMILY}" in 21:21:06 + dpkg -l 21:21:06 + grep '^ii' 21:21:06 + '[' -f /tmp/packages_start.txt ']' 21:21:06 + '[' -f /tmp/packages_end.txt ']' 21:21:06 + diff /tmp/packages_start.txt /tmp/packages_end.txt 21:21:06 + '[' /w/workspace/edgexfoundry_edgex-ui-go_main ']' 21:21:06 + mkdir -p /w/workspace/edgexfoundry_edgex-ui-go_main/archives/ 21:21:06 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgexfoundry_edgex-ui-go_main/archives/ [Pipeline] echo 21:21:06 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 21:21:06 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:21:06 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 21:21:06 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 21:21:06 prd-ubuntu20.04-docker-8c-8g-7225 does not seem to be running inside a container 21:21:06 $ 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 21:21:07 $ docker top 8615730a01b79059323423199a6405c1c966e5a8e333d047da4f10f5ef1d1b86 -eo pid,comm [Pipeline] { [Pipeline] sh 21:21:07 + touch /tmp/pre-build-complete [Pipeline] sh 21:21:07 + mkdir -p /var/log/sysstat [Pipeline] sh 21:21:07 + ls /var/log/sa-host 21:21:07 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 21:21:08 provisioning config files... 21:21:08 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_main@tmp/config13220558355914503454tmp [Pipeline] { [Pipeline] echo 21:21:08 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 21:21:08 ---> create-netrc.sh [Pipeline] } 21:21:08 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 21:21:08 ---> python-tools-install.sh [Pipeline] echo 21:21:08 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 21:21:08 ---> sudo-logs.sh 21:21:08 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 21:21:08 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 21:21:09 ---> job-cost.sh 21:21:09 lf-activate-venv: SKIPPING 21:21:09 DEBUG: total: 0.2199999988079071 21:21:09 INFO: Retrieving Stack Cost... 21:21:09 INFO: Retrieving Pricing Info for: v3-standard-8 21:21:10 INFO: Archiving Costs [Pipeline] echo 21:21:10 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 21:21:10 ---> logs-deploy.sh 21:21:10 lf-activate-venv: SKIPPING 21:21:10 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-ui-go/main/123 21:21:10 INFO: archiving workspace using pattern(s): 21:21:11 Archives upload complete. 21:21:11 INFO: archiving logs to Nexus