Pull request #561 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 21b496b35e7919b978bec18b8a3c54337950240b+26b6e7f7d09b727e04296f904eea284534bb267f (dea064c7228f95699a2b5a91a94b7415878a4a5c) 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-ssh3214441071947611436.key Verifying host key using known hosts file > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 6c1167a966ce7273a24629bf6583a1975ad218c3 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-ssh15521019440789862467.key Verifying host key using known hosts file > 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 6c1167a966ce7273a24629bf6583a1975ad218c3 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-561/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-561/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh592128857695525772.key Verifying host key using known hosts file > 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-561/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh3458600948065644703.key Verifying host key using known hosts file > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 6c1167a966ce7273a24629bf6583a1975ad218c3 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 6c1167a966ce7273a24629bf6583a1975ad218c3 # timeout=10 Commit message: "Merge pull request #418 from cjoyv/upgrade-gradle" > 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-ssh886502914815097357.key Verifying host key using known hosts file > 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-561/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-561/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh17972465214421989081.key Verifying host key using known hosts file > 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 6c1167a966ce7273a24629bf6583a1975ad218c3 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 Running on prd-ubuntu20.04-docker-8c-8g-9173 in /w/workspace/edgexfoundry_edgex-ui-go_PR-561 [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-561 # 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 Verifying host key using known hosts file You're using 'Known hosts file' strategy to verify ssh host keys, but your known_hosts file does not exist, please go to 'Manage Jenkins' -> 'Configure Global Security' -> 'Git Host Key Verification Configuration' and configure host key verification. > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git using GIT_SSH to set credentials SSH Credentials for GitHub Verifying host key using known hosts file You're using 'Known hosts file' strategy to verify ssh host keys, but your known_hosts file does not exist, please go to 'Manage Jenkins' -> 'Configure Global Security' -> 'Git Host Key Verification Configuration' and configure host key verification. Merging remotes/origin/main commit 26b6e7f7d09b727e04296f904eea284534bb267f into PR head commit 21b496b35e7919b978bec18b8a3c54337950240b Merge succeeded, producing 21b496b35e7919b978bec18b8a3c54337950240b Checking out Revision 21b496b35e7919b978bec18b8a3c54337950240b (PR-561) Commit message: "chore(deps): Bump github.com/edgexfoundry/go-mod-bootstrap/v2" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.25.1' fatal: bad object 6c1167a966ce7273a24629bf6583a1975ad218c3 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/561/head:refs/remotes/origin/PR-561 +refs/heads/main:refs/remotes/origin/main # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 21b496b35e7919b978bec18b8a3c54337950240b # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub Verifying host key using known hosts file You're using 'Known hosts file' strategy to verify ssh host keys, but your known_hosts file does not exist, please go to 'Manage Jenkins' -> 'Configure Global Security' -> 'Git Host Key Verification Configuration' and configure host key verification. > git merge 26b6e7f7d09b727e04296f904eea284534bb267f # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 21b496b35e7919b978bec18b8a3c54337950240b # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 04:12:06 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 04:12:06 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 04:12:07 ========================================================= 04:12:07 EdgeX Global Pipelines Version Info 04:12:07 ========================================================= [Pipeline] libraryResource [Pipeline] sh 04:12:07 ------------------- 04:12:07 stable info: 04:12:07 ------------------- 04:12:07 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 04:12:07 Commit SHA: 6c1167a966ce7273a24629bf6583a1975ad218c3 04:12:07 Message: update stable to v1.0.243 04:12:08 ------------------- 04:12:08 experimental info: 04:12:08 ------------------- 04:12:08 Commited By: **** collab-it+edgex@linuxfoundation.org 04:12:08 Commit SHA: 6c1167a966ce7273a24629bf6583a1975ad218c3 04:12:08 Message: update experimental to v1.0.243 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 04:12:08 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-ui-go-settings [Pipeline] echo 04:12:08 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-ui-go [Pipeline] echo 04:12:14 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 04:12:14 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 04:12:14 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 04:12:14 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.18 [Pipeline] echo 04:12:14 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 04:12:14 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 04:12:14 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 04:12:14 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 04:12:14 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 04:12:14 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = edgex-ui [Pipeline] echo 04:12:14 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 04:12:14 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 04:12:14 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 04:12:15 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 04:12:15 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 04:12:15 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 04:12:15 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 04:12:15 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 04:12:15 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 04:12:15 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 04:12:15 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 04:12:15 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 04:12:15 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 04:12:15 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 04:12:15 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 04:12:15 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-561 [Pipeline] echo 04:12:15 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-561 [Pipeline] echo 04:12:15 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-561 [Pipeline] echo 04:12:15 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 21b496b35e7919b978bec18b8a3c54337950240b [Pipeline] echo 04:12:15 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 21b496b [Pipeline] echo 04:12:15 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 04:12:15 provisioning config files... 04:12:15 copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-561@tmp/config9154830376121542602tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 04:12:16 ---> docker-login.sh 04:12:16 nexus3.edgexfoundry.org:10001 04:12:16 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:12:16 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:12:16 Configure a credential helper to remove this warning. See 04:12:16 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:12:16 04:12:16 Login Succeeded 04:12:16 nexus3.edgexfoundry.org:10002 04:12:16 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:12:16 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:12:16 Configure a credential helper to remove this warning. See 04:12:16 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:12:16 04:12:16 Login Succeeded 04:12:16 nexus3.edgexfoundry.org:10003 04:12:16 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:12:16 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:12:16 Configure a credential helper to remove this warning. See 04:12:16 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:12:16 04:12:16 Login Succeeded 04:12:16 nexus3.edgexfoundry.org:10004 04:12:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:12:17 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:12:17 Configure a credential helper to remove this warning. See 04:12:17 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:12:17 04:12:17 Login Succeeded 04:12:17 docker.io 04:12:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:12:17 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:12:17 Configure a credential helper to remove this warning. See 04:12:17 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:12:17 04:12:17 Login Succeeded 04:12:17 ---> docker-login.sh ends [Pipeline] } 04:12:17 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 04:12:18 + git rev-list -1 --merges 21b496b35e7919b978bec18b8a3c54337950240b~1..21b496b35e7919b978bec18b8a3c54337950240b [Pipeline] echo 04:12:18 -----------> git rev-list -1 --merges 21b496b35e7919b978bec18b8a3c54337950240b~1..21b496b35e7919b978bec18b8a3c54337950240b 21b496b35e7919b978bec18b8a3c54337950240b [false] [Pipeline] sh 04:12:18 + git log --format=format:%s -1 21b496b35e7919b978bec18b8a3c54337950240b [Pipeline] echo 04:12:18 ========================================================= 04:12:18 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 04:12:18 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 04:12:18 + git log --format=format:%s -1 21b496b35e7919b978bec18b8a3c54337950240b [Pipeline] echo 04:12:18 [semverPrep] GIT_COMMIT: 21b496b35e7919b978bec18b8a3c54337950240b, Commit Message: chore(deps): Bump github.com/edgexfoundry/go-mod-bootstrap/v2 [Pipeline] echo 04:12:19 [semverPrep] This is not a build commit. [Pipeline] sh 04:12:19 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 04:12:19 + grep -v github /etc/ssh/ssh_known_hosts 04:12:19 + [ -e /tmp/ssh_known_hosts ] 04:12:19 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 04:12:19 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 04:12:19 + sudo tee -a /etc/ssh/ssh_known_hosts 04:12:19 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:12:19 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 04:12:19 04:12:19 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:12:20 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 04:12:20 0.1.4: Pulling from edgex-devops/py-git-semver 04:12:20 b85a868b505f: Pulling fs layer 04:12:20 e2be974225ed: Pulling fs layer 04:12:20 339a4e72a1f5: Pulling fs layer 04:12:20 988bab9f4d93: Pulling fs layer 04:12:20 1469e6f7b9e6: Pulling fs layer 04:12:20 eaf3925da568: Pulling fs layer 04:12:20 bab4dde63d76: Pulling fs layer 04:12:20 bde34c3a00c8: Pulling fs layer 04:12:20 b352a97aabf1: Pulling fs layer 04:12:20 4872d77fe225: Pulling fs layer 04:12:20 5851b861e8e6: Pulling fs layer 04:12:20 1469e6f7b9e6: Waiting 04:12:20 eaf3925da568: Waiting 04:12:20 bab4dde63d76: Waiting 04:12:20 988bab9f4d93: Waiting 04:12:20 bde34c3a00c8: Waiting 04:12:20 b352a97aabf1: Waiting 04:12:20 4872d77fe225: Waiting 04:12:20 5851b861e8e6: Waiting 04:12:20 e2be974225ed: Download complete 04:12:20 988bab9f4d93: Verifying Checksum 04:12:20 1469e6f7b9e6: Verifying Checksum 04:12:20 1469e6f7b9e6: Download complete 04:12:20 339a4e72a1f5: Verifying Checksum 04:12:20 339a4e72a1f5: Download complete 04:12:20 eaf3925da568: Verifying Checksum 04:12:20 eaf3925da568: Download complete 04:12:20 bde34c3a00c8: Download complete 04:12:20 b352a97aabf1: Download complete 04:12:20 4872d77fe225: Verifying Checksum 04:12:20 4872d77fe225: Download complete 04:12:20 5851b861e8e6: Verifying Checksum 04:12:20 5851b861e8e6: Download complete 04:12:20 b85a868b505f: Download complete 04:12:20 bab4dde63d76: Download complete 04:12:22 b85a868b505f: Pull complete 04:12:22 e2be974225ed: Pull complete 04:12:22 339a4e72a1f5: Pull complete 04:12:22 988bab9f4d93: Pull complete 04:12:22 1469e6f7b9e6: Pull complete 04:12:22 eaf3925da568: Pull complete 04:12:24 bab4dde63d76: Pull complete 04:12:24 bde34c3a00c8: Pull complete 04:12:25 b352a97aabf1: Pull complete 04:12:25 4872d77fe225: Pull complete 04:12:25 5851b861e8e6: Pull complete 04:12:25 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 04:12:25 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 04:12:25 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 04:12:25 prd-ubuntu20.04-docker-8c-8g-9173 does not seem to be running inside a container 04:12:25 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_edgex-ui-go_PR-561 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-561:/w/workspace/edgexfoundry_edgex-ui-go_PR-561:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-561@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-561@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 04:12:27 $ docker top 95e7a3016569dfb6eae4c78f1ae8d18a5d1ac689a9550a92316d332300d093c7 -eo pid,comm 04:12:27 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). 04:12:27 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 04:12:27 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 04:12:27 [ssh-agent] Looking for ssh-agent implementation... 04:12:27 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 04:12:27 $ docker exec 95e7a3016569dfb6eae4c78f1ae8d18a5d1ac689a9550a92316d332300d093c7 ssh-agent 04:12:27 SSH_AUTH_SOCK=/tmp/ssh-GTgveY4zKvds/agent.32 04:12:27 SSH_AGENT_PID=38 04:12:27 Running ssh-add (command line suppressed) 04:12:27 Identity added: /w/workspace/edgexfoundry_edgex-ui-go_PR-561@tmp/private_key_18311443553761636050.key (/w/workspace/edgexfoundry_edgex-ui-go_PR-561@tmp/private_key_18311443553761636050.key) 04:12:27 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 04:12:27 + git tag --points-at HEAD [Pipeline] } 04:12:27 $ docker exec --env ******** --env ******** 95e7a3016569dfb6eae4c78f1ae8d18a5d1ac689a9550a92316d332300d093c7 ssh-agent -k 04:12:28 unset SSH_AUTH_SOCK; 04:12:28 unset SSH_AGENT_PID; 04:12:28 echo Agent pid 38 killed; 04:12:28 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 04:12:28 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 04:12:28 [ssh-agent] Looking for ssh-agent implementation... 04:12:28 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 04:12:28 $ docker exec 95e7a3016569dfb6eae4c78f1ae8d18a5d1ac689a9550a92316d332300d093c7 ssh-agent 04:12:28 SSH_AUTH_SOCK=/tmp/ssh-vD8tX1arAEHe/agent.70 04:12:28 SSH_AGENT_PID=76 04:12:28 Running ssh-add (command line suppressed) 04:12:28 Identity added: /w/workspace/edgexfoundry_edgex-ui-go_PR-561@tmp/private_key_1472976243673602150.key (/w/workspace/edgexfoundry_edgex-ui-go_PR-561@tmp/private_key_1472976243673602150.key) 04:12:28 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 04:12:28 + git semver init 04:12:29 2022-10-24 04:12:29,077 [run_init] DEBUG init version:0.0.0 force:False 04:12:29 2022-10-24 04:12:29,078 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgexfoundry_edgex-ui-go_PR-561/.semver 04:12:29 2022-10-24 04:12:29,079 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-ui-go.git /w/workspace/edgexfoundry_edgex-ui-go_PR-561/.semver 04:12:29 2022-10-24 04:12:29,079 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/edgex-ui-go.git', '/w/workspace/edgexfoundry_edgex-ui-go_PR-561/.semver'], cwd=/w/workspace/edgexfoundry_edgex-ui-go_PR-561, universal_newlines=False, shell=None, istream=None) 04:12:30 2022-10-24 04:12:30,445 [append_file] DEBUG append to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-561/.git/info/exclude 04:12:30 2022-10-24 04:12:30,446 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgexfoundry_edgex-ui-go_PR-561/.semver/PR-561 with force:False 04:12:30 2022-10-24 04:12:30,446 [write_file] DEBUG write to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-561/.semver/PR-561 04:12:30 2022-10-24 04:12:30,450 [execute] INFO git cat-file --batch-check 04:12:30 2022-10-24 04:12:30,451 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgexfoundry_edgex-ui-go_PR-561/.semver, universal_newlines=False, shell=None, istream=) 04:12:30 2022-10-24 04:12:30,458 [execute] INFO git cat-file --batch 04:12:30 2022-10-24 04:12:30,458 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgexfoundry_edgex-ui-go_PR-561/.semver, universal_newlines=False, shell=None, istream=) 04:12:30 2022-10-24 04:12:30,464 [read_version] DEBUG read version from /w/workspace/edgexfoundry_edgex-ui-go_PR-561/.semver/PR-561 04:12:30 0.0.0 [Pipeline] } 04:12:30 $ docker exec --env ******** --env ******** 95e7a3016569dfb6eae4c78f1ae8d18a5d1ac689a9550a92316d332300d093c7 ssh-agent -k 04:12:30 unset SSH_AUTH_SOCK; 04:12:30 unset SSH_AGENT_PID; 04:12:30 echo Agent pid 76 killed; 04:12:30 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 04:12:31 + git semver [Pipeline] } 04:12:31 $ docker stop --time=1 95e7a3016569dfb6eae4c78f1ae8d18a5d1ac689a9550a92316d332300d093c7 04:12:32 $ docker rm -f 95e7a3016569dfb6eae4c78f1ae8d18a5d1ac689a9550a92316d332300d093c7 [Pipeline] // withDockerContainer [Pipeline] sh 04:12:33 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 04:12:33 Stashed 1 file(s) [Pipeline] echo 04:12:33 [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 04:12:33 provisioning config files... 04:12:33 copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-561@tmp/config13857678245407545501tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 04:12:34 ---> docker-login.sh 04:12:34 nexus3.edgexfoundry.org:10001 04:12:34 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:12:34 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:12:34 Configure a credential helper to remove this warning. See 04:12:34 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:12:34 04:12:34 Login Succeeded 04:12:34 nexus3.edgexfoundry.org:10002 04:12:34 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:12:34 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:12:34 Configure a credential helper to remove this warning. See 04:12:34 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:12:34 04:12:34 Login Succeeded 04:12:34 nexus3.edgexfoundry.org:10003 04:12:34 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:12:34 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:12:34 Configure a credential helper to remove this warning. See 04:12:34 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:12:34 04:12:34 Login Succeeded 04:12:34 nexus3.edgexfoundry.org:10004 04:12:34 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:12:34 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:12:34 Configure a credential helper to remove this warning. See 04:12:34 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:12:34 04:12:34 Login Succeeded 04:12:34 docker.io 04:12:34 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:12:35 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:12:35 Configure a credential helper to remove this warning. See 04:12:35 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:12:35 04:12:35 Login Succeeded 04:12:35 ---> docker-login.sh ends [Pipeline] } 04:12:35 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 04:12:35 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 04:12:35 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 04:12:35 ========================================================= 04:12:35 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine] 04:12:35 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:12:35 + 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 . 04:12:36 Sending build context to Docker daemon 45.49MB 04:12:36 Step 1/16 : ARG BASE=golang:1.18-alpine3.16 04:12:36 Step 2/16 : FROM ${BASE} AS builder 04:12:36 1.18-alpine: Pulling from edgex-devops/edgex-golang-base 04:12:36 213ec9aee27d: Pulling fs layer 04:12:36 4583459ba037: Pulling fs layer 04:12:36 93c1e223e6f2: Pulling fs layer 04:12:36 53926ce57604: Pulling fs layer 04:12:36 21b2b0c7a3f4: Pulling fs layer 04:12:36 30f14e443154: Pulling fs layer 04:12:36 801331c1e519: Pulling fs layer 04:12:36 99cc6dd402b0: Pulling fs layer 04:12:36 7d9ed39f4882: Pulling fs layer 04:12:36 801331c1e519: Waiting 04:12:36 30f14e443154: Waiting 04:12:36 7d9ed39f4882: Waiting 04:12:36 53926ce57604: Waiting 04:12:36 99cc6dd402b0: Waiting 04:12:36 93c1e223e6f2: Verifying Checksum 04:12:36 93c1e223e6f2: Download complete 04:12:36 4583459ba037: Download complete 04:12:36 21b2b0c7a3f4: Verifying Checksum 04:12:36 21b2b0c7a3f4: Download complete 04:12:36 30f14e443154: Download complete 04:12:36 213ec9aee27d: Download complete 04:12:36 801331c1e519: Download complete 04:12:36 213ec9aee27d: Pull complete 04:12:36 4583459ba037: Pull complete 04:12:36 93c1e223e6f2: Pull complete 04:12:36 7d9ed39f4882: Verifying Checksum 04:12:36 7d9ed39f4882: Download complete 04:12:36 99cc6dd402b0: Verifying Checksum 04:12:36 99cc6dd402b0: Download complete 04:12:36 53926ce57604: Verifying Checksum 04:12:36 53926ce57604: Download complete 04:12:41 53926ce57604: Pull complete 04:12:41 21b2b0c7a3f4: Pull complete 04:12:41 30f14e443154: Pull complete 04:12:41 801331c1e519: Pull complete 04:12:43 99cc6dd402b0: Pull complete 04:12:44 7d9ed39f4882: Pull complete 04:12:44 Digest: sha256:1f16063191d1a9870fce7bbdb1825a1eb962d13bb3ce54f6dd36240110f048b3 04:12:44 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine 04:12:44 ---> 1dedd983c030 04:12:44 Step 3/16 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" 04:12:45 ---> Running in 41c31994efde 04:12:45 Removing intermediate container 41c31994efde 04:12:45 ---> 3af4a4fa5272 04:12:45 Step 4/16 : ARG ALPINE_PKG_BASE="make git" 04:12:45 ---> Running in 030d8a91d245 04:12:45 Removing intermediate container 030d8a91d245 04:12:45 ---> d2aac2841f21 04:12:45 Step 5/16 : ARG ALPINE_PKG_EXTRA="" 04:12:45 ---> Running in 430c94483187 04:12:45 Removing intermediate container 430c94483187 04:12:45 ---> b5de51d7454d 04:12:45 Step 6/16 : LABEL Name=edgex-ui-go 04:12:45 ---> Running in fa1608aeca0f 04:12:45 Removing intermediate container fa1608aeca0f 04:12:45 ---> b927b131d41b 04:12:45 Step 7/16 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2022: Intel' 04:12:45 ---> Running in 1c529e3c1c3c 04:12:46 Removing intermediate container 1c529e3c1c3c 04:12:46 ---> 29f726a21a2d 04:12:46 Step 8/16 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 04:12:46 latest: Pulling from library/docker 04:12:46 213ec9aee27d: Already exists 04:12:46 7b0dd730a5c3: Pulling fs layer 04:12:46 4b90f8029a36: Pulling fs layer 04:12:46 bea6d6d58c11: Pulling fs layer 04:12:46 b28b21e97172: Pulling fs layer 04:12:46 fd102b8fb384: Pulling fs layer 04:12:46 9eb1d0209852: Pulling fs layer 04:12:46 d3ef7050c453: Pulling fs layer 04:12:46 fb4cbd776d56: Pulling fs layer 04:12:46 b28b21e97172: Waiting 04:12:46 fd102b8fb384: Waiting 04:12:46 9eb1d0209852: Waiting 04:12:46 d3ef7050c453: Waiting 04:12:46 fb4cbd776d56: Waiting 04:12:47 4b90f8029a36: Verifying Checksum 04:12:47 4b90f8029a36: Download complete 04:12:47 7b0dd730a5c3: Verifying Checksum 04:12:47 7b0dd730a5c3: Download complete 04:12:47 bea6d6d58c11: Verifying Checksum 04:12:47 bea6d6d58c11: Download complete 04:12:47 7b0dd730a5c3: Pull complete 04:12:47 9eb1d0209852: Verifying Checksum 04:12:47 9eb1d0209852: Download complete 04:12:47 4b90f8029a36: Pull complete 04:12:47 fd102b8fb384: Verifying Checksum 04:12:47 fd102b8fb384: Download complete 04:12:47 d3ef7050c453: Verifying Checksum 04:12:47 d3ef7050c453: Download complete 04:12:47 b28b21e97172: Verifying Checksum 04:12:47 b28b21e97172: Download complete 04:12:47 fb4cbd776d56: Verifying Checksum 04:12:47 fb4cbd776d56: Download complete 04:12:47 bea6d6d58c11: Pull complete 04:12:48 b28b21e97172: Pull complete 04:12:48 fd102b8fb384: Pull complete 04:12:48 9eb1d0209852: Pull complete 04:12:48 d3ef7050c453: Pull complete 04:12:48 fb4cbd776d56: Pull complete 04:12:48 Digest: sha256:b39aa91b8a31462d6e86da84762891f6d2ac5657d34d9bf86fd1d0bd7b60e0d8 04:12:48 Status: Downloaded newer image for docker:latest 04:12:48 Still waiting to schedule task 04:12:48 ‘prd-centos7-blackbox-4c-2g-8824’ doesn’t have label ‘ubuntu20.04-docker-arm64-4c-16g’ 04:12:48 ‘prd-centos7-blackbox-4c-2g-8825’ doesn’t have label ‘ubuntu20.04-docker-arm64-4c-16g’ 04:12:48 ‘prd-ubuntu20.04-docker-8c-8g-9068’ doesn’t have label ‘ubuntu20.04-docker-arm64-4c-16g’ 04:12:48 ‘prd-ubuntu20.04-docker-arm64-4c-16g-9177’ is offline 04:12:49 ---> 34eba1c84b9c 04:12:49 Step 9/16 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 04:12:49 ---> Running in 9d08680d1a82 04:12:50 Removing intermediate container 9d08680d1a82 04:12:50 ---> 019ee489d6dc 04:12:50 Step 10/16 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 04:12:50 ---> Running in 3fd0a6aa6945 04:12:50 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 04:12:51 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 04:12:51 OK: 211 MiB in 51 packages 04:12:52 Removing intermediate container 3fd0a6aa6945 04:12:52 ---> 92a2b2fa3162 04:12:52 Step 11/16 : ENV GO111MODULE=on 04:12:52 ---> Running in 39b7e5208c72 04:12:52 Removing intermediate container 39b7e5208c72 04:12:52 ---> bbf2326ae24c 04:12:52 Step 12/16 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go 04:12:52 ---> Running in c1d2cfa5c427 04:12:52 Removing intermediate container c1d2cfa5c427 04:12:52 ---> 2361fa032707 04:12:52 Step 13/16 : COPY go.mod vendor* ./ 04:12:52 ---> db25a5d2353c 04:12:52 Step 14/16 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 04:12:52 ---> Running in 0b331a663073 04:13:14 Removing intermediate container 0b331a663073 04:13:14 ---> 7e24fd384dac 04:13:14 Step 15/16 : COPY . . 04:13:14 ---> cfb735a9ac53 04:13:14 Step 16/16 : RUN ${MAKE} 04:13:14 ---> Running in 4990c14c30f1 04:13:14 noop 04:13:14 Removing intermediate container 4990c14c30f1 04:13:14 ---> 487cb9e2cea6 04:13:14 Successfully built 487cb9e2cea6 04:13:14 Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:13:14 + docker inspect -f . ci-base-image-x86_64 04:13:14 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 04:13:14 prd-ubuntu20.04-docker-8c-8g-9173 does not seem to be running inside a container 04:13:14 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgexfoundry_edgex-ui-go_PR-561 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-561:/w/workspace/edgexfoundry_edgex-ui-go_PR-561:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-561@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-561@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 ******** ci-base-image-x86_64 cat 04:13:15 $ docker top b98dc0b2d224db6734ddf5e52e30b7a819b6d4a74d13e366d7b25b09107b33d3 -eo pid,comm [Pipeline] { [Pipeline] sh 04:13:15 + go version 04:13:15 go version go1.18.7 linux/amd64 [Pipeline] } 04:13:15 $ docker stop --time=1 b98dc0b2d224db6734ddf5e52e30b7a819b6d4a74d13e366d7b25b09107b33d3 04:13:17 $ docker rm -f b98dc0b2d224db6734ddf5e52e30b7a819b6d4a74d13e366d7b25b09107b33d3 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:13:17 + docker inspect -f . ci-base-image-x86_64 04:13:17 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 04:13:17 prd-ubuntu20.04-docker-8c-8g-9173 does not seem to be running inside a container 04:13:17 $ 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-561 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-561:/w/workspace/edgexfoundry_edgex-ui-go_PR-561:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-561@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-561@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 ******** ci-base-image-x86_64 cat 04:13:18 $ docker top 6c5c0ef936c12f7afd47df3fa9b1b5d6b1d70346ce6c19f14bec6af63fa8d9ca -eo pid,comm [Pipeline] { [Pipeline] sh 04:13:18 + git config --global --add safe.directory /w/workspace/edgexfoundry_edgex-ui-go_PR-561 [Pipeline] fileExists [Pipeline] sh 04:13:19 + make test 04:13:19 CGO_ENABLED=0 GO111MODULE=on go test -tags "no_messagebus" -coverprofile=coverage.out ./... 04:13:19 ? github.com/edgexfoundry/edgex-ui-go [no test files] 04:13:25 Running on prd-ubuntu20.04-docker-arm64-4c-16g-9177 in /w/workspace/edgexfoundry_edgex-ui-go_PR-561 [Pipeline] { [Pipeline] ws 04:13:25 Running in /w/workspace/edgex-ui-go/1 [Pipeline] { [Pipeline] checkout 04:13:25 The recommended git tool is: git 04:13:29 ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] 04:13:29 ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] 04:13:29 ? github.com/edgexfoundry/edgex-ui-go/internal/common [no test files] 04:13:29 ? github.com/edgexfoundry/edgex-ui-go/internal/config [no test files] 04:13:29 ? github.com/edgexfoundry/edgex-ui-go/internal/container [no test files] 04:13:29 ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] 04:13:29 ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] 04:13:29 ? github.com/edgexfoundry/edgex-ui-go/internal/service [no test files] 04:13:29 CGO_ENABLED=0 GO111MODULE=on go vet -tags "no_messagebus" ./... 04:13:31 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 04:13:31 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 04:13:31 ./bin/test-attribution-txt.sh 04:13:31 An attribution for github.com/edgexfoundry/go-mod-bootstrap/v2 is missing from Attribution.txt, please add 04:13:31 An attribution for github.com/Microsoft/go-winio is missing from Attribution.txt, please add 04:13:31 An attribution for github.com/eclipse/paho.mqtt.golang is missing from Attribution.txt, please add 04:13:31 An attribution for github.com/edgexfoundry/go-mod-messaging/v2 is missing from Attribution.txt, please add 04:13:31 An attribution for github.com/edgexfoundry/go-mod-secrets/v2 is missing from Attribution.txt, please add 04:13:31 An attribution for github.com/go-kit/log is missing from Attribution.txt, please add 04:13:31 An attribution for github.com/go-logfmt/logfmt is missing from Attribution.txt, please add 04:13:31 An attribution for github.com/go-redis/redis/v7 is missing from Attribution.txt, please add 04:13:31 An attribution for github.com/golang/protobuf is missing from Attribution.txt, please add 04:13:31 An attribution for github.com/gorilla/websocket is missing from Attribution.txt, please add 04:13:31 An attribution for github.com/hashicorp/errwrap is missing from Attribution.txt, please add 04:13:31 An attribution for github.com/hashicorp/go-multierror is missing from Attribution.txt, please add 04:13:31 An attribution for github.com/nats-io/nats.go is missing from Attribution.txt, please add 04:13:31 An attribution for github.com/nats-io/nkeys is missing from Attribution.txt, please add 04:13:31 An attribution for github.com/nats-io/nuid is missing from Attribution.txt, please add 04:13:31 An attribution for github.com/pebbe/zmq4 is missing from Attribution.txt, please add 04:13:31 An attribution for github.com/rcrowley/go-metrics is missing from Attribution.txt, please add 04:13:31 An attribution for github.com/spiffe/go-spiffe/v2 is missing from Attribution.txt, please add 04:13:31 An attribution for github.com/zeebo/errs is missing from Attribution.txt, please add 04:13:31 An attribution for golang.org/x/net is missing from Attribution.txt, please add 04:13:31 An attribution for golang.org/x/sync is missing from Attribution.txt, please add 04:13:31 An attribution for google.golang.org/genproto is missing from Attribution.txt, please add 04:13:31 An attribution for google.golang.org/grpc is missing from Attribution.txt, please add 04:13:31 An attribution for google.golang.org/protobuf is missing from Attribution.txt, please add 04:13:31 An attribution for gopkg.in/square/go-jose.v2 is missing from Attribution.txt, please add 04:13:31 make -C web test 04:13:31 make[1]: Entering directory '/w/workspace/edgexfoundry_edgex-ui-go_PR-561/web' 04:13:31 make[1]: tput: No such file or directory 04:13:31 make[1]: tput: No such file or directory 04:13:31 warning: generating ./VERSION 04:13:31 echo "0.0.0" > VERSION 04:13:31 docker build \ 04:13:31 -f Dockerfile \ 04:13:31 --build-arg USER=1000 \ 04:13:31 \ 04:13:31 --label "git_sha=21b496b35e7919b978bec18b8a3c54337950240b" \ 04:13:31 -t edgexfoundry/edgex-web-ui:21b496b35e7919b978bec18b8a3c54337950240b \ 04:13:31 -t edgexfoundry/edgex-web-ui:0.0.0-dev \ 04:13:31 . 04:13:31 Sending build context to Docker daemon 3.269MB 04:13:31 Step 1/10 : FROM node:16.17-alpine3.15 04:13:31 16.17-alpine3.15: Pulling from library/node 04:13:32 9621f1afde84: Pulling fs layer 04:13:32 c6f70ee39829: Pulling fs layer 04:13:32 56892a8094a2: Pulling fs layer 04:13:32 58dd87906ef0: Pulling fs layer 04:13:32 58dd87906ef0: Waiting 04:13:32 using credential edgex-jenkins-ssh 04:13:32 Cloning the remote Git repository 04:13:32 56892a8094a2: Download complete 04:13:32 9621f1afde84: Verifying Checksum 04:13:32 9621f1afde84: Download complete 04:13:32 58dd87906ef0: Verifying Checksum 04:13:32 58dd87906ef0: Download complete 04:13:32 9621f1afde84: Pull complete 04:13:32 Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git 04:13:32 > git init /w/workspace/edgex-ui-go/1 # timeout=10 04:13:32 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 04:13:32 > git --version # timeout=10 04:13:32 > git --version # 'git version 2.25.1' 04:13:32 using GIT_SSH to set credentials SSH Credentials for GitHub 04:13:32 Verifying host key using known hosts file 04:13:32 You're using 'Known hosts file' strategy to verify ssh host keys, but your known_hosts file does not exist, please go to 'Manage Jenkins' -> 'Configure Global Security' -> 'Git Host Key Verification Configuration' and configure host key verification. 04:13:32 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 04:13:33 c6f70ee39829: Verifying Checksum 04:13:33 c6f70ee39829: Download complete 04:13:34 c6f70ee39829: Pull complete 04:13:34 56892a8094a2: Pull complete 04:13:34 58dd87906ef0: Pull complete 04:13:34 Digest: sha256:84c606bfbe4cf120c52b17c3b727e614d99e357a8e350f83a4e7b9ec0798e04a 04:13:34 Status: Downloaded newer image for node:16.17-alpine3.15 04:13:34 ---> b69703f70c3d 04:13:34 Step 2/10 : RUN apk add --no-cache chromium 04:13:35 ---> Running in 4d7ce71e10d9 04:13:35 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 04:13:36 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 04:13:36 (1/129) Installing libxau (1.0.9-r0) 04:13:36 (2/129) Installing libmd (1.0.3-r0) 04:13:36 (3/129) Installing libbsd (0.11.3-r1) 04:13:36 (4/129) Installing libxdmcp (1.1.3-r0) 04:13:36 (5/129) Installing libxcb (1.14-r2) 04:13:36 (6/129) Installing libx11 (1.7.3.1-r0) 04:13:36 (7/129) Installing libxext (1.3.4-r0) 04:13:36 (8/129) Installing libice (1.0.10-r0) 04:13:36 (9/129) Installing libuuid (2.37.4-r0) 04:13:36 (10/129) Installing libsm (1.2.3-r0) 04:13:36 (11/129) Installing libxt (1.2.1-r0) 04:13:36 (12/129) Installing libxmu (1.1.3-r0) 04:13:36 (13/129) Installing xset (1.2.4-r0) 04:13:36 (14/129) Installing xprop (1.2.5-r0) 04:13:36 (15/129) Installing xdg-utils (1.1.3-r0) 04:13:36 (16/129) Installing eudev-libs (3.2.11_pre1-r0) 04:13:36 (17/129) Installing pkgconf (1.8.0-r0) 04:13:36 (18/129) Installing libffi (3.4.2-r1) 04:13:36 (19/129) Installing libintl (0.21-r0) 04:13:36 (20/129) Installing libblkid (2.37.4-r0) 04:13:36 (21/129) Installing libmount (2.37.4-r0) 04:13:36 (22/129) Installing pcre (8.45-r1) 04:13:36 (23/129) Installing glib (2.70.1-r0) 04:13:36 (24/129) Installing xz-libs (5.2.5-r1) 04:13:36 (25/129) Installing libxml2 (2.9.14-r2) 04:13:36 (26/129) Installing shared-mime-info (2.1-r1) 04:13:36 (27/129) Installing hicolor-icon-theme (0.17-r1) 04:13:36 (28/129) Installing libjpeg-turbo (2.1.2-r0) 04:13:36 (29/129) Installing libpng (1.6.37-r1) 04:13:36 (30/129) Installing libwebp (1.2.2-r0) 04:13:36 (31/129) Installing zstd-libs (1.5.0-r0) 04:13:36 (32/129) Installing tiff (4.4.0-r0) 04:13:36 (33/129) Installing gdk-pixbuf (2.42.8-r0) 04:13:36 (34/129) Installing gtk-update-icon-cache (2.24.33-r0) 04:13:36 (35/129) Installing libxcomposite (0.4.5-r0) 04:13:36 (36/129) Installing libxfixes (6.0.0-r0) 04:13:36 (37/129) Installing libxrender (0.9.10-r3) 04:13:36 (38/129) Installing libxcursor (1.2.0-r0) 04:13:36 (39/129) Installing libxdamage (1.1.5-r1) 04:13:36 (40/129) Installing libxi (1.8-r0) 04:13:36 (41/129) Installing libxinerama (1.1.4-r1) 04:13:36 (42/129) Installing libxrandr (1.5.2-r1) 04:13:36 (43/129) Installing atk (2.36.0-r0) 04:13:36 (44/129) Installing libxtst (1.2.3-r3) 04:13:36 (45/129) Installing dbus-libs (1.12.24-r0) 04:13:36 (46/129) Installing at-spi2-core (2.42.0-r0) 04:13:36 (47/129) Installing at-spi2-atk (2.38.0-r0) 04:13:36 (48/129) Installing expat (2.4.9-r0) 04:13:36 (49/129) Installing brotli-libs (1.0.9-r5) 04:13:36 (50/129) Installing libbz2 (1.0.8-r1) 04:13:36 (51/129) Installing freetype (2.11.1-r2) 04:13:36 (52/129) Installing fontconfig (2.13.1-r4) 04:13:36 (53/129) Installing pixman (0.40.0-r3) 04:13:36 (54/129) Installing cairo (1.16.0-r5) 04:13:36 (55/129) Installing cairo-gobject (1.16.0-r5) 04:13:36 (56/129) Installing avahi-libs (0.8-r5) 04:13:36 (57/129) Installing gmp (6.2.1-r1) 04:13:36 (58/129) Installing nettle (3.7.3-r0) 04:13:36 (59/129) Installing p11-kit (0.24.0-r1) 04:13:37 (60/129) Installing libtasn1 (4.18.0-r0) 04:13:37 (61/129) Installing libunistring (0.9.10-r1) 04:13:37 (62/129) Installing gnutls (3.7.1-r1) 04:13:37 (63/129) Installing cups-libs (2.3.3-r6) 04:13:37 (64/129) Installing libepoxy (1.5.9-r0) 04:13:37 (65/129) Installing fribidi (1.0.11-r0) 04:13:37 (66/129) Installing graphite2 (1.3.14-r0) 04:13:37 (67/129) Installing harfbuzz (3.0.0-r2) 04:13:37 (68/129) Installing libxft (2.3.4-r0) 04:13:37 (69/129) Installing pango (1.48.10-r0) 04:13:37 (70/129) Installing wayland-libs-client (1.19.0-r1) 04:13:37 (71/129) Installing wayland-libs-cursor (1.19.0-r1) 04:13:37 (72/129) Installing wayland-libs-egl (1.19.0-r1) 04:13:37 (73/129) Installing xkeyboard-config (2.34-r0) 04:13:37 (74/129) Installing libxkbcommon (1.3.1-r0) 04:13:37 (75/129) Installing gtk+3.0 (3.24.30-r0) 04:13:37 Executing gtk+3.0-3.24.30-r0.post-install 04:13:37 (76/129) Installing libfontenc (1.1.4-r0) 04:13:37 (77/129) Installing mkfontscale (1.2.1-r1) 04:13:37 (78/129) Installing ttf-opensans (1.10-r1) 04:13:37 Executing ttf-opensans-1.10-r1.post-install 04:13:36 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 04:13:36 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 04:13:37 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 04:13:38 Merging remotes/origin/main commit 26b6e7f7d09b727e04296f904eea284534bb267f into PR head commit 21b496b35e7919b978bec18b8a3c54337950240b 04:13:38 Merge succeeded, producing 21b496b35e7919b978bec18b8a3c54337950240b 04:13:38 Checking out Revision 21b496b35e7919b978bec18b8a3c54337950240b (PR-561) 04:13:37 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 04:13:37 using GIT_SSH to set credentials SSH Credentials for GitHub 04:13:37 Verifying host key using known hosts file 04:13:37 You're using 'Known hosts file' strategy to verify ssh host keys, but your known_hosts file does not exist, please go to 'Manage Jenkins' -> 'Configure Global Security' -> 'Git Host Key Verification Configuration' and configure host key verification. 04:13:37 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/561/head:refs/remotes/origin/PR-561 +refs/heads/main:refs/remotes/origin/main # timeout=10 04:13:38 > git config core.sparsecheckout # timeout=10 04:13:38 > git checkout -f 21b496b35e7919b978bec18b8a3c54337950240b # timeout=10 04:13:38 > git remote # timeout=10 04:13:38 > git config --get remote.origin.url # timeout=10 04:13:38 using GIT_SSH to set credentials SSH Credentials for GitHub 04:13:38 Verifying host key using known hosts file 04:13:38 You're using 'Known hosts file' strategy to verify ssh host keys, but your known_hosts file does not exist, please go to 'Manage Jenkins' -> 'Configure Global Security' -> 'Git Host Key Verification Configuration' and configure host key verification. 04:13:38 > git merge 26b6e7f7d09b727e04296f904eea284534bb267f # timeout=10 04:13:38 > git rev-parse HEAD^{commit} # timeout=10 04:13:38 > git config core.sparsecheckout # timeout=10 04:13:38 > git checkout -f 21b496b35e7919b978bec18b8a3c54337950240b # timeout=10 04:13:39 (79/129) Installing libogg (1.3.5-r0) 04:13:39 (80/129) Installing flac (1.3.4-r0) 04:13:39 (81/129) Installing alsa-lib (1.2.5.1-r1) 04:13:39 (82/129) Installing libatomic (10.3.1_git20211027-r0) 04:13:39 (83/129) Installing sdl2 (2.0.16-r4) 04:13:39 (84/129) Installing aom-libs (3.2.0-r0) 04:13:39 (85/129) Installing libass (0.15.2-r0) 04:13:39 (86/129) Installing libdav1d (0.9.2-r0) 04:13:39 (87/129) Installing ncurses-terminfo-base (6.3_p20211120-r1) 04:13:39 (88/129) Installing ncurses-libs (6.3_p20211120-r1) 04:13:39 (89/129) Installing lame (3.100-r0) 04:13:39 (90/129) Installing opus (1.3.1-r1) 04:13:39 (91/129) Installing libgomp (10.3.1_git20211027-r0) 04:13:39 (92/129) Installing soxr (0.1.3-r2) 04:13:39 (93/129) Installing libsrt (1.4.2-r1) 04:13:39 (94/129) Installing libssh (0.9.6-r1) 04:13:39 (95/129) Installing libtheora (1.1.1-r16) 04:13:39 (96/129) Installing v4l-utils-libs (1.22.1-r1) 04:13:39 (97/129) Installing libpciaccess (0.16-r0) 04:13:39 (98/129) Installing libdrm (2.4.109-r0) 04:13:39 (99/129) Installing libva (2.13.0-r0) 04:13:39 Commit message: "chore(deps): Bump github.com/edgexfoundry/go-mod-bootstrap/v2" 04:13:39 > git --version # timeout=10 04:13:39 > git --version # 'git version 2.25.1' 04:13:39 fatal: bad object 6c1167a966ce7273a24629bf6583a1975ad218c3 04:13:39 (100/129) Installing libvdpau (1.4-r0) 04:13:39 (101/129) Installing vidstab (1.1.0-r1) 04:13:39 (102/129) Installing libvorbis (1.3.7-r0) 04:13:39 (103/129) Installing libvpx (1.10.0-r0) 04:13:39 (104/129) Installing vulkan-loader (1.2.196-r0) 04:13:39 (105/129) Installing x264-libs (20210613-r0) 04:13:39 (106/129) Installing x265-libs (3.5-r0) 04:13:39 (107/129) Installing xvidcore (1.3.7-r1) 04:13:39 (108/129) Installing ffmpeg-libs (4.4.1-r2) 04:13:40 (109/129) Installing libevent (2.1.12-r4) 04:13:40 (110/129) Installing mesa (21.2.6-r0) 04:13:40 (111/129) Installing wayland-libs-server (1.19.0-r1) 04:13:40 (112/129) Installing mesa-gbm (21.2.6-r0) 04:13:40 (113/129) Installing lcms2 (2.12-r1) 04:13:40 (114/129) Installing nspr (4.32-r0) 04:13:40 (115/129) Installing sqlite-libs (3.36.0-r0) 04:13:40 (116/129) Installing nss (3.78.1-r0) 04:13:40 (117/129) Installing libasyncns (0.8-r1) 04:13:40 (118/129) Installing libltdl (2.4.6-r7) 04:13:40 (119/129) Installing orc (0.4.32-r0) 04:13:40 (120/129) Installing libsndfile (1.0.31-r1) 04:13:40 (121/129) Installing speexdsp (1.2.0-r0) 04:13:40 (122/129) Installing tdb-libs (1.4.5-r0) 04:13:40 (123/129) Installing libpulse (15.0-r2) 04:13:40 (124/129) Installing re2 (2021.11.01-r0) 04:13:40 (125/129) Installing snappy (1.1.9-r1) [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { 04:13:40 (126/129) Installing libgpg-error (1.42-r1) 04:13:40 (127/129) Installing libgcrypt (1.9.4-r0) 04:13:40 (128/129) Installing libxslt (1.1.35-r0) 04:13:40 (129/129) Installing chromium (99.0.4844.84-r0) [Pipeline] sh 04:13:40 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 04:13:40 % Total % Received % Xferd Average Speed Time Time Time Current 04:13:40 Dload Upload Total Spent Left Speed 04:13:40 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12602 100 12602 0 0 150k 0 --:--:-- --:--:-- --:--:-- 150k 04:13:41 Executing busybox-1.34.1-r7.trigger 04:13:41 Executing glib-2.70.1-r0.trigger 04:13:41 Executing shared-mime-info-2.1-r1.trigger [Pipeline] sh 04:13:41 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 04:13:42 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 04:13:42 + sudo tee /etc/docker/daemon.new 04:13:42 { 04:13:42 "registry-mirrors": [ 04:13:42 "https://nexus3.edgexfoundry.org:10001" 04:13:42 ], 04:13:42 "bip": "10.250.0.254/24", 04:13:42 "hosts": [ 04:13:42 "tcp://0.0.0.0:5555", 04:13:42 "unix:///var/run/docker.sock" 04:13:42 ], 04:13:42 "mtu": 1458, 04:13:42 "selinux-enabled": true, 04:13:42 "seccomp-profile": "/etc/docker/seccomp.json" 04:13:42 } [Pipeline] sh 04:13:42 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 04:13:42 + sudo service docker restart 04:13:43 Executing gdk-pixbuf-2.42.8-r0.trigger 04:13:43 Executing gtk-update-icon-cache-2.24.33-r0.trigger 04:13:43 Executing fontconfig-2.13.1-r4.trigger 04:13:43 Executing mkfontscale-1.2.1-r1.trigger 04:13:43 OK: 286 MiB in 145 packages 04:13:47 Removing intermediate container 4d7ce71e10d9 04:13:47 ---> ceef4f21f0cd 04:13:47 Step 3/10 : ENV CHROME_BIN=/usr/bin/chromium-browser 04:13:47 ---> Running in 21b79916f243 04:13:47 Removing intermediate container 21b79916f243 04:13:47 ---> 44f849716212 04:13:47 Step 4/10 : ENV PATH /app/node_modules/.bin:$PATH 04:13:47 ---> Running in 444c2d5d02c6 04:13:47 Removing intermediate container 444c2d5d02c6 04:13:47 ---> 90cca30d5b22 04:13:47 Step 5/10 : RUN npm install -g npm 04:13:47 ---> Running in 1fcc2e976eb8 04:13:54 04:13:54 changed 54 packages, and audited 212 packages in 6s 04:13:54 04:13:54 11 packages are looking for funding 04:13:54 run `npm fund` for details 04:13:54 04:13:54 found 0 vulnerabilities 04:13:54 Removing intermediate container 1fcc2e976eb8 04:13:54 ---> 22116cc9a8bc 04:13:54 Step 6/10 : ARG USER=1000 04:13:54 ---> Running in 06fa9bbaba58 04:13:54 Removing intermediate container 06fa9bbaba58 04:13:54 ---> c87e0a64ce36 04:13:54 Step 7/10 : RUN deluser --remove-home node && adduser -u $USER -D -s /bin/sh node 04:13:54 ---> Running in cd3d7a21f233 04:13:55 Removing intermediate container cd3d7a21f233 04:13:55 ---> 37b81bdb3e51 04:13:55 Step 8/10 : USER $USER:$USER 04:13:55 ---> Running in 7e9341a9f0cb 04:13:55 Removing intermediate container 7e9341a9f0cb 04:13:55 ---> 2e16467acaa4 04:13:55 Step 9/10 : WORKDIR /app 04:13:55 ---> Running in bf10e1cd0b16 04:13:55 Removing intermediate container bf10e1cd0b16 04:13:55 ---> a1470915dad0 04:13:55 Step 10/10 : LABEL git_sha=21b496b35e7919b978bec18b8a3c54337950240b 04:13:55 ---> Running in e083b279aa04 04:13:55 Removing intermediate container e083b279aa04 04:13:55 ---> c4d90678768a 04:13:55 Successfully built c4d90678768a 04:13:55 Successfully tagged edgexfoundry/edgex-web-ui:21b496b35e7919b978bec18b8a3c54337950240b 04:13:55 Successfully tagged edgexfoundry/edgex-web-ui:0.0.0-dev 04:13:55 touch edgex-web-ui.imagebuilt 04:13:55 mkdir -p node_modules coverage 04:13:55 chown "1000:1000" node_modules coverage package-lock.json 04:13:55 docker run --rm -i -v "$(pwd):/app" -u "1000:1000" edgexfoundry/edgex-web-ui:0.0.0-dev npm install 04:13:57 npm WARN EBADENGINE Unsupported engine { 04:13:57 npm WARN EBADENGINE package: '@angular-devkit/architect@0.1202.4', 04:13:57 npm WARN EBADENGINE required: { 04:13:57 npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', 04:13:57 npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', 04:13:57 npm WARN EBADENGINE yarn: '>= 1.13.0' 04:13:57 npm WARN EBADENGINE }, 04:13:57 npm WARN EBADENGINE current: { node: 'v16.17.1', npm: '8.19.2' } 04:13:57 npm WARN EBADENGINE } 04:13:57 npm WARN EBADENGINE Unsupported engine { 04:13:57 npm WARN EBADENGINE package: '@angular-devkit/build-angular@12.2.4', 04:13:57 npm WARN EBADENGINE required: { 04:13:57 npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', 04:13:57 npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', 04:13:57 npm WARN EBADENGINE yarn: '>= 1.13.0' 04:13:57 npm WARN EBADENGINE }, 04:13:57 npm WARN EBADENGINE current: { node: 'v16.17.1', npm: '8.19.2' } 04:13:57 npm WARN EBADENGINE } 04:13:57 npm WARN EBADENGINE Unsupported engine { 04:13:57 npm WARN EBADENGINE package: '@angular-devkit/build-optimizer@0.1202.4', 04:13:57 npm WARN EBADENGINE required: { 04:13:57 npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', 04:13:57 npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', 04:13:57 npm WARN EBADENGINE yarn: '>= 1.13.0' 04:13:57 npm WARN EBADENGINE }, 04:13:57 npm WARN EBADENGINE current: { node: 'v16.17.1', npm: '8.19.2' } 04:13:57 npm WARN EBADENGINE } 04:13:57 npm WARN EBADENGINE Unsupported engine { 04:13:57 npm WARN EBADENGINE package: '@angular-devkit/build-webpack@0.1202.4', 04:13:57 npm WARN EBADENGINE required: { 04:13:57 npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', 04:13:57 npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', 04:13:57 npm WARN EBADENGINE yarn: '>= 1.13.0' 04:13:57 npm WARN EBADENGINE }, 04:13:57 npm WARN EBADENGINE current: { node: 'v16.17.1', npm: '8.19.2' } 04:13:57 npm WARN EBADENGINE } 04:13:57 npm WARN EBADENGINE Unsupported engine { 04:13:57 npm WARN EBADENGINE package: '@angular-devkit/core@12.2.4', 04:13:57 npm WARN EBADENGINE required: { 04:13:57 npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', 04:13:57 npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', 04:13:57 npm WARN EBADENGINE yarn: '>= 1.13.0' 04:13:57 npm WARN EBADENGINE }, 04:13:57 npm WARN EBADENGINE current: { node: 'v16.17.1', npm: '8.19.2' } 04:13:57 npm WARN EBADENGINE } 04:13:57 npm WARN EBADENGINE Unsupported engine { 04:13:57 npm WARN EBADENGINE package: '@angular-devkit/schematics@12.2.4', 04:13:57 npm WARN EBADENGINE required: { 04:13:57 npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', 04:13:57 npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', 04:13:57 npm WARN EBADENGINE yarn: '>= 1.13.0' 04:13:57 npm WARN EBADENGINE }, 04:13:57 npm WARN EBADENGINE current: { node: 'v16.17.1', npm: '8.19.2' } 04:13:57 npm WARN EBADENGINE } 04:13:57 npm WARN EBADENGINE Unsupported engine { 04:13:57 npm WARN EBADENGINE package: '@angular/cli@12.2.4', 04:13:57 npm WARN EBADENGINE required: { 04:13:57 npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', 04:13:57 npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', 04:13:57 npm WARN EBADENGINE yarn: '>= 1.13.0' 04:13:57 npm WARN EBADENGINE }, 04:13:57 npm WARN EBADENGINE current: { node: 'v16.17.1', npm: '8.19.2' } 04:13:57 npm WARN EBADENGINE } 04:13:57 npm WARN EBADENGINE Unsupported engine { 04:13:57 npm WARN EBADENGINE package: '@ngtools/webpack@12.2.4', 04:13:57 npm WARN EBADENGINE required: { 04:13:57 npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', 04:13:57 npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', 04:13:57 npm WARN EBADENGINE yarn: '>= 1.13.0' 04:13:57 npm WARN EBADENGINE }, 04:13:57 npm WARN EBADENGINE current: { node: 'v16.17.1', npm: '8.19.2' } 04:13:57 npm WARN EBADENGINE } 04:13:57 npm WARN EBADENGINE Unsupported engine { 04:13:57 npm WARN EBADENGINE package: '@schematics/angular@12.2.4', 04:13:57 npm WARN EBADENGINE required: { 04:13:57 npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', 04:13:57 npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', 04:13:57 npm WARN EBADENGINE yarn: '>= 1.13.0' 04:13:57 npm WARN EBADENGINE }, 04:13:57 npm WARN EBADENGINE current: { node: 'v16.17.1', npm: '8.19.2' } 04:13:57 npm WARN EBADENGINE } [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 04:14:01 provisioning config files... 04:14:01 copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/1@tmp/config8039322253125202664tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 04:14:01 ---> docker-login.sh 04:14:01 nexus3.edgexfoundry.org:10001 04:14:02 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:14:02 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:14:02 Configure a credential helper to remove this warning. See 04:14:02 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:14:02 04:14:02 Login Succeeded 04:14:02 nexus3.edgexfoundry.org:10002 04:14:02 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:14:02 npm WARN deprecated urix@0.1.0: Please see https://github.com/lydell/urix#deprecated 04:14:02 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:14:02 Configure a credential helper to remove this warning. See 04:14:02 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:14:02 04:14:02 Login Succeeded 04:14:02 nexus3.edgexfoundry.org:10003 04:14:02 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 04:14:02 npm WARN deprecated source-map-url@0.4.1: See https://github.com/lydell/source-map-url#deprecated 04:14:02 npm WARN deprecated source-map-resolve@0.6.0: See https://github.com/lydell/source-map-resolve#deprecated 04:14:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:14:03 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:14:03 Configure a credential helper to remove this warning. See 04:14:03 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:14:03 04:14:03 Login Succeeded 04:14:03 nexus3.edgexfoundry.org:10004 04:14:03 npm WARN deprecated resolve-url@0.2.1: https://github.com/lydell/resolve-url#deprecated 04:14:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:14:03 npm WARN deprecated querystring@0.2.0: The querystring API is considered Legacy. new code should use the URLSearchParams API instead. 04:14:03 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:14:03 Configure a credential helper to remove this warning. See 04:14:03 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:14:03 04:14:03 Login Succeeded 04:14:03 docker.io 04:14:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:14:03 npm WARN deprecated request@2.88.2: request has been deprecated, see https://github.com/request/request/issues/3142 04:14:04 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:14:04 Configure a credential helper to remove this warning. See 04:14:04 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:14:04 04:14:04 Login Succeeded 04:14:04 ---> docker-login.sh ends [Pipeline] } 04:14:04 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 04:14:04 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 04:14:04 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 04:14:04 ========================================================= 04:14:04 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine] 04:14:04 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:14:05 + 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 . 04:14:05 npm WARN deprecated har-validator@5.1.5: this library is no longer supported 04:14:05 npm WARN deprecated flatten@1.0.3: flatten is deprecated in favor of utility frameworks such as lodash. 04:14:06 Sending build context to Docker daemon 28.71MB 04:14:06 Step 1/16 : ARG BASE=golang:1.18-alpine3.16 04:14:06 Step 2/16 : FROM ${BASE} AS builder 04:14:06 1.18-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 04:14:06 9b18e9b68314: Pulling fs layer 04:14:06 d32db5db7311: Pulling fs layer 04:14:06 d0c4b47475fc: Pulling fs layer 04:14:06 5831b945b038: Pulling fs layer 04:14:06 86bbec2aaacd: Pulling fs layer 04:14:06 e10730c5d714: Pulling fs layer 04:14:06 5dd5c2283517: Pulling fs layer 04:14:06 d5ac0230b979: Pulling fs layer 04:14:06 5831b945b038: Waiting 04:14:06 86bbec2aaacd: Waiting 04:14:06 e10730c5d714: Waiting 04:14:06 5dd5c2283517: Waiting 04:14:06 d5ac0230b979: Waiting 04:14:06 d0c4b47475fc: Verifying Checksum 04:14:06 d0c4b47475fc: Download complete 04:14:06 d32db5db7311: Download complete 04:14:06 86bbec2aaacd: Verifying Checksum 04:14:06 86bbec2aaacd: Download complete 04:14:06 e10730c5d714: Verifying Checksum 04:14:06 e10730c5d714: Download complete 04:14:06 9b18e9b68314: Verifying Checksum 04:14:06 9b18e9b68314: Download complete 04:14:07 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 04:14:07 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 04:14:07 9b18e9b68314: Pull complete 04:14:07 d5ac0230b979: Verifying Checksum 04:14:07 d5ac0230b979: Download complete 04:14:07 d32db5db7311: Pull complete 04:14:08 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. 04:14:08 d0c4b47475fc: Pull complete 04:14:08 5dd5c2283517: Verifying Checksum 04:14:08 5dd5c2283517: Download complete 04:14:09 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. 04:14:09 5831b945b038: Verifying Checksum 04:14:09 5831b945b038: Download complete 04:14:21 5831b945b038: Pull complete 04:14:21 86bbec2aaacd: Pull complete 04:14:21 e10730c5d714: Pull complete 04:14:27 npm WARN deprecated uuid@3.4.0: Please upgrade to version 7 or higher. Older versions may use Math.random() in certain circumstances, which is known to be problematic. See https://v8.dev/blog/math-random for details. 04:14:27 npm WARN deprecated chokidar@2.1.8: Chokidar 2 does not receive security updates since 2019. Upgrade to chokidar 3 with 15x fewer dependencies 04:14:27 npm WARN deprecated uuid@3.4.0: Please upgrade to version 7 or higher. Older versions may use Math.random() in certain circumstances, which is known to be problematic. See https://v8.dev/blog/math-random for details. 04:14:27 npm WARN deprecated source-map-resolve@0.5.3: See https://github.com/lydell/source-map-resolve#deprecated 04:14:27 npm WARN deprecated uuid@3.4.0: Please upgrade to version 7 or higher. Older versions may use Math.random() in certain circumstances, which is known to be problematic. See https://v8.dev/blog/math-random for details. 04:14:27 5dd5c2283517: Pull complete 04:14:29 npm WARN deprecated source-map-resolve@0.5.3: See https://github.com/lydell/source-map-resolve#deprecated 04:14:29 d5ac0230b979: Pull complete 04:14:29 Digest: sha256:20129d036edcc9aeb260ee0df12cfa5280992c4a8e5b89377467d541f90c94a2 04:14:29 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine 04:14:29 ---> 59b3b1a385d4 04:14:29 Step 3/16 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" 04:14:31 ---> Running in b0b3349dcb07 04:14:31 Removing intermediate container b0b3349dcb07 04:14:31 ---> 1c8dc458c1d3 04:14:31 Step 4/16 : ARG ALPINE_PKG_BASE="make git" 04:14:31 ---> Running in e2e81d46321b 04:14:32 Removing intermediate container e2e81d46321b 04:14:32 ---> c38336c031a5 04:14:32 Step 5/16 : ARG ALPINE_PKG_EXTRA="" 04:14:32 ---> Running in 034db7045d3d 04:14:32 Removing intermediate container 034db7045d3d 04:14:32 ---> 23029cde8c4e 04:14:32 Step 6/16 : LABEL Name=edgex-ui-go 04:14:32 ---> Running in 4633c4dc494d 04:14:32 Removing intermediate container 4633c4dc494d 04:14:32 ---> ade5f62817e8 04:14:32 Step 7/16 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2022: Intel' 04:14:32 ---> Running in ede0358b038e 04:14:33 Removing intermediate container ede0358b038e 04:14:33 ---> 491992759e1d 04:14:33 Step 8/16 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 04:14:34 latest: Pulling from library/docker 04:14:34 9b18e9b68314: Already exists 04:14:34 c21cba7d4ed2: Pulling fs layer 04:14:34 63dea5e92710: Pulling fs layer 04:14:34 885b6baa568c: Pulling fs layer 04:14:34 0f96f7352224: Pulling fs layer 04:14:34 679d89bc3e35: Pulling fs layer 04:14:34 11f76eab2d11: Pulling fs layer 04:14:34 f399f04d60e9: Pulling fs layer 04:14:34 10c95374dc09: Pulling fs layer 04:14:34 679d89bc3e35: Waiting 04:14:34 11f76eab2d11: Waiting 04:14:34 f399f04d60e9: Waiting 04:14:34 10c95374dc09: Waiting 04:14:34 0f96f7352224: Waiting 04:14:34 63dea5e92710: Verifying Checksum 04:14:34 63dea5e92710: Download complete 04:14:34 c21cba7d4ed2: Download complete 04:14:34 885b6baa568c: Verifying Checksum 04:14:34 885b6baa568c: Download complete 04:14:34 11f76eab2d11: Verifying Checksum 04:14:34 11f76eab2d11: Download complete 04:14:34 0f96f7352224: Verifying Checksum 04:14:34 0f96f7352224: Download complete 04:14:34 679d89bc3e35: Verifying Checksum 04:14:34 679d89bc3e35: Download complete 04:14:35 f399f04d60e9: Verifying Checksum 04:14:35 f399f04d60e9: Download complete 04:14:35 10c95374dc09: Verifying Checksum 04:14:35 10c95374dc09: Download complete 04:14:35 c21cba7d4ed2: Pull complete 04:14:35 63dea5e92710: Pull complete 04:14:36 885b6baa568c: Pull complete 04:14:37 0f96f7352224: Pull complete 04:14:38 679d89bc3e35: Pull complete 04:14:38 11f76eab2d11: Pull complete 04:14:38 f399f04d60e9: Pull complete 04:14:39 04:14:39 added 1478 packages, and audited 1479 packages in 42s 04:14:39 04:14:39 90 packages are looking for funding 04:14:39 run `npm fund` for details 04:14:39 04:14:39 14 vulnerabilities (3 moderate, 9 high, 2 critical) 04:14:39 04:14:39 To address issues that do not require attention, run: 04:14:39 npm audit fix 04:14:39 04:14:39 To address all issues (including breaking changes), run: 04:14:39 npm audit fix --force 04:14:39 04:14:39 Run `npm audit` for details. 04:14:39 10c95374dc09: Pull complete 04:14:39 Digest: sha256:b39aa91b8a31462d6e86da84762891f6d2ac5657d34d9bf86fd1d0bd7b60e0d8 04:14:39 Status: Downloaded newer image for docker:latest 04:14:39 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 04:14:41 ---> 3b6c2b821373 04:14:41 Step 9/16 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 04:14:41 ---> Running in bdd3157f6c07 04:14:42 - Generating browser application bundles (phase: setup)... 04:14:43 Removing intermediate container bdd3157f6c07 04:14:43 ---> 2745fe22715c 04:14:43 Step 10/16 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 04:14:43 ---> Running in 8aa409ab9d40 04:14:45 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 04:14:45 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 04:14:47 OK: 221 MiB in 51 packages 04:14:47 Compiling @angular/core : es2015 as esm2015 04:14:47 Compiling @angular/compiler/testing : es2015 as esm2015 04:14:47 Removing intermediate container 8aa409ab9d40 04:14:47 ---> 0897917ddf37 04:14:47 Step 11/16 : ENV GO111MODULE=on 04:14:48 ---> Running in adf08c5e5264 04:14:48 Removing intermediate container adf08c5e5264 04:14:48 ---> d614735ee330 04:14:48 Step 12/16 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go 04:14:48 ---> Running in 329f6bd5b85a 04:14:48 Removing intermediate container 329f6bd5b85a 04:14:48 ---> 4a4dc3facdad 04:14:48 Step 13/16 : COPY go.mod vendor* ./ 04:14:49 ---> 30f7190155c2 04:14:49 Step 14/16 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 04:14:49 ---> Running in 209b6ce5f8b9 04:14:51 Compiling @angular/common : es2015 as esm2015 04:14:51 Compiling @angular/core/testing : es2015 as esm2015 04:14:51 Compiling @angular/platform-browser : es2015 as esm2015 04:14:51 Compiling @angular/common/testing : es2015 as esm2015 04:14:52 Compiling @angular/platform-browser-dynamic : es2015 as esm2015 04:14:52 Compiling @angular/platform-browser/testing : es2015 as esm2015 04:14:52 Compiling @angular/common/http : es2015 as esm2015 04:14:52 Compiling @angular/router : es2015 as esm2015 04:14:52 Compiling @angular/platform-browser-dynamic/testing : es2015 as esm2015 04:14:52 Compiling @angular/forms : es2015 as esm2015 04:14:53 Compiling @angular/common/http/testing : es2015 as esm2015 04:14:55 Compiling @angular/router/testing : es2015 as esm2015 04:15:01 24 10 2022 04:15:01.671:INFO [karma-server]: Karma v6.3.16 server started at http://localhost:9876/ 04:15:01 24 10 2022 04:15:01.672:INFO [launcher]: Launching browsers ChromeHeadlessNoSandbox with concurrency unlimited 04:15:01 24 10 2022 04:15:01.676:INFO [launcher]: Starting browser ChromeHeadless 04:15:16 ✔ Browser application bundle generation complete. 04:15:16 24 10 2022 04:15:14.492:INFO [Chrome Headless 99.0.4844.84 (Linux x86_64)]: Connected on socket PQOHj_mKMvYQSPrgAAAB with id 94725450 04:15:17 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 0 of 149 SUCCESS (0 secs / 0 secs) 04:15:17 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 1 of 149 SUCCESS (0 secs / 0.026 secs) 04:15:17 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 2 of 149 SUCCESS (0 secs / 0.036 secs) 04:15:17 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 3 of 149 SUCCESS (0 secs / 0.04 secs) 04:15:17 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 4 of 149 SUCCESS (0 secs / 0.077 secs) 04:15:17 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 5 of 149 SUCCESS (0 secs / 0.118 secs) 04:15:17 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 6 of 149 SUCCESS (0 secs / 0.217 secs) 04:15:17 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 7 of 149 SUCCESS (0 secs / 0.293 secs) 04:15:18 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 8 of 149 SUCCESS (0 secs / 0.383 secs) 04:15:18 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 9 of 149 SUCCESS (0 secs / 0.389 secs) 04:15:18 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 10 of 149 SUCCESS (0 secs / 0.392 secs) 04:15:18 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 11 of 149 SUCCESS (0 secs / 0.456 secs) 04:15:18 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 12 of 149 SUCCESS (0 secs / 0.497 secs) 04:15:18 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 13 of 149 SUCCESS (0 secs / 0.52 secs) 04:15:18 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 14 of 149 SUCCESS (0 secs / 0.527 secs) 04:15:18 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 15 of 149 SUCCESS (0 secs / 0.535 secs) 04:15:18 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 16 of 149 SUCCESS (0 secs / 0.538 secs) 04:15:18 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 17 of 149 SUCCESS (0 secs / 0.543 secs) 04:15:18 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 18 of 149 SUCCESS (0 secs / 0.554 secs) 04:15:18 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 19 of 149 SUCCESS (0 secs / 0.593 secs) 04:15:18 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 20 of 149 SUCCESS (0 secs / 0.612 secs) 04:15:18 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 21 of 149 SUCCESS (0 secs / 0.619 secs) 04:15:18 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 22 of 149 SUCCESS (0 secs / 0.663 secs) 04:15:18 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 23 of 149 SUCCESS (0 secs / 0.683 secs) 04:15:18 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 24 of 149 SUCCESS (0 secs / 0.69 secs) 04:15:18 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 25 of 149 SUCCESS (0 secs / 0.72 secs) 04:15:18 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 26 of 149 SUCCESS (0 secs / 0.729 secs) 04:15:18 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 27 of 149 SUCCESS (0 secs / 0.739 secs) 04:15:18 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 28 of 149 SUCCESS (0 secs / 0.766 secs) 04:15:18 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 29 of 149 SUCCESS (0 secs / 0.77 secs) 04:15:18 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 30 of 149 SUCCESS (0 secs / 0.778 secs) 04:15:18 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 31 of 149 SUCCESS (0 secs / 0.796 secs) 04:15:18 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 32 of 149 SUCCESS (0 secs / 0.8 secs) 04:15:18 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 33 of 149 SUCCESS (0 secs / 0.802 secs) 04:15:18 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 34 of 149 SUCCESS (0 secs / 0.813 secs) 04:15:18 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 35 of 149 SUCCESS (0 secs / 0.816 secs) 04:15:18 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 36 of 149 SUCCESS (0 secs / 0.818 secs) 04:15:18 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 37 of 149 SUCCESS (0 secs / 0.827 secs) 04:15:18 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 38 of 149 SUCCESS (0 secs / 0.863 secs) 04:15:18 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 39 of 149 SUCCESS (0 secs / 1.005 secs) 04:15:18 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 40 of 149 SUCCESS (0 secs / 1.021 secs) 04:15:18 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 41 of 149 SUCCESS (0 secs / 1.03 secs) 04:15:18 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 42 of 149 SUCCESS (0 secs / 1.071 secs) 04:15:18 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 43 of 149 SUCCESS (0 secs / 1.083 secs) 04:15:18 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 44 of 149 SUCCESS (0 secs / 1.095 secs) 04:15:19 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 45 of 149 SUCCESS (0 secs / 1.113 secs) 04:15:19 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 46 of 149 SUCCESS (0 secs / 1.125 secs) 04:15:19 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 47 of 149 SUCCESS (0 secs / 1.133 secs) 04:15:19 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 48 of 149 SUCCESS (0 secs / 1.155 secs) 04:15:19 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 49 of 149 SUCCESS (0 secs / 1.169 secs) 04:15:19 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 50 of 149 SUCCESS (0 secs / 1.2 secs) 04:15:19 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 51 of 149 SUCCESS (0 secs / 1.212 secs) 04:15:19 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 52 of 149 SUCCESS (0 secs / 1.222 secs) 04:15:19 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 53 of 149 SUCCESS (0 secs / 1.257 secs) 04:15:19 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 54 of 149 SUCCESS (0 secs / 1.265 secs) 04:15:19 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 55 of 149 SUCCESS (0 secs / 1.273 secs) 04:15:19 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 56 of 149 SUCCESS (0 secs / 1.306 secs) 04:15:19 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 57 of 149 SUCCESS (0 secs / 1.319 secs) 04:15:19 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 58 of 149 SUCCESS (0 secs / 1.354 secs) 04:15:19 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 59 of 149 SUCCESS (0 secs / 1.37 secs) 04:15:19 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 60 of 149 SUCCESS (0 secs / 1.4 secs) 04:15:19 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 61 of 149 SUCCESS (0 secs / 1.42 secs) 04:15:19 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 62 of 149 SUCCESS (0 secs / 1.425 secs) 04:15:19 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 63 of 149 SUCCESS (0 secs / 1.428 secs) 04:15:19 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 64 of 149 SUCCESS (0 secs / 1.431 secs) 04:15:19 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 65 of 149 SUCCESS (0 secs / 1.44 secs) 04:15:19 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 66 of 149 SUCCESS (0 secs / 1.444 secs) 04:15:19 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 67 of 149 SUCCESS (0 secs / 1.447 secs) 04:15:19 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 68 of 149 SUCCESS (0 secs / 1.457 secs) 04:15:19 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 69 of 149 SUCCESS (0 secs / 1.493 secs) 04:15:19 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 70 of 149 SUCCESS (0 secs / 1.496 secs) 04:15:19 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 71 of 149 SUCCESS (0 secs / 1.501 secs) 04:15:19 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 72 of 149 SUCCESS (0 secs / 1.509 secs) 04:15:19 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 73 of 149 SUCCESS (0 secs / 1.528 secs) 04:15:19 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 74 of 149 SUCCESS (0 secs / 1.534 secs) 04:15:19 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 75 of 149 SUCCESS (0 secs / 1.536 secs) 04:15:19 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 76 of 149 SUCCESS (0 secs / 1.554 secs) 04:15:19 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 77 of 149 SUCCESS (0 secs / 1.561 secs) 04:15:19 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 78 of 149 SUCCESS (0 secs / 1.578 secs) 04:15:19 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 79 of 149 SUCCESS (0 secs / 1.589 secs) 04:15:19 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 80 of 149 SUCCESS (0 secs / 1.596 secs) 04:15:19 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 81 of 149 SUCCESS (0 secs / 1.6 secs) 04:15:19 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 82 of 149 SUCCESS (0 secs / 1.604 secs) 04:15:19 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 83 of 149 SUCCESS (0 secs / 1.61 secs) 04:15:19 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 84 of 149 SUCCESS (0 secs / 1.636 secs) 04:15:19 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 85 of 149 SUCCESS (0 secs / 1.663 secs) 04:15:19 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 86 of 149 SUCCESS (0 secs / 1.674 secs) 04:15:19 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 87 of 149 SUCCESS (0 secs / 1.683 secs) 04:15:19 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 88 of 149 SUCCESS (0 secs / 1.7 secs) 04:15:19 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 89 of 149 SUCCESS (0 secs / 1.703 secs) 04:15:19 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 90 of 149 SUCCESS (0 secs / 1.706 secs) 04:15:19 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 91 of 149 SUCCESS (0 secs / 1.708 secs) 04:15:19 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 92 of 149 SUCCESS (0 secs / 1.712 secs) 04:15:19 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 93 of 149 SUCCESS (0 secs / 1.714 secs) 04:15:19 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 94 of 149 SUCCESS (0 secs / 1.715 secs) 04:15:19 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 95 of 149 SUCCESS (0 secs / 1.721 secs) 04:15:19 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 96 of 149 SUCCESS (0 secs / 1.736 secs) 04:15:20 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 97 of 149 SUCCESS (0 secs / 1.791 secs) 04:15:20 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 98 of 149 SUCCESS (0 secs / 1.8 secs) 04:15:20 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 99 of 149 SUCCESS (0 secs / 1.807 secs) 04:15:20 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 100 of 149 SUCCESS (0 secs / 1.809 secs) 04:15:20 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 101 of 149 SUCCESS (0 secs / 1.811 secs) 04:15:20 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 102 of 149 SUCCESS (0 secs / 1.819 secs) 04:15:20 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 103 of 149 SUCCESS (0 secs / 1.823 secs) 04:15:20 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 104 of 149 SUCCESS (0 secs / 1.826 secs) 04:15:20 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 105 of 149 SUCCESS (0 secs / 1.83 secs) 04:15:20 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 106 of 149 SUCCESS (0 secs / 1.843 secs) 04:15:20 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 107 of 149 SUCCESS (0 secs / 1.855 secs) 04:15:20 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 108 of 149 SUCCESS (0 secs / 1.897 secs) 04:15:20 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 109 of 149 SUCCESS (0 secs / 1.912 secs) 04:15:20 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 110 of 149 SUCCESS (0 secs / 1.916 secs) 04:15:20 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 111 of 149 SUCCESS (0 secs / 1.918 secs) 04:15:20 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 112 of 149 SUCCESS (0 secs / 1.935 secs) 04:15:20 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 113 of 149 SUCCESS (0 secs / 1.964 secs) 04:15:20 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 114 of 149 SUCCESS (0 secs / 1.972 secs) 04:15:20 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 115 of 149 SUCCESS (0 secs / 1.992 secs) 04:15:20 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 116 of 149 SUCCESS (0 secs / 2.016 secs) 04:15:20 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 117 of 149 SUCCESS (0 secs / 2.025 secs) 04:15:20 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 118 of 149 SUCCESS (0 secs / 2.041 secs) 04:15:20 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 119 of 149 SUCCESS (0 secs / 2.06 secs) 04:15:20 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 120 of 149 SUCCESS (0 secs / 2.08 secs) 04:15:20 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 121 of 149 SUCCESS (0 secs / 2.084 secs) 04:15:20 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 122 of 149 SUCCESS (0 secs / 2.086 secs) 04:15:20 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 123 of 149 SUCCESS (0 secs / 2.092 secs) 04:15:20 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 124 of 149 SUCCESS (0 secs / 2.101 secs) 04:15:20 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 125 of 149 SUCCESS (0 secs / 2.112 secs) 04:15:20 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 126 of 149 SUCCESS (0 secs / 2.127 secs) 04:15:20 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 127 of 149 SUCCESS (0 secs / 2.131 secs) 04:15:20 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 128 of 149 SUCCESS (0 secs / 2.135 secs) 04:15:20 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 129 of 149 SUCCESS (0 secs / 2.153 secs) 04:15:20 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 130 of 149 SUCCESS (0 secs / 2.169 secs) 04:15:20 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 131 of 149 SUCCESS (0 secs / 2.184 secs) 04:15:20 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 132 of 149 SUCCESS (0 secs / 2.218 secs) 04:15:20 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 133 of 149 SUCCESS (0 secs / 2.226 secs) 04:15:20 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 134 of 149 SUCCESS (0 secs / 2.228 secs) 04:15:20 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 135 of 149 SUCCESS (0 secs / 2.27 secs) 04:15:20 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 136 of 149 SUCCESS (0 secs / 2.283 secs) 04:15:20 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 137 of 149 SUCCESS (0 secs / 2.304 secs) 04:15:20 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 138 of 149 SUCCESS (0 secs / 2.312 secs) 04:15:20 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 139 of 149 SUCCESS (0 secs / 2.322 secs) 04:15:20 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 140 of 149 SUCCESS (0 secs / 2.325 secs) 04:15:20 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 141 of 149 SUCCESS (0 secs / 2.332 secs) 04:15:20 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 142 of 149 SUCCESS (0 secs / 2.338 secs) 04:15:20 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 143 of 149 SUCCESS (0 secs / 2.348 secs) 04:15:20 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 144 of 149 SUCCESS (0 secs / 2.357 secs) 04:15:20 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 145 of 149 SUCCESS (0 secs / 2.373 secs) 04:15:20 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 146 of 149 SUCCESS (0 secs / 2.391 secs) 04:15:20 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 147 of 149 SUCCESS (0 secs / 2.399 secs) 04:15:20 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 148 of 149 SUCCESS (0 secs / 2.423 secs) 04:15:20 WARN: ' 04:15:20 It looks like you're using ngModel on the same form field as formControlName. 04:15:20 Support for using the ngModel input property and ngModelChange event with 04:15:20 reactive form directives has been deprecated in Angular v6 and will be removed 04:15:20 in a future version of Angular. 04:15:20 04:15:20 For more information on this, see our API docs here: 04:15:20 https://angular.io/api/forms/FormControlName#use-with-ngmodel 04:15:20 ' 04:15:20 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 148 of 149 SUCCESS (0 secs / 2.423 secs) 04:15:20 WARN: ' 04:15:20 It looks like you're using ngModel on the same form field as formControlName. 04:15:20 Support for using the ngModel input property and ngModelChange event with 04:15:20 reactive form directives has been deprecated in Angular v6 and will be removed 04:15:20 in a future version of Angular. 04:15:20 04:15:20 For more information on this, see our API docs here: 04:15:20 https://angular.io/api/forms/FormControlName#use-with-ngmodel 04:15:20 ' 04:15:20 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 149 of 149 SUCCESS (0 secs / 2.444 secs) 04:15:21 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 149 of 149 SUCCESS (3.715 secs / 2.444 secs) 04:15:21 TOTAL: 149 SUCCESS 04:15:21 ✔ Browser application bundle generation complete. 04:15:21 04:15:21 =============================== Coverage summary =============================== 04:15:21 Statements : 40.95% ( 1466/3580 ) 04:15:21 Branches : 12.03% ( 111/923 ) 04:15:21 Functions : 33.2% ( 431/1298 ) 04:15:21 Lines : 38.88% ( 1317/3387 ) 04:15:21 ================================================================================ 04:15:21 ✔ Browser application bundle generation complete. 04:15:22 make[1]: Leaving directory '/w/workspace/edgexfoundry_edgex-ui-go_PR-561/web' [Pipeline] echo 04:15:22 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 04:15:22 $ docker stop --time=1 6c5c0ef936c12f7afd47df3fa9b1b5d6b1d70346ce6c19f14bec6af63fa8d9ca 04:15:23 $ docker rm -f 6c5c0ef936c12f7afd47df3fa9b1b5d6b1d70346ce6c19f14bec6af63fa8d9ca [Pipeline] // withDockerContainer [Pipeline] sh 04:15:24 + sudo chown -R jenkins:jenkins . [Pipeline] stash 04:15:24 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 04:15:25 + sudo chown -R jenkins:jenkins . [Pipeline] sh 04:15:26 + ls -al . 04:15:26 total 184 04:15:26 drwxrwxr-x 14 jenkins jenkins 4096 Oct 24 04:13 . 04:15:26 drwxrwxr-x 4 jenkins jenkins 4096 Oct 24 04:12 .. 04:15:26 drwxrwxr-x 2 jenkins jenkins 4096 Oct 24 04:12 .blubracket 04:15:26 -rw-rw-r-- 1 jenkins jenkins 18 Oct 24 04:12 .dockerignore 04:15:26 drwxrwxr-x 8 jenkins jenkins 4096 Oct 24 04:12 .git 04:15:26 drwxrwxr-x 3 jenkins jenkins 4096 Oct 24 04:12 .github 04:15:26 -rw-rw-r-- 1 jenkins jenkins 185 Oct 24 04:12 .gitignore 04:15:26 drwxr-xr-x 3 jenkins jenkins 4096 Oct 24 04:12 .semver 04:15:26 -rw-rw-r-- 1 jenkins jenkins 4856 Oct 24 04:12 Attribution.txt 04:15:26 -rw-rw-r-- 1 jenkins jenkins 14570 Oct 24 04:12 CHANGELOG.md 04:15:26 -rw-rw-r-- 1 jenkins jenkins 3959 Oct 24 04:12 CONTRIBUTING.md 04:15:26 -rw-rw-r-- 1 jenkins jenkins 1847 Oct 24 04:12 Dockerfile 04:15:26 -rw-rw-r-- 1 jenkins jenkins 652 Oct 24 04:12 Jenkinsfile 04:15:26 -rw-rw-r-- 1 jenkins jenkins 11357 Oct 24 04:12 LICENSE 04:15:26 -rw-rw-r-- 1 jenkins jenkins 2124 Oct 24 04:12 Makefile 04:15:26 -rw-rw-r-- 1 jenkins jenkins 4398 Oct 24 04:12 README.md 04:15:26 -rw-rw-r-- 1 jenkins jenkins 5 Oct 24 04:12 VERSION 04:15:26 drwxrwxr-x 3 jenkins jenkins 4096 Oct 24 04:12 assets 04:15:26 drwxrwxr-x 2 jenkins jenkins 4096 Oct 24 04:12 bin 04:15:26 drwxrwxr-x 3 jenkins jenkins 4096 Oct 24 04:12 cmd 04:15:26 -rw-r--r-- 1 jenkins jenkins 10 Oct 24 04:13 coverage.out 04:15:26 drwxrwxr-x 2 jenkins jenkins 4096 Oct 24 04:12 docs 04:15:26 -rw-rw-r-- 1 jenkins jenkins 3151 Oct 24 04:12 go.mod 04:15:26 -rw-rw-r-- 1 jenkins jenkins 43970 Oct 24 04:12 go.sum 04:15:26 drwxrwxr-x 8 jenkins jenkins 4096 Oct 24 04:12 internal 04:15:26 drwxrwxr-x 4 jenkins jenkins 4096 Oct 24 04:12 snap 04:15:26 drwxrwxr-x 4 jenkins jenkins 4096 Oct 24 04:12 testing 04:15:26 -rw-rw-r-- 1 jenkins jenkins 155 Oct 24 04:12 version.go 04:15:26 drwxrwxr-x 6 jenkins jenkins 4096 Oct 24 04:13 web [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:15:26 + 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=21b496b35e7919b978bec18b8a3c54337950240b --label arch=amd64 --label version=0.0.0 . 04:15:27 Sending build context to Docker daemon 48.24MB 04:15:27 Step 1/26 : ARG BASE=golang:1.18-alpine3.16 04:15:27 Step 2/26 : FROM ${BASE} AS builder 04:15:27 ---> 487cb9e2cea6 04:15:27 Step 3/26 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" 04:15:27 ---> Running in 9328ee8abe9e 04:15:27 Removing intermediate container 9328ee8abe9e 04:15:27 ---> 65f5244ddae8 04:15:27 Step 4/26 : ARG ALPINE_PKG_BASE="make git" 04:15:27 ---> Running in b6da9d3924e7 04:15:27 Removing intermediate container b6da9d3924e7 04:15:27 ---> adbc5dd817b2 04:15:27 Step 5/26 : ARG ALPINE_PKG_EXTRA="" 04:15:27 ---> Running in 13ce5a9c96e3 04:15:27 Removing intermediate container 13ce5a9c96e3 04:15:27 ---> 7bdbe5393813 04:15:27 Step 6/26 : LABEL Name=edgex-ui-go 04:15:27 ---> Running in 1955770f7282 04:15:28 Removing intermediate container 1955770f7282 04:15:28 ---> 9967b61168d1 04:15:28 Step 7/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2022: Intel' 04:15:28 ---> Running in 4dcf067c8115 04:15:28 Removing intermediate container 4dcf067c8115 04:15:28 ---> 3810146e159d 04:15:28 Step 8/26 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 04:15:28 ---> ee71a10e3458 04:15:28 Step 9/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 04:15:28 ---> Running in fa9ce2c08c90 04:15:29 Removing intermediate container fa9ce2c08c90 04:15:29 ---> 364135158db7 04:15:29 Step 10/26 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 04:15:29 ---> Running in 3652b4728175 04:15:29 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 04:15:30 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 04:15:30 OK: 211 MiB in 51 packages 04:15:31 Removing intermediate container 3652b4728175 04:15:31 ---> ac9097012c9b 04:15:31 Step 11/26 : ENV GO111MODULE=on 04:15:31 ---> Running in a5749e60b5cb 04:15:31 Removing intermediate container a5749e60b5cb 04:15:31 ---> ddb5d887e291 04:15:31 Step 12/26 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go 04:15:31 ---> Running in a1d82b1441fe 04:15:31 Removing intermediate container a1d82b1441fe 04:15:31 ---> 187c3a3f3011 04:15:31 Step 13/26 : COPY go.mod vendor* ./ 04:15:31 ---> 3a114168a20d 04:15:31 Step 14/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 04:15:31 ---> Running in 9c517d54c86a 04:15:32 Removing intermediate container 9c517d54c86a 04:15:32 ---> 8ceba988b139 04:15:32 Step 15/26 : COPY . . 04:15:33 ---> 286a4b17c8a9 04:15:33 Step 16/26 : RUN ${MAKE} 04:15:33 ---> Running in fbacde2f6184 04:15:33 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 04:15:45 Removing intermediate container fbacde2f6184 04:15:45 ---> 2f16816bde3d 04:15:45 Step 17/26 : FROM alpine:3.14 04:15:45 3.14: Pulling from library/alpine 04:15:45 c7ed990a2339: Pulling fs layer 04:15:45 c7ed990a2339: Verifying Checksum 04:15:45 Removing intermediate container 209b6ce5f8b9 04:15:45 ---> ece1261b6b1d 04:15:45 Step 15/16 : COPY . . 04:15:46 c7ed990a2339: Pull complete 04:15:46 Digest: sha256:1ab24b3b99320975cca71716a7475a65d263d0b6b604d9d14ce08f7a3f67595c 04:15:46 Status: Downloaded newer image for alpine:3.14 04:15:46 ---> dd53f409bf0b 04:15:46 Step 18/26 : EXPOSE 4000 04:15:46 ---> Running in 58e705089df9 04:15:46 Removing intermediate container 58e705089df9 04:15:46 ---> 5b14a04a1868 04:15:46 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 04:15:47 ---> 4d59d3127afb 04:15:47 Step 20/26 : COPY --from=builder /go/src/github.com/edgexfoundry/edgex-ui-go/Attribution.txt /Attribution.txt 04:15:47 ---> 61baea185885 04:15:47 Step 21/26 : COPY --from=builder /go/src/github.com/edgexfoundry/edgex-ui-go/LICENSE /LICENSE 04:15:47 ---> 8dfda21a8aa5 04:15:47 Step 22/26 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server 04:15:47 ---> Running in 4ebbf3872984 04:15:47 Removing intermediate container 4ebbf3872984 04:15:47 ---> 4f265ded9dbb 04:15:47 Step 23/26 : ENTRYPOINT ["./edgex-ui-server","--confdir=res/docker"] 04:15:47 ---> Running in a4335b19b715 04:15:47 Removing intermediate container a4335b19b715 04:15:47 ---> 75c7a16f7e63 04:15:47 Step 24/26 : LABEL arch=amd64 04:15:47 ---> Running in 5e7ec71fe1a3 04:15:47 Removing intermediate container 5e7ec71fe1a3 04:15:47 ---> fd5b81299843 04:15:47 Step 25/26 : LABEL git_sha=21b496b35e7919b978bec18b8a3c54337950240b 04:15:47 ---> Running in cca1402b1863 04:15:47 Removing intermediate container cca1402b1863 04:15:47 ---> 81ba07cf58cb 04:15:47 Step 26/26 : LABEL version=0.0.0 04:15:47 ---> Running in 3fa114bdfc16 04:15:47 Removing intermediate container 3fa114bdfc16 04:15:47 ---> 7545ee182816 04:15:47 [Warning] One or more build-args [ARCH] were not consumed 04:15:47 Successfully built 7545ee182816 04:15:47 Successfully tagged edgex-ui:latest [Pipeline] } 04:15:47 ---> 67124d4b7013 04:15:47 Step 16/16 : RUN ${MAKE} 04:15:47 ---> Running in 53653318b250 [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 04:15:48 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 04:15:48 04:15:48 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:15:48 noop 04:15:49 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 04:15:49 latest: Pulling from edgex-lftools-log-publisher 04:15:49 5eb5b503b376: Pulling fs layer 04:15:49 5c69ac0246d0: Pulling fs layer 04:15:49 ec43610c2a17: Pulling fs layer 04:15:49 3a2ae6a8a46f: Pulling fs layer 04:15:49 33b1e0a273af: Pulling fs layer 04:15:49 5d3b04190fa2: Pulling fs layer 04:15:49 2f39f015ded8: Pulling fs layer 04:15:49 5d3b04190fa2: Waiting 04:15:49 33b1e0a273af: Waiting 04:15:49 2f39f015ded8: Waiting 04:15:49 3a2ae6a8a46f: Waiting 04:15:49 5c69ac0246d0: Verifying Checksum 04:15:49 5c69ac0246d0: Download complete 04:15:49 3a2ae6a8a46f: Verifying Checksum 04:15:49 3a2ae6a8a46f: Download complete 04:15:49 33b1e0a273af: Verifying Checksum 04:15:49 33b1e0a273af: Download complete 04:15:49 ec43610c2a17: Verifying Checksum 04:15:49 ec43610c2a17: Download complete 04:15:49 5d3b04190fa2: Verifying Checksum 04:15:49 5d3b04190fa2: Download complete 04:15:49 5eb5b503b376: Verifying Checksum 04:15:49 5eb5b503b376: Download complete 04:15:49 Removing intermediate container 53653318b250 04:15:49 ---> d0c1cce9039f 04:15:49 Successfully built d0c1cce9039f 04:15:49 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:15:50 2f39f015ded8: Download complete 04:15:50 + docker inspect -f . ci-base-image-arm64 04:15:50 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 04:15:50 prd-ubuntu20.04-docker-arm64-4c-16g-9177 does not seem to be running inside a container 04:15:50 5eb5b503b376: Pull complete 04:15:50 $ 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 04:15:50 5c69ac0246d0: Pull complete 04:15:51 ec43610c2a17: Pull complete 04:15:51 3a2ae6a8a46f: Pull complete 04:15:51 33b1e0a273af: Pull complete 04:15:51 5d3b04190fa2: Pull complete 04:15:51 $ docker top 7fd949033363e234931daafa4d54f089989a0f0c676d2edf230c84ec6c74ec09 -eo pid,comm [Pipeline] { [Pipeline] sh 04:15:52 + go version 04:15:52 go version go1.18.7 linux/arm64 [Pipeline] } 04:15:52 $ docker stop --time=1 7fd949033363e234931daafa4d54f089989a0f0c676d2edf230c84ec6c74ec09 04:15:54 $ docker rm -f 7fd949033363e234931daafa4d54f089989a0f0c676d2edf230c84ec6c74ec09 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:15:55 + docker inspect -f . ci-base-image-arm64 04:15:55 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 04:15:55 prd-ubuntu20.04-docker-arm64-4c-16g-9177 does not seem to be running inside a container 04:15:55 $ 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 04:15:56 $ docker top e7cd48ed9b3216cd229c0ba58042c698be45a4d5941d71aeee7ddc3ffef8bf90 -eo pid,comm 04:15:56 2f39f015ded8: Pull complete 04:15:56 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 04:15:56 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 04:15:56 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] { [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] sh [Pipeline] // withEnv [Pipeline] withDockerContainer 04:15:57 prd-ubuntu20.04-docker-8c-8g-9173 does not seem to be running inside a container 04:15:57 $ 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-561 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-561:/w/workspace/edgexfoundry_edgex-ui-go_PR-561:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-561@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-561@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 04:15:57 + git config --global --add safe.directory /w/workspace/edgex-ui-go/1 04:15:59 $ docker top 229f1485e492198eaacfda9e428e6b5e9e703609ff14e1649fd775bdc25cfefa -eo pid,comm [Pipeline] { [Pipeline] fileExists [Pipeline] libraryResource [Pipeline] sh [Pipeline] sh 04:15:59 ---> job-cost.sh 04:15:59 lf-activate-venv: SKIPPING 04:15:59 INFO: No Stack... 04:15:59 + make test 04:15:59 INFO: Retrieving Pricing Info for: v3-standard-8 04:15:59 CGO_ENABLED=0 GO111MODULE=on go test -tags "no_messagebus" -coverprofile=coverage.out ./... 04:16:00 INFO: Archiving Costs [Pipeline] sh 04:16:00 + cat /w/workspace/edgexfoundry_edgex-ui-go_PR-561/archives/cost.csv 04:16:00 + cut -d, -f6 [Pipeline] lock 04:16:00 Trying to acquire lock on [jenkins-edgexfoundry-edgex-ui-go-PR-561-1-stack-cost] 04:16:00 Resource [jenkins-edgexfoundry-edgex-ui-go-PR-561-1-stack-cost] did not exist. Created. 04:16:00 Lock acquired on [jenkins-edgexfoundry-edgex-ui-go-PR-561-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 04:16:01 + echo total: 0.2199999988079071 [Pipeline] stash 04:16:01 Stashed 1 file(s) [Pipeline] } 04:16:01 Lock released on resource [jenkins-edgexfoundry-edgex-ui-go-PR-561-1-stack-cost] [Pipeline] // lock [Pipeline] } 04:16:01 $ docker stop --time=1 229f1485e492198eaacfda9e428e6b5e9e703609ff14e1649fd775bdc25cfefa 04:16:01 ? github.com/edgexfoundry/edgex-ui-go [no test files] 04:16:02 $ docker rm -f 229f1485e492198eaacfda9e428e6b5e9e703609ff14e1649fd775bdc25cfefa [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 04:17:23 ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] 04:17:23 ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] 04:17:23 ? github.com/edgexfoundry/edgex-ui-go/internal/common [no test files] 04:17:23 ? github.com/edgexfoundry/edgex-ui-go/internal/config [no test files] 04:17:23 ? github.com/edgexfoundry/edgex-ui-go/internal/container [no test files] 04:17:23 ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] 04:17:23 ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] 04:17:23 ? github.com/edgexfoundry/edgex-ui-go/internal/service [no test files] 04:17:23 CGO_ENABLED=0 GO111MODULE=on go vet -tags "no_messagebus" ./... 04:17:45 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 04:17:45 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 04:17:45 ./bin/test-attribution-txt.sh 04:17:45 An attribution for github.com/edgexfoundry/go-mod-bootstrap/v2 is missing from Attribution.txt, please add 04:17:45 An attribution for github.com/Microsoft/go-winio is missing from Attribution.txt, please add 04:17:45 An attribution for github.com/eclipse/paho.mqtt.golang is missing from Attribution.txt, please add 04:17:45 An attribution for github.com/edgexfoundry/go-mod-messaging/v2 is missing from Attribution.txt, please add 04:17:45 An attribution for github.com/edgexfoundry/go-mod-secrets/v2 is missing from Attribution.txt, please add 04:17:45 An attribution for github.com/go-kit/log is missing from Attribution.txt, please add 04:17:45 An attribution for github.com/go-logfmt/logfmt is missing from Attribution.txt, please add 04:17:45 An attribution for github.com/go-redis/redis/v7 is missing from Attribution.txt, please add 04:17:45 An attribution for github.com/golang/protobuf is missing from Attribution.txt, please add 04:17:45 An attribution for github.com/gorilla/websocket is missing from Attribution.txt, please add 04:17:45 An attribution for github.com/hashicorp/errwrap is missing from Attribution.txt, please add 04:17:45 An attribution for github.com/hashicorp/go-multierror is missing from Attribution.txt, please add 04:17:45 An attribution for github.com/nats-io/nats.go is missing from Attribution.txt, please add 04:17:45 An attribution for github.com/nats-io/nkeys is missing from Attribution.txt, please add 04:17:45 An attribution for github.com/nats-io/nuid is missing from Attribution.txt, please add 04:17:45 An attribution for github.com/pebbe/zmq4 is missing from Attribution.txt, please add 04:17:45 An attribution for github.com/rcrowley/go-metrics is missing from Attribution.txt, please add 04:17:45 An attribution for github.com/spiffe/go-spiffe/v2 is missing from Attribution.txt, please add 04:17:45 An attribution for github.com/zeebo/errs is missing from Attribution.txt, please add 04:17:45 An attribution for golang.org/x/net is missing from Attribution.txt, please add 04:17:45 An attribution for golang.org/x/sync is missing from Attribution.txt, please add 04:17:45 An attribution for google.golang.org/genproto is missing from Attribution.txt, please add 04:17:45 An attribution for google.golang.org/grpc is missing from Attribution.txt, please add 04:17:45 An attribution for google.golang.org/protobuf is missing from Attribution.txt, please add 04:17:45 An attribution for gopkg.in/square/go-jose.v2 is missing from Attribution.txt, please add 04:17:45 make -C web test 04:17:45 make[1]: Entering directory '/w/workspace/edgex-ui-go/1/web' 04:17:45 make[1]: tput: No such file or directory 04:17:45 make[1]: tput: No such file or directory 04:17:45 warning: generating ./VERSION 04:17:45 echo "0.0.0" > VERSION 04:17:45 docker build \ 04:17:45 -f Dockerfile \ 04:17:45 --build-arg USER=1000 \ 04:17:45 \ 04:17:45 --label "git_sha=21b496b35e7919b978bec18b8a3c54337950240b" \ 04:17:45 -t edgexfoundry/edgex-web-ui:21b496b35e7919b978bec18b8a3c54337950240b \ 04:17:45 -t edgexfoundry/edgex-web-ui:0.0.0-dev \ 04:17:45 . 04:17:46 Sending build context to Docker daemon 3.269MB 04:17:46 Step 1/10 : FROM node:16.17-alpine3.15 04:17:47 16.17-alpine3.15: Pulling from library/node 04:17:47 47517142f6ba: Pulling fs layer 04:17:47 5f8c4bfa009b: Pulling fs layer 04:17:47 f7079c9c4ba1: Pulling fs layer 04:17:47 aba105e6f55a: Pulling fs layer 04:17:47 aba105e6f55a: Waiting 04:17:48 f7079c9c4ba1: Verifying Checksum 04:17:48 f7079c9c4ba1: Download complete 04:17:48 47517142f6ba: Verifying Checksum 04:17:48 47517142f6ba: Download complete 04:17:48 aba105e6f55a: Verifying Checksum 04:17:48 aba105e6f55a: Download complete 04:17:48 47517142f6ba: Pull complete 04:17:49 5f8c4bfa009b: Verifying Checksum 04:17:49 5f8c4bfa009b: Download complete 04:17:55 5f8c4bfa009b: Pull complete 04:17:55 f7079c9c4ba1: Pull complete 04:17:55 aba105e6f55a: Pull complete 04:17:55 Digest: sha256:84c606bfbe4cf120c52b17c3b727e614d99e357a8e350f83a4e7b9ec0798e04a 04:17:55 Status: Downloaded newer image for node:16.17-alpine3.15 04:17:55 ---> bf1b8b58d215 04:17:55 Step 2/10 : RUN apk add --no-cache chromium 04:17:56 ---> Running in a4cac662c980 04:17:57 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 04:17:57 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 04:17:59 (1/128) Installing libxau (1.0.9-r0) 04:17:59 (2/128) Installing libmd (1.0.3-r0) 04:17:59 (3/128) Installing libbsd (0.11.3-r1) 04:17:59 (4/128) Installing libxdmcp (1.1.3-r0) 04:17:59 (5/128) Installing libxcb (1.14-r2) 04:17:59 (6/128) Installing libx11 (1.7.3.1-r0) 04:17:59 (7/128) Installing libxext (1.3.4-r0) 04:17:59 (8/128) Installing libice (1.0.10-r0) 04:17:59 (9/128) Installing libuuid (2.37.4-r0) 04:17:59 (10/128) Installing libsm (1.2.3-r0) 04:17:59 (11/128) Installing libxt (1.2.1-r0) 04:17:59 (12/128) Installing libxmu (1.1.3-r0) 04:17:59 (13/128) Installing xset (1.2.4-r0) 04:17:59 (14/128) Installing xprop (1.2.5-r0) 04:17:59 (15/128) Installing xdg-utils (1.1.3-r0) 04:17:59 (16/128) Installing eudev-libs (3.2.11_pre1-r0) 04:17:59 (17/128) Installing pkgconf (1.8.0-r0) 04:17:59 (18/128) Installing libffi (3.4.2-r1) 04:17:59 (19/128) Installing libintl (0.21-r0) 04:17:59 (20/128) Installing libblkid (2.37.4-r0) 04:17:59 (21/128) Installing libmount (2.37.4-r0) 04:17:59 (22/128) Installing pcre (8.45-r1) 04:17:59 (23/128) Installing glib (2.70.1-r0) 04:17:59 (24/128) Installing xz-libs (5.2.5-r1) 04:17:59 (25/128) Installing libxml2 (2.9.14-r2) 04:17:59 (26/128) Installing shared-mime-info (2.1-r1) 04:17:59 (27/128) Installing hicolor-icon-theme (0.17-r1) 04:17:59 (28/128) Installing libjpeg-turbo (2.1.2-r0) 04:17:59 (29/128) Installing libpng (1.6.37-r1) 04:17:59 (30/128) Installing libwebp (1.2.2-r0) 04:17:59 (31/128) Installing zstd-libs (1.5.0-r0) 04:17:59 (32/128) Installing tiff (4.4.0-r0) 04:17:59 (33/128) Installing gdk-pixbuf (2.42.8-r0) 04:17:59 (34/128) Installing gtk-update-icon-cache (2.24.33-r0) 04:17:59 (35/128) Installing libxcomposite (0.4.5-r0) 04:17:59 (36/128) Installing libxfixes (6.0.0-r0) 04:17:59 (37/128) Installing libxrender (0.9.10-r3) 04:17:59 (38/128) Installing libxcursor (1.2.0-r0) 04:17:59 (39/128) Installing libxdamage (1.1.5-r1) 04:17:59 (40/128) Installing libxi (1.8-r0) 04:17:59 (41/128) Installing libxinerama (1.1.4-r1) 04:17:59 (42/128) Installing libxrandr (1.5.2-r1) 04:17:59 (43/128) Installing atk (2.36.0-r0) 04:17:59 (44/128) Installing libxtst (1.2.3-r3) 04:17:59 (45/128) Installing dbus-libs (1.12.24-r0) 04:17:59 (46/128) Installing at-spi2-core (2.42.0-r0) 04:17:59 (47/128) Installing at-spi2-atk (2.38.0-r0) 04:18:00 (48/128) Installing expat (2.4.9-r0) 04:18:00 (49/128) Installing brotli-libs (1.0.9-r5) 04:18:00 (50/128) Installing libbz2 (1.0.8-r1) 04:18:00 (51/128) Installing freetype (2.11.1-r2) 04:18:00 (52/128) Installing fontconfig (2.13.1-r4) 04:18:00 (53/128) Installing pixman (0.40.0-r3) 04:18:00 (54/128) Installing cairo (1.16.0-r5) 04:18:00 (55/128) Installing cairo-gobject (1.16.0-r5) 04:18:00 (56/128) Installing avahi-libs (0.8-r5) 04:18:00 (57/128) Installing gmp (6.2.1-r1) 04:18:00 (58/128) Installing nettle (3.7.3-r0) 04:18:00 (59/128) Installing p11-kit (0.24.0-r1) 04:18:00 (60/128) Installing libtasn1 (4.18.0-r0) 04:18:00 (61/128) Installing libunistring (0.9.10-r1) 04:18:00 (62/128) Installing gnutls (3.7.1-r1) 04:18:00 (63/128) Installing cups-libs (2.3.3-r6) 04:18:00 (64/128) Installing libepoxy (1.5.9-r0) 04:18:00 (65/128) Installing fribidi (1.0.11-r0) 04:18:00 (66/128) Installing graphite2 (1.3.14-r0) 04:18:00 (67/128) Installing harfbuzz (3.0.0-r2) 04:18:00 (68/128) Installing libxft (2.3.4-r0) 04:18:00 (69/128) Installing pango (1.48.10-r0) 04:18:00 (70/128) Installing wayland-libs-client (1.19.0-r1) 04:18:00 (71/128) Installing wayland-libs-cursor (1.19.0-r1) 04:18:00 (72/128) Installing wayland-libs-egl (1.19.0-r1) 04:18:00 (73/128) Installing xkeyboard-config (2.34-r0) 04:18:01 (74/128) Installing libxkbcommon (1.3.1-r0) 04:18:01 (75/128) Installing gtk+3.0 (3.24.30-r0) 04:18:01 Executing gtk+3.0-3.24.30-r0.post-install 04:18:01 (76/128) Installing libfontenc (1.1.4-r0) 04:18:01 (77/128) Installing mkfontscale (1.2.1-r1) 04:18:01 (78/128) Installing ttf-opensans (1.10-r1) 04:18:01 Executing ttf-opensans-1.10-r1.post-install 04:18:03 (79/128) Installing libogg (1.3.5-r0) 04:18:03 (80/128) Installing flac (1.3.4-r0) 04:18:03 (81/128) Installing alsa-lib (1.2.5.1-r1) 04:18:03 (82/128) Installing libatomic (10.3.1_git20211027-r0) 04:18:03 (83/128) Installing sdl2 (2.0.16-r4) 04:18:03 (84/128) Installing aom-libs (3.2.0-r0) 04:18:03 (85/128) Installing libass (0.15.2-r0) 04:18:03 (86/128) Installing libdav1d (0.9.2-r0) 04:18:03 (87/128) Installing ncurses-terminfo-base (6.3_p20211120-r1) 04:18:03 (88/128) Installing ncurses-libs (6.3_p20211120-r1) 04:18:03 (89/128) Installing lame (3.100-r0) 04:18:04 (90/128) Installing opus (1.3.1-r1) 04:18:04 (91/128) Installing libgomp (10.3.1_git20211027-r0) 04:18:04 (92/128) Installing soxr (0.1.3-r2) 04:18:04 (93/128) Installing libsrt (1.4.2-r1) 04:18:04 (94/128) Installing libssh (0.9.6-r1) 04:18:04 (95/128) Installing libtheora (1.1.1-r16) 04:18:04 (96/128) Installing v4l-utils-libs (1.22.1-r1) 04:18:04 (97/128) Installing libdrm (2.4.109-r0) 04:18:04 (98/128) Installing libva (2.13.0-r0) 04:18:04 (99/128) Installing libvdpau (1.4-r0) 04:18:04 (100/128) Installing vidstab (1.1.0-r1) 04:18:04 (101/128) Installing libvorbis (1.3.7-r0) 04:18:04 (102/128) Installing libvpx (1.10.0-r0) 04:18:04 (103/128) Installing vulkan-loader (1.2.196-r0) 04:18:04 (104/128) Installing x264-libs (20210613-r0) 04:18:04 (105/128) Installing x265-libs (3.5-r0) 04:18:04 (106/128) Installing xvidcore (1.3.7-r1) 04:18:04 (107/128) Installing ffmpeg-libs (4.4.1-r2) 04:18:04 (108/128) Installing libevent (2.1.12-r4) 04:18:04 (109/128) Installing mesa (21.2.6-r0) 04:18:04 (110/128) Installing wayland-libs-server (1.19.0-r1) 04:18:04 (111/128) Installing mesa-gbm (21.2.6-r0) 04:18:04 (112/128) Installing lcms2 (2.12-r1) 04:18:04 (113/128) Installing nspr (4.32-r0) 04:18:04 (114/128) Installing sqlite-libs (3.36.0-r0) 04:18:05 (115/128) Installing nss (3.78.1-r0) 04:18:05 (116/128) Installing libasyncns (0.8-r1) 04:18:05 (117/128) Installing libltdl (2.4.6-r7) 04:18:05 (118/128) Installing orc (0.4.32-r0) 04:18:05 (119/128) Installing libsndfile (1.0.31-r1) 04:18:05 (120/128) Installing speexdsp (1.2.0-r0) 04:18:05 (121/128) Installing tdb-libs (1.4.5-r0) 04:18:05 (122/128) Installing libpulse (15.0-r2) 04:18:05 (123/128) Installing re2 (2021.11.01-r0) 04:18:05 (124/128) Installing snappy (1.1.9-r1) 04:18:05 (125/128) Installing libgpg-error (1.42-r1) 04:18:05 (126/128) Installing libgcrypt (1.9.4-r0) 04:18:05 (127/128) Installing libxslt (1.1.35-r0) 04:18:05 (128/128) Installing chromium (99.0.4844.84-r0) 04:18:09 Executing busybox-1.34.1-r7.trigger 04:18:09 Executing glib-2.70.1-r0.trigger 04:18:09 Executing shared-mime-info-2.1-r1.trigger 04:18:15 Executing gdk-pixbuf-2.42.8-r0.trigger 04:18:15 Executing gtk-update-icon-cache-2.24.33-r0.trigger 04:18:15 Executing fontconfig-2.13.1-r4.trigger 04:18:15 Executing mkfontscale-1.2.1-r1.trigger 04:18:15 OK: 275 MiB in 144 packages 04:18:23 Removing intermediate container a4cac662c980 04:18:23 ---> c39cf11d5b28 04:18:23 Step 3/10 : ENV CHROME_BIN=/usr/bin/chromium-browser 04:18:23 ---> Running in 10561f539023 04:18:24 Removing intermediate container 10561f539023 04:18:24 ---> 35ac91f95795 04:18:24 Step 4/10 : ENV PATH /app/node_modules/.bin:$PATH 04:18:24 ---> Running in e41fb3d73b94 04:18:24 Removing intermediate container e41fb3d73b94 04:18:24 ---> f160a787ff17 04:18:24 Step 5/10 : RUN npm install -g npm 04:18:24 ---> Running in d07e0eadece7 04:18:56 04:18:56 changed 54 packages, and audited 212 packages in 26s 04:18:56 04:18:56 11 packages are looking for funding 04:18:56 run `npm fund` for details 04:18:56 04:18:56 found 0 vulnerabilities 04:18:57 Removing intermediate container d07e0eadece7 04:18:57 ---> 083341cffb33 04:18:57 Step 6/10 : ARG USER=1000 04:18:57 ---> Running in 2087e2554c11 04:18:57 Removing intermediate container 2087e2554c11 04:18:57 ---> 440311b343ea 04:18:57 Step 7/10 : RUN deluser --remove-home node && adduser -u $USER -D -s /bin/sh node 04:18:57 ---> Running in efa43dcda93c 04:18:59 Removing intermediate container efa43dcda93c 04:18:59 ---> 7111cb315d80 04:18:59 Step 8/10 : USER $USER:$USER 04:18:59 ---> Running in 648a181ffc4a 04:19:00 Removing intermediate container 648a181ffc4a 04:19:00 ---> 077ec0662c56 04:19:00 Step 9/10 : WORKDIR /app 04:19:00 ---> Running in a0edf89a77b2 04:19:00 Removing intermediate container a0edf89a77b2 04:19:00 ---> 44e0c4a48142 04:19:00 Step 10/10 : LABEL git_sha=21b496b35e7919b978bec18b8a3c54337950240b 04:19:00 ---> Running in 09350eb9bbe9 04:19:00 Removing intermediate container 09350eb9bbe9 04:19:00 ---> ca8728123ad2 04:19:00 Successfully built ca8728123ad2 04:19:00 Successfully tagged edgexfoundry/edgex-web-ui:21b496b35e7919b978bec18b8a3c54337950240b 04:19:00 Successfully tagged edgexfoundry/edgex-web-ui:0.0.0-dev 04:19:00 touch edgex-web-ui.imagebuilt 04:19:00 mkdir -p node_modules coverage 04:19:00 chown "1000:1000" node_modules coverage package-lock.json 04:19:00 docker run --rm -i -v "$(pwd):/app" -u "1000:1000" edgexfoundry/edgex-web-ui:0.0.0-dev npm install 04:19:15 npm WARN EBADENGINE Unsupported engine { 04:19:15 npm WARN EBADENGINE package: '@angular-devkit/architect@0.1202.4', 04:19:15 npm WARN EBADENGINE required: { 04:19:15 npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', 04:19:15 npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', 04:19:15 npm WARN EBADENGINE yarn: '>= 1.13.0' 04:19:15 npm WARN EBADENGINE }, 04:19:15 npm WARN EBADENGINE current: { node: 'v16.17.1', npm: '8.19.2' } 04:19:15 npm WARN EBADENGINE } 04:19:15 npm WARN EBADENGINE Unsupported engine { 04:19:15 npm WARN EBADENGINE package: '@angular-devkit/build-angular@12.2.4', 04:19:15 npm WARN EBADENGINE required: { 04:19:15 npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', 04:19:15 npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', 04:19:15 npm WARN EBADENGINE yarn: '>= 1.13.0' 04:19:15 npm WARN EBADENGINE }, 04:19:15 npm WARN EBADENGINE current: { node: 'v16.17.1', npm: '8.19.2' } 04:19:15 npm WARN EBADENGINE } 04:19:15 npm WARN EBADENGINE Unsupported engine { 04:19:15 npm WARN EBADENGINE package: '@angular-devkit/build-optimizer@0.1202.4', 04:19:15 npm WARN EBADENGINE required: { 04:19:15 npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', 04:19:15 npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', 04:19:15 npm WARN EBADENGINE yarn: '>= 1.13.0' 04:19:15 npm WARN EBADENGINE }, 04:19:15 npm WARN EBADENGINE current: { node: 'v16.17.1', npm: '8.19.2' } 04:19:15 npm WARN EBADENGINE } 04:19:15 npm WARN EBADENGINE Unsupported engine { 04:19:15 npm WARN EBADENGINE package: '@angular-devkit/build-webpack@0.1202.4', 04:19:15 npm WARN EBADENGINE required: { 04:19:15 npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', 04:19:15 npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', 04:19:15 npm WARN EBADENGINE yarn: '>= 1.13.0' 04:19:15 npm WARN EBADENGINE }, 04:19:15 npm WARN EBADENGINE current: { node: 'v16.17.1', npm: '8.19.2' } 04:19:15 npm WARN EBADENGINE } 04:19:15 npm WARN EBADENGINE Unsupported engine { 04:19:15 npm WARN EBADENGINE package: '@angular-devkit/core@12.2.4', 04:19:15 npm WARN EBADENGINE required: { 04:19:15 npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', 04:19:15 npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', 04:19:15 npm WARN EBADENGINE yarn: '>= 1.13.0' 04:19:15 npm WARN EBADENGINE }, 04:19:15 npm WARN EBADENGINE current: { node: 'v16.17.1', npm: '8.19.2' } 04:19:15 npm WARN EBADENGINE } 04:19:15 npm WARN EBADENGINE Unsupported engine { 04:19:15 npm WARN EBADENGINE package: '@angular-devkit/schematics@12.2.4', 04:19:15 npm WARN EBADENGINE required: { 04:19:15 npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', 04:19:15 npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', 04:19:15 npm WARN EBADENGINE yarn: '>= 1.13.0' 04:19:15 npm WARN EBADENGINE }, 04:19:15 npm WARN EBADENGINE current: { node: 'v16.17.1', npm: '8.19.2' } 04:19:15 npm WARN EBADENGINE } 04:19:15 npm WARN EBADENGINE Unsupported engine { 04:19:15 npm WARN EBADENGINE package: '@angular/cli@12.2.4', 04:19:15 npm WARN EBADENGINE required: { 04:19:15 npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', 04:19:15 npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', 04:19:15 npm WARN EBADENGINE yarn: '>= 1.13.0' 04:19:15 npm WARN EBADENGINE }, 04:19:15 npm WARN EBADENGINE current: { node: 'v16.17.1', npm: '8.19.2' } 04:19:15 npm WARN EBADENGINE } 04:19:15 npm WARN EBADENGINE Unsupported engine { 04:19:15 npm WARN EBADENGINE package: '@ngtools/webpack@12.2.4', 04:19:15 npm WARN EBADENGINE required: { 04:19:15 npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', 04:19:15 npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', 04:19:15 npm WARN EBADENGINE yarn: '>= 1.13.0' 04:19:15 npm WARN EBADENGINE }, 04:19:15 npm WARN EBADENGINE current: { node: 'v16.17.1', npm: '8.19.2' } 04:19:15 npm WARN EBADENGINE } 04:19:15 npm WARN EBADENGINE Unsupported engine { 04:19:15 npm WARN EBADENGINE package: '@schematics/angular@12.2.4', 04:19:15 npm WARN EBADENGINE required: { 04:19:15 npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', 04:19:15 npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', 04:19:15 npm WARN EBADENGINE yarn: '>= 1.13.0' 04:19:15 npm WARN EBADENGINE }, 04:19:15 npm WARN EBADENGINE current: { node: 'v16.17.1', npm: '8.19.2' } 04:19:15 npm WARN EBADENGINE } 04:20:02 npm WARN deprecated urix@0.1.0: Please see https://github.com/lydell/urix#deprecated 04:20:02 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 04:20:02 npm WARN deprecated source-map-url@0.4.1: See https://github.com/lydell/source-map-url#deprecated 04:20:02 npm WARN deprecated source-map-resolve@0.6.0: See https://github.com/lydell/source-map-resolve#deprecated 04:20:02 npm WARN deprecated resolve-url@0.2.1: https://github.com/lydell/resolve-url#deprecated 04:20:03 npm WARN deprecated querystring@0.2.0: The querystring API is considered Legacy. new code should use the URLSearchParams API instead. 04:20:13 npm WARN deprecated request@2.88.2: request has been deprecated, see https://github.com/request/request/issues/3142 04:20:13 npm WARN deprecated har-validator@5.1.5: this library is no longer supported 04:20:15 npm WARN deprecated flatten@1.0.3: flatten is deprecated in favor of utility frameworks such as lodash. 04:20:37 npm WARN deprecated source-map-resolve@0.5.3: See https://github.com/lydell/source-map-resolve#deprecated 04:20:37 npm WARN deprecated chokidar@2.1.8: Chokidar 2 does not receive security updates since 2019. Upgrade to chokidar 3 with 15x fewer dependencies 04:20:38 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. 04:20:44 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. 04:20:44 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. 04:20:46 npm WARN deprecated source-map-resolve@0.5.3: See https://github.com/lydell/source-map-resolve#deprecated 04:21:01 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 04:21:02 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 04:21:20 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. 04:21:47 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. 04:22:25 04:22:25 added 1475 packages, and audited 1476 packages in 3m 04:22:25 04:22:25 90 packages are looking for funding 04:22:25 run `npm fund` for details 04:22:26 04:22:26 14 vulnerabilities (3 moderate, 9 high, 2 critical) 04:22:26 04:22:26 To address issues that do not require attention, run: 04:22:26 npm audit fix 04:22:26 04:22:26 To address all issues (including breaking changes), run: 04:22:26 npm audit fix --force 04:22:26 04:22:26 Run `npm audit` for details. 04:22:29 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 04:22:47 - Generating browser application bundles (phase: setup)... 04:23:20 Compiling @angular/core : es2015 as esm2015 04:23:20 Compiling @angular/compiler/testing : es2015 as esm2015 04:23:52 Compiling @angular/common : es2015 as esm2015 04:23:52 Compiling @angular/core/testing : es2015 as esm2015 04:23:55 Compiling @angular/platform-browser : es2015 as esm2015 04:23:55 Compiling @angular/common/testing : es2015 as esm2015 04:23:59 Compiling @angular/router : es2015 as esm2015 04:23:59 Compiling @angular/platform-browser-dynamic : es2015 as esm2015 04:24:05 Compiling @angular/platform-browser/testing : es2015 as esm2015 04:24:06 Compiling @angular/common/http : es2015 as esm2015 04:24:06 Compiling @angular/platform-browser-dynamic/testing : es2015 as esm2015 04:24:10 Compiling @angular/forms : es2015 as esm2015 04:24:11 Compiling @angular/router/testing : es2015 as esm2015 04:24:11 Compiling @angular/common/http/testing : es2015 as esm2015 04:25:08 24 10 2022 04:25:05.592:INFO [karma-server]: Karma v6.3.16 server started at http://localhost:9876/ 04:25:08 24 10 2022 04:25:05.604:INFO [launcher]: Launching browsers ChromeHeadlessNoSandbox with concurrency unlimited 04:25:08 24 10 2022 04:25:05.630:INFO [launcher]: Starting browser ChromeHeadless 04:26:29 24 10 2022 04:26:17.438:WARN [launcher]: ChromeHeadless has not captured in 60000 ms, killing. 04:26:29 24 10 2022 04:26:23.519:WARN [launcher]: ChromeHeadless was not killed in 2000 ms, sending SIGKILL. 04:26:29 24 10 2022 04:26:29.744:INFO [launcher]: Trying to start ChromeHeadless again (1/2). 04:27:02 ✔ Browser application bundle generation complete. 04:27:02 24 10 2022 04:27:00.466:INFO [Chrome Headless 99.0.4844.84 (Linux aarch64)]: Connected on socket 5XMWKgNhIhksUy2KAAAB with id 27351932 04:27:20 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 0 of 149 SUCCESS (0 secs / 0 secs) 04:27:20 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 1 of 149 SUCCESS (0 secs / 0.238 secs) 04:27:20 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 2 of 149 SUCCESS (0 secs / 0.27 secs) 04:27:20 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 3 of 149 SUCCESS (0 secs / 0.619 secs) 04:27:20 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 4 of 149 SUCCESS (0 secs / 0.652 secs) 04:27:20 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 5 of 149 SUCCESS (0 secs / 0.685 secs) 04:27:20 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 6 of 149 SUCCESS (0 secs / 1.329 secs) 04:27:20 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 7 of 149 SUCCESS (0 secs / 1.712 secs) 04:27:20 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 8 of 149 SUCCESS (0 secs / 1.876 secs) 04:27:20 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 9 of 149 SUCCESS (0 secs / 1.922 secs) 04:27:20 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 10 of 149 SUCCESS (0 secs / 2.062 secs) 04:27:20 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 11 of 149 SUCCESS (0 secs / 2.105 secs) 04:27:20 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 12 of 149 SUCCESS (0 secs / 2.12 secs) 04:27:20 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 13 of 149 SUCCESS (0 secs / 2.26 secs) 04:27:20 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 14 of 149 SUCCESS (0 secs / 2.441 secs) 04:27:20 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 15 of 149 SUCCESS (0 secs / 2.638 secs) 04:27:20 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 16 of 149 SUCCESS (0 secs / 2.714 secs) 04:27:20 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 17 of 149 SUCCESS (0 secs / 2.778 secs) 04:27:21 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 18 of 149 SUCCESS (0 secs / 3.155 secs) 04:27:21 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 19 of 149 SUCCESS (0 secs / 3.289 secs) 04:27:21 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 20 of 149 SUCCESS (0 secs / 3.325 secs) 04:27:21 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 21 of 149 SUCCESS (0 secs / 3.485 secs) 04:27:21 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 22 of 149 SUCCESS (0 secs / 3.574 secs) 04:27:21 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 23 of 149 SUCCESS (0 secs / 3.628 secs) 04:27:22 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 24 of 149 SUCCESS (0 secs / 3.891 secs) 04:27:22 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 25 of 149 SUCCESS (0 secs / 3.956 secs) 04:27:22 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 26 of 149 SUCCESS (0 secs / 4.013 secs) 04:27:22 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 27 of 149 SUCCESS (0 secs / 4.117 secs) 04:27:22 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 28 of 149 SUCCESS (0 secs / 4.133 secs) 04:27:22 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 29 of 149 SUCCESS (0 secs / 4.145 secs) 04:27:22 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 30 of 149 SUCCESS (0 secs / 4.156 secs) 04:27:22 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 31 of 149 SUCCESS (0 secs / 4.166 secs) 04:27:22 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 32 of 149 SUCCESS (0 secs / 4.428 secs) 04:27:22 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 33 of 149 SUCCESS (0 secs / 4.474 secs) 04:27:23 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 34 of 149 SUCCESS (0 secs / 4.574 secs) 04:27:23 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 35 of 149 SUCCESS (0 secs / 4.754 secs) 04:27:23 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 36 of 149 SUCCESS (0 secs / 4.919 secs) 04:27:23 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 37 of 149 SUCCESS (0 secs / 4.931 secs) 04:27:23 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 38 of 149 SUCCESS (0 secs / 4.948 secs) 04:27:23 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 39 of 149 SUCCESS (0 secs / 5.028 secs) 04:27:23 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 40 of 149 SUCCESS (0 secs / 5.236 secs) 04:27:23 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 41 of 149 SUCCESS (0 secs / 5.282 secs) 04:27:24 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 42 of 149 SUCCESS (0 secs / 5.467 secs) 04:27:24 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 43 of 149 SUCCESS (0 secs / 5.514 secs) 04:27:24 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 44 of 149 SUCCESS (0 secs / 5.56 secs) 04:27:24 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 45 of 149 SUCCESS (0 secs / 5.594 secs) 04:27:24 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 46 of 149 SUCCESS (0 secs / 5.61 secs) 04:27:24 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 47 of 149 SUCCESS (0 secs / 5.704 secs) 04:27:24 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 48 of 149 SUCCESS (0 secs / 5.798 secs) 04:27:24 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 49 of 149 SUCCESS (0 secs / 5.847 secs) 04:27:25 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 50 of 149 SUCCESS (0 secs / 6.181 secs) 04:27:25 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 51 of 149 SUCCESS (0 secs / 6.357 secs) 04:27:25 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 52 of 149 SUCCESS (0 secs / 6.417 secs) 04:27:25 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 53 of 149 SUCCESS (0 secs / 6.656 secs) 04:27:25 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 54 of 149 SUCCESS (0 secs / 6.755 secs) 04:27:26 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 55 of 149 SUCCESS (0 secs / 6.784 secs) 04:27:26 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 56 of 149 SUCCESS (0 secs / 6.808 secs) 04:27:26 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 57 of 149 SUCCESS (0 secs / 6.831 secs) 04:27:26 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 58 of 149 SUCCESS (0 secs / 6.844 secs) 04:27:26 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 59 of 149 SUCCESS (0 secs / 6.852 secs) 04:27:26 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 60 of 149 SUCCESS (0 secs / 7.039 secs) 04:27:26 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 61 of 149 SUCCESS (0 secs / 7.087 secs) 04:27:26 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 62 of 149 SUCCESS (0 secs / 7.126 secs) 04:27:26 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 63 of 149 SUCCESS (0 secs / 7.214 secs) 04:27:26 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 64 of 149 SUCCESS (0 secs / 7.246 secs) 04:27:26 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 65 of 149 SUCCESS (0 secs / 7.269 secs) 04:27:26 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 66 of 149 SUCCESS (0 secs / 7.292 secs) 04:27:26 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 67 of 149 SUCCESS (0 secs / 7.331 secs) 04:27:26 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 68 of 149 SUCCESS (0 secs / 7.384 secs) 04:27:26 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 69 of 149 SUCCESS (0 secs / 7.488 secs) 04:27:27 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 70 of 149 SUCCESS (0 secs / 7.739 secs) 04:27:27 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 71 of 149 SUCCESS (0 secs / 7.888 secs) 04:27:27 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 72 of 149 SUCCESS (0 secs / 7.954 secs) 04:27:27 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 73 of 149 SUCCESS (0 secs / 8.051 secs) 04:27:27 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 74 of 149 SUCCESS (0 secs / 8.242 secs) 04:27:28 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 75 of 149 SUCCESS (0 secs / 8.348 secs) 04:27:28 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 76 of 149 SUCCESS (0 secs / 8.411 secs) 04:27:28 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 77 of 149 SUCCESS (0 secs / 8.472 secs) 04:27:28 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 78 of 149 SUCCESS (0 secs / 8.515 secs) 04:27:28 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 79 of 149 SUCCESS (0 secs / 8.532 secs) 04:27:28 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 80 of 149 SUCCESS (0 secs / 8.587 secs) 04:27:28 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 81 of 149 SUCCESS (0 secs / 8.603 secs) 04:27:28 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 82 of 149 SUCCESS (0 secs / 8.614 secs) 04:27:28 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 83 of 149 SUCCESS (0 secs / 8.739 secs) 04:27:29 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 84 of 149 SUCCESS (0 secs / 8.881 secs) 04:27:29 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 85 of 149 SUCCESS (0 secs / 8.936 secs) 04:27:29 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 86 of 149 SUCCESS (0 secs / 8.958 secs) 04:27:29 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 87 of 149 SUCCESS (0 secs / 8.978 secs) 04:27:29 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 88 of 149 SUCCESS (0 secs / 8.998 secs) 04:27:29 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 89 of 149 SUCCESS (0 secs / 9.023 secs) 04:27:29 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 90 of 149 SUCCESS (0 secs / 9.045 secs) 04:27:29 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 91 of 149 SUCCESS (0 secs / 9.187 secs) 04:27:29 WARN: ' 04:27:29 It looks like you're using ngModel on the same form field as formControlName. 04:27:29 Support for using the ngModel input property and ngModelChange event with 04:27:29 reactive form directives has been deprecated in Angular v6 and will be removed 04:27:29 in a future version of Angular. 04:27:29 04:27:29 For more information on this, see our API docs here: 04:27:29 https://angular.io/api/forms/FormControlName#use-with-ngmodel 04:27:29 ' 04:27:29 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 91 of 149 SUCCESS (0 secs / 9.187 secs) 04:27:29 WARN: ' 04:27:29 It looks like you're using ngModel on the same form field as formControlName. 04:27:29 Support for using the ngModel input property and ngModelChange event with 04:27:29 reactive form directives has been deprecated in Angular v6 and will be removed 04:27:29 in a future version of Angular. 04:27:29 04:27:29 For more information on this, see our API docs here: 04:27:29 https://angular.io/api/forms/FormControlName#use-with-ngmodel 04:27:29 ' 04:27:29 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 92 of 149 SUCCESS (0 secs / 9.335 secs) 04:27:29 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 93 of 149 SUCCESS (0 secs / 9.359 secs) 04:27:29 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 94 of 149 SUCCESS (0 secs / 9.369 secs) 04:27:29 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 95 of 149 SUCCESS (0 secs / 9.397 secs) 04:27:29 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 96 of 149 SUCCESS (0 secs / 9.414 secs) 04:27:29 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 97 of 149 SUCCESS (0 secs / 9.424 secs) 04:27:29 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 98 of 149 SUCCESS (0 secs / 9.476 secs) 04:27:30 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 99 of 149 SUCCESS (0 secs / 9.879 secs) 04:27:30 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 100 of 149 SUCCESS (0 secs / 9.945 secs) 04:27:30 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 101 of 149 SUCCESS (0 secs / 9.976 secs) 04:27:30 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 102 of 149 SUCCESS (0 secs / 10.098 secs) 04:27:30 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 103 of 149 SUCCESS (0 secs / 10.114 secs) 04:27:30 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 104 of 149 SUCCESS (0 secs / 10.129 secs) 04:27:30 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 105 of 149 SUCCESS (0 secs / 10.15 secs) 04:27:30 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 106 of 149 SUCCESS (0 secs / 10.159 secs) 04:27:30 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 107 of 149 SUCCESS (0 secs / 10.182 secs) 04:27:31 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 108 of 149 SUCCESS (0 secs / 10.687 secs) 04:27:31 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 109 of 149 SUCCESS (0 secs / 10.718 secs) 04:27:31 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 110 of 149 SUCCESS (0 secs / 10.764 secs) 04:27:31 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 111 of 149 SUCCESS (0 secs / 10.939 secs) 04:27:32 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 112 of 149 SUCCESS (0 secs / 11.158 secs) 04:27:32 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 113 of 149 SUCCESS (0 secs / 11.205 secs) 04:27:32 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 114 of 149 SUCCESS (0 secs / 11.315 secs) 04:27:32 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 115 of 149 SUCCESS (0 secs / 11.338 secs) 04:27:32 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 116 of 149 SUCCESS (0 secs / 11.418 secs) 04:27:32 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 117 of 149 SUCCESS (0 secs / 11.541 secs) 04:27:32 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 118 of 149 SUCCESS (0 secs / 11.602 secs) 04:27:32 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 119 of 149 SUCCESS (0 secs / 11.625 secs) 04:27:32 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 120 of 149 SUCCESS (0 secs / 11.801 secs) 04:27:32 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 121 of 149 SUCCESS (0 secs / 11.853 secs) 04:27:33 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 122 of 149 SUCCESS (0 secs / 11.868 secs) 04:27:33 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 123 of 149 SUCCESS (0 secs / 11.92 secs) 04:27:33 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 124 of 149 SUCCESS (0 secs / 11.957 secs) 04:27:33 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 125 of 149 SUCCESS (0 secs / 12.045 secs) 04:27:33 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 126 of 149 SUCCESS (0 secs / 12.187 secs) 04:27:33 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 127 of 149 SUCCESS (0 secs / 12.223 secs) 04:27:33 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 128 of 149 SUCCESS (0 secs / 12.349 secs) 04:27:33 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 129 of 149 SUCCESS (0 secs / 12.419 secs) 04:27:33 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 130 of 149 SUCCESS (0 secs / 12.578 secs) 04:27:33 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 131 of 149 SUCCESS (0 secs / 12.614 secs) 04:27:34 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 132 of 149 SUCCESS (0 secs / 12.675 secs) 04:27:34 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 133 of 149 SUCCESS (0 secs / 12.74 secs) 04:27:34 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 134 of 149 SUCCESS (0 secs / 12.771 secs) 04:27:34 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 135 of 149 SUCCESS (0 secs / 12.91 secs) 04:27:34 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 136 of 149 SUCCESS (0 secs / 12.963 secs) 04:27:34 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 137 of 149 SUCCESS (0 secs / 13.017 secs) 04:27:35 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 138 of 149 SUCCESS (0 secs / 13.196 secs) 04:27:35 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 139 of 149 SUCCESS (0 secs / 13.27 secs) 04:27:35 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 140 of 149 SUCCESS (0 secs / 13.29 secs) 04:27:35 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 141 of 149 SUCCESS (0 secs / 13.3 secs) 04:27:35 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 142 of 149 SUCCESS (0 secs / 13.35 secs) 04:27:35 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 143 of 149 SUCCESS (0 secs / 13.38 secs) 04:27:35 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 144 of 149 SUCCESS (0 secs / 13.409 secs) 04:27:35 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 145 of 149 SUCCESS (0 secs / 13.457 secs) 04:27:35 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 146 of 149 SUCCESS (0 secs / 13.498 secs) 04:27:35 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 147 of 149 SUCCESS (0 secs / 13.574 secs) 04:27:35 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 148 of 149 SUCCESS (0 secs / 13.635 secs) 04:27:35 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 149 of 149 SUCCESS (0 secs / 13.663 secs) 04:27:36 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 149 of 149 SUCCESS (19.142 secs / 13.663 secs) 04:27:36 TOTAL: 149 SUCCESS 04:27:36 ✔ Browser application bundle generation complete. 04:27:39 04:27:39 =============================== Coverage summary =============================== 04:27:39 Statements : 40.98% ( 1467/3580 ) 04:27:39 Branches : 12.03% ( 111/923 ) 04:27:39 Functions : 33.28% ( 432/1298 ) 04:27:39 Lines : 38.91% ( 1318/3387 ) 04:27:39 ================================================================================ 04:27:39 24 10 2022 04:27:39.538:WARN [launcher]: ChromeHeadless was not killed in 2000 ms, sending SIGKILL. 04:27:40 ✔ Browser application bundle generation complete. 04:27:41 make[1]: Leaving directory '/w/workspace/edgex-ui-go/1/web' [Pipeline] echo 04:27:41 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 04:27:41 $ docker stop --time=1 e7cd48ed9b3216cd229c0ba58042c698be45a4d5941d71aeee7ddc3ffef8bf90 04:27:43 $ docker rm -f e7cd48ed9b3216cd229c0ba58042c698be45a4d5941d71aeee7ddc3ffef8bf90 [Pipeline] // withDockerContainer [Pipeline] sh 04:27:44 + sudo chown -R jenkins:jenkins . [Pipeline] stash 04:27:46 Warning: overwriting stash ‘coverage-report’ 04:27:51 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 04:27:52 + sudo chown -R jenkins:jenkins . [Pipeline] sh 04:27:55 + ls -al . 04:27:55 total 180 04:27:55 drwxrwxr-x 13 jenkins jenkins 4096 Oct 24 04:16 . 04:27:55 drwxrwxr-x 4 jenkins jenkins 4096 Oct 24 04:13 .. 04:27:55 drwxrwxr-x 2 jenkins jenkins 4096 Oct 24 04:13 .blubracket 04:27:55 -rw-rw-r-- 1 jenkins jenkins 18 Oct 24 04:13 .dockerignore 04:27:55 drwxrwxr-x 8 jenkins jenkins 4096 Oct 24 04:13 .git 04:27:55 drwxrwxr-x 3 jenkins jenkins 4096 Oct 24 04:13 .github 04:27:55 -rw-rw-r-- 1 jenkins jenkins 185 Oct 24 04:13 .gitignore 04:27:55 -rw-rw-r-- 1 jenkins jenkins 4856 Oct 24 04:13 Attribution.txt 04:27:55 -rw-rw-r-- 1 jenkins jenkins 14570 Oct 24 04:13 CHANGELOG.md 04:27:55 -rw-rw-r-- 1 jenkins jenkins 3959 Oct 24 04:13 CONTRIBUTING.md 04:27:55 -rw-rw-r-- 1 jenkins jenkins 1847 Oct 24 04:13 Dockerfile 04:27:55 -rw-rw-r-- 1 jenkins jenkins 652 Oct 24 04:13 Jenkinsfile 04:27:55 -rw-rw-r-- 1 jenkins jenkins 11357 Oct 24 04:13 LICENSE 04:27:55 -rw-rw-r-- 1 jenkins jenkins 2124 Oct 24 04:13 Makefile 04:27:55 -rw-rw-r-- 1 jenkins jenkins 4398 Oct 24 04:13 README.md 04:27:55 -rw-rw-r-- 1 jenkins jenkins 5 Oct 24 04:12 VERSION 04:27:55 drwxrwxr-x 3 jenkins jenkins 4096 Oct 24 04:13 assets 04:27:55 drwxrwxr-x 2 jenkins jenkins 4096 Oct 24 04:13 bin 04:27:55 drwxrwxr-x 3 jenkins jenkins 4096 Oct 24 04:13 cmd 04:27:55 -rw-r--r-- 1 jenkins jenkins 10 Oct 24 04:16 coverage.out 04:27:55 drwxrwxr-x 2 jenkins jenkins 4096 Oct 24 04:13 docs 04:27:55 -rw-rw-r-- 1 jenkins jenkins 3151 Oct 24 04:13 go.mod 04:27:55 -rw-rw-r-- 1 jenkins jenkins 43970 Oct 24 04:13 go.sum 04:27:55 drwxrwxr-x 8 jenkins jenkins 4096 Oct 24 04:13 internal 04:27:55 drwxrwxr-x 4 jenkins jenkins 4096 Oct 24 04:13 snap 04:27:55 drwxrwxr-x 4 jenkins jenkins 4096 Oct 24 04:13 testing 04:27:55 -rw-rw-r-- 1 jenkins jenkins 155 Oct 24 04:13 version.go 04:27:55 drwxrwxr-x 6 jenkins jenkins 4096 Oct 24 04:19 web [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:27:55 + 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=21b496b35e7919b978bec18b8a3c54337950240b --label arch=arm64 --label version=0.0.0 . 04:27:57 Sending build context to Docker daemon 31.46MB 04:27:57 Step 1/26 : ARG BASE=golang:1.18-alpine3.16 04:27:57 Step 2/26 : FROM ${BASE} AS builder 04:27:57 ---> d0c1cce9039f 04:27:57 Step 3/26 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" 04:27:57 ---> Running in a72885ed5f6f 04:27:57 Removing intermediate container a72885ed5f6f 04:27:57 ---> ac15e665e671 04:27:57 Step 4/26 : ARG ALPINE_PKG_BASE="make git" 04:27:57 ---> Running in 145064ef51bc 04:27:58 Removing intermediate container 145064ef51bc 04:27:58 ---> 9b7dff4cb1c2 04:27:58 Step 5/26 : ARG ALPINE_PKG_EXTRA="" 04:27:58 ---> Running in f1cdf57bd646 04:27:58 Removing intermediate container f1cdf57bd646 04:27:58 ---> f7307f63d6c5 04:27:58 Step 6/26 : LABEL Name=edgex-ui-go 04:27:58 ---> Running in 0afc3a3e2302 04:27:58 Removing intermediate container 0afc3a3e2302 04:27:58 ---> 68d88bec2b65 04:27:58 Step 7/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2022: Intel' 04:27:58 ---> Running in 556f744b004b 04:27:59 Removing intermediate container 556f744b004b 04:27:59 ---> 59d3b2b7ab33 04:27:59 Step 8/26 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 04:28:01 ---> 4a996ea03ada 04:28:01 Step 9/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 04:28:01 ---> Running in 13ed9cac605e 04:28:03 Removing intermediate container 13ed9cac605e 04:28:03 ---> c6c9b1fb8e31 04:28:03 Step 10/26 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 04:28:03 ---> Running in 96bf9c07d489 04:28:04 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 04:28:04 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 04:28:05 OK: 221 MiB in 51 packages 04:28:06 Removing intermediate container 96bf9c07d489 04:28:06 ---> 188b2ecc6bcc 04:28:06 Step 11/26 : ENV GO111MODULE=on 04:28:06 ---> Running in e02a58e5525e 04:28:06 Removing intermediate container e02a58e5525e 04:28:06 ---> 7e2d7b0bfccb 04:28:06 Step 12/26 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go 04:28:06 ---> Running in 863bc7b38353 04:28:07 Removing intermediate container 863bc7b38353 04:28:07 ---> 948b69c9d141 04:28:07 Step 13/26 : COPY go.mod vendor* ./ 04:28:07 ---> e22c9090fc82 04:28:07 Step 14/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 04:28:07 ---> Running in b47b6b385886 04:28:09 Removing intermediate container b47b6b385886 04:28:09 ---> 01570e99eb87 04:28:09 Step 15/26 : COPY . . 04:28:14 ---> 5d9c61dd2dda 04:28:14 Step 16/26 : RUN ${MAKE} 04:28:14 ---> Running in 7b60b07c5edb 04:28:14 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 04:29:22 Removing intermediate container 7b60b07c5edb 04:29:22 ---> 43864fd89f03 04:29:22 Step 17/26 : FROM alpine:3.14 04:29:22 3.14: Pulling from library/alpine 04:29:22 90cda3b7c325: Pulling fs layer 04:29:22 90cda3b7c325: Verifying Checksum 04:29:22 90cda3b7c325: Download complete 04:29:22 90cda3b7c325: Pull complete 04:29:22 Digest: sha256:1ab24b3b99320975cca71716a7475a65d263d0b6b604d9d14ce08f7a3f67595c 04:29:22 Status: Downloaded newer image for alpine:3.14 04:29:22 ---> 376ba31ae3da 04:29:22 Step 18/26 : EXPOSE 4000 04:29:23 ---> Running in 706d1c5521a0 04:29:23 Removing intermediate container 706d1c5521a0 04:29:23 ---> ddaafdbd53d4 04:29:23 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 04:29:24 ---> 330c819bd554 04:29:24 Step 20/26 : COPY --from=builder /go/src/github.com/edgexfoundry/edgex-ui-go/Attribution.txt /Attribution.txt 04:29:25 ---> 7f99d108c9c6 04:29:25 Step 21/26 : COPY --from=builder /go/src/github.com/edgexfoundry/edgex-ui-go/LICENSE /LICENSE 04:29:25 ---> f3f18973aa8d 04:29:25 Step 22/26 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server 04:29:25 ---> Running in c1f5321d0a26 04:29:26 Removing intermediate container c1f5321d0a26 04:29:26 ---> 2a012b28bcce 04:29:26 Step 23/26 : ENTRYPOINT ["./edgex-ui-server","--confdir=res/docker"] 04:29:26 ---> Running in 588259735e39 04:29:26 Removing intermediate container 588259735e39 04:29:26 ---> 662a96413621 04:29:26 Step 24/26 : LABEL arch=arm64 04:29:26 ---> Running in b561eb2ac671 04:29:27 Removing intermediate container b561eb2ac671 04:29:27 ---> 84796e1fe143 04:29:27 Step 25/26 : LABEL git_sha=21b496b35e7919b978bec18b8a3c54337950240b 04:29:27 ---> Running in efebc6c5e922 04:29:27 Removing intermediate container efebc6c5e922 04:29:27 ---> 21b2c62c217f 04:29:27 Step 26/26 : LABEL version=0.0.0 04:29:27 ---> Running in db74903bedb9 04:29:27 Removing intermediate container db74903bedb9 04:29:27 ---> de64a6854464 04:29:27 [Warning] One or more build-args [ARCH] were not consumed 04:29:27 Successfully built de64a6854464 04:29:27 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 04:29:28 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 04:29:28 04:29:28 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:29:28 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 04:29:28 arm64: Pulling from edgex-lftools-log-publisher 04:29:28 8998bd30e6a1: Pulling fs layer 04:29:28 04944245beec: Pulling fs layer 04:29:28 699f458cf7ca: Pulling fs layer 04:29:28 765212b225bb: Pulling fs layer 04:29:28 f23df028b6ca: Pulling fs layer 04:29:28 d65c8cfc05b1: Pulling fs layer 04:29:28 2437ff75d9bd: Pulling fs layer 04:29:28 765212b225bb: Waiting 04:29:28 f23df028b6ca: Waiting 04:29:28 d65c8cfc05b1: Waiting 04:29:28 2437ff75d9bd: Waiting 04:29:29 04944245beec: Verifying Checksum 04:29:29 04944245beec: Download complete 04:29:29 765212b225bb: Verifying Checksum 04:29:29 765212b225bb: Download complete 04:29:29 f23df028b6ca: Verifying Checksum 04:29:29 f23df028b6ca: Download complete 04:29:29 d65c8cfc05b1: Verifying Checksum 04:29:29 d65c8cfc05b1: Download complete 04:29:29 699f458cf7ca: Download complete 04:29:29 8998bd30e6a1: Verifying Checksum 04:29:29 8998bd30e6a1: Download complete 04:29:32 2437ff75d9bd: Verifying Checksum 04:29:32 2437ff75d9bd: Download complete 04:29:33 8998bd30e6a1: Pull complete 04:29:34 04944245beec: Pull complete 04:29:35 699f458cf7ca: Pull complete 04:29:35 765212b225bb: Pull complete 04:29:36 f23df028b6ca: Pull complete 04:29:36 d65c8cfc05b1: Pull complete 04:29:51 2437ff75d9bd: Pull complete 04:29:51 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 04:29:51 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 04:29:51 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 04:29:51 prd-ubuntu20.04-docker-arm64-4c-16g-9177 does not seem to be running inside a container 04:29:51 $ 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 04:29:54 $ docker top 391d4a2955381a8ef4f421411eacec8326cb98e226ed5078d4db1baf603d834a -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 04:29:55 ---> job-cost.sh 04:29:55 lf-activate-venv: SKIPPING 04:29:55 INFO: No Stack... 04:29:56 INFO: Retrieving Pricing Info for: v3-standard-4 04:29:57 INFO: Archiving Costs [Pipeline] sh 04:29:57 + + cut -d, -f6 04:29:57 cat /w/workspace/edgex-ui-go/1/archives/cost.csv [Pipeline] lock 04:29:57 Trying to acquire lock on [jenkins-edgexfoundry-edgex-ui-go-PR-561-1-stack-cost] 04:29:57 Resource [jenkins-edgexfoundry-edgex-ui-go-PR-561-1-stack-cost] did not exist. Created. 04:29:57 Lock acquired on [jenkins-edgexfoundry-edgex-ui-go-PR-561-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 04:29:58 /w/workspace/edgex-ui-go/1@tmp/durable-334b1221/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh 04:29:58 + echo total: 0.10999999940395355 [Pipeline] stash 04:29:58 Warning: overwriting stash ‘stack-cost’ 04:30:03 Stashed 1 file(s) [Pipeline] } 04:30:03 Lock released on resource [jenkins-edgexfoundry-edgex-ui-go-PR-561-1-stack-cost] [Pipeline] // lock [Pipeline] } 04:30:03 $ docker stop --time=1 391d4a2955381a8ef4f421411eacec8326cb98e226ed5078d4db1baf603d834a 04:30:05 $ docker rm -f 391d4a2955381a8ef4f421411eacec8326cb98e226ed5078d4db1baf603d834a [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 04:30:06 provisioning config files... 04:30:06 copy managed file [edgex-ui-go-codecov-token] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-561@tmp/config15053128562829874028tmp [Pipeline] { [Pipeline] sh 04:30:06 + set +x 04:30:06 + curl -s https://codecov.io/bash 04:30:06 + bash -s -- 04:30:06 04:30:06 _____ _ 04:30:06 / ____| | | 04:30:06 | | ___ __| | ___ ___ _____ __ 04:30:06 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 04:30:06 | |___| (_) | (_| | __/ (_| (_) \ V / 04:30:06 \_____\___/ \__,_|\___|\___\___/ \_/ 04:30:06 Bash-1.0.6 04:30:06 04:30:06 04:30:06 ==> git version 2.25.1 found 04:30:06 ==> 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 04:30:06 Release-Date: 2020-01-08 04:30:06 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 04:30:06 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 04:30:06 ==> Jenkins CI detected. 04:30:06 current dir:  /w/workspace/edgexfoundry_edgex-ui-go_PR-561 04:30:06 project root: . 04:30:06 --> token set from env 04:30:06 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 04:30:06 ==> Running gcov in . (disable via -X gcov) 04:30:06 ==> Python coveragepy not found 04:30:06 ==> Searching for coverage reports in: 04:30:06 + . 04:30:06 -> Found 1 reports 04:30:06 ==> Detecting git/mercurial file structure 04:30:06 ==> Reading reports 04:30:06 + ./coverage.out bytes=10 04:30:06 ==> Appending adjustments 04:30:06 https://docs.codecov.io/docs/fixing-reports 04:30:07 + Found adjustments 04:30:07 ==> Gzipping contents 04:30:07 12K /tmp/codecov.7LfXbU.gz 04:30:07 ==> Uploading reports 04:30:07 url: https://codecov.io 04:30:07 query: branch=PR-561&commit=21b496b35e7919b978bec18b8a3c54337950240b&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2FPR-561%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=561&job=&cmd_args= 04:30:07 -> Pinging Codecov 04:30:07 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=bafa3062-778c-4190-9a80-d8a5ae27d9ba&branch=PR-561&commit=21b496b35e7919b978bec18b8a3c54337950240b&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2FPR-561%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=561&job=&cmd_args= 04:30:07 -> Uploading to 04:30:07 https://storage.googleapis.com/codecov/v4/raw/2022-10-24/FB506323287CE973F263BFD2A0EB1F37/21b496b35e7919b978bec18b8a3c54337950240b/44a280df-5b38-40de-b057-a6645ae9d577.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20221024%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20221024T043007Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=05524e57d214844e6b80a3adbbeb9e7164af6062f98ba202b93ae7b0a5e02c03 04:30:07 % Total % Received % Xferd Average Speed Time Time Time Current 04:30:07 Dload Upload Total Spent Left Speed 04:30:08 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 8872 0 0 100 8872 0 37914 --:--:-- --:--:-- --:--:-- 37914 04:30:08 -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/edgex-ui-go/commit/21b496b35e7919b978bec18b8a3c54337950240b [Pipeline] } 04:30:08 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 04:30:10 + [ -d /w/workspace/edgexfoundry_edgex-ui-go_PR-561/archives ] 04:30:10 + ls -al /w/workspace/edgexfoundry_edgex-ui-go_PR-561/archives 04:30:10 total 16 04:30:10 drwxr-xr-x 3 root root 4096 Oct 24 04:16 . 04:30:10 drwxrwxr-x 15 jenkins jenkins 4096 Oct 24 04:16 .. 04:30:10 drwxr-xr-x 2 root root 4096 Oct 24 04:16 cost 04:30:10 -rw-r--r-- 1 root root 83 Oct 24 04:16 cost.csv 04:30:10 + sudo chown -R jenkins:jenkins /w/workspace/edgexfoundry_edgex-ui-go_PR-561/archives 04:30:10 + ls -al /w/workspace/edgexfoundry_edgex-ui-go_PR-561/archives 04:30:10 total 16 04:30:10 drwxr-xr-x 3 jenkins jenkins 4096 Oct 24 04:16 . 04:30:10 drwxrwxr-x 15 jenkins jenkins 4096 Oct 24 04:16 .. 04:30:10 drwxr-xr-x 2 jenkins jenkins 4096 Oct 24 04:16 cost 04:30:10 -rw-r--r-- 1 jenkins jenkins 83 Oct 24 04:16 cost.csv [Pipeline] libraryResource [Pipeline] sh 04:30:10 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 04:30:11 ---> package-listing.sh 04:30:11 ++ facter osfamily 04:30:11 ++ tr '[:upper:]' '[:lower:]' 04:30:11 + OS_FAMILY=debian 04:30:11 + workspace=/w/workspace/edgexfoundry_edgex-ui-go_PR-561 04:30:11 + START_PACKAGES=/tmp/packages_start.txt 04:30:11 + END_PACKAGES=/tmp/packages_end.txt 04:30:11 + DIFF_PACKAGES=/tmp/packages_diff.txt 04:30:11 + PACKAGES=/tmp/packages_start.txt 04:30:11 + '[' /w/workspace/edgexfoundry_edgex-ui-go_PR-561 ']' 04:30:11 + PACKAGES=/tmp/packages_end.txt 04:30:11 + case "${OS_FAMILY}" in 04:30:11 + dpkg -l 04:30:11 + grep '^ii' 04:30:11 + '[' -f /tmp/packages_start.txt ']' 04:30:11 + '[' -f /tmp/packages_end.txt ']' 04:30:11 + diff /tmp/packages_start.txt /tmp/packages_end.txt 04:30:11 + '[' /w/workspace/edgexfoundry_edgex-ui-go_PR-561 ']' 04:30:11 + mkdir -p /w/workspace/edgexfoundry_edgex-ui-go_PR-561/archives/ 04:30:11 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgexfoundry_edgex-ui-go_PR-561/archives/ [Pipeline] echo 04:30:11 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-561/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 04:30:11 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:30:12 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 04:30:12 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 04:30:12 prd-ubuntu20.04-docker-8c-8g-9173 does not seem to be running inside a container 04:30:12 $ 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-561/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-561 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-561:/w/workspace/edgexfoundry_edgex-ui-go_PR-561:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-561@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-561@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 04:30:12 $ docker top dc6752024e19e7e4911d3003ab2a8b6a868c1f676f0017b00d11be338a3c58ab -eo pid,comm [Pipeline] { [Pipeline] sh 04:30:13 + touch /tmp/pre-build-complete [Pipeline] sh 04:30:13 + mkdir -p /var/log/sysstat [Pipeline] sh 04:30:13 + ls /var/log/sa-host 04:30:13 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 04:30:14 provisioning config files... 04:30:14 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-561@tmp/config14372972864214029408tmp [Pipeline] { [Pipeline] echo 04:30:14 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 04:30:14 ---> create-netrc.sh [Pipeline] } 04:30:14 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 04:30:14 ---> python-tools-install.sh [Pipeline] echo 04:30:14 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 04:30:15 ---> sudo-logs.sh 04:30:15 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 04:30:15 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 04:30:15 ---> job-cost.sh 04:30:15 lf-activate-venv: SKIPPING 04:30:15 DEBUG: total: 0.2199999988079071 04:30:15 INFO: Retrieving Stack Cost... 04:30:15 INFO: Retrieving Pricing Info for: v3-standard-8 04:30:16 INFO: Archiving Costs [Pipeline] echo 04:30:16 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 04:30:16 ---> logs-deploy.sh 04:30:16 lf-activate-venv: SKIPPING 04:30:16 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-ui-go/PR-561/1 04:30:16 INFO: archiving workspace using pattern(s): 04:30:17 Archives upload complete. 04:30:18 INFO: archiving logs to Nexus