Pull request #584 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from f9e971e5c7f115aba8be833c13e7ddf8c1445a3b+1fc6aad09b79efe7d583b860cd1a98c2a76983c7 (f556e50451dbbe69ee02c72d7e19038646a8b60b) 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-ssh1967789604782343753.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 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-ssh11899434493547578988.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 cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 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-584/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-584/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh4994450977324898029.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-584/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh11465484285984882936.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 # timeout=10 Commit message: "Merge pull request #420 from bill-mahoney/levski-update" > 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-ssh13428910481807384383.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-584/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-584/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh3891620697037679239.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 cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 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.18 USE_ALPINE: true DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_IMAGE_NAME: edgex-ui DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task Waiting for next available executor Running on prd-ubuntu20.04-docker-8c-8g-121204 in /w/workspace/edgexfoundry_edgex-ui-go_PR-584 [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-584 # 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 Merging remotes/origin/main commit 1fc6aad09b79efe7d583b860cd1a98c2a76983c7 into PR head commit f9e971e5c7f115aba8be833c13e7ddf8c1445a3b Merge succeeded, producing f9e971e5c7f115aba8be833c13e7ddf8c1445a3b Checking out Revision f9e971e5c7f115aba8be833c13e7ddf8c1445a3b (PR-584) > 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/584/head:refs/remotes/origin/PR-584 +refs/heads/main:refs/remotes/origin/main # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f f9e971e5c7f115aba8be833c13e7ddf8c1445a3b # 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 1fc6aad09b79efe7d583b860cd1a98c2a76983c7 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f f9e971e5c7f115aba8be833c13e7ddf8c1445a3b # timeout=10 Commit message: "chore(deps): Bump express from 4.17.1 to 4.18.2 in /web" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.25.1' fatal: bad object cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 14:36:42 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 14:36:42 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 14:36:42 ========================================================= 14:36:42 EdgeX Global Pipelines Version Info 14:36:42 ========================================================= [Pipeline] libraryResource [Pipeline] sh 14:36:43 ------------------- 14:36:43 stable info: 14:36:43 ------------------- 14:36:43 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 14:36:43 Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 14:36:43 Message: update stable to v1.0.244 14:36:44 ------------------- 14:36:44 experimental info: 14:36:44 ------------------- 14:36:44 Commited By: **** collab-it+edgex@linuxfoundation.org 14:36:44 Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 14:36:44 Message: update experimental to v1.0.244 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 14:36:46 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-ui-go-settings [Pipeline] echo 14:36:46 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-ui-go [Pipeline] echo 14:36:46 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 14:36:46 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 14:36:46 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 14:36:46 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.18 [Pipeline] echo 14:36:46 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 14:36:47 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 14:36:47 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 14:36:47 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 14:36:47 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 14:36:47 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = edgex-ui [Pipeline] echo 14:36:47 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 14:36:47 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 14:36:47 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 14:36:47 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 14:36:47 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 14:36:47 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 14:36:47 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 14:36:47 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 14:36:47 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 14:36:47 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 14:36:47 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 14:36:47 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 14:36:47 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 14:36:47 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 14:36:47 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 14:36:47 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-584 [Pipeline] echo 14:36:47 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-584 [Pipeline] echo 14:36:47 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-584 [Pipeline] echo 14:36:47 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = f9e971e5c7f115aba8be833c13e7ddf8c1445a3b [Pipeline] echo 14:36:47 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = f9e971e [Pipeline] echo 14:36:47 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 14:36:48 provisioning config files... 14:36:48 copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-584@tmp/config13584751201871506428tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 14:36:48 ---> docker-login.sh 14:36:48 nexus3.edgexfoundry.org:10001 14:36:48 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:36:48 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:36:48 Configure a credential helper to remove this warning. See 14:36:48 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:36:48 14:36:48 Login Succeeded 14:36:48 nexus3.edgexfoundry.org:10002 14:36:48 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:36:48 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:36:48 Configure a credential helper to remove this warning. See 14:36:48 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:36:48 14:36:48 Login Succeeded 14:36:48 nexus3.edgexfoundry.org:10003 14:36:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:36:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:36:49 Configure a credential helper to remove this warning. See 14:36:49 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:36:49 14:36:49 Login Succeeded 14:36:49 nexus3.edgexfoundry.org:10004 14:36:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:36:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:36:49 Configure a credential helper to remove this warning. See 14:36:49 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:36:49 14:36:49 Login Succeeded 14:36:49 docker.io 14:36:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:36:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:36:49 Configure a credential helper to remove this warning. See 14:36:49 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:36:49 14:36:49 Login Succeeded 14:36:49 ---> docker-login.sh ends [Pipeline] } 14:36:49 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 14:36:50 + git rev-list -1 --merges f9e971e5c7f115aba8be833c13e7ddf8c1445a3b~1..f9e971e5c7f115aba8be833c13e7ddf8c1445a3b [Pipeline] echo 14:36:50 -----------> git rev-list -1 --merges f9e971e5c7f115aba8be833c13e7ddf8c1445a3b~1..f9e971e5c7f115aba8be833c13e7ddf8c1445a3b f9e971e5c7f115aba8be833c13e7ddf8c1445a3b [false] [Pipeline] sh 14:36:50 + git log --format=format:%s -1 f9e971e5c7f115aba8be833c13e7ddf8c1445a3b [Pipeline] echo 14:36:50 ========================================================= 14:36:50 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 14:36:50 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 14:36:50 + git log --format=format:%s -1 f9e971e5c7f115aba8be833c13e7ddf8c1445a3b [Pipeline] echo 14:36:50 [semverPrep] GIT_COMMIT: f9e971e5c7f115aba8be833c13e7ddf8c1445a3b, Commit Message: chore(deps): Bump express from 4.17.1 to 4.18.2 in /web [Pipeline] echo 14:36:50 [semverPrep] This is not a build commit. [Pipeline] sh 14:36:51 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 14:36:51 + grep -v github /etc/ssh/ssh_known_hosts 14:36:51 + [ -e /tmp/ssh_known_hosts ] 14:36:51 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 14:36:51 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 14:36:51 + sudo tee -a /etc/ssh/ssh_known_hosts 14:36:51 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:36:51 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 14:36:51 14:36:51 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:36:52 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 14:36:52 0.1.4: Pulling from edgex-devops/py-git-semver 14:36:52 b85a868b505f: Pulling fs layer 14:36:52 e2be974225ed: Pulling fs layer 14:36:52 339a4e72a1f5: Pulling fs layer 14:36:52 988bab9f4d93: Pulling fs layer 14:36:52 1469e6f7b9e6: Pulling fs layer 14:36:52 eaf3925da568: Pulling fs layer 14:36:52 bab4dde63d76: Pulling fs layer 14:36:52 bde34c3a00c8: Pulling fs layer 14:36:52 b352a97aabf1: Pulling fs layer 14:36:52 4872d77fe225: Pulling fs layer 14:36:52 5851b861e8e6: Pulling fs layer 14:36:52 bab4dde63d76: Waiting 14:36:52 eaf3925da568: Waiting 14:36:52 bde34c3a00c8: Waiting 14:36:52 988bab9f4d93: Waiting 14:36:52 1469e6f7b9e6: Waiting 14:36:52 4872d77fe225: Waiting 14:36:52 5851b861e8e6: Waiting 14:36:52 e2be974225ed: Download complete 14:36:52 988bab9f4d93: Download complete 14:36:52 1469e6f7b9e6: Verifying Checksum 14:36:52 1469e6f7b9e6: Download complete 14:36:52 339a4e72a1f5: Verifying Checksum 14:36:52 339a4e72a1f5: Download complete 14:36:52 eaf3925da568: Verifying Checksum 14:36:52 eaf3925da568: Download complete 14:36:52 bde34c3a00c8: Verifying Checksum 14:36:52 bde34c3a00c8: Download complete 14:36:52 b352a97aabf1: Verifying Checksum 14:36:52 b352a97aabf1: Download complete 14:36:52 4872d77fe225: Verifying Checksum 14:36:52 4872d77fe225: Download complete 14:36:52 5851b861e8e6: Download complete 14:36:52 b85a868b505f: Download complete 14:36:52 bab4dde63d76: Verifying Checksum 14:36:52 bab4dde63d76: Download complete 14:36:53 b85a868b505f: Pull complete 14:36:53 e2be974225ed: Pull complete 14:36:54 339a4e72a1f5: Pull complete 14:36:54 988bab9f4d93: Pull complete 14:36:54 1469e6f7b9e6: Pull complete 14:36:54 eaf3925da568: Pull complete 14:36:56 bab4dde63d76: Pull complete 14:36:56 bde34c3a00c8: Pull complete 14:36:56 b352a97aabf1: Pull complete 14:36:56 4872d77fe225: Pull complete 14:36:56 5851b861e8e6: Pull complete 14:36:56 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 14:36:56 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 14:36:56 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 14:36:57 prd-ubuntu20.04-docker-8c-8g-121204 does not seem to be running inside a container 14:36:57 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_edgex-ui-go_PR-584 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-584:/w/workspace/edgexfoundry_edgex-ui-go_PR-584:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-584@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-584@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 14:36:59 $ docker top 5c019d06c4f368e92fd77354e3f052be3560f5993211c18729b2d258962fa8c7 -eo pid,comm 14:36:59 ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). 14:36:59 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 14:36:59 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 14:36:59 [ssh-agent] Looking for ssh-agent implementation... 14:37:00 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 14:37:00 $ docker exec 5c019d06c4f368e92fd77354e3f052be3560f5993211c18729b2d258962fa8c7 ssh-agent 14:37:00 SSH_AUTH_SOCK=/tmp/ssh-nWGjKculRTNS/agent.33 14:37:00 SSH_AGENT_PID=39 14:37:00 Running ssh-add (command line suppressed) 14:37:00 Identity added: /w/workspace/edgexfoundry_edgex-ui-go_PR-584@tmp/private_key_5464760450815327086.key (/w/workspace/edgexfoundry_edgex-ui-go_PR-584@tmp/private_key_5464760450815327086.key) 14:37:00 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 14:37:00 + git tag --points-at HEAD [Pipeline] } 14:37:00 $ docker exec --env ******** --env ******** 5c019d06c4f368e92fd77354e3f052be3560f5993211c18729b2d258962fa8c7 ssh-agent -k 14:37:00 unset SSH_AUTH_SOCK; 14:37:00 unset SSH_AGENT_PID; 14:37:00 echo Agent pid 39 killed; 14:37:00 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 14:37:00 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 14:37:00 [ssh-agent] Looking for ssh-agent implementation... 14:37:00 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 14:37:00 $ docker exec 5c019d06c4f368e92fd77354e3f052be3560f5993211c18729b2d258962fa8c7 ssh-agent 14:37:01 SSH_AUTH_SOCK=/tmp/ssh-RG1QPZKRyW2Q/agent.72 14:37:01 SSH_AGENT_PID=78 14:37:01 Running ssh-add (command line suppressed) 14:37:01 Identity added: /w/workspace/edgexfoundry_edgex-ui-go_PR-584@tmp/private_key_15544278198214901214.key (/w/workspace/edgexfoundry_edgex-ui-go_PR-584@tmp/private_key_15544278198214901214.key) 14:37:01 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 14:37:01 + git semver init 14:37:01 2022-12-14 14:37:01,759 [run_init] DEBUG init version:0.0.0 force:False 14:37:01 2022-12-14 14:37:01,760 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgexfoundry_edgex-ui-go_PR-584/.semver 14:37:01 2022-12-14 14:37:01,760 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-ui-go.git /w/workspace/edgexfoundry_edgex-ui-go_PR-584/.semver 14:37:01 2022-12-14 14:37:01,760 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/edgex-ui-go.git', '/w/workspace/edgexfoundry_edgex-ui-go_PR-584/.semver'], cwd=/w/workspace/edgexfoundry_edgex-ui-go_PR-584, universal_newlines=False, shell=None, istream=None) 14:37:03 2022-12-14 14:37:03,440 [append_file] DEBUG append to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-584/.git/info/exclude 14:37:03 2022-12-14 14:37:03,440 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgexfoundry_edgex-ui-go_PR-584/.semver/PR-584 with force:False 14:37:03 2022-12-14 14:37:03,440 [write_file] DEBUG write to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-584/.semver/PR-584 14:37:03 2022-12-14 14:37:03,444 [execute] INFO git cat-file --batch-check 14:37:03 2022-12-14 14:37:03,445 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgexfoundry_edgex-ui-go_PR-584/.semver, universal_newlines=False, shell=None, istream=) 14:37:03 2022-12-14 14:37:03,452 [execute] INFO git cat-file --batch 14:37:03 2022-12-14 14:37:03,452 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgexfoundry_edgex-ui-go_PR-584/.semver, universal_newlines=False, shell=None, istream=) 14:37:03 2022-12-14 14:37:03,459 [read_version] DEBUG read version from /w/workspace/edgexfoundry_edgex-ui-go_PR-584/.semver/PR-584 14:37:03 0.0.0 [Pipeline] } 14:37:03 $ docker exec --env ******** --env ******** 5c019d06c4f368e92fd77354e3f052be3560f5993211c18729b2d258962fa8c7 ssh-agent -k 14:37:03 unset SSH_AUTH_SOCK; 14:37:03 unset SSH_AGENT_PID; 14:37:03 echo Agent pid 78 killed; 14:37:03 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 14:37:04 + git semver [Pipeline] } 14:37:04 $ docker stop --time=1 5c019d06c4f368e92fd77354e3f052be3560f5993211c18729b2d258962fa8c7 14:37:05 $ docker rm -f 5c019d06c4f368e92fd77354e3f052be3560f5993211c18729b2d258962fa8c7 [Pipeline] // withDockerContainer [Pipeline] sh 14:37:06 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 14:37:06 Stashed 1 file(s) [Pipeline] echo 14:37:06 [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 14:37:07 provisioning config files... 14:37:07 copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-584@tmp/config553009667475956074tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 14:37:07 ---> docker-login.sh 14:37:07 nexus3.edgexfoundry.org:10001 14:37:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:37:07 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:37:07 Configure a credential helper to remove this warning. See 14:37:07 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:37:07 14:37:07 Login Succeeded 14:37:07 nexus3.edgexfoundry.org:10002 14:37:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:37:07 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:37:07 Configure a credential helper to remove this warning. See 14:37:07 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:37:07 14:37:07 Login Succeeded 14:37:07 nexus3.edgexfoundry.org:10003 14:37:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:37:07 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:37:07 Configure a credential helper to remove this warning. See 14:37:07 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:37:07 14:37:07 Login Succeeded 14:37:07 nexus3.edgexfoundry.org:10004 14:37:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:37:07 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:37:07 Configure a credential helper to remove this warning. See 14:37:07 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:37:07 14:37:07 Login Succeeded 14:37:07 docker.io 14:37:08 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:37:08 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:37:08 Configure a credential helper to remove this warning. See 14:37:08 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:37:08 14:37:08 Login Succeeded 14:37:08 ---> docker-login.sh ends [Pipeline] } 14:37:08 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 14:37:08 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 14:37:08 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 14:37:08 ========================================================= 14:37:08 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine] 14:37:08 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:37:08 + docker build -t ci-base-image-x86_64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine --build-arg MAKE=echo noop --target=builder . 14:37:09 Sending build context to Docker daemon 45.58MB 14:37:09 Step 1/16 : ARG BASE=golang:1.18-alpine3.16 14:37:09 Step 2/16 : FROM ${BASE} AS builder 14:37:09 1.18-alpine: Pulling from edgex-devops/edgex-golang-base 14:37:09 213ec9aee27d: Pulling fs layer 14:37:09 4583459ba037: Pulling fs layer 14:37:09 93c1e223e6f2: Pulling fs layer 14:37:09 53926ce57604: Pulling fs layer 14:37:09 21b2b0c7a3f4: Pulling fs layer 14:37:09 22ff95d597cd: Pulling fs layer 14:37:09 12d6caf4c0d1: Pulling fs layer 14:37:09 96b7cbca73a9: Pulling fs layer 14:37:09 a7acece74701: Pulling fs layer 14:37:09 22ff95d597cd: Waiting 14:37:09 12d6caf4c0d1: Waiting 14:37:09 96b7cbca73a9: Waiting 14:37:09 a7acece74701: Waiting 14:37:09 53926ce57604: Waiting 14:37:09 21b2b0c7a3f4: Waiting 14:37:09 93c1e223e6f2: Download complete 14:37:09 4583459ba037: Download complete 14:37:09 21b2b0c7a3f4: Verifying Checksum 14:37:09 21b2b0c7a3f4: Download complete 14:37:09 22ff95d597cd: Verifying Checksum 14:37:09 22ff95d597cd: Download complete 14:37:09 213ec9aee27d: Verifying Checksum 14:37:09 213ec9aee27d: Download complete 14:37:09 12d6caf4c0d1: Download complete 14:37:09 213ec9aee27d: Pull complete 14:37:09 4583459ba037: Pull complete 14:37:09 93c1e223e6f2: Pull complete 14:37:10 a7acece74701: Verifying Checksum 14:37:10 a7acece74701: Download complete 14:37:10 53926ce57604: Verifying Checksum 14:37:10 53926ce57604: Download complete 14:37:10 96b7cbca73a9: Verifying Checksum 14:37:10 96b7cbca73a9: Download complete 14:37:14 53926ce57604: Pull complete 14:37:14 21b2b0c7a3f4: Pull complete 14:37:14 22ff95d597cd: Pull complete 14:37:14 12d6caf4c0d1: Pull complete 14:37:16 96b7cbca73a9: Pull complete 14:37:17 a7acece74701: Pull complete 14:37:17 Digest: sha256:f6a9ef70c52da88a2ff63a0c6767b24654f9f5185d1d85ca6cc3004fb48f6c2d 14:37:17 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine 14:37:17 ---> db6d94c90886 14:37:17 Step 3/16 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" 14:37:21 ---> Running in eacce751bf7f 14:37:21 Removing intermediate container eacce751bf7f 14:37:21 ---> b0602dcc125d 14:37:21 Step 4/16 : ARG ALPINE_PKG_BASE="make git" 14:37:21 ---> Running in accfc368b93b 14:37:21 Removing intermediate container accfc368b93b 14:37:21 ---> f676f950de48 14:37:21 Step 5/16 : ARG ALPINE_PKG_EXTRA="" 14:37:21 ---> Running in 08b464aac09a 14:37:21 Removing intermediate container 08b464aac09a 14:37:21 ---> 65c1752640ad 14:37:21 Step 6/16 : LABEL Name=edgex-ui-go 14:37:21 ---> Running in 5b13c2ff5494 14:37:21 Removing intermediate container 5b13c2ff5494 14:37:21 ---> cc8a4eaa08c5 14:37:21 Step 7/16 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2022: Intel' 14:37:21 ---> Running in db6451b8828f 14:37:21 Removing intermediate container db6451b8828f 14:37:21 ---> 6c7c2aa04c1f 14:37:21 Step 8/16 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 14:37:21 Still waiting to schedule task 14:37:21 All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline 14:37:22 latest: Pulling from library/docker 14:37:22 c158987b0551: Pulling fs layer 14:37:22 93eea1d5d8e5: Pulling fs layer 14:37:22 6984615ae184: Pulling fs layer 14:37:22 3e603bb99416: Pulling fs layer 14:37:22 4574c54fe426: Pulling fs layer 14:37:22 aa297596aa73: Pulling fs layer 14:37:22 6b35383209c1: Pulling fs layer 14:37:22 4574c54fe426: Waiting 14:37:22 aa297596aa73: Waiting 14:37:22 3e603bb99416: Waiting 14:37:22 b6e87bb700b0: Pulling fs layer 14:37:22 6b35383209c1: Waiting 14:37:22 b6e87bb700b0: Waiting 14:37:22 93eea1d5d8e5: Verifying Checksum 14:37:22 93eea1d5d8e5: Download complete 14:37:22 c158987b0551: Download complete 14:37:22 6984615ae184: Verifying Checksum 14:37:22 6984615ae184: Download complete 14:37:22 c158987b0551: Pull complete 14:37:22 aa297596aa73: Download complete 14:37:22 93eea1d5d8e5: Pull complete 14:37:22 6b35383209c1: Verifying Checksum 14:37:22 6b35383209c1: Download complete 14:37:23 b6e87bb700b0: Verifying Checksum 14:37:23 b6e87bb700b0: Download complete 14:37:23 4574c54fe426: Verifying Checksum 14:37:23 4574c54fe426: Download complete 14:37:23 3e603bb99416: Download complete 14:37:23 6984615ae184: Pull complete 14:37:23 3e603bb99416: Pull complete 14:37:23 4574c54fe426: Pull complete 14:37:24 aa297596aa73: Pull complete 14:37:24 6b35383209c1: Pull complete 14:37:24 b6e87bb700b0: Pull complete 14:37:24 Digest: sha256:812ff1098c97878ae26ca8e0423e00aa157596a8b28d4bd52c120c4d087e8ae1 14:37:24 Status: Downloaded newer image for docker:latest 14:37:25 ---> 85ecace0c792 14:37:25 Step 9/16 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 14:37:25 ---> Running in b3e793b962b8 14:37:25 Removing intermediate container b3e793b962b8 14:37:25 ---> 6ec3be940e3b 14:37:25 Step 10/16 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 14:37:25 ---> Running in 575c7cf6f22a 14:37:26 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 14:37:26 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 14:37:27 OK: 211 MiB in 51 packages 14:37:27 Removing intermediate container 575c7cf6f22a 14:37:27 ---> 8675412eff8b 14:37:27 Step 11/16 : ENV GO111MODULE=on 14:37:27 ---> Running in 167c2fec8f68 14:37:28 Removing intermediate container 167c2fec8f68 14:37:28 ---> df3b39fae865 14:37:28 Step 12/16 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go 14:37:28 ---> Running in 7a144a1018ec 14:37:28 Removing intermediate container 7a144a1018ec 14:37:28 ---> 5163dfef9f82 14:37:28 Step 13/16 : COPY go.mod vendor* ./ 14:37:28 ---> 86a915f5c90b 14:37:28 Step 14/16 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 14:37:28 ---> Running in 366f5f680603 14:37:54 Removing intermediate container 366f5f680603 14:37:54 ---> a65e2074d5cf 14:37:54 Step 15/16 : COPY . . 14:37:54 ---> a0d0020a71a3 14:37:54 Step 16/16 : RUN ${MAKE} 14:37:54 ---> Running in 3dd5aeb0f29a 14:37:54 noop 14:37:54 Removing intermediate container 3dd5aeb0f29a 14:37:54 ---> 0885abb0528d 14:37:54 Successfully built 0885abb0528d 14:37:54 Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:37:55 + docker inspect -f . ci-base-image-x86_64 14:37:55 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 14:37:55 prd-ubuntu20.04-docker-8c-8g-121204 does not seem to be running inside a container 14:37:55 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgexfoundry_edgex-ui-go_PR-584 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-584:/w/workspace/edgexfoundry_edgex-ui-go_PR-584:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-584@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-584@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 ******** ci-base-image-x86_64 cat 14:37:55 $ docker top 3c6a673aa7de03b1fe078eb987480338b2f0d51ba56ed386c16c7f84e1c7da2b -eo pid,comm [Pipeline] { [Pipeline] sh 14:37:56 + go version 14:37:56 go version go1.18.7 linux/amd64 [Pipeline] } 14:37:56 $ docker stop --time=1 3c6a673aa7de03b1fe078eb987480338b2f0d51ba56ed386c16c7f84e1c7da2b 14:37:57 $ docker rm -f 3c6a673aa7de03b1fe078eb987480338b2f0d51ba56ed386c16c7f84e1c7da2b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:37:58 + docker inspect -f . ci-base-image-x86_64 14:37:58 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 14:37:58 prd-ubuntu20.04-docker-8c-8g-121204 does not seem to be running inside a container 14:37:58 $ 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-584 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-584:/w/workspace/edgexfoundry_edgex-ui-go_PR-584:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-584@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-584@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 ******** ci-base-image-x86_64 cat 14:37:58 $ docker top 89a33baf248f249dd2c4766badaa2e0a7d2d194e4b63ef05c0849ea0580d9915 -eo pid,comm [Pipeline] { [Pipeline] sh 14:37:59 + git config --global --add safe.directory /w/workspace/edgexfoundry_edgex-ui-go_PR-584 [Pipeline] fileExists [Pipeline] sh 14:37:59 + make test 14:37:59 CGO_ENABLED=0 GO111MODULE=on go test -tags "no_messagebus" -coverprofile=coverage.out ./... 14:37:59 ? github.com/edgexfoundry/edgex-ui-go [no test files] 14:38:09 ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] 14:38:09 ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] 14:38:09 ? github.com/edgexfoundry/edgex-ui-go/internal/common [no test files] 14:38:09 ? github.com/edgexfoundry/edgex-ui-go/internal/config [no test files] 14:38:09 ? github.com/edgexfoundry/edgex-ui-go/internal/container [no test files] 14:38:09 ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] 14:38:09 ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] 14:38:09 ? github.com/edgexfoundry/edgex-ui-go/internal/service [no test files] 14:38:09 CGO_ENABLED=0 GO111MODULE=on go vet -tags "no_messagebus" ./... 14:38:11 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 14:38:11 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 14:38:11 ./bin/test-attribution-txt.sh 14:38:11 An attribution for github.com/edgexfoundry/go-mod-bootstrap/v2 is missing from Attribution.txt, please add 14:38:11 An attribution for github.com/Microsoft/go-winio is missing from Attribution.txt, please add 14:38:11 An attribution for github.com/eclipse/paho.mqtt.golang is missing from Attribution.txt, please add 14:38:11 An attribution for github.com/edgexfoundry/go-mod-messaging/v2 is missing from Attribution.txt, please add 14:38:11 An attribution for github.com/edgexfoundry/go-mod-secrets/v2 is missing from Attribution.txt, please add 14:38:11 An attribution for github.com/go-kit/log is missing from Attribution.txt, please add 14:38:11 An attribution for github.com/go-logfmt/logfmt is missing from Attribution.txt, please add 14:38:11 An attribution for github.com/go-redis/redis/v7 is missing from Attribution.txt, please add 14:38:11 An attribution for github.com/golang/protobuf is missing from Attribution.txt, please add 14:38:11 An attribution for github.com/gorilla/websocket is missing from Attribution.txt, please add 14:38:11 An attribution for github.com/hashicorp/errwrap is missing from Attribution.txt, please add 14:38:11 An attribution for github.com/hashicorp/go-multierror is missing from Attribution.txt, please add 14:38:11 An attribution for github.com/nats-io/nats.go is missing from Attribution.txt, please add 14:38:11 An attribution for github.com/nats-io/nkeys is missing from Attribution.txt, please add 14:38:11 An attribution for github.com/nats-io/nuid is missing from Attribution.txt, please add 14:38:11 An attribution for github.com/pebbe/zmq4 is missing from Attribution.txt, please add 14:38:11 An attribution for github.com/rcrowley/go-metrics is missing from Attribution.txt, please add 14:38:11 An attribution for github.com/spiffe/go-spiffe/v2 is missing from Attribution.txt, please add 14:38:11 An attribution for github.com/zeebo/errs is missing from Attribution.txt, please add 14:38:11 An attribution for golang.org/x/net is missing from Attribution.txt, please add 14:38:11 An attribution for golang.org/x/sync is missing from Attribution.txt, please add 14:38:11 An attribution for google.golang.org/genproto is missing from Attribution.txt, please add 14:38:11 An attribution for google.golang.org/grpc is missing from Attribution.txt, please add 14:38:11 An attribution for google.golang.org/protobuf is missing from Attribution.txt, please add 14:38:11 An attribution for gopkg.in/square/go-jose.v2 is missing from Attribution.txt, please add 14:38:11 make -C web test 14:38:11 make[1]: Entering directory '/w/workspace/edgexfoundry_edgex-ui-go_PR-584/web' 14:38:11 make[1]: tput: No such file or directory 14:38:11 make[1]: tput: No such file or directory 14:38:11 warning: generating ./VERSION 14:38:11 echo "0.0.0" > VERSION 14:38:11 docker build \ 14:38:11 -f Dockerfile \ 14:38:11 --build-arg USER=1000 \ 14:38:11 \ 14:38:11 --label "git_sha=f9e971e5c7f115aba8be833c13e7ddf8c1445a3b" \ 14:38:11 -t edgexfoundry/edgex-web-ui:f9e971e5c7f115aba8be833c13e7ddf8c1445a3b \ 14:38:11 -t edgexfoundry/edgex-web-ui:0.0.0-dev \ 14:38:11 . 14:38:11 Sending build context to Docker daemon 3.281MB 14:38:11 Step 1/10 : FROM node:16.17-alpine3.15 14:38:11 16.17-alpine3.15: Pulling from library/node 14:38:11 9621f1afde84: Pulling fs layer 14:38:11 c6f70ee39829: Pulling fs layer 14:38:11 56892a8094a2: Pulling fs layer 14:38:11 58dd87906ef0: Pulling fs layer 14:38:11 58dd87906ef0: Waiting 14:38:11 9621f1afde84: Verifying Checksum 14:38:11 9621f1afde84: Download complete 14:38:12 9621f1afde84: Pull complete 14:38:12 58dd87906ef0: Verifying Checksum 14:38:12 58dd87906ef0: Download complete 14:38:12 56892a8094a2: Download complete 14:38:13 c6f70ee39829: Verifying Checksum 14:38:13 c6f70ee39829: Download complete 14:38:14 c6f70ee39829: Pull complete 14:38:14 56892a8094a2: Pull complete 14:38:14 58dd87906ef0: Pull complete 14:38:14 Digest: sha256:84c606bfbe4cf120c52b17c3b727e614d99e357a8e350f83a4e7b9ec0798e04a 14:38:14 Status: Downloaded newer image for node:16.17-alpine3.15 14:38:14 ---> b69703f70c3d 14:38:14 Step 2/10 : RUN apk add --no-cache chromium 14:38:15 ---> Running in 67a363650315 14:38:16 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 14:38:16 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 14:38:16 (1/129) Installing libxau (1.0.9-r0) 14:38:16 (2/129) Installing libmd (1.0.3-r0) 14:38:16 (3/129) Installing libbsd (0.11.3-r1) 14:38:16 (4/129) Installing libxdmcp (1.1.3-r0) 14:38:16 (5/129) Installing libxcb (1.14-r2) 14:38:16 (6/129) Installing libx11 (1.7.3.1-r0) 14:38:16 (7/129) Installing libxext (1.3.4-r0) 14:38:16 (8/129) Installing libice (1.0.10-r0) 14:38:16 (9/129) Installing libuuid (2.37.4-r0) 14:38:16 (10/129) Installing libsm (1.2.3-r0) 14:38:16 (11/129) Installing libxt (1.2.1-r0) 14:38:16 (12/129) Installing libxmu (1.1.3-r0) 14:38:16 (13/129) Installing xset (1.2.4-r0) 14:38:16 (14/129) Installing xprop (1.2.5-r0) 14:38:16 (15/129) Installing xdg-utils (1.1.3-r0) 14:38:16 (16/129) Installing eudev-libs (3.2.11_pre1-r0) 14:38:16 (17/129) Installing pkgconf (1.8.0-r0) 14:38:16 (18/129) Installing libffi (3.4.2-r1) 14:38:16 (19/129) Installing libintl (0.21-r0) 14:38:16 (20/129) Installing libblkid (2.37.4-r0) 14:38:16 (21/129) Installing libmount (2.37.4-r0) 14:38:16 (22/129) Installing pcre (8.45-r1) 14:38:16 (23/129) Installing glib (2.70.1-r0) 14:38:16 (24/129) Installing xz-libs (5.2.5-r1) 14:38:16 (25/129) Installing libxml2 (2.9.14-r2) 14:38:16 (26/129) Installing shared-mime-info (2.1-r1) 14:38:16 (27/129) Installing hicolor-icon-theme (0.17-r1) 14:38:16 (28/129) Installing libjpeg-turbo (2.1.2-r0) 14:38:16 (29/129) Installing libpng (1.6.37-r1) 14:38:16 (30/129) Installing libwebp (1.2.2-r0) 14:38:16 (31/129) Installing zstd-libs (1.5.0-r0) 14:38:16 (32/129) Installing tiff (4.4.0-r0) 14:38:16 (33/129) Installing gdk-pixbuf (2.42.8-r0) 14:38:16 (34/129) Installing gtk-update-icon-cache (2.24.33-r0) 14:38:16 (35/129) Installing libxcomposite (0.4.5-r0) 14:38:16 (36/129) Installing libxfixes (6.0.0-r0) 14:38:16 (37/129) Installing libxrender (0.9.10-r3) 14:38:16 (38/129) Installing libxcursor (1.2.0-r0) 14:38:16 (39/129) Installing libxdamage (1.1.5-r1) 14:38:16 (40/129) Installing libxi (1.8-r0) 14:38:16 (41/129) Installing libxinerama (1.1.4-r1) 14:38:16 (42/129) Installing libxrandr (1.5.2-r1) 14:38:16 (43/129) Installing atk (2.36.0-r0) 14:38:16 (44/129) Installing libxtst (1.2.3-r3) 14:38:16 (45/129) Installing dbus-libs (1.12.24-r0) 14:38:16 (46/129) Installing at-spi2-core (2.42.0-r0) 14:38:16 (47/129) Installing at-spi2-atk (2.38.0-r0) 14:38:16 (48/129) Installing expat (2.5.0-r0) 14:38:16 (49/129) Installing brotli-libs (1.0.9-r5) 14:38:16 (50/129) Installing libbz2 (1.0.8-r1) 14:38:16 (51/129) Installing freetype (2.11.1-r2) 14:38:16 (52/129) Installing fontconfig (2.13.1-r4) 14:38:16 (53/129) Installing pixman (0.40.0-r4) 14:38:16 (54/129) Installing cairo (1.16.0-r5) 14:38:16 (55/129) Installing cairo-gobject (1.16.0-r5) 14:38:16 (56/129) Installing avahi-libs (0.8-r5) 14:38:16 (57/129) Installing gmp (6.2.1-r1) 14:38:16 (58/129) Installing nettle (3.7.3-r0) 14:38:16 (59/129) Installing p11-kit (0.24.0-r1) 14:38:16 (60/129) Installing libtasn1 (4.18.0-r0) 14:38:16 (61/129) Installing libunistring (0.9.10-r1) 14:38:16 (62/129) Installing gnutls (3.7.1-r1) 14:38:16 (63/129) Installing cups-libs (2.3.3-r6) 14:38:16 (64/129) Installing libepoxy (1.5.9-r0) 14:38:16 (65/129) Installing fribidi (1.0.11-r0) 14:38:16 (66/129) Installing graphite2 (1.3.14-r0) 14:38:16 (67/129) Installing harfbuzz (3.0.0-r2) 14:38:16 (68/129) Installing libxft (2.3.4-r0) 14:38:16 (69/129) Installing pango (1.48.10-r0) 14:38:16 (70/129) Installing wayland-libs-client (1.19.0-r1) 14:38:16 (71/129) Installing wayland-libs-cursor (1.19.0-r1) 14:38:16 (72/129) Installing wayland-libs-egl (1.19.0-r1) 14:38:16 (73/129) Installing xkeyboard-config (2.34-r0) 14:38:16 (74/129) Installing libxkbcommon (1.3.1-r0) 14:38:16 (75/129) Installing gtk+3.0 (3.24.30-r0) 14:38:17 Executing gtk+3.0-3.24.30-r0.post-install 14:38:17 (76/129) Installing libfontenc (1.1.4-r0) 14:38:17 (77/129) Installing mkfontscale (1.2.1-r1) 14:38:17 (78/129) Installing ttf-opensans (1.10-r1) 14:38:17 Executing ttf-opensans-1.10-r1.post-install 14:38:18 (79/129) Installing libogg (1.3.5-r0) 14:38:18 (80/129) Installing flac (1.3.4-r0) 14:38:18 (81/129) Installing alsa-lib (1.2.5.1-r1) 14:38:19 (82/129) Installing libatomic (10.3.1_git20211027-r0) 14:38:19 (83/129) Installing sdl2 (2.0.16-r4) 14:38:19 (84/129) Installing aom-libs (3.2.0-r0) 14:38:19 (85/129) Installing libass (0.15.2-r0) 14:38:19 (86/129) Installing libdav1d (0.9.2-r0) 14:38:19 (87/129) Installing ncurses-terminfo-base (6.3_p20211120-r1) 14:38:19 (88/129) Installing ncurses-libs (6.3_p20211120-r1) 14:38:19 (89/129) Installing lame (3.100-r0) 14:38:19 (90/129) Installing opus (1.3.1-r1) 14:38:19 (91/129) Installing libgomp (10.3.1_git20211027-r0) 14:38:19 (92/129) Installing soxr (0.1.3-r2) 14:38:19 (93/129) Installing libsrt (1.4.2-r1) 14:38:19 (94/129) Installing libssh (0.9.6-r1) 14:38:19 (95/129) Installing libtheora (1.1.1-r16) 14:38:19 (96/129) Installing v4l-utils-libs (1.22.1-r1) 14:38:19 (97/129) Installing libpciaccess (0.16-r0) 14:38:19 (98/129) Installing libdrm (2.4.109-r0) 14:38:19 (99/129) Installing libva (2.13.0-r0) 14:38:19 (100/129) Installing libvdpau (1.4-r0) 14:38:19 (101/129) Installing vidstab (1.1.0-r1) 14:38:19 (102/129) Installing libvorbis (1.3.7-r0) 14:38:19 (103/129) Installing libvpx (1.10.0-r0) 14:38:19 (104/129) Installing vulkan-loader (1.2.196-r0) 14:38:19 (105/129) Installing x264-libs (20210613-r0) 14:38:19 (106/129) Installing x265-libs (3.5-r0) 14:38:19 (107/129) Installing xvidcore (1.3.7-r1) 14:38:19 (108/129) Installing ffmpeg-libs (4.4.1-r2) 14:38:19 (109/129) Installing libevent (2.1.12-r4) 14:38:19 (110/129) Installing mesa (21.2.6-r0) 14:38:19 (111/129) Installing wayland-libs-server (1.19.0-r1) 14:38:19 (112/129) Installing mesa-gbm (21.2.6-r0) 14:38:19 (113/129) Installing lcms2 (2.12-r1) 14:38:19 (114/129) Installing nspr (4.32-r0) 14:38:19 (115/129) Installing sqlite-libs (3.36.0-r0) 14:38:19 (116/129) Installing nss (3.78.1-r0) 14:38:19 (117/129) Installing libasyncns (0.8-r1) 14:38:19 (118/129) Installing libltdl (2.4.6-r7) 14:38:19 (119/129) Installing orc (0.4.32-r0) 14:38:19 (120/129) Installing libsndfile (1.0.31-r1) 14:38:19 (121/129) Installing speexdsp (1.2.0-r0) 14:38:19 (122/129) Installing tdb-libs (1.4.5-r0) 14:38:19 (123/129) Installing libpulse (15.0-r2) 14:38:19 (124/129) Installing re2 (2021.11.01-r0) 14:38:19 (125/129) Installing snappy (1.1.9-r1) 14:38:19 (126/129) Installing libgpg-error (1.42-r1) 14:38:19 (127/129) Installing libgcrypt (1.9.4-r0) 14:38:19 (128/129) Installing libxslt (1.1.35-r0) 14:38:19 (129/129) Installing chromium (99.0.4844.84-r0) 14:38:20 Executing busybox-1.34.1-r7.trigger 14:38:20 Executing glib-2.70.1-r0.trigger 14:38:20 Executing shared-mime-info-2.1-r1.trigger 14:38:22 Executing gdk-pixbuf-2.42.8-r0.trigger 14:38:22 Executing gtk-update-icon-cache-2.24.33-r0.trigger 14:38:22 Executing fontconfig-2.13.1-r4.trigger 14:38:22 Executing mkfontscale-1.2.1-r1.trigger 14:38:22 OK: 286 MiB in 145 packages 14:38:26 Removing intermediate container 67a363650315 14:38:26 ---> 816c56c74ce0 14:38:26 Step 3/10 : ENV CHROME_BIN=/usr/bin/chromium-browser 14:38:27 ---> Running in 0c20cb745114 14:38:27 Removing intermediate container 0c20cb745114 14:38:27 ---> 6ed20bb08444 14:38:27 Step 4/10 : ENV PATH /app/node_modules/.bin:$PATH 14:38:27 ---> Running in 0dcfa0ba856f 14:38:27 Removing intermediate container 0dcfa0ba856f 14:38:27 ---> 9c18394dcfad 14:38:27 Step 5/10 : RUN npm install -g npm 14:38:27 ---> Running in 4bb7d858babd 14:38:33 14:38:33 removed 8 packages, changed 80 packages, and audited 232 packages in 5s 14:38:33 14:38:33 14 packages are looking for funding 14:38:33 run `npm fund` for details 14:38:33 14:38:33 found 0 vulnerabilities 14:38:34 Removing intermediate container 4bb7d858babd 14:38:34 ---> 68bf201ff518 14:38:34 Step 6/10 : ARG USER=1000 14:38:34 ---> Running in 4c3a698e0d6f 14:38:34 Removing intermediate container 4c3a698e0d6f 14:38:34 ---> ece3cd22e951 14:38:34 Step 7/10 : RUN deluser --remove-home node && adduser -u $USER -D -s /bin/sh node 14:38:34 ---> Running in ec044a8170b1 14:38:34 Removing intermediate container ec044a8170b1 14:38:34 ---> ca33e63bd9b1 14:38:34 Step 8/10 : USER $USER:$USER 14:38:34 ---> Running in 9b3681398831 14:38:34 Removing intermediate container 9b3681398831 14:38:34 ---> db7806fcdf5f 14:38:34 Step 9/10 : WORKDIR /app 14:38:34 ---> Running in 9e379bec6bc0 14:38:35 Removing intermediate container 9e379bec6bc0 14:38:35 ---> 6b1e1881dc4d 14:38:35 Step 10/10 : LABEL git_sha=f9e971e5c7f115aba8be833c13e7ddf8c1445a3b 14:38:35 ---> Running in 65bfa332b4cf 14:38:35 Removing intermediate container 65bfa332b4cf 14:38:35 ---> 929a5634a117 14:38:35 Successfully built 929a5634a117 14:38:35 Successfully tagged edgexfoundry/edgex-web-ui:f9e971e5c7f115aba8be833c13e7ddf8c1445a3b 14:38:35 Successfully tagged edgexfoundry/edgex-web-ui:0.0.0-dev 14:38:35 touch edgex-web-ui.imagebuilt 14:38:35 mkdir -p node_modules coverage 14:38:35 chown "1000:1000" node_modules coverage package-lock.json 14:38:35 docker run --rm -i -v "$(pwd):/app" -u "1000:1000" edgexfoundry/edgex-web-ui:0.0.0-dev npm install 14:38:37 npm WARN EBADENGINE Unsupported engine { 14:38:37 npm WARN EBADENGINE package: '@angular-devkit/architect@0.1202.4', 14:38:37 npm WARN EBADENGINE required: { 14:38:37 npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', 14:38:37 npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', 14:38:37 npm WARN EBADENGINE yarn: '>= 1.13.0' 14:38:37 npm WARN EBADENGINE }, 14:38:37 npm WARN EBADENGINE current: { node: 'v16.17.1', npm: '9.2.0' } 14:38:37 npm WARN EBADENGINE } 14:38:37 npm WARN EBADENGINE Unsupported engine { 14:38:37 npm WARN EBADENGINE package: '@angular-devkit/build-angular@12.2.4', 14:38:37 npm WARN EBADENGINE required: { 14:38:37 npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', 14:38:37 npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', 14:38:37 npm WARN EBADENGINE yarn: '>= 1.13.0' 14:38:37 npm WARN EBADENGINE }, 14:38:37 npm WARN EBADENGINE current: { node: 'v16.17.1', npm: '9.2.0' } 14:38:37 npm WARN EBADENGINE } 14:38:37 npm WARN EBADENGINE Unsupported engine { 14:38:37 npm WARN EBADENGINE package: '@angular-devkit/build-optimizer@0.1202.4', 14:38:37 npm WARN EBADENGINE required: { 14:38:37 npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', 14:38:37 npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', 14:38:37 npm WARN EBADENGINE yarn: '>= 1.13.0' 14:38:37 npm WARN EBADENGINE }, 14:38:37 npm WARN EBADENGINE current: { node: 'v16.17.1', npm: '9.2.0' } 14:38:37 npm WARN EBADENGINE } 14:38:37 npm WARN EBADENGINE Unsupported engine { 14:38:37 npm WARN EBADENGINE package: '@angular-devkit/build-webpack@0.1202.4', 14:38:37 npm WARN EBADENGINE required: { 14:38:37 npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', 14:38:37 npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', 14:38:37 npm WARN EBADENGINE yarn: '>= 1.13.0' 14:38:37 npm WARN EBADENGINE }, 14:38:37 npm WARN EBADENGINE current: { node: 'v16.17.1', npm: '9.2.0' } 14:38:37 npm WARN EBADENGINE } 14:38:37 npm WARN EBADENGINE Unsupported engine { 14:38:37 npm WARN EBADENGINE package: '@angular-devkit/core@12.2.4', 14:38:37 npm WARN EBADENGINE required: { 14:38:37 npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', 14:38:37 npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', 14:38:37 npm WARN EBADENGINE yarn: '>= 1.13.0' 14:38:37 npm WARN EBADENGINE }, 14:38:37 npm WARN EBADENGINE current: { node: 'v16.17.1', npm: '9.2.0' } 14:38:37 npm WARN EBADENGINE } 14:38:37 npm WARN EBADENGINE Unsupported engine { 14:38:37 npm WARN EBADENGINE package: '@angular-devkit/schematics@12.2.4', 14:38:37 npm WARN EBADENGINE required: { 14:38:37 npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', 14:38:37 npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', 14:38:37 npm WARN EBADENGINE yarn: '>= 1.13.0' 14:38:37 npm WARN EBADENGINE }, 14:38:37 npm WARN EBADENGINE current: { node: 'v16.17.1', npm: '9.2.0' } 14:38:37 npm WARN EBADENGINE } 14:38:37 npm WARN EBADENGINE Unsupported engine { 14:38:37 npm WARN EBADENGINE package: '@angular/cli@12.2.4', 14:38:37 npm WARN EBADENGINE required: { 14:38:37 npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', 14:38:37 npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', 14:38:37 npm WARN EBADENGINE yarn: '>= 1.13.0' 14:38:37 npm WARN EBADENGINE }, 14:38:37 npm WARN EBADENGINE current: { node: 'v16.17.1', npm: '9.2.0' } 14:38:37 npm WARN EBADENGINE } 14:38:37 npm WARN EBADENGINE Unsupported engine { 14:38:37 npm WARN EBADENGINE package: '@ngtools/webpack@12.2.4', 14:38:37 npm WARN EBADENGINE required: { 14:38:37 npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', 14:38:37 npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', 14:38:37 npm WARN EBADENGINE yarn: '>= 1.13.0' 14:38:37 npm WARN EBADENGINE }, 14:38:37 npm WARN EBADENGINE current: { node: 'v16.17.1', npm: '9.2.0' } 14:38:37 npm WARN EBADENGINE } 14:38:37 npm WARN EBADENGINE Unsupported engine { 14:38:37 npm WARN EBADENGINE package: '@schematics/angular@12.2.4', 14:38:37 npm WARN EBADENGINE required: { 14:38:37 npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', 14:38:37 npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', 14:38:37 npm WARN EBADENGINE yarn: '>= 1.13.0' 14:38:37 npm WARN EBADENGINE }, 14:38:37 npm WARN EBADENGINE current: { node: 'v16.17.1', npm: '9.2.0' } 14:38:37 npm WARN EBADENGINE } 14:38:40 npm WARN deprecated urix@0.1.0: Please see https://github.com/lydell/urix#deprecated 14:38:40 npm WARN deprecated source-map-url@0.4.1: See https://github.com/lydell/source-map-url#deprecated 14:38:40 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 14:38:40 npm WARN deprecated source-map-resolve@0.6.0: See https://github.com/lydell/source-map-resolve#deprecated 14:38:41 npm WARN deprecated resolve-url@0.2.1: https://github.com/lydell/resolve-url#deprecated 14:38:41 npm WARN deprecated querystring@0.2.0: The querystring API is considered Legacy. new code should use the URLSearchParams API instead. 14:38:41 npm WARN deprecated request@2.88.2: request has been deprecated, see https://github.com/request/request/issues/3142 14:38:42 npm WARN deprecated har-validator@5.1.5: this library is no longer supported 14:38:42 npm WARN deprecated flatten@1.0.3: flatten is deprecated in favor of utility frameworks such as lodash. 14:38:44 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 14:38:44 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 14:38:45 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. 14:38:46 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. 14:38:46 npm WARN deprecated chokidar@2.1.8: Chokidar 2 does not receive security updates since 2019. Upgrade to chokidar 3 with 15x fewer dependencies 14:38:46 npm WARN deprecated source-map-resolve@0.5.3: See https://github.com/lydell/source-map-resolve#deprecated 14:38:47 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. 14:38:47 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. 14:38:48 npm WARN deprecated source-map-resolve@0.5.3: See https://github.com/lydell/source-map-resolve#deprecated 14:38:50 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. 14:38:53 Running on prd-ubuntu20.04-docker-arm64-4c-16g-121205 in /w/workspace/edgexfoundry_edgex-ui-go_PR-584 [Pipeline] { [Pipeline] ws 14:38:53 Running in /w/workspace/edgex-ui-go/1 [Pipeline] { [Pipeline] checkout 14:38:53 The recommended git tool is: git 14:38:58 14:38:58 added 1492 packages, and audited 1493 packages in 21s 14:38:58 14:38:58 93 packages are looking for funding 14:38:58 run `npm fund` for details 14:38:58 14:38:58 20 vulnerabilities (1 low, 5 moderate, 9 high, 5 critical) 14:38:58 14:38:58 To address issues that do not require attention, run: 14:38:58 npm audit fix 14:38:58 14:38:58 To address all issues (including breaking changes), run: 14:38:58 npm audit fix --force 14:38:58 14:38:58 Run `npm audit` for details. 14:38:58 using credential edgex-jenkins-ssh 14:38:58 Cloning the remote Git repository 14:38:58 Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git 14:38:58 > git init /w/workspace/edgex-ui-go/1 # timeout=10 14:38:58 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 14:38:58 > git --version # timeout=10 14:38:58 > git --version # 'git version 2.25.1' 14:38:58 using GIT_SSH to set credentials SSH Credentials for GitHub 14:38:58 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 14:39:02 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 14:39:03 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 14:39:03 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 14:39:04 Merging remotes/origin/main commit 1fc6aad09b79efe7d583b860cd1a98c2a76983c7 into PR head commit f9e971e5c7f115aba8be833c13e7ddf8c1445a3b 14:39:05 - Generating browser application bundles (phase: setup)... 14:39:05 Merge succeeded, producing f9e971e5c7f115aba8be833c13e7ddf8c1445a3b 14:39:05 Checking out Revision f9e971e5c7f115aba8be833c13e7ddf8c1445a3b (PR-584) 14:39:04 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 14:39:04 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 14:39:04 using GIT_SSH to set credentials SSH Credentials for GitHub 14:39:04 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/584/head:refs/remotes/origin/PR-584 +refs/heads/main:refs/remotes/origin/main # timeout=10 14:39:04 > git config core.sparsecheckout # timeout=10 14:39:04 > git checkout -f f9e971e5c7f115aba8be833c13e7ddf8c1445a3b # timeout=10 14:39:05 > git remote # timeout=10 14:39:05 > git config --get remote.origin.url # timeout=10 14:39:05 using GIT_SSH to set credentials SSH Credentials for GitHub 14:39:05 > git merge 1fc6aad09b79efe7d583b860cd1a98c2a76983c7 # timeout=10 14:39:05 > git rev-parse HEAD^{commit} # timeout=10 14:39:05 > git config core.sparsecheckout # timeout=10 14:39:05 > git checkout -f f9e971e5c7f115aba8be833c13e7ddf8c1445a3b # timeout=10 14:39:06 Commit message: "chore(deps): Bump express from 4.17.1 to 4.18.2 in /web" 14:39:06 > git --version # timeout=10 14:39:06 > git --version # 'git version 2.25.1' 14:39:06 fatal: bad object cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 14:39:07 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 14:39:07 % Total % Received % Xferd Average Speed Time Time Time Current 14:39:07 Dload Upload Total Spent Left Speed 14:39:07 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 74567 0 --:--:-- --:--:-- --:--:-- 74567 [Pipeline] sh 14:39:08 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 14:39:08 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 14:39:08 + sudo tee /etc/docker/daemon.new 14:39:08 { 14:39:08 "registry-mirrors": [ 14:39:08 "https://nexus3.edgexfoundry.org:10001" 14:39:08 ], 14:39:08 "bip": "10.250.0.254/24", 14:39:08 "hosts": [ 14:39:08 "tcp://0.0.0.0:5555", 14:39:08 "unix:///var/run/docker.sock" 14:39:08 ], 14:39:08 "mtu": 1458, 14:39:08 "selinux-enabled": true, 14:39:08 "seccomp-profile": "/etc/docker/seccomp.json" 14:39:08 } [Pipeline] sh 14:39:08 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 14:39:09 + sudo service docker restart 14:39:09 Compiling @angular/core : es2015 as esm2015 14:39:09 Compiling @angular/compiler/testing : es2015 as esm2015 14:39:12 Compiling @angular/common : es2015 as esm2015 14:39:12 Compiling @angular/core/testing : es2015 as esm2015 14:39:13 Compiling @angular/common/testing : es2015 as esm2015 14:39:13 Compiling @angular/platform-browser : es2015 as esm2015 14:39:13 Compiling @angular/common/http : es2015 as esm2015 14:39:13 Compiling @angular/platform-browser-dynamic : es2015 as esm2015 14:39:13 Compiling @angular/router : es2015 as esm2015 14:39:13 Compiling @angular/platform-browser/testing : es2015 as esm2015 14:39:14 Compiling @angular/forms : es2015 as esm2015 14:39:14 Compiling @angular/platform-browser-dynamic/testing : es2015 as esm2015 14:39:14 Compiling @angular/common/http/testing : es2015 as esm2015 14:39:16 Compiling @angular/router/testing : es2015 as esm2015 14:39:22 14 12 2022 14:39:21.704:INFO [karma-server]: Karma v6.3.16 server started at http://localhost:9876/ 14:39:22 14 12 2022 14:39:21.706:INFO [launcher]: Launching browsers ChromeHeadlessNoSandbox with concurrency unlimited 14:39:22 14 12 2022 14:39:21.709:INFO [launcher]: Starting browser ChromeHeadless [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 14:39:27 provisioning config files... 14:39:27 copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/1@tmp/config15113037798813462098tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 14:39:27 ---> docker-login.sh 14:39:27 nexus3.edgexfoundry.org:10001 14:39:28 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:39:28 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:39:28 Configure a credential helper to remove this warning. See 14:39:28 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:39:28 14:39:28 Login Succeeded 14:39:28 nexus3.edgexfoundry.org:10002 14:39:28 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:39:28 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:39:28 Configure a credential helper to remove this warning. See 14:39:28 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:39:28 14:39:28 Login Succeeded 14:39:28 nexus3.edgexfoundry.org:10003 14:39:28 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:39:29 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:39:29 Configure a credential helper to remove this warning. See 14:39:29 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:39:29 14:39:29 Login Succeeded 14:39:29 nexus3.edgexfoundry.org:10004 14:39:29 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:39:29 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:39:29 Configure a credential helper to remove this warning. See 14:39:29 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:39:29 14:39:29 Login Succeeded 14:39:29 docker.io 14:39:29 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:39:30 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:39:30 Configure a credential helper to remove this warning. See 14:39:30 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:39:30 14:39:30 Login Succeeded 14:39:30 ---> docker-login.sh ends [Pipeline] } 14:39:30 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 14:39:30 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 14:39:30 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 14:39:30 ========================================================= 14:39:30 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine] 14:39:30 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:39:30 + docker build -t ci-base-image-arm64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine --build-arg MAKE=echo noop --target=builder . 14:39:31 Sending build context to Docker daemon 28.77MB 14:39:31 Step 1/16 : ARG BASE=golang:1.18-alpine3.16 14:39:31 Step 2/16 : FROM ${BASE} AS builder 14:39:31 1.18-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 14:39:32 9b18e9b68314: Pulling fs layer 14:39:32 35d82f9e3411: Pulling fs layer 14:39:32 e16973657156: Pulling fs layer 14:39:32 fc693d55d65f: Pulling fs layer 14:39:32 7e9fc2657dce: Pulling fs layer 14:39:32 dda99020689f: Pulling fs layer 14:39:32 db1c61fa0a46: Pulling fs layer 14:39:32 891c053d2c06: Pulling fs layer 14:39:32 7e9fc2657dce: Waiting 14:39:32 dda99020689f: Waiting 14:39:32 fc693d55d65f: Waiting 14:39:32 db1c61fa0a46: Waiting 14:39:32 891c053d2c06: Waiting 14:39:32 e16973657156: Verifying Checksum 14:39:32 e16973657156: Download complete 14:39:32 35d82f9e3411: Verifying Checksum 14:39:32 35d82f9e3411: Download complete 14:39:32 7e9fc2657dce: Verifying Checksum 14:39:32 7e9fc2657dce: Download complete 14:39:32 dda99020689f: Verifying Checksum 14:39:32 dda99020689f: Download complete 14:39:32 9b18e9b68314: Verifying Checksum 14:39:32 9b18e9b68314: Download complete 14:39:32 ✔ Browser application bundle generation complete. 14:39:32 14 12 2022 14:39:32.635:INFO [Chrome Headless 99.0.4844.84 (Linux x86_64)]: Connected on socket q_tcRiRM-eBkH-puAAAB with id 68065576 14:39:33 9b18e9b68314: Pull complete 14:39:33 891c053d2c06: Verifying Checksum 14:39:33 891c053d2c06: Download complete 14:39:33 35d82f9e3411: Pull complete 14:39:33 e16973657156: Pull complete 14:39:34 db1c61fa0a46: Verifying Checksum 14:39:34 db1c61fa0a46: Download complete 14:39:34 fc693d55d65f: Verifying Checksum 14:39:34 fc693d55d65f: Download complete 14:39:35 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 0 of 149 SUCCESS (0 secs / 0 secs) 14:39:35 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 1 of 149 SUCCESS (0 secs / 0.16 secs) 14:39:35 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 2 of 149 SUCCESS (0 secs / 0.166 secs) 14:39:35 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 3 of 149 SUCCESS (0 secs / 0.171 secs) 14:39:35 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 4 of 149 SUCCESS (0 secs / 0.409 secs) 14:39:36 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 5 of 149 SUCCESS (0 secs / 0.447 secs) 14:39:36 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 6 of 149 SUCCESS (0 secs / 0.488 secs) 14:39:36 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 7 of 149 SUCCESS (0 secs / 0.492 secs) 14:39:36 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 8 of 149 SUCCESS (0 secs / 0.498 secs) 14:39:36 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 9 of 149 SUCCESS (0 secs / 0.5 secs) 14:39:36 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 10 of 149 SUCCESS (0 secs / 0.503 secs) 14:39:36 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 11 of 149 SUCCESS (0 secs / 0.506 secs) 14:39:36 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 12 of 149 SUCCESS (0 secs / 0.6 secs) 14:39:36 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 13 of 149 SUCCESS (0 secs / 0.617 secs) 14:39:36 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 14 of 149 SUCCESS (0 secs / 0.636 secs) 14:39:36 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 15 of 149 SUCCESS (0 secs / 0.651 secs) 14:39:36 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 16 of 149 SUCCESS (0 secs / 0.697 secs) 14:39:36 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 17 of 149 SUCCESS (0 secs / 0.7 secs) 14:39:36 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 18 of 149 SUCCESS (0 secs / 0.702 secs) 14:39:36 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 19 of 149 SUCCESS (0 secs / 0.715 secs) 14:39:36 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 20 of 149 SUCCESS (0 secs / 0.739 secs) 14:39:36 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 21 of 149 SUCCESS (0 secs / 0.742 secs) 14:39:36 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 22 of 149 SUCCESS (0 secs / 0.746 secs) 14:39:36 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 23 of 149 SUCCESS (0 secs / 0.75 secs) 14:39:36 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 24 of 149 SUCCESS (0 secs / 0.756 secs) 14:39:36 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 25 of 149 SUCCESS (0 secs / 0.763 secs) 14:39:36 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 26 of 149 SUCCESS (0 secs / 0.768 secs) 14:39:36 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 27 of 149 SUCCESS (0 secs / 0.769 secs) 14:39:36 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 28 of 149 SUCCESS (0 secs / 0.772 secs) 14:39:36 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 29 of 149 SUCCESS (0 secs / 0.775 secs) 14:39:36 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 30 of 149 SUCCESS (0 secs / 0.777 secs) 14:39:36 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 31 of 149 SUCCESS (0 secs / 0.8 secs) 14:39:36 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 32 of 149 SUCCESS (0 secs / 0.806 secs) 14:39:36 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 33 of 149 SUCCESS (0 secs / 0.81 secs) 14:39:36 WARN: ' 14:39:36 It looks like you're using ngModel on the same form field as formControlName. 14:39:36 Support for using the ngModel input property and ngModelChange event with 14:39:36 reactive form directives has been deprecated in Angular v6 and will be removed 14:39:36 in a future version of Angular. 14:39:36 14:39:36 For more information on this, see our API docs here: 14:39:36 https://angular.io/api/forms/FormControlName#use-with-ngmodel 14:39:36 ' 14:39:36 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 33 of 149 SUCCESS (0 secs / 0.81 secs) 14:39:36 WARN: ' 14:39:36 It looks like you're using ngModel on the same form field as formControlName. 14:39:36 Support for using the ngModel input property and ngModelChange event with 14:39:36 reactive form directives has been deprecated in Angular v6 and will be removed 14:39:36 in a future version of Angular. 14:39:36 14:39:36 For more information on this, see our API docs here: 14:39:36 https://angular.io/api/forms/FormControlName#use-with-ngmodel 14:39:36 ' 14:39:36 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 34 of 149 SUCCESS (0 secs / 0.84 secs) 14:39:36 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 35 of 149 SUCCESS (0 secs / 0.844 secs) 14:39:36 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 36 of 149 SUCCESS (0 secs / 0.849 secs) 14:39:36 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 37 of 149 SUCCESS (0 secs / 0.871 secs) 14:39:36 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 38 of 149 SUCCESS (0 secs / 0.875 secs) 14:39:36 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 39 of 149 SUCCESS (0 secs / 0.878 secs) 14:39:36 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 40 of 149 SUCCESS (0 secs / 0.881 secs) 14:39:36 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 41 of 149 SUCCESS (0 secs / 0.92 secs) 14:39:36 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 42 of 149 SUCCESS (0 secs / 0.928 secs) 14:39:36 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 43 of 149 SUCCESS (0 secs / 0.94 secs) 14:39:36 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 44 of 149 SUCCESS (0 secs / 0.953 secs) 14:39:36 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 45 of 149 SUCCESS (0 secs / 0.986 secs) 14:39:36 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 46 of 149 SUCCESS (0 secs / 0.996 secs) 14:39:36 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 47 of 149 SUCCESS (0 secs / 1.002 secs) 14:39:36 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 48 of 149 SUCCESS (0 secs / 1.004 secs) 14:39:36 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 49 of 149 SUCCESS (0 secs / 1.006 secs) 14:39:36 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 50 of 149 SUCCESS (0 secs / 1.01 secs) 14:39:36 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 51 of 149 SUCCESS (0 secs / 1.018 secs) 14:39:36 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 52 of 149 SUCCESS (0 secs / 1.021 secs) 14:39:36 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 53 of 149 SUCCESS (0 secs / 1.024 secs) 14:39:36 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 54 of 149 SUCCESS (0 secs / 1.034 secs) 14:39:36 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 55 of 149 SUCCESS (0 secs / 1.036 secs) 14:39:36 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 56 of 149 SUCCESS (0 secs / 1.037 secs) 14:39:36 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 57 of 149 SUCCESS (0 secs / 1.046 secs) 14:39:36 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 58 of 149 SUCCESS (0 secs / 1.072 secs) 14:39:36 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 59 of 149 SUCCESS (0 secs / 1.083 secs) 14:39:36 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 60 of 149 SUCCESS (0 secs / 1.089 secs) 14:39:36 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 61 of 149 SUCCESS (0 secs / 1.094 secs) 14:39:36 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 62 of 149 SUCCESS (0 secs / 1.097 secs) 14:39:36 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 63 of 149 SUCCESS (0 secs / 1.103 secs) 14:39:36 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 64 of 149 SUCCESS (0 secs / 1.116 secs) 14:39:36 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 65 of 149 SUCCESS (0 secs / 1.132 secs) 14:39:36 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 66 of 149 SUCCESS (0 secs / 1.148 secs) 14:39:37 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 67 of 149 SUCCESS (0 secs / 1.166 secs) 14:39:37 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 68 of 149 SUCCESS (0 secs / 1.172 secs) 14:39:37 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 69 of 149 SUCCESS (0 secs / 1.175 secs) 14:39:37 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 70 of 149 SUCCESS (0 secs / 1.18 secs) 14:39:37 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 71 of 149 SUCCESS (0 secs / 1.192 secs) 14:39:37 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 72 of 149 SUCCESS (0 secs / 1.196 secs) 14:39:37 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 73 of 149 SUCCESS (0 secs / 1.208 secs) 14:39:37 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 74 of 149 SUCCESS (0 secs / 1.23 secs) 14:39:37 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 75 of 149 SUCCESS (0 secs / 1.238 secs) 14:39:37 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 76 of 149 SUCCESS (0 secs / 1.245 secs) 14:39:37 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 77 of 149 SUCCESS (0 secs / 1.254 secs) 14:39:37 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 78 of 149 SUCCESS (0 secs / 1.261 secs) 14:39:37 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 79 of 149 SUCCESS (0 secs / 1.282 secs) 14:39:37 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 80 of 149 SUCCESS (0 secs / 1.285 secs) 14:39:37 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 81 of 149 SUCCESS (0 secs / 1.287 secs) 14:39:37 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 82 of 149 SUCCESS (0 secs / 1.317 secs) 14:39:37 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 83 of 149 SUCCESS (0 secs / 1.331 secs) 14:39:37 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 84 of 149 SUCCESS (0 secs / 1.343 secs) 14:39:37 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 85 of 149 SUCCESS (0 secs / 1.355 secs) 14:39:37 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 86 of 149 SUCCESS (0 secs / 1.357 secs) 14:39:37 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 87 of 149 SUCCESS (0 secs / 1.36 secs) 14:39:37 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 88 of 149 SUCCESS (0 secs / 1.363 secs) 14:39:37 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 89 of 149 SUCCESS (0 secs / 1.391 secs) 14:39:37 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 90 of 149 SUCCESS (0 secs / 1.402 secs) 14:39:37 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 91 of 149 SUCCESS (0 secs / 1.416 secs) 14:39:37 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 92 of 149 SUCCESS (0 secs / 1.425 secs) 14:39:37 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 93 of 149 SUCCESS (0 secs / 1.44 secs) 14:39:37 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 94 of 149 SUCCESS (0 secs / 1.452 secs) 14:39:37 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 95 of 149 SUCCESS (0 secs / 1.46 secs) 14:39:37 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 96 of 149 SUCCESS (0 secs / 1.468 secs) 14:39:37 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 97 of 149 SUCCESS (0 secs / 1.475 secs) 14:39:37 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 98 of 149 SUCCESS (0 secs / 1.499 secs) 14:39:37 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 99 of 149 SUCCESS (0 secs / 1.507 secs) 14:39:37 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 100 of 149 SUCCESS (0 secs / 1.525 secs) 14:39:37 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 101 of 149 SUCCESS (0 secs / 1.53 secs) 14:39:37 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 102 of 149 SUCCESS (0 secs / 1.538 secs) 14:39:37 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 103 of 149 SUCCESS (0 secs / 1.563 secs) 14:39:37 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 104 of 149 SUCCESS (0 secs / 1.581 secs) 14:39:37 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 105 of 149 SUCCESS (0 secs / 1.584 secs) 14:39:37 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 106 of 149 SUCCESS (0 secs / 1.588 secs) 14:39:37 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 107 of 149 SUCCESS (0 secs / 1.601 secs) 14:39:37 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 108 of 149 SUCCESS (0 secs / 1.649 secs) 14:39:37 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 109 of 149 SUCCESS (0 secs / 1.656 secs) 14:39:37 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 110 of 149 SUCCESS (0 secs / 1.663 secs) 14:39:37 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 111 of 149 SUCCESS (0 secs / 1.666 secs) 14:39:37 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 112 of 149 SUCCESS (0 secs / 1.67 secs) 14:39:38 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 113 of 149 SUCCESS (0 secs / 1.687 secs) 14:39:38 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 114 of 149 SUCCESS (0 secs / 1.696 secs) 14:39:38 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 115 of 149 SUCCESS (0 secs / 1.705 secs) 14:39:38 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 116 of 149 SUCCESS (0 secs / 1.707 secs) 14:39:38 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 117 of 149 SUCCESS (0 secs / 1.74 secs) 14:39:38 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 118 of 149 SUCCESS (0 secs / 1.755 secs) 14:39:38 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 119 of 149 SUCCESS (0 secs / 1.781 secs) 14:39:38 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 120 of 149 SUCCESS (0 secs / 1.792 secs) 14:39:38 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 121 of 149 SUCCESS (0 secs / 1.796 secs) 14:39:38 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 122 of 149 SUCCESS (0 secs / 1.799 secs) 14:39:38 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 123 of 149 SUCCESS (0 secs / 1.802 secs) 14:39:38 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 124 of 149 SUCCESS (0 secs / 1.821 secs) 14:39:38 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 125 of 149 SUCCESS (0 secs / 1.832 secs) 14:39:38 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 126 of 149 SUCCESS (0 secs / 1.84 secs) 14:39:38 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 127 of 149 SUCCESS (0 secs / 1.847 secs) 14:39:38 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 128 of 149 SUCCESS (0 secs / 1.856 secs) 14:39:38 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 129 of 149 SUCCESS (0 secs / 1.861 secs) 14:39:38 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 130 of 149 SUCCESS (0 secs / 1.87 secs) 14:39:38 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 131 of 149 SUCCESS (0 secs / 1.879 secs) 14:39:38 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 132 of 149 SUCCESS (0 secs / 1.885 secs) 14:39:38 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 133 of 149 SUCCESS (0 secs / 1.902 secs) 14:39:38 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 134 of 149 SUCCESS (0 secs / 1.91 secs) 14:39:38 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 135 of 149 SUCCESS (0 secs / 1.914 secs) 14:39:38 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 136 of 149 SUCCESS (0 secs / 1.934 secs) 14:39:38 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 137 of 149 SUCCESS (0 secs / 1.947 secs) 14:39:38 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 138 of 149 SUCCESS (0 secs / 1.962 secs) 14:39:38 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 139 of 149 SUCCESS (0 secs / 1.971 secs) 14:39:38 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 140 of 149 SUCCESS (0 secs / 1.983 secs) 14:39:38 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 141 of 149 SUCCESS (0 secs / 2 secs) 14:39:38 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 142 of 149 SUCCESS (0 secs / 2.011 secs) 14:39:38 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 143 of 149 SUCCESS (0 secs / 2.027 secs) 14:39:38 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 144 of 149 SUCCESS (0 secs / 2.046 secs) 14:39:38 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 145 of 149 SUCCESS (0 secs / 2.055 secs) 14:39:38 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 146 of 149 SUCCESS (0 secs / 2.062 secs) 14:39:38 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 147 of 149 SUCCESS (0 secs / 2.073 secs) 14:39:38 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 148 of 149 SUCCESS (0 secs / 2.076 secs) 14:39:38 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 149 of 149 SUCCESS (0 secs / 2.082 secs) 14:39:38 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 149 of 149 SUCCESS (3.111 secs / 2.082 secs) 14:39:38 TOTAL: 149 SUCCESS 14:39:38 ✔ Browser application bundle generation complete. 14:39:39 14:39:39 =============================== Coverage summary =============================== 14:39:39 Statements : 40.92% ( 1465/3580 ) 14:39:39 Branches : 12.03% ( 111/923 ) 14:39:39 Functions : 33.13% ( 430/1298 ) 14:39:39 Lines : 38.85% ( 1316/3387 ) 14:39:39 ================================================================================ 14:39:39 ✔ Browser application bundle generation complete. 14:39:39 make[1]: Leaving directory '/w/workspace/edgexfoundry_edgex-ui-go_PR-584/web' [Pipeline] echo 14:39:39 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 14:39:39 $ docker stop --time=1 89a33baf248f249dd2c4766badaa2e0a7d2d194e4b63ef05c0849ea0580d9915 14:39:40 $ docker rm -f 89a33baf248f249dd2c4766badaa2e0a7d2d194e4b63ef05c0849ea0580d9915 [Pipeline] // withDockerContainer [Pipeline] sh 14:39:41 + sudo chown -R jenkins:jenkins . [Pipeline] stash 14:39:42 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 14:39:42 + sudo chown -R jenkins:jenkins . [Pipeline] sh 14:39:43 + ls -al . 14:39:43 total 188 14:39:43 drwxrwxr-x 14 jenkins jenkins 4096 Dec 14 14:37 . 14:39:43 drwxrwxr-x 4 jenkins jenkins 4096 Dec 14 14:36 .. 14:39:43 drwxrwxr-x 2 jenkins jenkins 4096 Dec 14 14:36 .blubracket 14:39:43 -rw-rw-r-- 1 jenkins jenkins 18 Dec 14 14:36 .dockerignore 14:39:43 drwxrwxr-x 8 jenkins jenkins 4096 Dec 14 14:37 .git 14:39:43 drwxrwxr-x 3 jenkins jenkins 4096 Dec 14 14:36 .github 14:39:43 -rw-rw-r-- 1 jenkins jenkins 185 Dec 14 14:36 .gitignore 14:39:43 drwxr-xr-x 3 jenkins jenkins 4096 Dec 14 14:37 .semver 14:39:43 -rw-rw-r-- 1 jenkins jenkins 4856 Dec 14 14:36 Attribution.txt 14:39:43 -rw-rw-r-- 1 jenkins jenkins 17205 Dec 14 14:36 CHANGELOG.md 14:39:43 -rw-rw-r-- 1 jenkins jenkins 3959 Dec 14 14:36 CONTRIBUTING.md 14:39:43 -rw-rw-r-- 1 jenkins jenkins 1847 Dec 14 14:36 Dockerfile 14:39:43 -rw-rw-r-- 1 jenkins jenkins 652 Dec 14 14:36 Jenkinsfile 14:39:43 -rw-rw-r-- 1 jenkins jenkins 11357 Dec 14 14:36 LICENSE 14:39:43 -rw-rw-r-- 1 jenkins jenkins 2124 Dec 14 14:36 Makefile 14:39:43 -rw-rw-r-- 1 jenkins jenkins 4558 Dec 14 14:36 README.md 14:39:43 -rw-rw-r-- 1 jenkins jenkins 5 Dec 14 14:37 VERSION 14:39:43 drwxrwxr-x 3 jenkins jenkins 4096 Dec 14 14:36 assets 14:39:43 drwxrwxr-x 2 jenkins jenkins 4096 Dec 14 14:36 bin 14:39:43 drwxrwxr-x 3 jenkins jenkins 4096 Dec 14 14:36 cmd 14:39:43 -rw-r--r-- 1 jenkins jenkins 10 Dec 14 14:37 coverage.out 14:39:43 drwxrwxr-x 2 jenkins jenkins 4096 Dec 14 14:36 docs 14:39:43 -rw-rw-r-- 1 jenkins jenkins 3110 Dec 14 14:36 go.mod 14:39:43 -rw-rw-r-- 1 jenkins jenkins 43888 Dec 14 14:36 go.sum 14:39:43 drwxrwxr-x 8 jenkins jenkins 4096 Dec 14 14:36 internal 14:39:43 drwxrwxr-x 4 jenkins jenkins 4096 Dec 14 14:36 snap 14:39:43 drwxrwxr-x 4 jenkins jenkins 4096 Dec 14 14:36 testing 14:39:43 -rw-rw-r-- 1 jenkins jenkins 155 Dec 14 14:36 version.go 14:39:43 drwxrwxr-x 6 jenkins jenkins 4096 Dec 14 14:38 web [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:39:43 + 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=f9e971e5c7f115aba8be833c13e7ddf8c1445a3b --label arch=amd64 --label version=0.0.0 . 14:39:43 Sending build context to Docker daemon 48.34MB 14:39:43 Step 1/26 : ARG BASE=golang:1.18-alpine3.16 14:39:43 Step 2/26 : FROM ${BASE} AS builder 14:39:43 ---> 0885abb0528d 14:39:43 Step 3/26 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" 14:39:44 ---> Running in 0a51d30fdea2 14:39:44 Removing intermediate container 0a51d30fdea2 14:39:44 ---> be113b15306d 14:39:44 Step 4/26 : ARG ALPINE_PKG_BASE="make git" 14:39:44 ---> Running in 0ab5a74100a5 14:39:44 Removing intermediate container 0ab5a74100a5 14:39:44 ---> 0f37aaafb4b7 14:39:44 Step 5/26 : ARG ALPINE_PKG_EXTRA="" 14:39:44 ---> Running in c3f46d907506 14:39:44 Removing intermediate container c3f46d907506 14:39:44 ---> 4a10b5c3a85a 14:39:44 Step 6/26 : LABEL Name=edgex-ui-go 14:39:44 ---> Running in 68e24e13dae8 14:39:44 Removing intermediate container 68e24e13dae8 14:39:44 ---> 74301d4107d9 14:39:44 Step 7/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2022: Intel' 14:39:44 ---> Running in b9a0928209d3 14:39:44 Removing intermediate container b9a0928209d3 14:39:44 ---> c8995f42a816 14:39:44 Step 8/26 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 14:39:45 ---> 98abff3704e7 14:39:45 Step 9/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 14:39:45 ---> Running in 129e7cf21164 14:39:46 Removing intermediate container 129e7cf21164 14:39:46 ---> 4ee2f566747f 14:39:46 Step 10/26 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 14:39:46 ---> Running in 50154e9cf26c 14:39:46 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 14:39:46 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 14:39:47 fc693d55d65f: Pull complete 14:39:47 7e9fc2657dce: Pull complete 14:39:47 dda99020689f: Pull complete 14:39:47 OK: 211 MiB in 51 packages 14:39:47 Removing intermediate container 50154e9cf26c 14:39:47 ---> 60172faf95dc 14:39:47 Step 11/26 : ENV GO111MODULE=on 14:39:47 ---> Running in 4b42564d8e62 14:39:47 Removing intermediate container 4b42564d8e62 14:39:47 ---> cf31fd09df12 14:39:47 Step 12/26 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go 14:39:47 ---> Running in 8fcdb0e347b3 14:39:47 Removing intermediate container 8fcdb0e347b3 14:39:47 ---> 7b67a4c5021a 14:39:47 Step 13/26 : COPY go.mod vendor* ./ 14:39:48 ---> d515f6768e8a 14:39:48 Step 14/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 14:39:48 ---> Running in d29d27a0e94d 14:39:48 Removing intermediate container d29d27a0e94d 14:39:48 ---> b6336905e335 14:39:48 Step 15/26 : COPY . . 14:39:50 ---> 61c469633525 14:39:50 Step 16/26 : RUN ${MAKE} 14:39:50 ---> Running in 3d5b6cadfad3 14:39: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 14:39:54 db1c61fa0a46: Pull complete 14:39:55 891c053d2c06: Pull complete 14:39:55 Digest: sha256:2cacf8bfc28650abd52610e42dcfc04852e818eb73900ea96edaef96a54d0b45 14:39:55 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine 14:39:55 ---> f96f9c87975a 14:39:55 Step 3/16 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" 14:39:57 ---> Running in 72e0d2fcb5eb 14:39:57 Removing intermediate container 72e0d2fcb5eb 14:39:57 ---> 50b453d3c57c 14:39:57 Step 4/16 : ARG ALPINE_PKG_BASE="make git" 14:39:57 ---> Running in 04a3ac740b55 14:39:58 Removing intermediate container 04a3ac740b55 14:39:58 ---> 6bd69538eb8b 14:39:58 Step 5/16 : ARG ALPINE_PKG_EXTRA="" 14:39:58 ---> Running in 8e98d2d0976c 14:39:58 Removing intermediate container 8e98d2d0976c 14:39:58 ---> eb3822793b07 14:39:58 Step 6/16 : LABEL Name=edgex-ui-go 14:39:58 ---> Running in 8bfb41c1e5df 14:39:58 Removing intermediate container 8bfb41c1e5df 14:39:58 ---> bcc5a4d51a18 14:39:58 Step 7/16 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2022: Intel' 14:39:58 ---> Running in e473b70c7f5d 14:39:59 Removing intermediate container e473b70c7f5d 14:39:59 ---> e8c4c3398d06 14:39:59 Step 8/16 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 14:39:59 latest: Pulling from library/docker 14:39:59 261da4162673: Pulling fs layer 14:39:59 0eb5dec0c1f5: Pulling fs layer 14:39:59 f90e06f20731: Pulling fs layer 14:39:59 2f45adca8867: Pulling fs layer 14:39:59 3d61cddf01dd: Pulling fs layer 14:39:59 f24c9ba3ddce: Pulling fs layer 14:39:59 0e7deb8a233d: Pulling fs layer 14:39:59 1447d85b5ea1: Pulling fs layer 14:39:59 2f45adca8867: Waiting 14:39:59 3d61cddf01dd: Waiting 14:39:59 f24c9ba3ddce: Waiting 14:39:59 0e7deb8a233d: Waiting 14:39:59 1447d85b5ea1: Waiting 14:39:59 261da4162673: Verifying Checksum 14:39:59 261da4162673: Download complete 14:39:59 0eb5dec0c1f5: Verifying Checksum 14:39:59 0eb5dec0c1f5: Download complete 14:40:00 f90e06f20731: Verifying Checksum 14:40:00 f90e06f20731: Download complete 14:40:00 2f45adca8867: Verifying Checksum 14:40:00 2f45adca8867: Download complete 14:40:00 f24c9ba3ddce: Download complete 14:40:00 3d61cddf01dd: Verifying Checksum 14:40:00 3d61cddf01dd: Download complete 14:40:00 1447d85b5ea1: Verifying Checksum 14:40:00 1447d85b5ea1: Download complete 14:40:00 0e7deb8a233d: Verifying Checksum 14:40:00 0e7deb8a233d: Download complete 14:40:00 261da4162673: Pull complete 14:40:01 0eb5dec0c1f5: Pull complete 14:40:02 f90e06f20731: Pull complete 14:40:02 Removing intermediate container 3d5b6cadfad3 14:40:02 ---> 7aaed574c1a7 14:40:02 Step 17/26 : FROM alpine:3.14 14:40:02 3.14: Pulling from library/alpine 14:40:02 c7ed990a2339: Pulling fs layer 14:40:02 c7ed990a2339: Verifying Checksum 14:40:02 c7ed990a2339: Download complete 14:40:02 c7ed990a2339: Pull complete 14:40:02 Digest: sha256:4c869a63e1b7c0722fed1e402a6466610327c3b83bdddb94bd94fb71da7f638a 14:40:02 Status: Downloaded newer image for alpine:3.14 14:40:02 ---> dd53f409bf0b 14:40:02 Step 18/26 : EXPOSE 4000 14:40:02 ---> Running in f607f00ed38c 14:40:02 Removing intermediate container f607f00ed38c 14:40:02 ---> 4d976bf2b489 14:40:02 Step 19/26 : 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 14:40:02 2f45adca8867: Pull complete 14:40:03 ---> d22cd4601419 14:40:03 Step 20/26 : COPY --from=builder /go/src/github.com/edgexfoundry/edgex-ui-go/Attribution.txt /Attribution.txt 14:40:03 ---> b91a26937876 14:40:03 Step 21/26 : COPY --from=builder /go/src/github.com/edgexfoundry/edgex-ui-go/LICENSE /LICENSE 14:40:03 ---> 0c9d28791e01 14:40:03 Step 22/26 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server 14:40:03 ---> Running in 8dea589526f5 14:40:03 Removing intermediate container 8dea589526f5 14:40:03 ---> 0007c49a1e89 14:40:03 Step 23/26 : ENTRYPOINT ["./edgex-ui-server","--confdir=res/docker"] 14:40:03 ---> Running in 557b471f3273 14:40:03 Removing intermediate container 557b471f3273 14:40:03 ---> 1e31b8ae63df 14:40:03 Step 24/26 : LABEL arch=amd64 14:40:03 ---> Running in 0d7b75b6b0d5 14:40:03 Removing intermediate container 0d7b75b6b0d5 14:40:03 ---> e056dd54139a 14:40:03 Step 25/26 : LABEL git_sha=f9e971e5c7f115aba8be833c13e7ddf8c1445a3b 14:40:03 ---> Running in 1f017072e3cb 14:40:04 Removing intermediate container 1f017072e3cb 14:40:04 ---> 2b1a7d4b5caf 14:40:04 Step 26/26 : LABEL version=0.0.0 14:40:04 ---> Running in 9087f8880209 14:40:04 Removing intermediate container 9087f8880209 14:40:04 ---> 9dbcf2a34f40 14:40:04 [Warning] One or more build-args [ARCH] were not consumed 14:40:04 Successfully built 9dbcf2a34f40 14:40:04 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 14:40:04 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 14:40:04 14:40:04 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 14:40:04 3d61cddf01dd: Pull complete [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:40:05 f24c9ba3ddce: Pull complete 14:40:05 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 14:40:05 latest: Pulling from edgex-lftools-log-publisher 14:40:05 5eb5b503b376: Pulling fs layer 14:40:05 5c69ac0246d0: Pulling fs layer 14:40:05 ec43610c2a17: Pulling fs layer 14:40:05 3a2ae6a8a46f: Pulling fs layer 14:40:05 33b1e0a273af: Pulling fs layer 14:40:05 5d3b04190fa2: Pulling fs layer 14:40:05 2f39f015ded8: Pulling fs layer 14:40:05 3a2ae6a8a46f: Waiting 14:40:05 33b1e0a273af: Waiting 14:40:05 5d3b04190fa2: Waiting 14:40:05 2f39f015ded8: Waiting 14:40:05 5c69ac0246d0: Verifying Checksum 14:40:05 5c69ac0246d0: Download complete 14:40:05 3a2ae6a8a46f: Verifying Checksum 14:40:05 3a2ae6a8a46f: Download complete 14:40:05 33b1e0a273af: Verifying Checksum 14:40:05 33b1e0a273af: Download complete 14:40:05 ec43610c2a17: Verifying Checksum 14:40:05 ec43610c2a17: Download complete 14:40:05 5d3b04190fa2: Verifying Checksum 14:40:05 5d3b04190fa2: Download complete 14:40:05 0e7deb8a233d: Pull complete 14:40:05 5eb5b503b376: Verifying Checksum 14:40:05 5eb5b503b376: Download complete 14:40:05 1447d85b5ea1: Pull complete 14:40:05 Digest: sha256:812ff1098c97878ae26ca8e0423e00aa157596a8b28d4bd52c120c4d087e8ae1 14:40:05 Status: Downloaded newer image for docker:latest 14:40:06 2f39f015ded8: Download complete 14:40:06 5eb5b503b376: Pull complete 14:40:06 5c69ac0246d0: Pull complete 14:40:07 ec43610c2a17: Pull complete 14:40:07 3a2ae6a8a46f: Pull complete 14:40:07 33b1e0a273af: Pull complete 14:40:07 5d3b04190fa2: Pull complete 14:40:08 ---> 74865f2fe970 14:40:08 Step 9/16 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 14:40:08 ---> Running in 1b8eca8105f5 14:40:09 Removing intermediate container 1b8eca8105f5 14:40:09 ---> 95ac57d58a42 14:40:09 Step 10/16 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 14:40:09 ---> Running in ebf3ccaa3623 14:40:10 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 14:40:11 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 14:40:11 2f39f015ded8: Pull complete 14:40:11 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 14:40:11 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 14:40:11 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 14:40:11 prd-ubuntu20.04-docker-8c-8g-121204 does not seem to be running inside a container 14:40:11 $ 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-584 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-584:/w/workspace/edgexfoundry_edgex-ui-go_PR-584:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-584@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-584@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 14:40:12 OK: 221 MiB in 51 packages 14:40:13 Removing intermediate container ebf3ccaa3623 14:40:13 ---> ef9a7c03485e 14:40:13 Step 11/16 : ENV GO111MODULE=on 14:40:13 ---> Running in 649ad5578b73 14:40:13 Removing intermediate container 649ad5578b73 14:40:13 ---> 63bab8bcaed3 14:40:13 Step 12/16 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go 14:40:13 ---> Running in a8bfafadfdce 14:40:14 Removing intermediate container a8bfafadfdce 14:40:14 ---> 5169c553de8b 14:40:14 Step 13/16 : COPY go.mod vendor* ./ 14:40:14 $ docker top 31564642ff7f214b0c4a603de05083c59324467c5f255f40657566e8377e163e -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 14:40:14 ---> cd5be0aa2501 14:40:14 Step 14/16 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 14:40:14 ---> Running in 06ad261a8516 14:40:14 ---> job-cost.sh 14:40:14 lf-activate-venv: SKIPPING 14:40:14 INFO: No Stack... 14:40:15 INFO: Retrieving Pricing Info for: v3-standard-8 14:40:15 INFO: Archiving Costs [Pipeline] sh 14:40:15 + cat /w/workspace/edgexfoundry_edgex-ui-go_PR-584/archives/cost.csv 14:40:15 + cut -d, -f6 [Pipeline] lock 14:40:15 Trying to acquire lock on [jenkins-edgexfoundry-edgex-ui-go-PR-584-1-stack-cost] 14:40:15 Resource [jenkins-edgexfoundry-edgex-ui-go-PR-584-1-stack-cost] did not exist. Created. 14:40:15 Lock acquired on [jenkins-edgexfoundry-edgex-ui-go-PR-584-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 14:40:16 + echo total: 0.2199999988079071 [Pipeline] stash 14:40:16 Stashed 1 file(s) [Pipeline] } 14:40:16 Lock released on resource [jenkins-edgexfoundry-edgex-ui-go-PR-584-1-stack-cost] [Pipeline] // lock [Pipeline] } 14:40:16 $ docker stop --time=1 31564642ff7f214b0c4a603de05083c59324467c5f255f40657566e8377e163e 14:40:18 $ docker rm -f 31564642ff7f214b0c4a603de05083c59324467c5f255f40657566e8377e163e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 14:41:11 Removing intermediate container 06ad261a8516 14:41:11 ---> 71c513708ce1 14:41:11 Step 15/16 : COPY . . 14:41:11 ---> 8bae5361b1d1 14:41:11 Step 16/16 : RUN ${MAKE} 14:41:11 ---> Running in b7869f11200f 14:41:11 noop 14:41:11 Removing intermediate container b7869f11200f 14:41:11 ---> 3768fbddae60 14:41:11 Successfully built 3768fbddae60 14:41:11 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:41:11 + docker inspect -f . ci-base-image-arm64 14:41:11 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 14:41:11 prd-ubuntu20.04-docker-arm64-4c-16g-121205 does not seem to be running inside a container 14:41:12 $ 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 ******** ci-base-image-arm64 cat 14:41:13 $ docker top 05652b7af165a0ff8714d6da40a932f88f9012750d80308561251fde89ce7e37 -eo pid,comm [Pipeline] { [Pipeline] sh 14:41:14 + go version 14:41:14 go version go1.18.7 linux/arm64 [Pipeline] } 14:41:14 $ docker stop --time=1 05652b7af165a0ff8714d6da40a932f88f9012750d80308561251fde89ce7e37 14:41:15 $ docker rm -f 05652b7af165a0ff8714d6da40a932f88f9012750d80308561251fde89ce7e37 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:41:16 + docker inspect -f . ci-base-image-arm64 14:41:16 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 14:41:16 prd-ubuntu20.04-docker-arm64-4c-16g-121205 does not seem to be running inside a container 14:41:16 $ 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 ******** ci-base-image-arm64 cat 14:41:18 $ docker top 60f7bb0107ed5e2e4de45acd682e93da770fb781105ada71b676214003ea4858 -eo pid,comm [Pipeline] { [Pipeline] sh 14:41:18 + git config --global --add safe.directory /w/workspace/edgex-ui-go/1 [Pipeline] fileExists [Pipeline] sh 14:41:19 + make test 14:41:19 CGO_ENABLED=0 GO111MODULE=on go test -tags "no_messagebus" -coverprofile=coverage.out ./... 14:41:20 ? github.com/edgexfoundry/edgex-ui-go [no test files] 14:42:42 ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] 14:42:42 ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] 14:42:42 ? github.com/edgexfoundry/edgex-ui-go/internal/common [no test files] 14:42:42 ? github.com/edgexfoundry/edgex-ui-go/internal/config [no test files] 14:42:42 ? github.com/edgexfoundry/edgex-ui-go/internal/container [no test files] 14:42:42 ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] 14:42:42 ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] 14:42:42 ? github.com/edgexfoundry/edgex-ui-go/internal/service [no test files] 14:42:42 CGO_ENABLED=0 GO111MODULE=on go vet -tags "no_messagebus" ./... 14:42:50 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 14:42:50 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 14:42:50 ./bin/test-attribution-txt.sh 14:42:50 An attribution for github.com/edgexfoundry/go-mod-bootstrap/v2 is missing from Attribution.txt, please add 14:42:50 An attribution for github.com/Microsoft/go-winio is missing from Attribution.txt, please add 14:42:50 An attribution for github.com/eclipse/paho.mqtt.golang is missing from Attribution.txt, please add 14:42:50 An attribution for github.com/edgexfoundry/go-mod-messaging/v2 is missing from Attribution.txt, please add 14:42:50 An attribution for github.com/edgexfoundry/go-mod-secrets/v2 is missing from Attribution.txt, please add 14:42:50 An attribution for github.com/go-kit/log is missing from Attribution.txt, please add 14:42:50 An attribution for github.com/go-logfmt/logfmt is missing from Attribution.txt, please add 14:42:50 An attribution for github.com/go-redis/redis/v7 is missing from Attribution.txt, please add 14:42:50 An attribution for github.com/golang/protobuf is missing from Attribution.txt, please add 14:42:50 An attribution for github.com/gorilla/websocket is missing from Attribution.txt, please add 14:42:50 An attribution for github.com/hashicorp/errwrap is missing from Attribution.txt, please add 14:42:50 An attribution for github.com/hashicorp/go-multierror is missing from Attribution.txt, please add 14:42:50 An attribution for github.com/nats-io/nats.go is missing from Attribution.txt, please add 14:42:50 An attribution for github.com/nats-io/nkeys is missing from Attribution.txt, please add 14:42:50 An attribution for github.com/nats-io/nuid is missing from Attribution.txt, please add 14:42:50 An attribution for github.com/pebbe/zmq4 is missing from Attribution.txt, please add 14:42:50 An attribution for github.com/rcrowley/go-metrics is missing from Attribution.txt, please add 14:42:50 An attribution for github.com/spiffe/go-spiffe/v2 is missing from Attribution.txt, please add 14:42:50 An attribution for github.com/zeebo/errs is missing from Attribution.txt, please add 14:42:50 An attribution for golang.org/x/net is missing from Attribution.txt, please add 14:42:50 An attribution for golang.org/x/sync is missing from Attribution.txt, please add 14:42:50 An attribution for google.golang.org/genproto is missing from Attribution.txt, please add 14:42:50 An attribution for google.golang.org/grpc is missing from Attribution.txt, please add 14:42:50 An attribution for google.golang.org/protobuf is missing from Attribution.txt, please add 14:42:50 An attribution for gopkg.in/square/go-jose.v2 is missing from Attribution.txt, please add 14:42:50 make -C web test 14:42:50 make[1]: Entering directory '/w/workspace/edgex-ui-go/1/web' 14:42:50 make[1]: tput: No such file or directory 14:42:50 make[1]: tput: No such file or directory 14:42:50 warning: generating ./VERSION 14:42:50 echo "0.0.0" > VERSION 14:42:50 docker build \ 14:42:50 -f Dockerfile \ 14:42:50 --build-arg USER=1000 \ 14:42:50 \ 14:42:50 --label "git_sha=f9e971e5c7f115aba8be833c13e7ddf8c1445a3b" \ 14:42:50 -t edgexfoundry/edgex-web-ui:f9e971e5c7f115aba8be833c13e7ddf8c1445a3b \ 14:42:50 -t edgexfoundry/edgex-web-ui:0.0.0-dev \ 14:42:50 . 14:42:51 Sending build context to Docker daemon 3.281MB 14:42:51 Step 1/10 : FROM node:16.17-alpine3.15 14:42:51 16.17-alpine3.15: Pulling from library/node 14:42:51 47517142f6ba: Pulling fs layer 14:42:51 5f8c4bfa009b: Pulling fs layer 14:42:51 f7079c9c4ba1: Pulling fs layer 14:42:51 aba105e6f55a: Pulling fs layer 14:42:51 47517142f6ba: Download complete 14:42:51 aba105e6f55a: Verifying Checksum 14:42:51 aba105e6f55a: Download complete 14:42:51 f7079c9c4ba1: Verifying Checksum 14:42:51 f7079c9c4ba1: Download complete 14:42:52 47517142f6ba: Pull complete 14:42:54 5f8c4bfa009b: Verifying Checksum 14:42:54 5f8c4bfa009b: Download complete 14:42:59 5f8c4bfa009b: Pull complete 14:42:59 f7079c9c4ba1: Pull complete 14:42:59 aba105e6f55a: Pull complete 14:42:59 Digest: sha256:84c606bfbe4cf120c52b17c3b727e614d99e357a8e350f83a4e7b9ec0798e04a 14:42:59 Status: Downloaded newer image for node:16.17-alpine3.15 14:42:59 ---> bf1b8b58d215 14:42:59 Step 2/10 : RUN apk add --no-cache chromium 14:43:00 ---> Running in f5e2971e4852 14:43:01 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 14:43:01 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 14:43:02 (1/128) Installing libxau (1.0.9-r0) 14:43:02 (2/128) Installing libmd (1.0.3-r0) 14:43:02 (3/128) Installing libbsd (0.11.3-r1) 14:43:02 (4/128) Installing libxdmcp (1.1.3-r0) 14:43:02 (5/128) Installing libxcb (1.14-r2) 14:43:02 (6/128) Installing libx11 (1.7.3.1-r0) 14:43:02 (7/128) Installing libxext (1.3.4-r0) 14:43:02 (8/128) Installing libice (1.0.10-r0) 14:43:02 (9/128) Installing libuuid (2.37.4-r0) 14:43:02 (10/128) Installing libsm (1.2.3-r0) 14:43:02 (11/128) Installing libxt (1.2.1-r0) 14:43:02 (12/128) Installing libxmu (1.1.3-r0) 14:43:02 (13/128) Installing xset (1.2.4-r0) 14:43:02 (14/128) Installing xprop (1.2.5-r0) 14:43:02 (15/128) Installing xdg-utils (1.1.3-r0) 14:43:02 (16/128) Installing eudev-libs (3.2.11_pre1-r0) 14:43:02 (17/128) Installing pkgconf (1.8.0-r0) 14:43:02 (18/128) Installing libffi (3.4.2-r1) 14:43:02 (19/128) Installing libintl (0.21-r0) 14:43:02 (20/128) Installing libblkid (2.37.4-r0) 14:43:03 (21/128) Installing libmount (2.37.4-r0) 14:43:03 (22/128) Installing pcre (8.45-r1) 14:43:03 (23/128) Installing glib (2.70.1-r0) 14:43:03 (24/128) Installing xz-libs (5.2.5-r1) 14:43:03 (25/128) Installing libxml2 (2.9.14-r2) 14:43:03 (26/128) Installing shared-mime-info (2.1-r1) 14:43:03 (27/128) Installing hicolor-icon-theme (0.17-r1) 14:43:03 (28/128) Installing libjpeg-turbo (2.1.2-r0) 14:43:03 (29/128) Installing libpng (1.6.37-r1) 14:43:03 (30/128) Installing libwebp (1.2.2-r0) 14:43:03 (31/128) Installing zstd-libs (1.5.0-r0) 14:43:03 (32/128) Installing tiff (4.4.0-r0) 14:43:03 (33/128) Installing gdk-pixbuf (2.42.8-r0) 14:43:03 (34/128) Installing gtk-update-icon-cache (2.24.33-r0) 14:43:03 (35/128) Installing libxcomposite (0.4.5-r0) 14:43:03 (36/128) Installing libxfixes (6.0.0-r0) 14:43:03 (37/128) Installing libxrender (0.9.10-r3) 14:43:03 (38/128) Installing libxcursor (1.2.0-r0) 14:43:03 (39/128) Installing libxdamage (1.1.5-r1) 14:43:03 (40/128) Installing libxi (1.8-r0) 14:43:03 (41/128) Installing libxinerama (1.1.4-r1) 14:43:03 (42/128) Installing libxrandr (1.5.2-r1) 14:43:03 (43/128) Installing atk (2.36.0-r0) 14:43:03 (44/128) Installing libxtst (1.2.3-r3) 14:43:03 (45/128) Installing dbus-libs (1.12.24-r0) 14:43:03 (46/128) Installing at-spi2-core (2.42.0-r0) 14:43:03 (47/128) Installing at-spi2-atk (2.38.0-r0) 14:43:03 (48/128) Installing expat (2.5.0-r0) 14:43:03 (49/128) Installing brotli-libs (1.0.9-r5) 14:43:03 (50/128) Installing libbz2 (1.0.8-r1) 14:43:03 (51/128) Installing freetype (2.11.1-r2) 14:43:03 (52/128) Installing fontconfig (2.13.1-r4) 14:43:03 (53/128) Installing pixman (0.40.0-r4) 14:43:03 (54/128) Installing cairo (1.16.0-r5) 14:43:04 (55/128) Installing cairo-gobject (1.16.0-r5) 14:43:04 (56/128) Installing avahi-libs (0.8-r5) 14:43:04 (57/128) Installing gmp (6.2.1-r1) 14:43:04 (58/128) Installing nettle (3.7.3-r0) 14:43:04 (59/128) Installing p11-kit (0.24.0-r1) 14:43:04 (60/128) Installing libtasn1 (4.18.0-r0) 14:43:04 (61/128) Installing libunistring (0.9.10-r1) 14:43:04 (62/128) Installing gnutls (3.7.1-r1) 14:43:04 (63/128) Installing cups-libs (2.3.3-r6) 14:43:04 (64/128) Installing libepoxy (1.5.9-r0) 14:43:04 (65/128) Installing fribidi (1.0.11-r0) 14:43:04 (66/128) Installing graphite2 (1.3.14-r0) 14:43:04 (67/128) Installing harfbuzz (3.0.0-r2) 14:43:04 (68/128) Installing libxft (2.3.4-r0) 14:43:04 (69/128) Installing pango (1.48.10-r0) 14:43:04 (70/128) Installing wayland-libs-client (1.19.0-r1) 14:43:04 (71/128) Installing wayland-libs-cursor (1.19.0-r1) 14:43:04 (72/128) Installing wayland-libs-egl (1.19.0-r1) 14:43:04 (73/128) Installing xkeyboard-config (2.34-r0) 14:43:04 (74/128) Installing libxkbcommon (1.3.1-r0) 14:43:04 (75/128) Installing gtk+3.0 (3.24.30-r0) 14:43:04 Executing gtk+3.0-3.24.30-r0.post-install 14:43:04 (76/128) Installing libfontenc (1.1.4-r0) 14:43:05 (77/128) Installing mkfontscale (1.2.1-r1) 14:43:05 (78/128) Installing ttf-opensans (1.10-r1) 14:43:05 Executing ttf-opensans-1.10-r1.post-install 14:43:07 (79/128) Installing libogg (1.3.5-r0) 14:43:07 (80/128) Installing flac (1.3.4-r0) 14:43:07 (81/128) Installing alsa-lib (1.2.5.1-r1) 14:43:07 (82/128) Installing libatomic (10.3.1_git20211027-r0) 14:43:07 (83/128) Installing sdl2 (2.0.16-r4) 14:43:07 (84/128) Installing aom-libs (3.2.0-r0) 14:43:07 (85/128) Installing libass (0.15.2-r0) 14:43:07 (86/128) Installing libdav1d (0.9.2-r0) 14:43:07 (87/128) Installing ncurses-terminfo-base (6.3_p20211120-r1) 14:43:08 (88/128) Installing ncurses-libs (6.3_p20211120-r1) 14:43:08 (89/128) Installing lame (3.100-r0) 14:43:08 (90/128) Installing opus (1.3.1-r1) 14:43:08 (91/128) Installing libgomp (10.3.1_git20211027-r0) 14:43:08 (92/128) Installing soxr (0.1.3-r2) 14:43:08 (93/128) Installing libsrt (1.4.2-r1) 14:43:08 (94/128) Installing libssh (0.9.6-r1) 14:43:08 (95/128) Installing libtheora (1.1.1-r16) 14:43:08 (96/128) Installing v4l-utils-libs (1.22.1-r1) 14:43:08 (97/128) Installing libdrm (2.4.109-r0) 14:43:08 (98/128) Installing libva (2.13.0-r0) 14:43:08 (99/128) Installing libvdpau (1.4-r0) 14:43:08 (100/128) Installing vidstab (1.1.0-r1) 14:43:08 (101/128) Installing libvorbis (1.3.7-r0) 14:43:08 (102/128) Installing libvpx (1.10.0-r0) 14:43:08 (103/128) Installing vulkan-loader (1.2.196-r0) 14:43:08 (104/128) Installing x264-libs (20210613-r0) 14:43:08 (105/128) Installing x265-libs (3.5-r0) 14:43:08 (106/128) Installing xvidcore (1.3.7-r1) 14:43:08 (107/128) Installing ffmpeg-libs (4.4.1-r2) 14:43:08 (108/128) Installing libevent (2.1.12-r4) 14:43:08 (109/128) Installing mesa (21.2.6-r0) 14:43:08 (110/128) Installing wayland-libs-server (1.19.0-r1) 14:43:08 (111/128) Installing mesa-gbm (21.2.6-r0) 14:43:08 (112/128) Installing lcms2 (2.12-r1) 14:43:08 (113/128) Installing nspr (4.32-r0) 14:43:08 (114/128) Installing sqlite-libs (3.36.0-r0) 14:43:08 (115/128) Installing nss (3.78.1-r0) 14:43:09 (116/128) Installing libasyncns (0.8-r1) 14:43:09 (117/128) Installing libltdl (2.4.6-r7) 14:43:09 (118/128) Installing orc (0.4.32-r0) 14:43:09 (119/128) Installing libsndfile (1.0.31-r1) 14:43:09 (120/128) Installing speexdsp (1.2.0-r0) 14:43:09 (121/128) Installing tdb-libs (1.4.5-r0) 14:43:09 (122/128) Installing libpulse (15.0-r2) 14:43:09 (123/128) Installing re2 (2021.11.01-r0) 14:43:09 (124/128) Installing snappy (1.1.9-r1) 14:43:09 (125/128) Installing libgpg-error (1.42-r1) 14:43:09 (126/128) Installing libgcrypt (1.9.4-r0) 14:43:09 (127/128) Installing libxslt (1.1.35-r0) 14:43:09 (128/128) Installing chromium (99.0.4844.84-r0) 14:43:13 Executing busybox-1.34.1-r7.trigger 14:43:13 Executing glib-2.70.1-r0.trigger 14:43:13 Executing shared-mime-info-2.1-r1.trigger 14:43:19 Executing gdk-pixbuf-2.42.8-r0.trigger 14:43:19 Executing gtk-update-icon-cache-2.24.33-r0.trigger 14:43:19 Executing fontconfig-2.13.1-r4.trigger 14:43:19 Executing mkfontscale-1.2.1-r1.trigger 14:43:19 OK: 275 MiB in 144 packages 14:43:27 Removing intermediate container f5e2971e4852 14:43:27 ---> 82587493fb49 14:43:27 Step 3/10 : ENV CHROME_BIN=/usr/bin/chromium-browser 14:43:27 ---> Running in 7b4585d119d1 14:43:27 Removing intermediate container 7b4585d119d1 14:43:27 ---> 1f8dde505d5a 14:43:27 Step 4/10 : ENV PATH /app/node_modules/.bin:$PATH 14:43:27 ---> Running in a059eb8a1461 14:43:28 Removing intermediate container a059eb8a1461 14:43:28 ---> f1fb58c48bf6 14:43:28 Step 5/10 : RUN npm install -g npm 14:43:28 ---> Running in 54cbc43bf1d3 14:43:54 14:43:54 removed 8 packages, changed 80 packages, and audited 232 packages in 23s 14:43:54 14:43:54 14 packages are looking for funding 14:43:54 run `npm fund` for details 14:43:54 14:43:54 found 0 vulnerabilities 14:43:59 Removing intermediate container 54cbc43bf1d3 14:43:59 ---> 1cf153170d39 14:43:59 Step 6/10 : ARG USER=1000 14:43:59 ---> Running in 304655a67955 14:43:59 Removing intermediate container 304655a67955 14:43:59 ---> 707027216f13 14:43:59 Step 7/10 : RUN deluser --remove-home node && adduser -u $USER -D -s /bin/sh node 14:43:59 ---> Running in f74cdb787f6b 14:44:01 Removing intermediate container f74cdb787f6b 14:44:01 ---> c70457e3c1fa 14:44:01 Step 8/10 : USER $USER:$USER 14:44:01 ---> Running in 1d93d1356276 14:44:01 Removing intermediate container 1d93d1356276 14:44:01 ---> 27aa97ffd94f 14:44:01 Step 9/10 : WORKDIR /app 14:44:01 ---> Running in c759f3d391f0 14:44:01 Removing intermediate container c759f3d391f0 14:44:01 ---> 6e59147358a4 14:44:01 Step 10/10 : LABEL git_sha=f9e971e5c7f115aba8be833c13e7ddf8c1445a3b 14:44:01 ---> Running in 98f67a5e213c 14:44:02 Removing intermediate container 98f67a5e213c 14:44:02 ---> d4af68d76ddc 14:44:02 Successfully built d4af68d76ddc 14:44:02 Successfully tagged edgexfoundry/edgex-web-ui:f9e971e5c7f115aba8be833c13e7ddf8c1445a3b 14:44:02 Successfully tagged edgexfoundry/edgex-web-ui:0.0.0-dev 14:44:02 touch edgex-web-ui.imagebuilt 14:44:02 mkdir -p node_modules coverage 14:44:02 chown "1000:1000" node_modules coverage package-lock.json 14:44:02 docker run --rm -i -v "$(pwd):/app" -u "1000:1000" edgexfoundry/edgex-web-ui:0.0.0-dev npm install 14:44:17 npm WARN EBADENGINE Unsupported engine { 14:44:17 npm WARN EBADENGINE package: '@angular-devkit/architect@0.1202.4', 14:44:17 npm WARN EBADENGINE required: { 14:44:17 npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', 14:44:17 npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', 14:44:17 npm WARN EBADENGINE yarn: '>= 1.13.0' 14:44:17 npm WARN EBADENGINE }, 14:44:17 npm WARN EBADENGINE current: { node: 'v16.17.1', npm: '9.2.0' } 14:44:17 npm WARN EBADENGINE } 14:44:17 npm WARN EBADENGINE Unsupported engine { 14:44:17 npm WARN EBADENGINE package: '@angular-devkit/build-angular@12.2.4', 14:44:17 npm WARN EBADENGINE required: { 14:44:17 npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', 14:44:17 npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', 14:44:17 npm WARN EBADENGINE yarn: '>= 1.13.0' 14:44:17 npm WARN EBADENGINE }, 14:44:17 npm WARN EBADENGINE current: { node: 'v16.17.1', npm: '9.2.0' } 14:44:17 npm WARN EBADENGINE } 14:44:17 npm WARN EBADENGINE Unsupported engine { 14:44:17 npm WARN EBADENGINE package: '@angular-devkit/build-optimizer@0.1202.4', 14:44:17 npm WARN EBADENGINE required: { 14:44:17 npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', 14:44:17 npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', 14:44:17 npm WARN EBADENGINE yarn: '>= 1.13.0' 14:44:17 npm WARN EBADENGINE }, 14:44:17 npm WARN EBADENGINE current: { node: 'v16.17.1', npm: '9.2.0' } 14:44:17 npm WARN EBADENGINE } 14:44:17 npm WARN EBADENGINE Unsupported engine { 14:44:17 npm WARN EBADENGINE package: '@angular-devkit/build-webpack@0.1202.4', 14:44:17 npm WARN EBADENGINE required: { 14:44:17 npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', 14:44:17 npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', 14:44:17 npm WARN EBADENGINE yarn: '>= 1.13.0' 14:44:17 npm WARN EBADENGINE }, 14:44:17 npm WARN EBADENGINE current: { node: 'v16.17.1', npm: '9.2.0' } 14:44:17 npm WARN EBADENGINE } 14:44:17 npm WARN EBADENGINE Unsupported engine { 14:44:17 npm WARN EBADENGINE package: '@angular-devkit/core@12.2.4', 14:44:17 npm WARN EBADENGINE required: { 14:44:17 npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', 14:44:17 npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', 14:44:17 npm WARN EBADENGINE yarn: '>= 1.13.0' 14:44:17 npm WARN EBADENGINE }, 14:44:17 npm WARN EBADENGINE current: { node: 'v16.17.1', npm: '9.2.0' } 14:44:17 npm WARN EBADENGINE } 14:44:17 npm WARN EBADENGINE Unsupported engine { 14:44:17 npm WARN EBADENGINE package: '@angular-devkit/schematics@12.2.4', 14:44:17 npm WARN EBADENGINE required: { 14:44:17 npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', 14:44:17 npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', 14:44:17 npm WARN EBADENGINE yarn: '>= 1.13.0' 14:44:17 npm WARN EBADENGINE }, 14:44:17 npm WARN EBADENGINE current: { node: 'v16.17.1', npm: '9.2.0' } 14:44:17 npm WARN EBADENGINE } 14:44:17 npm WARN EBADENGINE Unsupported engine { 14:44:17 npm WARN EBADENGINE package: '@angular/cli@12.2.4', 14:44:17 npm WARN EBADENGINE required: { 14:44:17 npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', 14:44:17 npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', 14:44:17 npm WARN EBADENGINE yarn: '>= 1.13.0' 14:44:17 npm WARN EBADENGINE }, 14:44:17 npm WARN EBADENGINE current: { node: 'v16.17.1', npm: '9.2.0' } 14:44:17 npm WARN EBADENGINE } 14:44:17 npm WARN EBADENGINE Unsupported engine { 14:44:17 npm WARN EBADENGINE package: '@ngtools/webpack@12.2.4', 14:44:17 npm WARN EBADENGINE required: { 14:44:17 npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', 14:44:17 npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', 14:44:17 npm WARN EBADENGINE yarn: '>= 1.13.0' 14:44:17 npm WARN EBADENGINE }, 14:44:17 npm WARN EBADENGINE current: { node: 'v16.17.1', npm: '9.2.0' } 14:44:17 npm WARN EBADENGINE } 14:44:17 npm WARN EBADENGINE Unsupported engine { 14:44:17 npm WARN EBADENGINE package: '@schematics/angular@12.2.4', 14:44:17 npm WARN EBADENGINE required: { 14:44:17 npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', 14:44:17 npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', 14:44:17 npm WARN EBADENGINE yarn: '>= 1.13.0' 14:44:17 npm WARN EBADENGINE }, 14:44:17 npm WARN EBADENGINE current: { node: 'v16.17.1', npm: '9.2.0' } 14:44:17 npm WARN EBADENGINE } 14:44:49 npm WARN deprecated urix@0.1.0: Please see https://github.com/lydell/urix#deprecated 14:44:49 npm WARN deprecated source-map-url@0.4.1: See https://github.com/lydell/source-map-url#deprecated 14:44:49 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 14:44:49 npm WARN deprecated source-map-resolve@0.6.0: See https://github.com/lydell/source-map-resolve#deprecated 14:44:49 npm WARN deprecated resolve-url@0.2.1: https://github.com/lydell/resolve-url#deprecated 14:44:52 npm WARN deprecated querystring@0.2.0: The querystring API is considered Legacy. new code should use the URLSearchParams API instead. 14:44:59 npm WARN deprecated request@2.88.2: request has been deprecated, see https://github.com/request/request/issues/3142 14:44:59 npm WARN deprecated har-validator@5.1.5: this library is no longer supported 14:45:00 npm WARN deprecated flatten@1.0.3: flatten is deprecated in favor of utility frameworks such as lodash. 14:45:22 npm WARN deprecated chokidar@2.1.8: Chokidar 2 does not receive security updates since 2019. Upgrade to chokidar 3 with 15x fewer dependencies 14:45:22 npm WARN deprecated source-map-resolve@0.5.3: See https://github.com/lydell/source-map-resolve#deprecated 14:45:22 npm WARN deprecated uuid@3.4.0: Please upgrade to version 7 or higher. Older versions may use Math.random() in certain circumstances, which is known to be problematic. See https://v8.dev/blog/math-random for details. 14:45: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. 14:45:26 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. 14:45:29 npm WARN deprecated source-map-resolve@0.5.3: See https://github.com/lydell/source-map-resolve#deprecated 14:45:41 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 14:45:42 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 14:45:57 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. 14:46:19 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. 14:46:58 14:46:58 added 1489 packages, and audited 1490 packages in 3m 14:46:58 14:46:58 93 packages are looking for funding 14:46:58 run `npm fund` for details 14:46:58 14:46:58 20 vulnerabilities (1 low, 5 moderate, 9 high, 5 critical) 14:46:58 14:46:58 To address issues that do not require attention, run: 14:46:58 npm audit fix 14:46:58 14:46:58 To address all issues (including breaking changes), run: 14:46:58 npm audit fix --force 14:46:58 14:46:58 Run `npm audit` for details. 14:46:58 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 14:47:13 - Generating browser application bundles (phase: setup)... 14:47:45 Compiling @angular/compiler/testing : es2015 as esm2015 14:47:45 Compiling @angular/core : es2015 as esm2015 14:48:11 Compiling @angular/common : es2015 as esm2015 14:48:11 Compiling @angular/core/testing : es2015 as esm2015 14:48:14 Compiling @angular/platform-browser : es2015 as esm2015 14:48:14 Compiling @angular/common/testing : es2015 as esm2015 14:48:18 Compiling @angular/router : es2015 as esm2015 14:48:19 Compiling @angular/platform-browser-dynamic : es2015 as esm2015 14:48:24 Compiling @angular/platform-browser/testing : es2015 as esm2015 14:48:26 Compiling @angular/common/http : es2015 as esm2015 14:48:26 Compiling @angular/platform-browser-dynamic/testing : es2015 as esm2015 14:48:30 Compiling @angular/forms : es2015 as esm2015 14:48:32 Compiling @angular/router/testing : es2015 as esm2015 14:48:32 Compiling @angular/common/http/testing : es2015 as esm2015 14:49:28 14 12 2022 14:49:25.306:INFO [karma-server]: Karma v6.3.16 server started at http://localhost:9876/ 14:49:28 14 12 2022 14:49:25.321:INFO [launcher]: Launching browsers ChromeHeadlessNoSandbox with concurrency unlimited 14:49:28 14 12 2022 14:49:25.350:INFO [launcher]: Starting browser ChromeHeadless 14:50:36 14 12 2022 14:50:28.709:WARN [launcher]: ChromeHeadless has not captured in 60000 ms, killing. 14:50:36 14 12 2022 14:50:33.751:WARN [launcher]: ChromeHeadless was not killed in 2000 ms, sending SIGKILL. 14:51:08 14 12 2022 14:51:04.679:INFO [launcher]: Trying to start ChromeHeadless again (1/2). 14:51:23 ✔ Browser application bundle generation complete. 14:51:23 14 12 2022 14:51:22.542:INFO [Chrome Headless 99.0.4844.84 (Linux aarch64)]: Connected on socket CddvskBsIZ0yd3gHAAAB with id 23152226 14:51:38 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 0 of 149 SUCCESS (0 secs / 0 secs) 14:51:39 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 1 of 149 SUCCESS (0 secs / 0.597 secs) 14:51:39 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 2 of 149 SUCCESS (0 secs / 1.039 secs) 14:51:39 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 3 of 149 SUCCESS (0 secs / 1.085 secs) 14:51:40 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 4 of 149 SUCCESS (0 secs / 1.366 secs) 14:51:40 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 5 of 149 SUCCESS (0 secs / 1.442 secs) 14:51:40 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 6 of 149 SUCCESS (0 secs / 1.534 secs) 14:51:40 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 7 of 149 SUCCESS (0 secs / 1.816 secs) 14:51:40 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 8 of 149 SUCCESS (0 secs / 1.845 secs) 14:51:40 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 9 of 149 SUCCESS (0 secs / 1.897 secs) 14:51:40 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 10 of 149 SUCCESS (0 secs / 1.912 secs) 14:51:41 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 11 of 149 SUCCESS (0 secs / 1.989 secs) 14:51:41 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 12 of 149 SUCCESS (0 secs / 2.093 secs) 14:51:41 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 13 of 149 SUCCESS (0 secs / 2.143 secs) 14:51:41 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 14 of 149 SUCCESS (0 secs / 2.209 secs) 14:51:41 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 15 of 149 SUCCESS (0 secs / 2.451 secs) 14:51:41 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 16 of 149 SUCCESS (0 secs / 2.474 secs) 14:51:41 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 17 of 149 SUCCESS (0 secs / 2.486 secs) 14:51:41 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 18 of 149 SUCCESS (0 secs / 2.512 secs) 14:51:41 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 19 of 149 SUCCESS (0 secs / 2.529 secs) 14:51:41 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 20 of 149 SUCCESS (0 secs / 2.684 secs) 14:51:41 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 21 of 149 SUCCESS (0 secs / 2.744 secs) 14:51:42 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 22 of 149 SUCCESS (0 secs / 2.857 secs) 14:51:42 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 23 of 149 SUCCESS (0 secs / 3.134 secs) 14:51:42 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 24 of 149 SUCCESS (0 secs / 3.387 secs) 14:51:42 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 25 of 149 SUCCESS (0 secs / 3.419 secs) 14:51:43 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 26 of 149 SUCCESS (0 secs / 3.439 secs) 14:51:43 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 27 of 149 SUCCESS (0 secs / 3.602 secs) 14:51:43 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 28 of 149 SUCCESS (0 secs / 3.638 secs) 14:51:43 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 29 of 149 SUCCESS (0 secs / 3.75 secs) 14:51:43 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 30 of 149 SUCCESS (0 secs / 3.778 secs) 14:51:43 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 31 of 149 SUCCESS (0 secs / 3.805 secs) 14:51:43 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 32 of 149 SUCCESS (0 secs / 3.832 secs) 14:51:43 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 33 of 149 SUCCESS (0 secs / 4.011 secs) 14:51:43 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 34 of 149 SUCCESS (0 secs / 4.086 secs) 14:51:44 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 35 of 149 SUCCESS (0 secs / 4.319 secs) 14:51:44 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 36 of 149 SUCCESS (0 secs / 4.377 secs) 14:51:44 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 37 of 149 SUCCESS (0 secs / 4.454 secs) 14:51:44 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 38 of 149 SUCCESS (0 secs / 4.49 secs) 14:51:44 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 39 of 149 SUCCESS (0 secs / 4.636 secs) 14:51:44 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 40 of 149 SUCCESS (0 secs / 4.75 secs) 14:51:44 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 41 of 149 SUCCESS (0 secs / 4.916 secs) 14:51:44 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 42 of 149 SUCCESS (0 secs / 4.964 secs) 14:51:45 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 43 of 149 SUCCESS (0 secs / 5.008 secs) 14:51:45 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 44 of 149 SUCCESS (0 secs / 5.036 secs) 14:51:45 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 45 of 149 SUCCESS (0 secs / 5.057 secs) 14:51:45 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 46 of 149 SUCCESS (0 secs / 5.07 secs) 14:51:45 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 47 of 149 SUCCESS (0 secs / 5.315 secs) 14:51:45 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 48 of 149 SUCCESS (0 secs / 5.571 secs) 14:51:45 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 49 of 149 SUCCESS (0 secs / 5.604 secs) 14:51:45 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 50 of 149 SUCCESS (0 secs / 5.642 secs) 14:51:45 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 51 of 149 SUCCESS (0 secs / 5.659 secs) 14:51:46 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 52 of 149 SUCCESS (0 secs / 5.868 secs) 14:51:46 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 53 of 149 SUCCESS (0 secs / 5.975 secs) 14:51:46 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 54 of 149 SUCCESS (0 secs / 6.04 secs) 14:51:46 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 55 of 149 SUCCESS (0 secs / 6.1 secs) 14:51:46 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 56 of 149 SUCCESS (0 secs / 6.294 secs) 14:51:46 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 57 of 149 SUCCESS (0 secs / 6.318 secs) 14:51:46 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 58 of 149 SUCCESS (0 secs / 6.328 secs) 14:51:46 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 59 of 149 SUCCESS (0 secs / 6.373 secs) 14:51:47 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 60 of 149 SUCCESS (0 secs / 6.413 secs) 14:51:47 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 61 of 149 SUCCESS (0 secs / 6.431 secs) 14:51:47 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 62 of 149 SUCCESS (0 secs / 6.45 secs) 14:51:47 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 63 of 149 SUCCESS (0 secs / 6.472 secs) 14:51:47 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 64 of 149 SUCCESS (0 secs / 6.604 secs) 14:51:47 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 65 of 149 SUCCESS (0 secs / 6.659 secs) 14:51:47 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 66 of 149 SUCCESS (0 secs / 6.675 secs) 14:51:47 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 67 of 149 SUCCESS (0 secs / 6.709 secs) 14:51:47 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 68 of 149 SUCCESS (0 secs / 6.785 secs) 14:51:47 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 69 of 149 SUCCESS (0 secs / 6.842 secs) 14:51:47 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 70 of 149 SUCCESS (0 secs / 6.893 secs) 14:51:47 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 71 of 149 SUCCESS (0 secs / 6.909 secs) 14:51:47 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 72 of 149 SUCCESS (0 secs / 6.922 secs) 14:51:47 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 73 of 149 SUCCESS (0 secs / 7.083 secs) 14:51:47 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 74 of 149 SUCCESS (0 secs / 7.146 secs) 14:51:48 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 75 of 149 SUCCESS (0 secs / 7.232 secs) 14:51:48 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 76 of 149 SUCCESS (0 secs / 7.391 secs) 14:51:48 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 77 of 149 SUCCESS (0 secs / 7.471 secs) 14:51:48 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 78 of 149 SUCCESS (0 secs / 7.515 secs) 14:51:48 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 79 of 149 SUCCESS (0 secs / 7.559 secs) 14:51:49 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 80 of 149 SUCCESS (0 secs / 7.91 secs) 14:51:49 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 81 of 149 SUCCESS (0 secs / 8.047 secs) 14:51:49 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 82 of 149 SUCCESS (0 secs / 8.13 secs) 14:51:49 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 83 of 149 SUCCESS (0 secs / 8.163 secs) 14:51:49 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 84 of 149 SUCCESS (0 secs / 8.5 secs) 14:51:49 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 85 of 149 SUCCESS (0 secs / 8.68 secs) 14:51:50 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 86 of 149 SUCCESS (0 secs / 8.889 secs) 14:51:50 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 87 of 149 SUCCESS (0 secs / 9.028 secs) 14:51:50 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 88 of 149 SUCCESS (0 secs / 9.061 secs) 14:51:50 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 89 of 149 SUCCESS (0 secs / 9.088 secs) 14:51:50 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 90 of 149 SUCCESS (0 secs / 9.201 secs) 14:51:50 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 91 of 149 SUCCESS (0 secs / 9.268 secs) 14:51:50 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 92 of 149 SUCCESS (0 secs / 9.487 secs) 14:51:51 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 93 of 149 SUCCESS (0 secs / 9.663 secs) 14:51:51 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 94 of 149 SUCCESS (0 secs / 9.793 secs) 14:51:51 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 95 of 149 SUCCESS (0 secs / 9.823 secs) 14:51:51 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 96 of 149 SUCCESS (0 secs / 9.904 secs) 14:51:51 WARN: ' 14:51:51 It looks like you're using ngModel on the same form field as formControlName. 14:51:51 Support for using the ngModel input property and ngModelChange event with 14:51:51 reactive form directives has been deprecated in Angular v6 and will be removed 14:51:51 in a future version of Angular. 14:51:51 14:51:51 For more information on this, see our API docs here: 14:51:51 https://angular.io/api/forms/FormControlName#use-with-ngmodel 14:51:51 ' 14:51:51 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 96 of 149 SUCCESS (0 secs / 9.904 secs) 14:51:51 WARN: ' 14:51:51 It looks like you're using ngModel on the same form field as formControlName. 14:51:51 Support for using the ngModel input property and ngModelChange event with 14:51:51 reactive form directives has been deprecated in Angular v6 and will be removed 14:51:51 in a future version of Angular. 14:51:51 14:51:51 For more information on this, see our API docs here: 14:51:51 https://angular.io/api/forms/FormControlName#use-with-ngmodel 14:51:51 ' 14:51:51 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 97 of 149 SUCCESS (0 secs / 10.076 secs) 14:51:52 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 98 of 149 SUCCESS (0 secs / 10.207 secs) 14:51:52 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 99 of 149 SUCCESS (0 secs / 10.274 secs) 14:51:52 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 100 of 149 SUCCESS (0 secs / 10.293 secs) 14:51:52 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 101 of 149 SUCCESS (0 secs / 10.303 secs) 14:51:52 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 102 of 149 SUCCESS (0 secs / 10.317 secs) 14:51:52 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 103 of 149 SUCCESS (0 secs / 10.408 secs) 14:51:52 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 104 of 149 SUCCESS (0 secs / 10.556 secs) 14:51:52 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 105 of 149 SUCCESS (0 secs / 10.619 secs) 14:51:52 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 106 of 149 SUCCESS (0 secs / 10.688 secs) 14:51:52 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 107 of 149 SUCCESS (0 secs / 10.743 secs) 14:51:52 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 108 of 149 SUCCESS (0 secs / 10.838 secs) 14:51:53 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 109 of 149 SUCCESS (0 secs / 11.087 secs) 14:51:53 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 110 of 149 SUCCESS (0 secs / 11.198 secs) 14:51:53 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 111 of 149 SUCCESS (0 secs / 11.25 secs) 14:51:53 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 112 of 149 SUCCESS (0 secs / 11.324 secs) 14:51:53 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 113 of 149 SUCCESS (0 secs / 11.345 secs) 14:51:53 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 114 of 149 SUCCESS (0 secs / 11.354 secs) 14:51:53 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 115 of 149 SUCCESS (0 secs / 11.515 secs) 14:51:53 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 116 of 149 SUCCESS (0 secs / 11.57 secs) 14:51:53 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 117 of 149 SUCCESS (0 secs / 11.617 secs) 14:51:53 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 118 of 149 SUCCESS (0 secs / 11.628 secs) 14:51:53 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 119 of 149 SUCCESS (0 secs / 11.641 secs) 14:51:54 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 120 of 149 SUCCESS (0 secs / 11.711 secs) 14:51:54 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 121 of 149 SUCCESS (0 secs / 11.727 secs) 14:51:54 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 122 of 149 SUCCESS (0 secs / 11.742 secs) 14:51:54 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 123 of 149 SUCCESS (0 secs / 11.752 secs) 14:51:54 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 124 of 149 SUCCESS (0 secs / 11.825 secs) 14:51:54 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 125 of 149 SUCCESS (0 secs / 11.883 secs) 14:51:54 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 126 of 149 SUCCESS (0 secs / 12.233 secs) 14:51:54 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 127 of 149 SUCCESS (0 secs / 12.304 secs) 14:51:55 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 128 of 149 SUCCESS (0 secs / 12.837 secs) 14:51:55 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 129 of 149 SUCCESS (0 secs / 12.889 secs) 14:51:55 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 130 of 149 SUCCESS (0 secs / 12.976 secs) 14:51:55 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 131 of 149 SUCCESS (0 secs / 13.023 secs) 14:51:55 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 132 of 149 SUCCESS (0 secs / 13.1 secs) 14:51:55 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 133 of 149 SUCCESS (0 secs / 13.134 secs) 14:51:56 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 134 of 149 SUCCESS (0 secs / 13.191 secs) 14:51:56 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 135 of 149 SUCCESS (0 secs / 13.227 secs) 14:51:56 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 136 of 149 SUCCESS (0 secs / 13.266 secs) 14:51:56 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 137 of 149 SUCCESS (0 secs / 13.279 secs) 14:51:56 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 138 of 149 SUCCESS (0 secs / 13.291 secs) 14:51:56 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 139 of 149 SUCCESS (0 secs / 13.306 secs) 14:51:56 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 140 of 149 SUCCESS (0 secs / 13.317 secs) 14:51:56 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 141 of 149 SUCCESS (0 secs / 13.406 secs) 14:51:56 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 142 of 149 SUCCESS (0 secs / 13.466 secs) 14:51:56 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 143 of 149 SUCCESS (0 secs / 13.485 secs) 14:51:56 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 144 of 149 SUCCESS (0 secs / 13.496 secs) 14:51:56 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 145 of 149 SUCCESS (0 secs / 13.627 secs) 14:51:56 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 146 of 149 SUCCESS (0 secs / 13.817 secs) 14:51:56 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 147 of 149 SUCCESS (0 secs / 13.862 secs) 14:51:57 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 148 of 149 SUCCESS (0 secs / 13.878 secs) 14:51:57 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 149 of 149 SUCCESS (0 secs / 13.886 secs) 14:51:57 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 149 of 149 SUCCESS (19.275 secs / 13.886 secs) 14:51:57 TOTAL: 149 SUCCESS 14:51:57 ✔ Browser application bundle generation complete. 14:52:01 14:52:01 =============================== Coverage summary =============================== 14:52:01 Statements : 40.95% ( 1466/3580 ) 14:52:01 Branches : 12.03% ( 111/923 ) 14:52:01 Functions : 33.2% ( 431/1298 ) 14:52:01 Lines : 38.88% ( 1317/3387 ) 14:52:01 ================================================================================ 14:52:01 14 12 2022 14:52:00.887:WARN [launcher]: ChromeHeadless was not killed in 2000 ms, sending SIGKILL. 14:52:01 ✔ Browser application bundle generation complete. 14:52:02 make[1]: Leaving directory '/w/workspace/edgex-ui-go/1/web' [Pipeline] echo 14:52:02 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 14:52:02 $ docker stop --time=1 60f7bb0107ed5e2e4de45acd682e93da770fb781105ada71b676214003ea4858 14:52:04 $ docker rm -f 60f7bb0107ed5e2e4de45acd682e93da770fb781105ada71b676214003ea4858 [Pipeline] // withDockerContainer [Pipeline] sh 14:52:05 + sudo chown -R jenkins:jenkins . [Pipeline] stash 14:52:08 Warning: overwriting stash ‘coverage-report’ 14:52:13 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 14:52:13 + sudo chown -R jenkins:jenkins . [Pipeline] sh 14:52:16 + ls -al . 14:52:16 total 184 14:52:16 drwxrwxr-x 13 jenkins jenkins 4096 Dec 14 14:41 . 14:52:16 drwxrwxr-x 4 jenkins jenkins 4096 Dec 14 14:38 .. 14:52:16 drwxrwxr-x 2 jenkins jenkins 4096 Dec 14 14:39 .blubracket 14:52:16 -rw-rw-r-- 1 jenkins jenkins 18 Dec 14 14:39 .dockerignore 14:52:16 drwxrwxr-x 8 jenkins jenkins 4096 Dec 14 14:39 .git 14:52:16 drwxrwxr-x 3 jenkins jenkins 4096 Dec 14 14:39 .github 14:52:16 -rw-rw-r-- 1 jenkins jenkins 185 Dec 14 14:39 .gitignore 14:52:16 -rw-rw-r-- 1 jenkins jenkins 4856 Dec 14 14:39 Attribution.txt 14:52:16 -rw-rw-r-- 1 jenkins jenkins 17205 Dec 14 14:39 CHANGELOG.md 14:52:16 -rw-rw-r-- 1 jenkins jenkins 3959 Dec 14 14:39 CONTRIBUTING.md 14:52:16 -rw-rw-r-- 1 jenkins jenkins 1847 Dec 14 14:39 Dockerfile 14:52:16 -rw-rw-r-- 1 jenkins jenkins 652 Dec 14 14:39 Jenkinsfile 14:52:16 -rw-rw-r-- 1 jenkins jenkins 11357 Dec 14 14:39 LICENSE 14:52:16 -rw-rw-r-- 1 jenkins jenkins 2124 Dec 14 14:39 Makefile 14:52:16 -rw-rw-r-- 1 jenkins jenkins 4558 Dec 14 14:39 README.md 14:52:16 -rw-rw-r-- 1 jenkins jenkins 5 Dec 14 14:37 VERSION 14:52:16 drwxrwxr-x 3 jenkins jenkins 4096 Dec 14 14:39 assets 14:52:16 drwxrwxr-x 2 jenkins jenkins 4096 Dec 14 14:39 bin 14:52:16 drwxrwxr-x 3 jenkins jenkins 4096 Dec 14 14:39 cmd 14:52:16 -rw-r--r-- 1 jenkins jenkins 10 Dec 14 14:41 coverage.out 14:52:16 drwxrwxr-x 2 jenkins jenkins 4096 Dec 14 14:39 docs 14:52:16 -rw-rw-r-- 1 jenkins jenkins 3110 Dec 14 14:39 go.mod 14:52:16 -rw-rw-r-- 1 jenkins jenkins 43888 Dec 14 14:39 go.sum 14:52:16 drwxrwxr-x 8 jenkins jenkins 4096 Dec 14 14:39 internal 14:52:16 drwxrwxr-x 4 jenkins jenkins 4096 Dec 14 14:39 snap 14:52:16 drwxrwxr-x 4 jenkins jenkins 4096 Dec 14 14:39 testing 14:52:16 -rw-rw-r-- 1 jenkins jenkins 155 Dec 14 14:39 version.go 14:52:16 drwxrwxr-x 6 jenkins jenkins 4096 Dec 14 14:44 web [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:52:16 + 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=f9e971e5c7f115aba8be833c13e7ddf8c1445a3b --label arch=arm64 --label version=0.0.0 . 14:52:17 Sending build context to Docker daemon 31.52MB 14:52:17 Step 1/26 : ARG BASE=golang:1.18-alpine3.16 14:52:17 Step 2/26 : FROM ${BASE} AS builder 14:52:17 ---> 3768fbddae60 14:52:17 Step 3/26 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" 14:52:18 ---> Running in 3a30f699c193 14:52:19 Removing intermediate container 3a30f699c193 14:52:19 ---> 4605c0028a17 14:52:19 Step 4/26 : ARG ALPINE_PKG_BASE="make git" 14:52:19 ---> Running in 9499c28eea56 14:52:19 Removing intermediate container 9499c28eea56 14:52:19 ---> a1e1842c19b7 14:52:19 Step 5/26 : ARG ALPINE_PKG_EXTRA="" 14:52:19 ---> Running in 4a4eb2c43b3e 14:52:19 Removing intermediate container 4a4eb2c43b3e 14:52:19 ---> d0feda2ab58b 14:52:19 Step 6/26 : LABEL Name=edgex-ui-go 14:52:19 ---> Running in bd26a06f9b44 14:52:20 Removing intermediate container bd26a06f9b44 14:52:20 ---> f7513495c825 14:52:20 Step 7/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2022: Intel' 14:52:20 ---> Running in 80c8cccf1c47 14:52:20 Removing intermediate container 80c8cccf1c47 14:52:20 ---> fda607f1b566 14:52:20 Step 8/26 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 14:52:22 ---> effdf62f725f 14:52:22 Step 9/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 14:52:22 ---> Running in c6698a954c32 14:52:23 Removing intermediate container c6698a954c32 14:52:23 ---> 75d001155d3a 14:52:23 Step 10/26 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 14:52:23 ---> Running in d3bf0bd399da 14:52:24 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 14:52:25 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 14:52:26 OK: 221 MiB in 51 packages 14:52:27 Removing intermediate container d3bf0bd399da 14:52:27 ---> 3d087f5b74f7 14:52:27 Step 11/26 : ENV GO111MODULE=on 14:52:27 ---> Running in 6f58bb524969 14:52:27 Removing intermediate container 6f58bb524969 14:52:27 ---> 3d2ed056fd4a 14:52:27 Step 12/26 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go 14:52:27 ---> Running in 45f0e9110649 14:52:28 Removing intermediate container 45f0e9110649 14:52:28 ---> eda492d7c366 14:52:28 Step 13/26 : COPY go.mod vendor* ./ 14:52:28 ---> 2fa6df4d0fca 14:52:28 Step 14/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 14:52:28 ---> Running in f520a37d2a7a 14:52:30 Removing intermediate container f520a37d2a7a 14:52:30 ---> aca80ed86891 14:52:30 Step 15/26 : COPY . . 14:52:34 ---> 70fdebaf90c1 14:52:34 Step 16/26 : RUN ${MAKE} 14:52:34 ---> Running in b494adf51639 14:52:35 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 14:53:43 Removing intermediate container b494adf51639 14:53:43 ---> 56bd2b720362 14:53:43 Step 17/26 : FROM alpine:3.14 14:53:43 3.14: Pulling from library/alpine 14:53:43 90cda3b7c325: Pulling fs layer 14:53:43 90cda3b7c325: Verifying Checksum 14:53:43 90cda3b7c325: Download complete 14:53:43 90cda3b7c325: Pull complete 14:53:43 Digest: sha256:4c869a63e1b7c0722fed1e402a6466610327c3b83bdddb94bd94fb71da7f638a 14:53:43 Status: Downloaded newer image for alpine:3.14 14:53:43 ---> 275902a1839d 14:53:43 Step 18/26 : EXPOSE 4000 14:53:43 ---> Running in 8ce244aa3b73 14:53:43 Removing intermediate container 8ce244aa3b73 14:53:43 ---> 46549bc905ce 14:53:43 Step 19/26 : 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 14:53:45 ---> 251d52cf3c68 14:53:45 Step 20/26 : COPY --from=builder /go/src/github.com/edgexfoundry/edgex-ui-go/Attribution.txt /Attribution.txt 14:53:45 ---> b15f6c47c30f 14:53:45 Step 21/26 : COPY --from=builder /go/src/github.com/edgexfoundry/edgex-ui-go/LICENSE /LICENSE 14:53:46 ---> 5cc6caf1323f 14:53:46 Step 22/26 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server 14:53:46 ---> Running in af40eb509263 14:53:46 Removing intermediate container af40eb509263 14:53:46 ---> dbd145d9d2cc 14:53:46 Step 23/26 : ENTRYPOINT ["./edgex-ui-server","--confdir=res/docker"] 14:53:46 ---> Running in 27bc2382388c 14:53:46 Removing intermediate container 27bc2382388c 14:53:46 ---> a1ec11699d47 14:53:46 Step 24/26 : LABEL arch=arm64 14:53:47 ---> Running in 214bbfca26fd 14:53:47 Removing intermediate container 214bbfca26fd 14:53:47 ---> 85e6afef1b48 14:53:47 Step 25/26 : LABEL git_sha=f9e971e5c7f115aba8be833c13e7ddf8c1445a3b 14:53:47 ---> Running in b3ee4f92c997 14:53:47 Removing intermediate container b3ee4f92c997 14:53:47 ---> 0ba58f05ef80 14:53:47 Step 26/26 : LABEL version=0.0.0 14:53:47 ---> Running in 8b7e8c8a2603 14:53:47 Removing intermediate container 8b7e8c8a2603 14:53:47 ---> 845963797049 14:53:47 [Warning] One or more build-args [ARCH] were not consumed 14:53:48 Successfully built 845963797049 14:53:48 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 14:53:48 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 14:53:48 14:53:48 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:53:49 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 14:53:49 arm64: Pulling from edgex-lftools-log-publisher 14:53:49 8998bd30e6a1: Pulling fs layer 14:53:49 04944245beec: Pulling fs layer 14:53:49 699f458cf7ca: Pulling fs layer 14:53:49 765212b225bb: Pulling fs layer 14:53:49 f23df028b6ca: Pulling fs layer 14:53:49 d65c8cfc05b1: Pulling fs layer 14:53:49 2437ff75d9bd: Pulling fs layer 14:53:49 f23df028b6ca: Waiting 14:53:49 2437ff75d9bd: Waiting 14:53:49 d65c8cfc05b1: Waiting 14:53:49 765212b225bb: Waiting 14:53:49 04944245beec: Verifying Checksum 14:53:49 04944245beec: Download complete 14:53:49 765212b225bb: Download complete 14:53:49 f23df028b6ca: Verifying Checksum 14:53:49 f23df028b6ca: Download complete 14:53:49 d65c8cfc05b1: Verifying Checksum 14:53:49 d65c8cfc05b1: Download complete 14:53:49 699f458cf7ca: Verifying Checksum 14:53:49 699f458cf7ca: Download complete 14:53:50 8998bd30e6a1: Verifying Checksum 14:53:50 8998bd30e6a1: Download complete 14:53:52 2437ff75d9bd: Verifying Checksum 14:53:52 2437ff75d9bd: Download complete 14:53:54 8998bd30e6a1: Pull complete 14:53:54 04944245beec: Pull complete 14:53:55 699f458cf7ca: Pull complete 14:53:55 765212b225bb: Pull complete 14:53:56 f23df028b6ca: Pull complete 14:53:56 d65c8cfc05b1: Pull complete 14:54:11 2437ff75d9bd: Pull complete 14:54:11 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 14:54:11 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 14:54:11 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 14:54:12 prd-ubuntu20.04-docker-arm64-4c-16g-121205 does not seem to be running inside a container 14:54:12 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat 14:54:14 $ docker top ff1d7753ac1a7c93e46f25b2a666b2bc46239b554df13651f65b346781494880 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 14:54:15 ---> job-cost.sh 14:54:15 lf-activate-venv: SKIPPING 14:54:15 INFO: No Stack... 14:54:16 INFO: Retrieving Pricing Info for: v3-standard-4 14:54:16 INFO: Archiving Costs [Pipeline] sh 14:54:17 + cut -d, -f6 14:54:17 + cat /w/workspace/edgex-ui-go/1/archives/cost.csv [Pipeline] lock 14:54:17 Trying to acquire lock on [jenkins-edgexfoundry-edgex-ui-go-PR-584-1-stack-cost] 14:54:17 Resource [jenkins-edgexfoundry-edgex-ui-go-PR-584-1-stack-cost] did not exist. Created. 14:54:17 Lock acquired on [jenkins-edgexfoundry-edgex-ui-go-PR-584-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 14:54:17 /w/workspace/edgex-ui-go/1@tmp/durable-45f85a68/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh 14:54:18 + echo total: 0.10999999940395355 [Pipeline] stash 14:54:18 Warning: overwriting stash ‘stack-cost’ 14:54:22 Stashed 1 file(s) [Pipeline] } 14:54:22 Lock released on resource [jenkins-edgexfoundry-edgex-ui-go-PR-584-1-stack-cost] [Pipeline] // lock [Pipeline] } 14:54:22 $ docker stop --time=1 ff1d7753ac1a7c93e46f25b2a666b2bc46239b554df13651f65b346781494880 14:54:24 $ docker rm -f ff1d7753ac1a7c93e46f25b2a666b2bc46239b554df13651f65b346781494880 [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 14:54:25 provisioning config files... 14:54:25 copy managed file [edgex-ui-go-codecov-token] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-584@tmp/config14081156322762794691tmp [Pipeline] { [Pipeline] sh 14:54:25 + set +x 14:54:25 + bash -s -- 14:54:25 + curl -s https://codecov.io/bash 14:54:25 14:54:25 _____ _ 14:54:25 / ____| | | 14:54:25 | | ___ __| | ___ ___ _____ __ 14:54:25 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 14:54:25 | |___| (_) | (_| | __/ (_| (_) \ V / 14:54:25 \_____\___/ \__,_|\___|\___\___/ \_/ 14:54:25 Bash-1.0.6 14:54:25 14:54:25 14:54:25 ==> git version 2.25.1 found 14:54:25 ==> 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 14:54:25 Release-Date: 2020-01-08 14:54:25 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 14:54:25 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 14:54:25 ==> Jenkins CI detected. 14:54:25 current dir:  /w/workspace/edgexfoundry_edgex-ui-go_PR-584 14:54:25 project root: . 14:54:25 --> token set from env 14:54:25 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 14:54:25 ==> Running gcov in . (disable via -X gcov) 14:54:26 ==> Python coveragepy not found 14:54:26 ==> Searching for coverage reports in: 14:54:26 + . 14:54:26 -> Found 1 reports 14:54:26 ==> Detecting git/mercurial file structure 14:54:26 ==> Reading reports 14:54:26 + ./coverage.out bytes=10 14:54:26 ==> Appending adjustments 14:54:26 https://docs.codecov.io/docs/fixing-reports 14:54:26 + Found adjustments 14:54:26 ==> Gzipping contents 14:54:27 12K /tmp/codecov.IF59VJ.gz 14:54:27 ==> Uploading reports 14:54:27 url: https://codecov.io 14:54:27 query: branch=PR-584&commit=f9e971e5c7f115aba8be833c13e7ddf8c1445a3b&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2FPR-584%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=584&job=&cmd_args= 14:54:27 -> Pinging Codecov 14:54:27 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=bafa3062-778c-4190-9a80-d8a5ae27d9ba&branch=PR-584&commit=f9e971e5c7f115aba8be833c13e7ddf8c1445a3b&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2FPR-584%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=584&job=&cmd_args= 14:54:27 -> Uploading to 14:54:27 https://storage.googleapis.com/codecov/v4/raw/2022-12-14/FB506323287CE973F263BFD2A0EB1F37/f9e971e5c7f115aba8be833c13e7ddf8c1445a3b/d83bb523-dc9f-4fd9-afc3-31e7a480de81.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20221214%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20221214T145427Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=151bf7adf10c127144dc48a1bd18ffcb825ebd2c62d2489e87a4031dc990ff88 14:54:27 % Total % Received % Xferd Average Speed Time Time Time Current 14:54:27 Dload Upload Total Spent Left Speed 14:54:27 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 8872 0 0 100 8872 0 42449 --:--:-- --:--:-- --:--:-- 42449 14:54:27 -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/edgex-ui-go/commit/f9e971e5c7f115aba8be833c13e7ddf8c1445a3b [Pipeline] } 14:54:27 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 14:54:29 + [ -d /w/workspace/edgexfoundry_edgex-ui-go_PR-584/archives ] 14:54:29 + ls -al /w/workspace/edgexfoundry_edgex-ui-go_PR-584/archives 14:54:29 total 16 14:54:29 drwxr-xr-x 3 root root 4096 Dec 14 14:40 . 14:54:29 drwxrwxr-x 15 jenkins jenkins 4096 Dec 14 14:40 .. 14:54:29 drwxr-xr-x 2 root root 4096 Dec 14 14:40 cost 14:54:29 -rw-r--r-- 1 root root 83 Dec 14 14:40 cost.csv 14:54:29 + sudo chown -R jenkins:jenkins /w/workspace/edgexfoundry_edgex-ui-go_PR-584/archives 14:54:29 + ls -al /w/workspace/edgexfoundry_edgex-ui-go_PR-584/archives 14:54:29 total 16 14:54:29 drwxr-xr-x 3 jenkins jenkins 4096 Dec 14 14:40 . 14:54:29 drwxrwxr-x 15 jenkins jenkins 4096 Dec 14 14:40 .. 14:54:29 drwxr-xr-x 2 jenkins jenkins 4096 Dec 14 14:40 cost 14:54:29 -rw-r--r-- 1 jenkins jenkins 83 Dec 14 14:40 cost.csv [Pipeline] libraryResource [Pipeline] sh 14:54:29 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 14:54:30 ---> package-listing.sh 14:54:30 ++ facter osfamily 14:54:30 ++ tr '[:upper:]' '[:lower:]' 14:54:30 + OS_FAMILY=debian 14:54:30 + workspace=/w/workspace/edgexfoundry_edgex-ui-go_PR-584 14:54:30 + START_PACKAGES=/tmp/packages_start.txt 14:54:30 + END_PACKAGES=/tmp/packages_end.txt 14:54:30 + DIFF_PACKAGES=/tmp/packages_diff.txt 14:54:30 + PACKAGES=/tmp/packages_start.txt 14:54:30 + '[' /w/workspace/edgexfoundry_edgex-ui-go_PR-584 ']' 14:54:30 + PACKAGES=/tmp/packages_end.txt 14:54:30 + case "${OS_FAMILY}" in 14:54:30 + dpkg -l 14:54:30 + grep '^ii' 14:54:30 + '[' -f /tmp/packages_start.txt ']' 14:54:30 + '[' -f /tmp/packages_end.txt ']' 14:54:30 + diff /tmp/packages_start.txt /tmp/packages_end.txt 14:54:30 + '[' /w/workspace/edgexfoundry_edgex-ui-go_PR-584 ']' 14:54:30 + mkdir -p /w/workspace/edgexfoundry_edgex-ui-go_PR-584/archives/ 14:54:30 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgexfoundry_edgex-ui-go_PR-584/archives/ [Pipeline] echo 14:54:30 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-584/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 14:54:31 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:54:31 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 14:54:31 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 14:54:31 prd-ubuntu20.04-docker-8c-8g-121204 does not seem to be running inside a container 14:54:31 $ 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-584/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-584 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-584:/w/workspace/edgexfoundry_edgex-ui-go_PR-584:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-584@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-584@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 14:54:32 $ docker top 1c652a4854eea7f409bd7eb99652b32aa419c0e234693cb20f0433895098eebc -eo pid,comm [Pipeline] { [Pipeline] sh 14:54:32 + touch /tmp/pre-build-complete [Pipeline] sh 14:54:32 + mkdir -p /var/log/sysstat [Pipeline] sh 14:54:33 + ls /var/log/sa-host 14:54:33 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 14:54:33 provisioning config files... 14:54:33 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-584@tmp/config241464133072773711tmp [Pipeline] { [Pipeline] echo 14:54:33 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 14:54:33 ---> create-netrc.sh [Pipeline] } 14:54:33 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 14:54:34 ---> python-tools-install.sh [Pipeline] echo 14:54:34 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 14:54:34 ---> sudo-logs.sh 14:54:34 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 14:54:34 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 14:54:34 ---> job-cost.sh 14:54:34 lf-activate-venv: SKIPPING 14:54:34 DEBUG: total: 0.2199999988079071 14:54:34 INFO: Retrieving Stack Cost... 14:54:35 INFO: Retrieving Pricing Info for: v3-standard-8 14:54:35 INFO: Archiving Costs [Pipeline] echo 14:54:35 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 14:54:36 ---> logs-deploy.sh 14:54:36 lf-activate-venv: SKIPPING 14:54:36 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-ui-go/PR-584/1 14:54:36 INFO: archiving workspace using pattern(s): 14:54:37 Archives upload complete. 14:54:37 INFO: archiving logs to Nexus 14:54:37 ---> uname -a: 14:54:37 Linux prd-ubuntu20-04-docker-8c-8g-121204 5.4.0-126-generic #142-Ubuntu SMP Fri Aug 26 12:12:57 UTC 2022 x86_64 GNU/Linux 14:54:37 14:54:37