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 [2022-10-24T04:12:06.749Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2022-10-24T04:12:06.917Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2022-10-24T04:12:07.017Z] ========================================================= [2022-10-24T04:12:07.017Z] EdgeX Global Pipelines Version Info [2022-10-24T04:12:07.017Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2022-10-24T04:12:07.754Z] ------------------- [2022-10-24T04:12:07.754Z] stable info: [2022-10-24T04:12:07.754Z] ------------------- [2022-10-24T04:12:07.754Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2022-10-24T04:12:07.754Z] Commit SHA: 6c1167a966ce7273a24629bf6583a1975ad218c3 [2022-10-24T04:12:07.754Z] Message: update stable to v1.0.243 [2022-10-24T04:12:08.323Z] ------------------- [2022-10-24T04:12:08.323Z] experimental info: [2022-10-24T04:12:08.323Z] ------------------- [2022-10-24T04:12:08.323Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2022-10-24T04:12:08.323Z] Commit SHA: 6c1167a966ce7273a24629bf6583a1975ad218c3 [2022-10-24T04:12:08.323Z] Message: update experimental to v1.0.243 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2022-10-24T04:12:08.605Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-ui-go-settings [Pipeline] echo [2022-10-24T04:12:08.644Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-ui-go [Pipeline] echo [2022-10-24T04:12:14.435Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2022-10-24T04:12:14.486Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2022-10-24T04:12:14.535Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2022-10-24T04:12:14.576Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.18 [Pipeline] echo [2022-10-24T04:12:14.624Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2022-10-24T04:12:14.673Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2022-10-24T04:12:14.713Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2022-10-24T04:12:14.758Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2022-10-24T04:12:14.801Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2022-10-24T04:12:14.839Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = edgex-ui [Pipeline] echo [2022-10-24T04:12:14.879Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2022-10-24T04:12:14.920Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2022-10-24T04:12:14.988Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2022-10-24T04:12:15.029Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2022-10-24T04:12:15.071Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2022-10-24T04:12:15.114Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2022-10-24T04:12:15.212Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2022-10-24T04:12:15.258Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2022-10-24T04:12:15.299Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2022-10-24T04:12:15.340Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2022-10-24T04:12:15.383Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2022-10-24T04:12:15.424Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2022-10-24T04:12:15.460Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2022-10-24T04:12:15.502Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2022-10-24T04:12:15.544Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2022-10-24T04:12:15.587Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-561 [Pipeline] echo [2022-10-24T04:12:15.628Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-561 [Pipeline] echo [2022-10-24T04:12:15.667Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-561 [Pipeline] echo [2022-10-24T04:12:15.712Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 21b496b35e7919b978bec18b8a3c54337950240b [Pipeline] echo [2022-10-24T04:12:15.756Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 21b496b [Pipeline] echo [2022-10-24T04:12:15.799Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-10-24T04:12:15.919Z] provisioning config files... [2022-10-24T04:12:15.934Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-561@tmp/config9154830376121542602tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-10-24T04:12:16.331Z] ---> docker-login.sh [2022-10-24T04:12:16.331Z] nexus3.edgexfoundry.org:10001 [2022-10-24T04:12:16.591Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-10-24T04:12:16.591Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-10-24T04:12:16.591Z] Configure a credential helper to remove this warning. See [2022-10-24T04:12:16.591Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-10-24T04:12:16.591Z] [2022-10-24T04:12:16.591Z] Login Succeeded [2022-10-24T04:12:16.591Z] nexus3.edgexfoundry.org:10002 [2022-10-24T04:12:16.857Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-10-24T04:12:16.857Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-10-24T04:12:16.857Z] Configure a credential helper to remove this warning. See [2022-10-24T04:12:16.857Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-10-24T04:12:16.857Z] [2022-10-24T04:12:16.857Z] Login Succeeded [2022-10-24T04:12:16.857Z] nexus3.edgexfoundry.org:10003 [2022-10-24T04:12:16.857Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-10-24T04:12:16.857Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-10-24T04:12:16.857Z] Configure a credential helper to remove this warning. See [2022-10-24T04:12:16.857Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-10-24T04:12:16.857Z] [2022-10-24T04:12:16.857Z] Login Succeeded [2022-10-24T04:12:16.857Z] nexus3.edgexfoundry.org:10004 [2022-10-24T04:12:17.117Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-10-24T04:12:17.117Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-10-24T04:12:17.117Z] Configure a credential helper to remove this warning. See [2022-10-24T04:12:17.117Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-10-24T04:12:17.117Z] [2022-10-24T04:12:17.117Z] Login Succeeded [2022-10-24T04:12:17.117Z] docker.io [2022-10-24T04:12:17.117Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-10-24T04:12:17.473Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-10-24T04:12:17.473Z] Configure a credential helper to remove this warning. See [2022-10-24T04:12:17.473Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-10-24T04:12:17.473Z] [2022-10-24T04:12:17.473Z] Login Succeeded [2022-10-24T04:12:17.473Z] ---> docker-login.sh ends [Pipeline] } [2022-10-24T04:12:17.498Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2022-10-24T04:12:18.149Z] + git rev-list -1 --merges 21b496b35e7919b978bec18b8a3c54337950240b~1..21b496b35e7919b978bec18b8a3c54337950240b [Pipeline] echo [2022-10-24T04:12:18.204Z] -----------> git rev-list -1 --merges 21b496b35e7919b978bec18b8a3c54337950240b~1..21b496b35e7919b978bec18b8a3c54337950240b 21b496b35e7919b978bec18b8a3c54337950240b [false] [Pipeline] sh [2022-10-24T04:12:18.513Z] + git log --format=format:%s -1 21b496b35e7919b978bec18b8a3c54337950240b [Pipeline] echo [2022-10-24T04:12:18.544Z] ========================================================= [2022-10-24T04:12:18.544Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2022-10-24T04:12:18.544Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2022-10-24T04:12:18.966Z] + git log --format=format:%s -1 21b496b35e7919b978bec18b8a3c54337950240b [Pipeline] echo [2022-10-24T04:12:18.996Z] [semverPrep] GIT_COMMIT: 21b496b35e7919b978bec18b8a3c54337950240b, Commit Message: chore(deps): Bump github.com/edgexfoundry/go-mod-bootstrap/v2 [Pipeline] echo [2022-10-24T04:12:19.027Z] [semverPrep] This is not a build commit. [Pipeline] sh [2022-10-24T04:12:19.400Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2022-10-24T04:12:19.400Z] + grep -v github /etc/ssh/ssh_known_hosts [2022-10-24T04:12:19.400Z] + [ -e /tmp/ssh_known_hosts ] [2022-10-24T04:12:19.400Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2022-10-24T04:12:19.400Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2022-10-24T04:12:19.400Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2022-10-24T04:12:19.400Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-10-24T04:12:19.828Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2022-10-24T04:12:19.829Z] [2022-10-24T04:12:19.829Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-10-24T04:12:20.200Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2022-10-24T04:12:20.200Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2022-10-24T04:12:20.200Z] b85a868b505f: Pulling fs layer [2022-10-24T04:12:20.200Z] e2be974225ed: Pulling fs layer [2022-10-24T04:12:20.200Z] 339a4e72a1f5: Pulling fs layer [2022-10-24T04:12:20.200Z] 988bab9f4d93: Pulling fs layer [2022-10-24T04:12:20.200Z] 1469e6f7b9e6: Pulling fs layer [2022-10-24T04:12:20.200Z] eaf3925da568: Pulling fs layer [2022-10-24T04:12:20.200Z] bab4dde63d76: Pulling fs layer [2022-10-24T04:12:20.200Z] bde34c3a00c8: Pulling fs layer [2022-10-24T04:12:20.200Z] b352a97aabf1: Pulling fs layer [2022-10-24T04:12:20.200Z] 4872d77fe225: Pulling fs layer [2022-10-24T04:12:20.200Z] 5851b861e8e6: Pulling fs layer [2022-10-24T04:12:20.200Z] 1469e6f7b9e6: Waiting [2022-10-24T04:12:20.200Z] eaf3925da568: Waiting [2022-10-24T04:12:20.200Z] bab4dde63d76: Waiting [2022-10-24T04:12:20.200Z] 988bab9f4d93: Waiting [2022-10-24T04:12:20.200Z] bde34c3a00c8: Waiting [2022-10-24T04:12:20.200Z] b352a97aabf1: Waiting [2022-10-24T04:12:20.200Z] 4872d77fe225: Waiting [2022-10-24T04:12:20.200Z] 5851b861e8e6: Waiting [2022-10-24T04:12:20.200Z] e2be974225ed: Download complete [2022-10-24T04:12:20.200Z] 988bab9f4d93: Verifying Checksum [2022-10-24T04:12:20.462Z] 1469e6f7b9e6: Verifying Checksum [2022-10-24T04:12:20.463Z] 1469e6f7b9e6: Download complete [2022-10-24T04:12:20.463Z] 339a4e72a1f5: Verifying Checksum [2022-10-24T04:12:20.463Z] 339a4e72a1f5: Download complete [2022-10-24T04:12:20.463Z] eaf3925da568: Verifying Checksum [2022-10-24T04:12:20.463Z] eaf3925da568: Download complete [2022-10-24T04:12:20.463Z] bde34c3a00c8: Download complete [2022-10-24T04:12:20.463Z] b352a97aabf1: Download complete [2022-10-24T04:12:20.463Z] 4872d77fe225: Verifying Checksum [2022-10-24T04:12:20.463Z] 4872d77fe225: Download complete [2022-10-24T04:12:20.463Z] 5851b861e8e6: Verifying Checksum [2022-10-24T04:12:20.463Z] 5851b861e8e6: Download complete [2022-10-24T04:12:20.463Z] b85a868b505f: Download complete [2022-10-24T04:12:20.724Z] bab4dde63d76: Download complete [2022-10-24T04:12:22.109Z] b85a868b505f: Pull complete [2022-10-24T04:12:22.109Z] e2be974225ed: Pull complete [2022-10-24T04:12:22.684Z] 339a4e72a1f5: Pull complete [2022-10-24T04:12:22.684Z] 988bab9f4d93: Pull complete [2022-10-24T04:12:22.945Z] 1469e6f7b9e6: Pull complete [2022-10-24T04:12:22.945Z] eaf3925da568: Pull complete [2022-10-24T04:12:24.855Z] bab4dde63d76: Pull complete [2022-10-24T04:12:24.855Z] bde34c3a00c8: Pull complete [2022-10-24T04:12:25.114Z] b352a97aabf1: Pull complete [2022-10-24T04:12:25.114Z] 4872d77fe225: Pull complete [2022-10-24T04:12:25.374Z] 5851b861e8e6: Pull complete [2022-10-24T04:12:25.374Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2022-10-24T04:12:25.374Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2022-10-24T04:12:25.374Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-10-24T04:12:25.585Z] prd-ubuntu20.04-docker-8c-8g-9173 does not seem to be running inside a container [2022-10-24T04:12:25.618Z] $ 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 [2022-10-24T04:12:27.066Z] $ docker top 95e7a3016569dfb6eae4c78f1ae8d18a5d1ac689a9550a92316d332300d093c7 -eo pid,comm [2022-10-24T04:12:27.127Z] 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). [2022-10-24T04:12:27.127Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2022-10-24T04:12:27.262Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-10-24T04:12:27.262Z] [ssh-agent] Looking for ssh-agent implementation... [2022-10-24T04:12:27.388Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-10-24T04:12:27.393Z] $ docker exec 95e7a3016569dfb6eae4c78f1ae8d18a5d1ac689a9550a92316d332300d093c7 ssh-agent [2022-10-24T04:12:27.508Z] SSH_AUTH_SOCK=/tmp/ssh-GTgveY4zKvds/agent.32 [2022-10-24T04:12:27.508Z] SSH_AGENT_PID=38 [2022-10-24T04:12:27.515Z] Running ssh-add (command line suppressed) [2022-10-24T04:12:27.621Z] 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) [2022-10-24T04:12:27.634Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-10-24T04:12:27.964Z] + git tag --points-at HEAD [Pipeline] } [2022-10-24T04:12:27.994Z] $ docker exec --env ******** --env ******** 95e7a3016569dfb6eae4c78f1ae8d18a5d1ac689a9550a92316d332300d093c7 ssh-agent -k [2022-10-24T04:12:28.101Z] unset SSH_AUTH_SOCK; [2022-10-24T04:12:28.102Z] unset SSH_AGENT_PID; [2022-10-24T04:12:28.102Z] echo Agent pid 38 killed; [2022-10-24T04:12:28.110Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2022-10-24T04:12:28.203Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-10-24T04:12:28.203Z] [ssh-agent] Looking for ssh-agent implementation... [2022-10-24T04:12:28.315Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-10-24T04:12:28.320Z] $ docker exec 95e7a3016569dfb6eae4c78f1ae8d18a5d1ac689a9550a92316d332300d093c7 ssh-agent [2022-10-24T04:12:28.431Z] SSH_AUTH_SOCK=/tmp/ssh-vD8tX1arAEHe/agent.70 [2022-10-24T04:12:28.431Z] SSH_AGENT_PID=76 [2022-10-24T04:12:28.436Z] Running ssh-add (command line suppressed) [2022-10-24T04:12:28.543Z] 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) [2022-10-24T04:12:28.558Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-10-24T04:12:28.893Z] + git semver init [2022-10-24T04:12:29.152Z] 2022-10-24 04:12:29,077 [run_init] DEBUG init version:0.0.0 force:False [2022-10-24T04:12:29.152Z] 2022-10-24 04:12:29,078 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgexfoundry_edgex-ui-go_PR-561/.semver [2022-10-24T04:12:29.152Z] 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 [2022-10-24T04:12:29.152Z] 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) [2022-10-24T04:12:30.527Z] 2022-10-24 04:12:30,445 [append_file] DEBUG append to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-561/.git/info/exclude [2022-10-24T04:12:30.527Z] 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 [2022-10-24T04:12:30.527Z] 2022-10-24 04:12:30,446 [write_file] DEBUG write to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-561/.semver/PR-561 [2022-10-24T04:12:30.527Z] 2022-10-24 04:12:30,450 [execute] INFO git cat-file --batch-check [2022-10-24T04:12:30.527Z] 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=) [2022-10-24T04:12:30.527Z] 2022-10-24 04:12:30,458 [execute] INFO git cat-file --batch [2022-10-24T04:12:30.527Z] 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=) [2022-10-24T04:12:30.527Z] 2022-10-24 04:12:30,464 [read_version] DEBUG read version from /w/workspace/edgexfoundry_edgex-ui-go_PR-561/.semver/PR-561 [2022-10-24T04:12:30.527Z] 0.0.0 [Pipeline] } [2022-10-24T04:12:30.554Z] $ docker exec --env ******** --env ******** 95e7a3016569dfb6eae4c78f1ae8d18a5d1ac689a9550a92316d332300d093c7 ssh-agent -k [2022-10-24T04:12:30.648Z] unset SSH_AUTH_SOCK; [2022-10-24T04:12:30.649Z] unset SSH_AGENT_PID; [2022-10-24T04:12:30.649Z] echo Agent pid 76 killed; [2022-10-24T04:12:30.657Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2022-10-24T04:12:31.090Z] + git semver [Pipeline] } [2022-10-24T04:12:31.372Z] $ docker stop --time=1 95e7a3016569dfb6eae4c78f1ae8d18a5d1ac689a9550a92316d332300d093c7 [2022-10-24T04:12:32.698Z] $ docker rm -f 95e7a3016569dfb6eae4c78f1ae8d18a5d1ac689a9550a92316d332300d093c7 [Pipeline] // withDockerContainer [Pipeline] sh [2022-10-24T04:12:33.096Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2022-10-24T04:12:33.334Z] Stashed 1 file(s) [Pipeline] echo [2022-10-24T04:12:33.351Z] [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 [2022-10-24T04:12:33.955Z] provisioning config files... [2022-10-24T04:12:33.965Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-561@tmp/config13857678245407545501tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-10-24T04:12:34.314Z] ---> docker-login.sh [2022-10-24T04:12:34.314Z] nexus3.edgexfoundry.org:10001 [2022-10-24T04:12:34.314Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-10-24T04:12:34.314Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-10-24T04:12:34.314Z] Configure a credential helper to remove this warning. See [2022-10-24T04:12:34.314Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-10-24T04:12:34.314Z] [2022-10-24T04:12:34.314Z] Login Succeeded [2022-10-24T04:12:34.314Z] nexus3.edgexfoundry.org:10002 [2022-10-24T04:12:34.314Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-10-24T04:12:34.314Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-10-24T04:12:34.314Z] Configure a credential helper to remove this warning. See [2022-10-24T04:12:34.314Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-10-24T04:12:34.314Z] [2022-10-24T04:12:34.314Z] Login Succeeded [2022-10-24T04:12:34.314Z] nexus3.edgexfoundry.org:10003 [2022-10-24T04:12:34.573Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-10-24T04:12:34.573Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-10-24T04:12:34.573Z] Configure a credential helper to remove this warning. See [2022-10-24T04:12:34.573Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-10-24T04:12:34.573Z] [2022-10-24T04:12:34.573Z] Login Succeeded [2022-10-24T04:12:34.573Z] nexus3.edgexfoundry.org:10004 [2022-10-24T04:12:34.573Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-10-24T04:12:34.573Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-10-24T04:12:34.573Z] Configure a credential helper to remove this warning. See [2022-10-24T04:12:34.573Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-10-24T04:12:34.573Z] [2022-10-24T04:12:34.573Z] Login Succeeded [2022-10-24T04:12:34.573Z] docker.io [2022-10-24T04:12:34.835Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-10-24T04:12:35.095Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-10-24T04:12:35.095Z] Configure a credential helper to remove this warning. See [2022-10-24T04:12:35.095Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-10-24T04:12:35.095Z] [2022-10-24T04:12:35.095Z] Login Succeeded [2022-10-24T04:12:35.095Z] ---> docker-login.sh ends [Pipeline] } [2022-10-24T04:12:35.127Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2022-10-24T04:12:35.331Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-10-24T04:12:35.370Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-10-24T04:12:35.413Z] ========================================================= [2022-10-24T04:12:35.413Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine] [2022-10-24T04:12:35.413Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-10-24T04:12:35.872Z] + 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 . [2022-10-24T04:12:36.132Z] Sending build context to Docker daemon 45.49MB [2022-10-24T04:12:36.132Z] Step 1/16 : ARG BASE=golang:1.18-alpine3.16 [2022-10-24T04:12:36.132Z] Step 2/16 : FROM ${BASE} AS builder [2022-10-24T04:12:36.132Z] 1.18-alpine: Pulling from edgex-devops/edgex-golang-base [2022-10-24T04:12:36.132Z] 213ec9aee27d: Pulling fs layer [2022-10-24T04:12:36.132Z] 4583459ba037: Pulling fs layer [2022-10-24T04:12:36.132Z] 93c1e223e6f2: Pulling fs layer [2022-10-24T04:12:36.132Z] 53926ce57604: Pulling fs layer [2022-10-24T04:12:36.132Z] 21b2b0c7a3f4: Pulling fs layer [2022-10-24T04:12:36.132Z] 30f14e443154: Pulling fs layer [2022-10-24T04:12:36.132Z] 801331c1e519: Pulling fs layer [2022-10-24T04:12:36.132Z] 99cc6dd402b0: Pulling fs layer [2022-10-24T04:12:36.132Z] 7d9ed39f4882: Pulling fs layer [2022-10-24T04:12:36.132Z] 801331c1e519: Waiting [2022-10-24T04:12:36.132Z] 30f14e443154: Waiting [2022-10-24T04:12:36.132Z] 7d9ed39f4882: Waiting [2022-10-24T04:12:36.132Z] 53926ce57604: Waiting [2022-10-24T04:12:36.132Z] 99cc6dd402b0: Waiting [2022-10-24T04:12:36.132Z] 93c1e223e6f2: Verifying Checksum [2022-10-24T04:12:36.132Z] 93c1e223e6f2: Download complete [2022-10-24T04:12:36.132Z] 4583459ba037: Download complete [2022-10-24T04:12:36.132Z] 21b2b0c7a3f4: Verifying Checksum [2022-10-24T04:12:36.132Z] 21b2b0c7a3f4: Download complete [2022-10-24T04:12:36.132Z] 30f14e443154: Download complete [2022-10-24T04:12:36.132Z] 213ec9aee27d: Download complete [2022-10-24T04:12:36.394Z] 801331c1e519: Download complete [2022-10-24T04:12:36.394Z] 213ec9aee27d: Pull complete [2022-10-24T04:12:36.394Z] 4583459ba037: Pull complete [2022-10-24T04:12:36.659Z] 93c1e223e6f2: Pull complete [2022-10-24T04:12:36.918Z] 7d9ed39f4882: Verifying Checksum [2022-10-24T04:12:36.918Z] 7d9ed39f4882: Download complete [2022-10-24T04:12:36.918Z] 99cc6dd402b0: Verifying Checksum [2022-10-24T04:12:36.918Z] 99cc6dd402b0: Download complete [2022-10-24T04:12:36.918Z] 53926ce57604: Verifying Checksum [2022-10-24T04:12:36.918Z] 53926ce57604: Download complete [2022-10-24T04:12:41.188Z] 53926ce57604: Pull complete [2022-10-24T04:12:41.188Z] 21b2b0c7a3f4: Pull complete [2022-10-24T04:12:41.188Z] 30f14e443154: Pull complete [2022-10-24T04:12:41.188Z] 801331c1e519: Pull complete [2022-10-24T04:12:43.093Z] 99cc6dd402b0: Pull complete [2022-10-24T04:12:44.029Z] 7d9ed39f4882: Pull complete [2022-10-24T04:12:44.029Z] Digest: sha256:1f16063191d1a9870fce7bbdb1825a1eb962d13bb3ce54f6dd36240110f048b3 [2022-10-24T04:12:44.029Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2022-10-24T04:12:44.029Z] ---> 1dedd983c030 [2022-10-24T04:12:44.029Z] Step 3/16 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" [2022-10-24T04:12:45.937Z] ---> Running in 41c31994efde [2022-10-24T04:12:45.937Z] Removing intermediate container 41c31994efde [2022-10-24T04:12:45.937Z] ---> 3af4a4fa5272 [2022-10-24T04:12:45.937Z] Step 4/16 : ARG ALPINE_PKG_BASE="make git" [2022-10-24T04:12:45.937Z] ---> Running in 030d8a91d245 [2022-10-24T04:12:45.937Z] Removing intermediate container 030d8a91d245 [2022-10-24T04:12:45.937Z] ---> d2aac2841f21 [2022-10-24T04:12:45.937Z] Step 5/16 : ARG ALPINE_PKG_EXTRA="" [2022-10-24T04:12:45.937Z] ---> Running in 430c94483187 [2022-10-24T04:12:45.937Z] Removing intermediate container 430c94483187 [2022-10-24T04:12:45.937Z] ---> b5de51d7454d [2022-10-24T04:12:45.937Z] Step 6/16 : LABEL Name=edgex-ui-go [2022-10-24T04:12:45.937Z] ---> Running in fa1608aeca0f [2022-10-24T04:12:45.937Z] Removing intermediate container fa1608aeca0f [2022-10-24T04:12:45.937Z] ---> b927b131d41b [2022-10-24T04:12:45.937Z] Step 7/16 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2022: Intel' [2022-10-24T04:12:45.937Z] ---> Running in 1c529e3c1c3c [2022-10-24T04:12:46.195Z] Removing intermediate container 1c529e3c1c3c [2022-10-24T04:12:46.195Z] ---> 29f726a21a2d [2022-10-24T04:12:46.195Z] Step 8/16 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2022-10-24T04:12:46.762Z] latest: Pulling from library/docker [2022-10-24T04:12:46.762Z] 213ec9aee27d: Already exists [2022-10-24T04:12:46.762Z] 7b0dd730a5c3: Pulling fs layer [2022-10-24T04:12:46.762Z] 4b90f8029a36: Pulling fs layer [2022-10-24T04:12:46.762Z] bea6d6d58c11: Pulling fs layer [2022-10-24T04:12:46.762Z] b28b21e97172: Pulling fs layer [2022-10-24T04:12:46.762Z] fd102b8fb384: Pulling fs layer [2022-10-24T04:12:46.762Z] 9eb1d0209852: Pulling fs layer [2022-10-24T04:12:46.762Z] d3ef7050c453: Pulling fs layer [2022-10-24T04:12:46.762Z] fb4cbd776d56: Pulling fs layer [2022-10-24T04:12:46.762Z] b28b21e97172: Waiting [2022-10-24T04:12:46.762Z] fd102b8fb384: Waiting [2022-10-24T04:12:46.762Z] 9eb1d0209852: Waiting [2022-10-24T04:12:46.762Z] d3ef7050c453: Waiting [2022-10-24T04:12:46.762Z] fb4cbd776d56: Waiting [2022-10-24T04:12:47.022Z] 4b90f8029a36: Verifying Checksum [2022-10-24T04:12:47.022Z] 4b90f8029a36: Download complete [2022-10-24T04:12:47.022Z] 7b0dd730a5c3: Verifying Checksum [2022-10-24T04:12:47.022Z] 7b0dd730a5c3: Download complete [2022-10-24T04:12:47.022Z] bea6d6d58c11: Verifying Checksum [2022-10-24T04:12:47.022Z] bea6d6d58c11: Download complete [2022-10-24T04:12:47.280Z] 7b0dd730a5c3: Pull complete [2022-10-24T04:12:47.280Z] 9eb1d0209852: Verifying Checksum [2022-10-24T04:12:47.280Z] 9eb1d0209852: Download complete [2022-10-24T04:12:47.280Z] 4b90f8029a36: Pull complete [2022-10-24T04:12:47.280Z] fd102b8fb384: Verifying Checksum [2022-10-24T04:12:47.280Z] fd102b8fb384: Download complete [2022-10-24T04:12:47.280Z] d3ef7050c453: Verifying Checksum [2022-10-24T04:12:47.280Z] d3ef7050c453: Download complete [2022-10-24T04:12:47.537Z] b28b21e97172: Verifying Checksum [2022-10-24T04:12:47.537Z] b28b21e97172: Download complete [2022-10-24T04:12:47.537Z] fb4cbd776d56: Verifying Checksum [2022-10-24T04:12:47.537Z] fb4cbd776d56: Download complete [2022-10-24T04:12:47.537Z] bea6d6d58c11: Pull complete [2022-10-24T04:12:48.103Z] b28b21e97172: Pull complete [2022-10-24T04:12:48.363Z] fd102b8fb384: Pull complete [2022-10-24T04:12:48.363Z] 9eb1d0209852: Pull complete [2022-10-24T04:12:48.363Z] d3ef7050c453: Pull complete [2022-10-24T04:12:48.622Z] fb4cbd776d56: Pull complete [2022-10-24T04:12:48.622Z] Digest: sha256:b39aa91b8a31462d6e86da84762891f6d2ac5657d34d9bf86fd1d0bd7b60e0d8 [2022-10-24T04:12:48.622Z] Status: Downloaded newer image for docker:latest [2022-10-24T04:12:48.726Z] Still waiting to schedule task [2022-10-24T04:12:48.726Z] ‘prd-centos7-blackbox-4c-2g-8824’ doesn’t have label ‘ubuntu20.04-docker-arm64-4c-16g’ [2022-10-24T04:12:48.726Z] ‘prd-centos7-blackbox-4c-2g-8825’ doesn’t have label ‘ubuntu20.04-docker-arm64-4c-16g’ [2022-10-24T04:12:48.726Z] ‘prd-ubuntu20.04-docker-8c-8g-9068’ doesn’t have label ‘ubuntu20.04-docker-arm64-4c-16g’ [2022-10-24T04:12:48.726Z] ‘prd-ubuntu20.04-docker-arm64-4c-16g-9177’ is offline [2022-10-24T04:12:49.559Z] ---> 34eba1c84b9c [2022-10-24T04:12:49.559Z] Step 9/16 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-24T04:12:49.559Z] ---> Running in 9d08680d1a82 [2022-10-24T04:12:50.125Z] Removing intermediate container 9d08680d1a82 [2022-10-24T04:12:50.125Z] ---> 019ee489d6dc [2022-10-24T04:12:50.125Z] Step 10/16 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2022-10-24T04:12:50.125Z] ---> Running in 3fd0a6aa6945 [2022-10-24T04:12:50.382Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-10-24T04:12:51.321Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-10-24T04:12:51.579Z] OK: 211 MiB in 51 packages [2022-10-24T04:12:52.145Z] Removing intermediate container 3fd0a6aa6945 [2022-10-24T04:12:52.145Z] ---> 92a2b2fa3162 [2022-10-24T04:12:52.145Z] Step 11/16 : ENV GO111MODULE=on [2022-10-24T04:12:52.145Z] ---> Running in 39b7e5208c72 [2022-10-24T04:12:52.145Z] Removing intermediate container 39b7e5208c72 [2022-10-24T04:12:52.145Z] ---> bbf2326ae24c [2022-10-24T04:12:52.145Z] Step 12/16 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go [2022-10-24T04:12:52.145Z] ---> Running in c1d2cfa5c427 [2022-10-24T04:12:52.145Z] Removing intermediate container c1d2cfa5c427 [2022-10-24T04:12:52.145Z] ---> 2361fa032707 [2022-10-24T04:12:52.145Z] Step 13/16 : COPY go.mod vendor* ./ [2022-10-24T04:12:52.405Z] ---> db25a5d2353c [2022-10-24T04:12:52.405Z] Step 14/16 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-10-24T04:12:52.405Z] ---> Running in 0b331a663073 [2022-10-24T04:13:14.339Z] Removing intermediate container 0b331a663073 [2022-10-24T04:13:14.339Z] ---> 7e24fd384dac [2022-10-24T04:13:14.339Z] Step 15/16 : COPY . . [2022-10-24T04:13:14.339Z] ---> cfb735a9ac53 [2022-10-24T04:13:14.339Z] Step 16/16 : RUN ${MAKE} [2022-10-24T04:13:14.339Z] ---> Running in 4990c14c30f1 [2022-10-24T04:13:14.339Z] noop [2022-10-24T04:13:14.339Z] Removing intermediate container 4990c14c30f1 [2022-10-24T04:13:14.339Z] ---> 487cb9e2cea6 [2022-10-24T04:13:14.339Z] Successfully built 487cb9e2cea6 [2022-10-24T04:13:14.339Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-10-24T04:13:14.789Z] + docker inspect -f . ci-base-image-x86_64 [2022-10-24T04:13:14.789Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-10-24T04:13:14.935Z] prd-ubuntu20.04-docker-8c-8g-9173 does not seem to be running inside a container [2022-10-24T04:13:14.963Z] $ 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 [2022-10-24T04:13:15.306Z] $ docker top b98dc0b2d224db6734ddf5e52e30b7a819b6d4a74d13e366d7b25b09107b33d3 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-10-24T04:13:15.702Z] + go version [2022-10-24T04:13:15.702Z] go version go1.18.7 linux/amd64 [Pipeline] } [2022-10-24T04:13:15.736Z] $ docker stop --time=1 b98dc0b2d224db6734ddf5e52e30b7a819b6d4a74d13e366d7b25b09107b33d3 [2022-10-24T04:13:17.016Z] $ 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 [2022-10-24T04:13:17.738Z] + docker inspect -f . ci-base-image-x86_64 [2022-10-24T04:13:17.738Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-10-24T04:13:17.886Z] prd-ubuntu20.04-docker-8c-8g-9173 does not seem to be running inside a container [2022-10-24T04:13:17.917Z] $ 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 [2022-10-24T04:13:18.255Z] $ docker top 6c5c0ef936c12f7afd47df3fa9b1b5d6b1d70346ce6c19f14bec6af63fa8d9ca -eo pid,comm [Pipeline] { [Pipeline] sh [2022-10-24T04:13:18.639Z] + git config --global --add safe.directory /w/workspace/edgexfoundry_edgex-ui-go_PR-561 [Pipeline] fileExists [Pipeline] sh [2022-10-24T04:13:19.001Z] + make test [2022-10-24T04:13:19.001Z] CGO_ENABLED=0 GO111MODULE=on go test -tags "no_messagebus" -coverprofile=coverage.out ./... [2022-10-24T04:13:19.259Z] ? github.com/edgexfoundry/edgex-ui-go [no test files] [2022-10-24T04:13:25.579Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-9177 in /w/workspace/edgexfoundry_edgex-ui-go_PR-561 [Pipeline] { [Pipeline] ws [2022-10-24T04:13:25.621Z] Running in /w/workspace/edgex-ui-go/1 [Pipeline] { [Pipeline] checkout [2022-10-24T04:13:25.699Z] The recommended git tool is: git [2022-10-24T04:13:29.251Z] ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] [2022-10-24T04:13:29.251Z] ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] [2022-10-24T04:13:29.251Z] ? github.com/edgexfoundry/edgex-ui-go/internal/common [no test files] [2022-10-24T04:13:29.251Z] ? github.com/edgexfoundry/edgex-ui-go/internal/config [no test files] [2022-10-24T04:13:29.251Z] ? github.com/edgexfoundry/edgex-ui-go/internal/container [no test files] [2022-10-24T04:13:29.251Z] ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] [2022-10-24T04:13:29.251Z] ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] [2022-10-24T04:13:29.251Z] ? github.com/edgexfoundry/edgex-ui-go/internal/service [no test files] [2022-10-24T04:13:29.251Z] CGO_ENABLED=0 GO111MODULE=on go vet -tags "no_messagebus" ./... [2022-10-24T04:13:31.151Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2022-10-24T04:13:31.151Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2022-10-24T04:13:31.151Z] ./bin/test-attribution-txt.sh [2022-10-24T04:13:31.410Z] An attribution for github.com/edgexfoundry/go-mod-bootstrap/v2 is missing from Attribution.txt, please add [2022-10-24T04:13:31.410Z] An attribution for github.com/Microsoft/go-winio is missing from Attribution.txt, please add [2022-10-24T04:13:31.410Z] An attribution for github.com/eclipse/paho.mqtt.golang is missing from Attribution.txt, please add [2022-10-24T04:13:31.410Z] An attribution for github.com/edgexfoundry/go-mod-messaging/v2 is missing from Attribution.txt, please add [2022-10-24T04:13:31.410Z] An attribution for github.com/edgexfoundry/go-mod-secrets/v2 is missing from Attribution.txt, please add [2022-10-24T04:13:31.410Z] An attribution for github.com/go-kit/log is missing from Attribution.txt, please add [2022-10-24T04:13:31.410Z] An attribution for github.com/go-logfmt/logfmt is missing from Attribution.txt, please add [2022-10-24T04:13:31.410Z] An attribution for github.com/go-redis/redis/v7 is missing from Attribution.txt, please add [2022-10-24T04:13:31.410Z] An attribution for github.com/golang/protobuf is missing from Attribution.txt, please add [2022-10-24T04:13:31.410Z] An attribution for github.com/gorilla/websocket is missing from Attribution.txt, please add [2022-10-24T04:13:31.410Z] An attribution for github.com/hashicorp/errwrap is missing from Attribution.txt, please add [2022-10-24T04:13:31.410Z] An attribution for github.com/hashicorp/go-multierror is missing from Attribution.txt, please add [2022-10-24T04:13:31.410Z] An attribution for github.com/nats-io/nats.go is missing from Attribution.txt, please add [2022-10-24T04:13:31.410Z] An attribution for github.com/nats-io/nkeys is missing from Attribution.txt, please add [2022-10-24T04:13:31.410Z] An attribution for github.com/nats-io/nuid is missing from Attribution.txt, please add [2022-10-24T04:13:31.410Z] An attribution for github.com/pebbe/zmq4 is missing from Attribution.txt, please add [2022-10-24T04:13:31.410Z] An attribution for github.com/rcrowley/go-metrics is missing from Attribution.txt, please add [2022-10-24T04:13:31.410Z] An attribution for github.com/spiffe/go-spiffe/v2 is missing from Attribution.txt, please add [2022-10-24T04:13:31.410Z] An attribution for github.com/zeebo/errs is missing from Attribution.txt, please add [2022-10-24T04:13:31.410Z] An attribution for golang.org/x/net is missing from Attribution.txt, please add [2022-10-24T04:13:31.410Z] An attribution for golang.org/x/sync is missing from Attribution.txt, please add [2022-10-24T04:13:31.410Z] An attribution for google.golang.org/genproto is missing from Attribution.txt, please add [2022-10-24T04:13:31.410Z] An attribution for google.golang.org/grpc is missing from Attribution.txt, please add [2022-10-24T04:13:31.410Z] An attribution for google.golang.org/protobuf is missing from Attribution.txt, please add [2022-10-24T04:13:31.410Z] An attribution for gopkg.in/square/go-jose.v2 is missing from Attribution.txt, please add [2022-10-24T04:13:31.410Z] make -C web test [2022-10-24T04:13:31.410Z] make[1]: Entering directory '/w/workspace/edgexfoundry_edgex-ui-go_PR-561/web' [2022-10-24T04:13:31.410Z] make[1]: tput: No such file or directory [2022-10-24T04:13:31.410Z] make[1]: tput: No such file or directory [2022-10-24T04:13:31.410Z] warning: generating ./VERSION [2022-10-24T04:13:31.410Z] echo "0.0.0" > VERSION [2022-10-24T04:13:31.410Z] docker build \ [2022-10-24T04:13:31.410Z] -f Dockerfile \ [2022-10-24T04:13:31.410Z] --build-arg USER=1000 \ [2022-10-24T04:13:31.410Z] \ [2022-10-24T04:13:31.410Z] --label "git_sha=21b496b35e7919b978bec18b8a3c54337950240b" \ [2022-10-24T04:13:31.410Z] -t edgexfoundry/edgex-web-ui:21b496b35e7919b978bec18b8a3c54337950240b \ [2022-10-24T04:13:31.410Z] -t edgexfoundry/edgex-web-ui:0.0.0-dev \ [2022-10-24T04:13:31.410Z] . [2022-10-24T04:13:31.410Z] Sending build context to Docker daemon 3.269MB [2022-10-24T04:13:31.410Z] Step 1/10 : FROM node:16.17-alpine3.15 [2022-10-24T04:13:31.978Z] 16.17-alpine3.15: Pulling from library/node [2022-10-24T04:13:32.236Z] 9621f1afde84: Pulling fs layer [2022-10-24T04:13:32.236Z] c6f70ee39829: Pulling fs layer [2022-10-24T04:13:32.236Z] 56892a8094a2: Pulling fs layer [2022-10-24T04:13:32.236Z] 58dd87906ef0: Pulling fs layer [2022-10-24T04:13:32.236Z] 58dd87906ef0: Waiting [2022-10-24T04:13:32.278Z] using credential edgex-jenkins-ssh [2022-10-24T04:13:32.295Z] Cloning the remote Git repository [2022-10-24T04:13:32.495Z] 56892a8094a2: Download complete [2022-10-24T04:13:32.495Z] 9621f1afde84: Verifying Checksum [2022-10-24T04:13:32.495Z] 9621f1afde84: Download complete [2022-10-24T04:13:32.754Z] 58dd87906ef0: Verifying Checksum [2022-10-24T04:13:32.754Z] 58dd87906ef0: Download complete [2022-10-24T04:13:32.754Z] 9621f1afde84: Pull complete [2022-10-24T04:13:32.353Z] Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git [2022-10-24T04:13:32.443Z] > git init /w/workspace/edgex-ui-go/1 # timeout=10 [2022-10-24T04:13:32.608Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2022-10-24T04:13:32.609Z] > git --version # timeout=10 [2022-10-24T04:13:32.631Z] > git --version # 'git version 2.25.1' [2022-10-24T04:13:32.633Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-10-24T04:13:32.688Z] Verifying host key using known hosts file [2022-10-24T04:13:32.913Z] 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. [2022-10-24T04:13:32.926Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2022-10-24T04:13:33.319Z] c6f70ee39829: Verifying Checksum [2022-10-24T04:13:33.319Z] c6f70ee39829: Download complete [2022-10-24T04:13:34.696Z] c6f70ee39829: Pull complete [2022-10-24T04:13:34.696Z] 56892a8094a2: Pull complete [2022-10-24T04:13:34.696Z] 58dd87906ef0: Pull complete [2022-10-24T04:13:34.696Z] Digest: sha256:84c606bfbe4cf120c52b17c3b727e614d99e357a8e350f83a4e7b9ec0798e04a [2022-10-24T04:13:34.696Z] Status: Downloaded newer image for node:16.17-alpine3.15 [2022-10-24T04:13:34.696Z] ---> b69703f70c3d [2022-10-24T04:13:34.696Z] Step 2/10 : RUN apk add --no-cache chromium [2022-10-24T04:13:35.637Z] ---> Running in 4d7ce71e10d9 [2022-10-24T04:13:35.896Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-10-24T04:13:36.155Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-10-24T04:13:36.414Z] (1/129) Installing libxau (1.0.9-r0) [2022-10-24T04:13:36.414Z] (2/129) Installing libmd (1.0.3-r0) [2022-10-24T04:13:36.414Z] (3/129) Installing libbsd (0.11.3-r1) [2022-10-24T04:13:36.414Z] (4/129) Installing libxdmcp (1.1.3-r0) [2022-10-24T04:13:36.414Z] (5/129) Installing libxcb (1.14-r2) [2022-10-24T04:13:36.414Z] (6/129) Installing libx11 (1.7.3.1-r0) [2022-10-24T04:13:36.414Z] (7/129) Installing libxext (1.3.4-r0) [2022-10-24T04:13:36.414Z] (8/129) Installing libice (1.0.10-r0) [2022-10-24T04:13:36.414Z] (9/129) Installing libuuid (2.37.4-r0) [2022-10-24T04:13:36.414Z] (10/129) Installing libsm (1.2.3-r0) [2022-10-24T04:13:36.414Z] (11/129) Installing libxt (1.2.1-r0) [2022-10-24T04:13:36.414Z] (12/129) Installing libxmu (1.1.3-r0) [2022-10-24T04:13:36.414Z] (13/129) Installing xset (1.2.4-r0) [2022-10-24T04:13:36.414Z] (14/129) Installing xprop (1.2.5-r0) [2022-10-24T04:13:36.414Z] (15/129) Installing xdg-utils (1.1.3-r0) [2022-10-24T04:13:36.414Z] (16/129) Installing eudev-libs (3.2.11_pre1-r0) [2022-10-24T04:13:36.414Z] (17/129) Installing pkgconf (1.8.0-r0) [2022-10-24T04:13:36.414Z] (18/129) Installing libffi (3.4.2-r1) [2022-10-24T04:13:36.414Z] (19/129) Installing libintl (0.21-r0) [2022-10-24T04:13:36.414Z] (20/129) Installing libblkid (2.37.4-r0) [2022-10-24T04:13:36.414Z] (21/129) Installing libmount (2.37.4-r0) [2022-10-24T04:13:36.414Z] (22/129) Installing pcre (8.45-r1) [2022-10-24T04:13:36.414Z] (23/129) Installing glib (2.70.1-r0) [2022-10-24T04:13:36.414Z] (24/129) Installing xz-libs (5.2.5-r1) [2022-10-24T04:13:36.414Z] (25/129) Installing libxml2 (2.9.14-r2) [2022-10-24T04:13:36.672Z] (26/129) Installing shared-mime-info (2.1-r1) [2022-10-24T04:13:36.672Z] (27/129) Installing hicolor-icon-theme (0.17-r1) [2022-10-24T04:13:36.672Z] (28/129) Installing libjpeg-turbo (2.1.2-r0) [2022-10-24T04:13:36.672Z] (29/129) Installing libpng (1.6.37-r1) [2022-10-24T04:13:36.672Z] (30/129) Installing libwebp (1.2.2-r0) [2022-10-24T04:13:36.672Z] (31/129) Installing zstd-libs (1.5.0-r0) [2022-10-24T04:13:36.672Z] (32/129) Installing tiff (4.4.0-r0) [2022-10-24T04:13:36.672Z] (33/129) Installing gdk-pixbuf (2.42.8-r0) [2022-10-24T04:13:36.672Z] (34/129) Installing gtk-update-icon-cache (2.24.33-r0) [2022-10-24T04:13:36.672Z] (35/129) Installing libxcomposite (0.4.5-r0) [2022-10-24T04:13:36.672Z] (36/129) Installing libxfixes (6.0.0-r0) [2022-10-24T04:13:36.672Z] (37/129) Installing libxrender (0.9.10-r3) [2022-10-24T04:13:36.672Z] (38/129) Installing libxcursor (1.2.0-r0) [2022-10-24T04:13:36.672Z] (39/129) Installing libxdamage (1.1.5-r1) [2022-10-24T04:13:36.672Z] (40/129) Installing libxi (1.8-r0) [2022-10-24T04:13:36.672Z] (41/129) Installing libxinerama (1.1.4-r1) [2022-10-24T04:13:36.672Z] (42/129) Installing libxrandr (1.5.2-r1) [2022-10-24T04:13:36.672Z] (43/129) Installing atk (2.36.0-r0) [2022-10-24T04:13:36.672Z] (44/129) Installing libxtst (1.2.3-r3) [2022-10-24T04:13:36.672Z] (45/129) Installing dbus-libs (1.12.24-r0) [2022-10-24T04:13:36.672Z] (46/129) Installing at-spi2-core (2.42.0-r0) [2022-10-24T04:13:36.672Z] (47/129) Installing at-spi2-atk (2.38.0-r0) [2022-10-24T04:13:36.672Z] (48/129) Installing expat (2.4.9-r0) [2022-10-24T04:13:36.930Z] (49/129) Installing brotli-libs (1.0.9-r5) [2022-10-24T04:13:36.930Z] (50/129) Installing libbz2 (1.0.8-r1) [2022-10-24T04:13:36.930Z] (51/129) Installing freetype (2.11.1-r2) [2022-10-24T04:13:36.930Z] (52/129) Installing fontconfig (2.13.1-r4) [2022-10-24T04:13:36.930Z] (53/129) Installing pixman (0.40.0-r3) [2022-10-24T04:13:36.930Z] (54/129) Installing cairo (1.16.0-r5) [2022-10-24T04:13:36.930Z] (55/129) Installing cairo-gobject (1.16.0-r5) [2022-10-24T04:13:36.930Z] (56/129) Installing avahi-libs (0.8-r5) [2022-10-24T04:13:36.930Z] (57/129) Installing gmp (6.2.1-r1) [2022-10-24T04:13:36.930Z] (58/129) Installing nettle (3.7.3-r0) [2022-10-24T04:13:36.930Z] (59/129) Installing p11-kit (0.24.0-r1) [2022-10-24T04:13:37.188Z] (60/129) Installing libtasn1 (4.18.0-r0) [2022-10-24T04:13:37.188Z] (61/129) Installing libunistring (0.9.10-r1) [2022-10-24T04:13:37.188Z] (62/129) Installing gnutls (3.7.1-r1) [2022-10-24T04:13:37.188Z] (63/129) Installing cups-libs (2.3.3-r6) [2022-10-24T04:13:37.188Z] (64/129) Installing libepoxy (1.5.9-r0) [2022-10-24T04:13:37.188Z] (65/129) Installing fribidi (1.0.11-r0) [2022-10-24T04:13:37.188Z] (66/129) Installing graphite2 (1.3.14-r0) [2022-10-24T04:13:37.188Z] (67/129) Installing harfbuzz (3.0.0-r2) [2022-10-24T04:13:37.188Z] (68/129) Installing libxft (2.3.4-r0) [2022-10-24T04:13:37.188Z] (69/129) Installing pango (1.48.10-r0) [2022-10-24T04:13:37.188Z] (70/129) Installing wayland-libs-client (1.19.0-r1) [2022-10-24T04:13:37.188Z] (71/129) Installing wayland-libs-cursor (1.19.0-r1) [2022-10-24T04:13:37.188Z] (72/129) Installing wayland-libs-egl (1.19.0-r1) [2022-10-24T04:13:37.188Z] (73/129) Installing xkeyboard-config (2.34-r0) [2022-10-24T04:13:37.188Z] (74/129) Installing libxkbcommon (1.3.1-r0) [2022-10-24T04:13:37.188Z] (75/129) Installing gtk+3.0 (3.24.30-r0) [2022-10-24T04:13:37.446Z] Executing gtk+3.0-3.24.30-r0.post-install [2022-10-24T04:13:37.446Z] (76/129) Installing libfontenc (1.1.4-r0) [2022-10-24T04:13:37.446Z] (77/129) Installing mkfontscale (1.2.1-r1) [2022-10-24T04:13:37.446Z] (78/129) Installing ttf-opensans (1.10-r1) [2022-10-24T04:13:37.446Z] Executing ttf-opensans-1.10-r1.post-install [2022-10-24T04:13:36.340Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2022-10-24T04:13:36.370Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2022-10-24T04:13:37.417Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2022-10-24T04:13:38.061Z] Merging remotes/origin/main commit 26b6e7f7d09b727e04296f904eea284534bb267f into PR head commit 21b496b35e7919b978bec18b8a3c54337950240b [2022-10-24T04:13:38.665Z] Merge succeeded, producing 21b496b35e7919b978bec18b8a3c54337950240b [2022-10-24T04:13:38.665Z] Checking out Revision 21b496b35e7919b978bec18b8a3c54337950240b (PR-561) [2022-10-24T04:13:37.470Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2022-10-24T04:13:37.471Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-10-24T04:13:37.478Z] Verifying host key using known hosts file [2022-10-24T04:13:37.486Z] 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. [2022-10-24T04:13:37.499Z] > 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 [2022-10-24T04:13:38.085Z] > git config core.sparsecheckout # timeout=10 [2022-10-24T04:13:38.108Z] > git checkout -f 21b496b35e7919b978bec18b8a3c54337950240b # timeout=10 [2022-10-24T04:13:38.555Z] > git remote # timeout=10 [2022-10-24T04:13:38.576Z] > git config --get remote.origin.url # timeout=10 [2022-10-24T04:13:38.591Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-10-24T04:13:38.599Z] Verifying host key using known hosts file [2022-10-24T04:13:38.603Z] 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. [2022-10-24T04:13:38.614Z] > git merge 26b6e7f7d09b727e04296f904eea284534bb267f # timeout=10 [2022-10-24T04:13:38.647Z] > git rev-parse HEAD^{commit} # timeout=10 [2022-10-24T04:13:38.676Z] > git config core.sparsecheckout # timeout=10 [2022-10-24T04:13:38.697Z] > git checkout -f 21b496b35e7919b978bec18b8a3c54337950240b # timeout=10 [2022-10-24T04:13:39.346Z] (79/129) Installing libogg (1.3.5-r0) [2022-10-24T04:13:39.605Z] (80/129) Installing flac (1.3.4-r0) [2022-10-24T04:13:39.605Z] (81/129) Installing alsa-lib (1.2.5.1-r1) [2022-10-24T04:13:39.605Z] (82/129) Installing libatomic (10.3.1_git20211027-r0) [2022-10-24T04:13:39.605Z] (83/129) Installing sdl2 (2.0.16-r4) [2022-10-24T04:13:39.605Z] (84/129) Installing aom-libs (3.2.0-r0) [2022-10-24T04:13:39.605Z] (85/129) Installing libass (0.15.2-r0) [2022-10-24T04:13:39.605Z] (86/129) Installing libdav1d (0.9.2-r0) [2022-10-24T04:13:39.605Z] (87/129) Installing ncurses-terminfo-base (6.3_p20211120-r1) [2022-10-24T04:13:39.605Z] (88/129) Installing ncurses-libs (6.3_p20211120-r1) [2022-10-24T04:13:39.605Z] (89/129) Installing lame (3.100-r0) [2022-10-24T04:13:39.605Z] (90/129) Installing opus (1.3.1-r1) [2022-10-24T04:13:39.605Z] (91/129) Installing libgomp (10.3.1_git20211027-r0) [2022-10-24T04:13:39.605Z] (92/129) Installing soxr (0.1.3-r2) [2022-10-24T04:13:39.605Z] (93/129) Installing libsrt (1.4.2-r1) [2022-10-24T04:13:39.605Z] (94/129) Installing libssh (0.9.6-r1) [2022-10-24T04:13:39.605Z] (95/129) Installing libtheora (1.1.1-r16) [2022-10-24T04:13:39.605Z] (96/129) Installing v4l-utils-libs (1.22.1-r1) [2022-10-24T04:13:39.605Z] (97/129) Installing libpciaccess (0.16-r0) [2022-10-24T04:13:39.605Z] (98/129) Installing libdrm (2.4.109-r0) [2022-10-24T04:13:39.605Z] (99/129) Installing libva (2.13.0-r0) [2022-10-24T04:13:39.757Z] Commit message: "chore(deps): Bump github.com/edgexfoundry/go-mod-bootstrap/v2" [2022-10-24T04:13:39.819Z] > git --version # timeout=10 [2022-10-24T04:13:39.835Z] > git --version # 'git version 2.25.1' [2022-10-24T04:13:39.864Z] fatal: bad object 6c1167a966ce7273a24629bf6583a1975ad218c3 [2022-10-24T04:13:39.864Z] (100/129) Installing libvdpau (1.4-r0) [2022-10-24T04:13:39.864Z] (101/129) Installing vidstab (1.1.0-r1) [2022-10-24T04:13:39.864Z] (102/129) Installing libvorbis (1.3.7-r0) [2022-10-24T04:13:39.864Z] (103/129) Installing libvpx (1.10.0-r0) [2022-10-24T04:13:39.864Z] (104/129) Installing vulkan-loader (1.2.196-r0) [2022-10-24T04:13:39.864Z] (105/129) Installing x264-libs (20210613-r0) [2022-10-24T04:13:39.864Z] (106/129) Installing x265-libs (3.5-r0) [2022-10-24T04:13:39.864Z] (107/129) Installing xvidcore (1.3.7-r1) [2022-10-24T04:13:39.864Z] (108/129) Installing ffmpeg-libs (4.4.1-r2) [2022-10-24T04:13:40.123Z] (109/129) Installing libevent (2.1.12-r4) [2022-10-24T04:13:40.123Z] (110/129) Installing mesa (21.2.6-r0) [2022-10-24T04:13:40.123Z] (111/129) Installing wayland-libs-server (1.19.0-r1) [2022-10-24T04:13:40.123Z] (112/129) Installing mesa-gbm (21.2.6-r0) [2022-10-24T04:13:40.123Z] (113/129) Installing lcms2 (2.12-r1) [2022-10-24T04:13:40.123Z] (114/129) Installing nspr (4.32-r0) [2022-10-24T04:13:40.123Z] (115/129) Installing sqlite-libs (3.36.0-r0) [2022-10-24T04:13:40.124Z] (116/129) Installing nss (3.78.1-r0) [2022-10-24T04:13:40.124Z] (117/129) Installing libasyncns (0.8-r1) [2022-10-24T04:13:40.124Z] (118/129) Installing libltdl (2.4.6-r7) [2022-10-24T04:13:40.124Z] (119/129) Installing orc (0.4.32-r0) [2022-10-24T04:13:40.124Z] (120/129) Installing libsndfile (1.0.31-r1) [2022-10-24T04:13:40.124Z] (121/129) Installing speexdsp (1.2.0-r0) [2022-10-24T04:13:40.124Z] (122/129) Installing tdb-libs (1.4.5-r0) [2022-10-24T04:13:40.124Z] (123/129) Installing libpulse (15.0-r2) [2022-10-24T04:13:40.124Z] (124/129) Installing re2 (2021.11.01-r0) [2022-10-24T04:13:40.124Z] (125/129) Installing snappy (1.1.9-r1) [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [2022-10-24T04:13:40.382Z] (126/129) Installing libgpg-error (1.42-r1) [2022-10-24T04:13:40.382Z] (127/129) Installing libgcrypt (1.9.4-r0) [2022-10-24T04:13:40.382Z] (128/129) Installing libxslt (1.1.35-r0) [2022-10-24T04:13:40.382Z] (129/129) Installing chromium (99.0.4844.84-r0) [Pipeline] sh [2022-10-24T04:13:40.936Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2022-10-24T04:13:40.936Z] % Total % Received % Xferd Average Speed Time Time Time Current [2022-10-24T04:13:40.936Z] Dload Upload Total Spent Left Speed [2022-10-24T04:13:40.936Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12602 100 12602 0 0 150k 0 --:--:-- --:--:-- --:--:-- 150k [2022-10-24T04:13:41.318Z] Executing busybox-1.34.1-r7.trigger [2022-10-24T04:13:41.319Z] Executing glib-2.70.1-r0.trigger [2022-10-24T04:13:41.319Z] Executing shared-mime-info-2.1-r1.trigger [Pipeline] sh [2022-10-24T04:13:41.721Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2022-10-24T04:13:42.077Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2022-10-24T04:13:42.077Z] + sudo tee /etc/docker/daemon.new [2022-10-24T04:13:42.077Z] { [2022-10-24T04:13:42.077Z] "registry-mirrors": [ [2022-10-24T04:13:42.077Z] "https://nexus3.edgexfoundry.org:10001" [2022-10-24T04:13:42.077Z] ], [2022-10-24T04:13:42.077Z] "bip": "10.250.0.254/24", [2022-10-24T04:13:42.077Z] "hosts": [ [2022-10-24T04:13:42.077Z] "tcp://0.0.0.0:5555", [2022-10-24T04:13:42.077Z] "unix:///var/run/docker.sock" [2022-10-24T04:13:42.077Z] ], [2022-10-24T04:13:42.077Z] "mtu": 1458, [2022-10-24T04:13:42.077Z] "selinux-enabled": true, [2022-10-24T04:13:42.077Z] "seccomp-profile": "/etc/docker/seccomp.json" [2022-10-24T04:13:42.077Z] } [Pipeline] sh [2022-10-24T04:13:42.441Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2022-10-24T04:13:42.790Z] + sudo service docker restart [2022-10-24T04:13:43.227Z] Executing gdk-pixbuf-2.42.8-r0.trigger [2022-10-24T04:13:43.227Z] Executing gtk-update-icon-cache-2.24.33-r0.trigger [2022-10-24T04:13:43.227Z] Executing fontconfig-2.13.1-r4.trigger [2022-10-24T04:13:43.227Z] Executing mkfontscale-1.2.1-r1.trigger [2022-10-24T04:13:43.227Z] OK: 286 MiB in 145 packages [2022-10-24T04:13:47.473Z] Removing intermediate container 4d7ce71e10d9 [2022-10-24T04:13:47.473Z] ---> ceef4f21f0cd [2022-10-24T04:13:47.473Z] Step 3/10 : ENV CHROME_BIN=/usr/bin/chromium-browser [2022-10-24T04:13:47.473Z] ---> Running in 21b79916f243 [2022-10-24T04:13:47.473Z] Removing intermediate container 21b79916f243 [2022-10-24T04:13:47.473Z] ---> 44f849716212 [2022-10-24T04:13:47.473Z] Step 4/10 : ENV PATH /app/node_modules/.bin:$PATH [2022-10-24T04:13:47.473Z] ---> Running in 444c2d5d02c6 [2022-10-24T04:13:47.473Z] Removing intermediate container 444c2d5d02c6 [2022-10-24T04:13:47.473Z] ---> 90cca30d5b22 [2022-10-24T04:13:47.473Z] Step 5/10 : RUN npm install -g npm [2022-10-24T04:13:47.473Z] ---> Running in 1fcc2e976eb8 [2022-10-24T04:13:54.050Z] [2022-10-24T04:13:54.050Z] changed 54 packages, and audited 212 packages in 6s [2022-10-24T04:13:54.050Z] [2022-10-24T04:13:54.050Z] 11 packages are looking for funding [2022-10-24T04:13:54.050Z] run `npm fund` for details [2022-10-24T04:13:54.050Z] [2022-10-24T04:13:54.050Z] found 0 vulnerabilities [2022-10-24T04:13:54.309Z] Removing intermediate container 1fcc2e976eb8 [2022-10-24T04:13:54.309Z] ---> 22116cc9a8bc [2022-10-24T04:13:54.309Z] Step 6/10 : ARG USER=1000 [2022-10-24T04:13:54.309Z] ---> Running in 06fa9bbaba58 [2022-10-24T04:13:54.567Z] Removing intermediate container 06fa9bbaba58 [2022-10-24T04:13:54.567Z] ---> c87e0a64ce36 [2022-10-24T04:13:54.567Z] Step 7/10 : RUN deluser --remove-home node && adduser -u $USER -D -s /bin/sh node [2022-10-24T04:13:54.567Z] ---> Running in cd3d7a21f233 [2022-10-24T04:13:55.133Z] Removing intermediate container cd3d7a21f233 [2022-10-24T04:13:55.133Z] ---> 37b81bdb3e51 [2022-10-24T04:13:55.133Z] Step 8/10 : USER $USER:$USER [2022-10-24T04:13:55.133Z] ---> Running in 7e9341a9f0cb [2022-10-24T04:13:55.133Z] Removing intermediate container 7e9341a9f0cb [2022-10-24T04:13:55.133Z] ---> 2e16467acaa4 [2022-10-24T04:13:55.133Z] Step 9/10 : WORKDIR /app [2022-10-24T04:13:55.133Z] ---> Running in bf10e1cd0b16 [2022-10-24T04:13:55.133Z] Removing intermediate container bf10e1cd0b16 [2022-10-24T04:13:55.133Z] ---> a1470915dad0 [2022-10-24T04:13:55.133Z] Step 10/10 : LABEL git_sha=21b496b35e7919b978bec18b8a3c54337950240b [2022-10-24T04:13:55.391Z] ---> Running in e083b279aa04 [2022-10-24T04:13:55.391Z] Removing intermediate container e083b279aa04 [2022-10-24T04:13:55.392Z] ---> c4d90678768a [2022-10-24T04:13:55.392Z] Successfully built c4d90678768a [2022-10-24T04:13:55.392Z] Successfully tagged edgexfoundry/edgex-web-ui:21b496b35e7919b978bec18b8a3c54337950240b [2022-10-24T04:13:55.392Z] Successfully tagged edgexfoundry/edgex-web-ui:0.0.0-dev [2022-10-24T04:13:55.392Z] touch edgex-web-ui.imagebuilt [2022-10-24T04:13:55.392Z] mkdir -p node_modules coverage [2022-10-24T04:13:55.392Z] chown "1000:1000" node_modules coverage package-lock.json [2022-10-24T04:13:55.392Z] docker run --rm -i -v "$(pwd):/app" -u "1000:1000" edgexfoundry/edgex-web-ui:0.0.0-dev npm install [2022-10-24T04:13:57.292Z] npm WARN EBADENGINE Unsupported engine { [2022-10-24T04:13:57.292Z] npm WARN EBADENGINE package: '@angular-devkit/architect@0.1202.4', [2022-10-24T04:13:57.292Z] npm WARN EBADENGINE required: { [2022-10-24T04:13:57.292Z] npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', [2022-10-24T04:13:57.292Z] npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', [2022-10-24T04:13:57.292Z] npm WARN EBADENGINE yarn: '>= 1.13.0' [2022-10-24T04:13:57.292Z] npm WARN EBADENGINE }, [2022-10-24T04:13:57.292Z] npm WARN EBADENGINE current: { node: 'v16.17.1', npm: '8.19.2' } [2022-10-24T04:13:57.292Z] npm WARN EBADENGINE } [2022-10-24T04:13:57.292Z] npm WARN EBADENGINE Unsupported engine { [2022-10-24T04:13:57.292Z] npm WARN EBADENGINE package: '@angular-devkit/build-angular@12.2.4', [2022-10-24T04:13:57.292Z] npm WARN EBADENGINE required: { [2022-10-24T04:13:57.292Z] npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', [2022-10-24T04:13:57.292Z] npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', [2022-10-24T04:13:57.292Z] npm WARN EBADENGINE yarn: '>= 1.13.0' [2022-10-24T04:13:57.292Z] npm WARN EBADENGINE }, [2022-10-24T04:13:57.292Z] npm WARN EBADENGINE current: { node: 'v16.17.1', npm: '8.19.2' } [2022-10-24T04:13:57.292Z] npm WARN EBADENGINE } [2022-10-24T04:13:57.292Z] npm WARN EBADENGINE Unsupported engine { [2022-10-24T04:13:57.292Z] npm WARN EBADENGINE package: '@angular-devkit/build-optimizer@0.1202.4', [2022-10-24T04:13:57.292Z] npm WARN EBADENGINE required: { [2022-10-24T04:13:57.292Z] npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', [2022-10-24T04:13:57.292Z] npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', [2022-10-24T04:13:57.292Z] npm WARN EBADENGINE yarn: '>= 1.13.0' [2022-10-24T04:13:57.292Z] npm WARN EBADENGINE }, [2022-10-24T04:13:57.292Z] npm WARN EBADENGINE current: { node: 'v16.17.1', npm: '8.19.2' } [2022-10-24T04:13:57.292Z] npm WARN EBADENGINE } [2022-10-24T04:13:57.292Z] npm WARN EBADENGINE Unsupported engine { [2022-10-24T04:13:57.292Z] npm WARN EBADENGINE package: '@angular-devkit/build-webpack@0.1202.4', [2022-10-24T04:13:57.292Z] npm WARN EBADENGINE required: { [2022-10-24T04:13:57.292Z] npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', [2022-10-24T04:13:57.292Z] npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', [2022-10-24T04:13:57.292Z] npm WARN EBADENGINE yarn: '>= 1.13.0' [2022-10-24T04:13:57.292Z] npm WARN EBADENGINE }, [2022-10-24T04:13:57.292Z] npm WARN EBADENGINE current: { node: 'v16.17.1', npm: '8.19.2' } [2022-10-24T04:13:57.292Z] npm WARN EBADENGINE } [2022-10-24T04:13:57.292Z] npm WARN EBADENGINE Unsupported engine { [2022-10-24T04:13:57.292Z] npm WARN EBADENGINE package: '@angular-devkit/core@12.2.4', [2022-10-24T04:13:57.292Z] npm WARN EBADENGINE required: { [2022-10-24T04:13:57.292Z] npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', [2022-10-24T04:13:57.292Z] npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', [2022-10-24T04:13:57.292Z] npm WARN EBADENGINE yarn: '>= 1.13.0' [2022-10-24T04:13:57.292Z] npm WARN EBADENGINE }, [2022-10-24T04:13:57.292Z] npm WARN EBADENGINE current: { node: 'v16.17.1', npm: '8.19.2' } [2022-10-24T04:13:57.292Z] npm WARN EBADENGINE } [2022-10-24T04:13:57.292Z] npm WARN EBADENGINE Unsupported engine { [2022-10-24T04:13:57.292Z] npm WARN EBADENGINE package: '@angular-devkit/schematics@12.2.4', [2022-10-24T04:13:57.292Z] npm WARN EBADENGINE required: { [2022-10-24T04:13:57.292Z] npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', [2022-10-24T04:13:57.292Z] npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', [2022-10-24T04:13:57.292Z] npm WARN EBADENGINE yarn: '>= 1.13.0' [2022-10-24T04:13:57.292Z] npm WARN EBADENGINE }, [2022-10-24T04:13:57.292Z] npm WARN EBADENGINE current: { node: 'v16.17.1', npm: '8.19.2' } [2022-10-24T04:13:57.292Z] npm WARN EBADENGINE } [2022-10-24T04:13:57.292Z] npm WARN EBADENGINE Unsupported engine { [2022-10-24T04:13:57.292Z] npm WARN EBADENGINE package: '@angular/cli@12.2.4', [2022-10-24T04:13:57.292Z] npm WARN EBADENGINE required: { [2022-10-24T04:13:57.292Z] npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', [2022-10-24T04:13:57.292Z] npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', [2022-10-24T04:13:57.292Z] npm WARN EBADENGINE yarn: '>= 1.13.0' [2022-10-24T04:13:57.292Z] npm WARN EBADENGINE }, [2022-10-24T04:13:57.292Z] npm WARN EBADENGINE current: { node: 'v16.17.1', npm: '8.19.2' } [2022-10-24T04:13:57.292Z] npm WARN EBADENGINE } [2022-10-24T04:13:57.292Z] npm WARN EBADENGINE Unsupported engine { [2022-10-24T04:13:57.292Z] npm WARN EBADENGINE package: '@ngtools/webpack@12.2.4', [2022-10-24T04:13:57.292Z] npm WARN EBADENGINE required: { [2022-10-24T04:13:57.292Z] npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', [2022-10-24T04:13:57.292Z] npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', [2022-10-24T04:13:57.292Z] npm WARN EBADENGINE yarn: '>= 1.13.0' [2022-10-24T04:13:57.292Z] npm WARN EBADENGINE }, [2022-10-24T04:13:57.292Z] npm WARN EBADENGINE current: { node: 'v16.17.1', npm: '8.19.2' } [2022-10-24T04:13:57.292Z] npm WARN EBADENGINE } [2022-10-24T04:13:57.292Z] npm WARN EBADENGINE Unsupported engine { [2022-10-24T04:13:57.292Z] npm WARN EBADENGINE package: '@schematics/angular@12.2.4', [2022-10-24T04:13:57.292Z] npm WARN EBADENGINE required: { [2022-10-24T04:13:57.292Z] npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', [2022-10-24T04:13:57.292Z] npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', [2022-10-24T04:13:57.292Z] npm WARN EBADENGINE yarn: '>= 1.13.0' [2022-10-24T04:13:57.292Z] npm WARN EBADENGINE }, [2022-10-24T04:13:57.292Z] npm WARN EBADENGINE current: { node: 'v16.17.1', npm: '8.19.2' } [2022-10-24T04:13:57.292Z] npm WARN EBADENGINE } [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-10-24T04:14:01.170Z] provisioning config files... [2022-10-24T04:14:01.207Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/1@tmp/config8039322253125202664tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-10-24T04:14:01.617Z] ---> docker-login.sh [2022-10-24T04:14:01.617Z] nexus3.edgexfoundry.org:10001 [2022-10-24T04:14:02.212Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-10-24T04:14:02.212Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-10-24T04:14:02.212Z] Configure a credential helper to remove this warning. See [2022-10-24T04:14:02.212Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-10-24T04:14:02.212Z] [2022-10-24T04:14:02.212Z] Login Succeeded [2022-10-24T04:14:02.212Z] nexus3.edgexfoundry.org:10002 [2022-10-24T04:14:02.483Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-10-24T04:14:02.553Z] npm WARN deprecated urix@0.1.0: Please see https://github.com/lydell/urix#deprecated [2022-10-24T04:14:02.755Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-10-24T04:14:02.755Z] Configure a credential helper to remove this warning. See [2022-10-24T04:14:02.755Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-10-24T04:14:02.755Z] [2022-10-24T04:14:02.755Z] Login Succeeded [2022-10-24T04:14:02.755Z] nexus3.edgexfoundry.org:10003 [2022-10-24T04:14:02.814Z] 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 [2022-10-24T04:14:02.814Z] npm WARN deprecated source-map-url@0.4.1: See https://github.com/lydell/source-map-url#deprecated [2022-10-24T04:14:02.814Z] npm WARN deprecated source-map-resolve@0.6.0: See https://github.com/lydell/source-map-resolve#deprecated [2022-10-24T04:14:03.025Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-10-24T04:14:03.025Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-10-24T04:14:03.025Z] Configure a credential helper to remove this warning. See [2022-10-24T04:14:03.025Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-10-24T04:14:03.025Z] [2022-10-24T04:14:03.025Z] Login Succeeded [2022-10-24T04:14:03.025Z] nexus3.edgexfoundry.org:10004 [2022-10-24T04:14:03.071Z] npm WARN deprecated resolve-url@0.2.1: https://github.com/lydell/resolve-url#deprecated [2022-10-24T04:14:03.298Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-10-24T04:14:03.328Z] npm WARN deprecated querystring@0.2.0: The querystring API is considered Legacy. new code should use the URLSearchParams API instead. [2022-10-24T04:14:03.569Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-10-24T04:14:03.569Z] Configure a credential helper to remove this warning. See [2022-10-24T04:14:03.569Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-10-24T04:14:03.569Z] [2022-10-24T04:14:03.569Z] Login Succeeded [2022-10-24T04:14:03.569Z] docker.io [2022-10-24T04:14:03.841Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-10-24T04:14:03.894Z] npm WARN deprecated request@2.88.2: request has been deprecated, see https://github.com/request/request/issues/3142 [2022-10-24T04:14:04.110Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-10-24T04:14:04.111Z] Configure a credential helper to remove this warning. See [2022-10-24T04:14:04.111Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-10-24T04:14:04.111Z] [2022-10-24T04:14:04.111Z] Login Succeeded [2022-10-24T04:14:04.111Z] ---> docker-login.sh ends [Pipeline] } [2022-10-24T04:14:04.139Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2022-10-24T04:14:04.479Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-10-24T04:14:04.521Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-10-24T04:14:04.559Z] ========================================================= [2022-10-24T04:14:04.559Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine] [2022-10-24T04:14:04.559Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-10-24T04:14:05.067Z] + 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 . [2022-10-24T04:14:05.272Z] npm WARN deprecated har-validator@5.1.5: this library is no longer supported [2022-10-24T04:14:05.272Z] npm WARN deprecated flatten@1.0.3: flatten is deprecated in favor of utility frameworks such as lodash. [2022-10-24T04:14:06.047Z] Sending build context to Docker daemon 28.71MB [2022-10-24T04:14:06.047Z] Step 1/16 : ARG BASE=golang:1.18-alpine3.16 [2022-10-24T04:14:06.047Z] Step 2/16 : FROM ${BASE} AS builder [2022-10-24T04:14:06.317Z] 1.18-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2022-10-24T04:14:06.317Z] 9b18e9b68314: Pulling fs layer [2022-10-24T04:14:06.317Z] d32db5db7311: Pulling fs layer [2022-10-24T04:14:06.317Z] d0c4b47475fc: Pulling fs layer [2022-10-24T04:14:06.317Z] 5831b945b038: Pulling fs layer [2022-10-24T04:14:06.317Z] 86bbec2aaacd: Pulling fs layer [2022-10-24T04:14:06.317Z] e10730c5d714: Pulling fs layer [2022-10-24T04:14:06.317Z] 5dd5c2283517: Pulling fs layer [2022-10-24T04:14:06.317Z] d5ac0230b979: Pulling fs layer [2022-10-24T04:14:06.317Z] 5831b945b038: Waiting [2022-10-24T04:14:06.317Z] 86bbec2aaacd: Waiting [2022-10-24T04:14:06.317Z] e10730c5d714: Waiting [2022-10-24T04:14:06.317Z] 5dd5c2283517: Waiting [2022-10-24T04:14:06.317Z] d5ac0230b979: Waiting [2022-10-24T04:14:06.317Z] d0c4b47475fc: Verifying Checksum [2022-10-24T04:14:06.317Z] d0c4b47475fc: Download complete [2022-10-24T04:14:06.317Z] d32db5db7311: Download complete [2022-10-24T04:14:06.317Z] 86bbec2aaacd: Verifying Checksum [2022-10-24T04:14:06.317Z] 86bbec2aaacd: Download complete [2022-10-24T04:14:06.317Z] e10730c5d714: Verifying Checksum [2022-10-24T04:14:06.317Z] e10730c5d714: Download complete [2022-10-24T04:14:06.317Z] 9b18e9b68314: Verifying Checksum [2022-10-24T04:14:06.317Z] 9b18e9b68314: Download complete [2022-10-24T04:14:07.173Z] 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 [2022-10-24T04:14:07.173Z] 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 [2022-10-24T04:14:07.317Z] 9b18e9b68314: Pull complete [2022-10-24T04:14:07.591Z] d5ac0230b979: Verifying Checksum [2022-10-24T04:14:07.591Z] d5ac0230b979: Download complete [2022-10-24T04:14:07.865Z] d32db5db7311: Pull complete [2022-10-24T04:14:08.107Z] 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. [2022-10-24T04:14:08.136Z] d0c4b47475fc: Pull complete [2022-10-24T04:14:08.752Z] 5dd5c2283517: Verifying Checksum [2022-10-24T04:14:08.752Z] 5dd5c2283517: Download complete [2022-10-24T04:14:09.042Z] 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. [2022-10-24T04:14:09.341Z] 5831b945b038: Verifying Checksum [2022-10-24T04:14:09.341Z] 5831b945b038: Download complete [2022-10-24T04:14:21.844Z] 5831b945b038: Pull complete [2022-10-24T04:14:21.844Z] 86bbec2aaacd: Pull complete [2022-10-24T04:14:21.844Z] e10730c5d714: Pull complete [2022-10-24T04:14:27.128Z] 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. [2022-10-24T04:14:27.128Z] npm WARN deprecated chokidar@2.1.8: Chokidar 2 does not receive security updates since 2019. Upgrade to chokidar 3 with 15x fewer dependencies [2022-10-24T04:14:27.128Z] 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. [2022-10-24T04:14:27.128Z] npm WARN deprecated source-map-resolve@0.5.3: See https://github.com/lydell/source-map-resolve#deprecated [2022-10-24T04:14:27.128Z] 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. [2022-10-24T04:14:27.221Z] 5dd5c2283517: Pull complete [2022-10-24T04:14:29.043Z] npm WARN deprecated source-map-resolve@0.5.3: See https://github.com/lydell/source-map-resolve#deprecated [2022-10-24T04:14:29.183Z] d5ac0230b979: Pull complete [2022-10-24T04:14:29.183Z] Digest: sha256:20129d036edcc9aeb260ee0df12cfa5280992c4a8e5b89377467d541f90c94a2 [2022-10-24T04:14:29.184Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2022-10-24T04:14:29.184Z] ---> 59b3b1a385d4 [2022-10-24T04:14:29.184Z] Step 3/16 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" [2022-10-24T04:14:31.161Z] ---> Running in b0b3349dcb07 [2022-10-24T04:14:31.432Z] Removing intermediate container b0b3349dcb07 [2022-10-24T04:14:31.432Z] ---> 1c8dc458c1d3 [2022-10-24T04:14:31.432Z] Step 4/16 : ARG ALPINE_PKG_BASE="make git" [2022-10-24T04:14:31.433Z] ---> Running in e2e81d46321b [2022-10-24T04:14:32.024Z] Removing intermediate container e2e81d46321b [2022-10-24T04:14:32.024Z] ---> c38336c031a5 [2022-10-24T04:14:32.024Z] Step 5/16 : ARG ALPINE_PKG_EXTRA="" [2022-10-24T04:14:32.024Z] ---> Running in 034db7045d3d [2022-10-24T04:14:32.295Z] Removing intermediate container 034db7045d3d [2022-10-24T04:14:32.295Z] ---> 23029cde8c4e [2022-10-24T04:14:32.295Z] Step 6/16 : LABEL Name=edgex-ui-go [2022-10-24T04:14:32.295Z] ---> Running in 4633c4dc494d [2022-10-24T04:14:32.899Z] Removing intermediate container 4633c4dc494d [2022-10-24T04:14:32.899Z] ---> ade5f62817e8 [2022-10-24T04:14:32.899Z] Step 7/16 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2022: Intel' [2022-10-24T04:14:32.899Z] ---> Running in ede0358b038e [2022-10-24T04:14:33.168Z] Removing intermediate container ede0358b038e [2022-10-24T04:14:33.168Z] ---> 491992759e1d [2022-10-24T04:14:33.168Z] Step 8/16 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2022-10-24T04:14:34.137Z] latest: Pulling from library/docker [2022-10-24T04:14:34.137Z] 9b18e9b68314: Already exists [2022-10-24T04:14:34.137Z] c21cba7d4ed2: Pulling fs layer [2022-10-24T04:14:34.137Z] 63dea5e92710: Pulling fs layer [2022-10-24T04:14:34.137Z] 885b6baa568c: Pulling fs layer [2022-10-24T04:14:34.137Z] 0f96f7352224: Pulling fs layer [2022-10-24T04:14:34.137Z] 679d89bc3e35: Pulling fs layer [2022-10-24T04:14:34.137Z] 11f76eab2d11: Pulling fs layer [2022-10-24T04:14:34.137Z] f399f04d60e9: Pulling fs layer [2022-10-24T04:14:34.137Z] 10c95374dc09: Pulling fs layer [2022-10-24T04:14:34.137Z] 679d89bc3e35: Waiting [2022-10-24T04:14:34.137Z] 11f76eab2d11: Waiting [2022-10-24T04:14:34.137Z] f399f04d60e9: Waiting [2022-10-24T04:14:34.137Z] 10c95374dc09: Waiting [2022-10-24T04:14:34.137Z] 0f96f7352224: Waiting [2022-10-24T04:14:34.137Z] 63dea5e92710: Verifying Checksum [2022-10-24T04:14:34.137Z] 63dea5e92710: Download complete [2022-10-24T04:14:34.410Z] c21cba7d4ed2: Download complete [2022-10-24T04:14:34.681Z] 885b6baa568c: Verifying Checksum [2022-10-24T04:14:34.681Z] 885b6baa568c: Download complete [2022-10-24T04:14:34.950Z] 11f76eab2d11: Verifying Checksum [2022-10-24T04:14:34.950Z] 11f76eab2d11: Download complete [2022-10-24T04:14:34.950Z] 0f96f7352224: Verifying Checksum [2022-10-24T04:14:34.950Z] 0f96f7352224: Download complete [2022-10-24T04:14:34.950Z] 679d89bc3e35: Verifying Checksum [2022-10-24T04:14:34.950Z] 679d89bc3e35: Download complete [2022-10-24T04:14:35.221Z] f399f04d60e9: Verifying Checksum [2022-10-24T04:14:35.221Z] f399f04d60e9: Download complete [2022-10-24T04:14:35.221Z] 10c95374dc09: Verifying Checksum [2022-10-24T04:14:35.221Z] 10c95374dc09: Download complete [2022-10-24T04:14:35.221Z] c21cba7d4ed2: Pull complete [2022-10-24T04:14:35.500Z] 63dea5e92710: Pull complete [2022-10-24T04:14:36.465Z] 885b6baa568c: Pull complete [2022-10-24T04:14:37.433Z] 0f96f7352224: Pull complete [2022-10-24T04:14:38.408Z] 679d89bc3e35: Pull complete [2022-10-24T04:14:38.679Z] 11f76eab2d11: Pull complete [2022-10-24T04:14:38.950Z] f399f04d60e9: Pull complete [2022-10-24T04:14:39.027Z] [2022-10-24T04:14:39.027Z] added 1478 packages, and audited 1479 packages in 42s [2022-10-24T04:14:39.027Z] [2022-10-24T04:14:39.027Z] 90 packages are looking for funding [2022-10-24T04:14:39.027Z] run `npm fund` for details [2022-10-24T04:14:39.027Z] [2022-10-24T04:14:39.027Z] 14 vulnerabilities (3 moderate, 9 high, 2 critical) [2022-10-24T04:14:39.027Z] [2022-10-24T04:14:39.027Z] To address issues that do not require attention, run: [2022-10-24T04:14:39.027Z] npm audit fix [2022-10-24T04:14:39.027Z] [2022-10-24T04:14:39.027Z] To address all issues (including breaking changes), run: [2022-10-24T04:14:39.027Z] npm audit fix --force [2022-10-24T04:14:39.027Z] [2022-10-24T04:14:39.027Z] Run `npm audit` for details. [2022-10-24T04:14:39.220Z] 10c95374dc09: Pull complete [2022-10-24T04:14:39.220Z] Digest: sha256:b39aa91b8a31462d6e86da84762891f6d2ac5657d34d9bf86fd1d0bd7b60e0d8 [2022-10-24T04:14:39.220Z] Status: Downloaded newer image for docker:latest [2022-10-24T04:14:39.968Z] 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 [2022-10-24T04:14:41.842Z] ---> 3b6c2b821373 [2022-10-24T04:14:41.842Z] Step 9/16 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-24T04:14:41.842Z] ---> Running in bdd3157f6c07 [2022-10-24T04:14:42.501Z] - Generating browser application bundles (phase: setup)... [2022-10-24T04:14:43.802Z] Removing intermediate container bdd3157f6c07 [2022-10-24T04:14:43.802Z] ---> 2745fe22715c [2022-10-24T04:14:43.802Z] Step 10/16 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2022-10-24T04:14:43.802Z] ---> Running in 8aa409ab9d40 [2022-10-24T04:14:45.225Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-10-24T04:14:45.815Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-10-24T04:14:47.236Z] OK: 221 MiB in 51 packages [2022-10-24T04:14:47.772Z] Compiling @angular/core : es2015 as esm2015 [2022-10-24T04:14:47.772Z] Compiling @angular/compiler/testing : es2015 as esm2015 [2022-10-24T04:14:47.828Z] Removing intermediate container 8aa409ab9d40 [2022-10-24T04:14:47.828Z] ---> 0897917ddf37 [2022-10-24T04:14:47.828Z] Step 11/16 : ENV GO111MODULE=on [2022-10-24T04:14:48.106Z] ---> Running in adf08c5e5264 [2022-10-24T04:14:48.377Z] Removing intermediate container adf08c5e5264 [2022-10-24T04:14:48.377Z] ---> d614735ee330 [2022-10-24T04:14:48.377Z] Step 12/16 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go [2022-10-24T04:14:48.646Z] ---> Running in 329f6bd5b85a [2022-10-24T04:14:48.916Z] Removing intermediate container 329f6bd5b85a [2022-10-24T04:14:48.916Z] ---> 4a4dc3facdad [2022-10-24T04:14:48.916Z] Step 13/16 : COPY go.mod vendor* ./ [2022-10-24T04:14:49.508Z] ---> 30f7190155c2 [2022-10-24T04:14:49.508Z] Step 14/16 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-10-24T04:14:49.508Z] ---> Running in 209b6ce5f8b9 [2022-10-24T04:14:51.056Z] Compiling @angular/common : es2015 as esm2015 [2022-10-24T04:14:51.056Z] Compiling @angular/core/testing : es2015 as esm2015 [2022-10-24T04:14:51.620Z] Compiling @angular/platform-browser : es2015 as esm2015 [2022-10-24T04:14:51.620Z] Compiling @angular/common/testing : es2015 as esm2015 [2022-10-24T04:14:52.184Z] Compiling @angular/platform-browser-dynamic : es2015 as esm2015 [2022-10-24T04:14:52.184Z] Compiling @angular/platform-browser/testing : es2015 as esm2015 [2022-10-24T04:14:52.441Z] Compiling @angular/common/http : es2015 as esm2015 [2022-10-24T04:14:52.441Z] Compiling @angular/router : es2015 as esm2015 [2022-10-24T04:14:52.699Z] Compiling @angular/platform-browser-dynamic/testing : es2015 as esm2015 [2022-10-24T04:14:52.957Z] Compiling @angular/forms : es2015 as esm2015 [2022-10-24T04:14:53.215Z] Compiling @angular/common/http/testing : es2015 as esm2015 [2022-10-24T04:14:55.132Z] Compiling @angular/router/testing : es2015 as esm2015 [2022-10-24T04:15:01.722Z] 24 10 2022 04:15:01.671:INFO [karma-server]: Karma v6.3.16 server started at http://localhost:9876/ [2022-10-24T04:15:01.722Z] 24 10 2022 04:15:01.672:INFO [launcher]: Launching browsers ChromeHeadlessNoSandbox with concurrency unlimited [2022-10-24T04:15:01.722Z] 24 10 2022 04:15:01.676:INFO [launcher]: Starting browser ChromeHeadless [2022-10-24T04:15:16.619Z] ✔ Browser application bundle generation complete. [2022-10-24T04:15:16.619Z] 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 [2022-10-24T04:15:17.567Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 0 of 149 SUCCESS (0 secs / 0 secs) [2022-10-24T04:15:17.567Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 1 of 149 SUCCESS (0 secs / 0.026 secs) [2022-10-24T04:15:17.567Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 2 of 149 SUCCESS (0 secs / 0.036 secs) [2022-10-24T04:15:17.567Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 3 of 149 SUCCESS (0 secs / 0.04 secs) [2022-10-24T04:15:17.567Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 4 of 149 SUCCESS (0 secs / 0.077 secs) [2022-10-24T04:15:17.567Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 5 of 149 SUCCESS (0 secs / 0.118 secs) [2022-10-24T04:15:17.825Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 6 of 149 SUCCESS (0 secs / 0.217 secs) [2022-10-24T04:15:17.825Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 7 of 149 SUCCESS (0 secs / 0.293 secs) [2022-10-24T04:15:18.084Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 8 of 149 SUCCESS (0 secs / 0.383 secs) [2022-10-24T04:15:18.084Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 9 of 149 SUCCESS (0 secs / 0.389 secs) [2022-10-24T04:15:18.084Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 10 of 149 SUCCESS (0 secs / 0.392 secs) [2022-10-24T04:15:18.084Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 11 of 149 SUCCESS (0 secs / 0.456 secs) [2022-10-24T04:15:18.084Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 12 of 149 SUCCESS (0 secs / 0.497 secs) [2022-10-24T04:15:18.084Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 13 of 149 SUCCESS (0 secs / 0.52 secs) [2022-10-24T04:15:18.084Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 14 of 149 SUCCESS (0 secs / 0.527 secs) [2022-10-24T04:15:18.084Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 15 of 149 SUCCESS (0 secs / 0.535 secs) [2022-10-24T04:15:18.084Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 16 of 149 SUCCESS (0 secs / 0.538 secs) [2022-10-24T04:15:18.341Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 17 of 149 SUCCESS (0 secs / 0.543 secs) [2022-10-24T04:15:18.341Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 18 of 149 SUCCESS (0 secs / 0.554 secs) [2022-10-24T04:15:18.341Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 19 of 149 SUCCESS (0 secs / 0.593 secs) [2022-10-24T04:15:18.341Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 20 of 149 SUCCESS (0 secs / 0.612 secs) [2022-10-24T04:15:18.341Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 21 of 149 SUCCESS (0 secs / 0.619 secs) [2022-10-24T04:15:18.341Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 22 of 149 SUCCESS (0 secs / 0.663 secs) [2022-10-24T04:15:18.341Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 23 of 149 SUCCESS (0 secs / 0.683 secs) [2022-10-24T04:15:18.341Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 24 of 149 SUCCESS (0 secs / 0.69 secs) [2022-10-24T04:15:18.600Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 25 of 149 SUCCESS (0 secs / 0.72 secs) [2022-10-24T04:15:18.600Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 26 of 149 SUCCESS (0 secs / 0.729 secs) [2022-10-24T04:15:18.600Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 27 of 149 SUCCESS (0 secs / 0.739 secs) [2022-10-24T04:15:18.600Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 28 of 149 SUCCESS (0 secs / 0.766 secs) [2022-10-24T04:15:18.600Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 29 of 149 SUCCESS (0 secs / 0.77 secs) [2022-10-24T04:15:18.600Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 30 of 149 SUCCESS (0 secs / 0.778 secs) [2022-10-24T04:15:18.600Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 31 of 149 SUCCESS (0 secs / 0.796 secs) [2022-10-24T04:15:18.600Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 32 of 149 SUCCESS (0 secs / 0.8 secs) [2022-10-24T04:15:18.600Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 33 of 149 SUCCESS (0 secs / 0.802 secs) [2022-10-24T04:15:18.600Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 34 of 149 SUCCESS (0 secs / 0.813 secs) [2022-10-24T04:15:18.600Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 35 of 149 SUCCESS (0 secs / 0.816 secs) [2022-10-24T04:15:18.600Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 36 of 149 SUCCESS (0 secs / 0.818 secs) [2022-10-24T04:15:18.600Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 37 of 149 SUCCESS (0 secs / 0.827 secs) [2022-10-24T04:15:18.600Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 38 of 149 SUCCESS (0 secs / 0.863 secs) [2022-10-24T04:15:18.859Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 39 of 149 SUCCESS (0 secs / 1.005 secs) [2022-10-24T04:15:18.859Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 40 of 149 SUCCESS (0 secs / 1.021 secs) [2022-10-24T04:15:18.859Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 41 of 149 SUCCESS (0 secs / 1.03 secs) [2022-10-24T04:15:18.859Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 42 of 149 SUCCESS (0 secs / 1.071 secs) [2022-10-24T04:15:18.859Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 43 of 149 SUCCESS (0 secs / 1.083 secs) [2022-10-24T04:15:18.859Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 44 of 149 SUCCESS (0 secs / 1.095 secs) [2022-10-24T04:15:19.117Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 45 of 149 SUCCESS (0 secs / 1.113 secs) [2022-10-24T04:15:19.118Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 46 of 149 SUCCESS (0 secs / 1.125 secs) [2022-10-24T04:15:19.118Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 47 of 149 SUCCESS (0 secs / 1.133 secs) [2022-10-24T04:15:19.118Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 48 of 149 SUCCESS (0 secs / 1.155 secs) [2022-10-24T04:15:19.118Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 49 of 149 SUCCESS (0 secs / 1.169 secs) [2022-10-24T04:15:19.118Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 50 of 149 SUCCESS (0 secs / 1.2 secs) [2022-10-24T04:15:19.118Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 51 of 149 SUCCESS (0 secs / 1.212 secs) [2022-10-24T04:15:19.118Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 52 of 149 SUCCESS (0 secs / 1.222 secs) [2022-10-24T04:15:19.118Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 53 of 149 SUCCESS (0 secs / 1.257 secs) [2022-10-24T04:15:19.376Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 54 of 149 SUCCESS (0 secs / 1.265 secs) [2022-10-24T04:15:19.376Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 55 of 149 SUCCESS (0 secs / 1.273 secs) [2022-10-24T04:15:19.376Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 56 of 149 SUCCESS (0 secs / 1.306 secs) [2022-10-24T04:15:19.376Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 57 of 149 SUCCESS (0 secs / 1.319 secs) [2022-10-24T04:15:19.377Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 58 of 149 SUCCESS (0 secs / 1.354 secs) [2022-10-24T04:15:19.377Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 59 of 149 SUCCESS (0 secs / 1.37 secs) [2022-10-24T04:15:19.377Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 60 of 149 SUCCESS (0 secs / 1.4 secs) [2022-10-24T04:15:19.377Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 61 of 149 SUCCESS (0 secs / 1.42 secs) [2022-10-24T04:15:19.377Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 62 of 149 SUCCESS (0 secs / 1.425 secs) [2022-10-24T04:15:19.377Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 63 of 149 SUCCESS (0 secs / 1.428 secs) [2022-10-24T04:15:19.377Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 64 of 149 SUCCESS (0 secs / 1.431 secs) [2022-10-24T04:15:19.635Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 65 of 149 SUCCESS (0 secs / 1.44 secs) [2022-10-24T04:15:19.635Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 66 of 149 SUCCESS (0 secs / 1.444 secs) [2022-10-24T04:15:19.635Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 67 of 149 SUCCESS (0 secs / 1.447 secs) [2022-10-24T04:15:19.635Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 68 of 149 SUCCESS (0 secs / 1.457 secs) [2022-10-24T04:15:19.635Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 69 of 149 SUCCESS (0 secs / 1.493 secs) [2022-10-24T04:15:19.635Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 70 of 149 SUCCESS (0 secs / 1.496 secs) [2022-10-24T04:15:19.635Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 71 of 149 SUCCESS (0 secs / 1.501 secs) [2022-10-24T04:15:19.635Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 72 of 149 SUCCESS (0 secs / 1.509 secs) [2022-10-24T04:15:19.635Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 73 of 149 SUCCESS (0 secs / 1.528 secs) [2022-10-24T04:15:19.635Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 74 of 149 SUCCESS (0 secs / 1.534 secs) [2022-10-24T04:15:19.635Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 75 of 149 SUCCESS (0 secs / 1.536 secs) [2022-10-24T04:15:19.635Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 76 of 149 SUCCESS (0 secs / 1.554 secs) [2022-10-24T04:15:19.635Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 77 of 149 SUCCESS (0 secs / 1.561 secs) [2022-10-24T04:15:19.635Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 78 of 149 SUCCESS (0 secs / 1.578 secs) [2022-10-24T04:15:19.635Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 79 of 149 SUCCESS (0 secs / 1.589 secs) [2022-10-24T04:15:19.635Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 80 of 149 SUCCESS (0 secs / 1.596 secs) [2022-10-24T04:15:19.635Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 81 of 149 SUCCESS (0 secs / 1.6 secs) [2022-10-24T04:15:19.895Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 82 of 149 SUCCESS (0 secs / 1.604 secs) [2022-10-24T04:15:19.895Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 83 of 149 SUCCESS (0 secs / 1.61 secs) [2022-10-24T04:15:19.895Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 84 of 149 SUCCESS (0 secs / 1.636 secs) [2022-10-24T04:15:19.895Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 85 of 149 SUCCESS (0 secs / 1.663 secs) [2022-10-24T04:15:19.895Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 86 of 149 SUCCESS (0 secs / 1.674 secs) [2022-10-24T04:15:19.895Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 87 of 149 SUCCESS (0 secs / 1.683 secs) [2022-10-24T04:15:19.895Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 88 of 149 SUCCESS (0 secs / 1.7 secs) [2022-10-24T04:15:19.895Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 89 of 149 SUCCESS (0 secs / 1.703 secs) [2022-10-24T04:15:19.895Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 90 of 149 SUCCESS (0 secs / 1.706 secs) [2022-10-24T04:15:19.895Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 91 of 149 SUCCESS (0 secs / 1.708 secs) [2022-10-24T04:15:19.895Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 92 of 149 SUCCESS (0 secs / 1.712 secs) [2022-10-24T04:15:19.895Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 93 of 149 SUCCESS (0 secs / 1.714 secs) [2022-10-24T04:15:19.895Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 94 of 149 SUCCESS (0 secs / 1.715 secs) [2022-10-24T04:15:19.895Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 95 of 149 SUCCESS (0 secs / 1.721 secs) [2022-10-24T04:15:19.895Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 96 of 149 SUCCESS (0 secs / 1.736 secs) [2022-10-24T04:15:20.158Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 97 of 149 SUCCESS (0 secs / 1.791 secs) [2022-10-24T04:15:20.158Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 98 of 149 SUCCESS (0 secs / 1.8 secs) [2022-10-24T04:15:20.158Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 99 of 149 SUCCESS (0 secs / 1.807 secs) [2022-10-24T04:15:20.158Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 100 of 149 SUCCESS (0 secs / 1.809 secs) [2022-10-24T04:15:20.158Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 101 of 149 SUCCESS (0 secs / 1.811 secs) [2022-10-24T04:15:20.158Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 102 of 149 SUCCESS (0 secs / 1.819 secs) [2022-10-24T04:15:20.158Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 103 of 149 SUCCESS (0 secs / 1.823 secs) [2022-10-24T04:15:20.158Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 104 of 149 SUCCESS (0 secs / 1.826 secs) [2022-10-24T04:15:20.158Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 105 of 149 SUCCESS (0 secs / 1.83 secs) [2022-10-24T04:15:20.159Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 106 of 149 SUCCESS (0 secs / 1.843 secs) [2022-10-24T04:15:20.159Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 107 of 149 SUCCESS (0 secs / 1.855 secs) [2022-10-24T04:15:20.159Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 108 of 149 SUCCESS (0 secs / 1.897 secs) [2022-10-24T04:15:20.159Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 109 of 149 SUCCESS (0 secs / 1.912 secs) [2022-10-24T04:15:20.159Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 110 of 149 SUCCESS (0 secs / 1.916 secs) [2022-10-24T04:15:20.159Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 111 of 149 SUCCESS (0 secs / 1.918 secs) [2022-10-24T04:15:20.159Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 112 of 149 SUCCESS (0 secs / 1.935 secs) [2022-10-24T04:15:20.159Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 113 of 149 SUCCESS (0 secs / 1.964 secs) [2022-10-24T04:15:20.417Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 114 of 149 SUCCESS (0 secs / 1.972 secs) [2022-10-24T04:15:20.417Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 115 of 149 SUCCESS (0 secs / 1.992 secs) [2022-10-24T04:15:20.417Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 116 of 149 SUCCESS (0 secs / 2.016 secs) [2022-10-24T04:15:20.417Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 117 of 149 SUCCESS (0 secs / 2.025 secs) [2022-10-24T04:15:20.417Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 118 of 149 SUCCESS (0 secs / 2.041 secs) [2022-10-24T04:15:20.417Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 119 of 149 SUCCESS (0 secs / 2.06 secs) [2022-10-24T04:15:20.417Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 120 of 149 SUCCESS (0 secs / 2.08 secs) [2022-10-24T04:15:20.417Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 121 of 149 SUCCESS (0 secs / 2.084 secs) [2022-10-24T04:15:20.417Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 122 of 149 SUCCESS (0 secs / 2.086 secs) [2022-10-24T04:15:20.417Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 123 of 149 SUCCESS (0 secs / 2.092 secs) [2022-10-24T04:15:20.417Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 124 of 149 SUCCESS (0 secs / 2.101 secs) [2022-10-24T04:15:20.417Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 125 of 149 SUCCESS (0 secs / 2.112 secs) [2022-10-24T04:15:20.417Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 126 of 149 SUCCESS (0 secs / 2.127 secs) [2022-10-24T04:15:20.417Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 127 of 149 SUCCESS (0 secs / 2.131 secs) [2022-10-24T04:15:20.417Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 128 of 149 SUCCESS (0 secs / 2.135 secs) [2022-10-24T04:15:20.679Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 129 of 149 SUCCESS (0 secs / 2.153 secs) [2022-10-24T04:15:20.679Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 130 of 149 SUCCESS (0 secs / 2.169 secs) [2022-10-24T04:15:20.679Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 131 of 149 SUCCESS (0 secs / 2.184 secs) [2022-10-24T04:15:20.679Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 132 of 149 SUCCESS (0 secs / 2.218 secs) [2022-10-24T04:15:20.679Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 133 of 149 SUCCESS (0 secs / 2.226 secs) [2022-10-24T04:15:20.679Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 134 of 149 SUCCESS (0 secs / 2.228 secs) [2022-10-24T04:15:20.679Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 135 of 149 SUCCESS (0 secs / 2.27 secs) [2022-10-24T04:15:20.679Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 136 of 149 SUCCESS (0 secs / 2.283 secs) [2022-10-24T04:15:20.938Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 137 of 149 SUCCESS (0 secs / 2.304 secs) [2022-10-24T04:15:20.938Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 138 of 149 SUCCESS (0 secs / 2.312 secs) [2022-10-24T04:15:20.938Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 139 of 149 SUCCESS (0 secs / 2.322 secs) [2022-10-24T04:15:20.938Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 140 of 149 SUCCESS (0 secs / 2.325 secs) [2022-10-24T04:15:20.938Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 141 of 149 SUCCESS (0 secs / 2.332 secs) [2022-10-24T04:15:20.938Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 142 of 149 SUCCESS (0 secs / 2.338 secs) [2022-10-24T04:15:20.938Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 143 of 149 SUCCESS (0 secs / 2.348 secs) [2022-10-24T04:15:20.938Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 144 of 149 SUCCESS (0 secs / 2.357 secs) [2022-10-24T04:15:20.938Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 145 of 149 SUCCESS (0 secs / 2.373 secs) [2022-10-24T04:15:20.938Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 146 of 149 SUCCESS (0 secs / 2.391 secs) [2022-10-24T04:15:20.938Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 147 of 149 SUCCESS (0 secs / 2.399 secs) [2022-10-24T04:15:20.938Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 148 of 149 SUCCESS (0 secs / 2.423 secs) [2022-10-24T04:15:20.938Z] WARN: ' [2022-10-24T04:15:20.938Z] It looks like you're using ngModel on the same form field as formControlName. [2022-10-24T04:15:20.938Z] Support for using the ngModel input property and ngModelChange event with [2022-10-24T04:15:20.938Z] reactive form directives has been deprecated in Angular v6 and will be removed [2022-10-24T04:15:20.938Z] in a future version of Angular. [2022-10-24T04:15:20.938Z] [2022-10-24T04:15:20.938Z] For more information on this, see our API docs here: [2022-10-24T04:15:20.938Z] https://angular.io/api/forms/FormControlName#use-with-ngmodel [2022-10-24T04:15:20.938Z] ' [2022-10-24T04:15:20.938Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 148 of 149 SUCCESS (0 secs / 2.423 secs) [2022-10-24T04:15:20.938Z] WARN: ' [2022-10-24T04:15:20.938Z] It looks like you're using ngModel on the same form field as formControlName. [2022-10-24T04:15:20.938Z] Support for using the ngModel input property and ngModelChange event with [2022-10-24T04:15:20.938Z] reactive form directives has been deprecated in Angular v6 and will be removed [2022-10-24T04:15:20.938Z] in a future version of Angular. [2022-10-24T04:15:20.938Z] [2022-10-24T04:15:20.938Z] For more information on this, see our API docs here: [2022-10-24T04:15:20.938Z] https://angular.io/api/forms/FormControlName#use-with-ngmodel [2022-10-24T04:15:20.938Z] ' [2022-10-24T04:15:20.938Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 149 of 149 SUCCESS (0 secs / 2.444 secs) [2022-10-24T04:15:21.218Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 149 of 149 SUCCESS (3.715 secs / 2.444 secs) [2022-10-24T04:15:21.218Z] TOTAL: 149 SUCCESS [2022-10-24T04:15:21.218Z] ✔ Browser application bundle generation complete. [2022-10-24T04:15:21.788Z] [2022-10-24T04:15:21.788Z] =============================== Coverage summary =============================== [2022-10-24T04:15:21.788Z] Statements : 40.95% ( 1466/3580 ) [2022-10-24T04:15:21.788Z] Branches : 12.03% ( 111/923 ) [2022-10-24T04:15:21.788Z] Functions : 33.2% ( 431/1298 ) [2022-10-24T04:15:21.788Z] Lines : 38.88% ( 1317/3387 ) [2022-10-24T04:15:21.788Z] ================================================================================ [2022-10-24T04:15:21.788Z] ✔ Browser application bundle generation complete. [2022-10-24T04:15:22.357Z] make[1]: Leaving directory '/w/workspace/edgexfoundry_edgex-ui-go_PR-561/web' [Pipeline] echo [2022-10-24T04:15:22.393Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2022-10-24T04:15:22.425Z] $ docker stop --time=1 6c5c0ef936c12f7afd47df3fa9b1b5d6b1d70346ce6c19f14bec6af63fa8d9ca [2022-10-24T04:15:23.720Z] $ docker rm -f 6c5c0ef936c12f7afd47df3fa9b1b5d6b1d70346ce6c19f14bec6af63fa8d9ca [Pipeline] // withDockerContainer [Pipeline] sh [2022-10-24T04:15:24.194Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2022-10-24T04:15:24.924Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2022-10-24T04:15:25.640Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2022-10-24T04:15:26.292Z] + ls -al . [2022-10-24T04:15:26.292Z] total 184 [2022-10-24T04:15:26.292Z] drwxrwxr-x 14 jenkins jenkins 4096 Oct 24 04:13 . [2022-10-24T04:15:26.292Z] drwxrwxr-x 4 jenkins jenkins 4096 Oct 24 04:12 .. [2022-10-24T04:15:26.292Z] drwxrwxr-x 2 jenkins jenkins 4096 Oct 24 04:12 .blubracket [2022-10-24T04:15:26.292Z] -rw-rw-r-- 1 jenkins jenkins 18 Oct 24 04:12 .dockerignore [2022-10-24T04:15:26.292Z] drwxrwxr-x 8 jenkins jenkins 4096 Oct 24 04:12 .git [2022-10-24T04:15:26.292Z] drwxrwxr-x 3 jenkins jenkins 4096 Oct 24 04:12 .github [2022-10-24T04:15:26.292Z] -rw-rw-r-- 1 jenkins jenkins 185 Oct 24 04:12 .gitignore [2022-10-24T04:15:26.292Z] drwxr-xr-x 3 jenkins jenkins 4096 Oct 24 04:12 .semver [2022-10-24T04:15:26.292Z] -rw-rw-r-- 1 jenkins jenkins 4856 Oct 24 04:12 Attribution.txt [2022-10-24T04:15:26.292Z] -rw-rw-r-- 1 jenkins jenkins 14570 Oct 24 04:12 CHANGELOG.md [2022-10-24T04:15:26.292Z] -rw-rw-r-- 1 jenkins jenkins 3959 Oct 24 04:12 CONTRIBUTING.md [2022-10-24T04:15:26.292Z] -rw-rw-r-- 1 jenkins jenkins 1847 Oct 24 04:12 Dockerfile [2022-10-24T04:15:26.292Z] -rw-rw-r-- 1 jenkins jenkins 652 Oct 24 04:12 Jenkinsfile [2022-10-24T04:15:26.292Z] -rw-rw-r-- 1 jenkins jenkins 11357 Oct 24 04:12 LICENSE [2022-10-24T04:15:26.292Z] -rw-rw-r-- 1 jenkins jenkins 2124 Oct 24 04:12 Makefile [2022-10-24T04:15:26.292Z] -rw-rw-r-- 1 jenkins jenkins 4398 Oct 24 04:12 README.md [2022-10-24T04:15:26.292Z] -rw-rw-r-- 1 jenkins jenkins 5 Oct 24 04:12 VERSION [2022-10-24T04:15:26.292Z] drwxrwxr-x 3 jenkins jenkins 4096 Oct 24 04:12 assets [2022-10-24T04:15:26.292Z] drwxrwxr-x 2 jenkins jenkins 4096 Oct 24 04:12 bin [2022-10-24T04:15:26.292Z] drwxrwxr-x 3 jenkins jenkins 4096 Oct 24 04:12 cmd [2022-10-24T04:15:26.292Z] -rw-r--r-- 1 jenkins jenkins 10 Oct 24 04:13 coverage.out [2022-10-24T04:15:26.292Z] drwxrwxr-x 2 jenkins jenkins 4096 Oct 24 04:12 docs [2022-10-24T04:15:26.292Z] -rw-rw-r-- 1 jenkins jenkins 3151 Oct 24 04:12 go.mod [2022-10-24T04:15:26.292Z] -rw-rw-r-- 1 jenkins jenkins 43970 Oct 24 04:12 go.sum [2022-10-24T04:15:26.292Z] drwxrwxr-x 8 jenkins jenkins 4096 Oct 24 04:12 internal [2022-10-24T04:15:26.292Z] drwxrwxr-x 4 jenkins jenkins 4096 Oct 24 04:12 snap [2022-10-24T04:15:26.292Z] drwxrwxr-x 4 jenkins jenkins 4096 Oct 24 04:12 testing [2022-10-24T04:15:26.292Z] -rw-rw-r-- 1 jenkins jenkins 155 Oct 24 04:12 version.go [2022-10-24T04:15:26.292Z] drwxrwxr-x 6 jenkins jenkins 4096 Oct 24 04:13 web [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-10-24T04:15:26.686Z] + 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 . [2022-10-24T04:15:27.253Z] Sending build context to Docker daemon 48.24MB [2022-10-24T04:15:27.253Z] Step 1/26 : ARG BASE=golang:1.18-alpine3.16 [2022-10-24T04:15:27.253Z] Step 2/26 : FROM ${BASE} AS builder [2022-10-24T04:15:27.253Z] ---> 487cb9e2cea6 [2022-10-24T04:15:27.253Z] Step 3/26 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" [2022-10-24T04:15:27.511Z] ---> Running in 9328ee8abe9e [2022-10-24T04:15:27.511Z] Removing intermediate container 9328ee8abe9e [2022-10-24T04:15:27.511Z] ---> 65f5244ddae8 [2022-10-24T04:15:27.511Z] Step 4/26 : ARG ALPINE_PKG_BASE="make git" [2022-10-24T04:15:27.769Z] ---> Running in b6da9d3924e7 [2022-10-24T04:15:27.770Z] Removing intermediate container b6da9d3924e7 [2022-10-24T04:15:27.770Z] ---> adbc5dd817b2 [2022-10-24T04:15:27.770Z] Step 5/26 : ARG ALPINE_PKG_EXTRA="" [2022-10-24T04:15:27.770Z] ---> Running in 13ce5a9c96e3 [2022-10-24T04:15:27.770Z] Removing intermediate container 13ce5a9c96e3 [2022-10-24T04:15:27.770Z] ---> 7bdbe5393813 [2022-10-24T04:15:27.770Z] Step 6/26 : LABEL Name=edgex-ui-go [2022-10-24T04:15:27.770Z] ---> Running in 1955770f7282 [2022-10-24T04:15:28.029Z] Removing intermediate container 1955770f7282 [2022-10-24T04:15:28.029Z] ---> 9967b61168d1 [2022-10-24T04:15:28.029Z] Step 7/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2022: Intel' [2022-10-24T04:15:28.029Z] ---> Running in 4dcf067c8115 [2022-10-24T04:15:28.029Z] Removing intermediate container 4dcf067c8115 [2022-10-24T04:15:28.029Z] ---> 3810146e159d [2022-10-24T04:15:28.029Z] Step 8/26 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2022-10-24T04:15:28.966Z] ---> ee71a10e3458 [2022-10-24T04:15:28.966Z] Step 9/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-24T04:15:28.966Z] ---> Running in fa9ce2c08c90 [2022-10-24T04:15:29.246Z] Removing intermediate container fa9ce2c08c90 [2022-10-24T04:15:29.246Z] ---> 364135158db7 [2022-10-24T04:15:29.246Z] Step 10/26 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2022-10-24T04:15:29.507Z] ---> Running in 3652b4728175 [2022-10-24T04:15:29.766Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-10-24T04:15:30.334Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-10-24T04:15:30.901Z] OK: 211 MiB in 51 packages [2022-10-24T04:15:31.158Z] Removing intermediate container 3652b4728175 [2022-10-24T04:15:31.158Z] ---> ac9097012c9b [2022-10-24T04:15:31.158Z] Step 11/26 : ENV GO111MODULE=on [2022-10-24T04:15:31.158Z] ---> Running in a5749e60b5cb [2022-10-24T04:15:31.158Z] Removing intermediate container a5749e60b5cb [2022-10-24T04:15:31.158Z] ---> ddb5d887e291 [2022-10-24T04:15:31.158Z] Step 12/26 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go [2022-10-24T04:15:31.158Z] ---> Running in a1d82b1441fe [2022-10-24T04:15:31.417Z] Removing intermediate container a1d82b1441fe [2022-10-24T04:15:31.417Z] ---> 187c3a3f3011 [2022-10-24T04:15:31.417Z] Step 13/26 : COPY go.mod vendor* ./ [2022-10-24T04:15:31.417Z] ---> 3a114168a20d [2022-10-24T04:15:31.417Z] Step 14/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-10-24T04:15:31.417Z] ---> Running in 9c517d54c86a [2022-10-24T04:15:32.353Z] Removing intermediate container 9c517d54c86a [2022-10-24T04:15:32.353Z] ---> 8ceba988b139 [2022-10-24T04:15:32.353Z] Step 15/26 : COPY . . [2022-10-24T04:15:33.730Z] ---> 286a4b17c8a9 [2022-10-24T04:15:33.730Z] Step 16/26 : RUN ${MAKE} [2022-10-24T04:15:33.730Z] ---> Running in fbacde2f6184 [2022-10-24T04:15:33.730Z] 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 [2022-10-24T04:15:45.931Z] Removing intermediate container fbacde2f6184 [2022-10-24T04:15:45.931Z] ---> 2f16816bde3d [2022-10-24T04:15:45.931Z] Step 17/26 : FROM alpine:3.14 [2022-10-24T04:15:45.931Z] 3.14: Pulling from library/alpine [2022-10-24T04:15:45.931Z] c7ed990a2339: Pulling fs layer [2022-10-24T04:15:45.931Z] c7ed990a2339: Verifying Checksum [2022-10-24T04:15:45.990Z] Removing intermediate container 209b6ce5f8b9 [2022-10-24T04:15:45.990Z] ---> ece1261b6b1d [2022-10-24T04:15:45.990Z] Step 15/16 : COPY . . [2022-10-24T04:15:46.189Z] c7ed990a2339: Pull complete [2022-10-24T04:15:46.189Z] Digest: sha256:1ab24b3b99320975cca71716a7475a65d263d0b6b604d9d14ce08f7a3f67595c [2022-10-24T04:15:46.189Z] Status: Downloaded newer image for alpine:3.14 [2022-10-24T04:15:46.189Z] ---> dd53f409bf0b [2022-10-24T04:15:46.189Z] Step 18/26 : EXPOSE 4000 [2022-10-24T04:15:46.189Z] ---> Running in 58e705089df9 [2022-10-24T04:15:46.189Z] Removing intermediate container 58e705089df9 [2022-10-24T04:15:46.189Z] ---> 5b14a04a1868 [2022-10-24T04:15:46.189Z] 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 [2022-10-24T04:15:47.125Z] ---> 4d59d3127afb [2022-10-24T04:15:47.125Z] Step 20/26 : COPY --from=builder /go/src/github.com/edgexfoundry/edgex-ui-go/Attribution.txt /Attribution.txt [2022-10-24T04:15:47.125Z] ---> 61baea185885 [2022-10-24T04:15:47.125Z] Step 21/26 : COPY --from=builder /go/src/github.com/edgexfoundry/edgex-ui-go/LICENSE /LICENSE [2022-10-24T04:15:47.125Z] ---> 8dfda21a8aa5 [2022-10-24T04:15:47.125Z] Step 22/26 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [2022-10-24T04:15:47.384Z] ---> Running in 4ebbf3872984 [2022-10-24T04:15:47.384Z] Removing intermediate container 4ebbf3872984 [2022-10-24T04:15:47.384Z] ---> 4f265ded9dbb [2022-10-24T04:15:47.384Z] Step 23/26 : ENTRYPOINT ["./edgex-ui-server","--confdir=res/docker"] [2022-10-24T04:15:47.384Z] ---> Running in a4335b19b715 [2022-10-24T04:15:47.384Z] Removing intermediate container a4335b19b715 [2022-10-24T04:15:47.384Z] ---> 75c7a16f7e63 [2022-10-24T04:15:47.384Z] Step 24/26 : LABEL arch=amd64 [2022-10-24T04:15:47.384Z] ---> Running in 5e7ec71fe1a3 [2022-10-24T04:15:47.650Z] Removing intermediate container 5e7ec71fe1a3 [2022-10-24T04:15:47.650Z] ---> fd5b81299843 [2022-10-24T04:15:47.650Z] Step 25/26 : LABEL git_sha=21b496b35e7919b978bec18b8a3c54337950240b [2022-10-24T04:15:47.650Z] ---> Running in cca1402b1863 [2022-10-24T04:15:47.650Z] Removing intermediate container cca1402b1863 [2022-10-24T04:15:47.650Z] ---> 81ba07cf58cb [2022-10-24T04:15:47.650Z] Step 26/26 : LABEL version=0.0.0 [2022-10-24T04:15:47.650Z] ---> Running in 3fa114bdfc16 [2022-10-24T04:15:47.650Z] Removing intermediate container 3fa114bdfc16 [2022-10-24T04:15:47.650Z] ---> 7545ee182816 [2022-10-24T04:15:47.650Z] [Warning] One or more build-args [ARCH] were not consumed [2022-10-24T04:15:47.650Z] Successfully built 7545ee182816 [2022-10-24T04:15:47.907Z] Successfully tagged edgex-ui:latest [Pipeline] } [2022-10-24T04:15:47.944Z] ---> 67124d4b7013 [2022-10-24T04:15:47.944Z] Step 16/16 : RUN ${MAKE} [2022-10-24T04:15:47.944Z] ---> 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 [2022-10-24T04:15:48.786Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-10-24T04:15:48.786Z] [2022-10-24T04:15:48.786Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-10-24T04:15:48.914Z] noop [2022-10-24T04:15:49.171Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-10-24T04:15:49.171Z] latest: Pulling from edgex-lftools-log-publisher [2022-10-24T04:15:49.171Z] 5eb5b503b376: Pulling fs layer [2022-10-24T04:15:49.171Z] 5c69ac0246d0: Pulling fs layer [2022-10-24T04:15:49.171Z] ec43610c2a17: Pulling fs layer [2022-10-24T04:15:49.171Z] 3a2ae6a8a46f: Pulling fs layer [2022-10-24T04:15:49.171Z] 33b1e0a273af: Pulling fs layer [2022-10-24T04:15:49.171Z] 5d3b04190fa2: Pulling fs layer [2022-10-24T04:15:49.171Z] 2f39f015ded8: Pulling fs layer [2022-10-24T04:15:49.171Z] 5d3b04190fa2: Waiting [2022-10-24T04:15:49.171Z] 33b1e0a273af: Waiting [2022-10-24T04:15:49.171Z] 2f39f015ded8: Waiting [2022-10-24T04:15:49.171Z] 3a2ae6a8a46f: Waiting [2022-10-24T04:15:49.171Z] 5c69ac0246d0: Verifying Checksum [2022-10-24T04:15:49.171Z] 5c69ac0246d0: Download complete [2022-10-24T04:15:49.171Z] 3a2ae6a8a46f: Verifying Checksum [2022-10-24T04:15:49.171Z] 3a2ae6a8a46f: Download complete [2022-10-24T04:15:49.432Z] 33b1e0a273af: Verifying Checksum [2022-10-24T04:15:49.432Z] 33b1e0a273af: Download complete [2022-10-24T04:15:49.432Z] ec43610c2a17: Verifying Checksum [2022-10-24T04:15:49.432Z] ec43610c2a17: Download complete [2022-10-24T04:15:49.432Z] 5d3b04190fa2: Verifying Checksum [2022-10-24T04:15:49.432Z] 5d3b04190fa2: Download complete [2022-10-24T04:15:49.432Z] 5eb5b503b376: Verifying Checksum [2022-10-24T04:15:49.432Z] 5eb5b503b376: Download complete [2022-10-24T04:15:49.505Z] Removing intermediate container 53653318b250 [2022-10-24T04:15:49.505Z] ---> d0c1cce9039f [2022-10-24T04:15:49.777Z] Successfully built d0c1cce9039f [2022-10-24T04:15:49.777Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-10-24T04:15:50.000Z] 2f39f015ded8: Download complete [2022-10-24T04:15:50.265Z] + docker inspect -f . ci-base-image-arm64 [2022-10-24T04:15:50.265Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-10-24T04:15:50.540Z] prd-ubuntu20.04-docker-arm64-4c-16g-9177 does not seem to be running inside a container [2022-10-24T04:15:50.563Z] 5eb5b503b376: Pull complete [2022-10-24T04:15:50.611Z] $ 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 [2022-10-24T04:15:50.821Z] 5c69ac0246d0: Pull complete [2022-10-24T04:15:51.388Z] ec43610c2a17: Pull complete [2022-10-24T04:15:51.388Z] 3a2ae6a8a46f: Pull complete [2022-10-24T04:15:51.646Z] 33b1e0a273af: Pull complete [2022-10-24T04:15:51.646Z] 5d3b04190fa2: Pull complete [2022-10-24T04:15:51.817Z] $ docker top 7fd949033363e234931daafa4d54f089989a0f0c676d2edf230c84ec6c74ec09 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-10-24T04:15:52.801Z] + go version [2022-10-24T04:15:52.801Z] go version go1.18.7 linux/arm64 [Pipeline] } [2022-10-24T04:15:52.841Z] $ docker stop --time=1 7fd949033363e234931daafa4d54f089989a0f0c676d2edf230c84ec6c74ec09 [2022-10-24T04:15:54.483Z] $ 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 [2022-10-24T04:15:55.320Z] + docker inspect -f . ci-base-image-arm64 [2022-10-24T04:15:55.320Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-10-24T04:15:55.559Z] prd-ubuntu20.04-docker-arm64-4c-16g-9177 does not seem to be running inside a container [2022-10-24T04:15:55.629Z] $ 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 [2022-10-24T04:15:56.797Z] $ docker top e7cd48ed9b3216cd229c0ba58042c698be45a4d5941d71aeee7ddc3ffef8bf90 -eo pid,comm [2022-10-24T04:15:56.910Z] 2f39f015ded8: Pull complete [2022-10-24T04:15:56.910Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2022-10-24T04:15:56.911Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-10-24T04:15:56.911Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] { [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] sh [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-10-24T04:15:57.253Z] prd-ubuntu20.04-docker-8c-8g-9173 does not seem to be running inside a container [2022-10-24T04:15:57.290Z] $ 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 [2022-10-24T04:15:57.722Z] + git config --global --add safe.directory /w/workspace/edgex-ui-go/1 [2022-10-24T04:15:59.106Z] $ docker top 229f1485e492198eaacfda9e428e6b5e9e703609ff14e1649fd775bdc25cfefa -eo pid,comm [Pipeline] { [Pipeline] fileExists [Pipeline] libraryResource [Pipeline] sh [Pipeline] sh [2022-10-24T04:15:59.586Z] ---> job-cost.sh [2022-10-24T04:15:59.586Z] lf-activate-venv: SKIPPING [2022-10-24T04:15:59.586Z] INFO: No Stack... [2022-10-24T04:15:59.677Z] + make test [2022-10-24T04:15:59.844Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2022-10-24T04:15:59.944Z] CGO_ENABLED=0 GO111MODULE=on go test -tags "no_messagebus" -coverprofile=coverage.out ./... [2022-10-24T04:16:00.102Z] INFO: Archiving Costs [Pipeline] sh [2022-10-24T04:16:00.670Z] + cat /w/workspace/edgexfoundry_edgex-ui-go_PR-561/archives/cost.csv [2022-10-24T04:16:00.670Z] + cut -d, -f6 [Pipeline] lock [2022-10-24T04:16:00.715Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-ui-go-PR-561-1-stack-cost] [2022-10-24T04:16:00.720Z] Resource [jenkins-edgexfoundry-edgex-ui-go-PR-561-1-stack-cost] did not exist. Created. [2022-10-24T04:16:00.720Z] Lock acquired on [jenkins-edgexfoundry-edgex-ui-go-PR-561-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2022-10-24T04:16:01.113Z] + echo total: 0.2199999988079071 [Pipeline] stash [2022-10-24T04:16:01.524Z] Stashed 1 file(s) [Pipeline] } [2022-10-24T04:16:01.544Z] Lock released on resource [jenkins-edgexfoundry-edgex-ui-go-PR-561-1-stack-cost] [Pipeline] // lock [Pipeline] } [2022-10-24T04:16:01.634Z] $ docker stop --time=1 229f1485e492198eaacfda9e428e6b5e9e703609ff14e1649fd775bdc25cfefa [2022-10-24T04:16:01.889Z] ? github.com/edgexfoundry/edgex-ui-go [no test files] [2022-10-24T04:16:02.913Z] $ docker rm -f 229f1485e492198eaacfda9e428e6b5e9e703609ff14e1649fd775bdc25cfefa [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2022-10-24T04:17:23.585Z] ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] [2022-10-24T04:17:23.585Z] ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] [2022-10-24T04:17:23.585Z] ? github.com/edgexfoundry/edgex-ui-go/internal/common [no test files] [2022-10-24T04:17:23.585Z] ? github.com/edgexfoundry/edgex-ui-go/internal/config [no test files] [2022-10-24T04:17:23.586Z] ? github.com/edgexfoundry/edgex-ui-go/internal/container [no test files] [2022-10-24T04:17:23.586Z] ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] [2022-10-24T04:17:23.586Z] ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] [2022-10-24T04:17:23.586Z] ? github.com/edgexfoundry/edgex-ui-go/internal/service [no test files] [2022-10-24T04:17:23.586Z] CGO_ENABLED=0 GO111MODULE=on go vet -tags "no_messagebus" ./... [2022-10-24T04:17:45.690Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2022-10-24T04:17:45.690Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2022-10-24T04:17:45.690Z] ./bin/test-attribution-txt.sh [2022-10-24T04:17:45.690Z] An attribution for github.com/edgexfoundry/go-mod-bootstrap/v2 is missing from Attribution.txt, please add [2022-10-24T04:17:45.690Z] An attribution for github.com/Microsoft/go-winio is missing from Attribution.txt, please add [2022-10-24T04:17:45.690Z] An attribution for github.com/eclipse/paho.mqtt.golang is missing from Attribution.txt, please add [2022-10-24T04:17:45.690Z] An attribution for github.com/edgexfoundry/go-mod-messaging/v2 is missing from Attribution.txt, please add [2022-10-24T04:17:45.690Z] An attribution for github.com/edgexfoundry/go-mod-secrets/v2 is missing from Attribution.txt, please add [2022-10-24T04:17:45.690Z] An attribution for github.com/go-kit/log is missing from Attribution.txt, please add [2022-10-24T04:17:45.690Z] An attribution for github.com/go-logfmt/logfmt is missing from Attribution.txt, please add [2022-10-24T04:17:45.690Z] An attribution for github.com/go-redis/redis/v7 is missing from Attribution.txt, please add [2022-10-24T04:17:45.690Z] An attribution for github.com/golang/protobuf is missing from Attribution.txt, please add [2022-10-24T04:17:45.690Z] An attribution for github.com/gorilla/websocket is missing from Attribution.txt, please add [2022-10-24T04:17:45.690Z] An attribution for github.com/hashicorp/errwrap is missing from Attribution.txt, please add [2022-10-24T04:17:45.690Z] An attribution for github.com/hashicorp/go-multierror is missing from Attribution.txt, please add [2022-10-24T04:17:45.690Z] An attribution for github.com/nats-io/nats.go is missing from Attribution.txt, please add [2022-10-24T04:17:45.690Z] An attribution for github.com/nats-io/nkeys is missing from Attribution.txt, please add [2022-10-24T04:17:45.690Z] An attribution for github.com/nats-io/nuid is missing from Attribution.txt, please add [2022-10-24T04:17:45.690Z] An attribution for github.com/pebbe/zmq4 is missing from Attribution.txt, please add [2022-10-24T04:17:45.690Z] An attribution for github.com/rcrowley/go-metrics is missing from Attribution.txt, please add [2022-10-24T04:17:45.690Z] An attribution for github.com/spiffe/go-spiffe/v2 is missing from Attribution.txt, please add [2022-10-24T04:17:45.690Z] An attribution for github.com/zeebo/errs is missing from Attribution.txt, please add [2022-10-24T04:17:45.690Z] An attribution for golang.org/x/net is missing from Attribution.txt, please add [2022-10-24T04:17:45.690Z] An attribution for golang.org/x/sync is missing from Attribution.txt, please add [2022-10-24T04:17:45.690Z] An attribution for google.golang.org/genproto is missing from Attribution.txt, please add [2022-10-24T04:17:45.690Z] An attribution for google.golang.org/grpc is missing from Attribution.txt, please add [2022-10-24T04:17:45.690Z] An attribution for google.golang.org/protobuf is missing from Attribution.txt, please add [2022-10-24T04:17:45.690Z] An attribution for gopkg.in/square/go-jose.v2 is missing from Attribution.txt, please add [2022-10-24T04:17:45.690Z] make -C web test [2022-10-24T04:17:45.690Z] make[1]: Entering directory '/w/workspace/edgex-ui-go/1/web' [2022-10-24T04:17:45.690Z] make[1]: tput: No such file or directory [2022-10-24T04:17:45.690Z] make[1]: tput: No such file or directory [2022-10-24T04:17:45.690Z] warning: generating ./VERSION [2022-10-24T04:17:45.690Z] echo "0.0.0" > VERSION [2022-10-24T04:17:45.959Z] docker build \ [2022-10-24T04:17:45.959Z] -f Dockerfile \ [2022-10-24T04:17:45.959Z] --build-arg USER=1000 \ [2022-10-24T04:17:45.959Z] \ [2022-10-24T04:17:45.959Z] --label "git_sha=21b496b35e7919b978bec18b8a3c54337950240b" \ [2022-10-24T04:17:45.959Z] -t edgexfoundry/edgex-web-ui:21b496b35e7919b978bec18b8a3c54337950240b \ [2022-10-24T04:17:45.959Z] -t edgexfoundry/edgex-web-ui:0.0.0-dev \ [2022-10-24T04:17:45.959Z] . [2022-10-24T04:17:46.942Z] Sending build context to Docker daemon 3.269MB [2022-10-24T04:17:46.942Z] Step 1/10 : FROM node:16.17-alpine3.15 [2022-10-24T04:17:47.216Z] 16.17-alpine3.15: Pulling from library/node [2022-10-24T04:17:47.486Z] 47517142f6ba: Pulling fs layer [2022-10-24T04:17:47.486Z] 5f8c4bfa009b: Pulling fs layer [2022-10-24T04:17:47.486Z] f7079c9c4ba1: Pulling fs layer [2022-10-24T04:17:47.486Z] aba105e6f55a: Pulling fs layer [2022-10-24T04:17:47.486Z] aba105e6f55a: Waiting [2022-10-24T04:17:48.075Z] f7079c9c4ba1: Verifying Checksum [2022-10-24T04:17:48.075Z] f7079c9c4ba1: Download complete [2022-10-24T04:17:48.075Z] 47517142f6ba: Verifying Checksum [2022-10-24T04:17:48.075Z] 47517142f6ba: Download complete [2022-10-24T04:17:48.075Z] aba105e6f55a: Verifying Checksum [2022-10-24T04:17:48.075Z] aba105e6f55a: Download complete [2022-10-24T04:17:48.677Z] 47517142f6ba: Pull complete [2022-10-24T04:17:49.653Z] 5f8c4bfa009b: Verifying Checksum [2022-10-24T04:17:49.653Z] 5f8c4bfa009b: Download complete [2022-10-24T04:17:55.026Z] 5f8c4bfa009b: Pull complete [2022-10-24T04:17:55.026Z] f7079c9c4ba1: Pull complete [2022-10-24T04:17:55.026Z] aba105e6f55a: Pull complete [2022-10-24T04:17:55.026Z] Digest: sha256:84c606bfbe4cf120c52b17c3b727e614d99e357a8e350f83a4e7b9ec0798e04a [2022-10-24T04:17:55.026Z] Status: Downloaded newer image for node:16.17-alpine3.15 [2022-10-24T04:17:55.026Z] ---> bf1b8b58d215 [2022-10-24T04:17:55.026Z] Step 2/10 : RUN apk add --no-cache chromium [2022-10-24T04:17:56.007Z] ---> Running in a4cac662c980 [2022-10-24T04:17:57.420Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-10-24T04:17:57.689Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-10-24T04:17:59.153Z] (1/128) Installing libxau (1.0.9-r0) [2022-10-24T04:17:59.153Z] (2/128) Installing libmd (1.0.3-r0) [2022-10-24T04:17:59.153Z] (3/128) Installing libbsd (0.11.3-r1) [2022-10-24T04:17:59.153Z] (4/128) Installing libxdmcp (1.1.3-r0) [2022-10-24T04:17:59.153Z] (5/128) Installing libxcb (1.14-r2) [2022-10-24T04:17:59.153Z] (6/128) Installing libx11 (1.7.3.1-r0) [2022-10-24T04:17:59.153Z] (7/128) Installing libxext (1.3.4-r0) [2022-10-24T04:17:59.153Z] (8/128) Installing libice (1.0.10-r0) [2022-10-24T04:17:59.153Z] (9/128) Installing libuuid (2.37.4-r0) [2022-10-24T04:17:59.153Z] (10/128) Installing libsm (1.2.3-r0) [2022-10-24T04:17:59.153Z] (11/128) Installing libxt (1.2.1-r0) [2022-10-24T04:17:59.153Z] (12/128) Installing libxmu (1.1.3-r0) [2022-10-24T04:17:59.153Z] (13/128) Installing xset (1.2.4-r0) [2022-10-24T04:17:59.153Z] (14/128) Installing xprop (1.2.5-r0) [2022-10-24T04:17:59.153Z] (15/128) Installing xdg-utils (1.1.3-r0) [2022-10-24T04:17:59.153Z] (16/128) Installing eudev-libs (3.2.11_pre1-r0) [2022-10-24T04:17:59.153Z] (17/128) Installing pkgconf (1.8.0-r0) [2022-10-24T04:17:59.153Z] (18/128) Installing libffi (3.4.2-r1) [2022-10-24T04:17:59.442Z] (19/128) Installing libintl (0.21-r0) [2022-10-24T04:17:59.442Z] (20/128) Installing libblkid (2.37.4-r0) [2022-10-24T04:17:59.442Z] (21/128) Installing libmount (2.37.4-r0) [2022-10-24T04:17:59.442Z] (22/128) Installing pcre (8.45-r1) [2022-10-24T04:17:59.442Z] (23/128) Installing glib (2.70.1-r0) [2022-10-24T04:17:59.442Z] (24/128) Installing xz-libs (5.2.5-r1) [2022-10-24T04:17:59.442Z] (25/128) Installing libxml2 (2.9.14-r2) [2022-10-24T04:17:59.713Z] (26/128) Installing shared-mime-info (2.1-r1) [2022-10-24T04:17:59.713Z] (27/128) Installing hicolor-icon-theme (0.17-r1) [2022-10-24T04:17:59.713Z] (28/128) Installing libjpeg-turbo (2.1.2-r0) [2022-10-24T04:17:59.713Z] (29/128) Installing libpng (1.6.37-r1) [2022-10-24T04:17:59.713Z] (30/128) Installing libwebp (1.2.2-r0) [2022-10-24T04:17:59.713Z] (31/128) Installing zstd-libs (1.5.0-r0) [2022-10-24T04:17:59.990Z] (32/128) Installing tiff (4.4.0-r0) [2022-10-24T04:17:59.990Z] (33/128) Installing gdk-pixbuf (2.42.8-r0) [2022-10-24T04:17:59.990Z] (34/128) Installing gtk-update-icon-cache (2.24.33-r0) [2022-10-24T04:17:59.990Z] (35/128) Installing libxcomposite (0.4.5-r0) [2022-10-24T04:17:59.990Z] (36/128) Installing libxfixes (6.0.0-r0) [2022-10-24T04:17:59.990Z] (37/128) Installing libxrender (0.9.10-r3) [2022-10-24T04:17:59.990Z] (38/128) Installing libxcursor (1.2.0-r0) [2022-10-24T04:17:59.990Z] (39/128) Installing libxdamage (1.1.5-r1) [2022-10-24T04:17:59.990Z] (40/128) Installing libxi (1.8-r0) [2022-10-24T04:17:59.990Z] (41/128) Installing libxinerama (1.1.4-r1) [2022-10-24T04:17:59.990Z] (42/128) Installing libxrandr (1.5.2-r1) [2022-10-24T04:17:59.990Z] (43/128) Installing atk (2.36.0-r0) [2022-10-24T04:17:59.990Z] (44/128) Installing libxtst (1.2.3-r3) [2022-10-24T04:17:59.990Z] (45/128) Installing dbus-libs (1.12.24-r0) [2022-10-24T04:17:59.990Z] (46/128) Installing at-spi2-core (2.42.0-r0) [2022-10-24T04:17:59.990Z] (47/128) Installing at-spi2-atk (2.38.0-r0) [2022-10-24T04:18:00.259Z] (48/128) Installing expat (2.4.9-r0) [2022-10-24T04:18:00.259Z] (49/128) Installing brotli-libs (1.0.9-r5) [2022-10-24T04:18:00.259Z] (50/128) Installing libbz2 (1.0.8-r1) [2022-10-24T04:18:00.259Z] (51/128) Installing freetype (2.11.1-r2) [2022-10-24T04:18:00.259Z] (52/128) Installing fontconfig (2.13.1-r4) [2022-10-24T04:18:00.259Z] (53/128) Installing pixman (0.40.0-r3) [2022-10-24T04:18:00.259Z] (54/128) Installing cairo (1.16.0-r5) [2022-10-24T04:18:00.259Z] (55/128) Installing cairo-gobject (1.16.0-r5) [2022-10-24T04:18:00.259Z] (56/128) Installing avahi-libs (0.8-r5) [2022-10-24T04:18:00.259Z] (57/128) Installing gmp (6.2.1-r1) [2022-10-24T04:18:00.526Z] (58/128) Installing nettle (3.7.3-r0) [2022-10-24T04:18:00.526Z] (59/128) Installing p11-kit (0.24.0-r1) [2022-10-24T04:18:00.526Z] (60/128) Installing libtasn1 (4.18.0-r0) [2022-10-24T04:18:00.526Z] (61/128) Installing libunistring (0.9.10-r1) [2022-10-24T04:18:00.526Z] (62/128) Installing gnutls (3.7.1-r1) [2022-10-24T04:18:00.526Z] (63/128) Installing cups-libs (2.3.3-r6) [2022-10-24T04:18:00.526Z] (64/128) Installing libepoxy (1.5.9-r0) [2022-10-24T04:18:00.526Z] (65/128) Installing fribidi (1.0.11-r0) [2022-10-24T04:18:00.808Z] (66/128) Installing graphite2 (1.3.14-r0) [2022-10-24T04:18:00.808Z] (67/128) Installing harfbuzz (3.0.0-r2) [2022-10-24T04:18:00.808Z] (68/128) Installing libxft (2.3.4-r0) [2022-10-24T04:18:00.808Z] (69/128) Installing pango (1.48.10-r0) [2022-10-24T04:18:00.808Z] (70/128) Installing wayland-libs-client (1.19.0-r1) [2022-10-24T04:18:00.808Z] (71/128) Installing wayland-libs-cursor (1.19.0-r1) [2022-10-24T04:18:00.808Z] (72/128) Installing wayland-libs-egl (1.19.0-r1) [2022-10-24T04:18:00.808Z] (73/128) Installing xkeyboard-config (2.34-r0) [2022-10-24T04:18:01.076Z] (74/128) Installing libxkbcommon (1.3.1-r0) [2022-10-24T04:18:01.076Z] (75/128) Installing gtk+3.0 (3.24.30-r0) [2022-10-24T04:18:01.346Z] Executing gtk+3.0-3.24.30-r0.post-install [2022-10-24T04:18:01.346Z] (76/128) Installing libfontenc (1.1.4-r0) [2022-10-24T04:18:01.346Z] (77/128) Installing mkfontscale (1.2.1-r1) [2022-10-24T04:18:01.346Z] (78/128) Installing ttf-opensans (1.10-r1) [2022-10-24T04:18:01.614Z] Executing ttf-opensans-1.10-r1.post-install [2022-10-24T04:18:03.563Z] (79/128) Installing libogg (1.3.5-r0) [2022-10-24T04:18:03.563Z] (80/128) Installing flac (1.3.4-r0) [2022-10-24T04:18:03.563Z] (81/128) Installing alsa-lib (1.2.5.1-r1) [2022-10-24T04:18:03.834Z] (82/128) Installing libatomic (10.3.1_git20211027-r0) [2022-10-24T04:18:03.834Z] (83/128) Installing sdl2 (2.0.16-r4) [2022-10-24T04:18:03.834Z] (84/128) Installing aom-libs (3.2.0-r0) [2022-10-24T04:18:03.834Z] (85/128) Installing libass (0.15.2-r0) [2022-10-24T04:18:03.834Z] (86/128) Installing libdav1d (0.9.2-r0) [2022-10-24T04:18:03.834Z] (87/128) Installing ncurses-terminfo-base (6.3_p20211120-r1) [2022-10-24T04:18:03.834Z] (88/128) Installing ncurses-libs (6.3_p20211120-r1) [2022-10-24T04:18:03.834Z] (89/128) Installing lame (3.100-r0) [2022-10-24T04:18:04.102Z] (90/128) Installing opus (1.3.1-r1) [2022-10-24T04:18:04.102Z] (91/128) Installing libgomp (10.3.1_git20211027-r0) [2022-10-24T04:18:04.102Z] (92/128) Installing soxr (0.1.3-r2) [2022-10-24T04:18:04.102Z] (93/128) Installing libsrt (1.4.2-r1) [2022-10-24T04:18:04.102Z] (94/128) Installing libssh (0.9.6-r1) [2022-10-24T04:18:04.102Z] (95/128) Installing libtheora (1.1.1-r16) [2022-10-24T04:18:04.102Z] (96/128) Installing v4l-utils-libs (1.22.1-r1) [2022-10-24T04:18:04.102Z] (97/128) Installing libdrm (2.4.109-r0) [2022-10-24T04:18:04.102Z] (98/128) Installing libva (2.13.0-r0) [2022-10-24T04:18:04.102Z] (99/128) Installing libvdpau (1.4-r0) [2022-10-24T04:18:04.102Z] (100/128) Installing vidstab (1.1.0-r1) [2022-10-24T04:18:04.102Z] (101/128) Installing libvorbis (1.3.7-r0) [2022-10-24T04:18:04.102Z] (102/128) Installing libvpx (1.10.0-r0) [2022-10-24T04:18:04.370Z] (103/128) Installing vulkan-loader (1.2.196-r0) [2022-10-24T04:18:04.370Z] (104/128) Installing x264-libs (20210613-r0) [2022-10-24T04:18:04.370Z] (105/128) Installing x265-libs (3.5-r0) [2022-10-24T04:18:04.370Z] (106/128) Installing xvidcore (1.3.7-r1) [2022-10-24T04:18:04.370Z] (107/128) Installing ffmpeg-libs (4.4.1-r2) [2022-10-24T04:18:04.957Z] (108/128) Installing libevent (2.1.12-r4) [2022-10-24T04:18:04.957Z] (109/128) Installing mesa (21.2.6-r0) [2022-10-24T04:18:04.957Z] (110/128) Installing wayland-libs-server (1.19.0-r1) [2022-10-24T04:18:04.957Z] (111/128) Installing mesa-gbm (21.2.6-r0) [2022-10-24T04:18:04.957Z] (112/128) Installing lcms2 (2.12-r1) [2022-10-24T04:18:04.957Z] (113/128) Installing nspr (4.32-r0) [2022-10-24T04:18:04.957Z] (114/128) Installing sqlite-libs (3.36.0-r0) [2022-10-24T04:18:05.224Z] (115/128) Installing nss (3.78.1-r0) [2022-10-24T04:18:05.224Z] (116/128) Installing libasyncns (0.8-r1) [2022-10-24T04:18:05.224Z] (117/128) Installing libltdl (2.4.6-r7) [2022-10-24T04:18:05.224Z] (118/128) Installing orc (0.4.32-r0) [2022-10-24T04:18:05.224Z] (119/128) Installing libsndfile (1.0.31-r1) [2022-10-24T04:18:05.224Z] (120/128) Installing speexdsp (1.2.0-r0) [2022-10-24T04:18:05.224Z] (121/128) Installing tdb-libs (1.4.5-r0) [2022-10-24T04:18:05.224Z] (122/128) Installing libpulse (15.0-r2) [2022-10-24T04:18:05.497Z] (123/128) Installing re2 (2021.11.01-r0) [2022-10-24T04:18:05.497Z] (124/128) Installing snappy (1.1.9-r1) [2022-10-24T04:18:05.497Z] (125/128) Installing libgpg-error (1.42-r1) [2022-10-24T04:18:05.497Z] (126/128) Installing libgcrypt (1.9.4-r0) [2022-10-24T04:18:05.497Z] (127/128) Installing libxslt (1.1.35-r0) [2022-10-24T04:18:05.497Z] (128/128) Installing chromium (99.0.4844.84-r0) [2022-10-24T04:18:09.767Z] Executing busybox-1.34.1-r7.trigger [2022-10-24T04:18:09.767Z] Executing glib-2.70.1-r0.trigger [2022-10-24T04:18:09.767Z] Executing shared-mime-info-2.1-r1.trigger [2022-10-24T04:18:15.133Z] Executing gdk-pixbuf-2.42.8-r0.trigger [2022-10-24T04:18:15.133Z] Executing gtk-update-icon-cache-2.24.33-r0.trigger [2022-10-24T04:18:15.401Z] Executing fontconfig-2.13.1-r4.trigger [2022-10-24T04:18:15.670Z] Executing mkfontscale-1.2.1-r1.trigger [2022-10-24T04:18:15.670Z] OK: 275 MiB in 144 packages [2022-10-24T04:18:23.881Z] Removing intermediate container a4cac662c980 [2022-10-24T04:18:23.881Z] ---> c39cf11d5b28 [2022-10-24T04:18:23.881Z] Step 3/10 : ENV CHROME_BIN=/usr/bin/chromium-browser [2022-10-24T04:18:23.881Z] ---> Running in 10561f539023 [2022-10-24T04:18:24.154Z] Removing intermediate container 10561f539023 [2022-10-24T04:18:24.154Z] ---> 35ac91f95795 [2022-10-24T04:18:24.154Z] Step 4/10 : ENV PATH /app/node_modules/.bin:$PATH [2022-10-24T04:18:24.154Z] ---> Running in e41fb3d73b94 [2022-10-24T04:18:24.737Z] Removing intermediate container e41fb3d73b94 [2022-10-24T04:18:24.737Z] ---> f160a787ff17 [2022-10-24T04:18:24.737Z] Step 5/10 : RUN npm install -g npm [2022-10-24T04:18:24.737Z] ---> Running in d07e0eadece7 [2022-10-24T04:18:56.985Z] [2022-10-24T04:18:56.985Z] changed 54 packages, and audited 212 packages in 26s [2022-10-24T04:18:56.985Z] [2022-10-24T04:18:56.985Z] 11 packages are looking for funding [2022-10-24T04:18:56.985Z] run `npm fund` for details [2022-10-24T04:18:56.985Z] [2022-10-24T04:18:56.985Z] found 0 vulnerabilities [2022-10-24T04:18:57.256Z] Removing intermediate container d07e0eadece7 [2022-10-24T04:18:57.256Z] ---> 083341cffb33 [2022-10-24T04:18:57.256Z] Step 6/10 : ARG USER=1000 [2022-10-24T04:18:57.529Z] ---> Running in 2087e2554c11 [2022-10-24T04:18:57.797Z] Removing intermediate container 2087e2554c11 [2022-10-24T04:18:57.797Z] ---> 440311b343ea [2022-10-24T04:18:57.797Z] Step 7/10 : RUN deluser --remove-home node && adduser -u $USER -D -s /bin/sh node [2022-10-24T04:18:57.797Z] ---> Running in efa43dcda93c [2022-10-24T04:18:59.745Z] Removing intermediate container efa43dcda93c [2022-10-24T04:18:59.745Z] ---> 7111cb315d80 [2022-10-24T04:18:59.745Z] Step 8/10 : USER $USER:$USER [2022-10-24T04:18:59.745Z] ---> Running in 648a181ffc4a [2022-10-24T04:19:00.015Z] Removing intermediate container 648a181ffc4a [2022-10-24T04:19:00.015Z] ---> 077ec0662c56 [2022-10-24T04:19:00.015Z] Step 9/10 : WORKDIR /app [2022-10-24T04:19:00.015Z] ---> Running in a0edf89a77b2 [2022-10-24T04:19:00.283Z] Removing intermediate container a0edf89a77b2 [2022-10-24T04:19:00.283Z] ---> 44e0c4a48142 [2022-10-24T04:19:00.283Z] Step 10/10 : LABEL git_sha=21b496b35e7919b978bec18b8a3c54337950240b [2022-10-24T04:19:00.283Z] ---> Running in 09350eb9bbe9 [2022-10-24T04:19:00.550Z] Removing intermediate container 09350eb9bbe9 [2022-10-24T04:19:00.550Z] ---> ca8728123ad2 [2022-10-24T04:19:00.816Z] Successfully built ca8728123ad2 [2022-10-24T04:19:00.816Z] Successfully tagged edgexfoundry/edgex-web-ui:21b496b35e7919b978bec18b8a3c54337950240b [2022-10-24T04:19:00.816Z] Successfully tagged edgexfoundry/edgex-web-ui:0.0.0-dev [2022-10-24T04:19:00.816Z] touch edgex-web-ui.imagebuilt [2022-10-24T04:19:00.816Z] mkdir -p node_modules coverage [2022-10-24T04:19:00.816Z] chown "1000:1000" node_modules coverage package-lock.json [2022-10-24T04:19:00.816Z] docker run --rm -i -v "$(pwd):/app" -u "1000:1000" edgexfoundry/edgex-web-ui:0.0.0-dev npm install [2022-10-24T04:19:15.835Z] npm WARN EBADENGINE Unsupported engine { [2022-10-24T04:19:15.835Z] npm WARN EBADENGINE package: '@angular-devkit/architect@0.1202.4', [2022-10-24T04:19:15.835Z] npm WARN EBADENGINE required: { [2022-10-24T04:19:15.835Z] npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', [2022-10-24T04:19:15.835Z] npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', [2022-10-24T04:19:15.835Z] npm WARN EBADENGINE yarn: '>= 1.13.0' [2022-10-24T04:19:15.835Z] npm WARN EBADENGINE }, [2022-10-24T04:19:15.835Z] npm WARN EBADENGINE current: { node: 'v16.17.1', npm: '8.19.2' } [2022-10-24T04:19:15.835Z] npm WARN EBADENGINE } [2022-10-24T04:19:15.835Z] npm WARN EBADENGINE Unsupported engine { [2022-10-24T04:19:15.835Z] npm WARN EBADENGINE package: '@angular-devkit/build-angular@12.2.4', [2022-10-24T04:19:15.835Z] npm WARN EBADENGINE required: { [2022-10-24T04:19:15.835Z] npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', [2022-10-24T04:19:15.835Z] npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', [2022-10-24T04:19:15.835Z] npm WARN EBADENGINE yarn: '>= 1.13.0' [2022-10-24T04:19:15.835Z] npm WARN EBADENGINE }, [2022-10-24T04:19:15.835Z] npm WARN EBADENGINE current: { node: 'v16.17.1', npm: '8.19.2' } [2022-10-24T04:19:15.835Z] npm WARN EBADENGINE } [2022-10-24T04:19:15.835Z] npm WARN EBADENGINE Unsupported engine { [2022-10-24T04:19:15.835Z] npm WARN EBADENGINE package: '@angular-devkit/build-optimizer@0.1202.4', [2022-10-24T04:19:15.835Z] npm WARN EBADENGINE required: { [2022-10-24T04:19:15.835Z] npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', [2022-10-24T04:19:15.835Z] npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', [2022-10-24T04:19:15.835Z] npm WARN EBADENGINE yarn: '>= 1.13.0' [2022-10-24T04:19:15.835Z] npm WARN EBADENGINE }, [2022-10-24T04:19:15.835Z] npm WARN EBADENGINE current: { node: 'v16.17.1', npm: '8.19.2' } [2022-10-24T04:19:15.835Z] npm WARN EBADENGINE } [2022-10-24T04:19:15.835Z] npm WARN EBADENGINE Unsupported engine { [2022-10-24T04:19:15.835Z] npm WARN EBADENGINE package: '@angular-devkit/build-webpack@0.1202.4', [2022-10-24T04:19:15.835Z] npm WARN EBADENGINE required: { [2022-10-24T04:19:15.835Z] npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', [2022-10-24T04:19:15.835Z] npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', [2022-10-24T04:19:15.835Z] npm WARN EBADENGINE yarn: '>= 1.13.0' [2022-10-24T04:19:15.835Z] npm WARN EBADENGINE }, [2022-10-24T04:19:15.835Z] npm WARN EBADENGINE current: { node: 'v16.17.1', npm: '8.19.2' } [2022-10-24T04:19:15.835Z] npm WARN EBADENGINE } [2022-10-24T04:19:15.835Z] npm WARN EBADENGINE Unsupported engine { [2022-10-24T04:19:15.835Z] npm WARN EBADENGINE package: '@angular-devkit/core@12.2.4', [2022-10-24T04:19:15.835Z] npm WARN EBADENGINE required: { [2022-10-24T04:19:15.835Z] npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', [2022-10-24T04:19:15.835Z] npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', [2022-10-24T04:19:15.835Z] npm WARN EBADENGINE yarn: '>= 1.13.0' [2022-10-24T04:19:15.835Z] npm WARN EBADENGINE }, [2022-10-24T04:19:15.835Z] npm WARN EBADENGINE current: { node: 'v16.17.1', npm: '8.19.2' } [2022-10-24T04:19:15.835Z] npm WARN EBADENGINE } [2022-10-24T04:19:15.835Z] npm WARN EBADENGINE Unsupported engine { [2022-10-24T04:19:15.835Z] npm WARN EBADENGINE package: '@angular-devkit/schematics@12.2.4', [2022-10-24T04:19:15.835Z] npm WARN EBADENGINE required: { [2022-10-24T04:19:15.835Z] npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', [2022-10-24T04:19:15.835Z] npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', [2022-10-24T04:19:15.835Z] npm WARN EBADENGINE yarn: '>= 1.13.0' [2022-10-24T04:19:15.835Z] npm WARN EBADENGINE }, [2022-10-24T04:19:15.835Z] npm WARN EBADENGINE current: { node: 'v16.17.1', npm: '8.19.2' } [2022-10-24T04:19:15.835Z] npm WARN EBADENGINE } [2022-10-24T04:19:15.835Z] npm WARN EBADENGINE Unsupported engine { [2022-10-24T04:19:15.835Z] npm WARN EBADENGINE package: '@angular/cli@12.2.4', [2022-10-24T04:19:15.835Z] npm WARN EBADENGINE required: { [2022-10-24T04:19:15.835Z] npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', [2022-10-24T04:19:15.835Z] npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', [2022-10-24T04:19:15.835Z] npm WARN EBADENGINE yarn: '>= 1.13.0' [2022-10-24T04:19:15.835Z] npm WARN EBADENGINE }, [2022-10-24T04:19:15.835Z] npm WARN EBADENGINE current: { node: 'v16.17.1', npm: '8.19.2' } [2022-10-24T04:19:15.835Z] npm WARN EBADENGINE } [2022-10-24T04:19:15.835Z] npm WARN EBADENGINE Unsupported engine { [2022-10-24T04:19:15.835Z] npm WARN EBADENGINE package: '@ngtools/webpack@12.2.4', [2022-10-24T04:19:15.835Z] npm WARN EBADENGINE required: { [2022-10-24T04:19:15.835Z] npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', [2022-10-24T04:19:15.835Z] npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', [2022-10-24T04:19:15.835Z] npm WARN EBADENGINE yarn: '>= 1.13.0' [2022-10-24T04:19:15.835Z] npm WARN EBADENGINE }, [2022-10-24T04:19:15.835Z] npm WARN EBADENGINE current: { node: 'v16.17.1', npm: '8.19.2' } [2022-10-24T04:19:15.835Z] npm WARN EBADENGINE } [2022-10-24T04:19:15.835Z] npm WARN EBADENGINE Unsupported engine { [2022-10-24T04:19:15.835Z] npm WARN EBADENGINE package: '@schematics/angular@12.2.4', [2022-10-24T04:19:15.835Z] npm WARN EBADENGINE required: { [2022-10-24T04:19:15.835Z] npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', [2022-10-24T04:19:15.835Z] npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', [2022-10-24T04:19:15.835Z] npm WARN EBADENGINE yarn: '>= 1.13.0' [2022-10-24T04:19:15.835Z] npm WARN EBADENGINE }, [2022-10-24T04:19:15.835Z] npm WARN EBADENGINE current: { node: 'v16.17.1', npm: '8.19.2' } [2022-10-24T04:19:15.835Z] npm WARN EBADENGINE } [2022-10-24T04:20:02.803Z] npm WARN deprecated urix@0.1.0: Please see https://github.com/lydell/urix#deprecated [2022-10-24T04:20:02.803Z] 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 [2022-10-24T04:20:02.803Z] npm WARN deprecated source-map-url@0.4.1: See https://github.com/lydell/source-map-url#deprecated [2022-10-24T04:20:02.803Z] npm WARN deprecated source-map-resolve@0.6.0: See https://github.com/lydell/source-map-resolve#deprecated [2022-10-24T04:20:02.803Z] npm WARN deprecated resolve-url@0.2.1: https://github.com/lydell/resolve-url#deprecated [2022-10-24T04:20:03.077Z] npm WARN deprecated querystring@0.2.0: The querystring API is considered Legacy. new code should use the URLSearchParams API instead. [2022-10-24T04:20:13.266Z] npm WARN deprecated request@2.88.2: request has been deprecated, see https://github.com/request/request/issues/3142 [2022-10-24T04:20:13.266Z] npm WARN deprecated har-validator@5.1.5: this library is no longer supported [2022-10-24T04:20:15.874Z] npm WARN deprecated flatten@1.0.3: flatten is deprecated in favor of utility frameworks such as lodash. [2022-10-24T04:20:37.974Z] npm WARN deprecated source-map-resolve@0.5.3: See https://github.com/lydell/source-map-resolve#deprecated [2022-10-24T04:20:37.974Z] npm WARN deprecated chokidar@2.1.8: Chokidar 2 does not receive security updates since 2019. Upgrade to chokidar 3 with 15x fewer dependencies [2022-10-24T04:20:38.937Z] 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. [2022-10-24T04:20:44.298Z] 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. [2022-10-24T04:20:44.888Z] 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. [2022-10-24T04:20:46.841Z] npm WARN deprecated source-map-resolve@0.5.3: See https://github.com/lydell/source-map-resolve#deprecated [2022-10-24T04:21:01.855Z] 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 [2022-10-24T04:21:02.133Z] 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 [2022-10-24T04:21:20.339Z] 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. [2022-10-24T04:21:47.026Z] 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. [2022-10-24T04:22:25.926Z] [2022-10-24T04:22:25.926Z] added 1475 packages, and audited 1476 packages in 3m [2022-10-24T04:22:25.926Z] [2022-10-24T04:22:25.926Z] 90 packages are looking for funding [2022-10-24T04:22:25.926Z] run `npm fund` for details [2022-10-24T04:22:26.191Z] [2022-10-24T04:22:26.191Z] 14 vulnerabilities (3 moderate, 9 high, 2 critical) [2022-10-24T04:22:26.191Z] [2022-10-24T04:22:26.191Z] To address issues that do not require attention, run: [2022-10-24T04:22:26.191Z] npm audit fix [2022-10-24T04:22:26.191Z] [2022-10-24T04:22:26.191Z] To address all issues (including breaking changes), run: [2022-10-24T04:22:26.191Z] npm audit fix --force [2022-10-24T04:22:26.191Z] [2022-10-24T04:22:26.191Z] Run `npm audit` for details. [2022-10-24T04:22:29.539Z] 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 [2022-10-24T04:22:47.758Z] - Generating browser application bundles (phase: setup)... [2022-10-24T04:23:20.009Z] Compiling @angular/core : es2015 as esm2015 [2022-10-24T04:23:20.009Z] Compiling @angular/compiler/testing : es2015 as esm2015 [2022-10-24T04:23:52.252Z] Compiling @angular/common : es2015 as esm2015 [2022-10-24T04:23:52.252Z] Compiling @angular/core/testing : es2015 as esm2015 [2022-10-24T04:23:55.593Z] Compiling @angular/platform-browser : es2015 as esm2015 [2022-10-24T04:23:55.593Z] Compiling @angular/common/testing : es2015 as esm2015 [2022-10-24T04:23:59.858Z] Compiling @angular/router : es2015 as esm2015 [2022-10-24T04:23:59.858Z] Compiling @angular/platform-browser-dynamic : es2015 as esm2015 [2022-10-24T04:24:05.200Z] Compiling @angular/platform-browser/testing : es2015 as esm2015 [2022-10-24T04:24:06.609Z] Compiling @angular/common/http : es2015 as esm2015 [2022-10-24T04:24:06.876Z] Compiling @angular/platform-browser-dynamic/testing : es2015 as esm2015 [2022-10-24T04:24:10.215Z] Compiling @angular/forms : es2015 as esm2015 [2022-10-24T04:24:11.625Z] Compiling @angular/router/testing : es2015 as esm2015 [2022-10-24T04:24:11.892Z] Compiling @angular/common/http/testing : es2015 as esm2015 [2022-10-24T04:25:08.276Z] 24 10 2022 04:25:05.592:INFO [karma-server]: Karma v6.3.16 server started at http://localhost:9876/ [2022-10-24T04:25:08.276Z] 24 10 2022 04:25:05.604:INFO [launcher]: Launching browsers ChromeHeadlessNoSandbox with concurrency unlimited [2022-10-24T04:25:08.276Z] 24 10 2022 04:25:05.630:INFO [launcher]: Starting browser ChromeHeadless [2022-10-24T04:26:29.896Z] 24 10 2022 04:26:17.438:WARN [launcher]: ChromeHeadless has not captured in 60000 ms, killing. [2022-10-24T04:26:29.896Z] 24 10 2022 04:26:23.519:WARN [launcher]: ChromeHeadless was not killed in 2000 ms, sending SIGKILL. [2022-10-24T04:26:29.896Z] 24 10 2022 04:26:29.744:INFO [launcher]: Trying to start ChromeHeadless again (1/2). [2022-10-24T04:27:02.153Z] ✔ Browser application bundle generation complete. [2022-10-24T04:27:02.153Z] 24 10 2022 04:27:00.466:INFO [Chrome Headless 99.0.4844.84 (Linux aarch64)]: Connected on socket 5XMWKgNhIhksUy2KAAAB with id 27351932 [2022-10-24T04:27:20.415Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 0 of 149 SUCCESS (0 secs / 0 secs) [2022-10-24T04:27:20.415Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 1 of 149 SUCCESS (0 secs / 0.238 secs) [2022-10-24T04:27:20.415Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 2 of 149 SUCCESS (0 secs / 0.27 secs) [2022-10-24T04:27:20.415Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 3 of 149 SUCCESS (0 secs / 0.619 secs) [2022-10-24T04:27:20.415Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 4 of 149 SUCCESS (0 secs / 0.652 secs) [2022-10-24T04:27:20.415Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 5 of 149 SUCCESS (0 secs / 0.685 secs) [2022-10-24T04:27:20.415Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 6 of 149 SUCCESS (0 secs / 1.329 secs) [2022-10-24T04:27:20.415Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 7 of 149 SUCCESS (0 secs / 1.712 secs) [2022-10-24T04:27:20.415Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 8 of 149 SUCCESS (0 secs / 1.876 secs) [2022-10-24T04:27:20.415Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 9 of 149 SUCCESS (0 secs / 1.922 secs) [2022-10-24T04:27:20.415Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 10 of 149 SUCCESS (0 secs / 2.062 secs) [2022-10-24T04:27:20.415Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 11 of 149 SUCCESS (0 secs / 2.105 secs) [2022-10-24T04:27:20.415Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 12 of 149 SUCCESS (0 secs / 2.12 secs) [2022-10-24T04:27:20.415Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 13 of 149 SUCCESS (0 secs / 2.26 secs) [2022-10-24T04:27:20.415Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 14 of 149 SUCCESS (0 secs / 2.441 secs) [2022-10-24T04:27:20.682Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 15 of 149 SUCCESS (0 secs / 2.638 secs) [2022-10-24T04:27:20.682Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 16 of 149 SUCCESS (0 secs / 2.714 secs) [2022-10-24T04:27:20.682Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 17 of 149 SUCCESS (0 secs / 2.778 secs) [2022-10-24T04:27:21.265Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 18 of 149 SUCCESS (0 secs / 3.155 secs) [2022-10-24T04:27:21.265Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 19 of 149 SUCCESS (0 secs / 3.289 secs) [2022-10-24T04:27:21.533Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 20 of 149 SUCCESS (0 secs / 3.325 secs) [2022-10-24T04:27:21.533Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 21 of 149 SUCCESS (0 secs / 3.485 secs) [2022-10-24T04:27:21.802Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 22 of 149 SUCCESS (0 secs / 3.574 secs) [2022-10-24T04:27:21.802Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 23 of 149 SUCCESS (0 secs / 3.628 secs) [2022-10-24T04:27:22.069Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 24 of 149 SUCCESS (0 secs / 3.891 secs) [2022-10-24T04:27:22.337Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 25 of 149 SUCCESS (0 secs / 3.956 secs) [2022-10-24T04:27:22.337Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 26 of 149 SUCCESS (0 secs / 4.013 secs) [2022-10-24T04:27:22.605Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 27 of 149 SUCCESS (0 secs / 4.117 secs) [2022-10-24T04:27:22.605Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 28 of 149 SUCCESS (0 secs / 4.133 secs) [2022-10-24T04:27:22.605Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 29 of 149 SUCCESS (0 secs / 4.145 secs) [2022-10-24T04:27:22.605Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 30 of 149 SUCCESS (0 secs / 4.156 secs) [2022-10-24T04:27:22.605Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 31 of 149 SUCCESS (0 secs / 4.166 secs) [2022-10-24T04:27:22.871Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 32 of 149 SUCCESS (0 secs / 4.428 secs) [2022-10-24T04:27:22.871Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 33 of 149 SUCCESS (0 secs / 4.474 secs) [2022-10-24T04:27:23.138Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 34 of 149 SUCCESS (0 secs / 4.574 secs) [2022-10-24T04:27:23.405Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 35 of 149 SUCCESS (0 secs / 4.754 secs) [2022-10-24T04:27:23.405Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 36 of 149 SUCCESS (0 secs / 4.919 secs) [2022-10-24T04:27:23.405Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 37 of 149 SUCCESS (0 secs / 4.931 secs) [2022-10-24T04:27:23.672Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 38 of 149 SUCCESS (0 secs / 4.948 secs) [2022-10-24T04:27:23.672Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 39 of 149 SUCCESS (0 secs / 5.028 secs) [2022-10-24T04:27:23.942Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 40 of 149 SUCCESS (0 secs / 5.236 secs) [2022-10-24T04:27:23.942Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 41 of 149 SUCCESS (0 secs / 5.282 secs) [2022-10-24T04:27:24.212Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 42 of 149 SUCCESS (0 secs / 5.467 secs) [2022-10-24T04:27:24.212Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 43 of 149 SUCCESS (0 secs / 5.514 secs) [2022-10-24T04:27:24.479Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 44 of 149 SUCCESS (0 secs / 5.56 secs) [2022-10-24T04:27:24.479Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 45 of 149 SUCCESS (0 secs / 5.594 secs) [2022-10-24T04:27:24.479Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 46 of 149 SUCCESS (0 secs / 5.61 secs) [2022-10-24T04:27:24.479Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 47 of 149 SUCCESS (0 secs / 5.704 secs) [2022-10-24T04:27:24.744Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 48 of 149 SUCCESS (0 secs / 5.798 secs) [2022-10-24T04:27:24.744Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 49 of 149 SUCCESS (0 secs / 5.847 secs) [2022-10-24T04:27:25.012Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 50 of 149 SUCCESS (0 secs / 6.181 secs) [2022-10-24T04:27:25.280Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 51 of 149 SUCCESS (0 secs / 6.357 secs) [2022-10-24T04:27:25.547Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 52 of 149 SUCCESS (0 secs / 6.417 secs) [2022-10-24T04:27:25.813Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 53 of 149 SUCCESS (0 secs / 6.656 secs) [2022-10-24T04:27:25.813Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 54 of 149 SUCCESS (0 secs / 6.755 secs) [2022-10-24T04:27:26.078Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 55 of 149 SUCCESS (0 secs / 6.784 secs) [2022-10-24T04:27:26.078Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 56 of 149 SUCCESS (0 secs / 6.808 secs) [2022-10-24T04:27:26.078Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 57 of 149 SUCCESS (0 secs / 6.831 secs) [2022-10-24T04:27:26.078Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 58 of 149 SUCCESS (0 secs / 6.844 secs) [2022-10-24T04:27:26.078Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 59 of 149 SUCCESS (0 secs / 6.852 secs) [2022-10-24T04:27:26.345Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 60 of 149 SUCCESS (0 secs / 7.039 secs) [2022-10-24T04:27:26.345Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 61 of 149 SUCCESS (0 secs / 7.087 secs) [2022-10-24T04:27:26.345Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 62 of 149 SUCCESS (0 secs / 7.126 secs) [2022-10-24T04:27:26.610Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 63 of 149 SUCCESS (0 secs / 7.214 secs) [2022-10-24T04:27:26.610Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 64 of 149 SUCCESS (0 secs / 7.246 secs) [2022-10-24T04:27:26.610Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 65 of 149 SUCCESS (0 secs / 7.269 secs) [2022-10-24T04:27:26.611Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 66 of 149 SUCCESS (0 secs / 7.292 secs) [2022-10-24T04:27:26.877Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 67 of 149 SUCCESS (0 secs / 7.331 secs) [2022-10-24T04:27:26.877Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 68 of 149 SUCCESS (0 secs / 7.384 secs) [2022-10-24T04:27:26.877Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 69 of 149 SUCCESS (0 secs / 7.488 secs) [2022-10-24T04:27:27.459Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 70 of 149 SUCCESS (0 secs / 7.739 secs) [2022-10-24T04:27:27.459Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 71 of 149 SUCCESS (0 secs / 7.888 secs) [2022-10-24T04:27:27.727Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 72 of 149 SUCCESS (0 secs / 7.954 secs) [2022-10-24T04:27:27.727Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 73 of 149 SUCCESS (0 secs / 8.051 secs) [2022-10-24T04:27:27.994Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 74 of 149 SUCCESS (0 secs / 8.242 secs) [2022-10-24T04:27:28.261Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 75 of 149 SUCCESS (0 secs / 8.348 secs) [2022-10-24T04:27:28.261Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 76 of 149 SUCCESS (0 secs / 8.411 secs) [2022-10-24T04:27:28.261Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 77 of 149 SUCCESS (0 secs / 8.472 secs) [2022-10-24T04:27:28.527Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 78 of 149 SUCCESS (0 secs / 8.515 secs) [2022-10-24T04:27:28.527Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 79 of 149 SUCCESS (0 secs / 8.532 secs) [2022-10-24T04:27:28.527Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 80 of 149 SUCCESS (0 secs / 8.587 secs) [2022-10-24T04:27:28.527Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 81 of 149 SUCCESS (0 secs / 8.603 secs) [2022-10-24T04:27:28.527Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 82 of 149 SUCCESS (0 secs / 8.614 secs) [2022-10-24T04:27:28.797Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 83 of 149 SUCCESS (0 secs / 8.739 secs) [2022-10-24T04:27:29.064Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 84 of 149 SUCCESS (0 secs / 8.881 secs) [2022-10-24T04:27:29.064Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 85 of 149 SUCCESS (0 secs / 8.936 secs) [2022-10-24T04:27:29.064Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 86 of 149 SUCCESS (0 secs / 8.958 secs) [2022-10-24T04:27:29.064Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 87 of 149 SUCCESS (0 secs / 8.978 secs) [2022-10-24T04:27:29.064Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 88 of 149 SUCCESS (0 secs / 8.998 secs) [2022-10-24T04:27:29.331Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 89 of 149 SUCCESS (0 secs / 9.023 secs) [2022-10-24T04:27:29.331Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 90 of 149 SUCCESS (0 secs / 9.045 secs) [2022-10-24T04:27:29.331Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 91 of 149 SUCCESS (0 secs / 9.187 secs) [2022-10-24T04:27:29.597Z] WARN: ' [2022-10-24T04:27:29.597Z] It looks like you're using ngModel on the same form field as formControlName. [2022-10-24T04:27:29.597Z] Support for using the ngModel input property and ngModelChange event with [2022-10-24T04:27:29.597Z] reactive form directives has been deprecated in Angular v6 and will be removed [2022-10-24T04:27:29.597Z] in a future version of Angular. [2022-10-24T04:27:29.597Z] [2022-10-24T04:27:29.597Z] For more information on this, see our API docs here: [2022-10-24T04:27:29.597Z] https://angular.io/api/forms/FormControlName#use-with-ngmodel [2022-10-24T04:27:29.597Z] ' [2022-10-24T04:27:29.597Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 91 of 149 SUCCESS (0 secs / 9.187 secs) [2022-10-24T04:27:29.597Z] WARN: ' [2022-10-24T04:27:29.597Z] It looks like you're using ngModel on the same form field as formControlName. [2022-10-24T04:27:29.597Z] Support for using the ngModel input property and ngModelChange event with [2022-10-24T04:27:29.597Z] reactive form directives has been deprecated in Angular v6 and will be removed [2022-10-24T04:27:29.597Z] in a future version of Angular. [2022-10-24T04:27:29.597Z] [2022-10-24T04:27:29.597Z] For more information on this, see our API docs here: [2022-10-24T04:27:29.597Z] https://angular.io/api/forms/FormControlName#use-with-ngmodel [2022-10-24T04:27:29.597Z] ' [2022-10-24T04:27:29.597Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 92 of 149 SUCCESS (0 secs / 9.335 secs) [2022-10-24T04:27:29.597Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 93 of 149 SUCCESS (0 secs / 9.359 secs) [2022-10-24T04:27:29.597Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 94 of 149 SUCCESS (0 secs / 9.369 secs) [2022-10-24T04:27:29.597Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 95 of 149 SUCCESS (0 secs / 9.397 secs) [2022-10-24T04:27:29.862Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 96 of 149 SUCCESS (0 secs / 9.414 secs) [2022-10-24T04:27:29.862Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 97 of 149 SUCCESS (0 secs / 9.424 secs) [2022-10-24T04:27:29.862Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 98 of 149 SUCCESS (0 secs / 9.476 secs) [2022-10-24T04:27:30.444Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 99 of 149 SUCCESS (0 secs / 9.879 secs) [2022-10-24T04:27:30.444Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 100 of 149 SUCCESS (0 secs / 9.945 secs) [2022-10-24T04:27:30.444Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 101 of 149 SUCCESS (0 secs / 9.976 secs) [2022-10-24T04:27:30.710Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 102 of 149 SUCCESS (0 secs / 10.098 secs) [2022-10-24T04:27:30.710Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 103 of 149 SUCCESS (0 secs / 10.114 secs) [2022-10-24T04:27:30.710Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 104 of 149 SUCCESS (0 secs / 10.129 secs) [2022-10-24T04:27:30.710Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 105 of 149 SUCCESS (0 secs / 10.15 secs) [2022-10-24T04:27:30.710Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 106 of 149 SUCCESS (0 secs / 10.159 secs) [2022-10-24T04:27:30.710Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 107 of 149 SUCCESS (0 secs / 10.182 secs) [2022-10-24T04:27:31.291Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 108 of 149 SUCCESS (0 secs / 10.687 secs) [2022-10-24T04:27:31.556Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 109 of 149 SUCCESS (0 secs / 10.718 secs) [2022-10-24T04:27:31.556Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 110 of 149 SUCCESS (0 secs / 10.764 secs) [2022-10-24T04:27:31.820Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 111 of 149 SUCCESS (0 secs / 10.939 secs) [2022-10-24T04:27:32.085Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 112 of 149 SUCCESS (0 secs / 11.158 secs) [2022-10-24T04:27:32.085Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 113 of 149 SUCCESS (0 secs / 11.205 secs) [2022-10-24T04:27:32.085Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 114 of 149 SUCCESS (0 secs / 11.315 secs) [2022-10-24T04:27:32.352Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 115 of 149 SUCCESS (0 secs / 11.338 secs) [2022-10-24T04:27:32.352Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 116 of 149 SUCCESS (0 secs / 11.418 secs) [2022-10-24T04:27:32.617Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 117 of 149 SUCCESS (0 secs / 11.541 secs) [2022-10-24T04:27:32.617Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 118 of 149 SUCCESS (0 secs / 11.602 secs) [2022-10-24T04:27:32.617Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 119 of 149 SUCCESS (0 secs / 11.625 secs) [2022-10-24T04:27:32.894Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 120 of 149 SUCCESS (0 secs / 11.801 secs) [2022-10-24T04:27:32.894Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 121 of 149 SUCCESS (0 secs / 11.853 secs) [2022-10-24T04:27:33.158Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 122 of 149 SUCCESS (0 secs / 11.868 secs) [2022-10-24T04:27:33.158Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 123 of 149 SUCCESS (0 secs / 11.92 secs) [2022-10-24T04:27:33.158Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 124 of 149 SUCCESS (0 secs / 11.957 secs) [2022-10-24T04:27:33.158Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 125 of 149 SUCCESS (0 secs / 12.045 secs) [2022-10-24T04:27:33.423Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 126 of 149 SUCCESS (0 secs / 12.187 secs) [2022-10-24T04:27:33.423Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 127 of 149 SUCCESS (0 secs / 12.223 secs) [2022-10-24T04:27:33.689Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 128 of 149 SUCCESS (0 secs / 12.349 secs) [2022-10-24T04:27:33.689Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 129 of 149 SUCCESS (0 secs / 12.419 secs) [2022-10-24T04:27:33.953Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 130 of 149 SUCCESS (0 secs / 12.578 secs) [2022-10-24T04:27:33.953Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 131 of 149 SUCCESS (0 secs / 12.614 secs) [2022-10-24T04:27:34.219Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 132 of 149 SUCCESS (0 secs / 12.675 secs) [2022-10-24T04:27:34.219Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 133 of 149 SUCCESS (0 secs / 12.74 secs) [2022-10-24T04:27:34.219Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 134 of 149 SUCCESS (0 secs / 12.771 secs) [2022-10-24T04:27:34.483Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 135 of 149 SUCCESS (0 secs / 12.91 secs) [2022-10-24T04:27:34.483Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 136 of 149 SUCCESS (0 secs / 12.963 secs) [2022-10-24T04:27:34.750Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 137 of 149 SUCCESS (0 secs / 13.017 secs) [2022-10-24T04:27:35.015Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 138 of 149 SUCCESS (0 secs / 13.196 secs) [2022-10-24T04:27:35.016Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 139 of 149 SUCCESS (0 secs / 13.27 secs) [2022-10-24T04:27:35.016Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 140 of 149 SUCCESS (0 secs / 13.29 secs) [2022-10-24T04:27:35.016Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 141 of 149 SUCCESS (0 secs / 13.3 secs) [2022-10-24T04:27:35.282Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 142 of 149 SUCCESS (0 secs / 13.35 secs) [2022-10-24T04:27:35.282Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 143 of 149 SUCCESS (0 secs / 13.38 secs) [2022-10-24T04:27:35.282Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 144 of 149 SUCCESS (0 secs / 13.409 secs) [2022-10-24T04:27:35.282Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 145 of 149 SUCCESS (0 secs / 13.457 secs) [2022-10-24T04:27:35.547Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 146 of 149 SUCCESS (0 secs / 13.498 secs) [2022-10-24T04:27:35.547Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 147 of 149 SUCCESS (0 secs / 13.574 secs) [2022-10-24T04:27:35.547Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 148 of 149 SUCCESS (0 secs / 13.635 secs) [2022-10-24T04:27:35.811Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 149 of 149 SUCCESS (0 secs / 13.663 secs) [2022-10-24T04:27:36.395Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 149 of 149 SUCCESS (19.142 secs / 13.663 secs) [2022-10-24T04:27:36.395Z] TOTAL: 149 SUCCESS [2022-10-24T04:27:36.660Z] ✔ Browser application bundle generation complete. [2022-10-24T04:27:39.991Z] [2022-10-24T04:27:39.991Z] =============================== Coverage summary =============================== [2022-10-24T04:27:39.991Z] Statements : 40.98% ( 1467/3580 ) [2022-10-24T04:27:39.991Z] Branches : 12.03% ( 111/923 ) [2022-10-24T04:27:39.991Z] Functions : 33.28% ( 432/1298 ) [2022-10-24T04:27:39.991Z] Lines : 38.91% ( 1318/3387 ) [2022-10-24T04:27:39.991Z] ================================================================================ [2022-10-24T04:27:39.991Z] 24 10 2022 04:27:39.538:WARN [launcher]: ChromeHeadless was not killed in 2000 ms, sending SIGKILL. [2022-10-24T04:27:40.572Z] ✔ Browser application bundle generation complete. [2022-10-24T04:27:41.533Z] make[1]: Leaving directory '/w/workspace/edgex-ui-go/1/web' [Pipeline] echo [2022-10-24T04:27:41.573Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2022-10-24T04:27:41.597Z] $ docker stop --time=1 e7cd48ed9b3216cd229c0ba58042c698be45a4d5941d71aeee7ddc3ffef8bf90 [2022-10-24T04:27:43.270Z] $ docker rm -f e7cd48ed9b3216cd229c0ba58042c698be45a4d5941d71aeee7ddc3ffef8bf90 [Pipeline] // withDockerContainer [Pipeline] sh [2022-10-24T04:27:44.166Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2022-10-24T04:27:46.772Z] Warning: overwriting stash ‘coverage-report’ [2022-10-24T04:27:51.927Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2022-10-24T04:27:52.539Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2022-10-24T04:27:55.460Z] + ls -al . [2022-10-24T04:27:55.460Z] total 180 [2022-10-24T04:27:55.460Z] drwxrwxr-x 13 jenkins jenkins 4096 Oct 24 04:16 . [2022-10-24T04:27:55.460Z] drwxrwxr-x 4 jenkins jenkins 4096 Oct 24 04:13 .. [2022-10-24T04:27:55.460Z] drwxrwxr-x 2 jenkins jenkins 4096 Oct 24 04:13 .blubracket [2022-10-24T04:27:55.460Z] -rw-rw-r-- 1 jenkins jenkins 18 Oct 24 04:13 .dockerignore [2022-10-24T04:27:55.460Z] drwxrwxr-x 8 jenkins jenkins 4096 Oct 24 04:13 .git [2022-10-24T04:27:55.460Z] drwxrwxr-x 3 jenkins jenkins 4096 Oct 24 04:13 .github [2022-10-24T04:27:55.460Z] -rw-rw-r-- 1 jenkins jenkins 185 Oct 24 04:13 .gitignore [2022-10-24T04:27:55.460Z] -rw-rw-r-- 1 jenkins jenkins 4856 Oct 24 04:13 Attribution.txt [2022-10-24T04:27:55.460Z] -rw-rw-r-- 1 jenkins jenkins 14570 Oct 24 04:13 CHANGELOG.md [2022-10-24T04:27:55.460Z] -rw-rw-r-- 1 jenkins jenkins 3959 Oct 24 04:13 CONTRIBUTING.md [2022-10-24T04:27:55.460Z] -rw-rw-r-- 1 jenkins jenkins 1847 Oct 24 04:13 Dockerfile [2022-10-24T04:27:55.460Z] -rw-rw-r-- 1 jenkins jenkins 652 Oct 24 04:13 Jenkinsfile [2022-10-24T04:27:55.460Z] -rw-rw-r-- 1 jenkins jenkins 11357 Oct 24 04:13 LICENSE [2022-10-24T04:27:55.460Z] -rw-rw-r-- 1 jenkins jenkins 2124 Oct 24 04:13 Makefile [2022-10-24T04:27:55.460Z] -rw-rw-r-- 1 jenkins jenkins 4398 Oct 24 04:13 README.md [2022-10-24T04:27:55.460Z] -rw-rw-r-- 1 jenkins jenkins 5 Oct 24 04:12 VERSION [2022-10-24T04:27:55.460Z] drwxrwxr-x 3 jenkins jenkins 4096 Oct 24 04:13 assets [2022-10-24T04:27:55.460Z] drwxrwxr-x 2 jenkins jenkins 4096 Oct 24 04:13 bin [2022-10-24T04:27:55.460Z] drwxrwxr-x 3 jenkins jenkins 4096 Oct 24 04:13 cmd [2022-10-24T04:27:55.460Z] -rw-r--r-- 1 jenkins jenkins 10 Oct 24 04:16 coverage.out [2022-10-24T04:27:55.460Z] drwxrwxr-x 2 jenkins jenkins 4096 Oct 24 04:13 docs [2022-10-24T04:27:55.460Z] -rw-rw-r-- 1 jenkins jenkins 3151 Oct 24 04:13 go.mod [2022-10-24T04:27:55.460Z] -rw-rw-r-- 1 jenkins jenkins 43970 Oct 24 04:13 go.sum [2022-10-24T04:27:55.460Z] drwxrwxr-x 8 jenkins jenkins 4096 Oct 24 04:13 internal [2022-10-24T04:27:55.460Z] drwxrwxr-x 4 jenkins jenkins 4096 Oct 24 04:13 snap [2022-10-24T04:27:55.460Z] drwxrwxr-x 4 jenkins jenkins 4096 Oct 24 04:13 testing [2022-10-24T04:27:55.460Z] -rw-rw-r-- 1 jenkins jenkins 155 Oct 24 04:13 version.go [2022-10-24T04:27:55.460Z] drwxrwxr-x 6 jenkins jenkins 4096 Oct 24 04:19 web [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-10-24T04:27:55.884Z] + 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 . [2022-10-24T04:27:57.291Z] Sending build context to Docker daemon 31.46MB [2022-10-24T04:27:57.291Z] Step 1/26 : ARG BASE=golang:1.18-alpine3.16 [2022-10-24T04:27:57.291Z] Step 2/26 : FROM ${BASE} AS builder [2022-10-24T04:27:57.291Z] ---> d0c1cce9039f [2022-10-24T04:27:57.291Z] Step 3/26 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" [2022-10-24T04:27:57.558Z] ---> Running in a72885ed5f6f [2022-10-24T04:27:57.825Z] Removing intermediate container a72885ed5f6f [2022-10-24T04:27:57.825Z] ---> ac15e665e671 [2022-10-24T04:27:57.825Z] Step 4/26 : ARG ALPINE_PKG_BASE="make git" [2022-10-24T04:27:57.825Z] ---> Running in 145064ef51bc [2022-10-24T04:27:58.091Z] Removing intermediate container 145064ef51bc [2022-10-24T04:27:58.091Z] ---> 9b7dff4cb1c2 [2022-10-24T04:27:58.091Z] Step 5/26 : ARG ALPINE_PKG_EXTRA="" [2022-10-24T04:27:58.359Z] ---> Running in f1cdf57bd646 [2022-10-24T04:27:58.625Z] Removing intermediate container f1cdf57bd646 [2022-10-24T04:27:58.625Z] ---> f7307f63d6c5 [2022-10-24T04:27:58.625Z] Step 6/26 : LABEL Name=edgex-ui-go [2022-10-24T04:27:58.625Z] ---> Running in 0afc3a3e2302 [2022-10-24T04:27:58.892Z] Removing intermediate container 0afc3a3e2302 [2022-10-24T04:27:58.892Z] ---> 68d88bec2b65 [2022-10-24T04:27:58.892Z] Step 7/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2022: Intel' [2022-10-24T04:27:58.892Z] ---> Running in 556f744b004b [2022-10-24T04:27:59.158Z] Removing intermediate container 556f744b004b [2022-10-24T04:27:59.158Z] ---> 59d3b2b7ab33 [2022-10-24T04:27:59.158Z] Step 8/26 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2022-10-24T04:28:01.114Z] ---> 4a996ea03ada [2022-10-24T04:28:01.114Z] Step 9/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-24T04:28:01.114Z] ---> Running in 13ed9cac605e [2022-10-24T04:28:03.060Z] Removing intermediate container 13ed9cac605e [2022-10-24T04:28:03.060Z] ---> c6c9b1fb8e31 [2022-10-24T04:28:03.060Z] Step 10/26 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2022-10-24T04:28:03.060Z] ---> Running in 96bf9c07d489 [2022-10-24T04:28:04.020Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-10-24T04:28:04.976Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-10-24T04:28:05.934Z] OK: 221 MiB in 51 packages [2022-10-24T04:28:06.519Z] Removing intermediate container 96bf9c07d489 [2022-10-24T04:28:06.519Z] ---> 188b2ecc6bcc [2022-10-24T04:28:06.519Z] Step 11/26 : ENV GO111MODULE=on [2022-10-24T04:28:06.519Z] ---> Running in e02a58e5525e [2022-10-24T04:28:06.787Z] Removing intermediate container e02a58e5525e [2022-10-24T04:28:06.787Z] ---> 7e2d7b0bfccb [2022-10-24T04:28:06.787Z] Step 12/26 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go [2022-10-24T04:28:06.787Z] ---> Running in 863bc7b38353 [2022-10-24T04:28:07.373Z] Removing intermediate container 863bc7b38353 [2022-10-24T04:28:07.373Z] ---> 948b69c9d141 [2022-10-24T04:28:07.373Z] Step 13/26 : COPY go.mod vendor* ./ [2022-10-24T04:28:07.639Z] ---> e22c9090fc82 [2022-10-24T04:28:07.639Z] Step 14/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-10-24T04:28:07.907Z] ---> Running in b47b6b385886 [2022-10-24T04:28:09.847Z] Removing intermediate container b47b6b385886 [2022-10-24T04:28:09.847Z] ---> 01570e99eb87 [2022-10-24T04:28:09.847Z] Step 15/26 : COPY . . [2022-10-24T04:28:14.095Z] ---> 5d9c61dd2dda [2022-10-24T04:28:14.095Z] Step 16/26 : RUN ${MAKE} [2022-10-24T04:28:14.095Z] ---> Running in 7b60b07c5edb [2022-10-24T04:28:14.680Z] 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 [2022-10-24T04:29:22.557Z] Removing intermediate container 7b60b07c5edb [2022-10-24T04:29:22.557Z] ---> 43864fd89f03 [2022-10-24T04:29:22.557Z] Step 17/26 : FROM alpine:3.14 [2022-10-24T04:29:22.557Z] 3.14: Pulling from library/alpine [2022-10-24T04:29:22.557Z] 90cda3b7c325: Pulling fs layer [2022-10-24T04:29:22.557Z] 90cda3b7c325: Verifying Checksum [2022-10-24T04:29:22.557Z] 90cda3b7c325: Download complete [2022-10-24T04:29:22.828Z] 90cda3b7c325: Pull complete [2022-10-24T04:29:22.828Z] Digest: sha256:1ab24b3b99320975cca71716a7475a65d263d0b6b604d9d14ce08f7a3f67595c [2022-10-24T04:29:22.828Z] Status: Downloaded newer image for alpine:3.14 [2022-10-24T04:29:22.828Z] ---> 376ba31ae3da [2022-10-24T04:29:22.828Z] Step 18/26 : EXPOSE 4000 [2022-10-24T04:29:23.096Z] ---> Running in 706d1c5521a0 [2022-10-24T04:29:23.365Z] Removing intermediate container 706d1c5521a0 [2022-10-24T04:29:23.365Z] ---> ddaafdbd53d4 [2022-10-24T04:29:23.365Z] 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 [2022-10-24T04:29:24.773Z] ---> 330c819bd554 [2022-10-24T04:29:24.773Z] Step 20/26 : COPY --from=builder /go/src/github.com/edgexfoundry/edgex-ui-go/Attribution.txt /Attribution.txt [2022-10-24T04:29:25.354Z] ---> 7f99d108c9c6 [2022-10-24T04:29:25.354Z] Step 21/26 : COPY --from=builder /go/src/github.com/edgexfoundry/edgex-ui-go/LICENSE /LICENSE [2022-10-24T04:29:25.935Z] ---> f3f18973aa8d [2022-10-24T04:29:25.935Z] Step 22/26 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [2022-10-24T04:29:25.935Z] ---> Running in c1f5321d0a26 [2022-10-24T04:29:26.202Z] Removing intermediate container c1f5321d0a26 [2022-10-24T04:29:26.202Z] ---> 2a012b28bcce [2022-10-24T04:29:26.202Z] Step 23/26 : ENTRYPOINT ["./edgex-ui-server","--confdir=res/docker"] [2022-10-24T04:29:26.202Z] ---> Running in 588259735e39 [2022-10-24T04:29:26.469Z] Removing intermediate container 588259735e39 [2022-10-24T04:29:26.469Z] ---> 662a96413621 [2022-10-24T04:29:26.469Z] Step 24/26 : LABEL arch=arm64 [2022-10-24T04:29:26.734Z] ---> Running in b561eb2ac671 [2022-10-24T04:29:27.003Z] Removing intermediate container b561eb2ac671 [2022-10-24T04:29:27.003Z] ---> 84796e1fe143 [2022-10-24T04:29:27.003Z] Step 25/26 : LABEL git_sha=21b496b35e7919b978bec18b8a3c54337950240b [2022-10-24T04:29:27.003Z] ---> Running in efebc6c5e922 [2022-10-24T04:29:27.269Z] Removing intermediate container efebc6c5e922 [2022-10-24T04:29:27.269Z] ---> 21b2c62c217f [2022-10-24T04:29:27.269Z] Step 26/26 : LABEL version=0.0.0 [2022-10-24T04:29:27.269Z] ---> Running in db74903bedb9 [2022-10-24T04:29:27.535Z] Removing intermediate container db74903bedb9 [2022-10-24T04:29:27.535Z] ---> de64a6854464 [2022-10-24T04:29:27.535Z] [Warning] One or more build-args [ARCH] were not consumed [2022-10-24T04:29:27.800Z] Successfully built de64a6854464 [2022-10-24T04:29:27.800Z] 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 [2022-10-24T04:29:28.556Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-10-24T04:29:28.556Z] [2022-10-24T04:29:28.556Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-10-24T04:29:28.965Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-10-24T04:29:28.965Z] arm64: Pulling from edgex-lftools-log-publisher [2022-10-24T04:29:28.965Z] 8998bd30e6a1: Pulling fs layer [2022-10-24T04:29:28.965Z] 04944245beec: Pulling fs layer [2022-10-24T04:29:28.965Z] 699f458cf7ca: Pulling fs layer [2022-10-24T04:29:28.965Z] 765212b225bb: Pulling fs layer [2022-10-24T04:29:28.965Z] f23df028b6ca: Pulling fs layer [2022-10-24T04:29:28.965Z] d65c8cfc05b1: Pulling fs layer [2022-10-24T04:29:28.965Z] 2437ff75d9bd: Pulling fs layer [2022-10-24T04:29:28.965Z] 765212b225bb: Waiting [2022-10-24T04:29:28.965Z] f23df028b6ca: Waiting [2022-10-24T04:29:28.965Z] d65c8cfc05b1: Waiting [2022-10-24T04:29:28.965Z] 2437ff75d9bd: Waiting [2022-10-24T04:29:29.232Z] 04944245beec: Verifying Checksum [2022-10-24T04:29:29.233Z] 04944245beec: Download complete [2022-10-24T04:29:29.233Z] 765212b225bb: Verifying Checksum [2022-10-24T04:29:29.233Z] 765212b225bb: Download complete [2022-10-24T04:29:29.233Z] f23df028b6ca: Verifying Checksum [2022-10-24T04:29:29.233Z] f23df028b6ca: Download complete [2022-10-24T04:29:29.233Z] d65c8cfc05b1: Verifying Checksum [2022-10-24T04:29:29.233Z] d65c8cfc05b1: Download complete [2022-10-24T04:29:29.499Z] 699f458cf7ca: Download complete [2022-10-24T04:29:29.765Z] 8998bd30e6a1: Verifying Checksum [2022-10-24T04:29:29.765Z] 8998bd30e6a1: Download complete [2022-10-24T04:29:32.346Z] 2437ff75d9bd: Verifying Checksum [2022-10-24T04:29:32.346Z] 2437ff75d9bd: Download complete [2022-10-24T04:29:33.761Z] 8998bd30e6a1: Pull complete [2022-10-24T04:29:34.344Z] 04944245beec: Pull complete [2022-10-24T04:29:35.747Z] 699f458cf7ca: Pull complete [2022-10-24T04:29:35.747Z] 765212b225bb: Pull complete [2022-10-24T04:29:36.329Z] f23df028b6ca: Pull complete [2022-10-24T04:29:36.595Z] d65c8cfc05b1: Pull complete [2022-10-24T04:29:51.573Z] 2437ff75d9bd: Pull complete [2022-10-24T04:29:51.573Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2022-10-24T04:29:51.573Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-10-24T04:29:51.573Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-10-24T04:29:51.859Z] prd-ubuntu20.04-docker-arm64-4c-16g-9177 does not seem to be running inside a container [2022-10-24T04:29:51.915Z] $ 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 [2022-10-24T04:29:54.666Z] $ docker top 391d4a2955381a8ef4f421411eacec8326cb98e226ed5078d4db1baf603d834a -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-10-24T04:29:55.560Z] ---> job-cost.sh [2022-10-24T04:29:55.560Z] lf-activate-venv: SKIPPING [2022-10-24T04:29:55.560Z] INFO: No Stack... [2022-10-24T04:29:56.520Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2022-10-24T04:29:57.098Z] INFO: Archiving Costs [Pipeline] sh [2022-10-24T04:29:57.759Z] + + cut -d, -f6 [2022-10-24T04:29:57.760Z] cat /w/workspace/edgex-ui-go/1/archives/cost.csv [Pipeline] lock [2022-10-24T04:29:57.851Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-ui-go-PR-561-1-stack-cost] [2022-10-24T04:29:57.856Z] Resource [jenkins-edgexfoundry-edgex-ui-go-PR-561-1-stack-cost] did not exist. Created. [2022-10-24T04:29:57.856Z] Lock acquired on [jenkins-edgexfoundry-edgex-ui-go-PR-561-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2022-10-24T04:29:58.272Z] /w/workspace/edgex-ui-go/1@tmp/durable-334b1221/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh [2022-10-24T04:29:58.619Z] + echo total: 0.10999999940395355 [Pipeline] stash [2022-10-24T04:29:58.653Z] Warning: overwriting stash ‘stack-cost’ [2022-10-24T04:30:03.428Z] Stashed 1 file(s) [Pipeline] } [2022-10-24T04:30:03.446Z] Lock released on resource [jenkins-edgexfoundry-edgex-ui-go-PR-561-1-stack-cost] [Pipeline] // lock [Pipeline] } [2022-10-24T04:30:03.526Z] $ docker stop --time=1 391d4a2955381a8ef4f421411eacec8326cb98e226ed5078d4db1baf603d834a [2022-10-24T04:30:05.222Z] $ 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 [2022-10-24T04:30:06.142Z] provisioning config files... [2022-10-24T04:30:06.152Z] copy managed file [edgex-ui-go-codecov-token] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-561@tmp/config15053128562829874028tmp [Pipeline] { [Pipeline] sh [2022-10-24T04:30:06.470Z] + set +x [2022-10-24T04:30:06.470Z] + curl -s https://codecov.io/bash [2022-10-24T04:30:06.470Z] + bash -s -- [2022-10-24T04:30:06.470Z] [2022-10-24T04:30:06.470Z] _____ _ [2022-10-24T04:30:06.470Z] / ____| | | [2022-10-24T04:30:06.470Z] | | ___ __| | ___ ___ _____ __ [2022-10-24T04:30:06.470Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2022-10-24T04:30:06.470Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2022-10-24T04:30:06.470Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2022-10-24T04:30:06.470Z] Bash-1.0.6 [2022-10-24T04:30:06.470Z] [2022-10-24T04:30:06.470Z] [2022-10-24T04:30:06.470Z] ==> git version 2.25.1 found [2022-10-24T04:30:06.470Z] ==> 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 [2022-10-24T04:30:06.470Z] Release-Date: 2020-01-08 [2022-10-24T04:30:06.470Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp [2022-10-24T04:30:06.470Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2022-10-24T04:30:06.470Z] ==> Jenkins CI detected. [2022-10-24T04:30:06.470Z] current dir:  /w/workspace/edgexfoundry_edgex-ui-go_PR-561 [2022-10-24T04:30:06.470Z] project root: . [2022-10-24T04:30:06.470Z] --> token set from env [2022-10-24T04:30:06.470Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2022-10-24T04:30:06.470Z] ==> Running gcov in . (disable via -X gcov) [2022-10-24T04:30:06.730Z] ==> Python coveragepy not found [2022-10-24T04:30:06.730Z] ==> Searching for coverage reports in: [2022-10-24T04:30:06.730Z] + . [2022-10-24T04:30:06.730Z] -> Found 1 reports [2022-10-24T04:30:06.730Z] ==> Detecting git/mercurial file structure [2022-10-24T04:30:06.730Z] ==> Reading reports [2022-10-24T04:30:06.730Z] + ./coverage.out bytes=10 [2022-10-24T04:30:06.730Z] ==> Appending adjustments [2022-10-24T04:30:06.730Z] https://docs.codecov.io/docs/fixing-reports [2022-10-24T04:30:07.667Z] + Found adjustments [2022-10-24T04:30:07.667Z] ==> Gzipping contents [2022-10-24T04:30:07.667Z] 12K /tmp/codecov.7LfXbU.gz [2022-10-24T04:30:07.667Z] ==> Uploading reports [2022-10-24T04:30:07.667Z] url: https://codecov.io [2022-10-24T04:30:07.667Z] 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= [2022-10-24T04:30:07.667Z] -> Pinging Codecov [2022-10-24T04:30:07.667Z] 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= [2022-10-24T04:30:07.927Z] -> Uploading to [2022-10-24T04:30:07.927Z] 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 [2022-10-24T04:30:07.927Z] % Total % Received % Xferd Average Speed Time Time Time Current [2022-10-24T04:30:07.927Z] Dload Upload Total Spent Left Speed [2022-10-24T04:30:08.188Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 8872 0 0 100 8872 0 37914 --:--:-- --:--:-- --:--:-- 37914 [2022-10-24T04:30:08.188Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/edgex-ui-go/commit/21b496b35e7919b978bec18b8a3c54337950240b [Pipeline] } [2022-10-24T04:30:08.218Z] 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 [2022-10-24T04:30:10.011Z] + [ -d /w/workspace/edgexfoundry_edgex-ui-go_PR-561/archives ] [2022-10-24T04:30:10.011Z] + ls -al /w/workspace/edgexfoundry_edgex-ui-go_PR-561/archives [2022-10-24T04:30:10.011Z] total 16 [2022-10-24T04:30:10.011Z] drwxr-xr-x 3 root root 4096 Oct 24 04:16 . [2022-10-24T04:30:10.011Z] drwxrwxr-x 15 jenkins jenkins 4096 Oct 24 04:16 .. [2022-10-24T04:30:10.011Z] drwxr-xr-x 2 root root 4096 Oct 24 04:16 cost [2022-10-24T04:30:10.011Z] -rw-r--r-- 1 root root 83 Oct 24 04:16 cost.csv [2022-10-24T04:30:10.011Z] + sudo chown -R jenkins:jenkins /w/workspace/edgexfoundry_edgex-ui-go_PR-561/archives [2022-10-24T04:30:10.011Z] + ls -al /w/workspace/edgexfoundry_edgex-ui-go_PR-561/archives [2022-10-24T04:30:10.011Z] total 16 [2022-10-24T04:30:10.011Z] drwxr-xr-x 3 jenkins jenkins 4096 Oct 24 04:16 . [2022-10-24T04:30:10.011Z] drwxrwxr-x 15 jenkins jenkins 4096 Oct 24 04:16 .. [2022-10-24T04:30:10.011Z] drwxr-xr-x 2 jenkins jenkins 4096 Oct 24 04:16 cost [2022-10-24T04:30:10.011Z] -rw-r--r-- 1 jenkins jenkins 83 Oct 24 04:16 cost.csv [Pipeline] libraryResource [Pipeline] sh [2022-10-24T04:30:10.346Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2022-10-24T04:30:11.238Z] ---> package-listing.sh [2022-10-24T04:30:11.238Z] ++ facter osfamily [2022-10-24T04:30:11.238Z] ++ tr '[:upper:]' '[:lower:]' [2022-10-24T04:30:11.497Z] + OS_FAMILY=debian [2022-10-24T04:30:11.497Z] + workspace=/w/workspace/edgexfoundry_edgex-ui-go_PR-561 [2022-10-24T04:30:11.497Z] + START_PACKAGES=/tmp/packages_start.txt [2022-10-24T04:30:11.497Z] + END_PACKAGES=/tmp/packages_end.txt [2022-10-24T04:30:11.497Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2022-10-24T04:30:11.497Z] + PACKAGES=/tmp/packages_start.txt [2022-10-24T04:30:11.497Z] + '[' /w/workspace/edgexfoundry_edgex-ui-go_PR-561 ']' [2022-10-24T04:30:11.497Z] + PACKAGES=/tmp/packages_end.txt [2022-10-24T04:30:11.497Z] + case "${OS_FAMILY}" in [2022-10-24T04:30:11.497Z] + dpkg -l [2022-10-24T04:30:11.497Z] + grep '^ii' [2022-10-24T04:30:11.497Z] + '[' -f /tmp/packages_start.txt ']' [2022-10-24T04:30:11.497Z] + '[' -f /tmp/packages_end.txt ']' [2022-10-24T04:30:11.497Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2022-10-24T04:30:11.497Z] + '[' /w/workspace/edgexfoundry_edgex-ui-go_PR-561 ']' [2022-10-24T04:30:11.497Z] + mkdir -p /w/workspace/edgexfoundry_edgex-ui-go_PR-561/archives/ [2022-10-24T04:30:11.497Z] + 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 [2022-10-24T04:30:11.539Z] 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 [2022-10-24T04:30:11.833Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-10-24T04:30:12.468Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-10-24T04:30:12.468Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-10-24T04:30:12.609Z] prd-ubuntu20.04-docker-8c-8g-9173 does not seem to be running inside a container [2022-10-24T04:30:12.639Z] $ 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 [2022-10-24T04:30:12.879Z] $ docker top dc6752024e19e7e4911d3003ab2a8b6a868c1f676f0017b00d11be338a3c58ab -eo pid,comm [Pipeline] { [Pipeline] sh [2022-10-24T04:30:13.277Z] + touch /tmp/pre-build-complete [Pipeline] sh [2022-10-24T04:30:13.588Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2022-10-24T04:30:13.900Z] + ls /var/log/sa-host [2022-10-24T04:30:13.900Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-10-24T04:30:14.125Z] provisioning config files... [2022-10-24T04:30:14.135Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-561@tmp/config14372972864214029408tmp [Pipeline] { [Pipeline] echo [2022-10-24T04:30:14.188Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2022-10-24T04:30:14.499Z] ---> create-netrc.sh [Pipeline] } [2022-10-24T04:30:14.523Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2022-10-24T04:30:14.941Z] ---> python-tools-install.sh [Pipeline] echo [2022-10-24T04:30:14.968Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2022-10-24T04:30:15.279Z] ---> sudo-logs.sh [2022-10-24T04:30:15.279Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2022-10-24T04:30:15.364Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2022-10-24T04:30:15.673Z] ---> job-cost.sh [2022-10-24T04:30:15.673Z] lf-activate-venv: SKIPPING [2022-10-24T04:30:15.673Z] DEBUG: total: 0.2199999988079071 [2022-10-24T04:30:15.673Z] INFO: Retrieving Stack Cost... [2022-10-24T04:30:15.932Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2022-10-24T04:30:16.500Z] INFO: Archiving Costs [Pipeline] echo [2022-10-24T04:30:16.531Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2022-10-24T04:30:16.841Z] ---> logs-deploy.sh [2022-10-24T04:30:16.841Z] lf-activate-venv: SKIPPING [2022-10-24T04:30:16.841Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-ui-go/PR-561/1 [2022-10-24T04:30:16.841Z] INFO: archiving workspace using pattern(s): [2022-10-24T04:30:17.777Z] Archives upload complete. [2022-10-24T04:30:18.040Z] INFO: archiving logs to Nexus