Branch indexing Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 2a6915c960fb14954e41c173a8222625a036416b+727932f00e62ff6ad7d46b39048d2df566fc596c (5100d27e1f0c2667ae21ddae1ca6bd7acf8e4ac1) Running in Durability level: PERFORMANCE_OPTIMIZED 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 > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 69a7e166112f335804d9fea76440e5140e47f034 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # 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 > 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 69a7e166112f335804d9fea76440e5140e47f034 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 69a7e166112f335804d9fea76440e5140e47f034 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 69a7e166112f335804d9fea76440e5140e47f034 # timeout=10 Commit message: "Merge pull request #314 from ernestojeda/go-mod-semver-bump" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared 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 > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared 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: [[centos7-docker-4c-2g, ubuntu18.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.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-edgex-ui-go 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 SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task ‘prd-centos7-docker-4c-2g-15505’ is offline Running on prd-centos7-docker-4c-2g-21826 in /w/workspace/edgexfoundry_edgex-ui-go_PR-289 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout 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-289 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit 727932f00e62ff6ad7d46b39048d2df566fc596c into PR head commit 2a6915c960fb14954e41c173a8222625a036416b > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/289/head:refs/remotes/origin/PR-289 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 2a6915c960fb14954e41c173a8222625a036416b # timeout=10 Merge succeeded, producing a4a6c2f94fd02dd9962c3042c0efaa1fd3d036f4 Checking out Revision a4a6c2f94fd02dd9962c3042c0efaa1fd3d036f4 (PR-289) > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 727932f00e62ff6ad7d46b39048d2df566fc596c # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f a4a6c2f94fd02dd9962c3042c0efaa1fd3d036f4 # timeout=10 Commit message: "Merge commit '727932f00e62ff6ad7d46b39048d2df566fc596c' into HEAD" > git rev-list --no-walk 2a6915c960fb14954e41c173a8222625a036416b # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-01-21T02:08:50.685Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-01-21T02:08:51.044Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-01-21T02:08:51.161Z] ========================================================= [2021-01-21T02:08:51.161Z] EdgeX Global Pipelines Version Info [2021-01-21T02:08:51.161Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-01-21T02:08:55.350Z] ------------------- [2021-01-21T02:08:55.351Z] stable info: [2021-01-21T02:08:55.351Z] ------------------- [2021-01-21T02:08:55.351Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-21T02:08:55.351Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-01-21T02:08:55.351Z] Message: update stable to v1.0.179 [2021-01-21T02:08:56.843Z] ------------------- [2021-01-21T02:08:56.843Z] experimental info: [2021-01-21T02:08:56.843Z] ------------------- [2021-01-21T02:08:56.843Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-21T02:08:56.843Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-01-21T02:08:56.843Z] Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-01-21T02:08:57.127Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-ui-go-settings [Pipeline] echo [2021-01-21T02:08:57.213Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-ui-go [Pipeline] echo [2021-01-21T02:08:57.307Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-01-21T02:08:57.395Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-01-21T02:08:57.481Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-01-21T02:08:57.579Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-01-21T02:08:57.670Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-01-21T02:08:57.757Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-01-21T02:08:57.842Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2021-01-21T02:08:58.124Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-01-21T02:08:58.210Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-01-21T02:08:58.351Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-edgex-ui-go [Pipeline] echo [2021-01-21T02:08:58.436Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-01-21T02:08:58.523Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-01-21T02:08:58.651Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-01-21T02:08:58.743Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-01-21T02:08:58.829Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-01-21T02:08:58.942Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-01-21T02:08:59.054Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-01-21T02:08:59.157Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2021-01-21T02:08:59.264Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2021-01-21T02:08:59.363Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2021-01-21T02:08:59.449Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-01-21T02:08:59.536Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-01-21T02:08:59.634Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2021-01-21T02:08:59.725Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-01-21T02:08:59.812Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-01-21T02:08:59.901Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-289 [Pipeline] echo [2021-01-21T02:09:00.010Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-289 [Pipeline] echo [2021-01-21T02:09:00.124Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-289 [Pipeline] echo [2021-01-21T02:09:00.249Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = a4a6c2f94fd02dd9962c3042c0efaa1fd3d036f4 [Pipeline] echo [2021-01-21T02:09:00.356Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = a4a6c2f [Pipeline] echo [2021-01-21T02:09:00.447Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-21T02:09:00.834Z] provisioning config files... [2021-01-21T02:09:00.877Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-289@tmp/config337295337677278393tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-21T02:09:01.309Z] ---> docker-login.sh [2021-01-21T02:09:01.309Z] nexus3.edgexfoundry.org:10001 [2021-01-21T02:09:02.836Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-21T02:09:02.836Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-21T02:09:02.836Z] Configure a credential helper to remove this warning. See [2021-01-21T02:09:02.836Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-21T02:09:02.836Z] [2021-01-21T02:09:02.836Z] Login Succeeded [2021-01-21T02:09:02.836Z] nexus3.edgexfoundry.org:10002 [2021-01-21T02:09:03.472Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-21T02:09:03.790Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-21T02:09:03.790Z] Configure a credential helper to remove this warning. See [2021-01-21T02:09:03.790Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-21T02:09:03.790Z] [2021-01-21T02:09:03.790Z] Login Succeeded [2021-01-21T02:09:03.790Z] nexus3.edgexfoundry.org:10003 [2021-01-21T02:09:04.091Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-21T02:09:04.091Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-21T02:09:04.091Z] Configure a credential helper to remove this warning. See [2021-01-21T02:09:04.091Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-21T02:09:04.091Z] [2021-01-21T02:09:04.091Z] Login Succeeded [2021-01-21T02:09:04.091Z] nexus3.edgexfoundry.org:10004 [2021-01-21T02:09:04.368Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-21T02:09:04.368Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-21T02:09:04.368Z] Configure a credential helper to remove this warning. See [2021-01-21T02:09:04.368Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-21T02:09:04.368Z] [2021-01-21T02:09:04.368Z] Login Succeeded [2021-01-21T02:09:04.368Z] docker.io [2021-01-21T02:09:04.636Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-21T02:09:05.240Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-21T02:09:05.240Z] Configure a credential helper to remove this warning. See [2021-01-21T02:09:05.240Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-21T02:09:05.240Z] [2021-01-21T02:09:05.240Z] Login Succeeded [2021-01-21T02:09:05.240Z] ---> docker-login.sh ends [Pipeline] } [2021-01-21T02:09:05.266Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-21T02:09:06.208Z] + git log --format=format:%s -1 a4a6c2f94fd02dd9962c3042c0efaa1fd3d036f4 [Pipeline] echo [2021-01-21T02:09:06.347Z] GIT_COMMIT: a4a6c2f94fd02dd9962c3042c0efaa1fd3d036f4, Commit Message: Merge commit '727932f00e62ff6ad7d46b39048d2df566fc596c' into HEAD [Pipeline] echo [2021-01-21T02:09:06.392Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-01-21T02:09:07.682Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-21T02:09:07.682Z] [2021-01-21T02:09:07.682Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-01-21T02:09:08.561Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-21T02:09:08.873Z] latest: Pulling from edgex-devops/git-semver [2021-01-21T02:09:08.873Z] 31603596830f: Pulling fs layer [2021-01-21T02:09:08.873Z] 2a8b12db71e7: Pulling fs layer [2021-01-21T02:09:08.873Z] 6ca5941a6612: Pulling fs layer [2021-01-21T02:09:08.873Z] ecc8261a40a4: Pulling fs layer [2021-01-21T02:09:08.873Z] ecc8261a40a4: Waiting [2021-01-21T02:09:08.873Z] 2a8b12db71e7: Verifying Checksum [2021-01-21T02:09:08.873Z] 2a8b12db71e7: Download complete [2021-01-21T02:09:09.172Z] 31603596830f: Verifying Checksum [2021-01-21T02:09:09.172Z] 31603596830f: Download complete [2021-01-21T02:09:09.831Z] ecc8261a40a4: Verifying Checksum [2021-01-21T02:09:09.831Z] ecc8261a40a4: Download complete [2021-01-21T02:09:09.831Z] 6ca5941a6612: Verifying Checksum [2021-01-21T02:09:09.831Z] 6ca5941a6612: Download complete [2021-01-21T02:09:10.504Z] 31603596830f: Pull complete [2021-01-21T02:09:10.806Z] 2a8b12db71e7: Pull complete [2021-01-21T02:09:12.331Z] 6ca5941a6612: Pull complete [2021-01-21T02:09:12.960Z] ecc8261a40a4: Pull complete [2021-01-21T02:09:12.960Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-01-21T02:09:12.960Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-21T02:09:12.960Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-01-21T02:09:13.201Z] prd-centos7-docker-4c-2g-21826 does not seem to be running inside a container [2021-01-21T02:09:13.400Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_edgex-ui-go_PR-289 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-289:/w/workspace/edgexfoundry_edgex-ui-go_PR-289:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-289@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-289@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:10004/edgex-devops/git-semver:latest cat [2021-01-21T02:09:17.014Z] $ docker top 16e56163e66a563d2a98c0b8caada99fc6452de0e359e8c51e4c7c4569e7d16a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-21T02:09:17.482Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-21T02:09:17.483Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-21T02:09:18.097Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-21T02:09:18.112Z] $ docker exec 16e56163e66a563d2a98c0b8caada99fc6452de0e359e8c51e4c7c4569e7d16a ssh-agent [2021-01-21T02:09:18.476Z] SSH_AUTH_SOCK=/tmp/ssh-yyH1HjiJ66gy/agent.11 [2021-01-21T02:09:18.476Z] SSH_AGENT_PID=16 [2021-01-21T02:09:18.496Z] Running ssh-add (command line suppressed) [2021-01-21T02:09:18.698Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_PR-289@tmp/private_key_3156007771459744949.key (/w/workspace/edgexfoundry_edgex-ui-go_PR-289@tmp/private_key_3156007771459744949.key) [2021-01-21T02:09:19.110Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-21T02:09:19.791Z] + git tag --points-at HEAD [Pipeline] } [2021-01-21T02:09:19.827Z] $ docker exec --env ******** --env ******** 16e56163e66a563d2a98c0b8caada99fc6452de0e359e8c51e4c7c4569e7d16a ssh-agent -k [2021-01-21T02:09:20.191Z] unset SSH_AUTH_SOCK; [2021-01-21T02:09:20.215Z] unset SSH_AGENT_PID; [2021-01-21T02:09:20.215Z] echo Agent pid 16 killed; [2021-01-21T02:09:20.294Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-01-21T02:09:20.493Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-21T02:09:20.493Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-21T02:09:20.833Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-21T02:09:20.838Z] $ docker exec 16e56163e66a563d2a98c0b8caada99fc6452de0e359e8c51e4c7c4569e7d16a ssh-agent [2021-01-21T02:09:21.147Z] SSH_AUTH_SOCK=/tmp/ssh-1spHpgxtHYZ4/agent.45 [2021-01-21T02:09:21.147Z] SSH_AGENT_PID=51 [2021-01-21T02:09:21.156Z] Running ssh-add (command line suppressed) [2021-01-21T02:09:21.618Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_PR-289@tmp/private_key_5062171876960332960.key (/w/workspace/edgexfoundry_edgex-ui-go_PR-289@tmp/private_key_5062171876960332960.key) [2021-01-21T02:09:21.725Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-21T02:09:22.111Z] + git semver init [2021-01-21T02:09:22.111Z] # -> Open(): unable to determine branch for HEAD [2021-01-21T02:09:22.111Z] # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_PR-289/.git [2021-01-21T02:09:22.111Z] # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_PR-289 [2021-01-21T02:09:22.111Z] # $SEMVER_REMOTE_NAME = origin [2021-01-21T02:09:22.111Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-21T02:09:22.111Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-21T02:09:22.111Z] # $SEMVER_BRANCH = PR-289 [2021-01-21T02:09:22.111Z] # $SEMVER_TEMP = /tmp/semver-892874257 [2021-01-21T02:09:22.111Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-ui-go.git $SEMVER_TEMP [2021-01-21T02:09:24.294Z] # '/tmp/semver-892874257' -> '/w/workspace/edgexfoundry_edgex-ui-go_PR-289/.semver' [2021-01-21T02:09:24.294Z] # -> Force: false [2021-01-21T02:09:24.294Z] # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_PR-289/.semver [Pipeline] } [2021-01-21T02:09:24.314Z] $ docker exec --env ******** --env ******** 16e56163e66a563d2a98c0b8caada99fc6452de0e359e8c51e4c7c4569e7d16a ssh-agent -k [2021-01-21T02:09:24.589Z] unset SSH_AUTH_SOCK; [2021-01-21T02:09:24.589Z] unset SSH_AGENT_PID; [2021-01-21T02:09:24.589Z] echo Agent pid 51 killed; [2021-01-21T02:09:24.678Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-21T02:09:25.170Z] + git semver [Pipeline] } [2021-01-21T02:09:25.472Z] $ docker stop --time=1 16e56163e66a563d2a98c0b8caada99fc6452de0e359e8c51e4c7c4569e7d16a [2021-01-21T02:09:27.265Z] $ docker rm -f 16e56163e66a563d2a98c0b8caada99fc6452de0e359e8c51e4c7c4569e7d16a [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-21T02:09:27.966Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-01-21T02:09:28.869Z] Stashed 1 file(s) [Pipeline] echo [2021-01-21T02:09:28.872Z] [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] node [Pipeline] node [2021-01-21T02:09:44.385Z] Still waiting to schedule task [2021-01-21T02:09:44.385Z] ‘prd-centos7-builder-2c-1g-20773’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-centos7-builder-2c-1g-21824’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-centos7-docker-4c-2g-15505’ is offline; ‘prd-centos7-docker-4c-2g-21830’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-18207’ doesn’t have label ‘centos7-docker-4c-2g’ [2021-01-21T02:09:44.387Z] Still waiting to schedule task [2021-01-21T02:09:44.387Z] ‘prd-ubuntu18.04-docker-arm64-4c-16g-18207’ is offline [2021-01-21T02:12:10.680Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-21832 in /w/workspace/edgexfoundry_edgex-ui-go_PR-289 [Pipeline] { [Pipeline] ws [2021-01-21T02:12:10.744Z] Running in /w/workspace/edgex-ui-go/4 [Pipeline] { [Pipeline] checkout [2021-01-21T02:12:17.087Z] using credential edgex-jenkins-ssh [2021-01-21T02:12:17.153Z] Cloning the remote Git repository [2021-01-21T02:12:17.238Z] Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git [2021-01-21T02:12:17.370Z] > git init /w/workspace/edgex-ui-go/4 # timeout=10 [2021-01-21T02:12:17.480Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2021-01-21T02:12:17.481Z] > git --version # timeout=10 [2021-01-21T02:12:17.501Z] > git --version # 'git version 2.17.1' [2021-01-21T02:12:17.504Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-21T02:12:17.615Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-21T02:12:20.611Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2021-01-21T02:12:20.635Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-21T02:12:20.677Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2021-01-21T02:12:20.734Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2021-01-21T02:12:20.735Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-21T02:12:20.751Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/289/head:refs/remotes/origin/PR-289 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-21T02:12:21.222Z] Merging remotes/origin/master commit 727932f00e62ff6ad7d46b39048d2df566fc596c into PR head commit 2a6915c960fb14954e41c173a8222625a036416b [2021-01-21T02:12:22.291Z] Merge succeeded, producing 7a4f29f57316262aea15347bbc61b805426d5461 [2021-01-21T02:12:22.291Z] Checking out Revision 7a4f29f57316262aea15347bbc61b805426d5461 (PR-289) [2021-01-21T02:12:21.251Z] > git config core.sparsecheckout # timeout=10 [2021-01-21T02:12:21.278Z] > git checkout -f 2a6915c960fb14954e41c173a8222625a036416b # timeout=10 [2021-01-21T02:12:21.594Z] > git remote # timeout=10 [2021-01-21T02:12:21.622Z] > git config --get remote.origin.url # timeout=10 [2021-01-21T02:12:21.704Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-21T02:12:21.719Z] > git merge 727932f00e62ff6ad7d46b39048d2df566fc596c # timeout=10 [2021-01-21T02:12:22.276Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-01-21T02:12:22.303Z] > git config core.sparsecheckout # timeout=10 [2021-01-21T02:12:22.332Z] > git checkout -f 7a4f29f57316262aea15347bbc61b805426d5461 # timeout=10 [2021-01-21T02:12:26.646Z] Commit message: "Merge commit '727932f00e62ff6ad7d46b39048d2df566fc596c' into HEAD" [2021-01-21T02:12:26.659Z] > git rev-list --no-walk 2a6915c960fb14954e41c173a8222625a036416b # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-21T02:12:28.300Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-01-21T02:12:28.720Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-21T02:12:29.070Z] + sudo service docker restart [2021-01-21T02:12:29.070Z] + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-21T02:12:31.179Z] provisioning config files... [2021-01-21T02:12:31.240Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/4@tmp/config7626128460476319127tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-21T02:12:31.675Z] ---> docker-login.sh [2021-01-21T02:12:31.675Z] nexus3.edgexfoundry.org:10001 [2021-01-21T02:12:32.671Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-21T02:12:32.946Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-21T02:12:32.946Z] Configure a credential helper to remove this warning. See [2021-01-21T02:12:32.946Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-21T02:12:32.946Z] [2021-01-21T02:12:32.946Z] Login Succeeded [2021-01-21T02:12:32.946Z] nexus3.edgexfoundry.org:10002 [2021-01-21T02:12:33.545Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-21T02:12:33.545Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-21T02:12:33.545Z] Configure a credential helper to remove this warning. See [2021-01-21T02:12:33.545Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-21T02:12:33.545Z] [2021-01-21T02:12:33.545Z] Login Succeeded [2021-01-21T02:12:33.545Z] nexus3.edgexfoundry.org:10003 [2021-01-21T02:12:33.829Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-21T02:12:34.106Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-21T02:12:34.106Z] Configure a credential helper to remove this warning. See [2021-01-21T02:12:34.106Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-21T02:12:34.106Z] [2021-01-21T02:12:34.106Z] Login Succeeded [2021-01-21T02:12:34.106Z] nexus3.edgexfoundry.org:10004 [2021-01-21T02:12:34.382Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-21T02:12:34.660Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-21T02:12:34.660Z] Configure a credential helper to remove this warning. See [2021-01-21T02:12:34.660Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-21T02:12:34.660Z] [2021-01-21T02:12:34.660Z] Login Succeeded [2021-01-21T02:12:34.660Z] docker.io [2021-01-21T02:12:35.256Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-21T02:12:35.532Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-21T02:12:35.532Z] Configure a credential helper to remove this warning. See [2021-01-21T02:12:35.532Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-21T02:12:35.532Z] [2021-01-21T02:12:35.532Z] Login Succeeded [2021-01-21T02:12:35.532Z] ---> docker-login.sh ends [Pipeline] } [2021-01-21T02:12:35.552Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-01-21T02:12:36.004Z] ========================================================= [2021-01-21T02:12:36.004Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-01-21T02:12:36.004Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-21T02:12:36.387Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . [2021-01-21T02:12:37.016Z] Sending build context to Docker daemon 16.66MB [2021-01-21T02:12:37.016Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-01-21T02:12:37.016Z] Step 2/8 : FROM ${BASE} [2021-01-21T02:12:37.290Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-01-21T02:12:37.290Z] 5f621e34cdf4: Pulling fs layer [2021-01-21T02:12:37.290Z] a4357932f1b6: Pulling fs layer [2021-01-21T02:12:37.290Z] 18c013af1878: Pulling fs layer [2021-01-21T02:12:37.290Z] 00ac8860ef70: Pulling fs layer [2021-01-21T02:12:37.290Z] 63d7cb157983: Pulling fs layer [2021-01-21T02:12:37.290Z] b116817d02f9: Pulling fs layer [2021-01-21T02:12:37.290Z] 745a02a5169b: Pulling fs layer [2021-01-21T02:12:37.290Z] 63d7cb157983: Waiting [2021-01-21T02:12:37.290Z] 745a02a5169b: Waiting [2021-01-21T02:12:37.290Z] b116817d02f9: Waiting [2021-01-21T02:12:37.290Z] 00ac8860ef70: Waiting [2021-01-21T02:12:37.290Z] 18c013af1878: Verifying Checksum [2021-01-21T02:12:37.290Z] 18c013af1878: Download complete [2021-01-21T02:12:37.290Z] a4357932f1b6: Download complete [2021-01-21T02:12:37.290Z] 63d7cb157983: Verifying Checksum [2021-01-21T02:12:37.290Z] 63d7cb157983: Download complete [2021-01-21T02:12:37.290Z] 5f621e34cdf4: Verifying Checksum [2021-01-21T02:12:37.290Z] 5f621e34cdf4: Download complete [2021-01-21T02:12:37.290Z] b116817d02f9: Verifying Checksum [2021-01-21T02:12:37.290Z] b116817d02f9: Download complete [2021-01-21T02:12:38.299Z] 5f621e34cdf4: Pull complete [2021-01-21T02:12:38.911Z] a4357932f1b6: Pull complete [2021-01-21T02:12:39.526Z] 745a02a5169b: Verifying Checksum [2021-01-21T02:12:39.526Z] 745a02a5169b: Download complete [2021-01-21T02:12:39.526Z] 18c013af1878: Pull complete [2021-01-21T02:12:40.967Z] 00ac8860ef70: Download complete [2021-01-21T02:12:51.153Z] 00ac8860ef70: Pull complete [2021-01-21T02:12:51.427Z] 63d7cb157983: Pull complete [2021-01-21T02:12:51.702Z] b116817d02f9: Pull complete [2021-01-21T02:12:56.025Z] 745a02a5169b: Pull complete [2021-01-21T02:12:56.025Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-01-21T02:12:56.025Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-01-21T02:12:56.025Z] ---> b7e6874047d6 [2021-01-21T02:12:56.025Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-01-21T02:12:58.002Z] ---> Running in e57f0761dbb2 [2021-01-21T02:12:58.601Z] Removing intermediate container e57f0761dbb2 [2021-01-21T02:12:58.601Z] ---> 8eb65cdf3772 [2021-01-21T02:12:58.601Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-21T02:12:58.601Z] ---> Running in b7c3b6c9aaec [2021-01-21T02:13:01.255Z] Removing intermediate container b7c3b6c9aaec [2021-01-21T02:13:01.255Z] ---> 19eb034eb615 [2021-01-21T02:13:01.255Z] Step 5/8 : RUN apk add --no-cache make git [2021-01-21T02:13:01.255Z] ---> Running in ef09fc7ae375 [2021-01-21T02:13:02.244Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-21T02:13:03.222Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-21T02:13:03.826Z] OK: 142 MiB in 39 packages [2021-01-21T02:13:05.284Z] Removing intermediate container ef09fc7ae375 [2021-01-21T02:13:05.284Z] ---> 60f9a03c932e [2021-01-21T02:13:05.284Z] Step 6/8 : WORKDIR /edgex-ui-go [2021-01-21T02:13:05.284Z] ---> Running in 2d580397cb4c [2021-01-21T02:13:05.893Z] Removing intermediate container 2d580397cb4c [2021-01-21T02:13:05.893Z] ---> 5826a11abf7d [2021-01-21T02:13:05.893Z] Step 7/8 : COPY . . [2021-01-21T02:13:07.869Z] ---> ae2ce7c23e9f [2021-01-21T02:13:07.869Z] Step 8/8 : RUN go mod download [2021-01-21T02:13:08.141Z] ---> Running in dfd90ff35e03 [2021-01-21T02:13:34.428Z] Running on prd-centos7-docker-4c-2g-21833 in /w/workspace/edgexfoundry_edgex-ui-go_PR-289 [Pipeline] { [Pipeline] ws [2021-01-21T02:13:34.509Z] Running in /w/workspace/edgex-ui-go/4 [Pipeline] { [Pipeline] checkout [2021-01-21T02:13:34.929Z] Removing intermediate container dfd90ff35e03 [2021-01-21T02:13:34.930Z] ---> f66ef4f48218 [2021-01-21T02:13:34.930Z] Successfully built f66ef4f48218 [2021-01-21T02:13:34.930Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-21T02:13:35.323Z] + docker inspect -f . ci-base-image-arm64 [2021-01-21T02:13:35.323Z] . [Pipeline] withDockerContainer [2021-01-21T02:13:35.621Z] prd-ubuntu18.04-docker-arm64-4c-16g-21832 does not seem to be running inside a container [2021-01-21T02:13:35.722Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/4 -v /w/workspace/edgex-ui-go/4:/w/workspace/edgex-ui-go/4:rw,z -v /w/workspace/edgex-ui-go/4@tmp:/w/workspace/edgex-ui-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-01-21T02:13:36.864Z] using credential edgex-jenkins-ssh [2021-01-21T02:13:36.918Z] Cloning the remote Git repository [2021-01-21T02:13:37.351Z] $ docker top 4581de661427f655b4680946736bc92cb9f1e3b7306aa9dad67d5c00b6c9cf14 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-21T02:13:36.356Z] Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git [2021-01-21T02:13:36.426Z] > git init /w/workspace/edgex-ui-go/4 # timeout=10 [2021-01-21T02:13:36.491Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2021-01-21T02:13:36.491Z] > git --version # timeout=10 [2021-01-21T02:13:36.500Z] > git --version # 'git version 2.24.3' [2021-01-21T02:13:36.501Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-21T02:13:36.596Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-21T02:13:38.398Z] + go version [2021-01-21T02:13:38.398Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-01-21T02:13:38.432Z] $ docker stop --time=1 4581de661427f655b4680946736bc92cb9f1e3b7306aa9dad67d5c00b6c9cf14 [2021-01-21T02:13:38.458Z] Merging remotes/origin/master commit 727932f00e62ff6ad7d46b39048d2df566fc596c into PR head commit 2a6915c960fb14954e41c173a8222625a036416b [2021-01-21T02:13:38.812Z] Merge succeeded, producing 48d90c88f6399571c73a509f3ea136902716d270 [2021-01-21T02:13:38.812Z] Checking out Revision 48d90c88f6399571c73a509f3ea136902716d270 (PR-289) [2021-01-21T02:13:37.546Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2021-01-21T02:13:37.558Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-21T02:13:37.578Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2021-01-21T02:13:37.591Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2021-01-21T02:13:37.591Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-21T02:13:37.596Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/289/head:refs/remotes/origin/PR-289 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-21T02:13:38.008Z] > git config core.sparsecheckout # timeout=10 [2021-01-21T02:13:38.013Z] > git checkout -f 2a6915c960fb14954e41c173a8222625a036416b # timeout=10 [2021-01-21T02:13:38.150Z] > git remote # timeout=10 [2021-01-21T02:13:38.157Z] > git config --get remote.origin.url # timeout=10 [2021-01-21T02:13:38.164Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-21T02:13:38.171Z] > git merge 727932f00e62ff6ad7d46b39048d2df566fc596c # timeout=10 [2021-01-21T02:13:38.373Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-01-21T02:13:38.383Z] > git config core.sparsecheckout # timeout=10 [2021-01-21T02:13:38.388Z] > git checkout -f 48d90c88f6399571c73a509f3ea136902716d270 # timeout=10 [2021-01-21T02:13:40.476Z] $ docker rm -f 4581de661427f655b4680946736bc92cb9f1e3b7306aa9dad67d5c00b6c9cf14 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-21T02:13:41.524Z] + docker inspect -f . ci-base-image-arm64 [2021-01-21T02:13:41.524Z] . [Pipeline] withDockerContainer [2021-01-21T02:13:41.817Z] prd-ubuntu18.04-docker-arm64-4c-16g-21832 does not seem to be running inside a container [2021-01-21T02:13:41.926Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/4 -v /w/workspace/edgex-ui-go/4:/w/workspace/edgex-ui-go/4:rw,z -v /w/workspace/edgex-ui-go/4@tmp:/w/workspace/edgex-ui-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-01-21T02:13:42.337Z] Commit message: "Merge commit '727932f00e62ff6ad7d46b39048d2df566fc596c' into HEAD" [2021-01-21T02:13:42.203Z] > git rev-list --no-walk 2a6915c960fb14954e41c173a8222625a036416b # timeout=10 [2021-01-21T02:13:43.616Z] $ docker top ec6029c9b7d9185b2d9d26cf5d9c73074d6701835c7176eb16cd2bc46468777b -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-21T02:13:44.690Z] + make test [2021-01-21T02:13:44.690Z] GO111MODULE=on go test -coverprofile=coverage.out ./... [2021-01-21T02:13:44.939Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-01-21T02:13:45.261Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-21T02:13:45.557Z] + sudo service docker restart [2021-01-21T02:13:45.557Z] + true [2021-01-21T02:13:45.557Z] Redirecting to /bin/systemctl restart docker.service [2021-01-21T02:13:46.130Z] ? github.com/edgexfoundry/edgex-ui-go [no test files] [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-21T02:13:46.564Z] provisioning config files... [2021-01-21T02:13:46.593Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/4@tmp/config8767055896222439941tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-21T02:13:46.975Z] ---> docker-login.sh [2021-01-21T02:13:46.975Z] nexus3.edgexfoundry.org:10001 [2021-01-21T02:13:47.238Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-21T02:13:47.238Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-21T02:13:47.238Z] Configure a credential helper to remove this warning. See [2021-01-21T02:13:47.238Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-21T02:13:47.238Z] [2021-01-21T02:13:47.238Z] Login Succeeded [2021-01-21T02:13:47.238Z] nexus3.edgexfoundry.org:10002 [2021-01-21T02:13:47.502Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-21T02:13:47.502Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-21T02:13:47.502Z] Configure a credential helper to remove this warning. See [2021-01-21T02:13:47.502Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-21T02:13:47.502Z] [2021-01-21T02:13:47.502Z] Login Succeeded [2021-01-21T02:13:47.502Z] nexus3.edgexfoundry.org:10003 [2021-01-21T02:13:47.502Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-21T02:13:47.766Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-21T02:13:47.766Z] Configure a credential helper to remove this warning. See [2021-01-21T02:13:47.766Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-21T02:13:47.766Z] [2021-01-21T02:13:47.766Z] Login Succeeded [2021-01-21T02:13:47.766Z] nexus3.edgexfoundry.org:10004 [2021-01-21T02:13:47.766Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-21T02:13:47.766Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-21T02:13:47.766Z] Configure a credential helper to remove this warning. See [2021-01-21T02:13:47.766Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-21T02:13:47.766Z] [2021-01-21T02:13:47.766Z] Login Succeeded [2021-01-21T02:13:47.766Z] docker.io [2021-01-21T02:13:48.028Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-21T02:13:48.292Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-21T02:13:48.292Z] Configure a credential helper to remove this warning. See [2021-01-21T02:13:48.292Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-21T02:13:48.292Z] [2021-01-21T02:13:48.292Z] Login Succeeded [2021-01-21T02:13:48.292Z] ---> docker-login.sh ends [Pipeline] } [2021-01-21T02:13:48.302Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-01-21T02:13:48.834Z] ========================================================= [2021-01-21T02:13:48.834Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-01-21T02:13:48.834Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-21T02:13:49.183Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . [2021-01-21T02:13:49.453Z] Sending build context to Docker daemon 16.66MB [2021-01-21T02:13:49.453Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-01-21T02:13:49.453Z] Step 2/8 : FROM ${BASE} [2021-01-21T02:13:49.453Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-01-21T02:13:49.453Z] 188c0c94c7c5: Pulling fs layer [2021-01-21T02:13:49.453Z] 0ef7d3d256c8: Pulling fs layer [2021-01-21T02:13:49.453Z] de9db76c5a1d: Pulling fs layer [2021-01-21T02:13:49.453Z] bca2f99d35d6: Pulling fs layer [2021-01-21T02:13:49.453Z] 93359f2a8cfa: Pulling fs layer [2021-01-21T02:13:49.453Z] 7c6f9722023f: Pulling fs layer [2021-01-21T02:13:49.453Z] a35cf1a2eb13: Pulling fs layer [2021-01-21T02:13:49.453Z] 93359f2a8cfa: Waiting [2021-01-21T02:13:49.453Z] 7c6f9722023f: Waiting [2021-01-21T02:13:49.453Z] a35cf1a2eb13: Waiting [2021-01-21T02:13:49.453Z] bca2f99d35d6: Waiting [2021-01-21T02:13:49.453Z] de9db76c5a1d: Verifying Checksum [2021-01-21T02:13:49.453Z] de9db76c5a1d: Download complete [2021-01-21T02:13:49.453Z] 0ef7d3d256c8: Download complete [2021-01-21T02:13:49.716Z] 93359f2a8cfa: Verifying Checksum [2021-01-21T02:13:49.716Z] 93359f2a8cfa: Download complete [2021-01-21T02:13:49.979Z] 7c6f9722023f: Verifying Checksum [2021-01-21T02:13:49.979Z] 7c6f9722023f: Download complete [2021-01-21T02:13:49.979Z] 188c0c94c7c5: Verifying Checksum [2021-01-21T02:13:49.979Z] 188c0c94c7c5: Download complete [2021-01-21T02:13:50.247Z] 188c0c94c7c5: Pull complete [2021-01-21T02:13:50.247Z] 0ef7d3d256c8: Pull complete [2021-01-21T02:13:50.510Z] de9db76c5a1d: Pull complete [2021-01-21T02:13:51.910Z] a35cf1a2eb13: Verifying Checksum [2021-01-21T02:13:51.910Z] a35cf1a2eb13: Download complete [2021-01-21T02:13:52.490Z] bca2f99d35d6: Verifying Checksum [2021-01-21T02:13:52.490Z] bca2f99d35d6: Download complete [2021-01-21T02:13:57.818Z] bca2f99d35d6: Pull complete [2021-01-21T02:13:57.818Z] 93359f2a8cfa: Pull complete [2021-01-21T02:13:58.395Z] 7c6f9722023f: Pull complete [2021-01-21T02:14:02.625Z] a35cf1a2eb13: Pull complete [2021-01-21T02:14:02.625Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-01-21T02:14:02.625Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-01-21T02:14:02.625Z] ---> a62c8e92a672 [2021-01-21T02:14:02.625Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-01-21T02:14:02.625Z] ---> Running in 5eb0f7aeaf61 [2021-01-21T02:14:02.625Z] Removing intermediate container 5eb0f7aeaf61 [2021-01-21T02:14:02.625Z] ---> 8e2216adfa42 [2021-01-21T02:14:02.625Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-21T02:14:02.625Z] ---> Running in a0d06cca61f0 [2021-01-21T02:14:03.577Z] Removing intermediate container a0d06cca61f0 [2021-01-21T02:14:03.577Z] ---> 0f2b4a7bd64e [2021-01-21T02:14:03.577Z] Step 5/8 : RUN apk add --no-cache make git [2021-01-21T02:14:03.577Z] ---> Running in d9f5a846c150 [2021-01-21T02:14:04.161Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-21T02:14:04.735Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-21T02:14:05.308Z] OK: 166 MiB in 39 packages [2021-01-21T02:14:05.887Z] Removing intermediate container d9f5a846c150 [2021-01-21T02:14:05.887Z] ---> f43fc80761ac [2021-01-21T02:14:05.887Z] Step 6/8 : WORKDIR /edgex-ui-go [2021-01-21T02:14:05.887Z] ---> Running in 4736027c441c [2021-01-21T02:14:05.887Z] Removing intermediate container 4736027c441c [2021-01-21T02:14:05.887Z] ---> 3f595861e654 [2021-01-21T02:14:05.887Z] Step 7/8 : COPY . . [2021-01-21T02:14:08.461Z] ---> 511d416e12d8 [2021-01-21T02:14:08.461Z] Step 8/8 : RUN go mod download [2021-01-21T02:14:08.461Z] ---> Running in 41535b1c5903 [2021-01-21T02:14:12.965Z] ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] [2021-01-21T02:14:12.966Z] ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] [2021-01-21T02:14:12.966Z] ? github.com/edgexfoundry/edgex-ui-go/internal/component [no test files] [2021-01-21T02:14:12.966Z] ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] [2021-01-21T02:14:12.966Z] ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] [2021-01-21T02:14:12.966Z] ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] [2021-01-21T02:14:12.966Z] ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] [2021-01-21T02:14:12.966Z] ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] [2021-01-21T02:14:12.966Z] ? github.com/edgexfoundry/edgex-ui-go/internal/pkg/usage [no test files] [2021-01-21T02:14:12.966Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] [2021-01-21T02:14:12.966Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] [2021-01-21T02:14:12.966Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] [2021-01-21T02:14:12.966Z] GO111MODULE=on go vet ./... [Pipeline] } [2021-01-21T02:14:15.615Z] $ docker stop --time=1 ec6029c9b7d9185b2d9d26cf5d9c73074d6701835c7176eb16cd2bc46468777b [2021-01-21T02:14:17.803Z] $ docker rm -f ec6029c9b7d9185b2d9d26cf5d9c73074d6701835c7176eb16cd2bc46468777b [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-21T02:14:18.717Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-01-21T02:14:19.700Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-21T02:14:20.996Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-01-21T02:14:21.395Z] + ls -al . [2021-01-21T02:14:21.395Z] total 124 [2021-01-21T02:14:21.395Z] drwxrwxr-x 10 jenkins jenkins 4096 Jan 21 02:13 . [2021-01-21T02:14:21.395Z] drwxrwxr-x 4 jenkins jenkins 4096 Jan 21 02:12 .. [2021-01-21T02:14:21.395Z] drwxrwxr-x 8 jenkins jenkins 4096 Jan 21 02:12 .git [2021-01-21T02:14:21.395Z] drwxrwxr-x 2 jenkins jenkins 4096 Jan 21 02:12 .github [2021-01-21T02:14:21.395Z] -rw-rw-r-- 1 jenkins jenkins 153 Jan 21 02:12 .gitignore [2021-01-21T02:14:21.395Z] -rw-rw-r-- 1 jenkins jenkins 3959 Jan 21 02:12 CONTRIBUTING.md [2021-01-21T02:14:21.395Z] -rw-rw-r-- 1 jenkins jenkins 1508 Jan 21 02:12 Dockerfile [2021-01-21T02:14:21.395Z] -rw-rw-r-- 1 jenkins jenkins 902 Jan 21 02:12 Dockerfile.build [2021-01-21T02:14:21.395Z] -rw-rw-r-- 1 jenkins jenkins 652 Jan 21 02:12 Jenkinsfile [2021-01-21T02:14:21.395Z] -rw-rw-r-- 1 jenkins jenkins 11357 Jan 21 02:12 LICENSE [2021-01-21T02:14:21.395Z] -rw-rw-r-- 1 jenkins jenkins 951 Jan 21 02:12 Makefile [2021-01-21T02:14:21.395Z] -rw-rw-r-- 1 jenkins jenkins 4535 Jan 21 02:12 README.md [2021-01-21T02:14:21.395Z] -rw-rw-r-- 1 jenkins jenkins 5 Jan 21 02:09 VERSION [2021-01-21T02:14:21.395Z] drwxrwxr-x 3 jenkins jenkins 4096 Jan 21 02:12 assets [2021-01-21T02:14:21.395Z] drwxrwxr-x 2 jenkins jenkins 4096 Jan 21 02:12 bin [2021-01-21T02:14:21.395Z] drwxrwxr-x 3 jenkins jenkins 4096 Jan 21 02:12 cmd [2021-01-21T02:14:21.395Z] -rw-r--r-- 1 jenkins jenkins 10 Jan 21 02:13 coverage.out [2021-01-21T02:14:21.395Z] drwxrwxr-x 5 jenkins jenkins 4096 Jan 21 02:12 docs [2021-01-21T02:14:21.395Z] -rw-rw-r-- 1 jenkins jenkins 1019 Jan 21 02:12 go.mod [2021-01-21T02:14:21.395Z] -rw-r--r-- 1 jenkins jenkins 20629 Jan 21 02:13 go.sum [2021-01-21T02:14:21.395Z] drwxrwxr-x 10 jenkins jenkins 4096 Jan 21 02:12 internal [2021-01-21T02:14:21.395Z] -rw-rw-r-- 1 jenkins jenkins 155 Jan 21 02:12 version.go [2021-01-21T02:14:21.395Z] drwxrwxr-x 4 jenkins jenkins 4096 Jan 21 02:12 web [Pipeline] isUnix [Pipeline] sh [2021-01-21T02:14:21.780Z] + docker build -t docker-edgex-ui-go-arm64 -f Dockerfile --build-arg BASE=ci-base-image-arm64 --build-arg MAKE=make build --build-arg ARCH=arm64 --label git_sha=a4a6c2f94fd02dd9962c3042c0efaa1fd3d036f4 --label arch=arm64 --label version=0.0.0 . [2021-01-21T02:14:22.784Z] Sending build context to Docker daemon 16.68MB [2021-01-21T02:14:22.784Z] Step 1/24 : ARG BASE=golang:1.15-alpine3.12 [2021-01-21T02:14:22.784Z] Step 2/24 : FROM ${BASE} AS builder [2021-01-21T02:14:22.784Z] ---> f66ef4f48218 [2021-01-21T02:14:22.784Z] Step 3/24 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" [2021-01-21T02:14:23.062Z] ---> Running in 56f8e000db93 [2021-01-21T02:14:23.661Z] Removing intermediate container 56f8e000db93 [2021-01-21T02:14:23.661Z] ---> 11bbfa1b6ad7 [2021-01-21T02:14:23.661Z] Step 4/24 : ARG ALPINE_PKG_BASE="make git" [2021-01-21T02:14:23.661Z] ---> Running in d5c71128b1a7 [2021-01-21T02:14:23.936Z] Removing intermediate container d5c71128b1a7 [2021-01-21T02:14:23.936Z] ---> ed3bb291183e [2021-01-21T02:14:23.936Z] Step 5/24 : ARG ALPINE_PKG_EXTRA="" [2021-01-21T02:14:24.209Z] ---> Running in e791785e1455 [2021-01-21T02:14:24.805Z] Removing intermediate container e791785e1455 [2021-01-21T02:14:24.805Z] ---> e69cac335531 [2021-01-21T02:14:24.805Z] Step 6/24 : LABEL Name=edgex-ui-go [2021-01-21T02:14:24.805Z] ---> Running in ca2415f685e2 [2021-01-21T02:14:25.398Z] Removing intermediate container ca2415f685e2 [2021-01-21T02:14:25.398Z] ---> 9c770b05e6f6 [2021-01-21T02:14:25.398Z] Step 7/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' [2021-01-21T02:14:25.398Z] ---> Running in b70f8216e901 [2021-01-21T02:14:25.993Z] Removing intermediate container b70f8216e901 [2021-01-21T02:14:25.993Z] ---> 28adf911ae71 [2021-01-21T02:14:25.993Z] Step 8/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-21T02:14:25.993Z] ---> Running in c85aef02a328 [2021-01-21T02:14:28.614Z] Removing intermediate container c85aef02a328 [2021-01-21T02:14:28.614Z] ---> 73ec2b081806 [2021-01-21T02:14:28.614Z] Step 9/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2021-01-21T02:14:28.614Z] ---> Running in ec898c84ea90 [2021-01-21T02:14:29.592Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-21T02:14:30.189Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-21T02:14:30.489Z] Removing intermediate container 41535b1c5903 [2021-01-21T02:14:30.489Z] ---> b6b4bf1e9fb2 [2021-01-21T02:14:30.489Z] Successfully built b6b4bf1e9fb2 [2021-01-21T02:14:30.489Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-21T02:14:30.803Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-21T02:14:30.803Z] . [Pipeline] withDockerContainer [2021-01-21T02:14:30.956Z] prd-centos7-docker-4c-2g-21833 does not seem to be running inside a container [2021-01-21T02:14:31.010Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/4 -v /w/workspace/edgex-ui-go/4:/w/workspace/edgex-ui-go/4:rw,z -v /w/workspace/edgex-ui-go/4@tmp:/w/workspace/edgex-ui-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-01-21T02:14:31.167Z] OK: 142 MiB in 39 packages [2021-01-21T02:14:31.864Z] $ docker top 0e4ce19b7a7158979d4b64274d189b2347eba3fbf659c3ba3790e828ab3b07a1 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-21T02:14:32.148Z] Removing intermediate container ec898c84ea90 [2021-01-21T02:14:32.148Z] ---> 47952ce68618 [2021-01-21T02:14:32.148Z] Step 10/24 : ENV GO111MODULE=on [2021-01-21T02:14:32.389Z] + go version [2021-01-21T02:14:32.390Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-01-21T02:14:32.408Z] $ docker stop --time=1 0e4ce19b7a7158979d4b64274d189b2347eba3fbf659c3ba3790e828ab3b07a1 [2021-01-21T02:14:32.421Z] ---> Running in 93dc1ac72197 [2021-01-21T02:14:33.016Z] Removing intermediate container 93dc1ac72197 [2021-01-21T02:14:33.016Z] ---> 454e22af90b7 [2021-01-21T02:14:33.016Z] Step 11/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go [2021-01-21T02:14:33.016Z] ---> Running in 8f0eec189cdb [2021-01-21T02:14:33.610Z] Removing intermediate container 8f0eec189cdb [2021-01-21T02:14:33.610Z] ---> 24c3bae4bebf [2021-01-21T02:14:33.610Z] Step 12/24 : COPY go.mod . [2021-01-21T02:14:33.728Z] $ docker rm -f 0e4ce19b7a7158979d4b64274d189b2347eba3fbf659c3ba3790e828ab3b07a1 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [2021-01-21T02:14:34.203Z] ---> effa9fa408c8 [2021-01-21T02:14:34.203Z] Step 13/24 : COPY Makefile . [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-21T02:14:34.551Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-21T02:14:34.552Z] . [Pipeline] withDockerContainer [2021-01-21T02:14:34.646Z] prd-centos7-docker-4c-2g-21833 does not seem to be running inside a container [2021-01-21T02:14:34.706Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/4 -v /w/workspace/edgex-ui-go/4:/w/workspace/edgex-ui-go/4:rw,z -v /w/workspace/edgex-ui-go/4@tmp:/w/workspace/edgex-ui-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-01-21T02:14:34.801Z] ---> 507034773101 [2021-01-21T02:14:34.801Z] Step 14/24 : RUN make update [2021-01-21T02:14:35.073Z] ---> Running in 003805e276d9 [2021-01-21T02:14:35.295Z] $ docker top 5c642ed4f76d418599770362fa4e9017ae84faa38eb314f5b2b9951dcd0fc8e1 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-21T02:14:35.763Z] + make test [2021-01-21T02:14:35.763Z] GO111MODULE=on go test -coverprofile=coverage.out ./... [2021-01-21T02:14:36.053Z] CGO_ENABLED=0 GO111MODULE=on go mod download [2021-01-21T02:14:36.723Z] ? github.com/edgexfoundry/edgex-ui-go [no test files] [2021-01-21T02:14:37.496Z] Removing intermediate container 003805e276d9 [2021-01-21T02:14:37.497Z] ---> 46ea32f497b0 [2021-01-21T02:14:37.497Z] Step 15/24 : COPY . . [2021-01-21T02:14:40.119Z] ---> 954ff9099387 [2021-01-21T02:14:40.119Z] Step 16/24 : RUN ${MAKE} [2021-01-21T02:14:40.119Z] ---> Running in a2dae1fcadc8 [2021-01-21T02:14:41.099Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-ui-go.Version=0.0.0" -o cmd/edgex-ui-server/edgex-ui-server ./cmd/edgex-ui-server [2021-01-21T02:14:44.966Z] ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] [2021-01-21T02:14:44.966Z] ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] [2021-01-21T02:14:44.966Z] ? github.com/edgexfoundry/edgex-ui-go/internal/component [no test files] [2021-01-21T02:14:44.966Z] ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] [2021-01-21T02:14:44.966Z] ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] [2021-01-21T02:14:44.966Z] ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] [2021-01-21T02:14:44.966Z] ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] [2021-01-21T02:14:44.966Z] ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] [2021-01-21T02:14:44.966Z] ? github.com/edgexfoundry/edgex-ui-go/internal/pkg/usage [no test files] [2021-01-21T02:14:44.966Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] [2021-01-21T02:14:44.966Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] [2021-01-21T02:14:44.966Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] [2021-01-21T02:14:44.966Z] GO111MODULE=on go vet ./... [Pipeline] } [2021-01-21T02:14:45.935Z] $ docker stop --time=1 5c642ed4f76d418599770362fa4e9017ae84faa38eb314f5b2b9951dcd0fc8e1 [2021-01-21T02:14:47.993Z] $ docker rm -f 5c642ed4f76d418599770362fa4e9017ae84faa38eb314f5b2b9951dcd0fc8e1 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-21T02:14:48.576Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-01-21T02:14:48.634Z] Warning: overwriting stash ‘coverage-report’ [2021-01-21T02:14:48.935Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2021-01-21T02:14:49.504Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-01-21T02:14:49.803Z] + ls -al . [2021-01-21T02:14:49.804Z] total 92 [2021-01-21T02:14:49.804Z] drwxrwxr-x. 10 jenkins jenkins 4096 Jan 21 02:14 . [2021-01-21T02:14:49.804Z] drwxrwxr-x. 4 jenkins jenkins 28 Jan 21 02:13 .. [2021-01-21T02:14:49.804Z] drwxrwxr-x. 3 jenkins jenkins 20 Jan 21 02:13 assets [2021-01-21T02:14:49.804Z] drwxrwxr-x. 2 jenkins jenkins 35 Jan 21 02:13 bin [2021-01-21T02:14:49.804Z] drwxrwxr-x. 3 jenkins jenkins 29 Jan 21 02:13 cmd [2021-01-21T02:14:49.804Z] -rw-rw-r--. 1 jenkins jenkins 3959 Jan 21 02:13 CONTRIBUTING.md [2021-01-21T02:14:49.804Z] -rw-r--r--. 1 jenkins jenkins 10 Jan 21 02:14 coverage.out [2021-01-21T02:14:49.804Z] -rw-rw-r--. 1 jenkins jenkins 1508 Jan 21 02:13 Dockerfile [2021-01-21T02:14:49.804Z] -rw-rw-r--. 1 jenkins jenkins 902 Jan 21 02:13 Dockerfile.build [2021-01-21T02:14:49.804Z] drwxrwxr-x. 5 jenkins jenkins 104 Jan 21 02:13 docs [2021-01-21T02:14:49.804Z] drwxrwxr-x. 8 jenkins jenkins 179 Jan 21 02:13 .git [2021-01-21T02:14:49.804Z] drwxrwxr-x. 2 jenkins jenkins 103 Jan 21 02:13 .github [2021-01-21T02:14:49.804Z] -rw-rw-r--. 1 jenkins jenkins 153 Jan 21 02:13 .gitignore [2021-01-21T02:14:49.804Z] -rw-rw-r--. 1 jenkins jenkins 1019 Jan 21 02:13 go.mod [2021-01-21T02:14:49.804Z] -rw-r--r--. 1 jenkins jenkins 20629 Jan 21 02:14 go.sum [2021-01-21T02:14:49.804Z] drwxrwxr-x. 10 jenkins jenkins 139 Jan 21 02:13 internal [2021-01-21T02:14:49.804Z] -rw-rw-r--. 1 jenkins jenkins 652 Jan 21 02:13 Jenkinsfile [2021-01-21T02:14:49.804Z] -rw-rw-r--. 1 jenkins jenkins 11357 Jan 21 02:13 LICENSE [2021-01-21T02:14:49.804Z] -rw-rw-r--. 1 jenkins jenkins 951 Jan 21 02:13 Makefile [2021-01-21T02:14:49.804Z] -rw-rw-r--. 1 jenkins jenkins 4535 Jan 21 02:13 README.md [2021-01-21T02:14:49.804Z] -rw-rw-r--. 1 jenkins jenkins 5 Jan 21 02:09 VERSION [2021-01-21T02:14:49.804Z] -rw-rw-r--. 1 jenkins jenkins 155 Jan 21 02:13 version.go [2021-01-21T02:14:49.804Z] drwxrwxr-x. 4 jenkins jenkins 4096 Jan 21 02:13 web [Pipeline] isUnix [Pipeline] sh [2021-01-21T02:14:50.154Z] + docker build -t docker-edgex-ui-go -f Dockerfile --build-arg BASE=ci-base-image-x86_64 --build-arg 'MAKE=make build' --build-arg ARCH=amd64 --label git_sha=a4a6c2f94fd02dd9962c3042c0efaa1fd3d036f4 --label arch=amd64 --label version=0.0.0 . [2021-01-21T02:14:50.418Z] Sending build context to Docker daemon 16.69MB [2021-01-21T02:14:50.418Z] Step 1/24 : ARG BASE=golang:1.15-alpine3.12 [2021-01-21T02:14:50.418Z] Step 2/24 : FROM ${BASE} AS builder [2021-01-21T02:14:50.418Z] ---> b6b4bf1e9fb2 [2021-01-21T02:14:50.418Z] Step 3/24 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" [2021-01-21T02:14:50.991Z] ---> Running in ceb7ef4bbfec [2021-01-21T02:14:51.253Z] Removing intermediate container ceb7ef4bbfec [2021-01-21T02:14:51.253Z] ---> 880bce8f2f93 [2021-01-21T02:14:51.253Z] Step 4/24 : ARG ALPINE_PKG_BASE="make git" [2021-01-21T02:14:51.253Z] ---> Running in cc1698d45087 [2021-01-21T02:14:51.253Z] Removing intermediate container cc1698d45087 [2021-01-21T02:14:51.253Z] ---> bccd1ec46242 [2021-01-21T02:14:51.253Z] Step 5/24 : ARG ALPINE_PKG_EXTRA="" [2021-01-21T02:14:51.522Z] ---> Running in 913c98019859 [2021-01-21T02:14:51.522Z] Removing intermediate container 913c98019859 [2021-01-21T02:14:51.522Z] ---> 7a74250d3cf8 [2021-01-21T02:14:51.522Z] Step 6/24 : LABEL Name=edgex-ui-go [2021-01-21T02:14:51.785Z] ---> Running in 8cac17d77a10 [2021-01-21T02:14:51.785Z] Removing intermediate container 8cac17d77a10 [2021-01-21T02:14:51.785Z] ---> 1fc247f2708b [2021-01-21T02:14:51.785Z] Step 7/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' [2021-01-21T02:14:51.785Z] ---> Running in 6363e3476b6f [2021-01-21T02:14:52.050Z] Removing intermediate container 6363e3476b6f [2021-01-21T02:14:52.050Z] ---> 677bf611f7e0 [2021-01-21T02:14:52.050Z] Step 8/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-21T02:14:52.050Z] ---> Running in 41c8341b7471 [2021-01-21T02:14:53.001Z] Removing intermediate container 41c8341b7471 [2021-01-21T02:14:53.001Z] ---> da1b0d0ba121 [2021-01-21T02:14:53.001Z] Step 9/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2021-01-21T02:14:53.001Z] ---> Running in e979e1b9c48b [2021-01-21T02:14:53.580Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-21T02:14:54.156Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-21T02:14:54.730Z] OK: 166 MiB in 39 packages [2021-01-21T02:14:55.308Z] Removing intermediate container e979e1b9c48b [2021-01-21T02:14:55.308Z] ---> 49b2c3632165 [2021-01-21T02:14:55.308Z] Step 10/24 : ENV GO111MODULE=on [2021-01-21T02:14:55.308Z] ---> Running in e8119f891baa [2021-01-21T02:14:55.308Z] Removing intermediate container e8119f891baa [2021-01-21T02:14:55.308Z] ---> ced7d7c4b616 [2021-01-21T02:14:55.308Z] Step 11/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go [2021-01-21T02:14:55.572Z] ---> Running in 8bc26655ce5d [2021-01-21T02:14:55.572Z] Removing intermediate container 8bc26655ce5d [2021-01-21T02:14:55.572Z] ---> 2b06397cec4d [2021-01-21T02:14:55.572Z] Step 12/24 : COPY go.mod . [2021-01-21T02:14:55.835Z] ---> 985b72bd471d [2021-01-21T02:14:55.835Z] Step 13/24 : COPY Makefile . [2021-01-21T02:14:56.097Z] ---> 283f9f81fc12 [2021-01-21T02:14:56.097Z] Step 14/24 : RUN make update [2021-01-21T02:14:56.097Z] ---> Running in 3d53b39b152a [2021-01-21T02:14:56.678Z] CGO_ENABLED=0 GO111MODULE=on go mod download [2021-01-21T02:14:56.948Z] Removing intermediate container 3d53b39b152a [2021-01-21T02:14:56.948Z] ---> 2e5d8a97088e [2021-01-21T02:14:56.948Z] Step 15/24 : COPY . . [2021-01-21T02:14:58.873Z] ---> 7d78399dee8e [2021-01-21T02:14:58.873Z] Step 16/24 : RUN ${MAKE} [2021-01-21T02:14:59.135Z] ---> Running in 9594a6518492 [2021-01-21T02:14:59.712Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-ui-go.Version=0.0.0" -o cmd/edgex-ui-server/edgex-ui-server ./cmd/edgex-ui-server [2021-01-21T02:15:03.293Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2021-01-21T02:15:07.991Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2021-01-21T02:15:08.690Z] Removing intermediate container a2dae1fcadc8 [2021-01-21T02:15:08.690Z] ---> 11fbf1cac736 [2021-01-21T02:15:08.690Z] Step 17/24 : FROM alpine:3.12 [2021-01-21T02:15:09.280Z] 3.12: Pulling from library/alpine [2021-01-21T02:15:09.280Z] 159e5727ea61: Pulling fs layer [2021-01-21T02:15:09.408Z] Removing intermediate container 9594a6518492 [2021-01-21T02:15:09.408Z] ---> 58b9abe707de [2021-01-21T02:15:09.408Z] Step 17/24 : FROM alpine:3.12 [2021-01-21T02:15:09.581Z] 159e5727ea61: Verifying Checksum [2021-01-21T02:15:09.581Z] 159e5727ea61: Download complete [2021-01-21T02:15:09.984Z] 3.12: Pulling from library/alpine [2021-01-21T02:15:09.984Z] 801bfaa63ef2: Pulling fs layer [2021-01-21T02:15:10.172Z] 159e5727ea61: Pull complete [2021-01-21T02:15:10.172Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-21T02:15:10.172Z] Status: Downloaded newer image for alpine:3.12 [2021-01-21T02:15:10.172Z] ---> afeebe901d6b [2021-01-21T02:15:10.172Z] Step 18/24 : EXPOSE 4000 [2021-01-21T02:15:10.247Z] 801bfaa63ef2: Verifying Checksum [2021-01-21T02:15:10.247Z] 801bfaa63ef2: Download complete [2021-01-21T02:15:10.442Z] ---> Running in a810d4c7feaa [2021-01-21T02:15:10.509Z] 801bfaa63ef2: Pull complete [2021-01-21T02:15:10.509Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-21T02:15:10.509Z] Status: Downloaded newer image for alpine:3.12 [2021-01-21T02:15:10.509Z] ---> 389fef711851 [2021-01-21T02:15:10.509Z] Step 18/24 : EXPOSE 4000 [2021-01-21T02:15:10.712Z] Removing intermediate container a810d4c7feaa [2021-01-21T02:15:10.712Z] ---> 52b649525a93 [2021-01-21T02:15:10.712Z] Step 19/24 : 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 [2021-01-21T02:15:10.771Z] ---> Running in ab899de15ffe [2021-01-21T02:15:10.772Z] Removing intermediate container ab899de15ffe [2021-01-21T02:15:10.772Z] ---> 1baa2f0f6dd9 [2021-01-21T02:15:10.772Z] Step 19/24 : 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 [2021-01-21T02:15:11.717Z] ---> 190910dffff1 [2021-01-21T02:15:11.717Z] Step 20/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [2021-01-21T02:15:11.717Z] ---> Running in fea0c80173fd [2021-01-21T02:15:11.980Z] Removing intermediate container fea0c80173fd [2021-01-21T02:15:11.980Z] ---> 9421d6db3425 [2021-01-21T02:15:11.980Z] Step 21/24 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] [2021-01-21T02:15:11.980Z] ---> Running in 38d5f7dcd20c [2021-01-21T02:15:11.980Z] Removing intermediate container 38d5f7dcd20c [2021-01-21T02:15:11.980Z] ---> 5f6bc9a97ef5 [2021-01-21T02:15:11.980Z] Step 22/24 : LABEL arch=amd64 [2021-01-21T02:15:12.242Z] ---> Running in 05ade438f69f [2021-01-21T02:15:12.242Z] Removing intermediate container 05ade438f69f [2021-01-21T02:15:12.242Z] ---> 5cd4b63b112c [2021-01-21T02:15:12.242Z] Step 23/24 : LABEL git_sha=a4a6c2f94fd02dd9962c3042c0efaa1fd3d036f4 [2021-01-21T02:15:12.242Z] ---> Running in 8fef8e0a5299 [2021-01-21T02:15:12.505Z] Removing intermediate container 8fef8e0a5299 [2021-01-21T02:15:12.505Z] ---> 5b29b4ed4023 [2021-01-21T02:15:12.505Z] Step 24/24 : LABEL version=0.0.0 [2021-01-21T02:15:12.505Z] ---> Running in ab2763d15541 [2021-01-21T02:15:12.685Z] ---> 45547c799aed [2021-01-21T02:15:12.685Z] Step 20/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [2021-01-21T02:15:12.685Z] ---> Running in 232b77c9ebda [2021-01-21T02:15:12.775Z] Removing intermediate container ab2763d15541 [2021-01-21T02:15:12.775Z] ---> df6e7c75ae62 [2021-01-21T02:15:12.775Z] [Warning] One or more build-args [ARCH] were not consumed [2021-01-21T02:15:12.775Z] Successfully built df6e7c75ae62 [2021-01-21T02:15:12.775Z] Successfully tagged docker-edgex-ui-go:latest [Pipeline] } [Pipeline] // stage [2021-01-21T02:15:12.958Z] Removing intermediate container 232b77c9ebda [2021-01-21T02:15:12.958Z] ---> fc6b459356dc [2021-01-21T02:15:12.958Z] Step 21/24 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] [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] } [2021-01-21T02:15:13.231Z] ---> Running in 01ea8cd67dac [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2021-01-21T02:15:13.508Z] Removing intermediate container 01ea8cd67dac [2021-01-21T02:15:13.508Z] ---> e312d65fa71d [2021-01-21T02:15:13.508Z] Step 22/24 : LABEL arch=arm64 [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [2021-01-21T02:15:13.783Z] ---> Running in ff7d2aa61fa6 [Pipeline] // stage [Pipeline] } [2021-01-21T02:15:14.056Z] Removing intermediate container ff7d2aa61fa6 [2021-01-21T02:15:14.056Z] ---> 1fdf4ea49dbf [2021-01-21T02:15:14.056Z] Step 23/24 : LABEL git_sha=a4a6c2f94fd02dd9962c3042c0efaa1fd3d036f4 [2021-01-21T02:15:14.328Z] ---> Running in 0dc55470f403 [2021-01-21T02:15:14.603Z] Removing intermediate container 0dc55470f403 [2021-01-21T02:15:14.603Z] ---> 1733b77c0b9f [2021-01-21T02:15:14.603Z] Step 24/24 : LABEL version=0.0.0 [2021-01-21T02:15:14.878Z] ---> Running in e6ec086ed0b4 [2021-01-21T02:15:15.152Z] Removing intermediate container e6ec086ed0b4 [2021-01-21T02:15:15.152Z] ---> 6f6320f66ba7 [2021-01-21T02:15:15.152Z] [Warning] One or more build-args [ARCH] were not consumed [2021-01-21T02:15:15.426Z] Successfully built 6f6320f66ba7 [2021-01-21T02:15:15.426Z] Successfully tagged docker-edgex-ui-go-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [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] wrap [2021-01-21T02:15:16.806Z] provisioning config files... [2021-01-21T02:15:16.832Z] copy managed file [edgex-ui-go-codecov-token] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-289@tmp/config4616404796128186936tmp [Pipeline] { [Pipeline] sh [2021-01-21T02:15:17.329Z] + set +x [2021-01-21T02:15:17.329Z] + curl -s https://codecov.io/bash [2021-01-21T02:15:17.329Z] + bash -s -- [2021-01-21T02:15:17.636Z] [2021-01-21T02:15:17.636Z] _____ _ [2021-01-21T02:15:17.636Z] / ____| | | [2021-01-21T02:15:17.636Z] | | ___ __| | ___ ___ _____ __ [2021-01-21T02:15:17.636Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-01-21T02:15:17.636Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-01-21T02:15:17.636Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-01-21T02:15:17.636Z] Bash-20210115-cec3c92 [2021-01-21T02:15:17.636Z] [2021-01-21T02:15:17.636Z] [2021-01-21T02:15:17.636Z] ==> git version 2.24.3 found [2021-01-21T02:15:17.636Z] ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 [2021-01-21T02:15:17.636Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-01-21T02:15:17.636Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-01-21T02:15:17.636Z] ==> Jenkins CI detected. [2021-01-21T02:15:17.636Z] project root: . [2021-01-21T02:15:17.636Z] --> token set from env [2021-01-21T02:15:17.948Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-01-21T02:15:17.948Z] ==> Running gcov in . (disable via -X gcov) [2021-01-21T02:15:17.948Z] ==> Python coveragepy not found [2021-01-21T02:15:17.948Z] ==> Searching for coverage reports in: [2021-01-21T02:15:17.948Z] + . [2021-01-21T02:15:17.948Z] -> Found 1 reports [2021-01-21T02:15:17.948Z] ==> Detecting git/mercurial file structure [2021-01-21T02:15:17.948Z] ==> Reading reports [2021-01-21T02:15:17.948Z] + ./coverage.out bytes=10 [2021-01-21T02:15:17.948Z] ==> Appending adjustments [2021-01-21T02:15:17.948Z] https://docs.codecov.io/docs/fixing-reports [2021-01-21T02:15:18.221Z] + Found adjustments [2021-01-21T02:15:18.221Z] ==> Gzipping contents [2021-01-21T02:15:18.221Z] 4.0K /tmp/codecov.Gzffrc.gz [2021-01-21T02:15:18.221Z] ==> Uploading reports [2021-01-21T02:15:18.221Z] url: https://codecov.io [2021-01-21T02:15:18.221Z] query: branch=PR-289&commit=a4a6c2f94fd02dd9962c3042c0efaa1fd3d036f4&build=4&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2FPR-289%2F4%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=289&job=&cmd_args= [2021-01-21T02:15:18.221Z] -> Pinging Codecov [2021-01-21T02:15:18.221Z] https://codecov.io/upload/v4?package=bash-20210115-cec3c92&token=secret&branch=PR-289&commit=a4a6c2f94fd02dd9962c3042c0efaa1fd3d036f4&build=4&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2FPR-289%2F4%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=289&job=&cmd_args= [2021-01-21T02:15:18.926Z] -> Uploading to [2021-01-21T02:15:18.926Z] https://storage.googleapis.com/codecov/v4/raw/2021-01-21/FB506323287CE973F263BFD2A0EB1F37/a4a6c2f94fd02dd9962c3042c0efaa1fd3d036f4/8272e6b4-86f8-4b00-b649-06634696f02e.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210121%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210121T021518Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=c5956acf0e92722bd0232191a767026b452a31f4d565492f5792a613a49f6406 [2021-01-21T02:15:18.926Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-21T02:15:18.926Z] Dload Upload Total Spent Left Speed [2021-01-21T02:15:19.196Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 2480 0 0 100 2480 0 5028 --:--:-- --:--:-- --:--:-- 5040 [2021-01-21T02:15:19.196Z] -> View reports at https://codecov.io/github/edgexfoundry/edgex-ui-go/commit/a4a6c2f94fd02dd9962c3042c0efaa1fd3d036f4 [Pipeline] } [2021-01-21T02:15:19.210Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) Stage "Snyk Dependency Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image 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] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2021-01-21T02:15:21.931Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-21T02:15:22.603Z] ---> package-listing.sh [2021-01-21T02:15:22.603Z] ++ facter osfamily [2021-01-21T02:15:22.603Z] ++ tr '[:upper:]' '[:lower:]' [2021-01-21T02:15:22.886Z] + OS_FAMILY=redhat [2021-01-21T02:15:22.886Z] + workspace=/w/workspace/edgexfoundry_edgex-ui-go_PR-289 [2021-01-21T02:15:22.886Z] + START_PACKAGES=/tmp/packages_start.txt [2021-01-21T02:15:22.886Z] + END_PACKAGES=/tmp/packages_end.txt [2021-01-21T02:15:22.886Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-01-21T02:15:22.886Z] + PACKAGES=/tmp/packages_start.txt [2021-01-21T02:15:22.886Z] + '[' /w/workspace/edgexfoundry_edgex-ui-go_PR-289 ']' [2021-01-21T02:15:22.886Z] + PACKAGES=/tmp/packages_end.txt [2021-01-21T02:15:22.886Z] + case "${OS_FAMILY}" in [2021-01-21T02:15:22.886Z] + sort [2021-01-21T02:15:22.886Z] + rpm -qa [2021-01-21T02:15:33.179Z] + '[' -f /tmp/packages_start.txt ']' [2021-01-21T02:15:33.179Z] + '[' -f /tmp/packages_end.txt ']' [2021-01-21T02:15:33.179Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-01-21T02:15:33.179Z] + '[' /w/workspace/edgexfoundry_edgex-ui-go_PR-289 ']' [2021-01-21T02:15:33.179Z] + mkdir -p /w/workspace/edgexfoundry_edgex-ui-go_PR-289/archives/ [2021-01-21T02:15:33.179Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgexfoundry_edgex-ui-go_PR-289/archives/ [Pipeline] echo [2021-01-21T02:15:33.200Z] Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgexfoundry_edgex-ui-go_PR-289/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-01-21T02:15:33.537Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-01-21T02:15:34.165Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-21T02:15:34.453Z] [2021-01-21T02:15:34.453Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-01-21T02:15:35.109Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-21T02:15:35.436Z] alpine: Pulling from edgex-lftools-log-publisher [2021-01-21T02:15:35.436Z] df20fa9351a1: Pulling fs layer [2021-01-21T02:15:35.436Z] 36b3adc4ff6f: Pulling fs layer [2021-01-21T02:15:35.436Z] 8ad3a11d3b57: Pulling fs layer [2021-01-21T02:15:35.436Z] 46f8f816bc3b: Pulling fs layer [2021-01-21T02:15:35.436Z] 93b61091891f: Pulling fs layer [2021-01-21T02:15:35.436Z] 93b9cdb0e59b: Pulling fs layer [2021-01-21T02:15:35.436Z] 5e14af77c1be: Pulling fs layer [2021-01-21T02:15:35.436Z] 01666e4c0597: Pulling fs layer [2021-01-21T02:15:35.436Z] aa168da1d23b: Pulling fs layer [2021-01-21T02:15:35.436Z] 93b9cdb0e59b: Waiting [2021-01-21T02:15:35.436Z] 5e14af77c1be: Waiting [2021-01-21T02:15:35.436Z] 01666e4c0597: Waiting [2021-01-21T02:15:35.436Z] aa168da1d23b: Waiting [2021-01-21T02:15:35.436Z] 46f8f816bc3b: Waiting [2021-01-21T02:15:35.436Z] 93b61091891f: Waiting [2021-01-21T02:15:35.436Z] 36b3adc4ff6f: Verifying Checksum [2021-01-21T02:15:35.436Z] 36b3adc4ff6f: Download complete [2021-01-21T02:15:35.737Z] 46f8f816bc3b: Download complete [2021-01-21T02:15:35.737Z] 93b61091891f: Verifying Checksum [2021-01-21T02:15:35.737Z] 93b61091891f: Download complete [2021-01-21T02:15:35.737Z] 93b9cdb0e59b: Verifying Checksum [2021-01-21T02:15:35.737Z] 93b9cdb0e59b: Download complete [2021-01-21T02:15:36.035Z] df20fa9351a1: Verifying Checksum [2021-01-21T02:15:36.035Z] df20fa9351a1: Download complete [2021-01-21T02:15:36.035Z] 5e14af77c1be: Download complete [2021-01-21T02:15:36.035Z] 01666e4c0597: Verifying Checksum [2021-01-21T02:15:36.035Z] 01666e4c0597: Download complete [2021-01-21T02:15:37.900Z] df20fa9351a1: Pull complete [2021-01-21T02:15:38.216Z] 8ad3a11d3b57: Verifying Checksum [2021-01-21T02:15:38.216Z] 8ad3a11d3b57: Download complete [2021-01-21T02:15:38.500Z] 36b3adc4ff6f: Pull complete [2021-01-21T02:15:40.979Z] 8ad3a11d3b57: Pull complete [2021-01-21T02:15:41.759Z] 46f8f816bc3b: Pull complete [2021-01-21T02:15:43.379Z] 93b61091891f: Pull complete [2021-01-21T02:15:43.379Z] 93b9cdb0e59b: Pull complete [2021-01-21T02:15:43.690Z] 5e14af77c1be: Pull complete [2021-01-21T02:15:43.986Z] 01666e4c0597: Pull complete [2021-01-21T02:15:46.769Z] aa168da1d23b: Verifying Checksum [2021-01-21T02:15:46.769Z] aa168da1d23b: Download complete [2021-01-21T02:16:14.638Z] aa168da1d23b: Pull complete [2021-01-21T02:16:14.638Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-01-21T02:16:14.638Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-21T02:16:14.638Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-01-21T02:16:15.443Z] prd-centos7-docker-4c-2g-21826 does not seem to be running inside a container [2021-01-21T02:16:15.594Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgexfoundry_edgex-ui-go_PR-289/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-289 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-289:/w/workspace/edgexfoundry_edgex-ui-go_PR-289:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-289@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-289@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:alpine cat [2021-01-21T02:16:18.110Z] $ docker top c9d8fcbaba1538d32a2a11a9e1ff1d44686bacf55462170e83f9ae95288d7016 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-21T02:16:19.362Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-01-21T02:16:20.368Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-01-21T02:16:21.237Z] + ls /var/log/sa-host [2021-01-21T02:16:21.237Z] + sadf -c /var/log/sa-host/sa21 [2021-01-21T02:16:21.237Z] file_magic: OK [2021-01-21T02:16:21.237Z] HZ: Using current value: 100 [2021-01-21T02:16:21.237Z] file_header: OK [2021-01-21T02:16:21.237Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-01-21T02:16:21.237Z] Statistics: [2021-01-21T02:16:21.237Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-01-21T02:16:21.237Z] File successfully converted to sysstat format version 12.2.1 [2021-01-21T02:16:21.237Z] + sadf -c /var/log/sa-host/sa23 [2021-01-21T02:16:21.237Z] file_magic: OK [2021-01-21T02:16:21.237Z] HZ: Using current value: 100 [2021-01-21T02:16:21.237Z] file_header: OK [2021-01-21T02:16:21.237Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-01-21T02:16:21.237Z] Statistics: [2021-01-21T02:16:21.237Z] Hnuu...uuuununununu... [2021-01-21T02:16:21.237Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-01-21T02:16:21.483Z] provisioning config files... [2021-01-21T02:16:21.511Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-289@tmp/config6435834758003388232tmp [Pipeline] { [Pipeline] echo [2021-01-21T02:16:21.604Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-21T02:16:22.424Z] ---> create-netrc.sh [Pipeline] } [2021-01-21T02:16:22.444Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-01-21T02:16:22.539Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-21T02:16:23.206Z] ---> python-tools-install.sh [Pipeline] echo [2021-01-21T02:16:23.229Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-21T02:16:23.941Z] ---> sudo-logs.sh [2021-01-21T02:16:23.941Z] Archiving 'sudo' log.. [Pipeline] echo [2021-01-21T02:16:23.974Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-21T02:16:24.755Z] ---> job-cost.sh [2021-01-21T02:16:24.755Z] lf-activate-venv: SKIPPING [2021-01-21T02:16:24.755Z] INFO: No Stack... [2021-01-21T02:16:26.197Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-01-21T02:16:26.469Z] INFO: Archiving Costs [Pipeline] echo [2021-01-21T02:16:26.490Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-21T02:16:27.238Z] ---> logs-deploy.sh [2021-01-21T02:16:27.238Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-ui-go/PR-289/4 [2021-01-21T02:16:27.238Z] INFO: archiving workspace using pattern(s): [2021-01-21T02:16:29.881Z] Archives upload complete. [2021-01-21T02:16:29.881Z] INFO: archiving logs to Nexus