Branch indexing Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 2a6915c960fb14954e41c173a8222625a036416b+e5cb8e831f0d9734d8f8d47071e82da6adc916ee (1ac7335e9fd3c14f307823732d1e27bc28697b65) 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 All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-22157 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 > 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 Merging remotes/origin/master commit e5cb8e831f0d9734d8f8d47071e82da6adc916ee into PR head commit 2a6915c960fb14954e41c173a8222625a036416b Merge succeeded, producing 07578eca39e83751994501bf10cbeecfadecca3f Checking out Revision 07578eca39e83751994501bf10cbeecfadecca3f (PR-289) > git config core.sparsecheckout # timeout=10 > git checkout -f 2a6915c960fb14954e41c173a8222625a036416b # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge e5cb8e831f0d9734d8f8d47071e82da6adc916ee # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 07578eca39e83751994501bf10cbeecfadecca3f # timeout=10 Commit message: "Merge commit 'e5cb8e831f0d9734d8f8d47071e82da6adc916ee' into HEAD" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-01-22T02:08:20.428Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-01-22T02:08:20.719Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-01-22T02:08:20.853Z] ========================================================= [2021-01-22T02:08:20.853Z] EdgeX Global Pipelines Version Info [2021-01-22T02:08:20.853Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk a4a6c2f94fd02dd9962c3042c0efaa1fd3d036f4 # timeout=10 [2021-01-22T02:08:22.531Z] ------------------- [2021-01-22T02:08:22.531Z] stable info: [2021-01-22T02:08:22.531Z] ------------------- [2021-01-22T02:08:22.531Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-22T02:08:22.531Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-01-22T02:08:22.531Z] Message: update stable to v1.0.179 [2021-01-22T02:08:23.921Z] ------------------- [2021-01-22T02:08:23.921Z] experimental info: [2021-01-22T02:08:23.921Z] ------------------- [2021-01-22T02:08:23.921Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-22T02:08:23.921Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-01-22T02:08:23.921Z] Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-01-22T02:08:24.164Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-ui-go-settings [Pipeline] echo [2021-01-22T02:08:24.253Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-ui-go [Pipeline] echo [2021-01-22T02:08:24.351Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-01-22T02:08:24.466Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-01-22T02:08:24.571Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-01-22T02:08:24.662Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-01-22T02:08:24.754Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-01-22T02:08:24.863Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-01-22T02:08:24.961Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2021-01-22T02:08:25.044Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-01-22T02:08:25.131Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-01-22T02:08:25.229Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-edgex-ui-go [Pipeline] echo [2021-01-22T02:08:25.316Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-01-22T02:08:25.424Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-01-22T02:08:25.532Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-01-22T02:08:25.626Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-01-22T02:08:25.713Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-01-22T02:08:25.800Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-01-22T02:08:25.889Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-01-22T02:08:25.975Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2021-01-22T02:08:26.059Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2021-01-22T02:08:26.142Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2021-01-22T02:08:26.237Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-01-22T02:08:26.324Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-01-22T02:08:26.439Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2021-01-22T02:08:26.521Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-01-22T02:08:26.602Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-01-22T02:08:26.689Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-289 [Pipeline] echo [2021-01-22T02:08:26.797Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-289 [Pipeline] echo [2021-01-22T02:08:26.886Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-289 [Pipeline] echo [2021-01-22T02:08:26.987Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 07578eca39e83751994501bf10cbeecfadecca3f [Pipeline] echo [2021-01-22T02:08:27.098Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 07578ec [Pipeline] echo [2021-01-22T02:08:27.184Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-22T02:08:27.394Z] provisioning config files... [2021-01-22T02:08:27.431Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-289@tmp/config7372230933894322574tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-22T02:08:27.790Z] ---> docker-login.sh [2021-01-22T02:08:27.790Z] nexus3.edgexfoundry.org:10001 [2021-01-22T02:08:28.060Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-22T02:08:28.324Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-22T02:08:28.324Z] Configure a credential helper to remove this warning. See [2021-01-22T02:08:28.324Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-22T02:08:28.324Z] [2021-01-22T02:08:28.324Z] Login Succeeded [2021-01-22T02:08:28.324Z] nexus3.edgexfoundry.org:10002 [2021-01-22T02:08:28.324Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-22T02:08:28.587Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-22T02:08:28.587Z] Configure a credential helper to remove this warning. See [2021-01-22T02:08:28.587Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-22T02:08:28.587Z] [2021-01-22T02:08:28.587Z] Login Succeeded [2021-01-22T02:08:28.587Z] nexus3.edgexfoundry.org:10003 [2021-01-22T02:08:28.587Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-22T02:08:28.851Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-22T02:08:28.851Z] Configure a credential helper to remove this warning. See [2021-01-22T02:08:28.851Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-22T02:08:28.851Z] [2021-01-22T02:08:28.851Z] Login Succeeded [2021-01-22T02:08:28.851Z] nexus3.edgexfoundry.org:10004 [2021-01-22T02:08:28.851Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-22T02:08:28.851Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-22T02:08:28.851Z] Configure a credential helper to remove this warning. See [2021-01-22T02:08:28.851Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-22T02:08:28.851Z] [2021-01-22T02:08:28.851Z] Login Succeeded [2021-01-22T02:08:28.851Z] docker.io [2021-01-22T02:08:29.115Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-22T02:08:29.383Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-22T02:08:29.383Z] Configure a credential helper to remove this warning. See [2021-01-22T02:08:29.383Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-22T02:08:29.383Z] [2021-01-22T02:08:29.383Z] Login Succeeded [2021-01-22T02:08:29.383Z] ---> docker-login.sh ends [Pipeline] } [2021-01-22T02:08:29.393Z] 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-22T02:08:30.192Z] + git log --format=format:%s -1 07578eca39e83751994501bf10cbeecfadecca3f [Pipeline] echo [2021-01-22T02:08:30.263Z] GIT_COMMIT: 07578eca39e83751994501bf10cbeecfadecca3f, Commit Message: Merge commit 'e5cb8e831f0d9734d8f8d47071e82da6adc916ee' into HEAD [Pipeline] echo [2021-01-22T02:08:30.308Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-01-22T02:08:30.917Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-22T02:08:30.917Z] [2021-01-22T02:08:30.917Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-01-22T02:08:31.278Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-22T02:08:31.278Z] latest: Pulling from edgex-devops/git-semver [2021-01-22T02:08:31.278Z] 31603596830f: Pulling fs layer [2021-01-22T02:08:31.278Z] 2a8b12db71e7: Pulling fs layer [2021-01-22T02:08:31.278Z] 6ca5941a6612: Pulling fs layer [2021-01-22T02:08:31.278Z] ecc8261a40a4: Pulling fs layer [2021-01-22T02:08:31.278Z] ecc8261a40a4: Waiting [2021-01-22T02:08:31.278Z] 2a8b12db71e7: Verifying Checksum [2021-01-22T02:08:31.278Z] 2a8b12db71e7: Download complete [2021-01-22T02:08:31.278Z] 31603596830f: Verifying Checksum [2021-01-22T02:08:31.278Z] 31603596830f: Download complete [2021-01-22T02:08:31.542Z] ecc8261a40a4: Verifying Checksum [2021-01-22T02:08:31.542Z] ecc8261a40a4: Download complete [2021-01-22T02:08:31.542Z] 6ca5941a6612: Verifying Checksum [2021-01-22T02:08:31.542Z] 6ca5941a6612: Download complete [2021-01-22T02:08:31.806Z] 31603596830f: Pull complete [2021-01-22T02:08:31.806Z] 2a8b12db71e7: Pull complete [2021-01-22T02:08:32.767Z] 6ca5941a6612: Pull complete [2021-01-22T02:08:33.030Z] ecc8261a40a4: Pull complete [2021-01-22T02:08:33.030Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-01-22T02:08:33.030Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-22T02:08:33.030Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-01-22T02:08:33.138Z] prd-centos7-docker-4c-2g-22157 does not seem to be running inside a container [2021-01-22T02:08:33.201Z] $ 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-22T02:08:35.722Z] $ docker top 9cce36a8b47a04cc9131795378522637376aa5878ac10b9e83fb781b11113127 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-22T02:08:36.011Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-22T02:08:36.011Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-22T02:08:36.232Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-22T02:08:36.237Z] $ docker exec 9cce36a8b47a04cc9131795378522637376aa5878ac10b9e83fb781b11113127 ssh-agent [2021-01-22T02:08:36.413Z] SSH_AUTH_SOCK=/tmp/ssh-siadhPrVwbYP/agent.12 [2021-01-22T02:08:36.413Z] SSH_AGENT_PID=18 [2021-01-22T02:08:36.424Z] Running ssh-add (command line suppressed) [2021-01-22T02:08:36.549Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_PR-289@tmp/private_key_6175288880987503065.key (/w/workspace/edgexfoundry_edgex-ui-go_PR-289@tmp/private_key_6175288880987503065.key) [2021-01-22T02:08:36.604Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-22T02:08:36.936Z] + git tag --points-at HEAD [Pipeline] } [2021-01-22T02:08:36.959Z] $ docker exec --env ******** --env ******** 9cce36a8b47a04cc9131795378522637376aa5878ac10b9e83fb781b11113127 ssh-agent -k [2021-01-22T02:08:37.073Z] unset SSH_AUTH_SOCK; [2021-01-22T02:08:37.073Z] unset SSH_AGENT_PID; [2021-01-22T02:08:37.073Z] echo Agent pid 18 killed; [2021-01-22T02:08:37.119Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-01-22T02:08:37.301Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-22T02:08:37.301Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-22T02:08:37.478Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-22T02:08:37.483Z] $ docker exec 9cce36a8b47a04cc9131795378522637376aa5878ac10b9e83fb781b11113127 ssh-agent [2021-01-22T02:08:37.657Z] SSH_AUTH_SOCK=/tmp/ssh-98aLw6jF8d03/agent.47 [2021-01-22T02:08:37.657Z] SSH_AGENT_PID=52 [2021-01-22T02:08:37.665Z] Running ssh-add (command line suppressed) [2021-01-22T02:08:37.792Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_PR-289@tmp/private_key_6394888276215071601.key (/w/workspace/edgexfoundry_edgex-ui-go_PR-289@tmp/private_key_6394888276215071601.key) [2021-01-22T02:08:37.843Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-22T02:08:38.194Z] + git semver init [2021-01-22T02:08:38.194Z] # -> Open(): unable to determine branch for HEAD [2021-01-22T02:08:38.194Z] # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_PR-289/.git [2021-01-22T02:08:38.194Z] # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_PR-289 [2021-01-22T02:08:38.194Z] # $SEMVER_REMOTE_NAME = origin [2021-01-22T02:08:38.194Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-22T02:08:38.194Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-22T02:08:38.194Z] # $SEMVER_BRANCH = PR-289 [2021-01-22T02:08:38.194Z] # $SEMVER_TEMP = /tmp/semver-942565512 [2021-01-22T02:08:38.195Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-ui-go.git $SEMVER_TEMP [2021-01-22T02:08:39.592Z] # '/tmp/semver-942565512' -> '/w/workspace/edgexfoundry_edgex-ui-go_PR-289/.semver' [2021-01-22T02:08:39.592Z] # -> Force: false [2021-01-22T02:08:39.592Z] # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_PR-289/.semver [Pipeline] } [2021-01-22T02:08:39.608Z] $ docker exec --env ******** --env ******** 9cce36a8b47a04cc9131795378522637376aa5878ac10b9e83fb781b11113127 ssh-agent -k [2021-01-22T02:08:39.728Z] unset SSH_AUTH_SOCK; [2021-01-22T02:08:39.729Z] unset SSH_AGENT_PID; [2021-01-22T02:08:39.729Z] echo Agent pid 52 killed; [2021-01-22T02:08:39.776Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-22T02:08:40.361Z] + git semver [Pipeline] } [2021-01-22T02:08:40.383Z] $ docker stop --time=1 9cce36a8b47a04cc9131795378522637376aa5878ac10b9e83fb781b11113127 [2021-01-22T02:08:41.796Z] $ docker rm -f 9cce36a8b47a04cc9131795378522637376aa5878ac10b9e83fb781b11113127 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-22T02:08:42.276Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-01-22T02:08:42.846Z] Stashed 1 file(s) [Pipeline] echo [2021-01-22T02:08:42.848Z] [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-22T02:08:58.341Z] Still waiting to schedule task [2021-01-22T02:08:58.341Z] ‘prd-centos7-builder-2c-1g-20773’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-centos7-builder-2c-1g-22154’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-centos7-docker-4c-2g-15505’ is offline; ‘prd-centos7-docker-4c-2g-22146’ is offline; ‘prd-centos7-docker-4c-2g-22160’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-18207’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-22158’ doesn’t have label ‘centos7-docker-4c-2g’ [2021-01-22T02:08:58.343Z] Still waiting to schedule task [2021-01-22T02:08:58.343Z] ‘prd-centos7-builder-2c-1g-20773’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-centos7-builder-2c-1g-22154’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-centos7-docker-4c-2g-15505’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-centos7-docker-4c-2g-22146’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-centos7-docker-4c-2g-22160’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-18207’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-22158’ is offline [2021-01-22T02:12:10.516Z] Running on prd-centos7-docker-4c-2g-22163 in /w/workspace/edgexfoundry_edgex-ui-go_PR-289 [Pipeline] { [Pipeline] ws [2021-01-22T02:12:10.567Z] Running in /w/workspace/edgex-ui-go/5 [Pipeline] { [Pipeline] checkout [2021-01-22T02:12:15.030Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-22162 in /w/workspace/edgexfoundry_edgex-ui-go_PR-289 [Pipeline] { [Pipeline] ws [2021-01-22T02:12:15.081Z] Running in /w/workspace/edgex-ui-go/5 [Pipeline] { [Pipeline] checkout [2021-01-22T02:12:18.347Z] using credential edgex-jenkins-ssh [2021-01-22T02:12:18.415Z] Cloning the remote Git repository [2021-01-22T02:12:18.454Z] Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git [2021-01-22T02:12:18.534Z] > git init /w/workspace/edgex-ui-go/5 # timeout=10 [2021-01-22T02:12:18.631Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2021-01-22T02:12:18.632Z] > git --version # timeout=10 [2021-01-22T02:12:18.644Z] > git --version # 'git version 2.24.3' [2021-01-22T02:12:18.645Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-22T02:12:18.717Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-22T02:12:20.200Z] using credential edgex-jenkins-ssh [2021-01-22T02:12:20.253Z] Cloning the remote Git repository [2021-01-22T02:12:20.569Z] Merging remotes/origin/master commit e5cb8e831f0d9734d8f8d47071e82da6adc916ee into PR head commit 2a6915c960fb14954e41c173a8222625a036416b [2021-01-22T02:12:19.924Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2021-01-22T02:12:19.982Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-22T02:12:20.031Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2021-01-22T02:12:20.075Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2021-01-22T02:12:20.077Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-22T02:12:20.087Z] > 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-22T02:12:20.587Z] > git config core.sparsecheckout # timeout=10 [2021-01-22T02:12:20.619Z] > git checkout -f 2a6915c960fb14954e41c173a8222625a036416b # timeout=10 [2021-01-22T02:12:20.998Z] > git remote # timeout=10 [2021-01-22T02:12:21.013Z] > git config --get remote.origin.url # timeout=10 [2021-01-22T02:12:21.090Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-22T02:12:21.100Z] > git merge e5cb8e831f0d9734d8f8d47071e82da6adc916ee # timeout=10 [2021-01-22T02:12:20.331Z] Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git [2021-01-22T02:12:20.441Z] > git init /w/workspace/edgex-ui-go/5 # timeout=10 [2021-01-22T02:12:20.532Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2021-01-22T02:12:20.533Z] > git --version # timeout=10 [2021-01-22T02:12:20.551Z] > git --version # 'git version 2.17.1' [2021-01-22T02:12:20.553Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-22T02:12:20.628Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-22T02:12:21.444Z] Merge succeeded, producing be3bdfaf317d9d7c44416b14829014378b7e4b59 [2021-01-22T02:12:21.444Z] Checking out Revision be3bdfaf317d9d7c44416b14829014378b7e4b59 (PR-289) [2021-01-22T02:12:21.429Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-01-22T02:12:21.450Z] > git config core.sparsecheckout # timeout=10 [2021-01-22T02:12:21.572Z] > git checkout -f be3bdfaf317d9d7c44416b14829014378b7e4b59 # timeout=10 [2021-01-22T02:12:22.144Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2021-01-22T02:12:22.174Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-22T02:12:22.202Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2021-01-22T02:12:22.237Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2021-01-22T02:12:22.238Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-22T02:12:22.251Z] > 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-22T02:12:23.289Z] Merging remotes/origin/master commit e5cb8e831f0d9734d8f8d47071e82da6adc916ee into PR head commit 2a6915c960fb14954e41c173a8222625a036416b [2021-01-22T02:12:23.328Z] > git config core.sparsecheckout # timeout=10 [2021-01-22T02:12:23.345Z] > git checkout -f 2a6915c960fb14954e41c173a8222625a036416b # timeout=10 [2021-01-22T02:12:23.613Z] > git remote # timeout=10 [2021-01-22T02:12:23.640Z] > git config --get remote.origin.url # timeout=10 [2021-01-22T02:12:23.653Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-22T02:12:23.662Z] > git merge e5cb8e831f0d9734d8f8d47071e82da6adc916ee # timeout=10 [2021-01-22T02:12:24.066Z] Merge succeeded, producing 4f628c000956442f523afde7ccd11601fef6a24a [2021-01-22T02:12:24.066Z] Checking out Revision 4f628c000956442f523afde7ccd11601fef6a24a (PR-289) [2021-01-22T02:12:24.069Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-01-22T02:12:24.090Z] > git config core.sparsecheckout # timeout=10 [2021-01-22T02:12:24.101Z] > git checkout -f 4f628c000956442f523afde7ccd11601fef6a24a # timeout=10 [2021-01-22T02:12:26.042Z] Commit message: "Merge commit 'e5cb8e831f0d9734d8f8d47071e82da6adc916ee' into HEAD" [2021-01-22T02:12:26.112Z] First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-22T02:12:26.054Z] > git rev-list --no-walk a4a6c2f94fd02dd9962c3042c0efaa1fd3d036f4 # timeout=10 [2021-01-22T02:12:28.274Z] Commit message: "Merge commit 'e5cb8e831f0d9734d8f8d47071e82da6adc916ee' into HEAD" [2021-01-22T02:12:28.289Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [2021-01-22T02:12:28.300Z] First time build. Skipping changelog. [Pipeline] sh [2021-01-22T02:12:28.300Z] > git rev-list --no-walk a4a6c2f94fd02dd9962c3042c0efaa1fd3d036f4 # timeout=10 [2021-01-22T02:12:28.791Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-22T02:12:29.213Z] + sudo service docker restart [2021-01-22T02:12:29.213Z] + true [2021-01-22T02:12:29.213Z] Redirecting to /bin/systemctl restart docker.service [2021-01-22T02:12:30.029Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-01-22T02:12:30.451Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-22T02:12:30.843Z] + + true [2021-01-22T02:12:30.843Z] sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-22T02:12:31.338Z] provisioning config files... [2021-01-22T02:12:31.372Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/5@tmp/config7776211774655880303tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-22T02:12:31.822Z] ---> docker-login.sh [2021-01-22T02:12:31.822Z] nexus3.edgexfoundry.org:10001 [2021-01-22T02:12:32.460Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-22T02:12:32.739Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-22T02:12:32.739Z] Configure a credential helper to remove this warning. See [2021-01-22T02:12:32.739Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-22T02:12:32.739Z] [2021-01-22T02:12:32.739Z] Login Succeeded [2021-01-22T02:12:32.739Z] nexus3.edgexfoundry.org:10002 [2021-01-22T02:12:33.033Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-22T02:12:33.033Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-22T02:12:33.033Z] Configure a credential helper to remove this warning. See [2021-01-22T02:12:33.033Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-22T02:12:33.033Z] [2021-01-22T02:12:33.033Z] Login Succeeded [2021-01-22T02:12:33.033Z] nexus3.edgexfoundry.org:10003 [2021-01-22T02:12:33.311Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-22T02:12:33.551Z] provisioning config files... [2021-01-22T02:12:33.618Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/5@tmp/config7242114905286962398tmp [2021-01-22T02:12:33.619Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-22T02:12:33.619Z] Configure a credential helper to remove this warning. See [2021-01-22T02:12:33.619Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-22T02:12:33.619Z] [2021-01-22T02:12:33.619Z] Login Succeeded [2021-01-22T02:12:33.619Z] nexus3.edgexfoundry.org:10004 [2021-01-22T02:12:33.619Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-22T02:12:33.908Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-22T02:12:33.909Z] Configure a credential helper to remove this warning. See [2021-01-22T02:12:33.909Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-22T02:12:33.909Z] [2021-01-22T02:12:33.909Z] Login Succeeded [2021-01-22T02:12:33.909Z] docker.io [2021-01-22T02:12:34.020Z] ---> docker-login.sh [2021-01-22T02:12:34.020Z] nexus3.edgexfoundry.org:10001 [2021-01-22T02:12:34.191Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-22T02:12:34.481Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-22T02:12:34.481Z] Configure a credential helper to remove this warning. See [2021-01-22T02:12:34.481Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-22T02:12:34.481Z] [2021-01-22T02:12:34.481Z] Login Succeeded [2021-01-22T02:12:34.481Z] ---> docker-login.sh ends [Pipeline] } [2021-01-22T02:12:34.496Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-01-22T02:12:34.941Z] ========================================================= [2021-01-22T02:12:34.941Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-01-22T02:12:34.941Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-22T02:12:35.005Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-22T02:12:35.279Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-22T02:12:35.279Z] Configure a credential helper to remove this warning. See [2021-01-22T02:12:35.279Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-22T02:12:35.279Z] [2021-01-22T02:12:35.279Z] Login Succeeded [2021-01-22T02:12:35.279Z] nexus3.edgexfoundry.org:10002 [2021-01-22T02:12:35.393Z] + 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-22T02:12:35.552Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-22T02:12:35.826Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-22T02:12:35.826Z] Configure a credential helper to remove this warning. See [2021-01-22T02:12:35.826Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-22T02:12:35.826Z] [2021-01-22T02:12:35.826Z] Login Succeeded [2021-01-22T02:12:35.826Z] nexus3.edgexfoundry.org:10003 [2021-01-22T02:12:36.040Z] Sending build context to Docker daemon 16.7MB [2021-01-22T02:12:36.040Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-01-22T02:12:36.040Z] Step 2/8 : FROM ${BASE} [2021-01-22T02:12:36.040Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-01-22T02:12:36.040Z] 188c0c94c7c5: Pulling fs layer [2021-01-22T02:12:36.040Z] 0ef7d3d256c8: Pulling fs layer [2021-01-22T02:12:36.040Z] de9db76c5a1d: Pulling fs layer [2021-01-22T02:12:36.040Z] bca2f99d35d6: Pulling fs layer [2021-01-22T02:12:36.040Z] 93359f2a8cfa: Pulling fs layer [2021-01-22T02:12:36.040Z] 7c6f9722023f: Pulling fs layer [2021-01-22T02:12:36.040Z] a35cf1a2eb13: Pulling fs layer [2021-01-22T02:12:36.040Z] bca2f99d35d6: Waiting [2021-01-22T02:12:36.040Z] 93359f2a8cfa: Waiting [2021-01-22T02:12:36.040Z] 7c6f9722023f: Waiting [2021-01-22T02:12:36.040Z] a35cf1a2eb13: Waiting [2021-01-22T02:12:36.040Z] de9db76c5a1d: Verifying Checksum [2021-01-22T02:12:36.040Z] de9db76c5a1d: Download complete [2021-01-22T02:12:36.040Z] 0ef7d3d256c8: Verifying Checksum [2021-01-22T02:12:36.040Z] 0ef7d3d256c8: Download complete [2021-01-22T02:12:36.350Z] 93359f2a8cfa: Verifying Checksum [2021-01-22T02:12:36.350Z] 93359f2a8cfa: Download complete [2021-01-22T02:12:36.350Z] 7c6f9722023f: Verifying Checksum [2021-01-22T02:12:36.350Z] 7c6f9722023f: Download complete [2021-01-22T02:12:36.350Z] 188c0c94c7c5: Verifying Checksum [2021-01-22T02:12:36.350Z] 188c0c94c7c5: Download complete [2021-01-22T02:12:36.442Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-22T02:12:36.443Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-22T02:12:36.443Z] Configure a credential helper to remove this warning. See [2021-01-22T02:12:36.443Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-22T02:12:36.443Z] [2021-01-22T02:12:36.443Z] Login Succeeded [2021-01-22T02:12:36.443Z] nexus3.edgexfoundry.org:10004 [2021-01-22T02:12:37.058Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-22T02:12:37.058Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-22T02:12:37.058Z] Configure a credential helper to remove this warning. See [2021-01-22T02:12:37.058Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-22T02:12:37.058Z] [2021-01-22T02:12:37.058Z] Login Succeeded [2021-01-22T02:12:37.058Z] docker.io [2021-01-22T02:12:37.332Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-22T02:12:37.425Z] 188c0c94c7c5: Pull complete [2021-01-22T02:12:37.927Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-22T02:12:37.927Z] Configure a credential helper to remove this warning. See [2021-01-22T02:12:37.927Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-22T02:12:37.927Z] [2021-01-22T02:12:37.927Z] Login Succeeded [2021-01-22T02:12:37.927Z] ---> docker-login.sh ends [Pipeline] } [2021-01-22T02:12:37.944Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [2021-01-22T02:12:38.093Z] 0ef7d3d256c8: Pull complete [Pipeline] // withEnv [Pipeline] unstash [2021-01-22T02:12:38.388Z] de9db76c5a1d: Pull complete [Pipeline] echo [2021-01-22T02:12:38.421Z] ========================================================= [2021-01-22T02:12:38.421Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-01-22T02:12:38.421Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-22T02:12:38.797Z] + 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-22T02:12:39.407Z] Sending build context to Docker daemon 16.7MB [2021-01-22T02:12:39.407Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-01-22T02:12:39.407Z] Step 2/8 : FROM ${BASE} [2021-01-22T02:12:39.685Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-01-22T02:12:39.685Z] 5f621e34cdf4: Pulling fs layer [2021-01-22T02:12:39.685Z] a4357932f1b6: Pulling fs layer [2021-01-22T02:12:39.685Z] 18c013af1878: Pulling fs layer [2021-01-22T02:12:39.685Z] 00ac8860ef70: Pulling fs layer [2021-01-22T02:12:39.685Z] 63d7cb157983: Pulling fs layer [2021-01-22T02:12:39.685Z] b116817d02f9: Pulling fs layer [2021-01-22T02:12:39.685Z] 745a02a5169b: Pulling fs layer [2021-01-22T02:12:39.685Z] b116817d02f9: Waiting [2021-01-22T02:12:39.685Z] 745a02a5169b: Waiting [2021-01-22T02:12:39.685Z] 63d7cb157983: Waiting [2021-01-22T02:12:39.685Z] 18c013af1878: Download complete [2021-01-22T02:12:39.685Z] a4357932f1b6: Verifying Checksum [2021-01-22T02:12:39.685Z] a4357932f1b6: Download complete [2021-01-22T02:12:39.685Z] 63d7cb157983: Verifying Checksum [2021-01-22T02:12:39.685Z] 63d7cb157983: Download complete [2021-01-22T02:12:39.685Z] b116817d02f9: Verifying Checksum [2021-01-22T02:12:39.685Z] b116817d02f9: Download complete [2021-01-22T02:12:40.281Z] 5f621e34cdf4: Verifying Checksum [2021-01-22T02:12:40.281Z] 5f621e34cdf4: Download complete [2021-01-22T02:12:40.899Z] 5f621e34cdf4: Pull complete [2021-01-22T02:12:41.509Z] a4357932f1b6: Pull complete [2021-01-22T02:12:42.113Z] 18c013af1878: Pull complete [2021-01-22T02:12:42.899Z] a35cf1a2eb13: Verifying Checksum [2021-01-22T02:12:42.899Z] a35cf1a2eb13: Download complete [2021-01-22T02:12:43.562Z] 745a02a5169b: Verifying Checksum [2021-01-22T02:12:43.562Z] 745a02a5169b: Download complete [2021-01-22T02:12:44.544Z] 00ac8860ef70: Verifying Checksum [2021-01-22T02:12:44.544Z] 00ac8860ef70: Download complete [2021-01-22T02:12:48.807Z] bca2f99d35d6: Verifying Checksum [2021-01-22T02:12:48.808Z] bca2f99d35d6: Download complete [2021-01-22T02:12:54.728Z] 00ac8860ef70: Pull complete [2021-01-22T02:12:54.728Z] 63d7cb157983: Pull complete [2021-01-22T02:12:55.001Z] b116817d02f9: Pull complete [2021-01-22T02:12:59.328Z] 745a02a5169b: Pull complete [2021-01-22T02:12:59.328Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-01-22T02:12:59.328Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-01-22T02:12:59.328Z] ---> b7e6874047d6 [2021-01-22T02:12:59.328Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-01-22T02:13:01.593Z] bca2f99d35d6: Pull complete [2021-01-22T02:13:01.593Z] 93359f2a8cfa: Pull complete [2021-01-22T02:13:01.904Z] 7c6f9722023f: Pull complete [2021-01-22T02:13:01.965Z] ---> Running in ac0ff80bac11 [2021-01-22T02:13:01.965Z] Removing intermediate container ac0ff80bac11 [2021-01-22T02:13:01.965Z] ---> deca007921b9 [2021-01-22T02:13:01.965Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-22T02:13:02.241Z] ---> Running in 94d847f50503 [2021-01-22T02:13:04.892Z] Removing intermediate container 94d847f50503 [2021-01-22T02:13:04.892Z] ---> 49ff1361bef5 [2021-01-22T02:13:04.892Z] Step 5/8 : RUN apk add --no-cache make git [2021-01-22T02:13:04.892Z] ---> Running in 90c3a00c5385 [2021-01-22T02:13:05.872Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-22T02:13:06.463Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-22T02:13:07.435Z] OK: 142 MiB in 39 packages [2021-01-22T02:13:08.869Z] Removing intermediate container 90c3a00c5385 [2021-01-22T02:13:08.869Z] ---> d1e00bb1f7b1 [2021-01-22T02:13:08.869Z] Step 6/8 : WORKDIR /edgex-ui-go [2021-01-22T02:13:08.869Z] ---> Running in a8e985d15157 [2021-01-22T02:13:09.188Z] a35cf1a2eb13: Pull complete [2021-01-22T02:13:09.189Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-01-22T02:13:09.189Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-01-22T02:13:09.189Z] ---> a62c8e92a672 [2021-01-22T02:13:09.189Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-01-22T02:13:09.467Z] Removing intermediate container a8e985d15157 [2021-01-22T02:13:09.467Z] ---> fc86b0f77872 [2021-01-22T02:13:09.467Z] Step 7/8 : COPY . . [2021-01-22T02:13:09.826Z] ---> Running in d0cfbdf76233 [2021-01-22T02:13:10.102Z] Removing intermediate container d0cfbdf76233 [2021-01-22T02:13:10.102Z] ---> 460e510907a5 [2021-01-22T02:13:10.102Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-22T02:13:10.102Z] ---> Running in 16e37bfcc4e6 [2021-01-22T02:13:11.447Z] ---> 5d4543865190 [2021-01-22T02:13:11.447Z] Step 8/8 : RUN go mod download [2021-01-22T02:13:11.447Z] ---> Running in c5cda70babd6 [2021-01-22T02:13:11.541Z] Removing intermediate container 16e37bfcc4e6 [2021-01-22T02:13:11.541Z] ---> 27ba7b5c93fc [2021-01-22T02:13:11.541Z] Step 5/8 : RUN apk add --no-cache make git [2021-01-22T02:13:11.828Z] ---> Running in 29c7388da128 [2021-01-22T02:13:13.293Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-22T02:13:13.979Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-22T02:13:14.794Z] OK: 166 MiB in 39 packages [2021-01-22T02:13:15.824Z] Removing intermediate container 29c7388da128 [2021-01-22T02:13:15.824Z] ---> f893c7313078 [2021-01-22T02:13:15.824Z] Step 6/8 : WORKDIR /edgex-ui-go [2021-01-22T02:13:15.824Z] ---> Running in bf0715723893 [2021-01-22T02:13:16.447Z] Removing intermediate container bf0715723893 [2021-01-22T02:13:16.447Z] ---> 3b93912148c4 [2021-01-22T02:13:16.447Z] Step 7/8 : COPY . . [2021-01-22T02:13:19.901Z] ---> 8c7564c422e9 [2021-01-22T02:13:19.901Z] Step 8/8 : RUN go mod download [2021-01-22T02:13:19.901Z] ---> Running in eb41e962da39 [2021-01-22T02:13:38.298Z] Removing intermediate container c5cda70babd6 [2021-01-22T02:13:38.298Z] ---> f5581da39d28 [2021-01-22T02:13:38.298Z] Successfully built f5581da39d28 [2021-01-22T02:13:38.298Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-22T02:13:38.641Z] + docker inspect -f . ci-base-image-arm64 [2021-01-22T02:13:38.641Z] . [Pipeline] withDockerContainer [2021-01-22T02:13:38.920Z] prd-ubuntu18.04-docker-arm64-4c-16g-22162 does not seem to be running inside a container [2021-01-22T02:13:39.047Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/5 -v /w/workspace/edgex-ui-go/5:/w/workspace/edgex-ui-go/5:rw,z -v /w/workspace/edgex-ui-go/5@tmp:/w/workspace/edgex-ui-go/5@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-22T02:13:40.656Z] $ docker top 5fa86ed36688d4eb15545fd4de0edece6ffe45ba2aa385439c1142270429f544 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-22T02:13:41.667Z] + go version [2021-01-22T02:13:41.667Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-01-22T02:13:41.722Z] $ docker stop --time=1 5fa86ed36688d4eb15545fd4de0edece6ffe45ba2aa385439c1142270429f544 [2021-01-22T02:13:43.688Z] $ docker rm -f 5fa86ed36688d4eb15545fd4de0edece6ffe45ba2aa385439c1142270429f544 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-22T02:13:44.654Z] + docker inspect -f . ci-base-image-arm64 [2021-01-22T02:13:44.654Z] . [Pipeline] withDockerContainer [2021-01-22T02:13:44.926Z] prd-ubuntu18.04-docker-arm64-4c-16g-22162 does not seem to be running inside a container [2021-01-22T02:13:45.041Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/5 -v /w/workspace/edgex-ui-go/5:/w/workspace/edgex-ui-go/5:rw,z -v /w/workspace/edgex-ui-go/5@tmp:/w/workspace/edgex-ui-go/5@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-22T02:13:46.544Z] $ docker top 35f2eb4ea8835f6fc272d18928fec5013a93d88df8e3dbce0bdcd3dca1f9a6ef -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-22T02:13:47.549Z] + make test [2021-01-22T02:13:47.549Z] GO111MODULE=on go test -coverprofile=coverage.out ./... [2021-01-22T02:13:48.986Z] ? github.com/edgexfoundry/edgex-ui-go [no test files] [2021-01-22T02:13:52.834Z] Removing intermediate container eb41e962da39 [2021-01-22T02:13:52.834Z] ---> 065815a7c1b4 [2021-01-22T02:13:52.834Z] Successfully built 065815a7c1b4 [2021-01-22T02:13:52.834Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-22T02:13:53.230Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-22T02:13:53.506Z] . [Pipeline] withDockerContainer [2021-01-22T02:13:54.191Z] prd-centos7-docker-4c-2g-22163 does not seem to be running inside a container [2021-01-22T02:13:54.633Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/5 -v /w/workspace/edgex-ui-go/5:/w/workspace/edgex-ui-go/5:rw,z -v /w/workspace/edgex-ui-go/5@tmp:/w/workspace/edgex-ui-go/5@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-22T02:13:55.933Z] $ docker top 0bb088bad4b00ef65c4f234f2ba05085e320d414de3d071a5e77b383d9ccbf85 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-22T02:13:56.518Z] + go version [2021-01-22T02:13:56.518Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-01-22T02:13:56.548Z] $ docker stop --time=1 0bb088bad4b00ef65c4f234f2ba05085e320d414de3d071a5e77b383d9ccbf85 [2021-01-22T02:13:58.138Z] $ docker rm -f 0bb088bad4b00ef65c4f234f2ba05085e320d414de3d071a5e77b383d9ccbf85 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-22T02:13:59.363Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-22T02:13:59.364Z] . [Pipeline] withDockerContainer [2021-01-22T02:13:59.896Z] prd-centos7-docker-4c-2g-22163 does not seem to be running inside a container [2021-01-22T02:14:00.008Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/5 -v /w/workspace/edgex-ui-go/5:/w/workspace/edgex-ui-go/5:rw,z -v /w/workspace/edgex-ui-go/5@tmp:/w/workspace/edgex-ui-go/5@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-22T02:14:01.704Z] $ docker top 4ffcf905e37718612dd2312feedc85881abf0f9dbf70caf704fc3c03f0e20e1e -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-22T02:14:03.292Z] + make test [2021-01-22T02:14:03.292Z] GO111MODULE=on go test -coverprofile=coverage.out ./... [2021-01-22T02:14:08.127Z] ? github.com/edgexfoundry/edgex-ui-go [no test files] [2021-01-22T02:14:11.179Z] ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] [2021-01-22T02:14:11.179Z] ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] [2021-01-22T02:14:11.179Z] ? github.com/edgexfoundry/edgex-ui-go/internal/component [no test files] [2021-01-22T02:14:11.179Z] ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] [2021-01-22T02:14:11.179Z] ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] [2021-01-22T02:14:11.179Z] ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] [2021-01-22T02:14:11.179Z] ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] [2021-01-22T02:14:11.179Z] ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] [2021-01-22T02:14:11.179Z] ? github.com/edgexfoundry/edgex-ui-go/internal/pkg/usage [no test files] [2021-01-22T02:14:11.179Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] [2021-01-22T02:14:11.179Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] [2021-01-22T02:14:11.179Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] [2021-01-22T02:14:11.179Z] GO111MODULE=on go vet ./... [Pipeline] } [2021-01-22T02:14:16.666Z] $ docker stop --time=1 35f2eb4ea8835f6fc272d18928fec5013a93d88df8e3dbce0bdcd3dca1f9a6ef [2021-01-22T02:14:18.911Z] $ docker rm -f 35f2eb4ea8835f6fc272d18928fec5013a93d88df8e3dbce0bdcd3dca1f9a6ef [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-22T02:14:19.705Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-01-22T02:14:20.552Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-22T02:14:21.965Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-01-22T02:14:22.354Z] + ls -al . [2021-01-22T02:14:22.355Z] total 124 [2021-01-22T02:14:22.355Z] drwxrwxr-x 10 jenkins jenkins 4096 Jan 22 02:13 . [2021-01-22T02:14:22.355Z] drwxrwxr-x 4 jenkins jenkins 4096 Jan 22 02:12 .. [2021-01-22T02:14:22.355Z] drwxrwxr-x 8 jenkins jenkins 4096 Jan 22 02:12 .git [2021-01-22T02:14:22.355Z] drwxrwxr-x 2 jenkins jenkins 4096 Jan 22 02:12 .github [2021-01-22T02:14:22.355Z] -rw-rw-r-- 1 jenkins jenkins 153 Jan 22 02:12 .gitignore [2021-01-22T02:14:22.355Z] -rw-rw-r-- 1 jenkins jenkins 3959 Jan 22 02:12 CONTRIBUTING.md [2021-01-22T02:14:22.355Z] -rw-rw-r-- 1 jenkins jenkins 1508 Jan 22 02:12 Dockerfile [2021-01-22T02:14:22.355Z] -rw-rw-r-- 1 jenkins jenkins 902 Jan 22 02:12 Dockerfile.build [2021-01-22T02:14:22.355Z] -rw-rw-r-- 1 jenkins jenkins 652 Jan 22 02:12 Jenkinsfile [2021-01-22T02:14:22.355Z] -rw-rw-r-- 1 jenkins jenkins 11357 Jan 22 02:12 LICENSE [2021-01-22T02:14:22.355Z] -rw-rw-r-- 1 jenkins jenkins 951 Jan 22 02:12 Makefile [2021-01-22T02:14:22.355Z] -rw-rw-r-- 1 jenkins jenkins 4535 Jan 22 02:12 README.md [2021-01-22T02:14:22.355Z] -rw-rw-r-- 1 jenkins jenkins 5 Jan 22 02:08 VERSION [2021-01-22T02:14:22.355Z] drwxrwxr-x 3 jenkins jenkins 4096 Jan 22 02:12 assets [2021-01-22T02:14:22.355Z] drwxrwxr-x 2 jenkins jenkins 4096 Jan 22 02:12 bin [2021-01-22T02:14:22.355Z] drwxrwxr-x 3 jenkins jenkins 4096 Jan 22 02:12 cmd [2021-01-22T02:14:22.355Z] -rw-r--r-- 1 jenkins jenkins 10 Jan 22 02:13 coverage.out [2021-01-22T02:14:22.355Z] drwxrwxr-x 5 jenkins jenkins 4096 Jan 22 02:12 docs [2021-01-22T02:14:22.355Z] -rw-rw-r-- 1 jenkins jenkins 1019 Jan 22 02:12 go.mod [2021-01-22T02:14:22.355Z] -rw-r--r-- 1 jenkins jenkins 20629 Jan 22 02:13 go.sum [2021-01-22T02:14:22.355Z] drwxrwxr-x 10 jenkins jenkins 4096 Jan 22 02:12 internal [2021-01-22T02:14:22.355Z] -rw-rw-r-- 1 jenkins jenkins 155 Jan 22 02:12 version.go [2021-01-22T02:14:22.355Z] drwxrwxr-x 4 jenkins jenkins 4096 Jan 22 02:12 web [Pipeline] isUnix [Pipeline] sh [2021-01-22T02:14:22.741Z] + 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=07578eca39e83751994501bf10cbeecfadecca3f --label arch=arm64 --label version=0.0.0 . [2021-01-22T02:14:23.352Z] Sending build context to Docker daemon 16.72MB [2021-01-22T02:14:23.628Z] Step 1/24 : ARG BASE=golang:1.15-alpine3.12 [2021-01-22T02:14:23.628Z] Step 2/24 : FROM ${BASE} AS builder [2021-01-22T02:14:23.628Z] ---> f5581da39d28 [2021-01-22T02:14:23.628Z] Step 3/24 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" [2021-01-22T02:14:23.678Z] ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] [2021-01-22T02:14:23.678Z] ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] [2021-01-22T02:14:23.678Z] ? github.com/edgexfoundry/edgex-ui-go/internal/component [no test files] [2021-01-22T02:14:23.678Z] ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] [2021-01-22T02:14:23.678Z] ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] [2021-01-22T02:14:23.678Z] ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] [2021-01-22T02:14:23.678Z] ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] [2021-01-22T02:14:23.678Z] ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] [2021-01-22T02:14:23.678Z] ? github.com/edgexfoundry/edgex-ui-go/internal/pkg/usage [no test files] [2021-01-22T02:14:23.678Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] [2021-01-22T02:14:23.678Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] [2021-01-22T02:14:23.678Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] [2021-01-22T02:14:23.678Z] GO111MODULE=on go vet ./... [2021-01-22T02:14:23.903Z] ---> Running in 2cc2eb721d2b [2021-01-22T02:14:24.499Z] Removing intermediate container 2cc2eb721d2b [2021-01-22T02:14:24.499Z] ---> 1397f1e2d9aa [2021-01-22T02:14:24.499Z] Step 4/24 : ARG ALPINE_PKG_BASE="make git" [2021-01-22T02:14:24.500Z] ---> Running in 29069fb64815 [2021-01-22T02:14:25.101Z] Removing intermediate container 29069fb64815 [2021-01-22T02:14:25.101Z] ---> a46f0bf7c734 [2021-01-22T02:14:25.101Z] Step 5/24 : ARG ALPINE_PKG_EXTRA="" [2021-01-22T02:14:25.101Z] ---> Running in 1428a2cf9de6 [2021-01-22T02:14:25.696Z] Removing intermediate container 1428a2cf9de6 [2021-01-22T02:14:25.696Z] ---> 4ca8b036bb07 [2021-01-22T02:14:25.696Z] Step 6/24 : LABEL Name=edgex-ui-go [2021-01-22T02:14:25.696Z] ---> Running in 6f018a471da4 [2021-01-22T02:14:26.290Z] Removing intermediate container 6f018a471da4 [2021-01-22T02:14:26.291Z] ---> f288798a21f9 [2021-01-22T02:14:26.291Z] Step 7/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' [2021-01-22T02:14:26.291Z] ---> Running in 1fd92684575d [2021-01-22T02:14:26.884Z] Removing intermediate container 1fd92684575d [2021-01-22T02:14:26.884Z] ---> bdd35cd76834 [2021-01-22T02:14:26.884Z] Step 8/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-22T02:14:26.884Z] ---> Running in 1e424d9160a0 [Pipeline] } [2021-01-22T02:14:28.422Z] $ docker stop --time=1 4ffcf905e37718612dd2312feedc85881abf0f9dbf70caf704fc3c03f0e20e1e [2021-01-22T02:14:28.857Z] Removing intermediate container 1e424d9160a0 [2021-01-22T02:14:28.857Z] ---> b09173e531d1 [2021-01-22T02:14:28.857Z] Step 9/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2021-01-22T02:14:29.130Z] ---> Running in ddf9c18a0f9b [2021-01-22T02:14:30.114Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-22T02:14:31.089Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-22T02:14:31.366Z] $ docker rm -f 4ffcf905e37718612dd2312feedc85881abf0f9dbf70caf704fc3c03f0e20e1e [2021-01-22T02:14:32.065Z] OK: 142 MiB in 39 packages [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-22T02:14:32.444Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-01-22T02:14:32.550Z] Warning: overwriting stash ‘coverage-report’ [2021-01-22T02:14:33.045Z] Removing intermediate container ddf9c18a0f9b [2021-01-22T02:14:33.045Z] ---> 968ed1bc3450 [2021-01-22T02:14:33.045Z] Step 10/24 : ENV GO111MODULE=on [2021-01-22T02:14:33.269Z] Stashed 1 file(s) [Pipeline] } [2021-01-22T02:14:33.319Z] ---> Running in d2d17ec8f981 [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2021-01-22T02:14:33.917Z] Removing intermediate container d2d17ec8f981 [2021-01-22T02:14:33.917Z] ---> 2a9ed202e59e [2021-01-22T02:14:33.917Z] Step 11/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go [2021-01-22T02:14:33.917Z] ---> Running in b3246f1cbdc3 [2021-01-22T02:14:34.060Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-01-22T02:14:34.456Z] + ls -al . [2021-01-22T02:14:34.456Z] total 92 [2021-01-22T02:14:34.456Z] drwxrwxr-x. 10 jenkins jenkins 4096 Jan 22 02:14 . [2021-01-22T02:14:34.456Z] drwxrwxr-x. 4 jenkins jenkins 28 Jan 22 02:12 .. [2021-01-22T02:14:34.456Z] drwxrwxr-x. 3 jenkins jenkins 20 Jan 22 02:12 assets [2021-01-22T02:14:34.456Z] drwxrwxr-x. 2 jenkins jenkins 35 Jan 22 02:12 bin [2021-01-22T02:14:34.456Z] drwxrwxr-x. 3 jenkins jenkins 29 Jan 22 02:12 cmd [2021-01-22T02:14:34.456Z] -rw-rw-r--. 1 jenkins jenkins 3959 Jan 22 02:12 CONTRIBUTING.md [2021-01-22T02:14:34.456Z] -rw-r--r--. 1 jenkins jenkins 10 Jan 22 02:14 coverage.out [2021-01-22T02:14:34.456Z] -rw-rw-r--. 1 jenkins jenkins 1508 Jan 22 02:12 Dockerfile [2021-01-22T02:14:34.456Z] -rw-rw-r--. 1 jenkins jenkins 902 Jan 22 02:12 Dockerfile.build [2021-01-22T02:14:34.456Z] drwxrwxr-x. 5 jenkins jenkins 104 Jan 22 02:12 docs [2021-01-22T02:14:34.456Z] drwxrwxr-x. 8 jenkins jenkins 179 Jan 22 02:12 .git [2021-01-22T02:14:34.456Z] drwxrwxr-x. 2 jenkins jenkins 103 Jan 22 02:12 .github [2021-01-22T02:14:34.456Z] -rw-rw-r--. 1 jenkins jenkins 153 Jan 22 02:12 .gitignore [2021-01-22T02:14:34.456Z] -rw-rw-r--. 1 jenkins jenkins 1019 Jan 22 02:12 go.mod [2021-01-22T02:14:34.456Z] -rw-r--r--. 1 jenkins jenkins 20629 Jan 22 02:14 go.sum [2021-01-22T02:14:34.456Z] drwxrwxr-x. 10 jenkins jenkins 139 Jan 22 02:12 internal [2021-01-22T02:14:34.456Z] -rw-rw-r--. 1 jenkins jenkins 652 Jan 22 02:12 Jenkinsfile [2021-01-22T02:14:34.456Z] -rw-rw-r--. 1 jenkins jenkins 11357 Jan 22 02:12 LICENSE [2021-01-22T02:14:34.456Z] -rw-rw-r--. 1 jenkins jenkins 951 Jan 22 02:12 Makefile [2021-01-22T02:14:34.456Z] -rw-rw-r--. 1 jenkins jenkins 4535 Jan 22 02:12 README.md [2021-01-22T02:14:34.456Z] -rw-rw-r--. 1 jenkins jenkins 5 Jan 22 02:08 VERSION [2021-01-22T02:14:34.456Z] -rw-rw-r--. 1 jenkins jenkins 155 Jan 22 02:12 version.go [2021-01-22T02:14:34.456Z] drwxrwxr-x. 4 jenkins jenkins 4096 Jan 22 02:12 web [Pipeline] isUnix [Pipeline] sh [2021-01-22T02:14:34.512Z] Removing intermediate container b3246f1cbdc3 [2021-01-22T02:14:34.512Z] ---> 750020ea2967 [2021-01-22T02:14:34.512Z] Step 12/24 : COPY go.mod . [2021-01-22T02:14:34.836Z] + 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=07578eca39e83751994501bf10cbeecfadecca3f --label arch=amd64 --label version=0.0.0 . [2021-01-22T02:14:35.107Z] ---> b94685576e1d [2021-01-22T02:14:35.107Z] Step 13/24 : COPY Makefile . [2021-01-22T02:14:35.826Z] Sending build context to Docker daemon 16.72MB [2021-01-22T02:14:35.826Z] Step 1/24 : ARG BASE=golang:1.15-alpine3.12 [2021-01-22T02:14:35.826Z] Step 2/24 : FROM ${BASE} AS builder [2021-01-22T02:14:35.826Z] ---> 065815a7c1b4 [2021-01-22T02:14:35.826Z] Step 3/24 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" [2021-01-22T02:14:36.098Z] ---> 95d3131683d1 [2021-01-22T02:14:36.098Z] Step 14/24 : RUN make update [2021-01-22T02:14:36.098Z] ---> Running in f6f84be93632 [2021-01-22T02:14:36.821Z] ---> Running in db66f85c419a [2021-01-22T02:14:36.821Z] Removing intermediate container db66f85c419a [2021-01-22T02:14:36.821Z] ---> 4a09dd72bf0c [2021-01-22T02:14:36.821Z] Step 4/24 : ARG ALPINE_PKG_BASE="make git" [2021-01-22T02:14:37.087Z] CGO_ENABLED=0 GO111MODULE=on go mod download [2021-01-22T02:14:37.089Z] ---> Running in aaf6b3496cb7 [2021-01-22T02:14:37.387Z] Removing intermediate container aaf6b3496cb7 [2021-01-22T02:14:37.387Z] ---> dc886fdac797 [2021-01-22T02:14:37.387Z] Step 5/24 : ARG ALPINE_PKG_EXTRA="" [2021-01-22T02:14:37.387Z] ---> Running in cb955388d493 [2021-01-22T02:14:37.759Z] Removing intermediate container cb955388d493 [2021-01-22T02:14:37.759Z] ---> eabeebfd75e5 [2021-01-22T02:14:37.759Z] Step 6/24 : LABEL Name=edgex-ui-go [2021-01-22T02:14:37.759Z] ---> Running in 1417842eada3 [2021-01-22T02:14:38.082Z] Removing intermediate container 1417842eada3 [2021-01-22T02:14:38.082Z] ---> 64307a21c151 [2021-01-22T02:14:38.082Z] Step 7/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' [2021-01-22T02:14:38.357Z] ---> Running in b2dbb2cd50cc [2021-01-22T02:14:38.516Z] Removing intermediate container f6f84be93632 [2021-01-22T02:14:38.516Z] ---> 4a9c6d172ed7 [2021-01-22T02:14:38.516Z] Step 15/24 : COPY . . [2021-01-22T02:14:38.638Z] Removing intermediate container b2dbb2cd50cc [2021-01-22T02:14:38.639Z] ---> f5afe40ba627 [2021-01-22T02:14:38.639Z] Step 8/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-22T02:14:38.639Z] ---> Running in 2a6ae2e16ad8 [2021-01-22T02:14:40.146Z] Removing intermediate container 2a6ae2e16ad8 [2021-01-22T02:14:40.146Z] ---> 223e4e998c45 [2021-01-22T02:14:40.146Z] Step 9/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2021-01-22T02:14:40.146Z] ---> Running in 812122c540b6 [2021-01-22T02:14:40.491Z] ---> cd167c6ebb35 [2021-01-22T02:14:40.491Z] Step 16/24 : RUN ${MAKE} [2021-01-22T02:14:40.767Z] ---> Running in 4035d9ce9ec6 [2021-01-22T02:14:41.145Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-22T02:14:41.750Z] 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-22T02:14:41.851Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-22T02:14:42.977Z] OK: 166 MiB in 39 packages [2021-01-22T02:14:43.735Z] Removing intermediate container 812122c540b6 [2021-01-22T02:14:43.735Z] ---> dec7a6a54ca6 [2021-01-22T02:14:43.735Z] Step 10/24 : ENV GO111MODULE=on [2021-01-22T02:14:43.735Z] ---> Running in 555da2d790e1 [2021-01-22T02:14:44.049Z] Removing intermediate container 555da2d790e1 [2021-01-22T02:14:44.049Z] ---> 1982abbf8b85 [2021-01-22T02:14:44.049Z] Step 11/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go [2021-01-22T02:14:44.049Z] ---> Running in 14e497f2ed90 [2021-01-22T02:14:44.808Z] Removing intermediate container 14e497f2ed90 [2021-01-22T02:14:44.808Z] ---> dcf92444fb09 [2021-01-22T02:14:44.808Z] Step 12/24 : COPY go.mod . [2021-01-22T02:14:45.082Z] ---> 3fd6b0bfddf1 [2021-01-22T02:14:45.082Z] Step 13/24 : COPY Makefile . [2021-01-22T02:14:46.111Z] ---> 4ba797d783f9 [2021-01-22T02:14:46.111Z] Step 14/24 : RUN make update [2021-01-22T02:14:46.111Z] ---> Running in c6e5661abe63 [2021-01-22T02:14:47.610Z] CGO_ENABLED=0 GO111MODULE=on go mod download [2021-01-22T02:14:49.028Z] Removing intermediate container c6e5661abe63 [2021-01-22T02:14:49.028Z] ---> c39a040281bc [2021-01-22T02:14:49.028Z] Step 15/24 : COPY . . [2021-01-22T02:14:51.802Z] ---> 52b1ede73a3c [2021-01-22T02:14:51.802Z] Step 16/24 : RUN ${MAKE} [2021-01-22T02:14:51.802Z] ---> Running in 0fac88b7f073 [2021-01-22T02:14:52.848Z] 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-22T02:15:03.956Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2021-01-22T02:15:09.357Z] Removing intermediate container 4035d9ce9ec6 [2021-01-22T02:15:09.357Z] ---> a45eb0ffa46e [2021-01-22T02:15:09.357Z] Step 17/24 : FROM alpine:3.12 [2021-01-22T02:15:09.952Z] 3.12: Pulling from library/alpine [2021-01-22T02:15:09.952Z] 159e5727ea61: Pulling fs layer [2021-01-22T02:15:10.225Z] 159e5727ea61: Verifying Checksum [2021-01-22T02:15:10.225Z] 159e5727ea61: Download complete [2021-01-22T02:15:10.834Z] 159e5727ea61: Pull complete [2021-01-22T02:15:10.834Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-22T02:15:10.834Z] Status: Downloaded newer image for alpine:3.12 [2021-01-22T02:15:10.834Z] ---> afeebe901d6b [2021-01-22T02:15:10.834Z] Step 18/24 : EXPOSE 4000 [2021-01-22T02:15:11.106Z] ---> Running in 0ebbc9090c55 [2021-01-22T02:15:11.379Z] Removing intermediate container 0ebbc9090c55 [2021-01-22T02:15:11.379Z] ---> ecd0ca25eab2 [2021-01-22T02:15:11.379Z] 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-22T02:15:13.367Z] ---> 71ed50db2889 [2021-01-22T02:15:13.367Z] Step 20/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [2021-01-22T02:15:13.367Z] ---> Running in 0e1059d96d83 [2021-01-22T02:15:13.642Z] Removing intermediate container 0e1059d96d83 [2021-01-22T02:15:13.642Z] ---> 02912866f098 [2021-01-22T02:15:13.642Z] Step 21/24 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] [2021-01-22T02:15:13.920Z] ---> Running in 35e88aa291e7 [2021-01-22T02:15:14.194Z] Removing intermediate container 35e88aa291e7 [2021-01-22T02:15:14.194Z] ---> f2d5fd76827f [2021-01-22T02:15:14.194Z] Step 22/24 : LABEL arch=arm64 [2021-01-22T02:15:14.475Z] ---> Running in c046c19d9014 [2021-01-22T02:15:14.750Z] Removing intermediate container c046c19d9014 [2021-01-22T02:15:14.750Z] ---> ceda2663987a [2021-01-22T02:15:14.750Z] Step 23/24 : LABEL git_sha=07578eca39e83751994501bf10cbeecfadecca3f [2021-01-22T02:15:15.024Z] ---> Running in cd0e8cbee9bb [2021-01-22T02:15:15.298Z] Removing intermediate container cd0e8cbee9bb [2021-01-22T02:15:15.299Z] ---> ec28da999955 [2021-01-22T02:15:15.299Z] Step 24/24 : LABEL version=0.0.0 [2021-01-22T02:15:15.483Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2021-01-22T02:15:15.574Z] ---> Running in 3cef06b72130 [2021-01-22T02:15:15.851Z] Removing intermediate container 3cef06b72130 [2021-01-22T02:15:15.851Z] ---> 91d27e83be14 [2021-01-22T02:15:15.851Z] [Warning] One or more build-args [ARCH] were not consumed [2021-01-22T02:15:16.123Z] Successfully built 91d27e83be14 [2021-01-22T02:15:16.123Z] 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] } [2021-01-22T02:15:19.176Z] Removing intermediate container 0fac88b7f073 [2021-01-22T02:15:19.176Z] ---> d9cb01b2d9ef [2021-01-22T02:15:19.176Z] Step 17/24 : FROM alpine:3.12 [2021-01-22T02:15:19.448Z] 3.12: Pulling from library/alpine [2021-01-22T02:15:19.793Z] 801bfaa63ef2: Pulling fs layer [2021-01-22T02:15:20.107Z] 801bfaa63ef2: Verifying Checksum [2021-01-22T02:15:20.107Z] 801bfaa63ef2: Download complete [2021-01-22T02:15:20.762Z] 801bfaa63ef2: Pull complete [2021-01-22T02:15:20.762Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-22T02:15:20.762Z] Status: Downloaded newer image for alpine:3.12 [2021-01-22T02:15:20.762Z] ---> 389fef711851 [2021-01-22T02:15:20.762Z] Step 18/24 : EXPOSE 4000 [2021-01-22T02:15:20.762Z] ---> Running in 96751f2b6b6a [2021-01-22T02:15:21.033Z] Removing intermediate container 96751f2b6b6a [2021-01-22T02:15:21.033Z] ---> 6761ade7ba81 [2021-01-22T02:15:21.033Z] 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-22T02:15:23.113Z] ---> 0391f36724b6 [2021-01-22T02:15:23.113Z] Step 20/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [2021-01-22T02:15:23.113Z] ---> Running in 9c0ae34d1b31 [2021-01-22T02:15:23.407Z] Removing intermediate container 9c0ae34d1b31 [2021-01-22T02:15:23.407Z] ---> 06ac11aa67ff [2021-01-22T02:15:23.407Z] Step 21/24 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] [2021-01-22T02:15:23.407Z] ---> Running in fa9a5ae86056 [2021-01-22T02:15:23.743Z] Removing intermediate container fa9a5ae86056 [2021-01-22T02:15:23.743Z] ---> 566fd3d3cd14 [2021-01-22T02:15:23.743Z] Step 22/24 : LABEL arch=amd64 [2021-01-22T02:15:23.743Z] ---> Running in f0c347e7930b [2021-01-22T02:15:24.052Z] Removing intermediate container f0c347e7930b [2021-01-22T02:15:24.052Z] ---> a858b816861f [2021-01-22T02:15:24.052Z] Step 23/24 : LABEL git_sha=07578eca39e83751994501bf10cbeecfadecca3f [2021-01-22T02:15:24.052Z] ---> Running in 8e0496147668 [2021-01-22T02:15:24.371Z] Removing intermediate container 8e0496147668 [2021-01-22T02:15:24.371Z] ---> d7e80c3d0368 [2021-01-22T02:15:24.371Z] Step 24/24 : LABEL version=0.0.0 [2021-01-22T02:15:24.371Z] ---> Running in 7202a9ff4f60 [2021-01-22T02:15:24.706Z] Removing intermediate container 7202a9ff4f60 [2021-01-22T02:15:24.706Z] ---> 6ec515334be3 [2021-01-22T02:15:24.706Z] [Warning] One or more build-args [ARCH] were not consumed [2021-01-22T02:15:24.706Z] Successfully built 6ec515334be3 [2021-01-22T02:15:24.985Z] Successfully tagged docker-edgex-ui-go:latest [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [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-22T02:15:26.754Z] provisioning config files... [2021-01-22T02:15:26.765Z] copy managed file [edgex-ui-go-codecov-token] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-289@tmp/config8834392145438019220tmp [Pipeline] { [Pipeline] sh [2021-01-22T02:15:27.167Z] + set +x [2021-01-22T02:15:27.167Z] + curl -s https://codecov.io/bash [2021-01-22T02:15:27.167Z] + bash -s -- [2021-01-22T02:15:27.167Z] [2021-01-22T02:15:27.167Z] _____ _ [2021-01-22T02:15:27.167Z] / ____| | | [2021-01-22T02:15:27.167Z] | | ___ __| | ___ ___ _____ __ [2021-01-22T02:15:27.167Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-01-22T02:15:27.167Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-01-22T02:15:27.167Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-01-22T02:15:27.167Z] Bash-20210115-cec3c92 [2021-01-22T02:15:27.167Z] [2021-01-22T02:15:27.167Z] [2021-01-22T02:15:27.432Z] ==> git version 2.24.3 found [2021-01-22T02:15:27.432Z] ==> 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-22T02:15:27.432Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-01-22T02:15:27.432Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-01-22T02:15:27.432Z] ==> Jenkins CI detected. [2021-01-22T02:15:27.432Z] project root: . [2021-01-22T02:15:27.432Z] --> token set from env [2021-01-22T02:15:27.432Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-01-22T02:15:27.432Z] ==> Running gcov in . (disable via -X gcov) [2021-01-22T02:15:27.432Z] ==> Python coveragepy not found [2021-01-22T02:15:27.432Z] ==> Searching for coverage reports in: [2021-01-22T02:15:27.432Z] + . [2021-01-22T02:15:27.432Z] -> Found 1 reports [2021-01-22T02:15:27.432Z] ==> Detecting git/mercurial file structure [2021-01-22T02:15:27.432Z] ==> Reading reports [2021-01-22T02:15:27.432Z] + ./coverage.out bytes=10 [2021-01-22T02:15:27.432Z] ==> Appending adjustments [2021-01-22T02:15:27.432Z] https://docs.codecov.io/docs/fixing-reports [2021-01-22T02:15:27.432Z] + Found adjustments [2021-01-22T02:15:27.696Z] ==> Gzipping contents [2021-01-22T02:15:27.696Z] 4.0K /tmp/codecov.0GJLNs.gz [2021-01-22T02:15:27.696Z] ==> Uploading reports [2021-01-22T02:15:27.696Z] url: https://codecov.io [2021-01-22T02:15:27.696Z] query: branch=PR-289&commit=07578eca39e83751994501bf10cbeecfadecca3f&build=5&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2FPR-289%2F5%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=289&job=&cmd_args= [2021-01-22T02:15:27.696Z] -> Pinging Codecov [2021-01-22T02:15:27.696Z] https://codecov.io/upload/v4?package=bash-20210115-cec3c92&token=secret&branch=PR-289&commit=07578eca39e83751994501bf10cbeecfadecca3f&build=5&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2FPR-289%2F5%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=289&job=&cmd_args= [2021-01-22T02:15:27.959Z] -> Uploading to [2021-01-22T02:15:27.959Z] https://storage.googleapis.com/codecov/v4/raw/2021-01-22/FB506323287CE973F263BFD2A0EB1F37/07578eca39e83751994501bf10cbeecfadecca3f/e90aae37-5f81-448d-9888-f7e67492ad23.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210122%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210122T021527Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=70e473a0251f6f93cf53f0aa28061ed76bf3d64a3b15e4cf5a8ca9b7a7a808ec [2021-01-22T02:15:27.959Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-22T02:15:27.959Z] Dload Upload Total Spent Left Speed [2021-01-22T02:15:28.535Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 2494 0 0 100 2494 0 5460 --:--:-- --:--:-- --:--:-- 5469 [2021-01-22T02:15:28.535Z] -> View reports at https://codecov.io/github/edgexfoundry/edgex-ui-go/commit/07578eca39e83751994501bf10cbeecfadecca3f [Pipeline] } [2021-01-22T02:15:28.545Z] 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-22T02:15:30.950Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-22T02:15:31.257Z] ---> package-listing.sh [2021-01-22T02:15:31.257Z] ++ facter osfamily [2021-01-22T02:15:31.257Z] ++ tr '[:upper:]' '[:lower:]' [2021-01-22T02:15:31.257Z] + OS_FAMILY=redhat [2021-01-22T02:15:31.257Z] + workspace=/w/workspace/edgexfoundry_edgex-ui-go_PR-289 [2021-01-22T02:15:31.257Z] + START_PACKAGES=/tmp/packages_start.txt [2021-01-22T02:15:31.257Z] + END_PACKAGES=/tmp/packages_end.txt [2021-01-22T02:15:31.257Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-01-22T02:15:31.257Z] + PACKAGES=/tmp/packages_start.txt [2021-01-22T02:15:31.257Z] + '[' /w/workspace/edgexfoundry_edgex-ui-go_PR-289 ']' [2021-01-22T02:15:31.257Z] + PACKAGES=/tmp/packages_end.txt [2021-01-22T02:15:31.257Z] + case "${OS_FAMILY}" in [2021-01-22T02:15:31.257Z] + rpm -qa [2021-01-22T02:15:31.257Z] + sort [2021-01-22T02:15:36.582Z] + '[' -f /tmp/packages_start.txt ']' [2021-01-22T02:15:36.582Z] + '[' -f /tmp/packages_end.txt ']' [2021-01-22T02:15:36.582Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-01-22T02:15:36.582Z] + '[' /w/workspace/edgexfoundry_edgex-ui-go_PR-289 ']' [2021-01-22T02:15:36.582Z] + mkdir -p /w/workspace/edgexfoundry_edgex-ui-go_PR-289/archives/ [2021-01-22T02:15:36.582Z] + 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-22T02:15:36.605Z] 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-22T02:15:36.903Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-01-22T02:15:37.214Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-22T02:15:37.214Z] [2021-01-22T02:15:37.214Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-01-22T02:15:37.573Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-22T02:15:37.573Z] alpine: Pulling from edgex-lftools-log-publisher [2021-01-22T02:15:37.573Z] df20fa9351a1: Pulling fs layer [2021-01-22T02:15:37.573Z] 36b3adc4ff6f: Pulling fs layer [2021-01-22T02:15:37.573Z] 8ad3a11d3b57: Pulling fs layer [2021-01-22T02:15:37.573Z] 46f8f816bc3b: Pulling fs layer [2021-01-22T02:15:37.573Z] 93b61091891f: Pulling fs layer [2021-01-22T02:15:37.573Z] 93b9cdb0e59b: Pulling fs layer [2021-01-22T02:15:37.573Z] 5e14af77c1be: Pulling fs layer [2021-01-22T02:15:37.573Z] 01666e4c0597: Pulling fs layer [2021-01-22T02:15:37.573Z] aa168da1d23b: Pulling fs layer [2021-01-22T02:15:37.573Z] 93b9cdb0e59b: Waiting [2021-01-22T02:15:37.573Z] 5e14af77c1be: Waiting [2021-01-22T02:15:37.573Z] 01666e4c0597: Waiting [2021-01-22T02:15:37.573Z] aa168da1d23b: Waiting [2021-01-22T02:15:37.573Z] 46f8f816bc3b: Waiting [2021-01-22T02:15:37.573Z] 93b61091891f: Waiting [2021-01-22T02:15:37.573Z] 36b3adc4ff6f: Verifying Checksum [2021-01-22T02:15:37.573Z] 36b3adc4ff6f: Download complete [2021-01-22T02:15:37.573Z] 46f8f816bc3b: Verifying Checksum [2021-01-22T02:15:37.573Z] 46f8f816bc3b: Download complete [2021-01-22T02:15:37.838Z] df20fa9351a1: Verifying Checksum [2021-01-22T02:15:37.838Z] df20fa9351a1: Download complete [2021-01-22T02:15:37.838Z] 93b9cdb0e59b: Verifying Checksum [2021-01-22T02:15:37.838Z] 93b9cdb0e59b: Download complete [2021-01-22T02:15:37.838Z] 93b61091891f: Verifying Checksum [2021-01-22T02:15:37.838Z] 93b61091891f: Download complete [2021-01-22T02:15:37.838Z] 5e14af77c1be: Download complete [2021-01-22T02:15:37.838Z] 01666e4c0597: Verifying Checksum [2021-01-22T02:15:37.838Z] 01666e4c0597: Download complete [2021-01-22T02:15:37.838Z] 8ad3a11d3b57: Verifying Checksum [2021-01-22T02:15:37.838Z] 8ad3a11d3b57: Download complete [2021-01-22T02:15:38.103Z] df20fa9351a1: Pull complete [2021-01-22T02:15:38.370Z] 36b3adc4ff6f: Pull complete [2021-01-22T02:15:39.330Z] 8ad3a11d3b57: Pull complete [2021-01-22T02:15:39.599Z] 46f8f816bc3b: Pull complete [2021-01-22T02:15:40.183Z] 93b61091891f: Pull complete [2021-01-22T02:15:40.183Z] aa168da1d23b: Verifying Checksum [2021-01-22T02:15:40.183Z] aa168da1d23b: Download complete [2021-01-22T02:15:40.447Z] 93b9cdb0e59b: Pull complete [2021-01-22T02:15:40.447Z] 5e14af77c1be: Pull complete [2021-01-22T02:15:40.447Z] 01666e4c0597: Pull complete [2021-01-22T02:15:48.641Z] aa168da1d23b: Pull complete [2021-01-22T02:15:48.641Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-01-22T02:15:48.641Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-22T02:15:48.641Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-01-22T02:15:48.870Z] prd-centos7-docker-4c-2g-22157 does not seem to be running inside a container [2021-01-22T02:15:48.926Z] $ 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-22T02:15:52.067Z] $ docker top 209343d848ae3a81911162891b07359c19f2f074a6037492ea917e77b4803952 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-22T02:15:52.630Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-01-22T02:15:52.933Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-01-22T02:15:53.238Z] + ls /var/log/sa-host [2021-01-22T02:15:53.238Z] + sadf -c /var/log/sa-host/sa22 [2021-01-22T02:15:53.238Z] file_magic: OK [2021-01-22T02:15:53.238Z] HZ: Using current value: 100 [2021-01-22T02:15:53.238Z] file_header: OK [2021-01-22T02:15:53.238Z] 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-22T02:15:53.238Z] Statistics: [2021-01-22T02:15:53.238Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-01-22T02:15:53.238Z] File successfully converted to sysstat format version 12.2.1 [2021-01-22T02:15:53.238Z] + sadf -c /var/log/sa-host/sa23 [2021-01-22T02:15:53.238Z] file_magic: OK [2021-01-22T02:15:53.238Z] HZ: Using current value: 100 [2021-01-22T02:15:53.238Z] file_header: OK [2021-01-22T02:15:53.238Z] 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-22T02:15:53.238Z] Statistics: [2021-01-22T02:15:53.238Z] Hnuu...uuuununununu... [2021-01-22T02:15:53.238Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-01-22T02:15:53.449Z] provisioning config files... [2021-01-22T02:15:53.467Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-289@tmp/config7778666294325188970tmp [Pipeline] { [Pipeline] echo [2021-01-22T02:15:53.543Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-22T02:15:53.849Z] ---> create-netrc.sh [Pipeline] } [2021-01-22T02:15:53.859Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-01-22T02:15:53.972Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-22T02:15:54.274Z] ---> python-tools-install.sh [Pipeline] echo [2021-01-22T02:15:54.286Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-22T02:15:54.587Z] ---> sudo-logs.sh [2021-01-22T02:15:54.587Z] Archiving 'sudo' log.. [Pipeline] echo [2021-01-22T02:15:54.600Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-22T02:15:54.904Z] ---> job-cost.sh [2021-01-22T02:15:54.904Z] lf-activate-venv: SKIPPING [2021-01-22T02:15:54.904Z] INFO: No Stack... [2021-01-22T02:15:56.828Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-01-22T02:15:57.090Z] INFO: Archiving Costs [Pipeline] echo [2021-01-22T02:15:57.106Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-22T02:15:57.416Z] ---> logs-deploy.sh [2021-01-22T02:15:57.417Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-ui-go/PR-289/5 [2021-01-22T02:15:57.417Z] INFO: archiving workspace using pattern(s): [2021-01-22T02:15:59.338Z] Archives upload complete. [2021-01-22T02:15:59.338Z] INFO: archiving logs to Nexus [2021-01-22T02:16:00.286Z] ---> uname -a: [2021-01-22T02:16:00.286Z] Linux prd-centos7-docker-4c-2g-22157.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux [2021-01-22T02:16:00.286Z] [2021-01-22T02:16:00.286Z] [2021-01-22T02:16:00.286Z] ---> lscpu: [2021-01-22T02:16:00.286Z] Architecture: x86_64 [2021-01-22T02:16:00.286Z] CPU op-mode(s): 32-bit, 64-bit [2021-01-22T02:16:00.286Z] Byte Order: Little Endian [2021-01-22T02:16:00.286Z] Address sizes: 40 bits physical, 48 bits virtual [2021-01-22T02:16:00.286Z] CPU(s): 4 [2021-01-22T02:16:00.286Z] On-line CPU(s) list: 0-3 [2021-01-22T02:16:00.286Z] Thread(s) per core: 1 [2021-01-22T02:16:00.286Z] Core(s) per socket: 1 [2021-01-22T02:16:00.286Z] Socket(s): 4 [2021-01-22T02:16:00.286Z] NUMA node(s): 1 [2021-01-22T02:16:00.286Z] Vendor ID: GenuineIntel [2021-01-22T02:16:00.286Z] CPU family: 6 [2021-01-22T02:16:00.286Z] Model: 44 [2021-01-22T02:16:00.286Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2021-01-22T02:16:00.286Z] Stepping: 1 [2021-01-22T02:16:00.286Z] CPU MHz: 2933.436 [2021-01-22T02:16:00.286Z] BogoMIPS: 5866.87 [2021-01-22T02:16:00.286Z] Virtualization: VT-x [2021-01-22T02:16:00.286Z] Hypervisor vendor: KVM [2021-01-22T02:16:00.286Z] Virtualization type: full [2021-01-22T02:16:00.286Z] L1d cache: 128 KiB [2021-01-22T02:16:00.286Z] L1i cache: 128 KiB [2021-01-22T02:16:00.286Z] L2 cache: 16 MiB [2021-01-22T02:16:00.286Z] L3 cache: 64 MiB [2021-01-22T02:16:00.286Z] NUMA node0 CPU(s): 0-3 [2021-01-22T02:16:00.286Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2021-01-22T02:16:00.286Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2021-01-22T02:16:00.286Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2021-01-22T02:16:00.286Z] Vulnerability Meltdown: Mitigation; PTI [2021-01-22T02:16:00.286Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2021-01-22T02:16:00.286Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2021-01-22T02:16:00.286Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2021-01-22T02:16:00.286Z] Vulnerability Srbds: Not affected [2021-01-22T02:16:00.286Z] Vulnerability Tsx async abort: Not affected [2021-01-22T02:16:00.286Z] Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp [2021-01-22T02:16:00.286Z] [2021-01-22T02:16:00.286Z]