Branch indexing Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of wshengqi for edgexfoundry/edgex-ui-go Loading trusted files from base branch master at 9ddfd456210eafbcec8994a78e6b2e43fb3d4aec rather than a69c54c209a4e3d1ed6c28225f7b27db404d29e2 Obtained Jenkinsfile from 9ddfd456210eafbcec8994a78e6b2e43fb3d4aec 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 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 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 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 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 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd # timeout=10 Commit message: "Merge pull request #306 from ernestojeda/disable-snyk-scan" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:edgex-ui-go] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-ui-go-settings PROJECT: edgex-ui-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-edgex-ui-go DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task ‘prd-centos7-docker-4c-2g-15505’ is offline Running on prd-centos7-docker-4c-2g-16706 in /w/workspace/edgexfoundry_edgex-ui-go_PR-280 [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-280 # 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 Merging remotes/origin/master commit 9ddfd456210eafbcec8994a78e6b2e43fb3d4aec into PR head commit a69c54c209a4e3d1ed6c28225f7b27db404d29e2 Merge succeeded, producing 360a1561c72257ce1c2455f787ec81e006222db9 Checking out Revision 360a1561c72257ce1c2455f787ec81e006222db9 (PR-280) 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/280/head:refs/remotes/origin/PR-280 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f a69c54c209a4e3d1ed6c28225f7b27db404d29e2 # 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 9ddfd456210eafbcec8994a78e6b2e43fb3d4aec # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 360a1561c72257ce1c2455f787ec81e006222db9 # timeout=10 Commit message: "Merge commit '9ddfd456210eafbcec8994a78e6b2e43fb3d4aec' into HEAD" > git rev-list --no-walk a69c54c209a4e3d1ed6c28225f7b27db404d29e2 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-12-18T02:06:32.551Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-12-18T02:06:32.910Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-12-18T02:06:33.047Z] ========================================================= [2020-12-18T02:06:33.047Z] EdgeX Global Pipelines Version Info [2020-12-18T02:06:33.047Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-12-18T02:06:34.619Z] ------------------- [2020-12-18T02:06:34.619Z] stable info: [2020-12-18T02:06:34.619Z] ------------------- [2020-12-18T02:06:34.619Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-12-18T02:06:34.619Z] Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd [2020-12-18T02:06:34.619Z] Message: update stable to v1.0.173 [2020-12-18T02:06:35.565Z] ------------------- [2020-12-18T02:06:35.565Z] experimental info: [2020-12-18T02:06:35.565Z] ------------------- [2020-12-18T02:06:35.565Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-12-18T02:06:35.565Z] Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd [2020-12-18T02:06:35.565Z] Message: update experimental to v1.0.173 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-12-18T02:06:35.856Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-ui-go-settings [Pipeline] echo [2020-12-18T02:06:35.959Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-ui-go [Pipeline] echo [2020-12-18T02:06:36.073Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-12-18T02:06:36.185Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-12-18T02:06:36.289Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-12-18T02:06:36.439Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-12-18T02:06:36.540Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-12-18T02:06:36.635Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-12-18T02:06:36.735Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2020-12-18T02:06:36.835Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-12-18T02:06:36.932Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-12-18T02:06:37.059Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-edgex-ui-go [Pipeline] echo [2020-12-18T02:06:37.153Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-12-18T02:06:37.247Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-12-18T02:06:37.375Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2020-12-18T02:06:37.470Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2020-12-18T02:06:37.569Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2020-12-18T02:06:37.665Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2020-12-18T02:06:37.767Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2020-12-18T02:06:37.880Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2020-12-18T02:06:37.992Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2020-12-18T02:06:38.088Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2020-12-18T02:06:38.186Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2020-12-18T02:06:38.281Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2020-12-18T02:06:38.370Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2020-12-18T02:06:38.502Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2020-12-18T02:06:38.595Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2020-12-18T02:06:38.688Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-280 [Pipeline] echo [2020-12-18T02:06:38.775Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-280 [Pipeline] echo [2020-12-18T02:06:38.886Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-280 [Pipeline] echo [2020-12-18T02:06:38.977Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 360a1561c72257ce1c2455f787ec81e006222db9 [Pipeline] echo [2020-12-18T02:06:39.067Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 360a156 [Pipeline] echo [2020-12-18T02:06:39.166Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-12-18T02:06:39.359Z] provisioning config files... [2020-12-18T02:06:39.390Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-280@tmp/config6811129693904126783tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-12-18T02:06:39.748Z] ---> docker-login.sh [2020-12-18T02:06:39.748Z] nexus3.edgexfoundry.org:10001 [2020-12-18T02:06:40.010Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-18T02:06:40.272Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-18T02:06:40.272Z] Configure a credential helper to remove this warning. See [2020-12-18T02:06:40.272Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-18T02:06:40.272Z] [2020-12-18T02:06:40.272Z] Login Succeeded [2020-12-18T02:06:40.272Z] nexus3.edgexfoundry.org:10002 [2020-12-18T02:06:40.272Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-18T02:06:40.533Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-18T02:06:40.533Z] Configure a credential helper to remove this warning. See [2020-12-18T02:06:40.533Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-18T02:06:40.533Z] [2020-12-18T02:06:40.533Z] Login Succeeded [2020-12-18T02:06:40.533Z] nexus3.edgexfoundry.org:10003 [2020-12-18T02:06:40.533Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-18T02:06:40.533Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-18T02:06:40.533Z] Configure a credential helper to remove this warning. See [2020-12-18T02:06:40.533Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-18T02:06:40.533Z] [2020-12-18T02:06:40.533Z] Login Succeeded [2020-12-18T02:06:40.533Z] nexus3.edgexfoundry.org:10004 [2020-12-18T02:06:40.794Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-18T02:06:40.794Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-18T02:06:40.794Z] Configure a credential helper to remove this warning. See [2020-12-18T02:06:40.794Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-18T02:06:40.794Z] [2020-12-18T02:06:40.794Z] Login Succeeded [2020-12-18T02:06:40.794Z] docker.io [2020-12-18T02:06:40.794Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-18T02:06:41.057Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-18T02:06:41.057Z] Configure a credential helper to remove this warning. See [2020-12-18T02:06:41.057Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-18T02:06:41.057Z] [2020-12-18T02:06:41.057Z] Login Succeeded [2020-12-18T02:06:41.057Z] ---> docker-login.sh ends [Pipeline] } [2020-12-18T02:06:41.067Z] 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 [2020-12-18T02:06:41.906Z] + git log --format=format:%s -1 360a1561c72257ce1c2455f787ec81e006222db9 [Pipeline] echo [2020-12-18T02:06:41.980Z] GIT_COMMIT: 360a1561c72257ce1c2455f787ec81e006222db9, Commit Message: Merge commit '9ddfd456210eafbcec8994a78e6b2e43fb3d4aec' into HEAD [Pipeline] echo [2020-12-18T02:06:42.032Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2020-12-18T02:06:43.042Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-18T02:06:43.043Z] [2020-12-18T02:06:43.043Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-12-18T02:06:43.388Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-18T02:06:43.388Z] latest: Pulling from edgex-devops/git-semver [2020-12-18T02:06:43.388Z] 31603596830f: Pulling fs layer [2020-12-18T02:06:43.388Z] 2a8b12db71e7: Pulling fs layer [2020-12-18T02:06:43.388Z] 6ca5941a6612: Pulling fs layer [2020-12-18T02:06:43.388Z] ecc8261a40a4: Pulling fs layer [2020-12-18T02:06:43.388Z] ecc8261a40a4: Waiting [2020-12-18T02:06:43.388Z] 2a8b12db71e7: Verifying Checksum [2020-12-18T02:06:43.388Z] 2a8b12db71e7: Download complete [2020-12-18T02:06:43.649Z] 31603596830f: Verifying Checksum [2020-12-18T02:06:43.649Z] 31603596830f: Download complete [2020-12-18T02:06:43.649Z] 6ca5941a6612: Verifying Checksum [2020-12-18T02:06:43.649Z] 6ca5941a6612: Download complete [2020-12-18T02:06:43.912Z] ecc8261a40a4: Verifying Checksum [2020-12-18T02:06:43.912Z] ecc8261a40a4: Download complete [2020-12-18T02:06:43.912Z] 31603596830f: Pull complete [2020-12-18T02:06:44.175Z] 2a8b12db71e7: Pull complete [2020-12-18T02:06:45.131Z] 6ca5941a6612: Pull complete [2020-12-18T02:06:45.131Z] ecc8261a40a4: Pull complete [2020-12-18T02:06:45.131Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-12-18T02:06:45.394Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-18T02:06:45.394Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-12-18T02:06:45.498Z] prd-centos7-docker-4c-2g-16706 does not seem to be running inside a container [2020-12-18T02:06:45.558Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_edgex-ui-go_PR-280 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-280:/w/workspace/edgexfoundry_edgex-ui-go_PR-280:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-280@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-280@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-12-18T02:06:47.814Z] $ docker top e520e470a07537a512eb2b15ae778143a845db3733ca77a5c7240cc0645621cf -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-12-18T02:06:48.204Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-12-18T02:06:48.204Z] [ssh-agent] Looking for ssh-agent implementation... [2020-12-18T02:06:48.427Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-12-18T02:06:48.433Z] $ docker exec e520e470a07537a512eb2b15ae778143a845db3733ca77a5c7240cc0645621cf ssh-agent [2020-12-18T02:06:48.894Z] SSH_AUTH_SOCK=/tmp/ssh-peIbGppNkvkC/agent.12 [2020-12-18T02:06:48.894Z] SSH_AGENT_PID=17 [2020-12-18T02:06:48.990Z] Running ssh-add (command line suppressed) [2020-12-18T02:06:49.128Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_PR-280@tmp/private_key_4977594433342061594.key (/w/workspace/edgexfoundry_edgex-ui-go_PR-280@tmp/private_key_4977594433342061594.key) [2020-12-18T02:06:49.193Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-12-18T02:06:49.537Z] + git tag --points-at HEAD [Pipeline] } [2020-12-18T02:06:49.561Z] $ docker exec --env ******** --env ******** e520e470a07537a512eb2b15ae778143a845db3733ca77a5c7240cc0645621cf ssh-agent -k [2020-12-18T02:06:49.683Z] unset SSH_AUTH_SOCK; [2020-12-18T02:06:49.683Z] unset SSH_AGENT_PID; [2020-12-18T02:06:49.683Z] echo Agent pid 17 killed; [2020-12-18T02:06:49.727Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2020-12-18T02:06:49.871Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-12-18T02:06:49.871Z] [ssh-agent] Looking for ssh-agent implementation... [2020-12-18T02:06:50.039Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-12-18T02:06:50.045Z] $ docker exec e520e470a07537a512eb2b15ae778143a845db3733ca77a5c7240cc0645621cf ssh-agent [2020-12-18T02:06:50.211Z] SSH_AUTH_SOCK=/tmp/ssh-WCsyWjt2dITQ/agent.46 [2020-12-18T02:06:50.212Z] SSH_AGENT_PID=51 [2020-12-18T02:06:50.219Z] Running ssh-add (command line suppressed) [2020-12-18T02:06:50.343Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_PR-280@tmp/private_key_4410457300625788136.key (/w/workspace/edgexfoundry_edgex-ui-go_PR-280@tmp/private_key_4410457300625788136.key) [2020-12-18T02:06:50.393Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-12-18T02:06:50.732Z] + git semver init [2020-12-18T02:06:50.732Z] # -> Open(): unable to determine branch for HEAD [2020-12-18T02:06:50.732Z] # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_PR-280/.git [2020-12-18T02:06:50.732Z] # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_PR-280 [2020-12-18T02:06:50.732Z] # $SEMVER_REMOTE_NAME = origin [2020-12-18T02:06:50.732Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-12-18T02:06:50.732Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-12-18T02:06:50.732Z] # $SEMVER_BRANCH = PR-280 [2020-12-18T02:06:50.732Z] # $SEMVER_TEMP = /tmp/semver-253185496 [2020-12-18T02:06:50.732Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-ui-go.git $SEMVER_TEMP [2020-12-18T02:06:51.680Z] # '/tmp/semver-253185496' -> '/w/workspace/edgexfoundry_edgex-ui-go_PR-280/.semver' [2020-12-18T02:06:51.680Z] # -> Force: false [2020-12-18T02:06:51.680Z] # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_PR-280/.semver [Pipeline] } [2020-12-18T02:06:51.694Z] $ docker exec --env ******** --env ******** e520e470a07537a512eb2b15ae778143a845db3733ca77a5c7240cc0645621cf ssh-agent -k [2020-12-18T02:06:51.807Z] unset SSH_AUTH_SOCK; [2020-12-18T02:06:51.808Z] unset SSH_AGENT_PID; [2020-12-18T02:06:51.808Z] echo Agent pid 51 killed; [2020-12-18T02:06:51.859Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-12-18T02:06:52.359Z] + git semver [Pipeline] } [2020-12-18T02:06:52.380Z] $ docker stop --time=1 e520e470a07537a512eb2b15ae778143a845db3733ca77a5c7240cc0645621cf [2020-12-18T02:06:53.777Z] $ docker rm -f e520e470a07537a512eb2b15ae778143a845db3733ca77a5c7240cc0645621cf [Pipeline] // withDockerContainer [Pipeline] sh [2020-12-18T02:06:54.240Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2020-12-18T02:06:54.641Z] Stashed 1 file(s) [Pipeline] echo [2020-12-18T02:06:54.644Z] [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 [2020-12-18T02:07:10.157Z] Still waiting to schedule task [2020-12-18T02:07:10.157Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2020-12-18T02:07:10.160Z] Still waiting to schedule task [2020-12-18T02:07:10.160Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2020-12-18T02:09:00.978Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-16707 in /w/workspace/edgexfoundry_edgex-ui-go_PR-280 [Pipeline] { [Pipeline] ws [2020-12-18T02:09:01.084Z] Running in /w/workspace/edgex-ui-go/3 [Pipeline] { [Pipeline] checkout [2020-12-18T02:09:06.335Z] using credential edgex-jenkins-ssh [2020-12-18T02:09:06.397Z] Cloning the remote Git repository [2020-12-18T02:09:06.462Z] Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git [2020-12-18T02:09:06.570Z] > git init /w/workspace/edgex-ui-go/3 # timeout=10 [2020-12-18T02:09:06.667Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2020-12-18T02:09:06.668Z] > git --version # timeout=10 [2020-12-18T02:09:06.684Z] > git --version # 'git version 2.17.1' [2020-12-18T02:09:06.685Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-18T02:09:06.759Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-18T02:09:08.123Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2020-12-18T02:09:08.144Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-18T02:09:08.173Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2020-12-18T02:09:08.224Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2020-12-18T02:09:08.225Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-18T02:09:08.238Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/280/head:refs/remotes/origin/PR-280 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-12-18T02:09:08.829Z] Merging remotes/origin/master commit 9ddfd456210eafbcec8994a78e6b2e43fb3d4aec into PR head commit a69c54c209a4e3d1ed6c28225f7b27db404d29e2 [2020-12-18T02:09:09.431Z] Merge succeeded, producing be67afd7afb9fab6b97ec213dce4c5e187b3d8b2 [2020-12-18T02:09:09.432Z] Checking out Revision be67afd7afb9fab6b97ec213dce4c5e187b3d8b2 (PR-280) [2020-12-18T02:09:08.855Z] > git config core.sparsecheckout # timeout=10 [2020-12-18T02:09:08.880Z] > git checkout -f a69c54c209a4e3d1ed6c28225f7b27db404d29e2 # timeout=10 [2020-12-18T02:09:09.145Z] > git remote # timeout=10 [2020-12-18T02:09:09.170Z] > git config --get remote.origin.url # timeout=10 [2020-12-18T02:09:09.192Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-18T02:09:09.203Z] > git merge 9ddfd456210eafbcec8994a78e6b2e43fb3d4aec # timeout=10 [2020-12-18T02:09:09.418Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-12-18T02:09:09.444Z] > git config core.sparsecheckout # timeout=10 [2020-12-18T02:09:09.456Z] > git checkout -f be67afd7afb9fab6b97ec213dce4c5e187b3d8b2 # timeout=10 [2020-12-18T02:09:14.017Z] Commit message: "Merge commit '9ddfd456210eafbcec8994a78e6b2e43fb3d4aec' into HEAD" [2020-12-18T02:09:14.031Z] > git rev-list --no-walk a69c54c209a4e3d1ed6c28225f7b27db404d29e2 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-12-18T02:09:15.710Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2020-12-18T02:09:16.131Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2020-12-18T02:09:16.475Z] + + sudo servicetrue docker restart [2020-12-18T02:09:16.475Z] [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-12-18T02:09:18.580Z] provisioning config files... [2020-12-18T02:09:18.623Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/3@tmp/config3127515124331704649tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-12-18T02:09:19.072Z] ---> docker-login.sh [2020-12-18T02:09:19.072Z] nexus3.edgexfoundry.org:10001 [2020-12-18T02:09:20.067Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-18T02:09:20.345Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-18T02:09:20.345Z] Configure a credential helper to remove this warning. See [2020-12-18T02:09:20.345Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-18T02:09:20.345Z] [2020-12-18T02:09:20.345Z] Login Succeeded [2020-12-18T02:09:20.345Z] nexus3.edgexfoundry.org:10002 [2020-12-18T02:09:20.626Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-18T02:09:20.901Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-18T02:09:20.901Z] Configure a credential helper to remove this warning. See [2020-12-18T02:09:20.901Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-18T02:09:20.901Z] [2020-12-18T02:09:20.901Z] Login Succeeded [2020-12-18T02:09:20.901Z] nexus3.edgexfoundry.org:10003 [2020-12-18T02:09:21.173Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-18T02:09:21.449Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-18T02:09:21.449Z] Configure a credential helper to remove this warning. See [2020-12-18T02:09:21.449Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-18T02:09:21.449Z] [2020-12-18T02:09:21.449Z] Login Succeeded [2020-12-18T02:09:21.449Z] nexus3.edgexfoundry.org:10004 [2020-12-18T02:09:21.727Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-18T02:09:22.001Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-18T02:09:22.001Z] Configure a credential helper to remove this warning. See [2020-12-18T02:09:22.001Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-18T02:09:22.001Z] [2020-12-18T02:09:22.001Z] Login Succeeded [2020-12-18T02:09:22.001Z] docker.io [2020-12-18T02:09:22.275Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-18T02:09:22.867Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-18T02:09:22.867Z] Configure a credential helper to remove this warning. See [2020-12-18T02:09:22.867Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-18T02:09:22.867Z] [2020-12-18T02:09:22.867Z] Login Succeeded [2020-12-18T02:09:22.867Z] ---> docker-login.sh ends [Pipeline] } [2020-12-18T02:09:22.884Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2020-12-18T02:09:23.361Z] ========================================================= [2020-12-18T02:09:23.361Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-12-18T02:09:23.361Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-12-18T02:09:23.782Z] + 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 . [2020-12-18T02:09:24.393Z] Sending build context to Docker daemon 16.59MB [2020-12-18T02:09:24.393Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2020-12-18T02:09:24.393Z] Step 2/8 : FROM ${BASE} [2020-12-18T02:09:24.668Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-12-18T02:09:24.668Z] 5f621e34cdf4: Pulling fs layer [2020-12-18T02:09:24.668Z] a4357932f1b6: Pulling fs layer [2020-12-18T02:09:24.668Z] 18c013af1878: Pulling fs layer [2020-12-18T02:09:24.668Z] 00ac8860ef70: Pulling fs layer [2020-12-18T02:09:24.668Z] 63d7cb157983: Pulling fs layer [2020-12-18T02:09:24.668Z] b116817d02f9: Pulling fs layer [2020-12-18T02:09:24.668Z] 63d7cb157983: Waiting [2020-12-18T02:09:24.668Z] b116817d02f9: Waiting [2020-12-18T02:09:24.668Z] 00ac8860ef70: Waiting [2020-12-18T02:09:24.668Z] 745a02a5169b: Pulling fs layer [2020-12-18T02:09:24.668Z] 745a02a5169b: Waiting [2020-12-18T02:09:24.668Z] 18c013af1878: Verifying Checksum [2020-12-18T02:09:24.668Z] 18c013af1878: Download complete [2020-12-18T02:09:24.668Z] a4357932f1b6: Download complete [2020-12-18T02:09:24.668Z] 63d7cb157983: Download complete [2020-12-18T02:09:24.668Z] b116817d02f9: Verifying Checksum [2020-12-18T02:09:24.668Z] b116817d02f9: Download complete [2020-12-18T02:09:24.668Z] 5f621e34cdf4: Verifying Checksum [2020-12-18T02:09:24.668Z] 5f621e34cdf4: Download complete [2020-12-18T02:09:25.267Z] 5f621e34cdf4: Pull complete [2020-12-18T02:09:25.896Z] a4357932f1b6: Pull complete [2020-12-18T02:09:26.179Z] 18c013af1878: Pull complete [2020-12-18T02:09:27.618Z] 745a02a5169b: Verifying Checksum [2020-12-18T02:09:27.618Z] 745a02a5169b: Download complete [2020-12-18T02:09:28.599Z] 00ac8860ef70: Verifying Checksum [2020-12-18T02:09:28.599Z] 00ac8860ef70: Download complete [2020-12-18T02:09:38.783Z] 00ac8860ef70: Pull complete [2020-12-18T02:09:39.056Z] 63d7cb157983: Pull complete [2020-12-18T02:09:39.651Z] b116817d02f9: Pull complete [2020-12-18T02:09:43.057Z] 745a02a5169b: Pull complete [2020-12-18T02:09:43.057Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2020-12-18T02:09:43.057Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-12-18T02:09:43.057Z] ---> b7e6874047d6 [2020-12-18T02:09:43.057Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-12-18T02:09:45.624Z] Running on prd-centos7-docker-4c-2g-16708 in /w/workspace/edgexfoundry_edgex-ui-go_PR-280 [Pipeline] { [Pipeline] ws [2020-12-18T02:09:45.693Z] Running in /w/workspace/edgex-ui-go/3 [Pipeline] { [Pipeline] checkout [2020-12-18T02:09:46.455Z] ---> Running in bd70bec5751a [2020-12-18T02:09:47.055Z] Removing intermediate container bd70bec5751a [2020-12-18T02:09:47.055Z] ---> 927e0d0dab7f [2020-12-18T02:09:47.055Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-18T02:09:47.055Z] ---> Running in b4db3475b932 [2020-12-18T02:09:48.222Z] using credential edgex-jenkins-ssh [2020-12-18T02:09:48.301Z] Cloning the remote Git repository [2020-12-18T02:09:48.333Z] Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git [2020-12-18T02:09:48.408Z] > git init /w/workspace/edgex-ui-go/3 # timeout=10 [2020-12-18T02:09:48.464Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2020-12-18T02:09:48.466Z] > git --version # timeout=10 [2020-12-18T02:09:48.475Z] > git --version # 'git version 2.24.3' [2020-12-18T02:09:48.476Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-18T02:09:48.503Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-18T02:09:49.679Z] Removing intermediate container b4db3475b932 [2020-12-18T02:09:49.679Z] ---> 7fe7f8d7749d [2020-12-18T02:09:49.679Z] Step 5/8 : RUN apk add --no-cache make git [2020-12-18T02:09:49.679Z] ---> Running in 8618f091c3ce [2020-12-18T02:09:49.938Z] Merging remotes/origin/master commit 9ddfd456210eafbcec8994a78e6b2e43fb3d4aec into PR head commit a69c54c209a4e3d1ed6c28225f7b27db404d29e2 [2020-12-18T02:09:50.213Z] Merge succeeded, producing ceb97b78d4abbe6407633953f997a5cdfbb0c6dc [2020-12-18T02:09:50.214Z] Checking out Revision ceb97b78d4abbe6407633953f997a5cdfbb0c6dc (PR-280) [2020-12-18T02:09:49.428Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2020-12-18T02:09:49.438Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-18T02:09:49.448Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2020-12-18T02:09:49.464Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2020-12-18T02:09:49.464Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-18T02:09:49.468Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/280/head:refs/remotes/origin/PR-280 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-12-18T02:09:49.950Z] > git config core.sparsecheckout # timeout=10 [2020-12-18T02:09:49.957Z] > git checkout -f a69c54c209a4e3d1ed6c28225f7b27db404d29e2 # timeout=10 [2020-12-18T02:09:50.082Z] > git remote # timeout=10 [2020-12-18T02:09:50.088Z] > git config --get remote.origin.url # timeout=10 [2020-12-18T02:09:50.094Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-18T02:09:50.097Z] > git merge 9ddfd456210eafbcec8994a78e6b2e43fb3d4aec # timeout=10 [2020-12-18T02:09:50.206Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-12-18T02:09:50.219Z] > git config core.sparsecheckout # timeout=10 [2020-12-18T02:09:50.229Z] > git checkout -f ceb97b78d4abbe6407633953f997a5cdfbb0c6dc # timeout=10 [2020-12-18T02:09:50.663Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-18T02:09:51.636Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-18T02:09:52.230Z] OK: 142 MiB in 39 packages [2020-12-18T02:09:53.666Z] Removing intermediate container 8618f091c3ce [2020-12-18T02:09:53.666Z] ---> 0cd7e7933657 [2020-12-18T02:09:53.666Z] Step 6/8 : WORKDIR /edgex-ui-go [2020-12-18T02:09:53.666Z] ---> Running in 78b360bd4ea0 [2020-12-18T02:09:53.861Z] Commit message: "Merge commit '9ddfd456210eafbcec8994a78e6b2e43fb3d4aec' into HEAD" [2020-12-18T02:09:53.867Z] > git rev-list --no-walk a69c54c209a4e3d1ed6c28225f7b27db404d29e2 # timeout=10 [2020-12-18T02:09:53.940Z] Removing intermediate container 78b360bd4ea0 [2020-12-18T02:09:53.940Z] ---> c10a5b1785f1 [2020-12-18T02:09:53.940Z] Step 7/8 : COPY . . [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-12-18T02:09:55.100Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2020-12-18T02:09:55.429Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2020-12-18T02:09:55.731Z] + sudo service docker restart [2020-12-18T02:09:55.731Z] + true [2020-12-18T02:09:55.731Z] Redirecting to /bin/systemctl restart docker.service [2020-12-18T02:09:55.913Z] ---> 5dd94cef60b6 [2020-12-18T02:09:55.913Z] Step 8/8 : RUN go mod download [2020-12-18T02:09:56.188Z] ---> Running in 5fcdd2ecb2b7 [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-12-18T02:09:56.778Z] provisioning config files... [2020-12-18T02:09:56.806Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/3@tmp/config6854623401508133788tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-12-18T02:09:57.171Z] ---> docker-login.sh [2020-12-18T02:09:57.171Z] nexus3.edgexfoundry.org:10001 [2020-12-18T02:09:57.435Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-18T02:09:57.435Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-18T02:09:57.435Z] Configure a credential helper to remove this warning. See [2020-12-18T02:09:57.435Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-18T02:09:57.435Z] [2020-12-18T02:09:57.435Z] Login Succeeded [2020-12-18T02:09:57.435Z] nexus3.edgexfoundry.org:10002 [2020-12-18T02:09:57.697Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-18T02:09:57.698Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-18T02:09:57.698Z] Configure a credential helper to remove this warning. See [2020-12-18T02:09:57.698Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-18T02:09:57.698Z] [2020-12-18T02:09:57.698Z] Login Succeeded [2020-12-18T02:09:57.698Z] nexus3.edgexfoundry.org:10003 [2020-12-18T02:09:57.962Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-18T02:09:57.962Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-18T02:09:57.962Z] Configure a credential helper to remove this warning. See [2020-12-18T02:09:57.962Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-18T02:09:57.962Z] [2020-12-18T02:09:57.962Z] Login Succeeded [2020-12-18T02:09:57.962Z] nexus3.edgexfoundry.org:10004 [2020-12-18T02:09:57.962Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-18T02:09:58.223Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-18T02:09:58.223Z] Configure a credential helper to remove this warning. See [2020-12-18T02:09:58.223Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-18T02:09:58.223Z] [2020-12-18T02:09:58.223Z] Login Succeeded [2020-12-18T02:09:58.223Z] docker.io [2020-12-18T02:09:58.223Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-18T02:09:58.486Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-18T02:09:58.486Z] Configure a credential helper to remove this warning. See [2020-12-18T02:09:58.486Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-18T02:09:58.486Z] [2020-12-18T02:09:58.486Z] Login Succeeded [2020-12-18T02:09:58.486Z] ---> docker-login.sh ends [Pipeline] } [2020-12-18T02:09:58.495Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2020-12-18T02:09:58.886Z] ========================================================= [2020-12-18T02:09:58.886Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-12-18T02:09:58.886Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-12-18T02:09:59.244Z] + 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 . [2020-12-18T02:09:59.512Z] Sending build context to Docker daemon 16.59MB [2020-12-18T02:09:59.512Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2020-12-18T02:09:59.512Z] Step 2/8 : FROM ${BASE} [2020-12-18T02:09:59.780Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-12-18T02:09:59.780Z] 188c0c94c7c5: Pulling fs layer [2020-12-18T02:09:59.780Z] 0ef7d3d256c8: Pulling fs layer [2020-12-18T02:09:59.780Z] de9db76c5a1d: Pulling fs layer [2020-12-18T02:09:59.780Z] bca2f99d35d6: Pulling fs layer [2020-12-18T02:09:59.780Z] 93359f2a8cfa: Pulling fs layer [2020-12-18T02:09:59.780Z] 7c6f9722023f: Pulling fs layer [2020-12-18T02:09:59.780Z] a35cf1a2eb13: Pulling fs layer [2020-12-18T02:09:59.780Z] bca2f99d35d6: Waiting [2020-12-18T02:09:59.780Z] 93359f2a8cfa: Waiting [2020-12-18T02:09:59.780Z] 7c6f9722023f: Waiting [2020-12-18T02:09:59.780Z] a35cf1a2eb13: Waiting [2020-12-18T02:09:59.780Z] de9db76c5a1d: Verifying Checksum [2020-12-18T02:09:59.780Z] de9db76c5a1d: Download complete [2020-12-18T02:09:59.780Z] 0ef7d3d256c8: Download complete [2020-12-18T02:09:59.780Z] 93359f2a8cfa: Download complete [2020-12-18T02:09:59.780Z] 188c0c94c7c5: Verifying Checksum [2020-12-18T02:09:59.780Z] 188c0c94c7c5: Download complete [2020-12-18T02:09:59.780Z] 7c6f9722023f: Verifying Checksum [2020-12-18T02:09:59.780Z] 7c6f9722023f: Download complete [2020-12-18T02:10:00.064Z] 188c0c94c7c5: Pull complete [2020-12-18T02:10:00.331Z] 0ef7d3d256c8: Pull complete [2020-12-18T02:10:00.594Z] de9db76c5a1d: Pull complete [2020-12-18T02:10:02.000Z] a35cf1a2eb13: Verifying Checksum [2020-12-18T02:10:02.000Z] a35cf1a2eb13: Download complete [2020-12-18T02:10:02.268Z] bca2f99d35d6: Verifying Checksum [2020-12-18T02:10:02.268Z] bca2f99d35d6: Download complete [2020-12-18T02:10:07.607Z] bca2f99d35d6: Pull complete [2020-12-18T02:10:07.607Z] 93359f2a8cfa: Pull complete [2020-12-18T02:10:07.607Z] 7c6f9722023f: Pull complete [2020-12-18T02:10:14.225Z] a35cf1a2eb13: Pull complete [2020-12-18T02:10:14.225Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2020-12-18T02:10:14.225Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-12-18T02:10:14.225Z] ---> a62c8e92a672 [2020-12-18T02:10:14.225Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-12-18T02:10:14.225Z] ---> Running in 41e9e54a76ba [2020-12-18T02:10:14.225Z] Removing intermediate container 41e9e54a76ba [2020-12-18T02:10:14.225Z] ---> b94d11bbdc17 [2020-12-18T02:10:14.225Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-18T02:10:14.499Z] ---> Running in 4fa401dccbea [2020-12-18T02:10:15.455Z] Removing intermediate container 4fa401dccbea [2020-12-18T02:10:15.455Z] ---> b573625f3b02 [2020-12-18T02:10:15.455Z] Step 5/8 : RUN apk add --no-cache make git [2020-12-18T02:10:15.455Z] ---> Running in 3392679099cd [2020-12-18T02:10:16.033Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-18T02:10:16.981Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-18T02:10:17.243Z] OK: 166 MiB in 39 packages [2020-12-18T02:10:17.824Z] Removing intermediate container 3392679099cd [2020-12-18T02:10:17.824Z] ---> 7ddadaa0bc19 [2020-12-18T02:10:17.824Z] Step 6/8 : WORKDIR /edgex-ui-go [2020-12-18T02:10:17.824Z] ---> Running in 29d9bd43c63e [2020-12-18T02:10:18.087Z] Removing intermediate container 29d9bd43c63e [2020-12-18T02:10:18.087Z] ---> 488df0c659e5 [2020-12-18T02:10:18.087Z] Step 7/8 : COPY . . [2020-12-18T02:10:20.018Z] ---> e93c06df4efe [2020-12-18T02:10:20.018Z] Step 8/8 : RUN go mod download [2020-12-18T02:10:20.018Z] ---> Running in e544218b686f [2020-12-18T02:10:22.993Z] Removing intermediate container 5fcdd2ecb2b7 [2020-12-18T02:10:22.993Z] ---> 212212dc888c [2020-12-18T02:10:22.993Z] Successfully built 212212dc888c [2020-12-18T02:10:22.993Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-12-18T02:10:23.332Z] + docker inspect -f . ci-base-image-arm64 [2020-12-18T02:10:23.332Z] . [Pipeline] withDockerContainer [2020-12-18T02:10:23.603Z] prd-ubuntu18.04-docker-arm64-4c-16g-16707 does not seem to be running inside a container [2020-12-18T02:10:23.695Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/3 -v /w/workspace/edgex-ui-go/3:/w/workspace/edgex-ui-go/3:rw,z -v /w/workspace/edgex-ui-go/3@tmp:/w/workspace/edgex-ui-go/3@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 [2020-12-18T02:10:25.001Z] $ docker top def907ea43b305354c00a27b200ff5fcd4bd302a4658012593ad72aedf68d32e -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-18T02:10:26.073Z] + go version [2020-12-18T02:10:26.073Z] go version go1.15.5 linux/arm64 [Pipeline] } [2020-12-18T02:10:26.102Z] $ docker stop --time=1 def907ea43b305354c00a27b200ff5fcd4bd302a4658012593ad72aedf68d32e [2020-12-18T02:10:28.001Z] $ docker rm -f def907ea43b305354c00a27b200ff5fcd4bd302a4658012593ad72aedf68d32e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-18T02:10:28.976Z] + docker inspect -f . ci-base-image-arm64 [2020-12-18T02:10:28.976Z] . [Pipeline] withDockerContainer [2020-12-18T02:10:29.242Z] prd-ubuntu18.04-docker-arm64-4c-16g-16707 does not seem to be running inside a container [2020-12-18T02:10:29.326Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/3 -v /w/workspace/edgex-ui-go/3:/w/workspace/edgex-ui-go/3:rw,z -v /w/workspace/edgex-ui-go/3@tmp:/w/workspace/edgex-ui-go/3@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 [2020-12-18T02:10:30.846Z] $ docker top 629ebc9e35a55a6be5e8c31e58627c1f5e909d6c3d6669d71ea1394cb5811611 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-18T02:10:31.871Z] + make test [2020-12-18T02:10:31.871Z] GO111MODULE=on go test -coverprofile=coverage.out ./... [2020-12-18T02:10:33.311Z] ? github.com/edgexfoundry/edgex-ui-go [no test files] [2020-12-18T02:10:42.072Z] Removing intermediate container e544218b686f [2020-12-18T02:10:42.073Z] ---> cedf73311eef [2020-12-18T02:10:42.073Z] Successfully built cedf73311eef [2020-12-18T02:10:42.073Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2020-12-18T02:10:42.392Z] + docker inspect -f . ci-base-image-x86_64 [2020-12-18T02:10:42.392Z] . [Pipeline] withDockerContainer [2020-12-18T02:10:42.518Z] prd-centos7-docker-4c-2g-16708 does not seem to be running inside a container [2020-12-18T02:10:42.570Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/3 -v /w/workspace/edgex-ui-go/3:/w/workspace/edgex-ui-go/3:rw,z -v /w/workspace/edgex-ui-go/3@tmp:/w/workspace/edgex-ui-go/3@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 [2020-12-18T02:10:44.154Z] $ docker top 836c32d7802967ebf59a7bda41fdcb6e2c6c08883b1ccbf3c4a3ce9d4d306f7a -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-18T02:10:44.659Z] + go version [2020-12-18T02:10:44.659Z] go version go1.15.5 linux/amd64 [Pipeline] } [2020-12-18T02:10:44.676Z] $ docker stop --time=1 836c32d7802967ebf59a7bda41fdcb6e2c6c08883b1ccbf3c4a3ce9d4d306f7a [2020-12-18T02:10:46.030Z] $ docker rm -f 836c32d7802967ebf59a7bda41fdcb6e2c6c08883b1ccbf3c4a3ce9d4d306f7a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-18T02:10:46.917Z] + docker inspect -f . ci-base-image-x86_64 [2020-12-18T02:10:46.917Z] . [Pipeline] withDockerContainer [2020-12-18T02:10:47.011Z] prd-centos7-docker-4c-2g-16708 does not seem to be running inside a container [2020-12-18T02:10:47.059Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/3 -v /w/workspace/edgex-ui-go/3:/w/workspace/edgex-ui-go/3:rw,z -v /w/workspace/edgex-ui-go/3@tmp:/w/workspace/edgex-ui-go/3@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 [2020-12-18T02:10:47.614Z] $ docker top c231bee0b091a3e0685c8f24404cd118ea2f4588c6cefea20a89510b5a1924c8 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-18T02:10:48.094Z] + make test [2020-12-18T02:10:48.094Z] GO111MODULE=on go test -coverprofile=coverage.out ./... [2020-12-18T02:10:49.052Z] ? github.com/edgexfoundry/edgex-ui-go [no test files] [2020-12-18T02:10:57.316Z] ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] [2020-12-18T02:10:57.316Z] ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] [2020-12-18T02:10:57.316Z] ? github.com/edgexfoundry/edgex-ui-go/internal/component [no test files] [2020-12-18T02:10:57.316Z] ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] [2020-12-18T02:10:57.316Z] ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] [2020-12-18T02:10:57.316Z] ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] [2020-12-18T02:10:57.316Z] ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] [2020-12-18T02:10:57.316Z] ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] [2020-12-18T02:10:57.316Z] ? github.com/edgexfoundry/edgex-ui-go/internal/pkg/usage [no test files] [2020-12-18T02:10:57.316Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] [2020-12-18T02:10:57.316Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] [2020-12-18T02:10:57.316Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] [2020-12-18T02:10:57.316Z] GO111MODULE=on go vet ./... [Pipeline] } [2020-12-18T02:10:57.598Z] $ docker stop --time=1 c231bee0b091a3e0685c8f24404cd118ea2f4588c6cefea20a89510b5a1924c8 [2020-12-18T02:10:59.784Z] $ docker rm -f c231bee0b091a3e0685c8f24404cd118ea2f4588c6cefea20a89510b5a1924c8 [Pipeline] // withDockerContainer [Pipeline] sh [2020-12-18T02:11:00.149Z] ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] [2020-12-18T02:11:00.149Z] ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] [2020-12-18T02:11:00.149Z] ? github.com/edgexfoundry/edgex-ui-go/internal/component [no test files] [2020-12-18T02:11:00.149Z] ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] [2020-12-18T02:11:00.149Z] ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] [2020-12-18T02:11:00.149Z] ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] [2020-12-18T02:11:00.149Z] ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] [2020-12-18T02:11:00.149Z] ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] [2020-12-18T02:11:00.149Z] ? github.com/edgexfoundry/edgex-ui-go/internal/pkg/usage [no test files] [2020-12-18T02:11:00.149Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] [2020-12-18T02:11:00.149Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] [2020-12-18T02:11:00.149Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] [2020-12-18T02:11:00.149Z] GO111MODULE=on go vet ./... [2020-12-18T02:11:00.384Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2020-12-18T02:11:00.702Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [2020-12-18T02:11:00.820Z] $ docker stop --time=1 629ebc9e35a55a6be5e8c31e58627c1f5e909d6c3d6669d71ea1394cb5811611 [2020-12-18T02:11:03.045Z] $ docker rm -f 629ebc9e35a55a6be5e8c31e58627c1f5e909d6c3d6669d71ea1394cb5811611 [Pipeline] } [Pipeline] // withDockerContainer [Pipeline] // stage [Pipeline] sh [Pipeline] stage [Pipeline] { (Build) [2020-12-18T02:11:03.936Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [Pipeline] stash [2020-12-18T02:11:05.837Z] Warning: overwriting stash ‘coverage-report’ [2020-12-18T02:11:06.091Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-12-18T02:11:06.390Z] + ls -al . [2020-12-18T02:11:06.390Z] total 88 [2020-12-18T02:11:06.390Z] drwxrwxr-x. 10 jenkins jenkins 4096 Dec 18 02:10 . [2020-12-18T02:11:06.390Z] drwxrwxr-x. 4 jenkins jenkins 28 Dec 18 02:09 .. [2020-12-18T02:11:06.390Z] drwxrwxr-x. 3 jenkins jenkins 20 Dec 18 02:09 assets [2020-12-18T02:11:06.390Z] drwxrwxr-x. 2 jenkins jenkins 35 Dec 18 02:09 bin [2020-12-18T02:11:06.390Z] drwxrwxr-x. 3 jenkins jenkins 29 Dec 18 02:09 cmd [2020-12-18T02:11:06.390Z] -rw-rw-r--. 1 jenkins jenkins 3959 Dec 18 02:09 CONTRIBUTING.md [2020-12-18T02:11:06.390Z] -rw-r--r--. 1 jenkins jenkins 10 Dec 18 02:10 coverage.out [2020-12-18T02:11:06.390Z] -rw-rw-r--. 1 jenkins jenkins 1508 Dec 18 02:09 Dockerfile [2020-12-18T02:11:06.390Z] -rw-rw-r--. 1 jenkins jenkins 902 Dec 18 02:09 Dockerfile.build [2020-12-18T02:11:06.390Z] drwxrwxr-x. 5 jenkins jenkins 104 Dec 18 02:09 docs [2020-12-18T02:11:06.390Z] drwxrwxr-x. 8 jenkins jenkins 179 Dec 18 02:09 .git [2020-12-18T02:11:06.390Z] drwxrwxr-x. 2 jenkins jenkins 81 Dec 18 02:09 .github [2020-12-18T02:11:06.390Z] -rw-rw-r--. 1 jenkins jenkins 153 Dec 18 02:09 .gitignore [2020-12-18T02:11:06.390Z] -rw-rw-r--. 1 jenkins jenkins 1019 Dec 18 02:09 go.mod [2020-12-18T02:11:06.390Z] -rw-r--r--. 1 jenkins jenkins 20718 Dec 18 02:10 go.sum [2020-12-18T02:11:06.390Z] drwxrwxr-x. 10 jenkins jenkins 139 Dec 18 02:09 internal [2020-12-18T02:11:06.390Z] -rw-rw-r--. 1 jenkins jenkins 652 Dec 18 02:09 Jenkinsfile [2020-12-18T02:11:06.390Z] -rw-rw-r--. 1 jenkins jenkins 11357 Dec 18 02:09 LICENSE [2020-12-18T02:11:06.390Z] -rw-rw-r--. 1 jenkins jenkins 951 Dec 18 02:09 Makefile [2020-12-18T02:11:06.390Z] -rw-rw-r--. 1 jenkins jenkins 4535 Dec 18 02:09 README.md [2020-12-18T02:11:06.390Z] -rw-rw-r--. 1 jenkins jenkins 5 Dec 18 02:06 VERSION [2020-12-18T02:11:06.390Z] -rw-rw-r--. 1 jenkins jenkins 155 Dec 18 02:09 version.go [2020-12-18T02:11:06.390Z] drwxrwxr-x. 4 jenkins jenkins 266 Dec 18 02:09 web [Pipeline] isUnix [Pipeline] sh [2020-12-18T02:11:06.695Z] + 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=360a1561c72257ce1c2455f787ec81e006222db9 --label arch=amd64 --label version=0.0.0 . [2020-12-18T02:11:06.743Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [2020-12-18T02:11:06.962Z] Sending build context to Docker daemon 16.61MB [2020-12-18T02:11:06.962Z] Step 1/24 : ARG BASE=golang:1.15-alpine3.12 [2020-12-18T02:11:06.962Z] Step 2/24 : FROM ${BASE} AS builder [2020-12-18T02:11:06.962Z] ---> cedf73311eef [2020-12-18T02:11:06.962Z] Step 3/24 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" [Pipeline] script [Pipeline] { [Pipeline] sh [2020-12-18T02:11:07.440Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-12-18T02:11:07.787Z] + ls -al . [2020-12-18T02:11:07.787Z] total 124 [2020-12-18T02:11:07.787Z] drwxrwxr-x 10 jenkins jenkins 4096 Dec 18 02:10 . [2020-12-18T02:11:07.787Z] drwxrwxr-x 4 jenkins jenkins 4096 Dec 18 02:09 .. [2020-12-18T02:11:07.787Z] drwxrwxr-x 8 jenkins jenkins 4096 Dec 18 02:09 .git [2020-12-18T02:11:07.787Z] drwxrwxr-x 2 jenkins jenkins 4096 Dec 18 02:09 .github [2020-12-18T02:11:07.787Z] -rw-rw-r-- 1 jenkins jenkins 153 Dec 18 02:09 .gitignore [2020-12-18T02:11:07.787Z] -rw-rw-r-- 1 jenkins jenkins 3959 Dec 18 02:09 CONTRIBUTING.md [2020-12-18T02:11:07.787Z] -rw-rw-r-- 1 jenkins jenkins 1508 Dec 18 02:09 Dockerfile [2020-12-18T02:11:07.787Z] -rw-rw-r-- 1 jenkins jenkins 902 Dec 18 02:09 Dockerfile.build [2020-12-18T02:11:07.787Z] -rw-rw-r-- 1 jenkins jenkins 652 Dec 18 02:09 Jenkinsfile [2020-12-18T02:11:07.787Z] -rw-rw-r-- 1 jenkins jenkins 11357 Dec 18 02:09 LICENSE [2020-12-18T02:11:07.787Z] -rw-rw-r-- 1 jenkins jenkins 951 Dec 18 02:09 Makefile [2020-12-18T02:11:07.787Z] -rw-rw-r-- 1 jenkins jenkins 4535 Dec 18 02:09 README.md [2020-12-18T02:11:07.787Z] -rw-rw-r-- 1 jenkins jenkins 5 Dec 18 02:06 VERSION [2020-12-18T02:11:07.787Z] drwxrwxr-x 3 jenkins jenkins 4096 Dec 18 02:09 assets [2020-12-18T02:11:07.787Z] drwxrwxr-x 2 jenkins jenkins 4096 Dec 18 02:09 bin [2020-12-18T02:11:07.787Z] drwxrwxr-x 3 jenkins jenkins 4096 Dec 18 02:09 cmd [2020-12-18T02:11:07.787Z] -rw-r--r-- 1 jenkins jenkins 10 Dec 18 02:10 coverage.out [2020-12-18T02:11:07.787Z] drwxrwxr-x 5 jenkins jenkins 4096 Dec 18 02:09 docs [2020-12-18T02:11:07.787Z] -rw-rw-r-- 1 jenkins jenkins 1019 Dec 18 02:09 go.mod [2020-12-18T02:11:07.787Z] -rw-r--r-- 1 jenkins jenkins 20718 Dec 18 02:10 go.sum [2020-12-18T02:11:07.787Z] drwxrwxr-x 10 jenkins jenkins 4096 Dec 18 02:09 internal [2020-12-18T02:11:07.787Z] -rw-rw-r-- 1 jenkins jenkins 155 Dec 18 02:09 version.go [2020-12-18T02:11:07.787Z] drwxrwxr-x 4 jenkins jenkins 4096 Dec 18 02:09 web [Pipeline] isUnix [Pipeline] sh [2020-12-18T02:11:07.916Z] ---> Running in 35cdff5c48dc [2020-12-18T02:11:07.916Z] Removing intermediate container 35cdff5c48dc [2020-12-18T02:11:07.916Z] ---> f20236bfdb83 [2020-12-18T02:11:07.916Z] Step 4/24 : ARG ALPINE_PKG_BASE="make git" [2020-12-18T02:11:07.916Z] ---> Running in 5f14d28daf93 [2020-12-18T02:11:08.180Z] Removing intermediate container 5f14d28daf93 [2020-12-18T02:11:08.180Z] ---> fea71a03d16b [2020-12-18T02:11:08.180Z] Step 5/24 : ARG ALPINE_PKG_EXTRA="" [2020-12-18T02:11:08.180Z] ---> Running in 8609b8f72cb1 [2020-12-18T02:11:08.221Z] + 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=360a1561c72257ce1c2455f787ec81e006222db9 --label arch=arm64 --label version=0.0.0 . [2020-12-18T02:11:08.443Z] Removing intermediate container 8609b8f72cb1 [2020-12-18T02:11:08.443Z] ---> fe9e87a2daf2 [2020-12-18T02:11:08.443Z] Step 6/24 : LABEL Name=edgex-ui-go [2020-12-18T02:11:08.443Z] ---> Running in 124c909e8ec7 [2020-12-18T02:11:08.706Z] Removing intermediate container 124c909e8ec7 [2020-12-18T02:11:08.707Z] ---> a46e5a41d431 [2020-12-18T02:11:08.707Z] Step 7/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' [2020-12-18T02:11:08.707Z] ---> Running in 96293400223b [2020-12-18T02:11:08.707Z] Removing intermediate container 96293400223b [2020-12-18T02:11:08.707Z] ---> 3f1691342772 [2020-12-18T02:11:08.707Z] Step 8/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-18T02:11:08.825Z] Sending build context to Docker daemon 16.61MB [2020-12-18T02:11:08.968Z] ---> Running in d858126dd639 [2020-12-18T02:11:09.101Z] Step 1/24 : ARG BASE=golang:1.15-alpine3.12 [2020-12-18T02:11:09.101Z] Step 2/24 : FROM ${BASE} AS builder [2020-12-18T02:11:09.101Z] ---> 212212dc888c [2020-12-18T02:11:09.101Z] Step 3/24 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" [2020-12-18T02:11:09.374Z] ---> Running in 92f03baf4ba2 [2020-12-18T02:11:09.658Z] Removing intermediate container 92f03baf4ba2 [2020-12-18T02:11:09.658Z] ---> 7f56a19b519e [2020-12-18T02:11:09.658Z] Step 4/24 : ARG ALPINE_PKG_BASE="make git" [2020-12-18T02:11:09.917Z] Removing intermediate container d858126dd639 [2020-12-18T02:11:09.917Z] ---> fca7a27594f1 [2020-12-18T02:11:09.917Z] Step 9/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2020-12-18T02:11:09.917Z] ---> Running in f0bc729a96c2 [2020-12-18T02:11:09.939Z] ---> Running in a24f868619e7 [2020-12-18T02:11:10.180Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-18T02:11:10.216Z] Removing intermediate container a24f868619e7 [2020-12-18T02:11:10.216Z] ---> 3849415c9ed0 [2020-12-18T02:11:10.216Z] Step 5/24 : ARG ALPINE_PKG_EXTRA="" [2020-12-18T02:11:10.490Z] ---> Running in a8c190214b13 [2020-12-18T02:11:10.763Z] Removing intermediate container a8c190214b13 [2020-12-18T02:11:10.763Z] ---> 0171b001bd9a [2020-12-18T02:11:10.763Z] Step 6/24 : LABEL Name=edgex-ui-go [2020-12-18T02:11:11.036Z] ---> Running in 883f0d437b92 [2020-12-18T02:11:11.126Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-18T02:11:11.309Z] Removing intermediate container 883f0d437b92 [2020-12-18T02:11:11.309Z] ---> ff8647bbda7a [2020-12-18T02:11:11.309Z] Step 7/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' [2020-12-18T02:11:11.390Z] OK: 166 MiB in 39 packages [2020-12-18T02:11:11.582Z] ---> Running in c6bddfd9fdab [2020-12-18T02:11:11.855Z] Removing intermediate container c6bddfd9fdab [2020-12-18T02:11:11.855Z] ---> 51cdeb0bad7f [2020-12-18T02:11:11.855Z] Step 8/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-18T02:11:11.971Z] Removing intermediate container f0bc729a96c2 [2020-12-18T02:11:11.971Z] ---> 0cbfd1a102f6 [2020-12-18T02:11:11.971Z] Step 10/24 : ENV GO111MODULE=on [2020-12-18T02:11:11.971Z] ---> Running in 79d99f8ef6f6 [2020-12-18T02:11:11.971Z] Removing intermediate container 79d99f8ef6f6 [2020-12-18T02:11:11.971Z] ---> fc0da240f6e8 [2020-12-18T02:11:11.971Z] Step 11/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go [2020-12-18T02:11:12.127Z] ---> Running in 5a9f83050772 [2020-12-18T02:11:12.235Z] ---> Running in 0cefb98f1ddf [2020-12-18T02:11:12.235Z] Removing intermediate container 0cefb98f1ddf [2020-12-18T02:11:12.235Z] ---> 43d0fe67f82d [2020-12-18T02:11:12.235Z] Step 12/24 : COPY go.mod . [2020-12-18T02:11:12.500Z] ---> fcbb407bda7f [2020-12-18T02:11:12.500Z] Step 13/24 : COPY Makefile . [2020-12-18T02:11:12.767Z] ---> 6e2fa76286de [2020-12-18T02:11:12.767Z] Step 14/24 : RUN make update [2020-12-18T02:11:12.767Z] ---> Running in e299494c8e13 [2020-12-18T02:11:13.341Z] CGO_ENABLED=0 GO111MODULE=on go mod download [2020-12-18T02:11:14.125Z] Removing intermediate container 5a9f83050772 [2020-12-18T02:11:14.125Z] ---> a247c4e6df96 [2020-12-18T02:11:14.125Z] Step 9/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2020-12-18T02:11:14.125Z] ---> Running in 19b57e7a43d3 [2020-12-18T02:11:14.291Z] Removing intermediate container e299494c8e13 [2020-12-18T02:11:14.292Z] ---> f21df75bd684 [2020-12-18T02:11:14.292Z] Step 15/24 : COPY . . [2020-12-18T02:11:15.104Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-18T02:11:16.073Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-18T02:11:16.215Z] ---> 80a175d3cf54 [2020-12-18T02:11:16.215Z] Step 16/24 : RUN ${MAKE} [2020-12-18T02:11:16.215Z] ---> Running in 33998bed0b1d [2020-12-18T02:11:16.481Z] 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 [2020-12-18T02:11:16.663Z] OK: 142 MiB in 39 packages [2020-12-18T02:11:17.639Z] Removing intermediate container 19b57e7a43d3 [2020-12-18T02:11:17.639Z] ---> 7944d7e801f1 [2020-12-18T02:11:17.639Z] Step 10/24 : ENV GO111MODULE=on [2020-12-18T02:11:17.914Z] ---> Running in cb150f7024ac [2020-12-18T02:11:18.187Z] Removing intermediate container cb150f7024ac [2020-12-18T02:11:18.187Z] ---> 4d5b2853d5d7 [2020-12-18T02:11:18.187Z] Step 11/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go [2020-12-18T02:11:18.458Z] ---> Running in 30f56543e842 [2020-12-18T02:11:18.730Z] Removing intermediate container 30f56543e842 [2020-12-18T02:11:18.730Z] ---> f8d0c23a62d5 [2020-12-18T02:11:18.730Z] Step 12/24 : COPY go.mod . [2020-12-18T02:11:19.325Z] ---> 777263a01e08 [2020-12-18T02:11:19.325Z] Step 13/24 : COPY Makefile . [2020-12-18T02:11:20.299Z] ---> fc77321631a6 [2020-12-18T02:11:20.299Z] Step 14/24 : RUN make update [2020-12-18T02:11:20.299Z] ---> Running in c6c534ab2233 [2020-12-18T02:11:21.279Z] CGO_ENABLED=0 GO111MODULE=on go mod download [2020-12-18T02:11:22.710Z] Removing intermediate container c6c534ab2233 [2020-12-18T02:11:22.710Z] ---> 2797439c5212 [2020-12-18T02:11:22.710Z] Step 15/24 : COPY . . [2020-12-18T02:11:24.684Z] ---> 4a6d94637818 [2020-12-18T02:11:24.684Z] Step 16/24 : RUN ${MAKE} [2020-12-18T02:11:24.684Z] ---> Running in fde6e9339063 [2020-12-18T02:11:24.772Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2020-12-18T02:11:25.672Z] 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 [2020-12-18T02:11:26.700Z] Removing intermediate container 33998bed0b1d [2020-12-18T02:11:26.701Z] ---> 195dce2cf2e9 [2020-12-18T02:11:26.701Z] Step 17/24 : FROM alpine:3.12 [2020-12-18T02:11:27.273Z] 3.12: Pulling from library/alpine [2020-12-18T02:11:27.273Z] 801bfaa63ef2: Pulling fs layer [2020-12-18T02:11:27.538Z] 801bfaa63ef2: Verifying Checksum [2020-12-18T02:11:27.538Z] 801bfaa63ef2: Download complete [2020-12-18T02:11:27.800Z] 801bfaa63ef2: Pull complete [2020-12-18T02:11:27.800Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2020-12-18T02:11:27.800Z] Status: Downloaded newer image for alpine:3.12 [2020-12-18T02:11:27.800Z] ---> 389fef711851 [2020-12-18T02:11:27.800Z] Step 18/24 : EXPOSE 4000 [2020-12-18T02:11:27.800Z] ---> Running in 4dadf6de7e7e [2020-12-18T02:11:28.062Z] Removing intermediate container 4dadf6de7e7e [2020-12-18T02:11:28.062Z] ---> c49651580234 [2020-12-18T02:11:28.062Z] 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 [2020-12-18T02:11:29.012Z] ---> 8550ef4090c4 [2020-12-18T02:11:29.012Z] Step 20/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [2020-12-18T02:11:29.274Z] ---> Running in 089df88348e8 [2020-12-18T02:11:29.274Z] Removing intermediate container 089df88348e8 [2020-12-18T02:11:29.274Z] ---> 27cf2dfe2eb0 [2020-12-18T02:11:29.274Z] Step 21/24 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] [2020-12-18T02:11:29.274Z] ---> Running in a28a2c8d45cb [2020-12-18T02:11:29.538Z] Removing intermediate container a28a2c8d45cb [2020-12-18T02:11:29.538Z] ---> 63d2f9aac8ff [2020-12-18T02:11:29.538Z] Step 22/24 : LABEL arch=amd64 [2020-12-18T02:11:29.538Z] ---> Running in 1531731fe208 [2020-12-18T02:11:29.799Z] Removing intermediate container 1531731fe208 [2020-12-18T02:11:29.799Z] ---> 9d185a8e7910 [2020-12-18T02:11:29.799Z] Step 23/24 : LABEL git_sha=360a1561c72257ce1c2455f787ec81e006222db9 [2020-12-18T02:11:29.799Z] ---> Running in 2c3f215a7ae4 [2020-12-18T02:11:30.061Z] Removing intermediate container 2c3f215a7ae4 [2020-12-18T02:11:30.061Z] ---> 339930948bb0 [2020-12-18T02:11:30.061Z] Step 24/24 : LABEL version=0.0.0 [2020-12-18T02:11:30.061Z] ---> Running in b1118736ce06 [2020-12-18T02:11:30.324Z] Removing intermediate container b1118736ce06 [2020-12-18T02:11:30.324Z] ---> e89f3e667181 [2020-12-18T02:11:30.324Z] [Warning] One or more build-args [ARCH] were not consumed [2020-12-18T02:11:30.324Z] Successfully built e89f3e667181 [2020-12-18T02:11:30.324Z] 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] } [2020-12-18T02:11:47.844Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2020-12-18T02:11:53.241Z] Removing intermediate container fde6e9339063 [2020-12-18T02:11:53.241Z] ---> 26b715c9cab7 [2020-12-18T02:11:53.241Z] Step 17/24 : FROM alpine:3.12 [2020-12-18T02:11:53.510Z] 3.12: Pulling from library/alpine [2020-12-18T02:11:53.780Z] 159e5727ea61: Pulling fs layer [2020-12-18T02:11:54.052Z] 159e5727ea61: Verifying Checksum [2020-12-18T02:11:54.052Z] 159e5727ea61: Download complete [2020-12-18T02:11:54.645Z] 159e5727ea61: Pull complete [2020-12-18T02:11:54.645Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2020-12-18T02:11:54.645Z] Status: Downloaded newer image for alpine:3.12 [2020-12-18T02:11:54.645Z] ---> afeebe901d6b [2020-12-18T02:11:54.645Z] Step 18/24 : EXPOSE 4000 [2020-12-18T02:11:54.917Z] ---> Running in 9bda120effa5 [2020-12-18T02:11:55.191Z] Removing intermediate container 9bda120effa5 [2020-12-18T02:11:55.191Z] ---> e618edfe9be6 [2020-12-18T02:11:55.191Z] 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 [2020-12-18T02:11:57.156Z] ---> d414a9689d37 [2020-12-18T02:11:57.156Z] Step 20/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [2020-12-18T02:11:57.156Z] ---> Running in 3605aeefae44 [2020-12-18T02:11:57.429Z] Removing intermediate container 3605aeefae44 [2020-12-18T02:11:57.429Z] ---> 2309b164bb41 [2020-12-18T02:11:57.429Z] Step 21/24 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] [2020-12-18T02:11:57.429Z] ---> Running in 8f23132ae1a4 [2020-12-18T02:11:58.025Z] Removing intermediate container 8f23132ae1a4 [2020-12-18T02:11:58.025Z] ---> d71aea317f54 [2020-12-18T02:11:58.025Z] Step 22/24 : LABEL arch=arm64 [2020-12-18T02:11:58.025Z] ---> Running in 272c5c19df96 [2020-12-18T02:11:58.617Z] Removing intermediate container 272c5c19df96 [2020-12-18T02:11:58.617Z] ---> 1df8e3f9e00b [2020-12-18T02:11:58.617Z] Step 23/24 : LABEL git_sha=360a1561c72257ce1c2455f787ec81e006222db9 [2020-12-18T02:11:58.617Z] ---> Running in b44b6d98a198 [2020-12-18T02:11:59.216Z] Removing intermediate container b44b6d98a198 [2020-12-18T02:11:59.216Z] ---> fb671bcc7c58 [2020-12-18T02:11:59.216Z] Step 24/24 : LABEL version=0.0.0 [2020-12-18T02:11:59.216Z] ---> Running in a3c564f1584c [2020-12-18T02:11:59.813Z] Removing intermediate container a3c564f1584c [2020-12-18T02:11:59.813Z] ---> bc5eafe4266c [2020-12-18T02:11:59.813Z] [Warning] One or more build-args [ARCH] were not consumed [2020-12-18T02:11:59.813Z] Successfully built bc5eafe4266c [2020-12-18T02:11:59.813Z] Successfully tagged docker-edgex-ui-go-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2020-12-18T02:12:01.855Z] provisioning config files... [2020-12-18T02:12:01.874Z] copy managed file [edgex-ui-go-codecov-token] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-280@tmp/config1147845128998732557tmp [Pipeline] { [Pipeline] sh [2020-12-18T02:12:02.271Z] + set +x [2020-12-18T02:12:02.271Z] + curl -s https://codecov.io/bash [2020-12-18T02:12:02.271Z] + bash -s -- [2020-12-18T02:12:02.533Z] [2020-12-18T02:12:02.533Z] _____ _ [2020-12-18T02:12:02.533Z] / ____| | | [2020-12-18T02:12:02.533Z] | | ___ __| | ___ ___ _____ __ [2020-12-18T02:12:02.533Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2020-12-18T02:12:02.533Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2020-12-18T02:12:02.533Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2020-12-18T02:12:02.533Z] Bash-20201217-3d3df35 [2020-12-18T02:12:02.533Z] [2020-12-18T02:12:02.533Z] [2020-12-18T02:12:02.533Z] git version 2.24.3 found [2020-12-18T02:12:02.533Z] 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 [2020-12-18T02:12:02.533Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2020-12-18T02:12:02.533Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets found [2020-12-18T02:12:02.533Z] ==> Jenkins CI detected. [2020-12-18T02:12:02.533Z] project root: . [2020-12-18T02:12:02.533Z] --> token set from env [2020-12-18T02:12:02.533Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2020-12-18T02:12:02.534Z] ==> Running gcov in . (disable via -X gcov) [2020-12-18T02:12:02.534Z] ==> Python coveragepy not found [2020-12-18T02:12:02.534Z] ==> Searching for coverage reports in: [2020-12-18T02:12:02.534Z] + . [2020-12-18T02:12:02.534Z] -> Found 1 reports [2020-12-18T02:12:02.534Z] ==> Detecting git/mercurial file structure [2020-12-18T02:12:02.534Z] ==> Reading reports [2020-12-18T02:12:02.534Z] + ./coverage.out bytes=10 [2020-12-18T02:12:02.534Z] ==> Appending adjustments [2020-12-18T02:12:02.534Z] https://docs.codecov.io/docs/fixing-reports [2020-12-18T02:12:02.797Z] + Found adjustments [2020-12-18T02:12:02.797Z] ==> Gzipping contents [2020-12-18T02:12:02.797Z] 4.0K /tmp/codecov.Gcgg4D.gz [2020-12-18T02:12:02.797Z] ==> Uploading reports [2020-12-18T02:12:02.797Z] url: https://codecov.io [2020-12-18T02:12:02.797Z] query: branch=PR-280&commit=360a1561c72257ce1c2455f787ec81e006222db9&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2FPR-280%2F3%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=280&job=&cmd_args= [2020-12-18T02:12:02.797Z] -> Pinging Codecov [2020-12-18T02:12:02.797Z] https://codecov.io/upload/v4?package=bash-20201217-3d3df35&token=secret&branch=PR-280&commit=360a1561c72257ce1c2455f787ec81e006222db9&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2FPR-280%2F3%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=280&job=&cmd_args= [2020-12-18T02:12:03.373Z] -> Uploading to [2020-12-18T02:12:03.373Z] https://storage.googleapis.com/codecov/v4/raw/2020-12-18/FB506323287CE973F263BFD2A0EB1F37/360a1561c72257ce1c2455f787ec81e006222db9/1c67e8f6-981c-4429-a9fe-bd938ce2252e.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20201218%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20201218T021203Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=887d97504b2107ccdb7a0015ac9e080a7629ee346f19e195b5094e0b91ef846d [2020-12-18T02:12:03.373Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-12-18T02:12:03.373Z] Dload Upload Total Spent Left Speed [2020-12-18T02:12:03.636Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 2378 0 0 100 2378 0 5279 --:--:-- --:--:-- --:--:-- 5284 [2020-12-18T02:12:03.636Z] -> View reports at https://codecov.io/github/edgexfoundry/edgex-ui-go/commit/360a1561c72257ce1c2455f787ec81e006222db9 [Pipeline] } [2020-12-18T02:12:03.646Z] 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 [2020-12-18T02:12:06.283Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-18T02:12:06.588Z] ---> package-listing.sh [2020-12-18T02:12:06.588Z] ++ facter osfamily [2020-12-18T02:12:06.588Z] ++ tr '[:upper:]' '[:lower:]' [2020-12-18T02:12:06.588Z] + OS_FAMILY=redhat [2020-12-18T02:12:06.588Z] + workspace=/w/workspace/edgexfoundry_edgex-ui-go_PR-280 [2020-12-18T02:12:06.588Z] + START_PACKAGES=/tmp/packages_start.txt [2020-12-18T02:12:06.588Z] + END_PACKAGES=/tmp/packages_end.txt [2020-12-18T02:12:06.588Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-12-18T02:12:06.588Z] + PACKAGES=/tmp/packages_start.txt [2020-12-18T02:12:06.588Z] + '[' /w/workspace/edgexfoundry_edgex-ui-go_PR-280 ']' [2020-12-18T02:12:06.588Z] + PACKAGES=/tmp/packages_end.txt [2020-12-18T02:12:06.588Z] + case "${OS_FAMILY}" in [2020-12-18T02:12:06.588Z] + rpm -qa [2020-12-18T02:12:06.588Z] + sort [2020-12-18T02:12:11.925Z] + '[' -f /tmp/packages_start.txt ']' [2020-12-18T02:12:11.925Z] + '[' -f /tmp/packages_end.txt ']' [2020-12-18T02:12:11.925Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-12-18T02:12:11.925Z] + '[' /w/workspace/edgexfoundry_edgex-ui-go_PR-280 ']' [2020-12-18T02:12:11.925Z] + mkdir -p /w/workspace/edgexfoundry_edgex-ui-go_PR-280/archives/ [2020-12-18T02:12:11.925Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgexfoundry_edgex-ui-go_PR-280/archives/ [Pipeline] echo [2020-12-18T02:12:11.941Z] 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-280/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2020-12-18T02:12:12.232Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2020-12-18T02:12:12.545Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-12-18T02:12:12.545Z] [2020-12-18T02:12:12.545Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-12-18T02:12:12.895Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-12-18T02:12:12.895Z] alpine: Pulling from edgex-lftools-log-publisher [2020-12-18T02:12:12.895Z] df20fa9351a1: Pulling fs layer [2020-12-18T02:12:12.895Z] 36b3adc4ff6f: Pulling fs layer [2020-12-18T02:12:12.895Z] 8ad3a11d3b57: Pulling fs layer [2020-12-18T02:12:12.895Z] 46f8f816bc3b: Pulling fs layer [2020-12-18T02:12:12.895Z] 93b61091891f: Pulling fs layer [2020-12-18T02:12:12.895Z] 93b9cdb0e59b: Pulling fs layer [2020-12-18T02:12:12.895Z] 5e14af77c1be: Pulling fs layer [2020-12-18T02:12:12.895Z] 01666e4c0597: Pulling fs layer [2020-12-18T02:12:12.895Z] aa168da1d23b: Pulling fs layer [2020-12-18T02:12:12.895Z] 93b61091891f: Waiting [2020-12-18T02:12:12.895Z] 93b9cdb0e59b: Waiting [2020-12-18T02:12:12.895Z] 5e14af77c1be: Waiting [2020-12-18T02:12:12.895Z] 01666e4c0597: Waiting [2020-12-18T02:12:12.895Z] aa168da1d23b: Waiting [2020-12-18T02:12:12.895Z] 46f8f816bc3b: Waiting [2020-12-18T02:12:12.895Z] 36b3adc4ff6f: Verifying Checksum [2020-12-18T02:12:12.895Z] 36b3adc4ff6f: Download complete [2020-12-18T02:12:13.162Z] 46f8f816bc3b: Verifying Checksum [2020-12-18T02:12:13.162Z] 46f8f816bc3b: Download complete [2020-12-18T02:12:13.162Z] df20fa9351a1: Verifying Checksum [2020-12-18T02:12:13.162Z] df20fa9351a1: Download complete [2020-12-18T02:12:13.162Z] 93b9cdb0e59b: Verifying Checksum [2020-12-18T02:12:13.162Z] 93b9cdb0e59b: Download complete [2020-12-18T02:12:13.162Z] 93b61091891f: Verifying Checksum [2020-12-18T02:12:13.162Z] 93b61091891f: Download complete [2020-12-18T02:12:13.162Z] 5e14af77c1be: Verifying Checksum [2020-12-18T02:12:13.162Z] 5e14af77c1be: Download complete [2020-12-18T02:12:13.162Z] 01666e4c0597: Verifying Checksum [2020-12-18T02:12:13.162Z] 01666e4c0597: Download complete [2020-12-18T02:12:13.426Z] df20fa9351a1: Pull complete [2020-12-18T02:12:13.689Z] 36b3adc4ff6f: Pull complete [2020-12-18T02:12:13.953Z] 8ad3a11d3b57: Verifying Checksum [2020-12-18T02:12:13.953Z] 8ad3a11d3b57: Download complete [2020-12-18T02:12:14.913Z] 8ad3a11d3b57: Pull complete [2020-12-18T02:12:14.913Z] 46f8f816bc3b: Pull complete [2020-12-18T02:12:15.867Z] aa168da1d23b: Verifying Checksum [2020-12-18T02:12:15.867Z] aa168da1d23b: Download complete [2020-12-18T02:12:16.440Z] 93b61091891f: Pull complete [2020-12-18T02:12:16.440Z] 93b9cdb0e59b: Pull complete [2020-12-18T02:12:16.440Z] 5e14af77c1be: Pull complete [2020-12-18T02:12:16.707Z] 01666e4c0597: Pull complete [2020-12-18T02:12:23.345Z] aa168da1d23b: Pull complete [2020-12-18T02:12:23.345Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2020-12-18T02:12:23.345Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-12-18T02:12:23.345Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-12-18T02:12:23.490Z] prd-centos7-docker-4c-2g-16706 does not seem to be running inside a container [2020-12-18T02:12:23.542Z] $ 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-280/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-280 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-280:/w/workspace/edgexfoundry_edgex-ui-go_PR-280:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-280@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-280@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-12-18T02:12:26.876Z] $ docker top 9c193c4a342322b339340f6c85e1d9a4147d9135f43ad43e143b4829b8d6a5e2 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-18T02:12:27.414Z] + touch /tmp/pre-build-complete [Pipeline] sh [2020-12-18T02:12:27.711Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-12-18T02:12:28.013Z] + ls /var/log/sa-host [2020-12-18T02:12:28.013Z] + sadf -c /var/log/sa-host/sa18 [2020-12-18T02:12:28.013Z] file_magic: OK [2020-12-18T02:12:28.013Z] HZ: Using current value: 100 [2020-12-18T02:12:28.013Z] file_header: OK [2020-12-18T02:12:28.013Z] 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 [2020-12-18T02:12:28.013Z] Statistics: [2020-12-18T02:12:28.013Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-12-18T02:12:28.013Z] File successfully converted to sysstat format version 12.2.1 [2020-12-18T02:12:28.013Z] + sadf -c /var/log/sa-host/sa23 [2020-12-18T02:12:28.013Z] file_magic: OK [2020-12-18T02:12:28.013Z] HZ: Using current value: 100 [2020-12-18T02:12:28.014Z] file_header: OK [2020-12-18T02:12:28.014Z] 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 [2020-12-18T02:12:28.014Z] Statistics: [2020-12-18T02:12:28.014Z] Hnuu...uuuununununu... [2020-12-18T02:12:28.014Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-12-18T02:12:28.690Z] provisioning config files... [2020-12-18T02:12:28.704Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-280@tmp/config5171434434968316029tmp [Pipeline] { [Pipeline] echo [2020-12-18T02:12:28.788Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-18T02:12:29.085Z] ---> create-netrc.sh [Pipeline] } [2020-12-18T02:12:29.094Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2020-12-18T02:12:29.189Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-18T02:12:29.492Z] ---> python-tools-install.sh [Pipeline] echo [2020-12-18T02:12:29.504Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-18T02:12:29.803Z] ---> sudo-logs.sh [2020-12-18T02:12:29.803Z] Archiving 'sudo' log.. [Pipeline] echo [2020-12-18T02:12:29.814Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-18T02:12:30.113Z] ---> job-cost.sh [2020-12-18T02:12:30.113Z] lf-activate-venv: SKIPPING [2020-12-18T02:12:30.113Z] INFO: No Stack... [2020-12-18T02:12:31.060Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2020-12-18T02:12:31.636Z] INFO: Archiving Costs [Pipeline] echo [2020-12-18T02:12:31.650Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-18T02:12:31.948Z] ---> logs-deploy.sh [2020-12-18T02:12:31.949Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-ui-go/PR-280/3 [2020-12-18T02:12:31.949Z] INFO: archiving workspace using pattern(s): [2020-12-18T02:12:33.342Z] Archives upload complete. [2020-12-18T02:12:33.605Z] INFO: archiving logs to Nexus [2020-12-18T02:12:34.551Z] ---> uname -a: [2020-12-18T02:12:34.551Z] Linux prd-centos7-docker-4c-2g-16706.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux [2020-12-18T02:12:34.551Z] [2020-12-18T02:12:34.551Z] [2020-12-18T02:12:34.551Z] ---> lscpu: [2020-12-18T02:12:34.551Z] Architecture: x86_64 [2020-12-18T02:12:34.551Z] CPU op-mode(s): 32-bit, 64-bit [2020-12-18T02:12:34.551Z] Byte Order: Little Endian [2020-12-18T02:12:34.551Z] Address sizes: 40 bits physical, 48 bits virtual [2020-12-18T02:12:34.551Z] CPU(s): 4 [2020-12-18T02:12:34.551Z] On-line CPU(s) list: 0-3 [2020-12-18T02:12:34.551Z] Thread(s) per core: 1 [2020-12-18T02:12:34.551Z] Core(s) per socket: 1 [2020-12-18T02:12:34.551Z] Socket(s): 4 [2020-12-18T02:12:34.551Z] NUMA node(s): 1 [2020-12-18T02:12:34.551Z] Vendor ID: GenuineIntel [2020-12-18T02:12:34.551Z] CPU family: 6 [2020-12-18T02:12:34.551Z] Model: 44 [2020-12-18T02:12:34.551Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2020-12-18T02:12:34.551Z] Stepping: 1 [2020-12-18T02:12:34.551Z] CPU MHz: 2933.438 [2020-12-18T02:12:34.551Z] BogoMIPS: 5866.87 [2020-12-18T02:12:34.551Z] Virtualization: VT-x [2020-12-18T02:12:34.551Z] Hypervisor vendor: KVM [2020-12-18T02:12:34.551Z] Virtualization type: full [2020-12-18T02:12:34.551Z] L1d cache: 128 KiB [2020-12-18T02:12:34.551Z] L1i cache: 128 KiB [2020-12-18T02:12:34.551Z] L2 cache: 16 MiB [2020-12-18T02:12:34.551Z] L3 cache: 64 MiB [2020-12-18T02:12:34.551Z] NUMA node0 CPU(s): 0-3 [2020-12-18T02:12:34.551Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2020-12-18T02:12:34.551Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2020-12-18T02:12:34.551Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2020-12-18T02:12:34.551Z] Vulnerability Meltdown: Mitigation; PTI [2020-12-18T02:12:34.551Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2020-12-18T02:12:34.551Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2020-12-18T02:12:34.551Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2020-12-18T02:12:34.551Z] Vulnerability Srbds: Not affected [2020-12-18T02:12:34.551Z] Vulnerability Tsx async abort: Not affected [2020-12-18T02:12:34.551Z] 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 [2020-12-18T02:12:34.551Z] [2020-12-18T02:12:34.551Z] [2020-12-18T02:12:34.551Z] ---> nproc: [2020-12-18T02:12:34.551Z] 4 [2020-12-18T02:12:34.551Z] [2020-12-18T02:12:34.551Z] [2020-12-18T02:12:34.551Z] ---> df -h: [2020-12-18T02:12:34.551Z] Filesystem Size Used Available Use% Mounted on [2020-12-18T02:12:34.551Z] overlay 50.0G 7.3G 42.7G 15% / [2020-12-18T02:12:34.551Z] tmpfs 64.0M 0 64.0M 0% /dev [2020-12-18T02:12:34.551Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2020-12-18T02:12:34.551Z] shm 64.0M 0 64.0M 0% /dev/shm [2020-12-18T02:12:34.551Z] /dev/vda1 50.0G 7.3G 42.7G 15% /facter-os [2020-12-18T02:12:34.551Z] /dev/vda1 50.0G 7.3G 42.7G 15% /etc/resolv.conf [2020-12-18T02:12:34.551Z] /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hostname [2020-12-18T02:12:34.551Z] /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hosts [2020-12-18T02:12:34.551Z] /dev/vda1 50.0G 7.3G 42.7G 15% /run/cloud-init/result.json [2020-12-18T02:12:34.551Z] /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/edgexfoundry_edgex-ui-go_PR-280 [2020-12-18T02:12:34.551Z] /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/edgexfoundry_edgex-ui-go_PR-280@tmp [2020-12-18T02:12:34.551Z] /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/sa-host [2020-12-18T02:12:34.551Z] /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/secure [2020-12-18T02:12:34.551Z] /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/auth.log [2020-12-18T02:12:34.551Z] [2020-12-18T02:12:34.551Z] [2020-12-18T02:12:34.551Z] ---> free -m: [2020-12-18T02:12:34.551Z] total used free shared buff/cache available [2020-12-18T02:12:34.551Z] Mem: 1837 697 107 0 1031 1035 [2020-12-18T02:12:34.551Z] Swap: 1023 0 1023 [2020-12-18T02:12:34.551Z] [2020-12-18T02:12:34.551Z] [2020-12-18T02:12:34.551Z] ---> ip addr: [2020-12-18T02:12:34.551Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2020-12-18T02:12:34.551Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2020-12-18T02:12:34.551Z] inet 127.0.0.1/8 scope host lo [2020-12-18T02:12:34.551Z] valid_lft forever preferred_lft forever [2020-12-18T02:12:34.551Z] inet6 ::1/128 scope host [2020-12-18T02:12:34.551Z] valid_lft forever preferred_lft forever [2020-12-18T02:12:34.551Z] 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 [2020-12-18T02:12:34.552Z] link/ether fa:16:3e:88:09:2c brd ff:ff:ff:ff:ff:ff [2020-12-18T02:12:34.552Z] inet 10.30.123.63/23 brd 10.30.123.255 scope global dynamic eth0 [2020-12-18T02:12:34.552Z] valid_lft 86006sec preferred_lft 86006sec [2020-12-18T02:12:34.552Z] inet6 fe80::f816:3eff:fe88:92c/64 scope link [2020-12-18T02:12:34.552Z] valid_lft forever preferred_lft forever [2020-12-18T02:12:34.552Z] 3: docker0: mtu 1500 qdisc noqueue state DOWN [2020-12-18T02:12:34.552Z] link/ether 02:42:39:08:1f:68 brd ff:ff:ff:ff:ff:ff [2020-12-18T02:12:34.552Z] inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 [2020-12-18T02:12:34.552Z] valid_lft forever preferred_lft forever [2020-12-18T02:12:34.552Z] inet6 fe80::42:39ff:fe08:1f68/64 scope link [2020-12-18T02:12:34.552Z] valid_lft forever preferred_lft forever [2020-12-18T02:12:34.552Z] [2020-12-18T02:12:34.552Z] [2020-12-18T02:12:34.552Z] ---> sar -b -r -n DEV: [2020-12-18T02:12:34.552Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 12/18/20 _x86_64_ (4 CPU) [2020-12-18T02:12:34.552Z] [2020-12-18T02:12:34.552Z] 02:05:49 LINUX RESTART (4 CPU) [2020-12-18T02:12:34.552Z] [2020-12-18T02:12:34.552Z] 02:07:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2020-12-18T02:12:34.552Z] 02:08:01 2.25 0.00 2.25 0.00 0.00 49.70 0.00 [2020-12-18T02:12:34.552Z] 02:09:01 0.42 0.00 0.42 0.00 0.00 6.48 0.00 [2020-12-18T02:12:34.552Z] 02:10:01 0.27 0.00 0.27 0.00 0.00 3.53 0.00 [2020-12-18T02:12:34.552Z] 02:11:01 0.17 0.00 0.17 0.00 0.00 2.28 0.00 [2020-12-18T02:12:34.552Z] 02:12:01 0.27 0.00 0.27 0.00 0.00 4.50 0.00 [2020-12-18T02:12:34.552Z] Average: 0.67 0.00 0.67 0.00 0.00 13.30 0.00 [2020-12-18T02:12:34.552Z] [2020-12-18T02:12:34.552Z] 02:07:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2020-12-18T02:12:34.552Z] 02:08:01 141184 0 589756 31.34 2620 1147984 1077864 36.79 424404 1116000 20 [2020-12-18T02:12:34.552Z] 02:09:01 139244 0 591688 31.45 2620 1147992 1077816 36.78 425208 1117144 16 [2020-12-18T02:12:34.552Z] 02:10:01 135952 0 594976 31.62 2620 1147996 1078056 36.79 432448 1112868 8 [2020-12-18T02:12:34.552Z] 02:11:01 138080 0 592848 31.51 2620 1147996 1077816 36.78 429900 1114180 8 [2020-12-18T02:12:34.552Z] 02:12:01 137396 0 593524 31.54 2620 1148004 1077900 36.79 425240 1119292 8 [2020-12-18T02:12:34.552Z] Average: 138371 0 592558 31.49 2620 1147994 1077890 36.79 427440 1115897 12 [2020-12-18T02:12:34.552Z] [2020-12-18T02:12:34.552Z] 02:07:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2020-12-18T02:12:34.552Z] 02:08:01 eth0 3.20 1.85 2.99 0.12 0.00 0.00 0.00 0.00 [2020-12-18T02:12:34.552Z] 02:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-18T02:12:34.552Z] 02:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-18T02:12:34.552Z] 02:09:01 eth0 0.33 0.08 0.03 0.01 0.00 0.00 0.00 0.00 [2020-12-18T02:12:34.552Z] 02:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-18T02:12:34.552Z] 02:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-18T02:12:34.552Z] 02:10:01 eth0 1.43 0.75 0.61 0.41 0.00 0.00 0.00 0.00 [2020-12-18T02:12:34.552Z] 02:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-18T02:12:34.552Z] 02:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-18T02:12:34.552Z] 02:11:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2020-12-18T02:12:34.552Z] 02:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-18T02:12:34.552Z] 02:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-18T02:12:34.552Z] 02:12:01 eth0 0.28 0.18 0.14 0.07 0.00 0.00 0.00 0.00 [2020-12-18T02:12:34.552Z] 02:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-18T02:12:34.552Z] 02:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-18T02:12:34.552Z] Average: eth0 1.07 0.59 0.76 0.12 0.00 0.00 0.00 0.00 [2020-12-18T02:12:34.552Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-18T02:12:34.552Z] Average: docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-18T02:12:34.552Z] [2020-12-18T02:12:34.552Z] [2020-12-18T02:12:34.552Z] ---> sar -P ALL: [2020-12-18T02:12:34.552Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 12/18/20 _x86_64_ (4 CPU) [2020-12-18T02:12:34.552Z] [2020-12-18T02:12:34.552Z] 02:05:49 LINUX RESTART (4 CPU) [2020-12-18T02:12:34.552Z] [2020-12-18T02:12:34.552Z] 02:07:01 CPU %user %nice %system %iowait %steal %idle [2020-12-18T02:12:34.552Z] 02:08:01 all 0.10 0.00 0.06 0.00 0.00 99.84 [2020-12-18T02:12:34.552Z] 02:08:01 0 0.18 0.00 0.07 0.00 0.00 99.75 [2020-12-18T02:12:34.552Z] 02:08:01 1 0.07 0.00 0.05 0.00 0.00 99.88 [2020-12-18T02:12:34.552Z] 02:08:01 2 0.08 0.00 0.08 0.00 0.00 99.83 [2020-12-18T02:12:34.552Z] 02:08:01 3 0.07 0.00 0.05 0.00 0.00 99.88 [2020-12-18T02:12:34.552Z] 02:09:01 all 0.09 0.00 0.04 0.00 0.00 99.86 [2020-12-18T02:12:34.552Z] 02:09:01 0 0.15 0.00 0.05 0.00 0.00 99.80 [2020-12-18T02:12:34.552Z] 02:09:01 1 0.05 0.00 0.03 0.00 0.00 99.92 [2020-12-18T02:12:34.552Z] 02:09:01 2 0.05 0.00 0.05 0.00 0.02 99.88 [2020-12-18T02:12:34.552Z] 02:09:01 3 0.12 0.00 0.03 0.00 0.00 99.85 [2020-12-18T02:12:34.552Z] 02:10:01 all 0.17 0.00 0.05 0.00 0.00 99.78 [2020-12-18T02:12:34.552Z] 02:10:01 0 0.03 0.00 0.02 0.00 0.00 99.95 [2020-12-18T02:12:34.552Z] 02:10:01 1 0.07 0.00 0.05 0.00 0.00 99.88 [2020-12-18T02:12:34.552Z] 02:10:01 2 0.05 0.00 0.07 0.00 0.00 99.88 [2020-12-18T02:12:34.552Z] 02:10:01 3 0.53 0.00 0.05 0.00 0.00 99.42 [2020-12-18T02:12:34.552Z] 02:11:01 all 0.09 0.00 0.05 0.00 0.00 99.85 [2020-12-18T02:12:34.552Z] 02:11:01 0 0.03 0.00 0.02 0.00 0.02 99.93 [2020-12-18T02:12:34.552Z] 02:11:01 1 0.03 0.00 0.03 0.00 0.00 99.93 [2020-12-18T02:12:34.552Z] 02:11:01 2 0.07 0.00 0.07 0.00 0.00 99.87 [2020-12-18T02:12:34.552Z] 02:11:01 3 0.23 0.00 0.08 0.00 0.00 99.68 [2020-12-18T02:12:34.552Z] 02:12:01 all 0.22 0.00 0.28 0.00 0.00 99.49 [2020-12-18T02:12:34.552Z] 02:12:01 0 0.56 0.00 0.35 0.00 0.00 99.09 [2020-12-18T02:12:34.552Z] 02:12:01 1 0.08 0.00 0.33 0.00 0.00 99.58 [2020-12-18T02:12:34.552Z] 02:12:01 2 0.15 0.00 0.25 0.00 0.00 99.60 [2020-12-18T02:12:34.552Z] 02:12:01 3 0.10 0.00 0.20 0.00 0.00 99.70 [2020-12-18T02:12:34.552Z] Average: all 0.14 0.00 0.10 0.00 0.00 99.77 [2020-12-18T02:12:34.552Z] Average: 0 0.19 0.00 0.10 0.00 0.00 99.70 [2020-12-18T02:12:34.552Z] Average: 1 0.06 0.00 0.10 0.00 0.00 99.84 [2020-12-18T02:12:34.552Z] Average: 2 0.08 0.00 0.10 0.00 0.00 99.81 [2020-12-18T02:12:34.552Z] Average: 3 0.21 0.00 0.08 0.00 0.00 99.71 [2020-12-18T02:12:34.552Z] [2020-12-18T02:12:34.552Z] [2020-12-18T02:12:34.552Z]