Pull request #606 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Connecting to https://api.github.com to check permissions of obtain list of Ambition-J for edgexfoundry/edgex-ui-go Loading trusted files from base branch main at b9ee93b39939f4d905786058fe06f88771ce2d73 rather than 1d56314d3ac19a41056deabee6b793e09a1ebba4 Obtained Jenkinsfile from b9ee93b39939f4d905786058fe06f88771ce2d73 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-ssh7642683819629586577.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 4fc256d9079ed2258907e613f84b1b8da264a4bd 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-ssh15885328298387990077.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 4fc256d9079ed2258907e613f84b1b8da264a4bd The recommended git tool is: git using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and with tags Cloning repository git@github.com:edgexfoundry/edgex-global-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-ui-go/branches/PR-606/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-ui-go/branches/PR-606/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh14378903769953488649.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-ui-go/branches/PR-606/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh16641678694314654314.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 4fc256d9079ed2258907e613f84b1b8da264a4bd (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 4fc256d9079ed2258907e613f84b1b8da264a4bd # timeout=10 Commit message: "Merge pull request #430 from ernestojeda/release-lock" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 > git --version # timeout=10 > git --version # 'git version 2.16.6' Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh12212009123313162646.key > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 65355178549468b165f8106641c96c3190b1d843 The recommended git tool is: NONE using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository git@github.com:lfit/releng-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-ui-go/branches/PR-606/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e # timeout=10 Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-ui-go/branches/PR-606/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh2120876551976754633.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision 65355178549468b165f8106641c96c3190b1d843 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 65355178549468b165f8106641c96c3190b1d843 # timeout=10 Commit message: "Fix: Add S3 URL in href to ship logs" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 > git --version # timeout=10 > git --version # 'git version 2.16.6' fatal: bad object 4fc256d9079ed2258907e613f84b1b8da264a4bd 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.20 USE_ALPINE: true DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_IMAGE_NAME: edgex-ui DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task All nodes of label ‘ubuntu20.04-docker-8c-8g’ are offline Running on prd-ubuntu20.04-docker-8c-8g-14883 in /w/workspace/edgexfoundry_edgex-ui-go_PR-606 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout The recommended git tool is: git using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git > git init /w/workspace/edgexfoundry_edgex-ui-go_PR-606 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/606/head:refs/remotes/origin/PR-606 +refs/heads/main:refs/remotes/origin/main # timeout=10 Merging remotes/origin/main commit b9ee93b39939f4d905786058fe06f88771ce2d73 into PR head commit 1d56314d3ac19a41056deabee6b793e09a1ebba4 Merge succeeded, producing 1d56314d3ac19a41056deabee6b793e09a1ebba4 Checking out Revision 1d56314d3ac19a41056deabee6b793e09a1ebba4 (PR-606) > git config core.sparsecheckout # timeout=10 > git checkout -f 1d56314d3ac19a41056deabee6b793e09a1ebba4 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge b9ee93b39939f4d905786058fe06f88771ce2d73 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 1d56314d3ac19a41056deabee6b793e09a1ebba4 # timeout=10 Commit message: "feat: delete system service list and related pages" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.25.1' fatal: bad object 4fc256d9079ed2258907e613f84b1b8da264a4bd [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 06:55:58 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 06:55:59 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 06:55:59 ========================================================= 06:55:59 EdgeX Global Pipelines Version Info 06:55:59 ========================================================= [Pipeline] libraryResource [Pipeline] sh 06:55:59 ------------------- 06:55:59 stable info: 06:55:59 ------------------- 06:55:59 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 06:55:59 Commit SHA: 4fc256d9079ed2258907e613f84b1b8da264a4bd 06:55:59 Message: update stable to v1.0.249 06:56:00 ------------------- 06:56:00 experimental info: 06:56:00 ------------------- 06:56:00 Commited By: **** collab-it+edgex@linuxfoundation.org 06:56:00 Commit SHA: 4fc256d9079ed2258907e613f84b1b8da264a4bd 06:56:00 Message: update experimental to v1.0.249 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 06:56:00 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-ui-go-settings [Pipeline] echo 06:56:00 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-ui-go [Pipeline] echo 06:56:00 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 06:56:00 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 06:56:00 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 06:56:00 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.20 [Pipeline] echo 06:56:01 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 06:56:01 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 06:56:01 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 06:56:01 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 06:56:01 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 06:56:01 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = edgex-ui [Pipeline] echo 06:56:01 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 06:56:01 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 06:56:01 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 06:56:01 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 06:56:01 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 06:56:01 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 06:56:01 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 06:56:01 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 06:56:01 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 06:56:01 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 06:56:01 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 06:56:01 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 06:56:01 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 06:56:01 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 06:56:01 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 06:56:01 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-606 [Pipeline] echo 06:56:01 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-606 [Pipeline] echo 06:56:01 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-606 [Pipeline] echo 06:56:01 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 1d56314d3ac19a41056deabee6b793e09a1ebba4 [Pipeline] echo 06:56:02 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 1d56314 [Pipeline] echo 06:56:02 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 06:56:02 provisioning config files... 06:56:02 copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-606@tmp/config3741555885262144132tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 06:56:02 ---> docker-login.sh 06:56:02 nexus3.edgexfoundry.org:10001 06:56:02 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:56:03 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:56:03 Configure a credential helper to remove this warning. See 06:56:03 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:56:03 06:56:03 Login Succeeded 06:56:03 nexus3.edgexfoundry.org:10002 06:56:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:56:03 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:56:03 Configure a credential helper to remove this warning. See 06:56:03 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:56:03 06:56:03 Login Succeeded 06:56:03 nexus3.edgexfoundry.org:10003 06:56:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:56:03 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:56:03 Configure a credential helper to remove this warning. See 06:56:03 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:56:03 06:56:03 Login Succeeded 06:56:03 nexus3.edgexfoundry.org:10004 06:56:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:56:03 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:56:03 Configure a credential helper to remove this warning. See 06:56:03 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:56:03 06:56:03 Login Succeeded 06:56:03 docker.io 06:56:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:56:03 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:56:03 Configure a credential helper to remove this warning. See 06:56:03 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:56:03 06:56:03 Login Succeeded 06:56:03 ---> docker-login.sh ends [Pipeline] } 06:56:03 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 06:56:04 + git rev-list -1 --merges 1d56314d3ac19a41056deabee6b793e09a1ebba4~1..1d56314d3ac19a41056deabee6b793e09a1ebba4 [Pipeline] echo 06:56:04 -----------> git rev-list -1 --merges 1d56314d3ac19a41056deabee6b793e09a1ebba4~1..1d56314d3ac19a41056deabee6b793e09a1ebba4 1d56314d3ac19a41056deabee6b793e09a1ebba4 [false] [Pipeline] sh 06:56:04 + git log --format=format:%s -1 1d56314d3ac19a41056deabee6b793e09a1ebba4 [Pipeline] echo 06:56:04 ========================================================= 06:56:04 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 06:56:04 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 06:56:05 + git log --format=format:%s -1 1d56314d3ac19a41056deabee6b793e09a1ebba4 [Pipeline] echo 06:56:05 [semverPrep] GIT_COMMIT: 1d56314d3ac19a41056deabee6b793e09a1ebba4, Commit Message: feat: delete system service list and related pages [Pipeline] echo 06:56:05 [semverPrep] This is not a build commit. [Pipeline] sh 06:56:05 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 06:56:05 + grep -v github /etc/ssh/ssh_known_hosts 06:56:05 + [ -e /tmp/ssh_known_hosts ] 06:56:05 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 06:56:05 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 06:56:05 + sudo tee -a /etc/ssh/ssh_known_hosts 06:56:05 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:56:06 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 06:56:06 06:56:06 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:56:06 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 06:56:06 0.1.4: Pulling from edgex-devops/py-git-semver 06:56:06 b85a868b505f: Pulling fs layer 06:56:06 e2be974225ed: Pulling fs layer 06:56:06 339a4e72a1f5: Pulling fs layer 06:56:06 988bab9f4d93: Pulling fs layer 06:56:06 1469e6f7b9e6: Pulling fs layer 06:56:06 eaf3925da568: Pulling fs layer 06:56:06 bab4dde63d76: Pulling fs layer 06:56:06 bde34c3a00c8: Pulling fs layer 06:56:06 b352a97aabf1: Pulling fs layer 06:56:06 4872d77fe225: Pulling fs layer 06:56:06 5851b861e8e6: Pulling fs layer 06:56:06 eaf3925da568: Waiting 06:56:06 bde34c3a00c8: Waiting 06:56:06 988bab9f4d93: Waiting 06:56:06 4872d77fe225: Waiting 06:56:06 1469e6f7b9e6: Waiting 06:56:06 b352a97aabf1: Waiting 06:56:06 bab4dde63d76: Waiting 06:56:06 e2be974225ed: Download complete 06:56:06 988bab9f4d93: Verifying Checksum 06:56:06 988bab9f4d93: Download complete 06:56:06 1469e6f7b9e6: Verifying Checksum 06:56:06 1469e6f7b9e6: Download complete 06:56:06 339a4e72a1f5: Verifying Checksum 06:56:06 339a4e72a1f5: Download complete 06:56:06 eaf3925da568: Download complete 06:56:06 bde34c3a00c8: Verifying Checksum 06:56:06 bde34c3a00c8: Download complete 06:56:06 b352a97aabf1: Verifying Checksum 06:56:06 b352a97aabf1: Download complete 06:56:06 4872d77fe225: Download complete 06:56:06 5851b861e8e6: Verifying Checksum 06:56:06 5851b861e8e6: Download complete 06:56:06 b85a868b505f: Download complete 06:56:06 bab4dde63d76: Verifying Checksum 06:56:06 bab4dde63d76: Download complete 06:56:07 b85a868b505f: Pull complete 06:56:08 e2be974225ed: Pull complete 06:56:08 339a4e72a1f5: Pull complete 06:56:08 988bab9f4d93: Pull complete 06:56:08 1469e6f7b9e6: Pull complete 06:56:08 eaf3925da568: Pull complete 06:56:10 bab4dde63d76: Pull complete 06:56:10 bde34c3a00c8: Pull complete 06:56:11 b352a97aabf1: Pull complete 06:56:11 4872d77fe225: Pull complete 06:56:11 5851b861e8e6: Pull complete 06:56:11 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 06:56:11 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 06:56:11 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 06:56:11 prd-ubuntu20.04-docker-8c-8g-14883 does not seem to be running inside a container 06:56:11 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_edgex-ui-go_PR-606 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-606:/w/workspace/edgexfoundry_edgex-ui-go_PR-606:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-606@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-606@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-devops/py-git-semver:0.1.4 cat 06:56:14 $ docker top fdba81ac877fc23d3cb8d7642f9df885e74010881060fbcfccbdd7e27b84397b -eo pid,comm 06:56:14 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). 06:56:14 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 06:56:14 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 06:56:14 [ssh-agent] Looking for ssh-agent implementation... 06:56:14 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 06:56:14 $ docker exec fdba81ac877fc23d3cb8d7642f9df885e74010881060fbcfccbdd7e27b84397b ssh-agent 06:56:15 SSH_AUTH_SOCK=/tmp/ssh-D6LonREkVWHv/agent.33 06:56:15 SSH_AGENT_PID=39 06:56:15 Running ssh-add (command line suppressed) 06:56:15 Identity added: /w/workspace/edgexfoundry_edgex-ui-go_PR-606@tmp/private_key_12071332860336671365.key (/w/workspace/edgexfoundry_edgex-ui-go_PR-606@tmp/private_key_12071332860336671365.key) 06:56:15 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 06:56:15 + git tag --points-at HEAD [Pipeline] } 06:56:15 $ docker exec --env ******** --env ******** fdba81ac877fc23d3cb8d7642f9df885e74010881060fbcfccbdd7e27b84397b ssh-agent -k 06:56:15 unset SSH_AUTH_SOCK; 06:56:15 unset SSH_AGENT_PID; 06:56:15 echo Agent pid 39 killed; 06:56:15 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 06:56:15 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 06:56:15 [ssh-agent] Looking for ssh-agent implementation... 06:56:15 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 06:56:15 $ docker exec fdba81ac877fc23d3cb8d7642f9df885e74010881060fbcfccbdd7e27b84397b ssh-agent 06:56:16 SSH_AUTH_SOCK=/tmp/ssh-XpTrOHUP9Cl1/agent.71 06:56:16 SSH_AGENT_PID=77 06:56:16 Running ssh-add (command line suppressed) 06:56:16 Identity added: /w/workspace/edgexfoundry_edgex-ui-go_PR-606@tmp/private_key_4816317095021472444.key (/w/workspace/edgexfoundry_edgex-ui-go_PR-606@tmp/private_key_4816317095021472444.key) 06:56:16 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 06:56:16 + git semver init 06:56:16 2023-05-10 06:56:16,688 [run_init] DEBUG init version:0.0.0 force:False 06:56:16 2023-05-10 06:56:16,689 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgexfoundry_edgex-ui-go_PR-606/.semver 06:56:16 2023-05-10 06:56:16,690 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-ui-go.git /w/workspace/edgexfoundry_edgex-ui-go_PR-606/.semver 06:56:16 2023-05-10 06:56:16,690 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/edgex-ui-go.git', '/w/workspace/edgexfoundry_edgex-ui-go_PR-606/.semver'], cwd=/w/workspace/edgexfoundry_edgex-ui-go_PR-606, universal_newlines=False, shell=None, istream=None) 06:56:18 2023-05-10 06:56:18,104 [append_file] DEBUG append to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-606/.git/info/exclude 06:56:18 2023-05-10 06:56:18,105 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgexfoundry_edgex-ui-go_PR-606/.semver/PR-606 with force:False 06:56:18 2023-05-10 06:56:18,105 [write_file] DEBUG write to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-606/.semver/PR-606 06:56:18 2023-05-10 06:56:18,110 [execute] INFO git cat-file --batch-check 06:56:18 2023-05-10 06:56:18,110 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgexfoundry_edgex-ui-go_PR-606/.semver, universal_newlines=False, shell=None, istream=) 06:56:18 2023-05-10 06:56:18,117 [execute] INFO git cat-file --batch 06:56:18 2023-05-10 06:56:18,117 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgexfoundry_edgex-ui-go_PR-606/.semver, universal_newlines=False, shell=None, istream=) 06:56:18 2023-05-10 06:56:18,123 [read_version] DEBUG read version from /w/workspace/edgexfoundry_edgex-ui-go_PR-606/.semver/PR-606 06:56:18 0.0.0 [Pipeline] } 06:56:18 $ docker exec --env ******** --env ******** fdba81ac877fc23d3cb8d7642f9df885e74010881060fbcfccbdd7e27b84397b ssh-agent -k 06:56:18 unset SSH_AUTH_SOCK; 06:56:18 unset SSH_AGENT_PID; 06:56:18 echo Agent pid 77 killed; 06:56:18 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 06:56:18 + git semver [Pipeline] } 06:56:19 $ docker stop --time=1 fdba81ac877fc23d3cb8d7642f9df885e74010881060fbcfccbdd7e27b84397b 06:56:20 $ docker rm -f --volumes fdba81ac877fc23d3cb8d7642f9df885e74010881060fbcfccbdd7e27b84397b [Pipeline] // withDockerContainer [Pipeline] sh 06:56:20 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 06:56:21 Stashed 1 file(s) [Pipeline] echo 06:56:21 [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] withEnv [Pipeline] { [Pipeline] node [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 06:56:21 provisioning config files... 06:56:21 copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-606@tmp/config12947152718818896144tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 06:56:22 ---> docker-login.sh 06:56:22 nexus3.edgexfoundry.org:10001 06:56:22 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:56:22 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:56:22 Configure a credential helper to remove this warning. See 06:56:22 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:56:22 06:56:22 Login Succeeded 06:56:22 nexus3.edgexfoundry.org:10002 06:56:22 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:56:22 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:56:22 Configure a credential helper to remove this warning. See 06:56:22 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:56:22 06:56:22 Login Succeeded 06:56:22 nexus3.edgexfoundry.org:10003 06:56:22 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:56:22 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:56:22 Configure a credential helper to remove this warning. See 06:56:22 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:56:22 06:56:22 Login Succeeded 06:56:22 nexus3.edgexfoundry.org:10004 06:56:22 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:56:22 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:56:22 Configure a credential helper to remove this warning. See 06:56:22 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:56:22 06:56:22 Login Succeeded 06:56:22 docker.io 06:56:22 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:56:22 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:56:22 Configure a credential helper to remove this warning. See 06:56:22 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:56:22 06:56:22 Login Succeeded 06:56:22 ---> docker-login.sh ends [Pipeline] } 06:56:22 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 06:56:23 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 06:56:23 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 06:56:23 ========================================================= 06:56:23 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine] 06:56:23 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:56:23 + docker build -t ci-base-image-x86_64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine --build-arg MAKE=echo noop --target=builder . 06:56:23 Sending build context to Docker daemon 45.8MB 06:56:23 Step 1/15 : ARG BASE=golang:1.20-alpine3.17 06:56:23 Step 2/15 : FROM ${BASE} AS builder 06:56:23 1.20-alpine: Pulling from edgex-devops/edgex-golang-base 06:56:23 f56be85fc22e: Pulling fs layer 06:56:23 85791d961cd3: Pulling fs layer 06:56:23 d694b5ae8c79: Pulling fs layer 06:56:23 9f32a84ed3da: Pulling fs layer 06:56:23 4d19c01a9841: Pulling fs layer 06:56:23 9325e15d5711: Pulling fs layer 06:56:23 556b6ee489ea: Pulling fs layer 06:56:23 c5a4b2cf53e6: Pulling fs layer 06:56:23 9f32a84ed3da: Waiting 06:56:23 4d19c01a9841: Waiting 06:56:23 9325e15d5711: Waiting 06:56:23 556b6ee489ea: Waiting 06:56:23 c5a4b2cf53e6: Waiting 06:56:23 85791d961cd3: Verifying Checksum 06:56:23 85791d961cd3: Download complete 06:56:23 9f32a84ed3da: Verifying Checksum 06:56:23 9f32a84ed3da: Download complete 06:56:23 4d19c01a9841: Verifying Checksum 06:56:23 4d19c01a9841: Download complete 06:56:23 f56be85fc22e: Verifying Checksum 06:56:23 f56be85fc22e: Download complete 06:56:24 9325e15d5711: Verifying Checksum 06:56:24 9325e15d5711: Download complete 06:56:24 f56be85fc22e: Pull complete 06:56:24 85791d961cd3: Pull complete 06:56:24 c5a4b2cf53e6: Verifying Checksum 06:56:24 c5a4b2cf53e6: Download complete 06:56:24 d694b5ae8c79: Verifying Checksum 06:56:24 d694b5ae8c79: Download complete 06:56:24 556b6ee489ea: Verifying Checksum 06:56:24 556b6ee489ea: Download complete 06:56:28 d694b5ae8c79: Pull complete 06:56:28 9f32a84ed3da: Pull complete 06:56:28 4d19c01a9841: Pull complete 06:56:28 9325e15d5711: Pull complete 06:56:30 556b6ee489ea: Pull complete 06:56:31 c5a4b2cf53e6: Pull complete 06:56:31 Digest: sha256:cdb650785bd12602035d3ff87499385c169773a4d12d6eaf394b34464d3a0f2b 06:56:31 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine 06:56:31 ---> c4be618373d6 06:56:31 Step 3/15 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" 06:56:36 Still waiting to schedule task 06:56:36 All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline 06:56:37 ---> Running in 2c28c0b4bbb3 06:56:37 Removing intermediate container 2c28c0b4bbb3 06:56:37 ---> 7372f8a94c59 06:56:37 Step 4/15 : ARG ALPINE_PKG_BASE="make git" 06:56:37 ---> Running in 0a14c69b17ef 06:56:37 Removing intermediate container 0a14c69b17ef 06:56:37 ---> 9d01acd98b16 06:56:37 Step 5/15 : ARG ALPINE_PKG_EXTRA="" 06:56:37 ---> Running in 5352e1f2c22a 06:56:37 Removing intermediate container 5352e1f2c22a 06:56:37 ---> 1998c91623c4 06:56:37 Step 6/15 : LABEL Name=edgex-ui-go 06:56:37 ---> Running in 5700eb356fc9 06:56:37 Removing intermediate container 5700eb356fc9 06:56:37 ---> 30f9f113b62f 06:56:37 Step 7/15 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2023: Intel' 06:56:37 ---> Running in 2792b6dade4a 06:56:37 Removing intermediate container 2792b6dade4a 06:56:37 ---> e1febb433206 06:56:37 Step 8/15 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 06:56:37 latest: Pulling from library/docker 06:56:37 f56be85fc22e: Already exists 06:56:37 7ed9ddfd3b8f: Pulling fs layer 06:56:37 788e1ab5616a: Pulling fs layer 06:56:37 3d94e4718a9e: Pulling fs layer 06:56:37 8b7c186fcfde: Pulling fs layer 06:56:37 bce9f4f17697: Pulling fs layer 06:56:37 4201bc4503ae: Pulling fs layer 06:56:37 bc10c1f57c50: Pulling fs layer 06:56:37 e3bd7ceac90a: Pulling fs layer 06:56:37 92c5c150e1dc: Pulling fs layer 06:56:37 8eb10677cd57: Pulling fs layer 06:56:37 23f91d16abba: Pulling fs layer 06:56:37 8f5590a819f5: Pulling fs layer 06:56:37 da442222cdae: Pulling fs layer 06:56:37 e3bd7ceac90a: Waiting 06:56:37 8eb10677cd57: Waiting 06:56:37 92c5c150e1dc: Waiting 06:56:37 8f5590a819f5: Waiting 06:56:37 23f91d16abba: Waiting 06:56:37 8b7c186fcfde: Waiting 06:56:37 4201bc4503ae: Waiting 06:56:37 bce9f4f17697: Waiting 06:56:37 788e1ab5616a: Verifying Checksum 06:56:37 788e1ab5616a: Download complete 06:56:37 7ed9ddfd3b8f: Verifying Checksum 06:56:37 3d94e4718a9e: Verifying Checksum 06:56:37 3d94e4718a9e: Download complete 06:56:37 4201bc4503ae: Verifying Checksum 06:56:37 4201bc4503ae: Download complete 06:56:37 7ed9ddfd3b8f: Pull complete 06:56:37 8b7c186fcfde: Verifying Checksum 06:56:37 8b7c186fcfde: Download complete 06:56:37 bce9f4f17697: Verifying Checksum 06:56:37 bce9f4f17697: Download complete 06:56:37 788e1ab5616a: Pull complete 06:56:37 bc10c1f57c50: Download complete 06:56:37 e3bd7ceac90a: Download complete 06:56:37 8eb10677cd57: Verifying Checksum 06:56:37 8eb10677cd57: Download complete 06:56:37 92c5c150e1dc: Verifying Checksum 06:56:37 92c5c150e1dc: Download complete 06:56:37 8f5590a819f5: Verifying Checksum 06:56:37 8f5590a819f5: Download complete 06:56:37 da442222cdae: Verifying Checksum 06:56:37 da442222cdae: Download complete 06:56:37 3d94e4718a9e: Pull complete 06:56:38 23f91d16abba: Verifying Checksum 06:56:38 23f91d16abba: Download complete 06:56:38 8b7c186fcfde: Pull complete 06:56:38 bce9f4f17697: Pull complete 06:56:38 4201bc4503ae: Pull complete 06:56:38 bc10c1f57c50: Pull complete 06:56:39 e3bd7ceac90a: Pull complete 06:56:39 92c5c150e1dc: Pull complete 06:56:39 8eb10677cd57: Pull complete 06:56:40 23f91d16abba: Pull complete 06:56:40 8f5590a819f5: Pull complete 06:56:40 da442222cdae: Pull complete 06:56:40 Digest: sha256:064b3ab5253f812c4fa076b74910435df0c8c7c3e7321330592f2ee50c894619 06:56:40 Status: Downloaded newer image for docker:latest 06:56:42 ---> 42c06796fe2a 06:56:42 Step 9/15 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 06:56:42 ---> Running in b75f5c81e9da 06:56:42 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 06:56:42 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 06:56:42 OK: 265 MiB in 53 packages 06:56:43 Removing intermediate container b75f5c81e9da 06:56:43 ---> 505320698239 06:56:43 Step 10/15 : ENV GO111MODULE=on 06:56:43 ---> Running in 02f6900f85ed 06:56:43 Removing intermediate container 02f6900f85ed 06:56:43 ---> 04fbd93630aa 06:56:43 Step 11/15 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go 06:56:43 ---> Running in e8e1ddf33ba4 06:56:43 Removing intermediate container e8e1ddf33ba4 06:56:43 ---> 8839ca68b144 06:56:43 Step 12/15 : COPY go.mod vendor* ./ 06:56:43 ---> 4fc1e983d06a 06:56:43 Step 13/15 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 06:56:43 ---> Running in a21d7d76a847 06:57:15 Removing intermediate container a21d7d76a847 06:57:15 ---> 17e3af970132 06:57:15 Step 14/15 : COPY . . 06:57:15 ---> ae9ab57054b5 06:57:15 Step 15/15 : RUN ${MAKE} 06:57:15 ---> Running in c88f70183c94 06:57:15 noop 06:57:16 Removing intermediate container c88f70183c94 06:57:16 ---> 0c5b56b2b3af 06:57:16 Successfully built 0c5b56b2b3af 06:57:16 Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:57:16 + docker inspect -f . ci-base-image-x86_64 06:57:16 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 06:57:17 prd-ubuntu20.04-docker-8c-8g-14883 does not seem to be running inside a container 06:57:17 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgexfoundry_edgex-ui-go_PR-606 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-606:/w/workspace/edgexfoundry_edgex-ui-go_PR-606:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-606@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-606@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 06:57:17 $ docker top 605cffdb49d09bd15e52b20d8f95cf1aff3d7388cf427cbb1f6af05bb4792600 -eo pid,comm [Pipeline] { [Pipeline] sh 06:57:17 + go version 06:57:17 go version go1.20.2 linux/amd64 [Pipeline] } 06:57:17 $ docker stop --time=1 605cffdb49d09bd15e52b20d8f95cf1aff3d7388cf427cbb1f6af05bb4792600 06:57:19 $ docker rm -f --volumes 605cffdb49d09bd15e52b20d8f95cf1aff3d7388cf427cbb1f6af05bb4792600 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:57:19 + docker inspect -f . ci-base-image-x86_64 06:57:19 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 06:57:20 prd-ubuntu20.04-docker-8c-8g-14883 does not seem to be running inside a container 06:57:20 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/edgexfoundry_edgex-ui-go_PR-606 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-606:/w/workspace/edgexfoundry_edgex-ui-go_PR-606:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-606@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-606@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 06:57:20 $ docker top 96bfcba48d1b0f0b2c178a65addd3e8c8890f417c887c6a725a39589b20f0d61 -eo pid,comm [Pipeline] { [Pipeline] sh 06:57:20 + git config --global --add safe.directory /w/workspace/edgexfoundry_edgex-ui-go_PR-606 [Pipeline] fileExists [Pipeline] sh 06:57:21 + make test 06:57:21 CGO_ENABLED=0 GO111MODULE=on go test -tags "no_messagebus" -coverprofile=coverage.out ./... 06:57:26 ? github.com/edgexfoundry/edgex-ui-go [no test files] 06:57:36 ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] 06:57:36 ? github.com/edgexfoundry/edgex-ui-go/internal/service [no test files] 06:57:36 ? github.com/edgexfoundry/edgex-ui-go/internal/common [no test files] 06:57:36 ? github.com/edgexfoundry/edgex-ui-go/internal/config [no test files] 06:57:36 ? github.com/edgexfoundry/edgex-ui-go/internal/container [no test files] 06:57:36 ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] 06:57:36 ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] 06:57:36 ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] 06:57:36 CGO_ENABLED=0 GO111MODULE=on go vet -tags "no_messagebus" ./... 06:57:39 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 06:57:39 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 06:57:39 ./bin/test-attribution-txt.sh 06:57:39 make -C web test 06:57:39 make[1]: Entering directory '/w/workspace/edgexfoundry_edgex-ui-go_PR-606/web' 06:57:39 make[1]: tput: No such file or directory 06:57:39 make[1]: tput: No such file or directory 06:57:39 warning: generating ./VERSION 06:57:39 echo "0.0.0" > VERSION 06:57:39 docker build \ 06:57:39 -f Dockerfile \ 06:57:39 --build-arg USER=1000 \ 06:57:39 \ 06:57:39 --label "git_sha=1d56314d3ac19a41056deabee6b793e09a1ebba4" \ 06:57:39 -t edgexfoundry/edgex-web-ui:1d56314d3ac19a41056deabee6b793e09a1ebba4 \ 06:57:39 -t edgexfoundry/edgex-web-ui:0.0.0-dev \ 06:57:39 . 06:57:39 DEPRECATED: The legacy builder is deprecated and will be removed in a future release. 06:57:39 Install the buildx component to build images with BuildKit: 06:57:39 https://docs.docker.com/go/buildx/ 06:57:39 06:57:39 Sending build context to Docker daemon 2.571MB 06:57:39 Step 1/10 : FROM node:16.17-alpine3.15 06:57:39 16.17-alpine3.15: Pulling from library/node 06:57:39 9621f1afde84: Pulling fs layer 06:57:39 c6f70ee39829: Pulling fs layer 06:57:39 56892a8094a2: Pulling fs layer 06:57:39 58dd87906ef0: Pulling fs layer 06:57:39 58dd87906ef0: Waiting 06:57:39 9621f1afde84: Verifying Checksum 06:57:39 9621f1afde84: Download complete 06:57:39 9621f1afde84: Pull complete 06:57:39 58dd87906ef0: Verifying Checksum 06:57:39 58dd87906ef0: Download complete 06:57:39 56892a8094a2: Download complete 06:57:40 c6f70ee39829: Verifying Checksum 06:57:40 c6f70ee39829: Download complete 06:57:41 c6f70ee39829: Pull complete 06:57:41 56892a8094a2: Pull complete 06:57:41 58dd87906ef0: Pull complete 06:57:41 Digest: sha256:84c606bfbe4cf120c52b17c3b727e614d99e357a8e350f83a4e7b9ec0798e04a 06:57:41 Status: Downloaded newer image for node:16.17-alpine3.15 06:57:41 ---> b69703f70c3d 06:57:41 Step 2/10 : RUN apk add --no-cache chromium 06:57:44 ---> Running in f34a321262c6 06:57:44 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 06:57:44 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 06:57:45 (1/129) Installing libxau (1.0.9-r0) 06:57:45 (2/129) Installing libmd (1.0.3-r0) 06:57:45 (3/129) Installing libbsd (0.11.3-r1) 06:57:45 (4/129) Installing libxdmcp (1.1.3-r0) 06:57:45 (5/129) Installing libxcb (1.14-r2) 06:57:45 (6/129) Installing libx11 (1.7.3.1-r0) 06:57:45 (7/129) Installing libxext (1.3.4-r0) 06:57:45 (8/129) Installing libice (1.0.10-r0) 06:57:45 (9/129) Installing libuuid (2.37.4-r0) 06:57:45 (10/129) Installing libsm (1.2.3-r0) 06:57:45 (11/129) Installing libxt (1.2.1-r0) 06:57:45 (12/129) Installing libxmu (1.1.3-r0) 06:57:45 (13/129) Installing xset (1.2.4-r0) 06:57:45 (14/129) Installing xprop (1.2.5-r0) 06:57:45 (15/129) Installing xdg-utils (1.1.3-r0) 06:57:45 (16/129) Installing eudev-libs (3.2.11_pre1-r0) 06:57:45 (17/129) Installing pkgconf (1.8.1-r0) 06:57:45 (18/129) Installing libffi (3.4.2-r1) 06:57:45 (19/129) Installing libintl (0.21-r0) 06:57:45 (20/129) Installing libblkid (2.37.4-r0) 06:57:45 (21/129) Installing libmount (2.37.4-r0) 06:57:45 (22/129) Installing pcre (8.45-r1) 06:57:45 (23/129) Installing glib (2.70.1-r0) 06:57:45 (24/129) Installing xz-libs (5.2.5-r1) 06:57:45 (25/129) Installing libxml2 (2.9.14-r2) 06:57:45 (26/129) Installing shared-mime-info (2.1-r2) 06:57:45 (27/129) Installing hicolor-icon-theme (0.17-r1) 06:57:45 (28/129) Installing libjpeg-turbo (2.1.2-r0) 06:57:45 (29/129) Installing libpng (1.6.37-r1) 06:57:45 (30/129) Installing libwebp (1.2.2-r0) 06:57:45 (31/129) Installing zstd-libs (1.5.0-r0) 06:57:45 (32/129) Installing tiff (4.4.0-r1) 06:57:45 (33/129) Installing gdk-pixbuf (2.42.8-r0) 06:57:45 (34/129) Installing gtk-update-icon-cache (2.24.33-r0) 06:57:45 (35/129) Installing libxcomposite (0.4.5-r0) 06:57:45 (36/129) Installing libxfixes (6.0.0-r0) 06:57:45 (37/129) Installing libxrender (0.9.10-r3) 06:57:45 (38/129) Installing libxcursor (1.2.0-r0) 06:57:45 (39/129) Installing libxdamage (1.1.5-r1) 06:57:45 (40/129) Installing libxi (1.8-r0) 06:57:45 (41/129) Installing libxinerama (1.1.4-r1) 06:57:45 (42/129) Installing libxrandr (1.5.2-r1) 06:57:45 (43/129) Installing atk (2.36.0-r0) 06:57:45 (44/129) Installing libxtst (1.2.3-r3) 06:57:45 (45/129) Installing dbus-libs (1.12.24-r0) 06:57:45 (46/129) Installing at-spi2-core (2.42.0-r0) 06:57:45 (47/129) Installing at-spi2-atk (2.38.0-r0) 06:57:45 (48/129) Installing expat (2.5.0-r0) 06:57:45 (49/129) Installing brotli-libs (1.0.9-r5) 06:57:45 (50/129) Installing libbz2 (1.0.8-r1) 06:57:45 (51/129) Installing freetype (2.11.1-r2) 06:57:45 (52/129) Installing fontconfig (2.13.1-r4) 06:57:45 (53/129) Installing pixman (0.40.0-r4) 06:57:45 (54/129) Installing cairo (1.16.0-r5) 06:57:45 (55/129) Installing cairo-gobject (1.16.0-r5) 06:57:45 (56/129) Installing avahi-libs (0.8-r5) 06:57:45 (57/129) Installing gmp (6.2.1-r1) 06:57:45 (58/129) Installing nettle (3.7.3-r0) 06:57:45 (59/129) Installing p11-kit (0.24.0-r1) 06:57:45 (60/129) Installing libtasn1 (4.18.0-r1) 06:57:45 (61/129) Installing libunistring (0.9.10-r1) 06:57:45 (62/129) Installing gnutls (3.7.1-r2) 06:57:45 (63/129) Installing cups-libs (2.3.3-r6) 06:57:45 (64/129) Installing libepoxy (1.5.9-r0) 06:57:45 (65/129) Installing fribidi (1.0.11-r0) 06:57:45 (66/129) Installing graphite2 (1.3.14-r0) 06:57:45 (67/129) Installing harfbuzz (3.0.0-r2) 06:57:45 (68/129) Installing libxft (2.3.4-r0) 06:57:45 (69/129) Installing pango (1.48.10-r0) 06:57:45 (70/129) Installing wayland-libs-client (1.19.0-r1) 06:57:45 (71/129) Installing wayland-libs-cursor (1.19.0-r1) 06:57:45 (72/129) Installing wayland-libs-egl (1.19.0-r1) 06:57:45 (73/129) Installing xkeyboard-config (2.34-r0) 06:57:45 (74/129) Installing libxkbcommon (1.3.1-r0) 06:57:45 (75/129) Installing gtk+3.0 (3.24.30-r0) 06:57:46 Executing gtk+3.0-3.24.30-r0.post-install 06:57:46 (76/129) Installing libfontenc (1.1.4-r0) 06:57:46 (77/129) Installing mkfontscale (1.2.1-r1) 06:57:46 (78/129) Installing ttf-opensans (1.10-r1) 06:57:46 Executing ttf-opensans-1.10-r1.post-install 06:57:48 (79/129) Installing libogg (1.3.5-r0) 06:57:48 (80/129) Installing flac (1.3.4-r0) 06:57:48 (81/129) Installing alsa-lib (1.2.5.1-r1) 06:57:48 (82/129) Installing libatomic (10.3.1_git20211027-r0) 06:57:48 (83/129) Installing sdl2 (2.0.16-r4) 06:57:48 (84/129) Installing aom-libs (3.2.0-r0) 06:57:48 (85/129) Installing libass (0.15.2-r0) 06:57:48 (86/129) Installing libdav1d (0.9.2-r0) 06:57:48 (87/129) Installing ncurses-terminfo-base (6.3_p20211120-r1) 06:57:48 (88/129) Installing ncurses-libs (6.3_p20211120-r1) 06:57:48 (89/129) Installing lame (3.100-r0) 06:57:48 (90/129) Installing opus (1.3.1-r1) 06:57:48 (91/129) Installing libgomp (10.3.1_git20211027-r0) 06:57:48 (92/129) Installing soxr (0.1.3-r2) 06:57:48 (93/129) Installing libsrt (1.4.2-r1) 06:57:48 (94/129) Installing libssh (0.9.6-r1) 06:57:48 (95/129) Installing libtheora (1.1.1-r16) 06:57:48 (96/129) Installing v4l-utils-libs (1.22.1-r1) 06:57:48 (97/129) Installing libpciaccess (0.16-r0) 06:57:48 (98/129) Installing libdrm (2.4.109-r0) 06:57:48 (99/129) Installing libva (2.13.0-r0) 06:57:48 (100/129) Installing libvdpau (1.4-r0) 06:57:48 (101/129) Installing vidstab (1.1.0-r1) 06:57:48 (102/129) Installing libvorbis (1.3.7-r0) 06:57:48 (103/129) Installing libvpx (1.10.0-r0) 06:57:48 (104/129) Installing vulkan-loader (1.2.196-r0) 06:57:48 (105/129) Installing x264-libs (20210613-r0) 06:57:48 (106/129) Installing x265-libs (3.5-r0) 06:57:48 (107/129) Installing xvidcore (1.3.7-r1) 06:57:48 (108/129) Installing ffmpeg-libs (4.4.1-r2) 06:57:48 (109/129) Installing libevent (2.1.12-r4) 06:57:48 (110/129) Installing mesa (21.2.6-r0) 06:57:48 (111/129) Installing wayland-libs-server (1.19.0-r1) 06:57:48 (112/129) Installing mesa-gbm (21.2.6-r0) 06:57:48 (113/129) Installing lcms2 (2.12-r1) 06:57:48 (114/129) Installing nspr (4.32-r0) 06:57:48 (115/129) Installing sqlite-libs (3.36.0-r0) 06:57:48 (116/129) Installing nss (3.78.1-r0) 06:57:48 (117/129) Installing libasyncns (0.8-r1) 06:57:48 (118/129) Installing libltdl (2.4.6-r7) 06:57:48 (119/129) Installing orc (0.4.32-r0) 06:57:48 (120/129) Installing libsndfile (1.0.31-r1) 06:57:48 (121/129) Installing speexdsp (1.2.0-r0) 06:57:49 (122/129) Installing tdb-libs (1.4.5-r0) 06:57:49 (123/129) Installing libpulse (15.0-r2) 06:57:49 (124/129) Installing re2 (2021.11.01-r0) 06:57:49 (125/129) Installing snappy (1.1.9-r1) 06:57:49 (126/129) Installing libgpg-error (1.42-r1) 06:57:49 (127/129) Installing libgcrypt (1.9.4-r0) 06:57:49 (128/129) Installing libxslt (1.1.35-r0) 06:57:49 (129/129) Installing chromium (99.0.4844.84-r0) 06:57:51 Executing busybox-1.34.1-r7.trigger 06:57:51 Executing glib-2.70.1-r0.trigger 06:57:51 Executing shared-mime-info-2.1-r2.trigger 06:57:51 Executing gdk-pixbuf-2.42.8-r0.trigger 06:57:51 Executing gtk-update-icon-cache-2.24.33-r0.trigger 06:57:51 Executing fontconfig-2.13.1-r4.trigger 06:57:51 Executing mkfontscale-1.2.1-r1.trigger 06:57:51 OK: 286 MiB in 145 packages 06:57:59 Removing intermediate container f34a321262c6 06:57:59 ---> 920ea2d73e4f 06:57:59 Step 3/10 : ENV CHROME_BIN=/usr/bin/chromium-browser 06:57:59 ---> Running in f3cecd43c952 06:57:59 Removing intermediate container f3cecd43c952 06:57:59 ---> 828a9f3d2f56 06:57:59 Step 4/10 : ENV PATH /app/node_modules/.bin:$PATH 06:57:59 ---> Running in 3bbc3eb0d4fb 06:57:59 Removing intermediate container 3bbc3eb0d4fb 06:57:59 ---> 53cabb497a5f 06:57:59 Step 5/10 : RUN npm install -g npm 06:57:59 ---> Running in 070fefde8880 06:58:06 06:58:06 removed 7 packages, changed 101 packages, and audited 264 packages in 6s 06:58:06 06:58:06 27 packages are looking for funding 06:58:06 run `npm fund` for details 06:58:06 06:58:06 found 0 vulnerabilities 06:58:07 Removing intermediate container 070fefde8880 06:58:07 ---> 88b56b60873e 06:58:07 Step 6/10 : ARG USER=1000 06:58:07 ---> Running in 13bb706b2879 06:58:07 Removing intermediate container 13bb706b2879 06:58:07 ---> f0f24259f22a 06:58:07 Step 7/10 : RUN deluser --remove-home node && adduser -u $USER -D -s /bin/sh node 06:58:07 ---> Running in ccf4923568e8 06:58:08 Removing intermediate container ccf4923568e8 06:58:08 ---> 137f70c033f1 06:58:08 Step 8/10 : USER $USER:$USER 06:58:08 ---> Running in 518c1540633a 06:58:08 Removing intermediate container 518c1540633a 06:58:08 ---> 08378a61807d 06:58:08 Step 9/10 : WORKDIR /app 06:58:08 ---> Running in c9183bd88f75 06:58:08 Removing intermediate container c9183bd88f75 06:58:08 ---> 23f09ea95ff7 06:58:08 Step 10/10 : LABEL git_sha=1d56314d3ac19a41056deabee6b793e09a1ebba4 06:58:08 ---> Running in 9cbc10ee0659 06:58:08 Removing intermediate container 9cbc10ee0659 06:58:08 ---> 03151604816d 06:58:08 Successfully built 03151604816d 06:58:08 Successfully tagged edgexfoundry/edgex-web-ui:1d56314d3ac19a41056deabee6b793e09a1ebba4 06:58:08 Successfully tagged edgexfoundry/edgex-web-ui:0.0.0-dev 06:58:08 touch edgex-web-ui.imagebuilt 06:58:08 mkdir -p node_modules coverage 06:58:08 chown "1000:1000" node_modules coverage package-lock.json 06:58:08 docker run --rm -i -v "$(pwd):/app" -u "1000:1000" edgexfoundry/edgex-web-ui:0.0.0-dev npm install 06:58:10 npm WARN old lockfile 06:58:10 npm WARN old lockfile The package-lock.json file was created with an old version of npm, 06:58:10 npm WARN old lockfile so supplemental metadata must be fetched from the registry. 06:58:10 npm WARN old lockfile 06:58:10 npm WARN old lockfile This is a one-time fix-up, please be patient... 06:58:10 npm WARN old lockfile 06:58:16 npm WARN EBADENGINE Unsupported engine { 06:58:16 npm WARN EBADENGINE package: '@angular-devkit/architect@0.1202.4', 06:58:16 npm WARN EBADENGINE required: { 06:58:16 npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', 06:58:16 npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', 06:58:16 npm WARN EBADENGINE yarn: '>= 1.13.0' 06:58:16 npm WARN EBADENGINE }, 06:58:16 npm WARN EBADENGINE current: { node: 'v16.17.1', npm: '9.6.6' } 06:58:16 npm WARN EBADENGINE } 06:58:16 npm WARN EBADENGINE Unsupported engine { 06:58:16 npm WARN EBADENGINE package: '@angular-devkit/build-angular@12.2.4', 06:58:16 npm WARN EBADENGINE required: { 06:58:16 npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', 06:58:16 npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', 06:58:16 npm WARN EBADENGINE yarn: '>= 1.13.0' 06:58:16 npm WARN EBADENGINE }, 06:58:16 npm WARN EBADENGINE current: { node: 'v16.17.1', npm: '9.6.6' } 06:58:16 npm WARN EBADENGINE } 06:58:16 npm WARN EBADENGINE Unsupported engine { 06:58:16 npm WARN EBADENGINE package: '@angular-devkit/build-optimizer@0.1202.4', 06:58:16 npm WARN EBADENGINE required: { 06:58:16 npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', 06:58:16 npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', 06:58:16 npm WARN EBADENGINE yarn: '>= 1.13.0' 06:58:16 npm WARN EBADENGINE }, 06:58:16 npm WARN EBADENGINE current: { node: 'v16.17.1', npm: '9.6.6' } 06:58:16 npm WARN EBADENGINE } 06:58:16 npm WARN EBADENGINE Unsupported engine { 06:58:16 npm WARN EBADENGINE package: '@angular-devkit/build-webpack@0.1202.4', 06:58:16 npm WARN EBADENGINE required: { 06:58:16 npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', 06:58:16 npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', 06:58:16 npm WARN EBADENGINE yarn: '>= 1.13.0' 06:58:16 npm WARN EBADENGINE }, 06:58:16 npm WARN EBADENGINE current: { node: 'v16.17.1', npm: '9.6.6' } 06:58:16 npm WARN EBADENGINE } 06:58:16 npm WARN EBADENGINE Unsupported engine { 06:58:16 npm WARN EBADENGINE package: '@angular-devkit/core@12.2.4', 06:58:16 npm WARN EBADENGINE required: { 06:58:16 npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', 06:58:16 npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', 06:58:16 npm WARN EBADENGINE yarn: '>= 1.13.0' 06:58:16 npm WARN EBADENGINE }, 06:58:16 npm WARN EBADENGINE current: { node: 'v16.17.1', npm: '9.6.6' } 06:58:16 npm WARN EBADENGINE } 06:58:16 npm WARN EBADENGINE Unsupported engine { 06:58:16 npm WARN EBADENGINE package: '@angular-devkit/schematics@12.2.4', 06:58:16 npm WARN EBADENGINE required: { 06:58:16 npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', 06:58:16 npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', 06:58:16 npm WARN EBADENGINE yarn: '>= 1.13.0' 06:58:16 npm WARN EBADENGINE }, 06:58:16 npm WARN EBADENGINE current: { node: 'v16.17.1', npm: '9.6.6' } 06:58:16 npm WARN EBADENGINE } 06:58:16 npm WARN EBADENGINE Unsupported engine { 06:58:16 npm WARN EBADENGINE package: '@angular/cli@12.2.4', 06:58:16 npm WARN EBADENGINE required: { 06:58:16 npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', 06:58:16 npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', 06:58:16 npm WARN EBADENGINE yarn: '>= 1.13.0' 06:58:16 npm WARN EBADENGINE }, 06:58:16 npm WARN EBADENGINE current: { node: 'v16.17.1', npm: '9.6.6' } 06:58:16 npm WARN EBADENGINE } 06:58:16 npm WARN EBADENGINE Unsupported engine { 06:58:16 npm WARN EBADENGINE package: '@ngtools/webpack@12.2.4', 06:58:16 npm WARN EBADENGINE required: { 06:58:16 npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', 06:58:16 npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', 06:58:16 npm WARN EBADENGINE yarn: '>= 1.13.0' 06:58:16 npm WARN EBADENGINE }, 06:58:16 npm WARN EBADENGINE current: { node: 'v16.17.1', npm: '9.6.6' } 06:58:16 npm WARN EBADENGINE } 06:58:16 npm WARN EBADENGINE Unsupported engine { 06:58:16 npm WARN EBADENGINE package: '@schematics/angular@12.2.4', 06:58:16 npm WARN EBADENGINE required: { 06:58:16 npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', 06:58:16 npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', 06:58:16 npm WARN EBADENGINE yarn: '>= 1.13.0' 06:58:16 npm WARN EBADENGINE }, 06:58:16 npm WARN EBADENGINE current: { node: 'v16.17.1', npm: '9.6.6' } 06:58:16 npm WARN EBADENGINE } 06:58:21 npm WARN deprecated urix@0.1.0: Please see https://github.com/lydell/urix#deprecated 06:58:21 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 06:58:21 npm WARN deprecated source-map-resolve@0.6.0: See https://github.com/lydell/source-map-resolve#deprecated 06:58:21 npm WARN deprecated source-map-url@0.4.1: See https://github.com/lydell/source-map-url#deprecated 06:58:21 npm WARN deprecated sourcemap-codec@1.4.8: Please use @jridgewell/sourcemap-codec instead 06:58:21 npm WARN deprecated resolve-url@0.2.1: https://github.com/lydell/resolve-url#deprecated 06:58:21 Running on prd-ubuntu20.04-docker-arm64-4c-16g-14884 in /w/workspace/edgexfoundry_edgex-ui-go_PR-606 [Pipeline] { [Pipeline] ws 06:58:21 Running in /w/workspace/edgex-ui-go/1 [Pipeline] { [Pipeline] checkout 06:58:21 npm WARN deprecated querystring@0.2.0: The querystring API is considered Legacy. new code should use the URLSearchParams API instead. 06:58:21 The recommended git tool is: git 06:58:22 npm WARN deprecated request@2.88.2: request has been deprecated, see https://github.com/request/request/issues/3142 06:58:23 npm WARN deprecated har-validator@5.1.5: this library is no longer supported 06:58:23 npm WARN deprecated flatten@1.0.3: flatten is deprecated in favor of utility frameworks such as lodash. 06:58:25 npm WARN deprecated @npmcli/move-file@1.1.2: This functionality has been moved to @npmcli/fs 06:58:26 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 06:58:27 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. 06:58:27 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 06:58:27 npm WARN deprecated chokidar@2.1.8: Chokidar 2 does not receive security updates since 2019. Upgrade to chokidar 3 with 15x fewer dependencies 06:58:28 npm WARN deprecated source-map-resolve@0.5.3: See https://github.com/lydell/source-map-resolve#deprecated 06:58:28 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. 06:58:28 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. 06:58:29 npm WARN deprecated source-map-resolve@0.5.3: See https://github.com/lydell/source-map-resolve#deprecated 06:58:30 using credential edgex-jenkins-ssh 06:58:30 Cloning the remote Git repository 06:58:30 Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git 06:58:30 > git init /w/workspace/edgex-ui-go/1 # timeout=10 06:58:30 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 06:58:30 > git --version # timeout=10 06:58:30 > git --version # 'git version 2.25.1' 06:58:30 using GIT_SSH to set credentials SSH Credentials for GitHub 06:58:30 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 06:58:32 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. 06:58:35 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. 06:58:34 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 06:58:34 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 06:58:36 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 06:58:36 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 06:58:36 using GIT_SSH to set credentials SSH Credentials for GitHub 06:58:36 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/606/head:refs/remotes/origin/PR-606 +refs/heads/main:refs/remotes/origin/main # timeout=10 06:58:37 Merging remotes/origin/main commit b9ee93b39939f4d905786058fe06f88771ce2d73 into PR head commit 1d56314d3ac19a41056deabee6b793e09a1ebba4 06:58:38 Merge succeeded, producing 1d56314d3ac19a41056deabee6b793e09a1ebba4 06:58:38 Checking out Revision 1d56314d3ac19a41056deabee6b793e09a1ebba4 (PR-606) 06:58:37 > git config core.sparsecheckout # timeout=10 06:58:37 > git checkout -f 1d56314d3ac19a41056deabee6b793e09a1ebba4 # timeout=10 06:58:38 > git remote # timeout=10 06:58:38 > git config --get remote.origin.url # timeout=10 06:58:38 using GIT_SSH to set credentials SSH Credentials for GitHub 06:58:38 > git merge b9ee93b39939f4d905786058fe06f88771ce2d73 # timeout=10 06:58:38 > git rev-parse HEAD^{commit} # timeout=10 06:58:38 > git config core.sparsecheckout # timeout=10 06:58:38 > git checkout -f 1d56314d3ac19a41056deabee6b793e09a1ebba4 # timeout=10 06:58:41 06:58:41 added 1478 packages, and audited 1479 packages in 32s 06:58:41 06:58:41 90 packages are looking for funding 06:58:41 run `npm fund` for details 06:58:41 06:58:41 37 vulnerabilities (1 low, 14 moderate, 17 high, 5 critical) 06:58:41 06:58:41 To address issues that do not require attention, run: 06:58:41 npm audit fix 06:58:41 06:58:41 To address all issues (including breaking changes), run: 06:58:41 npm audit fix --force 06:58:41 06:58:41 Run `npm audit` for details. 06:58:42 Commit message: "feat: delete system service list and related pages" 06:58:42 > git --version # timeout=10 06:58:42 > git --version # 'git version 2.25.1' 06:58:42 fatal: bad object 4fc256d9079ed2258907e613f84b1b8da264a4bd [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 06:58:43 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 06:58:43 % Total % Received % Xferd Average Speed Time Time Time Current 06:58:43 Dload Upload Total Spent Left Speed 06:58:43 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 75005 0 --:--:-- --:--:-- --:--:-- 75005 100 12751 100 12751 0 0 74567 0 --:--:-- --:--:-- --:--:-- 74133 [Pipeline] sh 06:58:44 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 06:58:45 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 06:58:45 + sudo tee /etc/docker/daemon.new 06:58:45 { 06:58:45 "registry-mirrors": [ 06:58:45 "https://nexus3.edgexfoundry.org:10001" 06:58:45 ], 06:58:45 "bip": "10.250.0.254/24", 06:58:45 "hosts": [ 06:58:45 "tcp://0.0.0.0:5555", 06:58:45 "unix:///var/run/docker.sock" 06:58:45 ], 06:58:45 "mtu": 1458, 06:58:45 "selinux-enabled": true, 06:58:45 "seccomp-profile": "/etc/docker/seccomp.json" 06:58:45 } [Pipeline] sh 06:58:45 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 06:58:46 + sudo service docker restart 06:58:51 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 06:58:52 - Generating browser application bundles (phase: setup)... 06:58:57 Compiling @angular/core : es2015 as esm2015 06:58:57 Compiling @angular/compiler/testing : es2015 as esm2015 06:59:00 Compiling @angular/common : es2015 as esm2015 06:59:00 Compiling @angular/core/testing : es2015 as esm2015 06:59:01 Compiling @angular/platform-browser : es2015 as esm2015 06:59:01 Compiling @angular/common/testing : es2015 as esm2015 06:59:01 Compiling @angular/platform-browser-dynamic : es2015 as esm2015 06:59:01 Compiling @angular/platform-browser/testing : es2015 as esm2015 06:59:02 Compiling @angular/router : es2015 as esm2015 06:59:02 Compiling @angular/common/http : es2015 as esm2015 06:59:02 Compiling @angular/platform-browser-dynamic/testing : es2015 as esm2015 06:59:02 Compiling @angular/forms : es2015 as esm2015 06:59:02 Compiling @angular/common/http/testing : es2015 as esm2015 06:59:04 Compiling @angular/router/testing : es2015 as esm2015 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 06:59:08 provisioning config files... 06:59:08 copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/1@tmp/config9746279082842147306tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 06:59:08 ---> docker-login.sh 06:59:08 nexus3.edgexfoundry.org:10001 06:59:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:59:09 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:59:09 Configure a credential helper to remove this warning. See 06:59:09 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:59:09 06:59:09 Login Succeeded 06:59:09 nexus3.edgexfoundry.org:10002 06:59:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:59:09 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:59:09 Configure a credential helper to remove this warning. See 06:59:09 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:59:09 06:59:09 Login Succeeded 06:59:09 nexus3.edgexfoundry.org:10003 06:59:10 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:59:10 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:59:10 Configure a credential helper to remove this warning. See 06:59:10 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:59:10 06:59:10 Login Succeeded 06:59:10 nexus3.edgexfoundry.org:10004 06:59:10 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:59:10 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:59:10 Configure a credential helper to remove this warning. See 06:59:10 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:59:10 06:59:10 Login Succeeded 06:59:10 docker.io 06:59:11 10 05 2023 06:59:10.548:INFO [karma-server]: Karma v6.3.16 server started at http://localhost:9876/ 06:59:11 10 05 2023 06:59:10.551:INFO [launcher]: Launching browsers ChromeHeadlessNoSandbox with concurrency unlimited 06:59:11 10 05 2023 06:59:10.554:INFO [launcher]: Starting browser ChromeHeadless 06:59:11 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:59:11 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:59:11 Configure a credential helper to remove this warning. See 06:59:11 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:59:11 06:59:11 Login Succeeded 06:59:11 ---> docker-login.sh ends [Pipeline] } 06:59:11 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 06:59:11 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 06:59:11 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 06:59:11 ========================================================= 06:59:11 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine] 06:59:11 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:59:12 + docker build -t ci-base-image-arm64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine --build-arg MAKE=echo noop --target=builder . 06:59:13 Sending build context to Docker daemon 28.75MB 06:59:13 Step 1/15 : ARG BASE=golang:1.20-alpine3.17 06:59:13 Step 2/15 : FROM ${BASE} AS builder 06:59:14 1.20-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 06:59:14 c41833b44d91: Pulling fs layer 06:59:14 ed15518f5707: Pulling fs layer 06:59:14 feae8fd75edb: Pulling fs layer 06:59:14 242c74f7c9fa: Pulling fs layer 06:59:14 3cdef696dda3: Pulling fs layer 06:59:14 2ced38df9373: Pulling fs layer 06:59:14 58f1dce35555: Pulling fs layer 06:59:14 242c74f7c9fa: Waiting 06:59:14 3cdef696dda3: Waiting 06:59:14 2ced38df9373: Waiting 06:59:14 58f1dce35555: Waiting 06:59:15 ed15518f5707: Verifying Checksum 06:59:15 ed15518f5707: Download complete 06:59:15 242c74f7c9fa: Verifying Checksum 06:59:15 242c74f7c9fa: Download complete 06:59:15 3cdef696dda3: Verifying Checksum 06:59:15 3cdef696dda3: Download complete 06:59:15 c41833b44d91: Verifying Checksum 06:59:16 c41833b44d91: Pull complete 06:59:16 58f1dce35555: Verifying Checksum 06:59:16 58f1dce35555: Download complete 06:59:16 ed15518f5707: Pull complete 06:59:17 feae8fd75edb: Verifying Checksum 06:59:17 feae8fd75edb: Download complete 06:59:17 2ced38df9373: Verifying Checksum 06:59:17 2ced38df9373: Download complete 06:59:23 ✔ Browser application bundle generation complete. 06:59:23 10 05 2023 06:59:23.370:INFO [Chrome Headless 99.0.4844.84 (Linux x86_64)]: Connected on socket kZQ5GrXGEGGBA8xMAAAB with id 49464924 06:59:26 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 0 of 145 SUCCESS (0 secs / 0 secs) 06:59:26 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 1 of 145 SUCCESS (0 secs / 0.054 secs) 06:59:26 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 2 of 145 SUCCESS (0 secs / 0.066 secs) 06:59:26 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 3 of 145 SUCCESS (0 secs / 0.184 secs) 06:59:26 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 4 of 145 SUCCESS (0 secs / 0.293 secs) 06:59:26 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 5 of 145 SUCCESS (0 secs / 0.36 secs) 06:59:27 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 6 of 145 SUCCESS (0 secs / 0.386 secs) 06:59:27 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 7 of 145 SUCCESS (0 secs / 0.422 secs) 06:59:27 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 8 of 145 SUCCESS (0 secs / 0.45 secs) 06:59:27 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 9 of 145 SUCCESS (0 secs / 0.505 secs) 06:59:27 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 10 of 145 SUCCESS (0 secs / 0.518 secs) 06:59:27 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 11 of 145 SUCCESS (0 secs / 0.539 secs) 06:59:27 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 12 of 145 SUCCESS (0 secs / 0.563 secs) 06:59:27 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 13 of 145 SUCCESS (0 secs / 0.581 secs) 06:59:27 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 14 of 145 SUCCESS (0 secs / 0.6 secs) 06:59:27 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 15 of 145 SUCCESS (0 secs / 0.623 secs) 06:59:27 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 16 of 145 SUCCESS (0 secs / 0.763 secs) 06:59:27 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 17 of 145 SUCCESS (0 secs / 0.776 secs) 06:59:27 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 18 of 145 SUCCESS (0 secs / 0.814 secs) 06:59:27 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 19 of 145 SUCCESS (0 secs / 0.833 secs) 06:59:27 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 20 of 145 SUCCESS (0 secs / 0.843 secs) 06:59:27 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 21 of 145 SUCCESS (0 secs / 0.851 secs) 06:59:27 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 22 of 145 SUCCESS (0 secs / 0.873 secs) 06:59:27 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 23 of 145 SUCCESS (0 secs / 0.931 secs) 06:59:27 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 24 of 145 SUCCESS (0 secs / 0.943 secs) 06:59:27 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 25 of 145 SUCCESS (0 secs / 0.951 secs) 06:59:27 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 26 of 145 SUCCESS (0 secs / 0.994 secs) 06:59:27 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 27 of 145 SUCCESS (0 secs / 1.011 secs) 06:59:27 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 28 of 145 SUCCESS (0 secs / 1.019 secs) 06:59:27 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 29 of 145 SUCCESS (0 secs / 1.029 secs) 06:59:27 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 30 of 145 SUCCESS (0 secs / 1.038 secs) 06:59:27 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 31 of 145 SUCCESS (0 secs / 1.064 secs) 06:59:27 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 32 of 145 SUCCESS (0 secs / 1.085 secs) 06:59:27 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 33 of 145 SUCCESS (0 secs / 1.117 secs) 06:59:27 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 34 of 145 SUCCESS (0 secs / 1.129 secs) 06:59:27 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 35 of 145 SUCCESS (0 secs / 1.138 secs) 06:59:27 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 36 of 145 SUCCESS (0 secs / 1.194 secs) 06:59:28 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 37 of 145 SUCCESS (0 secs / 1.204 secs) 06:59:28 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 38 of 145 SUCCESS (0 secs / 1.212 secs) 06:59:28 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 39 of 145 SUCCESS (0 secs / 1.228 secs) 06:59:28 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 40 of 145 SUCCESS (0 secs / 1.232 secs) 06:59:28 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 41 of 145 SUCCESS (0 secs / 1.236 secs) 06:59:28 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 42 of 145 SUCCESS (0 secs / 1.238 secs) 06:59:28 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 43 of 145 SUCCESS (0 secs / 1.24 secs) 06:59:28 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 44 of 145 SUCCESS (0 secs / 1.249 secs) 06:59:28 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 45 of 145 SUCCESS (0 secs / 1.259 secs) 06:59:28 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 46 of 145 SUCCESS (0 secs / 1.273 secs) 06:59:28 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 47 of 145 SUCCESS (0 secs / 1.278 secs) 06:59:28 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 48 of 145 SUCCESS (0 secs / 1.28 secs) 06:59:28 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 49 of 145 SUCCESS (0 secs / 1.281 secs) 06:59:28 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 50 of 145 SUCCESS (0 secs / 1.325 secs) 06:59:28 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 51 of 145 SUCCESS (0 secs / 1.332 secs) 06:59:28 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 52 of 145 SUCCESS (0 secs / 1.34 secs) 06:59:28 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 53 of 145 SUCCESS (0 secs / 1.351 secs) 06:59:28 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 54 of 145 SUCCESS (0 secs / 1.355 secs) 06:59:28 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 55 of 145 SUCCESS (0 secs / 1.363 secs) 06:59:28 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 56 of 145 SUCCESS (0 secs / 1.388 secs) 06:59:28 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 57 of 145 SUCCESS (0 secs / 1.391 secs) 06:59:28 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 58 of 145 SUCCESS (0 secs / 1.394 secs) 06:59:28 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 59 of 145 SUCCESS (0 secs / 1.396 secs) 06:59:28 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 60 of 145 SUCCESS (0 secs / 1.416 secs) 06:59:28 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 61 of 145 SUCCESS (0 secs / 1.42 secs) 06:59:28 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 62 of 145 SUCCESS (0 secs / 1.424 secs) 06:59:28 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 63 of 145 SUCCESS (0 secs / 1.47 secs) 06:59:28 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 64 of 145 SUCCESS (0 secs / 1.483 secs) 06:59:28 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 65 of 145 SUCCESS (0 secs / 1.495 secs) 06:59:28 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 66 of 145 SUCCESS (0 secs / 1.502 secs) 06:59:28 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 67 of 145 SUCCESS (0 secs / 1.505 secs) 06:59:28 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 68 of 145 SUCCESS (0 secs / 1.511 secs) 06:59:28 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 69 of 145 SUCCESS (0 secs / 1.536 secs) 06:59:28 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 70 of 145 SUCCESS (0 secs / 1.551 secs) 06:59:28 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 71 of 145 SUCCESS (0 secs / 1.56 secs) 06:59:28 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 72 of 145 SUCCESS (0 secs / 1.592 secs) 06:59:28 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 73 of 145 SUCCESS (0 secs / 1.622 secs) 06:59:28 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 74 of 145 SUCCESS (0 secs / 1.626 secs) 06:59:28 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 75 of 145 SUCCESS (0 secs / 1.634 secs) 06:59:28 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 76 of 145 SUCCESS (0 secs / 1.638 secs) 06:59:28 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 77 of 145 SUCCESS (0 secs / 1.641 secs) 06:59:28 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 78 of 145 SUCCESS (0 secs / 1.644 secs) 06:59:28 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 79 of 145 SUCCESS (0 secs / 1.646 secs) 06:59:28 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 80 of 145 SUCCESS (0 secs / 1.648 secs) 06:59:28 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 81 of 145 SUCCESS (0 secs / 1.682 secs) 06:59:28 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 82 of 145 SUCCESS (0 secs / 1.687 secs) 06:59:28 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 83 of 145 SUCCESS (0 secs / 1.717 secs) 06:59:28 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 84 of 145 SUCCESS (0 secs / 1.72 secs) 06:59:28 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 85 of 145 SUCCESS (0 secs / 1.721 secs) 06:59:28 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 86 of 145 SUCCESS (0 secs / 1.736 secs) 06:59:28 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 87 of 145 SUCCESS (0 secs / 1.739 secs) 06:59:28 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 88 of 145 SUCCESS (0 secs / 1.742 secs) 06:59:28 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 89 of 145 SUCCESS (0 secs / 1.744 secs) 06:59:28 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 90 of 145 SUCCESS (0 secs / 1.749 secs) 06:59:28 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 91 of 145 SUCCESS (0 secs / 1.758 secs) 06:59:28 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 92 of 145 SUCCESS (0 secs / 1.761 secs) 06:59:28 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 93 of 145 SUCCESS (0 secs / 1.773 secs) 06:59:28 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 94 of 145 SUCCESS (0 secs / 1.801 secs) 06:59:28 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 95 of 145 SUCCESS (0 secs / 1.824 secs) 06:59:28 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 96 of 145 SUCCESS (0 secs / 1.833 secs) 06:59:28 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 97 of 145 SUCCESS (0 secs / 1.837 secs) 06:59:28 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 98 of 145 SUCCESS (0 secs / 1.839 secs) 06:59:28 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 99 of 145 SUCCESS (0 secs / 1.841 secs) 06:59:28 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 100 of 145 SUCCESS (0 secs / 1.86 secs) 06:59:28 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 101 of 145 SUCCESS (0 secs / 1.864 secs) 06:59:28 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 102 of 145 SUCCESS (0 secs / 1.867 secs) 06:59:28 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 103 of 145 SUCCESS (0 secs / 1.872 secs) 06:59:28 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 104 of 145 SUCCESS (0 secs / 1.874 secs) 06:59:28 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 105 of 145 SUCCESS (0 secs / 1.89 secs) 06:59:29 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 106 of 145 SUCCESS (0 secs / 1.91 secs) 06:59:29 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 107 of 145 SUCCESS (0 secs / 1.938 secs) 06:59:29 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 108 of 145 SUCCESS (0 secs / 1.945 secs) 06:59:29 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 109 of 145 SUCCESS (0 secs / 1.95 secs) 06:59:29 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 110 of 145 SUCCESS (0 secs / 1.97 secs) 06:59:29 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 111 of 145 SUCCESS (0 secs / 1.984 secs) 06:59:29 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 112 of 145 SUCCESS (0 secs / 1.993 secs) 06:59:29 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 113 of 145 SUCCESS (0 secs / 1.997 secs) 06:59:29 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 114 of 145 SUCCESS (0 secs / 2.001 secs) 06:59:29 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 115 of 145 SUCCESS (0 secs / 2.01 secs) 06:59:29 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 116 of 145 SUCCESS (0 secs / 2.016 secs) 06:59:29 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 117 of 145 SUCCESS (0 secs / 2.027 secs) 06:59:29 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 118 of 145 SUCCESS (0 secs / 2.037 secs) 06:59:29 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 119 of 145 SUCCESS (0 secs / 2.051 secs) 06:59:29 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 120 of 145 SUCCESS (0 secs / 2.058 secs) 06:59:29 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 121 of 145 SUCCESS (0 secs / 2.078 secs) 06:59:29 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 122 of 145 SUCCESS (0 secs / 2.095 secs) 06:59:29 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 123 of 145 SUCCESS (0 secs / 2.103 secs) 06:59:29 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 124 of 145 SUCCESS (0 secs / 2.123 secs) 06:59:29 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 125 of 145 SUCCESS (0 secs / 2.164 secs) 06:59:29 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 126 of 145 SUCCESS (0 secs / 2.172 secs) 06:59:29 WARN: ' 06:59:29 It looks like you're using ngModel on the same form field as formControlName. 06:59:29 Support for using the ngModel input property and ngModelChange event with 06:59:29 reactive form directives has been deprecated in Angular v6 and will be removed 06:59:29 in a future version of Angular. 06:59:29 06:59:29 For more information on this, see our API docs here: 06:59:29 https://angular.io/api/forms/FormControlName#use-with-ngmodel 06:59:29 ' 06:59:29 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 126 of 145 SUCCESS (0 secs / 2.172 secs) 06:59:29 WARN: ' 06:59:29 It looks like you're using ngModel on the same form field as formControlName. 06:59:29 Support for using the ngModel input property and ngModelChange event with 06:59:29 reactive form directives has been deprecated in Angular v6 and will be removed 06:59:29 in a future version of Angular. 06:59:29 06:59:29 For more information on this, see our API docs here: 06:59:29 https://angular.io/api/forms/FormControlName#use-with-ngmodel 06:59:29 ' 06:59:29 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 127 of 145 SUCCESS (0 secs / 2.195 secs) 06:59:29 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 128 of 145 SUCCESS (0 secs / 2.202 secs) 06:59:29 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 129 of 145 SUCCESS (0 secs / 2.209 secs) 06:59:29 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 130 of 145 SUCCESS (0 secs / 2.221 secs) 06:59:29 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 131 of 145 SUCCESS (0 secs / 2.276 secs) 06:59:29 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 132 of 145 SUCCESS (0 secs / 2.307 secs) 06:59:29 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 133 of 145 SUCCESS (0 secs / 2.317 secs) 06:59:29 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 134 of 145 SUCCESS (0 secs / 2.322 secs) 06:59:29 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 135 of 145 SUCCESS (0 secs / 2.326 secs) 06:59:29 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 136 of 145 SUCCESS (0 secs / 2.331 secs) 06:59:29 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 137 of 145 SUCCESS (0 secs / 2.338 secs) 06:59:29 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 138 of 145 SUCCESS (0 secs / 2.342 secs) 06:59:29 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 139 of 145 SUCCESS (0 secs / 2.353 secs) 06:59:29 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 140 of 145 SUCCESS (0 secs / 2.357 secs) 06:59:29 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 141 of 145 SUCCESS (0 secs / 2.359 secs) 06:59:29 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 142 of 145 SUCCESS (0 secs / 2.362 secs) 06:59:29 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 143 of 145 SUCCESS (0 secs / 2.364 secs) 06:59:29 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 144 of 145 SUCCESS (0 secs / 2.366 secs) 06:59:29 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 145 of 145 SUCCESS (0 secs / 2.368 secs) 06:59:29 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 145 of 145 SUCCESS (3.341 secs / 2.368 secs) 06:59:29 TOTAL: 145 SUCCESS 06:59:29 ✔ Browser application bundle generation complete. 06:59:30 06:59:30 =============================== Coverage summary =============================== 06:59:30 Statements : 41.56% ( 1425/3429 ) 06:59:30 Branches : 12.14% ( 109/898 ) 06:59:30 Functions : 33.33% ( 417/1251 ) 06:59:30 Lines : 39.45% ( 1280/3245 ) 06:59:30 ================================================================================ 06:59:30 ✔ Browser application bundle generation complete. 06:59:30 feae8fd75edb: Pull complete 06:59:30 242c74f7c9fa: Pull complete 06:59:30 3cdef696dda3: Pull complete 06:59:30 make[1]: Leaving directory '/w/workspace/edgexfoundry_edgex-ui-go_PR-606/web' [Pipeline] echo 06:59:30 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 06:59:30 $ docker stop --time=1 96bfcba48d1b0f0b2c178a65addd3e8c8890f417c887c6a725a39589b20f0d61 06:59:32 $ docker rm -f --volumes 96bfcba48d1b0f0b2c178a65addd3e8c8890f417c887c6a725a39589b20f0d61 [Pipeline] // withDockerContainer [Pipeline] sh 06:59:32 + sudo chown -R jenkins:jenkins . [Pipeline] stash 06:59:33 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 06:59:34 + sudo chown -R jenkins:jenkins . [Pipeline] sh 06:59:34 + ls -al . 06:59:34 total 180 06:59:34 drwxrwxr-x 14 jenkins jenkins 4096 May 10 06:57 . 06:59:34 drwxrwxr-x 4 jenkins jenkins 4096 May 10 06:55 .. 06:59:34 drwxrwxr-x 2 jenkins jenkins 4096 May 10 06:55 .blubracket 06:59:34 -rw-rw-r-- 1 jenkins jenkins 18 May 10 06:55 .dockerignore 06:59:34 drwxrwxr-x 8 jenkins jenkins 4096 May 10 06:56 .git 06:59:34 drwxrwxr-x 3 jenkins jenkins 4096 May 10 06:55 .github 06:59:34 -rw-rw-r-- 1 jenkins jenkins 185 May 10 06:55 .gitignore 06:59:34 drwxr-xr-x 3 jenkins jenkins 4096 May 10 06:56 .semver 06:59:34 -rw-rw-r-- 1 jenkins jenkins 8418 May 10 06:55 Attribution.txt 06:59:34 -rw-rw-r-- 1 jenkins jenkins 17205 May 10 06:55 CHANGELOG.md 06:59:34 -rw-rw-r-- 1 jenkins jenkins 3959 May 10 06:55 CONTRIBUTING.md 06:59:34 -rw-rw-r-- 1 jenkins jenkins 1788 May 10 06:55 Dockerfile 06:59:34 -rw-rw-r-- 1 jenkins jenkins 652 May 10 06:55 Jenkinsfile 06:59:34 -rw-rw-r-- 1 jenkins jenkins 11357 May 10 06:55 LICENSE 06:59:34 -rw-rw-r-- 1 jenkins jenkins 2124 May 10 06:55 Makefile 06:59:34 -rw-rw-r-- 1 jenkins jenkins 4558 May 10 06:55 README.md 06:59:34 -rw-rw-r-- 1 jenkins jenkins 5 May 10 06:56 VERSION 06:59:34 drwxrwxr-x 3 jenkins jenkins 4096 May 10 06:55 assets 06:59:34 drwxrwxr-x 2 jenkins jenkins 4096 May 10 06:55 bin 06:59:34 drwxrwxr-x 3 jenkins jenkins 4096 May 10 06:55 cmd 06:59:34 -rw-r--r-- 1 jenkins jenkins 10 May 10 06:57 coverage.out 06:59:34 drwxrwxr-x 2 jenkins jenkins 4096 May 10 06:55 docs 06:59:34 -rw-rw-r-- 1 jenkins jenkins 3052 May 10 06:55 go.mod 06:59:34 -rw-rw-r-- 1 jenkins jenkins 30610 May 10 06:55 go.sum 06:59:34 drwxrwxr-x 8 jenkins jenkins 4096 May 10 06:55 internal 06:59:34 drwxrwxr-x 4 jenkins jenkins 4096 May 10 06:55 snap 06:59:34 drwxrwxr-x 4 jenkins jenkins 4096 May 10 06:55 testing 06:59:34 -rw-rw-r-- 1 jenkins jenkins 155 May 10 06:55 version.go 06:59:34 drwxrwxr-x 6 jenkins jenkins 4096 May 10 06:58 web [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:59:35 + 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=1d56314d3ac19a41056deabee6b793e09a1ebba4 --label arch=amd64 --label version=0.0.0 . 06:59:35 Sending build context to Docker daemon 48.56MB 06:59:35 Step 1/25 : ARG BASE=golang:1.20-alpine3.17 06:59:35 Step 2/25 : FROM ${BASE} AS builder 06:59:35 ---> 0c5b56b2b3af 06:59:35 Step 3/25 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" 06:59:36 ---> Running in c1bed31c68cc 06:59:36 Removing intermediate container c1bed31c68cc 06:59:36 ---> 566d7925283f 06:59:36 Step 4/25 : ARG ALPINE_PKG_BASE="make git" 06:59:36 ---> Running in 4496d09d1bbd 06:59:36 Removing intermediate container 4496d09d1bbd 06:59:36 ---> cd3a3ef83ce7 06:59:36 Step 5/25 : ARG ALPINE_PKG_EXTRA="" 06:59:36 ---> Running in db9b99d39c0d 06:59:36 Removing intermediate container db9b99d39c0d 06:59:36 ---> 80f3824285a5 06:59:36 Step 6/25 : LABEL Name=edgex-ui-go 06:59:36 ---> Running in cbccaa9ed1e0 06:59:36 Removing intermediate container cbccaa9ed1e0 06:59:36 ---> 445a970480bd 06:59:36 Step 7/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2023: Intel' 06:59:36 ---> Running in a3f98a110972 06:59:36 Removing intermediate container a3f98a110972 06:59:36 ---> a4b36942afed 06:59:36 Step 8/25 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 06:59:36 2ced38df9373: Pull complete 06:59:37 ---> 15ac793b360f 06:59:37 Step 9/25 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 06:59:37 ---> Running in f5cdc14923cf 06:59:38 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 06:59:38 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 06:59:38 58f1dce35555: Pull complete 06:59:38 OK: 265 MiB in 53 packages 06:59:38 Digest: sha256:3b55595e96c696ae732e8cb20cde5b1ff7282a1fe1423a8de67617af8d15ea1e 06:59:38 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine 06:59:38 ---> fadd8f120f05 06:59:38 Step 3/15 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" 06:59:39 Removing intermediate container f5cdc14923cf 06:59:39 ---> c6496341336c 06:59:39 Step 10/25 : ENV GO111MODULE=on 06:59:39 ---> Running in 99f0941385b7 06:59:39 Removing intermediate container 99f0941385b7 06:59:39 ---> acbcef058d98 06:59:39 Step 11/25 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go 06:59:39 ---> Running in 618c890cd86a 06:59:39 Removing intermediate container 618c890cd86a 06:59:39 ---> 294fa45d754d 06:59:39 Step 12/25 : COPY go.mod vendor* ./ 06:59:39 ---> 14e8d34a17cd 06:59:39 Step 13/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 06:59:39 ---> Running in 6d2fcc9f3224 06:59:40 ---> Running in 326446b9f7d1 06:59:40 Removing intermediate container 326446b9f7d1 06:59:40 ---> 9d0aca4be640 06:59:40 Step 4/15 : ARG ALPINE_PKG_BASE="make git" 06:59:40 ---> Running in f661262b918c 06:59:40 Removing intermediate container f661262b918c 06:59:40 ---> c69c968176e7 06:59:40 Step 5/15 : ARG ALPINE_PKG_EXTRA="" 06:59:40 ---> Running in 96f5677a5282 06:59:40 Removing intermediate container 6d2fcc9f3224 06:59:40 ---> cdc74ff24107 06:59:40 Step 14/25 : COPY . . 06:59:40 Removing intermediate container 96f5677a5282 06:59:40 ---> 47715f62a20f 06:59:40 Step 6/15 : LABEL Name=edgex-ui-go 06:59:40 ---> Running in d4c0d733d7d8 06:59:41 Removing intermediate container d4c0d733d7d8 06:59:41 ---> a29f087b1c52 06:59:41 Step 7/15 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2023: Intel' 06:59:41 ---> Running in 3c8546bbbc66 06:59:41 Removing intermediate container 3c8546bbbc66 06:59:41 ---> afa6ed67ba27 06:59:41 Step 8/15 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 06:59:42 latest: Pulling from library/docker 06:59:42 c41833b44d91: Already exists 06:59:42 6343a5c17821: Pulling fs layer 06:59:42 7fb3fc37985f: Pulling fs layer 06:59:42 5933e237d708: Pulling fs layer 06:59:42 2b0fdbd15401: Pulling fs layer 06:59:42 f9d9fad9f3bf: Pulling fs layer 06:59:42 06c4757f18ad: Pulling fs layer 06:59:42 5e9f1fdefa97: Pulling fs layer 06:59:42 96583f52a7e2: Pulling fs layer 06:59:42 3bd06c4f566f: Pulling fs layer 06:59:42 8e57014f8571: Pulling fs layer 06:59:42 bfc3ae70c112: Pulling fs layer 06:59:42 2e0f9040f209: Pulling fs layer 06:59:42 09360c6385a6: Pulling fs layer 06:59:42 f9d9fad9f3bf: Waiting 06:59:42 06c4757f18ad: Waiting 06:59:42 5e9f1fdefa97: Waiting 06:59:42 96583f52a7e2: Waiting 06:59:42 3bd06c4f566f: Waiting 06:59:42 8e57014f8571: Waiting 06:59:42 bfc3ae70c112: Waiting 06:59:42 2e0f9040f209: Waiting 06:59:42 09360c6385a6: Waiting 06:59:42 2b0fdbd15401: Waiting 06:59:42 7fb3fc37985f: Verifying Checksum 06:59:42 7fb3fc37985f: Download complete 06:59:42 6343a5c17821: Download complete 06:59:42 ---> 4128d0f7e06c 06:59:42 Step 15/25 : RUN ${MAKE} 06:59:42 ---> Running in 5a9cba7e2e7d 06:59:42 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus" -ldflags "-X github.com/edgexfoundry/edgex-ui-go.Version=0.0.0" -o cmd/edgex-ui-server/edgex-ui-server ./cmd/edgex-ui-server 06:59:42 5933e237d708: Verifying Checksum 06:59:42 5933e237d708: Download complete 06:59:43 2b0fdbd15401: Verifying Checksum 06:59:43 2b0fdbd15401: Download complete 06:59:43 06c4757f18ad: Verifying Checksum 06:59:43 06c4757f18ad: Download complete 06:59:43 f9d9fad9f3bf: Verifying Checksum 06:59:43 f9d9fad9f3bf: Download complete 06:59:43 5e9f1fdefa97: Verifying Checksum 06:59:43 5e9f1fdefa97: Download complete 06:59:43 96583f52a7e2: Verifying Checksum 06:59:43 96583f52a7e2: Download complete 06:59:43 8e57014f8571: Verifying Checksum 06:59:43 8e57014f8571: Download complete 06:59:43 6343a5c17821: Pull complete 06:59:43 2e0f9040f209: Verifying Checksum 06:59:43 2e0f9040f209: Download complete 06:59:43 3bd06c4f566f: Verifying Checksum 06:59:43 3bd06c4f566f: Download complete 06:59:43 09360c6385a6: Verifying Checksum 06:59:43 09360c6385a6: Download complete 06:59:43 7fb3fc37985f: Pull complete 06:59:44 5933e237d708: Pull complete 06:59:44 bfc3ae70c112: Verifying Checksum 06:59:44 bfc3ae70c112: Download complete 06:59:45 2b0fdbd15401: Pull complete 06:59:46 f9d9fad9f3bf: Pull complete 06:59:46 06c4757f18ad: Pull complete 06:59:47 5e9f1fdefa97: Pull complete 06:59:47 96583f52a7e2: Pull complete 06:59:48 3bd06c4f566f: Pull complete 06:59:48 8e57014f8571: Pull complete 06:59:54 bfc3ae70c112: Pull complete 06:59:54 2e0f9040f209: Pull complete 06:59:54 09360c6385a6: Pull complete 06:59:54 Digest: sha256:064b3ab5253f812c4fa076b74910435df0c8c7c3e7321330592f2ee50c894619 06:59:54 Status: Downloaded newer image for docker:latest 06:59:56 ---> 3f11cded6442 06:59:56 Step 9/15 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 06:59:56 ---> Running in 10f60c9ff687 06:59:57 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 06:59:58 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 06:59:59 OK: 263 MiB in 53 packages 07:00:00 Removing intermediate container 10f60c9ff687 07:00:00 ---> cedb1d38ff75 07:00:00 Step 10/15 : ENV GO111MODULE=on 07:00:00 ---> Running in 3598d5a2e922 07:00:00 Removing intermediate container 3598d5a2e922 07:00:00 ---> 373c8170a9db 07:00:00 Step 11/15 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go 07:00:00 ---> Running in b562504e81be 07:00:00 Removing intermediate container 5a9cba7e2e7d 07:00:00 ---> be60d98b4d68 07:00:00 Step 16/25 : FROM alpine:3.17 07:00:00 3.17: Pulling from library/alpine 07:00:00 f56be85fc22e: Already exists 07:00:01 Removing intermediate container b562504e81be 07:00:01 ---> 0e4f6b272651 07:00:01 Step 12/15 : COPY go.mod vendor* ./ 07:00:01 Digest: sha256:124c7d2707904eea7431fffe91522a01e5a861a624ee31d03372cc1d138a3126 07:00:01 Status: Downloaded newer image for alpine:3.17 07:00:01 ---> 9ed4aefc74f6 07:00:01 Step 17/25 : EXPOSE 4000 07:00:01 ---> Running in 9ea7c58590cb 07:00:01 Removing intermediate container 9ea7c58590cb 07:00:01 ---> 93b5f51512f3 07:00:01 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 07:00:01 ---> f070b4d5aefa 07:00:01 Step 13/15 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 07:00:01 ---> Running in 314e3b2c2664 07:00:02 ---> 9add3809cba0 07:00:02 Step 19/25 : COPY --from=builder /go/src/github.com/edgexfoundry/edgex-ui-go/Attribution.txt /Attribution.txt 07:00:02 ---> 8d2830b62a9d 07:00:02 Step 20/25 : COPY --from=builder /go/src/github.com/edgexfoundry/edgex-ui-go/LICENSE /LICENSE 07:00:02 ---> 9de719a4aa06 07:00:02 Step 21/25 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server 07:00:02 ---> Running in b6672c9fcc2d 07:00:02 Removing intermediate container b6672c9fcc2d 07:00:02 ---> d48566ca3338 07:00:02 Step 22/25 : ENTRYPOINT ["./edgex-ui-server","--configDir=res/docker"] 07:00:02 ---> Running in 89fdfe24eb7b 07:00:02 Removing intermediate container 89fdfe24eb7b 07:00:02 ---> 777808f3adb8 07:00:02 Step 23/25 : LABEL arch=amd64 07:00:02 ---> Running in af382f027974 07:00:02 Removing intermediate container af382f027974 07:00:02 ---> e3607887103a 07:00:02 Step 24/25 : LABEL git_sha=1d56314d3ac19a41056deabee6b793e09a1ebba4 07:00:02 ---> Running in 1d122f407014 07:00:02 Removing intermediate container 1d122f407014 07:00:02 ---> a7a4379e78a3 07:00:02 Step 25/25 : LABEL version=0.0.0 07:00:02 ---> Running in 3fdae8406483 07:00:02 Removing intermediate container 3fdae8406483 07:00:02 ---> 03ca3138f9fc 07:00:02 [Warning] One or more build-args [ARCH] were not consumed 07:00:02 Successfully built 03ca3138f9fc 07:00:02 Successfully tagged edgex-ui:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:00:03 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 07:00:03 07:00:03 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:00:05 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 07:00:05 latest: Pulling from edgex-lftools-log-publisher 07:00:05 5eb5b503b376: Pulling fs layer 07:00:05 5c69ac0246d0: Pulling fs layer 07:00:05 ec43610c2a17: Pulling fs layer 07:00:05 3a2ae6a8a46f: Pulling fs layer 07:00:05 33b1e0a273af: Pulling fs layer 07:00:05 5d3b04190fa2: Pulling fs layer 07:00:05 2f39f015ded8: Pulling fs layer 07:00:05 33b1e0a273af: Waiting 07:00:05 5d3b04190fa2: Waiting 07:00:05 2f39f015ded8: Waiting 07:00:05 3a2ae6a8a46f: Waiting 07:00:05 5c69ac0246d0: Download complete 07:00:05 3a2ae6a8a46f: Download complete 07:00:05 33b1e0a273af: Verifying Checksum 07:00:05 33b1e0a273af: Download complete 07:00:05 5d3b04190fa2: Verifying Checksum 07:00:05 5d3b04190fa2: Download complete 07:00:05 ec43610c2a17: Verifying Checksum 07:00:05 ec43610c2a17: Download complete 07:00:05 5eb5b503b376: Verifying Checksum 07:00:05 5eb5b503b376: Download complete 07:00:06 2f39f015ded8: Verifying Checksum 07:00:06 2f39f015ded8: Download complete 07:00:07 5eb5b503b376: Pull complete 07:00:07 5c69ac0246d0: Pull complete 07:00:07 ec43610c2a17: Pull complete 07:00:07 3a2ae6a8a46f: Pull complete 07:00:07 33b1e0a273af: Pull complete 07:00:07 5d3b04190fa2: Pull complete 07:00:12 2f39f015ded8: Pull complete 07:00:12 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 07:00:12 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 07:00:12 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 07:00:16 prd-ubuntu20.04-docker-8c-8g-14883 does not seem to be running inside a container 07:00:16 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgexfoundry_edgex-ui-go_PR-606 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-606:/w/workspace/edgexfoundry_edgex-ui-go_PR-606:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-606@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-606@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 07:00:21 $ docker top e9060cf7da1e520eae002013563a0299119aa34db2662d02b2e003233874fc81 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 07:00:21 ---> job-cost.sh 07:00:21 lf-activate-venv: SKIPPING 07:00:21 INFO: No Stack... 07:00:21 INFO: Retrieving Pricing Info for: v3-standard-8 07:00:22 INFO: Archiving Costs [Pipeline] sh 07:00:23 + cat /w/workspace/edgexfoundry_edgex-ui-go_PR-606/archives/cost.csv 07:00:23 + cut -d, -f6 [Pipeline] lock 07:00:24 Trying to acquire lock on [jenkins-edgexfoundry-edgex-ui-go-PR-606-1-stack-cost] 07:00:24 Resource [jenkins-edgexfoundry-edgex-ui-go-PR-606-1-stack-cost] did not exist. Created. 07:00:24 Lock acquired on [jenkins-edgexfoundry-edgex-ui-go-PR-606-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 07:00:24 + echo total: 0.2199999988079071 [Pipeline] stash 07:00:26 Stashed 1 file(s) [Pipeline] } 07:00:26 Lock released on resource [jenkins-edgexfoundry-edgex-ui-go-PR-606-1-stack-cost] [Pipeline] // lock [Pipeline] } 07:00:26 $ docker stop --time=1 e9060cf7da1e520eae002013563a0299119aa34db2662d02b2e003233874fc81 07:00:27 $ docker rm -f --volumes e9060cf7da1e520eae002013563a0299119aa34db2662d02b2e003233874fc81 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 07:01:02 Removing intermediate container 314e3b2c2664 07:01:02 ---> fb0b3a4bfc20 07:01:02 Step 14/15 : COPY . . 07:01:05 ---> 5b85fb8832d4 07:01:05 Step 15/15 : RUN ${MAKE} 07:01:06 ---> Running in 47d4cd3bb393 07:01:07 noop 07:01:07 Removing intermediate container 47d4cd3bb393 07:01:07 ---> 562663e872f8 07:01:08 Successfully built 562663e872f8 07:01:08 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:01:08 + docker inspect -f . ci-base-image-arm64 07:01:08 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 07:01:08 prd-ubuntu20.04-docker-arm64-4c-16g-14884 does not seem to be running inside a container 07:01:08 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/1 -v /w/workspace/edgex-ui-go/1:/w/workspace/edgex-ui-go/1:rw,z -v /w/workspace/edgex-ui-go/1@tmp:/w/workspace/edgex-ui-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 07:01:10 $ docker top 11e6c8e1be7c40ed834691e51445c8aa1ae09a2113a21481824fac23ba79c88d -eo pid,comm [Pipeline] { [Pipeline] sh 07:01:11 + go version 07:01:11 go version go1.20.2 linux/arm64 [Pipeline] } 07:01:11 $ docker stop --time=1 11e6c8e1be7c40ed834691e51445c8aa1ae09a2113a21481824fac23ba79c88d 07:01:14 $ docker rm -f --volumes 11e6c8e1be7c40ed834691e51445c8aa1ae09a2113a21481824fac23ba79c88d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:01:15 + docker inspect -f . ci-base-image-arm64 07:01:15 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 07:01:15 prd-ubuntu20.04-docker-arm64-4c-16g-14884 does not seem to be running inside a container 07:01:15 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/edgex-ui-go/1 -v /w/workspace/edgex-ui-go/1:/w/workspace/edgex-ui-go/1:rw,z -v /w/workspace/edgex-ui-go/1@tmp:/w/workspace/edgex-ui-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 07:01:17 $ docker top fb567ab328eaa660d0f3de6c60c8aa3fda25300c49b9ecca825652cd142690f9 -eo pid,comm [Pipeline] { [Pipeline] sh 07:01:17 + git config --global --add safe.directory /w/workspace/edgex-ui-go/1 [Pipeline] fileExists [Pipeline] sh 07:01:18 + make test 07:01:18 CGO_ENABLED=0 GO111MODULE=on go test -tags "no_messagebus" -coverprofile=coverage.out ./... 07:01:57 ? github.com/edgexfoundry/edgex-ui-go [no test files] 07:03:34 ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] 07:03:34 ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] 07:03:34 ? github.com/edgexfoundry/edgex-ui-go/internal/common [no test files] 07:03:34 ? github.com/edgexfoundry/edgex-ui-go/internal/config [no test files] 07:03:34 ? github.com/edgexfoundry/edgex-ui-go/internal/container [no test files] 07:03:34 ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] 07:03:34 ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] 07:03:34 ? github.com/edgexfoundry/edgex-ui-go/internal/service [no test files] 07:03:34 CGO_ENABLED=0 GO111MODULE=on go vet -tags "no_messagebus" ./... 07:03:56 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 07:03:56 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 07:03:56 ./bin/test-attribution-txt.sh 07:03:56 make -C web test 07:03:56 make[1]: Entering directory '/w/workspace/edgex-ui-go/1/web' 07:03:56 make[1]: tput: No such file or directory 07:03:56 make[1]: tput: No such file or directory 07:03:56 warning: generating ./VERSION 07:03:56 echo "0.0.0" > VERSION 07:03:56 docker build \ 07:03:56 -f Dockerfile \ 07:03:56 --build-arg USER=1000 \ 07:03:56 \ 07:03:56 --label "git_sha=1d56314d3ac19a41056deabee6b793e09a1ebba4" \ 07:03:56 -t edgexfoundry/edgex-web-ui:1d56314d3ac19a41056deabee6b793e09a1ebba4 \ 07:03:56 -t edgexfoundry/edgex-web-ui:0.0.0-dev \ 07:03:56 . 07:03:56 DEPRECATED: The legacy builder is deprecated and will be removed in a future release. 07:03:56 Install the buildx component to build images with BuildKit: 07:03:56 https://docs.docker.com/go/buildx/ 07:03:56 07:03:56 Sending build context to Docker daemon 2.571MB 07:03:56 Step 1/10 : FROM node:16.17-alpine3.15 07:03:56 16.17-alpine3.15: Pulling from library/node 07:03:56 47517142f6ba: Pulling fs layer 07:03:56 5f8c4bfa009b: Pulling fs layer 07:03:56 f7079c9c4ba1: Pulling fs layer 07:03:56 aba105e6f55a: Pulling fs layer 07:03:56 aba105e6f55a: Waiting 07:03:57 47517142f6ba: Download complete 07:03:58 aba105e6f55a: Verifying Checksum 07:03:58 aba105e6f55a: Download complete 07:03:58 47517142f6ba: Pull complete 07:03:58 f7079c9c4ba1: Verifying Checksum 07:03:58 f7079c9c4ba1: Download complete 07:04:00 5f8c4bfa009b: Verifying Checksum 07:04:00 5f8c4bfa009b: Download complete 07:04:04 5f8c4bfa009b: Pull complete 07:04:04 f7079c9c4ba1: Pull complete 07:04:06 aba105e6f55a: Pull complete 07:04:06 Digest: sha256:84c606bfbe4cf120c52b17c3b727e614d99e357a8e350f83a4e7b9ec0798e04a 07:04:06 Status: Downloaded newer image for node:16.17-alpine3.15 07:04:06 ---> bf1b8b58d215 07:04:06 Step 2/10 : RUN apk add --no-cache chromium 07:04:07 ---> Running in 93b100ae832b 07:04:08 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 07:04:08 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 07:04:09 (1/128) Installing libxau (1.0.9-r0) 07:04:09 (2/128) Installing libmd (1.0.3-r0) 07:04:09 (3/128) Installing libbsd (0.11.3-r1) 07:04:09 (4/128) Installing libxdmcp (1.1.3-r0) 07:04:09 (5/128) Installing libxcb (1.14-r2) 07:04:09 (6/128) Installing libx11 (1.7.3.1-r0) 07:04:10 (7/128) Installing libxext (1.3.4-r0) 07:04:10 (8/128) Installing libice (1.0.10-r0) 07:04:10 (9/128) Installing libuuid (2.37.4-r0) 07:04:10 (10/128) Installing libsm (1.2.3-r0) 07:04:10 (11/128) Installing libxt (1.2.1-r0) 07:04:10 (12/128) Installing libxmu (1.1.3-r0) 07:04:10 (13/128) Installing xset (1.2.4-r0) 07:04:10 (14/128) Installing xprop (1.2.5-r0) 07:04:10 (15/128) Installing xdg-utils (1.1.3-r0) 07:04:10 (16/128) Installing eudev-libs (3.2.11_pre1-r0) 07:04:10 (17/128) Installing pkgconf (1.8.1-r0) 07:04:10 (18/128) Installing libffi (3.4.2-r1) 07:04:10 (19/128) Installing libintl (0.21-r0) 07:04:10 (20/128) Installing libblkid (2.37.4-r0) 07:04:10 (21/128) Installing libmount (2.37.4-r0) 07:04:10 (22/128) Installing pcre (8.45-r1) 07:04:10 (23/128) Installing glib (2.70.1-r0) 07:04:10 (24/128) Installing xz-libs (5.2.5-r1) 07:04:10 (25/128) Installing libxml2 (2.9.14-r2) 07:04:10 (26/128) Installing shared-mime-info (2.1-r2) 07:04:10 (27/128) Installing hicolor-icon-theme (0.17-r1) 07:04:10 (28/128) Installing libjpeg-turbo (2.1.2-r0) 07:04:10 (29/128) Installing libpng (1.6.37-r1) 07:04:10 (30/128) Installing libwebp (1.2.2-r0) 07:04:11 (31/128) Installing zstd-libs (1.5.0-r0) 07:04:11 (32/128) Installing tiff (4.4.0-r1) 07:04:11 (33/128) Installing gdk-pixbuf (2.42.8-r0) 07:04:11 (34/128) Installing gtk-update-icon-cache (2.24.33-r0) 07:04:11 (35/128) Installing libxcomposite (0.4.5-r0) 07:04:11 (36/128) Installing libxfixes (6.0.0-r0) 07:04:11 (37/128) Installing libxrender (0.9.10-r3) 07:04:11 (38/128) Installing libxcursor (1.2.0-r0) 07:04:11 (39/128) Installing libxdamage (1.1.5-r1) 07:04:11 (40/128) Installing libxi (1.8-r0) 07:04:11 (41/128) Installing libxinerama (1.1.4-r1) 07:04:11 (42/128) Installing libxrandr (1.5.2-r1) 07:04:11 (43/128) Installing atk (2.36.0-r0) 07:04:11 (44/128) Installing libxtst (1.2.3-r3) 07:04:11 (45/128) Installing dbus-libs (1.12.24-r0) 07:04:11 (46/128) Installing at-spi2-core (2.42.0-r0) 07:04:11 (47/128) Installing at-spi2-atk (2.38.0-r0) 07:04:11 (48/128) Installing expat (2.5.0-r0) 07:04:11 (49/128) Installing brotli-libs (1.0.9-r5) 07:04:11 (50/128) Installing libbz2 (1.0.8-r1) 07:04:11 (51/128) Installing freetype (2.11.1-r2) 07:04:11 (52/128) Installing fontconfig (2.13.1-r4) 07:04:11 (53/128) Installing pixman (0.40.0-r4) 07:04:11 (54/128) Installing cairo (1.16.0-r5) 07:04:11 (55/128) Installing cairo-gobject (1.16.0-r5) 07:04:11 (56/128) Installing avahi-libs (0.8-r5) 07:04:11 (57/128) Installing gmp (6.2.1-r1) 07:04:11 (58/128) Installing nettle (3.7.3-r0) 07:04:11 (59/128) Installing p11-kit (0.24.0-r1) 07:04:11 (60/128) Installing libtasn1 (4.18.0-r1) 07:04:11 (61/128) Installing libunistring (0.9.10-r1) 07:04:11 (62/128) Installing gnutls (3.7.1-r2) 07:04:11 (63/128) Installing cups-libs (2.3.3-r6) 07:04:11 (64/128) Installing libepoxy (1.5.9-r0) 07:04:12 (65/128) Installing fribidi (1.0.11-r0) 07:04:12 (66/128) Installing graphite2 (1.3.14-r0) 07:04:12 (67/128) Installing harfbuzz (3.0.0-r2) 07:04:12 (68/128) Installing libxft (2.3.4-r0) 07:04:12 (69/128) Installing pango (1.48.10-r0) 07:04:12 (70/128) Installing wayland-libs-client (1.19.0-r1) 07:04:12 (71/128) Installing wayland-libs-cursor (1.19.0-r1) 07:04:12 (72/128) Installing wayland-libs-egl (1.19.0-r1) 07:04:12 (73/128) Installing xkeyboard-config (2.34-r0) 07:04:12 (74/128) Installing libxkbcommon (1.3.1-r0) 07:04:12 (75/128) Installing gtk+3.0 (3.24.30-r0) 07:04:12 Executing gtk+3.0-3.24.30-r0.post-install 07:04:12 (76/128) Installing libfontenc (1.1.4-r0) 07:04:12 (77/128) Installing mkfontscale (1.2.1-r1) 07:04:12 (78/128) Installing ttf-opensans (1.10-r1) 07:04:13 Executing ttf-opensans-1.10-r1.post-install 07:04:15 (79/128) Installing libogg (1.3.5-r0) 07:04:15 (80/128) Installing flac (1.3.4-r0) 07:04:15 (81/128) Installing alsa-lib (1.2.5.1-r1) 07:04:15 (82/128) Installing libatomic (10.3.1_git20211027-r0) 07:04:15 (83/128) Installing sdl2 (2.0.16-r4) 07:04:15 (84/128) Installing aom-libs (3.2.0-r0) 07:04:16 (85/128) Installing libass (0.15.2-r0) 07:04:16 (86/128) Installing libdav1d (0.9.2-r0) 07:04:16 (87/128) Installing ncurses-terminfo-base (6.3_p20211120-r1) 07:04:16 (88/128) Installing ncurses-libs (6.3_p20211120-r1) 07:04:16 (89/128) Installing lame (3.100-r0) 07:04:16 (90/128) Installing opus (1.3.1-r1) 07:04:16 (91/128) Installing libgomp (10.3.1_git20211027-r0) 07:04:16 (92/128) Installing soxr (0.1.3-r2) 07:04:16 (93/128) Installing libsrt (1.4.2-r1) 07:04:16 (94/128) Installing libssh (0.9.6-r1) 07:04:16 (95/128) Installing libtheora (1.1.1-r16) 07:04:16 (96/128) Installing v4l-utils-libs (1.22.1-r1) 07:04:16 (97/128) Installing libdrm (2.4.109-r0) 07:04:16 (98/128) Installing libva (2.13.0-r0) 07:04:16 (99/128) Installing libvdpau (1.4-r0) 07:04:16 (100/128) Installing vidstab (1.1.0-r1) 07:04:16 (101/128) Installing libvorbis (1.3.7-r0) 07:04:16 (102/128) Installing libvpx (1.10.0-r0) 07:04:16 (103/128) Installing vulkan-loader (1.2.196-r0) 07:04:16 (104/128) Installing x264-libs (20210613-r0) 07:04:16 (105/128) Installing x265-libs (3.5-r0) 07:04:17 (106/128) Installing xvidcore (1.3.7-r1) 07:04:17 (107/128) Installing ffmpeg-libs (4.4.1-r2) 07:04:17 (108/128) Installing libevent (2.1.12-r4) 07:04:18 (109/128) Installing mesa (21.2.6-r0) 07:04:18 (110/128) Installing wayland-libs-server (1.19.0-r1) 07:04:18 (111/128) Installing mesa-gbm (21.2.6-r0) 07:04:18 (112/128) Installing lcms2 (2.12-r1) 07:04:18 (113/128) Installing nspr (4.32-r0) 07:04:18 (114/128) Installing sqlite-libs (3.36.0-r0) 07:04:18 (115/128) Installing nss (3.78.1-r0) 07:04:18 (116/128) Installing libasyncns (0.8-r1) 07:04:18 (117/128) Installing libltdl (2.4.6-r7) 07:04:18 (118/128) Installing orc (0.4.32-r0) 07:04:18 (119/128) Installing libsndfile (1.0.31-r1) 07:04:18 (120/128) Installing speexdsp (1.2.0-r0) 07:04:18 (121/128) Installing tdb-libs (1.4.5-r0) 07:04:18 (122/128) Installing libpulse (15.0-r2) 07:04:19 (123/128) Installing re2 (2021.11.01-r0) 07:04:19 (124/128) Installing snappy (1.1.9-r1) 07:04:19 (125/128) Installing libgpg-error (1.42-r1) 07:04:19 (126/128) Installing libgcrypt (1.9.4-r0) 07:04:19 (127/128) Installing libxslt (1.1.35-r0) 07:04:19 (128/128) Installing chromium (99.0.4844.84-r0) 07:04:23 Executing busybox-1.34.1-r7.trigger 07:04:23 Executing glib-2.70.1-r0.trigger 07:04:23 Executing shared-mime-info-2.1-r2.trigger 07:04:25 Executing gdk-pixbuf-2.42.8-r0.trigger 07:04:25 Executing gtk-update-icon-cache-2.24.33-r0.trigger 07:04:25 Executing fontconfig-2.13.1-r4.trigger 07:04:25 Executing mkfontscale-1.2.1-r1.trigger 07:04:25 OK: 275 MiB in 144 packages 07:04:38 Removing intermediate container 93b100ae832b 07:04:38 ---> 9aad4b195894 07:04:38 Step 3/10 : ENV CHROME_BIN=/usr/bin/chromium-browser 07:04:38 ---> Running in 4675e08af3fe 07:04:38 Removing intermediate container 4675e08af3fe 07:04:38 ---> 49182b960187 07:04:38 Step 4/10 : ENV PATH /app/node_modules/.bin:$PATH 07:04:38 ---> Running in 9dd5c0483375 07:04:38 Removing intermediate container 9dd5c0483375 07:04:38 ---> e70a0ee21d8e 07:04:38 Step 5/10 : RUN npm install -g npm 07:04:38 ---> Running in 82843e25934d 07:05:04 07:05:04 removed 7 packages, changed 101 packages, and audited 264 packages in 25s 07:05:04 07:05:04 27 packages are looking for funding 07:05:04 run `npm fund` for details 07:05:04 07:05:04 found 0 vulnerabilities 07:05:09 Removing intermediate container 82843e25934d 07:05:09 ---> f1292985acf1 07:05:09 Step 6/10 : ARG USER=1000 07:05:09 ---> Running in 94d149e28ae3 07:05:09 Removing intermediate container 94d149e28ae3 07:05:09 ---> dd6dc2fa6501 07:05:09 Step 7/10 : RUN deluser --remove-home node && adduser -u $USER -D -s /bin/sh node 07:05:09 ---> Running in 2fe9ed656f38 07:05:11 Removing intermediate container 2fe9ed656f38 07:05:11 ---> baebe95fcf54 07:05:11 Step 8/10 : USER $USER:$USER 07:05:11 ---> Running in 642e819da16b 07:05:11 Removing intermediate container 642e819da16b 07:05:11 ---> 4453a36cf4d8 07:05:11 Step 9/10 : WORKDIR /app 07:05:11 ---> Running in e5252f97ec82 07:05:12 Removing intermediate container e5252f97ec82 07:05:12 ---> 373d4cf83bfb 07:05:12 Step 10/10 : LABEL git_sha=1d56314d3ac19a41056deabee6b793e09a1ebba4 07:05:12 ---> Running in 11ea6a3e083f 07:05:12 Removing intermediate container 11ea6a3e083f 07:05:12 ---> 9079f53bf246 07:05:12 Successfully built 9079f53bf246 07:05:12 Successfully tagged edgexfoundry/edgex-web-ui:1d56314d3ac19a41056deabee6b793e09a1ebba4 07:05:13 Successfully tagged edgexfoundry/edgex-web-ui:0.0.0-dev 07:05:13 touch edgex-web-ui.imagebuilt 07:05:13 mkdir -p node_modules coverage 07:05:13 chown "1000:1000" node_modules coverage package-lock.json 07:05:13 docker run --rm -i -v "$(pwd):/app" -u "1000:1000" edgexfoundry/edgex-web-ui:0.0.0-dev npm install 07:05:26 npm WARN old lockfile 07:05:26 npm WARN old lockfile The package-lock.json file was created with an old version of npm, 07:05:26 npm WARN old lockfile so supplemental metadata must be fetched from the registry. 07:05:26 npm WARN old lockfile 07:05:26 npm WARN old lockfile This is a one-time fix-up, please be patient... 07:05:26 npm WARN old lockfile 07:06:13 npm WARN EBADENGINE Unsupported engine { 07:06:13 npm WARN EBADENGINE package: '@angular-devkit/architect@0.1202.4', 07:06:13 npm WARN EBADENGINE required: { 07:06:13 npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', 07:06:13 npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', 07:06:13 npm WARN EBADENGINE yarn: '>= 1.13.0' 07:06:13 npm WARN EBADENGINE }, 07:06:13 npm WARN EBADENGINE current: { node: 'v16.17.1', npm: '9.6.6' } 07:06:13 npm WARN EBADENGINE } 07:06:13 npm WARN EBADENGINE Unsupported engine { 07:06:13 npm WARN EBADENGINE package: '@angular-devkit/build-angular@12.2.4', 07:06:13 npm WARN EBADENGINE required: { 07:06:13 npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', 07:06:13 npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', 07:06:13 npm WARN EBADENGINE yarn: '>= 1.13.0' 07:06:13 npm WARN EBADENGINE }, 07:06:13 npm WARN EBADENGINE current: { node: 'v16.17.1', npm: '9.6.6' } 07:06:13 npm WARN EBADENGINE } 07:06:13 npm WARN EBADENGINE Unsupported engine { 07:06:13 npm WARN EBADENGINE package: '@angular-devkit/build-optimizer@0.1202.4', 07:06:13 npm WARN EBADENGINE required: { 07:06:13 npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', 07:06:13 npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', 07:06:13 npm WARN EBADENGINE yarn: '>= 1.13.0' 07:06:13 npm WARN EBADENGINE }, 07:06:13 npm WARN EBADENGINE current: { node: 'v16.17.1', npm: '9.6.6' } 07:06:13 npm WARN EBADENGINE } 07:06:13 npm WARN EBADENGINE Unsupported engine { 07:06:13 npm WARN EBADENGINE package: '@angular-devkit/build-webpack@0.1202.4', 07:06:13 npm WARN EBADENGINE required: { 07:06:13 npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', 07:06:13 npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', 07:06:13 npm WARN EBADENGINE yarn: '>= 1.13.0' 07:06:13 npm WARN EBADENGINE }, 07:06:13 npm WARN EBADENGINE current: { node: 'v16.17.1', npm: '9.6.6' } 07:06:13 npm WARN EBADENGINE } 07:06:13 npm WARN EBADENGINE Unsupported engine { 07:06:13 npm WARN EBADENGINE package: '@angular-devkit/core@12.2.4', 07:06:13 npm WARN EBADENGINE required: { 07:06:13 npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', 07:06:13 npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', 07:06:13 npm WARN EBADENGINE yarn: '>= 1.13.0' 07:06:13 npm WARN EBADENGINE }, 07:06:13 npm WARN EBADENGINE current: { node: 'v16.17.1', npm: '9.6.6' } 07:06:13 npm WARN EBADENGINE } 07:06:13 npm WARN EBADENGINE Unsupported engine { 07:06:13 npm WARN EBADENGINE package: '@angular-devkit/schematics@12.2.4', 07:06:13 npm WARN EBADENGINE required: { 07:06:13 npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', 07:06:13 npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', 07:06:13 npm WARN EBADENGINE yarn: '>= 1.13.0' 07:06:13 npm WARN EBADENGINE }, 07:06:13 npm WARN EBADENGINE current: { node: 'v16.17.1', npm: '9.6.6' } 07:06:13 npm WARN EBADENGINE } 07:06:13 npm WARN EBADENGINE Unsupported engine { 07:06:13 npm WARN EBADENGINE package: '@angular/cli@12.2.4', 07:06:13 npm WARN EBADENGINE required: { 07:06:13 npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', 07:06:13 npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', 07:06:13 npm WARN EBADENGINE yarn: '>= 1.13.0' 07:06:13 npm WARN EBADENGINE }, 07:06:13 npm WARN EBADENGINE current: { node: 'v16.17.1', npm: '9.6.6' } 07:06:13 npm WARN EBADENGINE } 07:06:13 npm WARN EBADENGINE Unsupported engine { 07:06:13 npm WARN EBADENGINE package: '@ngtools/webpack@12.2.4', 07:06:13 npm WARN EBADENGINE required: { 07:06:13 npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', 07:06:13 npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', 07:06:13 npm WARN EBADENGINE yarn: '>= 1.13.0' 07:06:13 npm WARN EBADENGINE }, 07:06:13 npm WARN EBADENGINE current: { node: 'v16.17.1', npm: '9.6.6' } 07:06:13 npm WARN EBADENGINE } 07:06:13 npm WARN EBADENGINE Unsupported engine { 07:06:13 npm WARN EBADENGINE package: '@schematics/angular@12.2.4', 07:06:13 npm WARN EBADENGINE required: { 07:06:13 npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', 07:06:13 npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', 07:06:13 npm WARN EBADENGINE yarn: '>= 1.13.0' 07:06:13 npm WARN EBADENGINE }, 07:06:13 npm WARN EBADENGINE current: { node: 'v16.17.1', npm: '9.6.6' } 07:06:13 npm WARN EBADENGINE } 07:06:45 npm WARN deprecated urix@0.1.0: Please see https://github.com/lydell/urix#deprecated 07:06:45 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 07:06:45 npm WARN deprecated source-map-url@0.4.1: See https://github.com/lydell/source-map-url#deprecated 07:06:48 npm WARN deprecated sourcemap-codec@1.4.8: Please use @jridgewell/sourcemap-codec instead 07:06:49 npm WARN deprecated source-map-resolve@0.6.0: See https://github.com/lydell/source-map-resolve#deprecated 07:06:49 npm WARN deprecated resolve-url@0.2.1: https://github.com/lydell/resolve-url#deprecated 07:06:53 npm WARN deprecated querystring@0.2.0: The querystring API is considered Legacy. new code should use the URLSearchParams API instead. 07:07:01 npm WARN deprecated har-validator@5.1.5: this library is no longer supported 07:07:02 npm WARN deprecated flatten@1.0.3: flatten is deprecated in favor of utility frameworks such as lodash. 07:07:04 npm WARN deprecated request@2.88.2: request has been deprecated, see https://github.com/request/request/issues/3142 07:07:14 npm WARN deprecated @npmcli/move-file@1.1.2: This functionality has been moved to @npmcli/fs 07:07:23 npm WARN deprecated source-map-resolve@0.5.3: See https://github.com/lydell/source-map-resolve#deprecated 07:07:23 npm WARN deprecated chokidar@2.1.8: Chokidar 2 does not receive security updates since 2019. Upgrade to chokidar 3 with 15x fewer dependencies 07:07:25 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. 07:07:29 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. 07:07:30 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. 07:07:30 npm WARN deprecated source-map-resolve@0.5.3: See https://github.com/lydell/source-map-resolve#deprecated 07:07:45 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 07:07:46 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 07:08:13 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. 07:08:35 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. 07:09:14 07:09:14 added 1475 packages, and audited 1476 packages in 4m 07:09:14 07:09:14 90 packages are looking for funding 07:09:14 run `npm fund` for details 07:09:15 07:09:15 37 vulnerabilities (1 low, 14 moderate, 17 high, 5 critical) 07:09:15 07:09:15 To address issues that do not require attention, run: 07:09:15 npm audit fix 07:09:15 07:09:15 To address all issues (including breaking changes), run: 07:09:15 npm audit fix --force 07:09:15 07:09:15 Run `npm audit` for details. 07:09:18 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 07:09:36 - Generating browser application bundles (phase: setup)... 07:10:15 Compiling @angular/core : es2015 as esm2015 07:10:15 Compiling @angular/compiler/testing : es2015 as esm2015 07:10:47 Compiling @angular/common : es2015 as esm2015 07:10:47 Compiling @angular/core/testing : es2015 as esm2015 07:10:51 Compiling @angular/platform-browser : es2015 as esm2015 07:10:51 Compiling @angular/common/testing : es2015 as esm2015 07:10:55 Compiling @angular/router : es2015 as esm2015 07:10:56 Compiling @angular/platform-browser-dynamic : es2015 as esm2015 07:11:02 Compiling @angular/platform-browser/testing : es2015 as esm2015 07:11:04 Compiling @angular/common/http : es2015 as esm2015 07:11:04 Compiling @angular/platform-browser-dynamic/testing : es2015 as esm2015 07:11:08 Compiling @angular/forms : es2015 as esm2015 07:11:09 Compiling @angular/common/http/testing : es2015 as esm2015 07:11:09 Compiling @angular/router/testing : es2015 as esm2015 07:12:17 10 05 2023 07:12:10.373:INFO [karma-server]: Karma v6.3.16 server started at http://localhost:9876/ 07:12:17 10 05 2023 07:12:10.386:INFO [launcher]: Launching browsers ChromeHeadlessNoSandbox with concurrency unlimited 07:12:17 10 05 2023 07:12:10.415:INFO [launcher]: Starting browser ChromeHeadless 07:13:13 10 05 2023 07:13:11.098:WARN [launcher]: ChromeHeadless has not captured in 60000 ms, killing. 07:14:10 10 05 2023 07:14:01.141:INFO [launcher]: Trying to start ChromeHeadless again (1/2). 07:14:22 ✔ Browser application bundle generation complete. 07:14:23 10 05 2023 07:14:23.470:INFO [Chrome Headless 99.0.4844.84 (Linux aarch64)]: Connected on socket faj_fgs5mzdTdsT8AAAB with id 5767079 07:14:41 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 0 of 145 SUCCESS (0 secs / 0 secs) 07:14:41 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 1 of 145 SUCCESS (0 secs / 0.263 secs) 07:14:44 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 2 of 145 SUCCESS (0 secs / 2.492 secs) 07:14:45 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 3 of 145 SUCCESS (0 secs / 2.89 secs) 07:14:45 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 4 of 145 SUCCESS (0 secs / 3.088 secs) 07:14:45 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 5 of 145 SUCCESS (0 secs / 3.445 secs) 07:14:46 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 6 of 145 SUCCESS (0 secs / 3.803 secs) 07:14:46 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 7 of 145 SUCCESS (0 secs / 3.906 secs) 07:14:46 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 8 of 145 SUCCESS (0 secs / 3.994 secs) 07:14:46 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 9 of 145 SUCCESS (0 secs / 4.053 secs) 07:14:46 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 10 of 145 SUCCESS (0 secs / 4.136 secs) 07:14:46 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 11 of 145 SUCCESS (0 secs / 4.378 secs) 07:14:47 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 12 of 145 SUCCESS (0 secs / 4.406 secs) 07:14:47 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 13 of 145 SUCCESS (0 secs / 4.519 secs) 07:14:47 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 14 of 145 SUCCESS (0 secs / 4.546 secs) 07:14:47 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 15 of 145 SUCCESS (0 secs / 4.586 secs) 07:14:47 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 16 of 145 SUCCESS (0 secs / 4.6 secs) 07:14:47 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 17 of 145 SUCCESS (0 secs / 4.644 secs) 07:14:47 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 18 of 145 SUCCESS (0 secs / 4.671 secs) 07:14:47 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 19 of 145 SUCCESS (0 secs / 4.883 secs) 07:14:47 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 20 of 145 SUCCESS (0 secs / 5.069 secs) 07:14:48 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 21 of 145 SUCCESS (0 secs / 5.355 secs) 07:14:48 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 22 of 145 SUCCESS (0 secs / 5.41 secs) 07:14:48 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 23 of 145 SUCCESS (0 secs / 5.721 secs) 07:14:48 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 24 of 145 SUCCESS (0 secs / 5.754 secs) 07:14:48 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 25 of 145 SUCCESS (0 secs / 5.841 secs) 07:14:48 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 26 of 145 SUCCESS (0 secs / 5.909 secs) 07:14:49 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 27 of 145 SUCCESS (0 secs / 6.026 secs) 07:14:49 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 28 of 145 SUCCESS (0 secs / 6.079 secs) 07:14:49 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 29 of 145 SUCCESS (0 secs / 6.154 secs) 07:14:49 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 30 of 145 SUCCESS (0 secs / 6.188 secs) 07:14:49 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 31 of 145 SUCCESS (0 secs / 6.206 secs) 07:14:49 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 32 of 145 SUCCESS (0 secs / 6.374 secs) 07:14:50 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 33 of 145 SUCCESS (0 secs / 6.632 secs) 07:14:50 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 34 of 145 SUCCESS (0 secs / 6.797 secs) 07:14:50 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 35 of 145 SUCCESS (0 secs / 6.94 secs) 07:14:50 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 36 of 145 SUCCESS (0 secs / 6.973 secs) 07:14:50 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 37 of 145 SUCCESS (0 secs / 6.991 secs) 07:14:50 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 38 of 145 SUCCESS (0 secs / 7.013 secs) 07:14:50 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 39 of 145 SUCCESS (0 secs / 7.246 secs) 07:14:50 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 40 of 145 SUCCESS (0 secs / 7.302 secs) 07:14:51 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 41 of 145 SUCCESS (0 secs / 7.405 secs) 07:14:51 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 42 of 145 SUCCESS (0 secs / 7.45 secs) 07:14:51 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 43 of 145 SUCCESS (0 secs / 7.682 secs) 07:14:51 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 44 of 145 SUCCESS (0 secs / 7.941 secs) 07:14:51 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 45 of 145 SUCCESS (0 secs / 8.022 secs) 07:14:51 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 46 of 145 SUCCESS (0 secs / 8.049 secs) 07:14:51 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 47 of 145 SUCCESS (0 secs / 8.07 secs) 07:14:51 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 48 of 145 SUCCESS (0 secs / 8.093 secs) 07:14:51 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 49 of 145 SUCCESS (0 secs / 8.114 secs) 07:14:52 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 50 of 145 SUCCESS (0 secs / 8.168 secs) 07:14:52 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 51 of 145 SUCCESS (0 secs / 8.187 secs) 07:14:52 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 52 of 145 SUCCESS (0 secs / 8.46 secs) 07:14:52 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 53 of 145 SUCCESS (0 secs / 8.509 secs) 07:14:52 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 54 of 145 SUCCESS (0 secs / 8.557 secs) 07:14:52 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 55 of 145 SUCCESS (0 secs / 8.602 secs) 07:14:53 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 56 of 145 SUCCESS (0 secs / 9.033 secs) 07:14:53 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 57 of 145 SUCCESS (0 secs / 9.123 secs) 07:14:53 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 58 of 145 SUCCESS (0 secs / 9.174 secs) 07:14:53 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 59 of 145 SUCCESS (0 secs / 9.205 secs) 07:14:53 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 60 of 145 SUCCESS (0 secs / 9.257 secs) 07:14:53 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 61 of 145 SUCCESS (0 secs / 9.412 secs) 07:14:53 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 62 of 145 SUCCESS (0 secs / 9.523 secs) 07:14:53 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 63 of 145 SUCCESS (0 secs / 9.623 secs) 07:14:54 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 64 of 145 SUCCESS (0 secs / 9.72 secs) 07:14:54 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 65 of 145 SUCCESS (0 secs / 9.783 secs) 07:14:54 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 66 of 145 SUCCESS (0 secs / 9.841 secs) 07:14:54 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 67 of 145 SUCCESS (0 secs / 9.943 secs) 07:14:54 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 68 of 145 SUCCESS (0 secs / 10.029 secs) 07:14:54 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 69 of 145 SUCCESS (0 secs / 10.065 secs) 07:14:54 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 70 of 145 SUCCESS (0 secs / 10.201 secs) 07:14:54 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 71 of 145 SUCCESS (0 secs / 10.223 secs) 07:14:54 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 72 of 145 SUCCESS (0 secs / 10.302 secs) 07:14:55 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 73 of 145 SUCCESS (0 secs / 10.375 secs) 07:14:55 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 74 of 145 SUCCESS (0 secs / 10.412 secs) 07:14:55 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 75 of 145 SUCCESS (0 secs / 10.491 secs) 07:14:55 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 76 of 145 SUCCESS (0 secs / 10.665 secs) 07:14:55 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 77 of 145 SUCCESS (0 secs / 10.706 secs) 07:14:55 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 78 of 145 SUCCESS (0 secs / 10.732 secs) 07:14:55 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 79 of 145 SUCCESS (0 secs / 10.743 secs) 07:14:55 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 80 of 145 SUCCESS (0 secs / 10.86 secs) 07:14:56 WARN: ' 07:14:56 It looks like you're using ngModel on the same form field as formControlName. 07:14:56 Support for using the ngModel input property and ngModelChange event with 07:14:56 reactive form directives has been deprecated in Angular v6 and will be removed 07:14:56 in a future version of Angular. 07:14:56 07:14:56 For more information on this, see our API docs here: 07:14:56 https://angular.io/api/forms/FormControlName#use-with-ngmodel 07:14:56 ' 07:14:56 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 80 of 145 SUCCESS (0 secs / 10.86 secs) 07:14:56 WARN: ' 07:14:56 It looks like you're using ngModel on the same form field as formControlName. 07:14:56 Support for using the ngModel input property and ngModelChange event with 07:14:56 reactive form directives has been deprecated in Angular v6 and will be removed 07:14:56 in a future version of Angular. 07:14:56 07:14:56 For more information on this, see our API docs here: 07:14:56 https://angular.io/api/forms/FormControlName#use-with-ngmodel 07:14:56 ' 07:14:56 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 81 of 145 SUCCESS (0 secs / 11.015 secs) 07:14:56 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 82 of 145 SUCCESS (0 secs / 11.103 secs) 07:14:56 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 83 of 145 SUCCESS (0 secs / 11.156 secs) 07:14:56 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 84 of 145 SUCCESS (0 secs / 11.229 secs) 07:14:56 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 85 of 145 SUCCESS (0 secs / 11.301 secs) 07:14:56 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 86 of 145 SUCCESS (0 secs / 11.456 secs) 07:14:56 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 87 of 145 SUCCESS (0 secs / 11.479 secs) 07:14:56 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 88 of 145 SUCCESS (0 secs / 11.493 secs) 07:14:56 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 89 of 145 SUCCESS (0 secs / 11.657 secs) 07:14:56 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 90 of 145 SUCCESS (0 secs / 11.711 secs) 07:14:57 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 91 of 145 SUCCESS (0 secs / 11.756 secs) 07:14:57 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 92 of 145 SUCCESS (0 secs / 11.979 secs) 07:14:57 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 93 of 145 SUCCESS (0 secs / 12.223 secs) 07:14:57 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 94 of 145 SUCCESS (0 secs / 12.324 secs) 07:14:57 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 95 of 145 SUCCESS (0 secs / 12.39 secs) 07:14:57 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 96 of 145 SUCCESS (0 secs / 12.44 secs) 07:14:58 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 97 of 145 SUCCESS (0 secs / 12.681 secs) 07:14:58 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 98 of 145 SUCCESS (0 secs / 12.807 secs) 07:14:58 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 99 of 145 SUCCESS (0 secs / 12.848 secs) 07:14:58 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 100 of 145 SUCCESS (0 secs / 12.989 secs) 07:14:58 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 101 of 145 SUCCESS (0 secs / 13.059 secs) 07:14:58 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 102 of 145 SUCCESS (0 secs / 13.189 secs) 07:14:58 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 103 of 145 SUCCESS (0 secs / 13.225 secs) 07:14:59 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 104 of 145 SUCCESS (0 secs / 13.268 secs) 07:14:59 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 105 of 145 SUCCESS (0 secs / 13.302 secs) 07:14:59 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 106 of 145 SUCCESS (0 secs / 13.483 secs) 07:14:59 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 107 of 145 SUCCESS (0 secs / 13.868 secs) 07:15:00 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 108 of 145 SUCCESS (0 secs / 13.885 secs) 07:15:00 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 109 of 145 SUCCESS (0 secs / 13.898 secs) 07:15:00 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 110 of 145 SUCCESS (0 secs / 13.916 secs) 07:15:00 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 111 of 145 SUCCESS (0 secs / 13.931 secs) 07:15:00 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 112 of 145 SUCCESS (0 secs / 13.996 secs) 07:15:00 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 113 of 145 SUCCESS (0 secs / 14.134 secs) 07:15:00 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 114 of 145 SUCCESS (0 secs / 14.206 secs) 07:15:00 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 115 of 145 SUCCESS (0 secs / 14.454 secs) 07:15:00 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 116 of 145 SUCCESS (0 secs / 14.51 secs) 07:15:00 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 117 of 145 SUCCESS (0 secs / 14.543 secs) 07:15:01 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 118 of 145 SUCCESS (0 secs / 14.771 secs) 07:15:01 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 119 of 145 SUCCESS (0 secs / 14.846 secs) 07:15:01 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 120 of 145 SUCCESS (0 secs / 14.92 secs) 07:15:01 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 121 of 145 SUCCESS (0 secs / 15.024 secs) 07:15:01 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 122 of 145 SUCCESS (0 secs / 15.19 secs) 07:15:01 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 123 of 145 SUCCESS (0 secs / 15.26 secs) 07:15:01 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 124 of 145 SUCCESS (0 secs / 15.325 secs) 07:15:02 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 125 of 145 SUCCESS (0 secs / 15.393 secs) 07:15:02 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 126 of 145 SUCCESS (0 secs / 15.416 secs) 07:15:02 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 127 of 145 SUCCESS (0 secs / 15.433 secs) 07:15:02 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 128 of 145 SUCCESS (0 secs / 15.467 secs) 07:15:02 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 129 of 145 SUCCESS (0 secs / 15.484 secs) 07:15:02 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 130 of 145 SUCCESS (0 secs / 15.498 secs) 07:15:02 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 131 of 145 SUCCESS (0 secs / 15.576 secs) 07:15:02 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 132 of 145 SUCCESS (0 secs / 15.639 secs) 07:15:02 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 133 of 145 SUCCESS (0 secs / 15.792 secs) 07:15:03 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 134 of 145 SUCCESS (0 secs / 15.827 secs) 07:15:03 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 135 of 145 SUCCESS (0 secs / 16.088 secs) 07:15:03 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 136 of 145 SUCCESS (0 secs / 16.183 secs) 07:15:03 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 137 of 145 SUCCESS (0 secs / 16.203 secs) 07:15:03 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 138 of 145 SUCCESS (0 secs / 16.216 secs) 07:15:03 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 139 of 145 SUCCESS (0 secs / 16.389 secs) 07:15:03 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 140 of 145 SUCCESS (0 secs / 16.446 secs) 07:15:03 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 141 of 145 SUCCESS (0 secs / 16.511 secs) 07:15:03 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 142 of 145 SUCCESS (0 secs / 16.53 secs) 07:15:03 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 143 of 145 SUCCESS (0 secs / 16.545 secs) 07:15:04 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 144 of 145 SUCCESS (0 secs / 16.564 secs) 07:15:04 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 145 of 145 SUCCESS (0 secs / 16.576 secs) 07:15:05 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 145 of 145 SUCCESS (23.392 secs / 16.576 secs) 07:15:05 TOTAL: 145 SUCCESS 07:15:05 ✔ Browser application bundle generation complete. 07:15:09 07:15:09 =============================== Coverage summary =============================== 07:15:09 Statements : 41.56% ( 1425/3429 ) 07:15:09 Branches : 12.14% ( 109/898 ) 07:15:09 Functions : 33.33% ( 417/1251 ) 07:15:09 Lines : 39.45% ( 1280/3245 ) 07:15:09 ================================================================================ 07:15:09 10 05 2023 07:15:08.668:WARN [launcher]: ChromeHeadless was not killed in 2000 ms, sending SIGKILL. 07:15:09 ✔ Browser application bundle generation complete. 07:15:10 make[1]: Leaving directory '/w/workspace/edgex-ui-go/1/web' [Pipeline] echo 07:15:10 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 07:15:10 $ docker stop --time=1 fb567ab328eaa660d0f3de6c60c8aa3fda25300c49b9ecca825652cd142690f9 07:15:12 $ docker rm -f --volumes fb567ab328eaa660d0f3de6c60c8aa3fda25300c49b9ecca825652cd142690f9 [Pipeline] // withDockerContainer [Pipeline] sh 07:15:13 + sudo chown -R jenkins:jenkins . [Pipeline] stash 07:15:17 Warning: overwriting stash ‘coverage-report’ 07:15:22 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 07:15:23 + sudo chown -R jenkins:jenkins . [Pipeline] sh 07:15:26 + ls -al . 07:15:26 total 176 07:15:26 drwxrwxr-x 13 jenkins jenkins 4096 May 10 07:01 . 07:15:26 drwxrwxr-x 4 jenkins jenkins 4096 May 10 06:58 .. 07:15:26 drwxrwxr-x 2 jenkins jenkins 4096 May 10 06:58 .blubracket 07:15:26 -rw-rw-r-- 1 jenkins jenkins 18 May 10 06:58 .dockerignore 07:15:26 drwxrwxr-x 8 jenkins jenkins 4096 May 10 06:58 .git 07:15:26 drwxrwxr-x 3 jenkins jenkins 4096 May 10 06:58 .github 07:15:26 -rw-rw-r-- 1 jenkins jenkins 185 May 10 06:58 .gitignore 07:15:26 -rw-rw-r-- 1 jenkins jenkins 8418 May 10 06:58 Attribution.txt 07:15:26 -rw-rw-r-- 1 jenkins jenkins 17205 May 10 06:58 CHANGELOG.md 07:15:26 -rw-rw-r-- 1 jenkins jenkins 3959 May 10 06:58 CONTRIBUTING.md 07:15:26 -rw-rw-r-- 1 jenkins jenkins 1788 May 10 06:58 Dockerfile 07:15:26 -rw-rw-r-- 1 jenkins jenkins 652 May 10 06:58 Jenkinsfile 07:15:26 -rw-rw-r-- 1 jenkins jenkins 11357 May 10 06:58 LICENSE 07:15:26 -rw-rw-r-- 1 jenkins jenkins 2124 May 10 06:58 Makefile 07:15:26 -rw-rw-r-- 1 jenkins jenkins 4558 May 10 06:58 README.md 07:15:26 -rw-rw-r-- 1 jenkins jenkins 5 May 10 06:56 VERSION 07:15:26 drwxrwxr-x 3 jenkins jenkins 4096 May 10 06:58 assets 07:15:26 drwxrwxr-x 2 jenkins jenkins 4096 May 10 06:58 bin 07:15:26 drwxrwxr-x 3 jenkins jenkins 4096 May 10 06:58 cmd 07:15:26 -rw-r--r-- 1 jenkins jenkins 10 May 10 07:01 coverage.out 07:15:26 drwxrwxr-x 2 jenkins jenkins 4096 May 10 06:58 docs 07:15:26 -rw-rw-r-- 1 jenkins jenkins 3052 May 10 06:58 go.mod 07:15:26 -rw-rw-r-- 1 jenkins jenkins 30610 May 10 06:58 go.sum 07:15:26 drwxrwxr-x 8 jenkins jenkins 4096 May 10 06:58 internal 07:15:26 drwxrwxr-x 4 jenkins jenkins 4096 May 10 06:58 snap 07:15:26 drwxrwxr-x 4 jenkins jenkins 4096 May 10 06:58 testing 07:15:26 -rw-rw-r-- 1 jenkins jenkins 155 May 10 06:58 version.go 07:15:26 drwxrwxr-x 6 jenkins jenkins 4096 May 10 07:05 web [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:15:26 + 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=1d56314d3ac19a41056deabee6b793e09a1ebba4 --label arch=arm64 --label version=0.0.0 . 07:15:28 Sending build context to Docker daemon 31.51MB 07:15:28 Step 1/25 : ARG BASE=golang:1.20-alpine3.17 07:15:28 Step 2/25 : FROM ${BASE} AS builder 07:15:28 ---> 562663e872f8 07:15:28 Step 3/25 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" 07:15:30 ---> Running in b47aeb6304ae 07:15:30 Removing intermediate container b47aeb6304ae 07:15:30 ---> 4bc413a84b89 07:15:30 Step 4/25 : ARG ALPINE_PKG_BASE="make git" 07:15:31 ---> Running in a5e7247ce2b2 07:15:31 Removing intermediate container a5e7247ce2b2 07:15:31 ---> f3bc3658cf95 07:15:31 Step 5/25 : ARG ALPINE_PKG_EXTRA="" 07:15:31 ---> Running in 2462a12b9e64 07:15:31 Removing intermediate container 2462a12b9e64 07:15:31 ---> 5ddbb7db7899 07:15:31 Step 6/25 : LABEL Name=edgex-ui-go 07:15:31 ---> Running in 03faffda04a1 07:15:31 Removing intermediate container 03faffda04a1 07:15:31 ---> 1c30ff8b551a 07:15:31 Step 7/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2023: Intel' 07:15:32 ---> Running in d8d4a09e9738 07:15:32 Removing intermediate container d8d4a09e9738 07:15:32 ---> d3ea171a651f 07:15:32 Step 8/25 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 07:15:33 ---> 6c003133f4cf 07:15:33 Step 9/25 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 07:15:34 ---> Running in 0ab13e4a11b9 07:15:35 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 07:15:36 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 07:15:37 OK: 263 MiB in 53 packages 07:15:38 Removing intermediate container 0ab13e4a11b9 07:15:38 ---> 533dc75ac10e 07:15:38 Step 10/25 : ENV GO111MODULE=on 07:15:38 ---> Running in 12c4d08ba8c7 07:15:38 Removing intermediate container 12c4d08ba8c7 07:15:38 ---> d526c3a62456 07:15:38 Step 11/25 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go 07:15:38 ---> Running in 02728590de28 07:15:38 Removing intermediate container 02728590de28 07:15:38 ---> 05b4e273686d 07:15:38 Step 12/25 : COPY go.mod vendor* ./ 07:15:39 ---> 2844ab8950dc 07:15:39 Step 13/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 07:15:39 ---> Running in c26905d92557 07:15:44 Removing intermediate container c26905d92557 07:15:44 ---> 650b5976d4d6 07:15:44 Step 14/25 : COPY . . 07:15:49 ---> 64293580ff65 07:15:49 Step 15/25 : RUN ${MAKE} 07:15:49 ---> Running in 923342d03404 07:15:50 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus" -ldflags "-X github.com/edgexfoundry/edgex-ui-go.Version=0.0.0" -o cmd/edgex-ui-server/edgex-ui-server ./cmd/edgex-ui-server 07:17:58 Removing intermediate container 923342d03404 07:17:58 ---> b6ea07b0b727 07:17:58 Step 16/25 : FROM alpine:3.17 07:17:58 3.17: Pulling from library/alpine 07:17:58 c41833b44d91: Already exists 07:17:58 Digest: sha256:124c7d2707904eea7431fffe91522a01e5a861a624ee31d03372cc1d138a3126 07:17:58 Status: Downloaded newer image for alpine:3.17 07:17:58 ---> 51e60588ff2c 07:17:58 Step 17/25 : EXPOSE 4000 07:17:58 ---> Running in 827ef2b2bde6 07:18:00 Removing intermediate container 827ef2b2bde6 07:18:00 ---> 4962b34a01ec 07:18:00 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 07:18:02 ---> 17469099af58 07:18:02 Step 19/25 : COPY --from=builder /go/src/github.com/edgexfoundry/edgex-ui-go/Attribution.txt /Attribution.txt 07:18:02 ---> fcd3e75c270f 07:18:02 Step 20/25 : COPY --from=builder /go/src/github.com/edgexfoundry/edgex-ui-go/LICENSE /LICENSE 07:18:03 ---> 17dad05e4916 07:18:03 Step 21/25 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server 07:18:03 ---> Running in 61ca11513c97 07:18:03 Removing intermediate container 61ca11513c97 07:18:03 ---> 5de3d4ac342c 07:18:03 Step 22/25 : ENTRYPOINT ["./edgex-ui-server","--configDir=res/docker"] 07:18:03 ---> Running in bb7d19904334 07:18:03 Removing intermediate container bb7d19904334 07:18:03 ---> 3c2a3941aaeb 07:18:03 Step 23/25 : LABEL arch=arm64 07:18:04 ---> Running in 74a872085571 07:18:04 Removing intermediate container 74a872085571 07:18:04 ---> f65e0ec04b11 07:18:04 Step 24/25 : LABEL git_sha=1d56314d3ac19a41056deabee6b793e09a1ebba4 07:18:04 ---> Running in 905579c70d7d 07:18:04 Removing intermediate container 905579c70d7d 07:18:04 ---> 52f2929219ba 07:18:04 Step 25/25 : LABEL version=0.0.0 07:18:04 ---> Running in ca9f96f46236 07:18:04 Removing intermediate container ca9f96f46236 07:18:04 ---> e8403016c1a4 07:18:04 [Warning] One or more build-args [ARCH] were not consumed 07:18:05 Successfully built e8403016c1a4 07:18:05 Successfully tagged edgex-ui-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:18:05 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 07:18:05 07:18:05 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:18:06 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 07:18:06 arm64: Pulling from edgex-lftools-log-publisher 07:18:06 8998bd30e6a1: Pulling fs layer 07:18:06 04944245beec: Pulling fs layer 07:18:06 699f458cf7ca: Pulling fs layer 07:18:06 765212b225bb: Pulling fs layer 07:18:06 f23df028b6ca: Pulling fs layer 07:18:06 d65c8cfc05b1: Pulling fs layer 07:18:06 2437ff75d9bd: Pulling fs layer 07:18:06 765212b225bb: Waiting 07:18:06 f23df028b6ca: Waiting 07:18:06 d65c8cfc05b1: Waiting 07:18:06 2437ff75d9bd: Waiting 07:18:06 04944245beec: Verifying Checksum 07:18:06 04944245beec: Download complete 07:18:06 765212b225bb: Verifying Checksum 07:18:06 765212b225bb: Download complete 07:18:06 f23df028b6ca: Verifying Checksum 07:18:06 f23df028b6ca: Download complete 07:18:06 d65c8cfc05b1: Verifying Checksum 07:18:06 d65c8cfc05b1: Download complete 07:18:06 699f458cf7ca: Verifying Checksum 07:18:06 699f458cf7ca: Download complete 07:18:07 8998bd30e6a1: Verifying Checksum 07:18:07 8998bd30e6a1: Download complete 07:18:09 2437ff75d9bd: Verifying Checksum 07:18:09 2437ff75d9bd: Download complete 07:18:11 8998bd30e6a1: Pull complete 07:18:11 04944245beec: Pull complete 07:18:13 699f458cf7ca: Pull complete 07:18:13 765212b225bb: Pull complete 07:18:15 f23df028b6ca: Pull complete 07:18:15 d65c8cfc05b1: Pull complete 07:18:27 2437ff75d9bd: Pull complete 07:18:27 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 07:18:27 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 07:18:27 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 07:18:28 prd-ubuntu20.04-docker-arm64-4c-16g-14884 does not seem to be running inside a container 07:18:28 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-ui-go/1 -v /w/workspace/edgex-ui-go/1:/w/workspace/edgex-ui-go/1:rw,z -v /w/workspace/edgex-ui-go/1@tmp:/w/workspace/edgex-ui-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat 07:18:30 $ docker top b08fc2f0b8ef3fa16645e9e3fe416eae3e24913e7ed5042beae91649077c2a4d -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 07:18:31 ---> job-cost.sh 07:18:31 lf-activate-venv: SKIPPING 07:18:31 INFO: No Stack... 07:18:32 INFO: Retrieving Pricing Info for: v3-standard-4 07:18:33 INFO: Archiving Costs [Pipeline] sh 07:18:33 + cat /w/workspace/edgex-ui-go/1/archives/cost.csv 07:18:33 + cut -d, -f6 [Pipeline] lock 07:18:33 Trying to acquire lock on [jenkins-edgexfoundry-edgex-ui-go-PR-606-1-stack-cost] 07:18:33 Resource [jenkins-edgexfoundry-edgex-ui-go-PR-606-1-stack-cost] did not exist. Created. 07:18:33 Lock acquired on [jenkins-edgexfoundry-edgex-ui-go-PR-606-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 07:18:33 /w/workspace/edgex-ui-go/1@tmp/durable-7b79421b/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh 07:18:34 + echo total: 0.10999999940395355 [Pipeline] stash 07:18:34 Warning: overwriting stash ‘stack-cost’ 07:18:39 Stashed 1 file(s) [Pipeline] } 07:18:39 Lock released on resource [jenkins-edgexfoundry-edgex-ui-go-PR-606-1-stack-cost] [Pipeline] // lock [Pipeline] } 07:18:39 $ docker stop --time=1 b08fc2f0b8ef3fa16645e9e3fe416eae3e24913e7ed5042beae91649077c2a4d 07:18:40 $ docker rm -f --volumes b08fc2f0b8ef3fa16645e9e3fe416eae3e24913e7ed5042beae91649077c2a4d [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 07:18:41 provisioning config files... 07:18:41 copy managed file [edgex-ui-go-codecov-token] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-606@tmp/config8491753507894248204tmp [Pipeline] { [Pipeline] sh 07:18:42 + set +x 07:18:42 + + bash -s -- 07:18:42 curl -s https://codecov.io/bash 07:18:42 07:18:42 _____ _ 07:18:42 / ____| | | 07:18:42 | | ___ __| | ___ ___ _____ __ 07:18:42 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 07:18:42 | |___| (_) | (_| | __/ (_| (_) \ V / 07:18:42 \_____\___/ \__,_|\___|\___\___/ \_/ 07:18:42 Bash-1.0.6 07:18:42 07:18:42 07:18:42 ==> git version 2.25.1 found 07:18:42 ==> 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 07:18:42 Release-Date: 2020-01-08 07:18:42 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 07:18:42 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 07:18:42 ==> Jenkins CI detected. 07:18:42 current dir:  /w/workspace/edgexfoundry_edgex-ui-go_PR-606 07:18:42 project root: . 07:18:42 --> token set from env 07:18:42 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 07:18:42 ==> Running gcov in . (disable via -X gcov) 07:18:42 ==> Python coveragepy not found 07:18:42 ==> Searching for coverage reports in: 07:18:42 + . 07:18:42 -> Found 1 reports 07:18:42 ==> Detecting git/mercurial file structure 07:18:42 ==> Reading reports 07:18:42 + ./coverage.out bytes=10 07:18:42 ==> Appending adjustments 07:18:42 https://docs.codecov.io/docs/fixing-reports 07:18:43 + Found adjustments 07:18:43 ==> Gzipping contents 07:18:43 12K /tmp/codecov.ZFxif5.gz 07:18:43 ==> Uploading reports 07:18:43 url: https://codecov.io 07:18:43 query: branch=PR-606&commit=1d56314d3ac19a41056deabee6b793e09a1ebba4&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2FPR-606%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=606&job=&cmd_args= 07:18:43 -> Pinging Codecov 07:18:43 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=bafa3062-778c-4190-9a80-d8a5ae27d9ba&branch=PR-606&commit=1d56314d3ac19a41056deabee6b793e09a1ebba4&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2FPR-606%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=606&job=&cmd_args= 07:18:43 -> Uploading to 07:18:43 https://storage.googleapis.com/codecov/v4/raw/2023-05-10/FB506323287CE973F263BFD2A0EB1F37/1d56314d3ac19a41056deabee6b793e09a1ebba4/b9fe4729-4956-48b8-9cb7-6f19c75af88f.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230510%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230510T071843Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=3b4af3a7600ddb2c46485d7f15cc7bb4c124b014f72b0a9b7349e963b1520319 07:18:43 % Total % Received % Xferd Average Speed Time Time Time Current 07:18:43 Dload Upload Total Spent Left Speed 07:18:43 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 8769 0 0 100 8769 0 40224 --:--:-- --:--:-- --:--:-- 40224 07:18:43 -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/edgex-ui-go/commit/1d56314d3ac19a41056deabee6b793e09a1ebba4 [Pipeline] } 07:18:43 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) Stage "Snyk Dependency Scan" skipped due to when conditional [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) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" 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 07:18:45 + [ -d /w/workspace/edgexfoundry_edgex-ui-go_PR-606/archives ] 07:18:45 + ls -al /w/workspace/edgexfoundry_edgex-ui-go_PR-606/archives 07:18:45 total 16 07:18:45 drwxr-xr-x 3 root root 4096 May 10 07:00 . 07:18:45 drwxrwxr-x 15 jenkins jenkins 4096 May 10 07:00 .. 07:18:45 drwxr-xr-x 2 root root 4096 May 10 07:00 cost 07:18:45 -rw-r--r-- 1 root root 83 May 10 07:00 cost.csv 07:18:45 + sudo chown -R jenkins:jenkins /w/workspace/edgexfoundry_edgex-ui-go_PR-606/archives 07:18:45 + ls -al /w/workspace/edgexfoundry_edgex-ui-go_PR-606/archives 07:18:45 total 16 07:18:45 drwxr-xr-x 3 jenkins jenkins 4096 May 10 07:00 . 07:18:45 drwxrwxr-x 15 jenkins jenkins 4096 May 10 07:00 .. 07:18:45 drwxr-xr-x 2 jenkins jenkins 4096 May 10 07:00 cost 07:18:45 -rw-r--r-- 1 jenkins jenkins 83 May 10 07:00 cost.csv [Pipeline] libraryResource [Pipeline] sh 07:18:45 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 07:18:46 ---> package-listing.sh 07:18:46 ++ tr '[:upper:]' '[:lower:]' 07:18:46 ++ facter osfamily 07:18:46 + OS_FAMILY=debian 07:18:46 + workspace=/w/workspace/edgexfoundry_edgex-ui-go_PR-606 07:18:46 + START_PACKAGES=/tmp/packages_start.txt 07:18:46 + END_PACKAGES=/tmp/packages_end.txt 07:18:46 + DIFF_PACKAGES=/tmp/packages_diff.txt 07:18:46 + PACKAGES=/tmp/packages_start.txt 07:18:46 + '[' /w/workspace/edgexfoundry_edgex-ui-go_PR-606 ']' 07:18:46 + PACKAGES=/tmp/packages_end.txt 07:18:46 + case "${OS_FAMILY}" in 07:18:46 + dpkg -l 07:18:46 + grep '^ii' 07:18:46 + '[' -f /tmp/packages_start.txt ']' 07:18:46 + '[' -f /tmp/packages_end.txt ']' 07:18:46 + diff /tmp/packages_start.txt /tmp/packages_end.txt 07:18:46 + '[' /w/workspace/edgexfoundry_edgex-ui-go_PR-606 ']' 07:18:46 + mkdir -p /w/workspace/edgexfoundry_edgex-ui-go_PR-606/archives/ 07:18:46 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgexfoundry_edgex-ui-go_PR-606/archives/ [Pipeline] echo 07:18:46 Launching container with: [--privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgexfoundry_edgex-ui-go_PR-606/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 07:18:47 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:18:47 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 07:18:47 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 07:18:48 prd-ubuntu20.04-docker-8c-8g-14883 does not seem to be running inside a container 07:18:48 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgexfoundry_edgex-ui-go_PR-606/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgexfoundry_edgex-ui-go_PR-606 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-606:/w/workspace/edgexfoundry_edgex-ui-go_PR-606:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-606@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-606@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 07:18:48 $ docker top f5ffb1675793647cdf7ecb1132215e2c055b608811ebd06adf1a1adc0e57cc23 -eo pid,comm [Pipeline] { [Pipeline] sh 07:18:48 + touch /tmp/pre-build-complete [Pipeline] sh 07:18:48 + mkdir -p /var/log/sysstat [Pipeline] sh 07:18:49 + ls /var/log/sa-host 07:18:49 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 07:18:49 provisioning config files... 07:18:49 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-606@tmp/config7130996320756618069tmp [Pipeline] { [Pipeline] echo 07:18:49 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 07:18:49 ---> create-netrc.sh [Pipeline] } 07:18:49 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 07:18:50 ---> python-tools-install.sh [Pipeline] echo 07:18:50 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 07:18:50 ---> sudo-logs.sh 07:18:50 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 07:18:50 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 07:18:51 ---> job-cost.sh 07:18:51 lf-activate-venv: SKIPPING 07:18:51 DEBUG: total: 0.2199999988079071 07:18:51 INFO: Retrieving Stack Cost... 07:18:51 INFO: Retrieving Pricing Info for: v3-standard-8 07:18:51 INFO: Archiving Costs [Pipeline] echo 07:18:51 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 07:18:52 ---> logs-deploy.sh 07:18:52 lf-activate-venv: SKIPPING 07:18:52 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-ui-go/PR-606/1 07:18:52 INFO: archiving workspace using pattern(s): 07:18:53 Archives upload complete. 07:18:53 INFO: archiving logs to Nexus