Branch indexing Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 00a36ba0b8c5bd5d8da49be8af0beed4e0baf50c+727932f00e62ff6ad7d46b39048d2df566fc596c (0999a82bac368a5d341273b358c7ff951840a87d) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 69a7e166112f335804d9fea76440e5140e47f034 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 69a7e166112f335804d9fea76440e5140e47f034 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 69a7e166112f335804d9fea76440e5140e47f034 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 69a7e166112f335804d9fea76440e5140e47f034 # timeout=10 Commit message: "Merge pull request #314 from ernestojeda/go-mod-semver-bump" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:edgex-ui-go] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-ui-go-settings PROJECT: edgex-ui-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-edgex-ui-go DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task ‘prd-centos7-docker-4c-2g-15505’ is offline Running on prd-centos7-docker-4c-2g-21827 in /w/workspace/edgexfoundry_edgex-ui-go_PR-290 [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-290 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/290/head:refs/remotes/origin/PR-290 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 727932f00e62ff6ad7d46b39048d2df566fc596c into PR head commit 00a36ba0b8c5bd5d8da49be8af0beed4e0baf50c Merge succeeded, producing 089ce2bbb671520760849e102b6131d63b675a46 Checking out Revision 089ce2bbb671520760849e102b6131d63b675a46 (PR-290) > git config core.sparsecheckout # timeout=10 > git checkout -f 00a36ba0b8c5bd5d8da49be8af0beed4e0baf50c # 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 727932f00e62ff6ad7d46b39048d2df566fc596c # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 089ce2bbb671520760849e102b6131d63b675a46 # timeout=10 Commit message: "Merge commit '727932f00e62ff6ad7d46b39048d2df566fc596c' into HEAD" > git rev-list --no-walk 00a36ba0b8c5bd5d8da49be8af0beed4e0baf50c # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-01-21T02:07:58.987Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-01-21T02:07:59.265Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-01-21T02:07:59.366Z] ========================================================= [2021-01-21T02:07:59.366Z] EdgeX Global Pipelines Version Info [2021-01-21T02:07:59.366Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-01-21T02:08:00.881Z] ------------------- [2021-01-21T02:08:00.881Z] stable info: [2021-01-21T02:08:00.881Z] ------------------- [2021-01-21T02:08:00.881Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-21T02:08:00.881Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-01-21T02:08:00.881Z] Message: update stable to v1.0.179 [2021-01-21T02:08:01.839Z] ------------------- [2021-01-21T02:08:01.839Z] experimental info: [2021-01-21T02:08:01.839Z] ------------------- [2021-01-21T02:08:01.839Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-21T02:08:01.839Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-01-21T02:08:01.839Z] Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-01-21T02:08:02.148Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-ui-go-settings [Pipeline] echo [2021-01-21T02:08:02.253Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-ui-go [Pipeline] echo [2021-01-21T02:08:02.362Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-01-21T02:08:02.489Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-01-21T02:08:02.575Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-01-21T02:08:02.704Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-01-21T02:08:02.813Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-01-21T02:08:02.947Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-01-21T02:08:03.058Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2021-01-21T02:08:03.170Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-01-21T02:08:03.279Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-01-21T02:08:03.478Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-edgex-ui-go [Pipeline] echo [2021-01-21T02:08:03.563Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-01-21T02:08:03.650Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-01-21T02:08:03.734Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-01-21T02:08:03.824Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-01-21T02:08:03.921Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-01-21T02:08:04.003Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-01-21T02:08:04.090Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-01-21T02:08:04.178Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2021-01-21T02:08:04.295Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2021-01-21T02:08:04.386Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2021-01-21T02:08:04.477Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-01-21T02:08:04.606Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-01-21T02:08:04.713Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2021-01-21T02:08:04.802Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-01-21T02:08:04.891Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-01-21T02:08:04.980Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-290 [Pipeline] echo [2021-01-21T02:08:05.089Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-290 [Pipeline] echo [2021-01-21T02:08:05.172Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-290 [Pipeline] echo [2021-01-21T02:08:05.270Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 089ce2bbb671520760849e102b6131d63b675a46 [Pipeline] echo [2021-01-21T02:08:05.356Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 089ce2b [Pipeline] echo [2021-01-21T02:08:05.445Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-21T02:08:05.611Z] provisioning config files... [2021-01-21T02:08:05.643Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-290@tmp/config185240650342404264tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-21T02:08:06.020Z] ---> docker-login.sh [2021-01-21T02:08:06.020Z] nexus3.edgexfoundry.org:10001 [2021-01-21T02:08:06.282Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-21T02:08:06.282Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-21T02:08:06.282Z] Configure a credential helper to remove this warning. See [2021-01-21T02:08:06.282Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-21T02:08:06.282Z] [2021-01-21T02:08:06.282Z] Login Succeeded [2021-01-21T02:08:06.282Z] nexus3.edgexfoundry.org:10002 [2021-01-21T02:08:06.282Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-21T02:08:06.543Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-21T02:08:06.543Z] Configure a credential helper to remove this warning. See [2021-01-21T02:08:06.543Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-21T02:08:06.543Z] [2021-01-21T02:08:06.543Z] Login Succeeded [2021-01-21T02:08:06.543Z] nexus3.edgexfoundry.org:10003 [2021-01-21T02:08:06.543Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-21T02:08:06.806Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-21T02:08:06.806Z] Configure a credential helper to remove this warning. See [2021-01-21T02:08:06.806Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-21T02:08:06.806Z] [2021-01-21T02:08:06.806Z] Login Succeeded [2021-01-21T02:08:06.806Z] nexus3.edgexfoundry.org:10004 [2021-01-21T02:08:06.806Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-21T02:08:06.806Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-21T02:08:06.806Z] Configure a credential helper to remove this warning. See [2021-01-21T02:08:06.806Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-21T02:08:06.806Z] [2021-01-21T02:08:06.806Z] Login Succeeded [2021-01-21T02:08:06.806Z] docker.io [2021-01-21T02:08:07.067Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-21T02:08:07.329Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-21T02:08:07.329Z] Configure a credential helper to remove this warning. See [2021-01-21T02:08:07.329Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-21T02:08:07.329Z] [2021-01-21T02:08:07.329Z] Login Succeeded [2021-01-21T02:08:07.329Z] ---> docker-login.sh ends [Pipeline] } [2021-01-21T02:08:07.337Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-21T02:08:08.111Z] + git log --format=format:%s -1 089ce2bbb671520760849e102b6131d63b675a46 [Pipeline] echo [2021-01-21T02:08:08.187Z] GIT_COMMIT: 089ce2bbb671520760849e102b6131d63b675a46, Commit Message: Merge commit '727932f00e62ff6ad7d46b39048d2df566fc596c' into HEAD [Pipeline] echo [2021-01-21T02:08:08.230Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-01-21T02:08:08.824Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-21T02:08:08.824Z] [2021-01-21T02:08:08.824Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-01-21T02:08:09.165Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-21T02:08:09.165Z] latest: Pulling from edgex-devops/git-semver [2021-01-21T02:08:09.165Z] 31603596830f: Pulling fs layer [2021-01-21T02:08:09.165Z] 2a8b12db71e7: Pulling fs layer [2021-01-21T02:08:09.165Z] 6ca5941a6612: Pulling fs layer [2021-01-21T02:08:09.165Z] ecc8261a40a4: Pulling fs layer [2021-01-21T02:08:09.165Z] ecc8261a40a4: Waiting [2021-01-21T02:08:09.165Z] 2a8b12db71e7: Verifying Checksum [2021-01-21T02:08:09.165Z] 2a8b12db71e7: Download complete [2021-01-21T02:08:09.165Z] 31603596830f: Verifying Checksum [2021-01-21T02:08:09.165Z] 31603596830f: Download complete [2021-01-21T02:08:09.428Z] ecc8261a40a4: Verifying Checksum [2021-01-21T02:08:09.428Z] ecc8261a40a4: Download complete [2021-01-21T02:08:09.428Z] 6ca5941a6612: Verifying Checksum [2021-01-21T02:08:09.428Z] 6ca5941a6612: Download complete [2021-01-21T02:08:09.695Z] 31603596830f: Pull complete [2021-01-21T02:08:09.695Z] 2a8b12db71e7: Pull complete [2021-01-21T02:08:10.641Z] 6ca5941a6612: Pull complete [2021-01-21T02:08:10.903Z] ecc8261a40a4: Pull complete [2021-01-21T02:08:10.903Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-01-21T02:08:10.903Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-21T02:08:10.903Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-01-21T02:08:11.003Z] prd-centos7-docker-4c-2g-21827 does not seem to be running inside a container [2021-01-21T02:08:11.050Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_edgex-ui-go_PR-290 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-290:/w/workspace/edgexfoundry_edgex-ui-go_PR-290:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-290@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-290@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 [2021-01-21T02:08:13.587Z] $ docker top 9049e16c9ea7a2044eeb9c3d5ae0c20e54e92bf223de99d44ed8092661866e61 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-21T02:08:13.893Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-21T02:08:13.893Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-21T02:08:14.112Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-21T02:08:14.117Z] $ docker exec 9049e16c9ea7a2044eeb9c3d5ae0c20e54e92bf223de99d44ed8092661866e61 ssh-agent [2021-01-21T02:08:14.276Z] SSH_AUTH_SOCK=/tmp/ssh-B871rGzh4FXC/agent.13 [2021-01-21T02:08:14.276Z] SSH_AGENT_PID=19 [2021-01-21T02:08:14.288Z] Running ssh-add (command line suppressed) [2021-01-21T02:08:14.408Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_PR-290@tmp/private_key_6317791354462994877.key (/w/workspace/edgexfoundry_edgex-ui-go_PR-290@tmp/private_key_6317791354462994877.key) [2021-01-21T02:08:14.460Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-21T02:08:14.797Z] + git tag --points-at HEAD [Pipeline] } [2021-01-21T02:08:14.827Z] $ docker exec --env ******** --env ******** 9049e16c9ea7a2044eeb9c3d5ae0c20e54e92bf223de99d44ed8092661866e61 ssh-agent -k [2021-01-21T02:08:14.945Z] unset SSH_AUTH_SOCK; [2021-01-21T02:08:14.946Z] unset SSH_AGENT_PID; [2021-01-21T02:08:14.946Z] echo Agent pid 19 killed; [2021-01-21T02:08:14.996Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-01-21T02:08:15.139Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-21T02:08:15.139Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-21T02:08:15.310Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-21T02:08:15.314Z] $ docker exec 9049e16c9ea7a2044eeb9c3d5ae0c20e54e92bf223de99d44ed8092661866e61 ssh-agent [2021-01-21T02:08:15.479Z] SSH_AUTH_SOCK=/tmp/ssh-YLscsHIBR7bg/agent.49 [2021-01-21T02:08:15.479Z] SSH_AGENT_PID=54 [2021-01-21T02:08:15.485Z] Running ssh-add (command line suppressed) [2021-01-21T02:08:15.603Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_PR-290@tmp/private_key_9008221000293058414.key (/w/workspace/edgexfoundry_edgex-ui-go_PR-290@tmp/private_key_9008221000293058414.key) [2021-01-21T02:08:15.652Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-21T02:08:15.983Z] + git semver init [2021-01-21T02:08:15.983Z] # -> Open(): unable to determine branch for HEAD [2021-01-21T02:08:15.983Z] # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_PR-290/.git [2021-01-21T02:08:15.983Z] # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_PR-290 [2021-01-21T02:08:15.983Z] # $SEMVER_REMOTE_NAME = origin [2021-01-21T02:08:15.983Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-21T02:08:15.983Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-21T02:08:15.983Z] # $SEMVER_BRANCH = PR-290 [2021-01-21T02:08:15.983Z] # $SEMVER_TEMP = /tmp/semver-839878926 [2021-01-21T02:08:15.983Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-ui-go.git $SEMVER_TEMP [2021-01-21T02:08:17.374Z] # '/tmp/semver-839878926' -> '/w/workspace/edgexfoundry_edgex-ui-go_PR-290/.semver' [2021-01-21T02:08:17.374Z] # -> Force: false [2021-01-21T02:08:17.374Z] # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_PR-290/.semver [Pipeline] } [2021-01-21T02:08:17.387Z] $ docker exec --env ******** --env ******** 9049e16c9ea7a2044eeb9c3d5ae0c20e54e92bf223de99d44ed8092661866e61 ssh-agent -k [2021-01-21T02:08:17.505Z] unset SSH_AUTH_SOCK; [2021-01-21T02:08:17.507Z] unset SSH_AGENT_PID; [2021-01-21T02:08:17.507Z] echo Agent pid 54 killed; [2021-01-21T02:08:17.549Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-21T02:08:18.009Z] + git semver [Pipeline] } [2021-01-21T02:08:18.029Z] $ docker stop --time=1 9049e16c9ea7a2044eeb9c3d5ae0c20e54e92bf223de99d44ed8092661866e61 [2021-01-21T02:08:19.448Z] $ docker rm -f 9049e16c9ea7a2044eeb9c3d5ae0c20e54e92bf223de99d44ed8092661866e61 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-21T02:08:19.901Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-01-21T02:08:20.353Z] Stashed 1 file(s) [Pipeline] echo [2021-01-21T02:08:20.356Z] [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] node [2021-01-21T02:08:35.924Z] Still waiting to schedule task [2021-01-21T02:08:35.925Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2021-01-21T02:08:35.928Z] Still waiting to schedule task [2021-01-21T02:08:35.928Z] ‘prd-ubuntu18.04-docker-arm64-4c-16g-18207’ is offline [2021-01-21T02:09:39.001Z] Running on prd-centos7-docker-4c-2g-21828 in /w/workspace/edgexfoundry_edgex-ui-go_PR-290 [Pipeline] { [Pipeline] ws [2021-01-21T02:09:39.054Z] Running in /w/workspace/edgex-ui-go/5 [Pipeline] { [Pipeline] checkout [2021-01-21T02:09:41.646Z] using credential edgex-jenkins-ssh [2021-01-21T02:09:41.698Z] Cloning the remote Git repository [2021-01-21T02:09:41.730Z] Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git [2021-01-21T02:09:41.809Z] > git init /w/workspace/edgex-ui-go/5 # timeout=10 [2021-01-21T02:09:41.885Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2021-01-21T02:09:41.886Z] > git --version # timeout=10 [2021-01-21T02:09:41.894Z] > git --version # 'git version 2.24.3' [2021-01-21T02:09:41.895Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-21T02:09:41.928Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-21T02:09:43.712Z] Merging remotes/origin/master commit 727932f00e62ff6ad7d46b39048d2df566fc596c into PR head commit 00a36ba0b8c5bd5d8da49be8af0beed4e0baf50c [2021-01-21T02:09:43.164Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2021-01-21T02:09:43.173Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-21T02:09:43.181Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2021-01-21T02:09:43.195Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2021-01-21T02:09:43.195Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-21T02:09:43.202Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/290/head:refs/remotes/origin/PR-290 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-21T02:09:43.721Z] > git config core.sparsecheckout # timeout=10 [2021-01-21T02:09:43.727Z] > git checkout -f 00a36ba0b8c5bd5d8da49be8af0beed4e0baf50c # timeout=10 [2021-01-21T02:09:44.059Z] Merge succeeded, producing 2dbdeb391a041e5bb05cb84e2f17ff09a657e1a3 [2021-01-21T02:09:44.060Z] Checking out Revision 2dbdeb391a041e5bb05cb84e2f17ff09a657e1a3 (PR-290) [2021-01-21T02:09:43.865Z] > git remote # timeout=10 [2021-01-21T02:09:43.874Z] > git config --get remote.origin.url # timeout=10 [2021-01-21T02:09:43.882Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-21T02:09:43.886Z] > git merge 727932f00e62ff6ad7d46b39048d2df566fc596c # timeout=10 [2021-01-21T02:09:44.053Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-01-21T02:09:44.064Z] > git config core.sparsecheckout # timeout=10 [2021-01-21T02:09:44.071Z] > git checkout -f 2dbdeb391a041e5bb05cb84e2f17ff09a657e1a3 # timeout=10 [2021-01-21T02:09:47.734Z] Commit message: "Merge commit '727932f00e62ff6ad7d46b39048d2df566fc596c' into HEAD" [2021-01-21T02:09:47.739Z] > git rev-list --no-walk 00a36ba0b8c5bd5d8da49be8af0beed4e0baf50c # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-21T02:09:49.179Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-01-21T02:09:49.518Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-21T02:09:49.825Z] + sudo service docker restart [2021-01-21T02:09:49.825Z] + true [2021-01-21T02:09:49.825Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-21T02:09:51.842Z] provisioning config files... [2021-01-21T02:09:51.882Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/5@tmp/config8133784852845031524tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-21T02:09:52.278Z] ---> docker-login.sh [2021-01-21T02:09:52.278Z] nexus3.edgexfoundry.org:10001 [2021-01-21T02:09:52.541Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-21T02:09:52.806Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-21T02:09:52.806Z] Configure a credential helper to remove this warning. See [2021-01-21T02:09:52.806Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-21T02:09:52.806Z] [2021-01-21T02:09:52.806Z] Login Succeeded [2021-01-21T02:09:52.806Z] nexus3.edgexfoundry.org:10002 [2021-01-21T02:09:52.806Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-21T02:09:52.806Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-21T02:09:52.806Z] Configure a credential helper to remove this warning. See [2021-01-21T02:09:52.806Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-21T02:09:52.806Z] [2021-01-21T02:09:52.806Z] Login Succeeded [2021-01-21T02:09:52.806Z] nexus3.edgexfoundry.org:10003 [2021-01-21T02:09:53.071Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-21T02:09:53.071Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-21T02:09:53.071Z] Configure a credential helper to remove this warning. See [2021-01-21T02:09:53.071Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-21T02:09:53.071Z] [2021-01-21T02:09:53.071Z] Login Succeeded [2021-01-21T02:09:53.071Z] nexus3.edgexfoundry.org:10004 [2021-01-21T02:09:53.334Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-21T02:09:53.334Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-21T02:09:53.334Z] Configure a credential helper to remove this warning. See [2021-01-21T02:09:53.335Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-21T02:09:53.335Z] [2021-01-21T02:09:53.335Z] Login Succeeded [2021-01-21T02:09:53.335Z] docker.io [2021-01-21T02:09:53.335Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-21T02:09:53.914Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-21T02:09:53.914Z] Configure a credential helper to remove this warning. See [2021-01-21T02:09:53.914Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-21T02:09:53.914Z] [2021-01-21T02:09:53.914Z] Login Succeeded [2021-01-21T02:09:53.914Z] ---> docker-login.sh ends [Pipeline] } [2021-01-21T02:09:53.923Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-01-21T02:09:54.314Z] ========================================================= [2021-01-21T02:09:54.314Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-01-21T02:09:54.314Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-21T02:09:54.655Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . [2021-01-21T02:09:54.918Z] Sending build context to Docker daemon 16.66MB [2021-01-21T02:09:54.919Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-01-21T02:09:54.919Z] Step 2/8 : FROM ${BASE} [2021-01-21T02:09:54.919Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-01-21T02:09:54.919Z] 188c0c94c7c5: Pulling fs layer [2021-01-21T02:09:54.919Z] 0ef7d3d256c8: Pulling fs layer [2021-01-21T02:09:54.919Z] de9db76c5a1d: Pulling fs layer [2021-01-21T02:09:54.919Z] bca2f99d35d6: Pulling fs layer [2021-01-21T02:09:54.919Z] 93359f2a8cfa: Pulling fs layer [2021-01-21T02:09:54.919Z] 7c6f9722023f: Pulling fs layer [2021-01-21T02:09:54.919Z] a35cf1a2eb13: Pulling fs layer [2021-01-21T02:09:54.919Z] 93359f2a8cfa: Waiting [2021-01-21T02:09:54.919Z] 7c6f9722023f: Waiting [2021-01-21T02:09:54.919Z] a35cf1a2eb13: Waiting [2021-01-21T02:09:54.919Z] bca2f99d35d6: Waiting [2021-01-21T02:09:55.184Z] de9db76c5a1d: Verifying Checksum [2021-01-21T02:09:55.184Z] de9db76c5a1d: Download complete [2021-01-21T02:09:55.184Z] 0ef7d3d256c8: Verifying Checksum [2021-01-21T02:09:55.184Z] 0ef7d3d256c8: Download complete [2021-01-21T02:09:55.184Z] 93359f2a8cfa: Verifying Checksum [2021-01-21T02:09:55.184Z] 93359f2a8cfa: Download complete [2021-01-21T02:09:55.184Z] 7c6f9722023f: Verifying Checksum [2021-01-21T02:09:55.184Z] 7c6f9722023f: Download complete [2021-01-21T02:09:55.184Z] 188c0c94c7c5: Verifying Checksum [2021-01-21T02:09:55.184Z] 188c0c94c7c5: Download complete [2021-01-21T02:09:55.448Z] 188c0c94c7c5: Pull complete [2021-01-21T02:09:55.709Z] 0ef7d3d256c8: Pull complete [2021-01-21T02:09:55.709Z] de9db76c5a1d: Pull complete [2021-01-21T02:09:58.272Z] a35cf1a2eb13: Verifying Checksum [2021-01-21T02:09:58.272Z] a35cf1a2eb13: Download complete [2021-01-21T02:09:58.540Z] bca2f99d35d6: Verifying Checksum [2021-01-21T02:09:58.540Z] bca2f99d35d6: Download complete [2021-01-21T02:10:05.192Z] bca2f99d35d6: Pull complete [2021-01-21T02:10:05.192Z] 93359f2a8cfa: Pull complete [2021-01-21T02:10:05.192Z] 7c6f9722023f: Pull complete [2021-01-21T02:10:11.838Z] a35cf1a2eb13: Pull complete [2021-01-21T02:10:11.838Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-01-21T02:10:11.838Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-01-21T02:10:11.838Z] ---> a62c8e92a672 [2021-01-21T02:10:11.838Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-01-21T02:10:12.417Z] ---> Running in 3a2fbb935393 [2021-01-21T02:10:12.680Z] Removing intermediate container 3a2fbb935393 [2021-01-21T02:10:12.680Z] ---> 36336fd255fd [2021-01-21T02:10:12.680Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-21T02:10:12.680Z] ---> Running in 8bfab925965f [2021-01-21T02:10:14.087Z] Removing intermediate container 8bfab925965f [2021-01-21T02:10:14.087Z] ---> c2fe0c9feccf [2021-01-21T02:10:14.087Z] Step 5/8 : RUN apk add --no-cache make git [2021-01-21T02:10:14.087Z] ---> Running in 86d65e00dcbd [2021-01-21T02:10:15.040Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-21T02:10:15.615Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-21T02:10:16.193Z] OK: 166 MiB in 39 packages [2021-01-21T02:10:16.773Z] Removing intermediate container 86d65e00dcbd [2021-01-21T02:10:16.773Z] ---> dd7f758c13bd [2021-01-21T02:10:16.773Z] Step 6/8 : WORKDIR /edgex-ui-go [2021-01-21T02:10:16.773Z] ---> Running in dd2b302c3668 [2021-01-21T02:10:17.036Z] Removing intermediate container dd2b302c3668 [2021-01-21T02:10:17.036Z] ---> b79af1abed89 [2021-01-21T02:10:17.036Z] Step 7/8 : COPY . . [2021-01-21T02:10:18.972Z] ---> 991ffa4aee22 [2021-01-21T02:10:18.972Z] Step 8/8 : RUN go mod download [2021-01-21T02:10:18.972Z] ---> Running in 28d61da5f284 [2021-01-21T02:10:29.623Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-21829 in /w/workspace/edgexfoundry_edgex-ui-go_PR-290 [Pipeline] { [Pipeline] ws [2021-01-21T02:10:29.677Z] Running in /w/workspace/edgex-ui-go/5 [Pipeline] { [Pipeline] checkout [2021-01-21T02:10:34.931Z] using credential edgex-jenkins-ssh [2021-01-21T02:10:34.994Z] Cloning the remote Git repository [2021-01-21T02:10:35.069Z] Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git [2021-01-21T02:10:35.189Z] > git init /w/workspace/edgex-ui-go/5 # timeout=10 [2021-01-21T02:10:35.274Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2021-01-21T02:10:35.275Z] > git --version # timeout=10 [2021-01-21T02:10:35.296Z] > git --version # 'git version 2.17.1' [2021-01-21T02:10:35.298Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-21T02:10:35.377Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-21T02:10:37.022Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2021-01-21T02:10:37.041Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-21T02:10:37.082Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2021-01-21T02:10:37.128Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2021-01-21T02:10:37.130Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-21T02:10:37.145Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/290/head:refs/remotes/origin/PR-290 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-21T02:10:37.704Z] Merging remotes/origin/master commit 727932f00e62ff6ad7d46b39048d2df566fc596c into PR head commit 00a36ba0b8c5bd5d8da49be8af0beed4e0baf50c [2021-01-21T02:10:38.603Z] Merge succeeded, producing 9c87782dab182c85df84ed0e396212e743781adf [2021-01-21T02:10:38.604Z] Checking out Revision 9c87782dab182c85df84ed0e396212e743781adf (PR-290) [2021-01-21T02:10:37.732Z] > git config core.sparsecheckout # timeout=10 [2021-01-21T02:10:37.759Z] > git checkout -f 00a36ba0b8c5bd5d8da49be8af0beed4e0baf50c # timeout=10 [2021-01-21T02:10:38.077Z] > git remote # timeout=10 [2021-01-21T02:10:38.097Z] > git config --get remote.origin.url # timeout=10 [2021-01-21T02:10:38.117Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-21T02:10:38.128Z] > git merge 727932f00e62ff6ad7d46b39048d2df566fc596c # timeout=10 [2021-01-21T02:10:38.590Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-01-21T02:10:38.615Z] > git config core.sparsecheckout # timeout=10 [2021-01-21T02:10:38.632Z] > git checkout -f 9c87782dab182c85df84ed0e396212e743781adf # timeout=10 [2021-01-21T02:10:41.010Z] Removing intermediate container 28d61da5f284 [2021-01-21T02:10:41.010Z] ---> d089aec795e5 [2021-01-21T02:10:41.010Z] Successfully built d089aec795e5 [2021-01-21T02:10:41.010Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-21T02:10:41.333Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-21T02:10:41.333Z] . [Pipeline] withDockerContainer [2021-01-21T02:10:41.460Z] prd-centos7-docker-4c-2g-21828 does not seem to be running inside a container [2021-01-21T02:10:41.513Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/5 -v /w/workspace/edgex-ui-go/5:/w/workspace/edgex-ui-go/5:rw,z -v /w/workspace/edgex-ui-go/5@tmp:/w/workspace/edgex-ui-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-01-21T02:10:42.392Z] $ docker top eddb873cae480bd3108d6d59e60d6d1c73c6d4d7da9c76acb686a99006757a25 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-21T02:10:42.894Z] + go version [2021-01-21T02:10:42.894Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-01-21T02:10:42.910Z] $ docker stop --time=1 eddb873cae480bd3108d6d59e60d6d1c73c6d4d7da9c76acb686a99006757a25 [2021-01-21T02:10:43.120Z] Commit message: "Merge commit '727932f00e62ff6ad7d46b39048d2df566fc596c' into HEAD" [2021-01-21T02:10:43.131Z] > git rev-list --no-walk 00a36ba0b8c5bd5d8da49be8af0beed4e0baf50c # timeout=10 [2021-01-21T02:10:44.268Z] $ docker rm -f eddb873cae480bd3108d6d59e60d6d1c73c6d4d7da9c76acb686a99006757a25 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-21T02:10:45.108Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-21T02:10:45.108Z] . [Pipeline] withDockerContainer [2021-01-21T02:10:45.767Z] prd-centos7-docker-4c-2g-21828 does not seem to be running inside a container [2021-01-21T02:10:45.817Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/5 -v /w/workspace/edgex-ui-go/5:/w/workspace/edgex-ui-go/5:rw,z -v /w/workspace/edgex-ui-go/5@tmp:/w/workspace/edgex-ui-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-01-21T02:10:45.961Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [2021-01-21T02:10:46.442Z] $ docker top c8c4b96912c0d10f2458eb5ae2b16982aa8de01e86b0849bb68ee7bd03d91afc -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] sh [2021-01-21T02:10:46.973Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-21T02:10:47.042Z] + make test [2021-01-21T02:10:47.042Z] GO111MODULE=on go test -coverprofile=coverage.out ./... [2021-01-21T02:10:47.324Z] + true [2021-01-21T02:10:47.324Z] + sudo service docker restart [2021-01-21T02:10:48.014Z] ? github.com/edgexfoundry/edgex-ui-go [no test files] [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-21T02:10:50.026Z] provisioning config files... [2021-01-21T02:10:50.094Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/5@tmp/config2702883368277732500tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-21T02:10:50.573Z] ---> docker-login.sh [2021-01-21T02:10:50.573Z] nexus3.edgexfoundry.org:10001 [2021-01-21T02:10:51.562Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-21T02:10:51.836Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-21T02:10:51.836Z] Configure a credential helper to remove this warning. See [2021-01-21T02:10:51.836Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-21T02:10:51.836Z] [2021-01-21T02:10:51.836Z] Login Succeeded [2021-01-21T02:10:51.836Z] nexus3.edgexfoundry.org:10002 [2021-01-21T02:10:52.434Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-21T02:10:52.434Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-21T02:10:52.434Z] Configure a credential helper to remove this warning. See [2021-01-21T02:10:52.434Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-21T02:10:52.434Z] [2021-01-21T02:10:52.434Z] Login Succeeded [2021-01-21T02:10:52.434Z] nexus3.edgexfoundry.org:10003 [2021-01-21T02:10:52.712Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-21T02:10:52.985Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-21T02:10:52.985Z] Configure a credential helper to remove this warning. See [2021-01-21T02:10:52.985Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-21T02:10:52.985Z] [2021-01-21T02:10:52.985Z] Login Succeeded [2021-01-21T02:10:52.985Z] nexus3.edgexfoundry.org:10004 [2021-01-21T02:10:53.580Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-21T02:10:53.580Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-21T02:10:53.580Z] Configure a credential helper to remove this warning. See [2021-01-21T02:10:53.580Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-21T02:10:53.580Z] [2021-01-21T02:10:53.580Z] Login Succeeded [2021-01-21T02:10:53.580Z] docker.io [2021-01-21T02:10:53.855Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-21T02:10:54.128Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-21T02:10:54.128Z] Configure a credential helper to remove this warning. See [2021-01-21T02:10:54.128Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-21T02:10:54.128Z] [2021-01-21T02:10:54.128Z] Login Succeeded [2021-01-21T02:10:54.128Z] ---> docker-login.sh ends [Pipeline] } [2021-01-21T02:10:54.146Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-01-21T02:10:54.615Z] ========================================================= [2021-01-21T02:10:54.615Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-01-21T02:10:54.615Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-21T02:10:54.710Z] # github.com/edgexfoundry/edgex-ui-go/internal/handler [2021-01-21T02:10:54.710Z] internal/handler/appservice.go:54:33: client.GetConfiguration undefined (type registry.Client has no field or method GetConfiguration) [2021-01-21T02:10:54.710Z] internal/handler/appservice.go:98:14: client.PutConfigurationToml undefined (type registry.Client has no field or method PutConfigurationToml) [2021-01-21T02:10:54.710Z] internal/handler/appservice.go:117:33: client.GetConfiguration undefined (type registry.Client has no field or method GetConfiguration) [2021-01-21T02:10:54.710Z] internal/handler/appservice.go:187:17: registryConfig.Stem undefined (type types.Config has no field or method Stem) [2021-01-21T02:10:54.710Z] internal/handler/appservice.go:189:17: registryConfig.Stem undefined (type types.Config has no field or method Stem) [2021-01-21T02:10:55.021Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . [2021-01-21T02:10:55.626Z] Sending build context to Docker daemon 16.66MB [2021-01-21T02:10:55.626Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-01-21T02:10:55.626Z] Step 2/8 : FROM ${BASE} [2021-01-21T02:10:55.626Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-01-21T02:10:55.902Z] 5f621e34cdf4: Pulling fs layer [2021-01-21T02:10:55.902Z] a4357932f1b6: Pulling fs layer [2021-01-21T02:10:55.902Z] 18c013af1878: Pulling fs layer [2021-01-21T02:10:55.902Z] 00ac8860ef70: Pulling fs layer [2021-01-21T02:10:55.902Z] 63d7cb157983: Pulling fs layer [2021-01-21T02:10:55.902Z] b116817d02f9: Pulling fs layer [2021-01-21T02:10:55.902Z] 745a02a5169b: Pulling fs layer [2021-01-21T02:10:55.902Z] 00ac8860ef70: Waiting [2021-01-21T02:10:55.902Z] b116817d02f9: Waiting [2021-01-21T02:10:55.902Z] 745a02a5169b: Waiting [2021-01-21T02:10:55.902Z] 63d7cb157983: Waiting [2021-01-21T02:10:55.902Z] 18c013af1878: Download complete [2021-01-21T02:10:55.902Z] a4357932f1b6: Verifying Checksum [2021-01-21T02:10:55.902Z] a4357932f1b6: Download complete [2021-01-21T02:10:56.117Z] make: *** [Makefile:34: test] Error 2 [Pipeline] } [2021-01-21T02:10:56.138Z] $ docker stop --time=1 c8c4b96912c0d10f2458eb5ae2b16982aa8de01e86b0849bb68ee7bd03d91afc [2021-01-21T02:10:56.179Z] 63d7cb157983: Download complete [2021-01-21T02:10:56.179Z] b116817d02f9: Verifying Checksum [2021-01-21T02:10:56.179Z] b116817d02f9: Download complete [2021-01-21T02:10:56.179Z] 5f621e34cdf4: Verifying Checksum [2021-01-21T02:10:56.180Z] 5f621e34cdf4: Download complete [2021-01-21T02:10:56.780Z] 5f621e34cdf4: Pull complete [2021-01-21T02:10:57.383Z] a4357932f1b6: Pull complete [2021-01-21T02:10:57.659Z] 18c013af1878: Pull complete [2021-01-21T02:10:58.433Z] $ docker rm -f c8c4b96912c0d10f2458eb5ae2b16982aa8de01e86b0849bb68ee7bd03d91afc [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to earlier failure(s) [Pipeline] } [2021-01-21T02:10:59.641Z] 745a02a5169b: Verifying Checksum [2021-01-21T02:10:59.641Z] 745a02a5169b: Download complete [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-01-21T02:11:00.772Z] Failed in branch amd64 [2021-01-21T02:11:01.112Z] 00ac8860ef70: Verifying Checksum [2021-01-21T02:11:01.112Z] 00ac8860ef70: Download complete [2021-01-21T02:11:11.284Z] 00ac8860ef70: Pull complete [2021-01-21T02:11:11.556Z] 63d7cb157983: Pull complete [2021-01-21T02:11:12.153Z] b116817d02f9: Pull complete [2021-01-21T02:11:16.493Z] 745a02a5169b: Pull complete [2021-01-21T02:11:16.493Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-01-21T02:11:16.493Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-01-21T02:11:16.493Z] ---> b7e6874047d6 [2021-01-21T02:11:16.493Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-01-21T02:11:19.102Z] ---> Running in a43dc7e15e53 [2021-01-21T02:11:19.373Z] Removing intermediate container a43dc7e15e53 [2021-01-21T02:11:19.373Z] ---> 5b41f7d816e6 [2021-01-21T02:11:19.373Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-21T02:11:19.648Z] ---> Running in 37accfbbe8f5 [2021-01-21T02:11:22.284Z] Removing intermediate container 37accfbbe8f5 [2021-01-21T02:11:22.284Z] ---> 4cb628d08de6 [2021-01-21T02:11:22.284Z] Step 5/8 : RUN apk add --no-cache make git [2021-01-21T02:11:22.284Z] ---> Running in c644c04aef33 [2021-01-21T02:11:22.880Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-21T02:11:23.858Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-21T02:11:24.456Z] OK: 142 MiB in 39 packages [2021-01-21T02:11:25.878Z] Removing intermediate container c644c04aef33 [2021-01-21T02:11:25.879Z] ---> f3a678b37377 [2021-01-21T02:11:25.879Z] Step 6/8 : WORKDIR /edgex-ui-go [2021-01-21T02:11:26.150Z] ---> Running in 4cfbc8cf17f5 [2021-01-21T02:11:26.742Z] Removing intermediate container 4cfbc8cf17f5 [2021-01-21T02:11:26.742Z] ---> bda75ef66d92 [2021-01-21T02:11:26.742Z] Step 7/8 : COPY . . [2021-01-21T02:11:28.709Z] ---> fc90ccdbc4e7 [2021-01-21T02:11:28.709Z] Step 8/8 : RUN go mod download [2021-01-21T02:11:28.709Z] ---> Running in f62ed6df0f10 [2021-01-21T02:11:55.493Z] Removing intermediate container f62ed6df0f10 [2021-01-21T02:11:55.494Z] ---> f485ef69117b [2021-01-21T02:11:55.494Z] Successfully built f485ef69117b [2021-01-21T02:11:55.494Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-21T02:11:55.839Z] + docker inspect -f . ci-base-image-arm64 [2021-01-21T02:11:55.839Z] . [Pipeline] withDockerContainer [2021-01-21T02:11:56.102Z] prd-ubuntu18.04-docker-arm64-4c-16g-21829 does not seem to be running inside a container [2021-01-21T02:11:56.195Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/5 -v /w/workspace/edgex-ui-go/5:/w/workspace/edgex-ui-go/5:rw,z -v /w/workspace/edgex-ui-go/5@tmp:/w/workspace/edgex-ui-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-01-21T02:11:57.665Z] $ docker top 4ceeda3d3e93bbf6b9c7123e95b3da7add5b1609330ff5a975170ec1a332ed45 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-21T02:11:58.722Z] + go version [2021-01-21T02:11:58.722Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-01-21T02:11:58.751Z] $ docker stop --time=1 4ceeda3d3e93bbf6b9c7123e95b3da7add5b1609330ff5a975170ec1a332ed45 [2021-01-21T02:12:00.750Z] $ docker rm -f 4ceeda3d3e93bbf6b9c7123e95b3da7add5b1609330ff5a975170ec1a332ed45 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-21T02:12:01.915Z] + docker inspect -f . ci-base-image-arm64 [2021-01-21T02:12:01.916Z] . [Pipeline] withDockerContainer [2021-01-21T02:12:02.151Z] prd-ubuntu18.04-docker-arm64-4c-16g-21829 does not seem to be running inside a container [2021-01-21T02:12:02.234Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/5 -v /w/workspace/edgex-ui-go/5:/w/workspace/edgex-ui-go/5:rw,z -v /w/workspace/edgex-ui-go/5@tmp:/w/workspace/edgex-ui-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-01-21T02:12:03.802Z] $ docker top 90ed0eccec9e05b05adc77a9d99ccd388a44a7c569791acf6301d446fc1f278b -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-21T02:12:04.903Z] + make test [2021-01-21T02:12:04.903Z] GO111MODULE=on go test -coverprofile=coverage.out ./... [2021-01-21T02:12:06.334Z] ? github.com/edgexfoundry/edgex-ui-go [no test files] [2021-01-21T02:12:24.694Z] # github.com/edgexfoundry/edgex-ui-go/internal/handler [2021-01-21T02:12:24.694Z] internal/handler/appservice.go:54:33: client.GetConfiguration undefined (type registry.Client has no field or method GetConfiguration) [2021-01-21T02:12:24.694Z] internal/handler/appservice.go:98:14: client.PutConfigurationToml undefined (type registry.Client has no field or method PutConfigurationToml) [2021-01-21T02:12:24.694Z] internal/handler/appservice.go:117:33: client.GetConfiguration undefined (type registry.Client has no field or method GetConfiguration) [2021-01-21T02:12:24.694Z] internal/handler/appservice.go:187:17: registryConfig.Stem undefined (type types.Config has no field or method Stem) [2021-01-21T02:12:24.694Z] internal/handler/appservice.go:189:17: registryConfig.Stem undefined (type types.Config has no field or method Stem) [2021-01-21T02:12:29.006Z] make: *** [Makefile:34: test] Error 2 [Pipeline] } [2021-01-21T02:12:29.033Z] $ docker stop --time=1 90ed0eccec9e05b05adc77a9d99ccd388a44a7c569791acf6301d446fc1f278b [2021-01-21T02:12:31.111Z] $ docker rm -f 90ed0eccec9e05b05adc77a9d99ccd388a44a7c569791acf6301d446fc1f278b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-01-21T02:12:32.760Z] Failed in branch arm64 [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) Stage "CodeCov" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) Stage "Snyk Dependency Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to earlier failure(s) [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2021-01-21T02:12:35.527Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-21T02:12:35.841Z] ---> package-listing.sh [2021-01-21T02:12:35.841Z] ++ facter osfamily [2021-01-21T02:12:35.841Z] ++ tr '[:upper:]' '[:lower:]' [2021-01-21T02:12:35.841Z] + OS_FAMILY=redhat [2021-01-21T02:12:35.841Z] + workspace=/w/workspace/edgexfoundry_edgex-ui-go_PR-290 [2021-01-21T02:12:35.842Z] + START_PACKAGES=/tmp/packages_start.txt [2021-01-21T02:12:35.842Z] + END_PACKAGES=/tmp/packages_end.txt [2021-01-21T02:12:35.842Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-01-21T02:12:35.842Z] + PACKAGES=/tmp/packages_start.txt [2021-01-21T02:12:35.842Z] + '[' /w/workspace/edgexfoundry_edgex-ui-go_PR-290 ']' [2021-01-21T02:12:35.842Z] + PACKAGES=/tmp/packages_end.txt [2021-01-21T02:12:35.842Z] + case "${OS_FAMILY}" in [2021-01-21T02:12:35.842Z] + rpm -qa [2021-01-21T02:12:35.842Z] + sort [2021-01-21T02:12:41.187Z] + '[' -f /tmp/packages_start.txt ']' [2021-01-21T02:12:41.187Z] + '[' -f /tmp/packages_end.txt ']' [2021-01-21T02:12:41.187Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-01-21T02:12:41.187Z] + '[' /w/workspace/edgexfoundry_edgex-ui-go_PR-290 ']' [2021-01-21T02:12:41.187Z] + mkdir -p /w/workspace/edgexfoundry_edgex-ui-go_PR-290/archives/ [2021-01-21T02:12:41.187Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgexfoundry_edgex-ui-go_PR-290/archives/ [Pipeline] echo [2021-01-21T02:12:41.202Z] 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-290/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-01-21T02:12:41.495Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-01-21T02:12:41.805Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-21T02:12:41.805Z] [2021-01-21T02:12:41.805Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-01-21T02:12:42.166Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-21T02:12:42.166Z] alpine: Pulling from edgex-lftools-log-publisher [2021-01-21T02:12:42.166Z] df20fa9351a1: Pulling fs layer [2021-01-21T02:12:42.166Z] 36b3adc4ff6f: Pulling fs layer [2021-01-21T02:12:42.166Z] 8ad3a11d3b57: Pulling fs layer [2021-01-21T02:12:42.166Z] 46f8f816bc3b: Pulling fs layer [2021-01-21T02:12:42.166Z] 93b61091891f: Pulling fs layer [2021-01-21T02:12:42.166Z] 93b9cdb0e59b: Pulling fs layer [2021-01-21T02:12:42.166Z] 5e14af77c1be: Pulling fs layer [2021-01-21T02:12:42.166Z] 01666e4c0597: Pulling fs layer [2021-01-21T02:12:42.166Z] aa168da1d23b: Pulling fs layer [2021-01-21T02:12:42.166Z] 46f8f816bc3b: Waiting [2021-01-21T02:12:42.166Z] 5e14af77c1be: Waiting [2021-01-21T02:12:42.166Z] aa168da1d23b: Waiting [2021-01-21T02:12:42.166Z] 93b9cdb0e59b: Waiting [2021-01-21T02:12:42.166Z] 36b3adc4ff6f: Download complete [2021-01-21T02:12:42.166Z] 46f8f816bc3b: Verifying Checksum [2021-01-21T02:12:42.166Z] 46f8f816bc3b: Download complete [2021-01-21T02:12:42.166Z] df20fa9351a1: Verifying Checksum [2021-01-21T02:12:42.166Z] df20fa9351a1: Download complete [2021-01-21T02:12:42.437Z] 93b9cdb0e59b: Verifying Checksum [2021-01-21T02:12:42.437Z] 93b9cdb0e59b: Download complete [2021-01-21T02:12:42.437Z] 5e14af77c1be: Verifying Checksum [2021-01-21T02:12:42.437Z] 5e14af77c1be: Download complete [2021-01-21T02:12:42.437Z] 93b61091891f: Verifying Checksum [2021-01-21T02:12:42.437Z] 93b61091891f: Download complete [2021-01-21T02:12:42.437Z] 01666e4c0597: Verifying Checksum [2021-01-21T02:12:42.437Z] 01666e4c0597: Download complete [2021-01-21T02:12:42.437Z] 8ad3a11d3b57: Verifying Checksum [2021-01-21T02:12:42.437Z] 8ad3a11d3b57: Download complete [2021-01-21T02:12:42.715Z] df20fa9351a1: Pull complete [2021-01-21T02:12:42.715Z] 36b3adc4ff6f: Pull complete [2021-01-21T02:12:43.673Z] 8ad3a11d3b57: Pull complete [2021-01-21T02:12:43.673Z] 46f8f816bc3b: Pull complete [2021-01-21T02:12:44.629Z] aa168da1d23b: Verifying Checksum [2021-01-21T02:12:44.629Z] aa168da1d23b: Download complete [2021-01-21T02:12:44.629Z] 93b61091891f: Pull complete [2021-01-21T02:12:44.893Z] 93b9cdb0e59b: Pull complete [2021-01-21T02:12:45.165Z] 5e14af77c1be: Pull complete [2021-01-21T02:12:45.165Z] 01666e4c0597: Pull complete [2021-01-21T02:12:51.784Z] aa168da1d23b: Pull complete [2021-01-21T02:12:51.784Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-01-21T02:12:51.784Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-21T02:12:51.784Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-01-21T02:12:51.924Z] prd-centos7-docker-4c-2g-21827 does not seem to be running inside a container [2021-01-21T02:12:51.972Z] $ 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-290/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-290 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-290:/w/workspace/edgexfoundry_edgex-ui-go_PR-290:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-290@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-290@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 [2021-01-21T02:12:55.321Z] $ docker top 1b0421418c8cbba04a43bb9d29155095883cb41355287cbc49ee35db28513e1c -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-21T02:12:55.841Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-01-21T02:12:56.137Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-01-21T02:12:56.434Z] + ls /var/log/sa-host [2021-01-21T02:12:56.434Z] + sadf -c /var/log/sa-host/sa21 [2021-01-21T02:12:56.434Z] file_magic: OK [2021-01-21T02:12:56.434Z] HZ: Using current value: 100 [2021-01-21T02:12:56.434Z] file_header: OK [2021-01-21T02:12:56.434Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-01-21T02:12:56.434Z] Statistics: [2021-01-21T02:12:56.434Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-01-21T02:12:56.434Z] File successfully converted to sysstat format version 12.2.1 [2021-01-21T02:12:56.434Z] + sadf -c /var/log/sa-host/sa23 [2021-01-21T02:12:56.434Z] file_magic: OK [2021-01-21T02:12:56.434Z] HZ: Using current value: 100 [2021-01-21T02:12:56.434Z] file_header: OK [2021-01-21T02:12:56.434Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-01-21T02:12:56.434Z] Statistics: [2021-01-21T02:12:56.434Z] Hnuu...uuuununununu... [2021-01-21T02:12:56.434Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-01-21T02:12:57.042Z] provisioning config files... [2021-01-21T02:12:57.063Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-290@tmp/config3291575674817202596tmp [Pipeline] { [Pipeline] echo [2021-01-21T02:12:57.135Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-21T02:12:57.478Z] ---> create-netrc.sh [Pipeline] } [2021-01-21T02:12:57.498Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-01-21T02:12:57.600Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-21T02:12:57.923Z] ---> python-tools-install.sh [Pipeline] echo [2021-01-21T02:12:57.934Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-21T02:12:58.227Z] ---> sudo-logs.sh [2021-01-21T02:12:58.227Z] Archiving 'sudo' log.. [Pipeline] echo [2021-01-21T02:12:58.239Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-21T02:12:58.537Z] ---> job-cost.sh [2021-01-21T02:12:58.537Z] lf-activate-venv: SKIPPING [2021-01-21T02:12:58.537Z] INFO: No Stack... [2021-01-21T02:12:59.481Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-01-21T02:12:59.743Z] INFO: Archiving Costs [Pipeline] echo [2021-01-21T02:12:59.756Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-21T02:13:00.053Z] ---> logs-deploy.sh [2021-01-21T02:13:00.053Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-ui-go/PR-290/5 [2021-01-21T02:13:00.053Z] INFO: archiving workspace using pattern(s): [2021-01-21T02:13:01.970Z] Archives upload complete. [2021-01-21T02:13:01.970Z] INFO: archiving logs to Nexus [2021-01-21T02:13:02.915Z] ---> uname -a: [2021-01-21T02:13:02.915Z] Linux prd-centos7-docker-4c-2g-21827.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux [2021-01-21T02:13:02.915Z] [2021-01-21T02:13:02.915Z] [2021-01-21T02:13:02.915Z] ---> lscpu: [2021-01-21T02:13:02.915Z] Architecture: x86_64 [2021-01-21T02:13:02.915Z] CPU op-mode(s): 32-bit, 64-bit [2021-01-21T02:13:02.915Z] Byte Order: Little Endian [2021-01-21T02:13:02.915Z] Address sizes: 40 bits physical, 48 bits virtual [2021-01-21T02:13:02.915Z] CPU(s): 4 [2021-01-21T02:13:02.915Z] On-line CPU(s) list: 0-3 [2021-01-21T02:13:02.915Z] Thread(s) per core: 1 [2021-01-21T02:13:02.915Z] Core(s) per socket: 1 [2021-01-21T02:13:02.915Z] Socket(s): 4 [2021-01-21T02:13:02.915Z] NUMA node(s): 1 [2021-01-21T02:13:02.915Z] Vendor ID: GenuineIntel [2021-01-21T02:13:02.915Z] CPU family: 6 [2021-01-21T02:13:02.915Z] Model: 44 [2021-01-21T02:13:02.915Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2021-01-21T02:13:02.915Z] Stepping: 1 [2021-01-21T02:13:02.915Z] CPU MHz: 2933.436 [2021-01-21T02:13:02.915Z] BogoMIPS: 5866.87 [2021-01-21T02:13:02.915Z] Virtualization: VT-x [2021-01-21T02:13:02.915Z] Hypervisor vendor: KVM [2021-01-21T02:13:02.915Z] Virtualization type: full [2021-01-21T02:13:02.915Z] L1d cache: 128 KiB [2021-01-21T02:13:02.915Z] L1i cache: 128 KiB [2021-01-21T02:13:02.915Z] L2 cache: 16 MiB [2021-01-21T02:13:02.915Z] L3 cache: 64 MiB [2021-01-21T02:13:02.915Z] NUMA node0 CPU(s): 0-3 [2021-01-21T02:13:02.915Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2021-01-21T02:13:02.915Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2021-01-21T02:13:02.915Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2021-01-21T02:13:02.915Z] Vulnerability Meltdown: Mitigation; PTI [2021-01-21T02:13:02.915Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2021-01-21T02:13:02.915Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2021-01-21T02:13:02.915Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2021-01-21T02:13:02.915Z] Vulnerability Srbds: Not affected [2021-01-21T02:13:02.915Z] Vulnerability Tsx async abort: Not affected [2021-01-21T02:13:02.915Z] Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp [2021-01-21T02:13:02.915Z] [2021-01-21T02:13:02.915Z] [2021-01-21T02:13:02.915Z] ---> nproc: [2021-01-21T02:13:02.915Z] 4 [2021-01-21T02:13:02.915Z] [2021-01-21T02:13:02.915Z] [2021-01-21T02:13:02.915Z] ---> df -h: [2021-01-21T02:13:02.915Z] Filesystem Size Used Available Use% Mounted on [2021-01-21T02:13:02.915Z] overlay 50.0G 7.3G 42.7G 15% / [2021-01-21T02:13:02.915Z] tmpfs 64.0M 0 64.0M 0% /dev [2021-01-21T02:13:02.915Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2021-01-21T02:13:02.915Z] shm 64.0M 0 64.0M 0% /dev/shm [2021-01-21T02:13:02.915Z] /dev/vda1 50.0G 7.3G 42.7G 15% /facter-os [2021-01-21T02:13:02.915Z] /dev/vda1 50.0G 7.3G 42.7G 15% /etc/resolv.conf [2021-01-21T02:13:02.915Z] /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hostname [2021-01-21T02:13:02.915Z] /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hosts [2021-01-21T02:13:02.915Z] /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/edgexfoundry_edgex-ui-go_PR-290 [2021-01-21T02:13:02.915Z] /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/edgexfoundry_edgex-ui-go_PR-290@tmp [2021-01-21T02:13:02.915Z] /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/sa-host [2021-01-21T02:13:02.915Z] /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/secure [2021-01-21T02:13:02.915Z] /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/auth.log [2021-01-21T02:13:02.915Z] /dev/vda1 50.0G 7.3G 42.7G 15% /run/cloud-init/result.json [2021-01-21T02:13:02.915Z] [2021-01-21T02:13:02.915Z] [2021-01-21T02:13:02.915Z] ---> free -m: [2021-01-21T02:13:02.915Z] total used free shared buff/cache available [2021-01-21T02:13:02.915Z] Mem: 1837 688 104 0 1044 1044 [2021-01-21T02:13:02.915Z] Swap: 1023 1 1022 [2021-01-21T02:13:02.915Z] [2021-01-21T02:13:02.915Z] [2021-01-21T02:13:02.915Z] ---> ip addr: [2021-01-21T02:13:02.915Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2021-01-21T02:13:02.915Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2021-01-21T02:13:02.915Z] inet 127.0.0.1/8 scope host lo [2021-01-21T02:13:02.915Z] valid_lft forever preferred_lft forever [2021-01-21T02:13:02.915Z] inet6 ::1/128 scope host [2021-01-21T02:13:02.915Z] valid_lft forever preferred_lft forever [2021-01-21T02:13:02.915Z] 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 [2021-01-21T02:13:02.915Z] link/ether fa:16:3e:e2:a9:ad brd ff:ff:ff:ff:ff:ff [2021-01-21T02:13:02.915Z] inet 10.30.123.159/23 brd 10.30.123.255 scope global dynamic eth0 [2021-01-21T02:13:02.915Z] valid_lft 86061sec preferred_lft 86061sec [2021-01-21T02:13:02.915Z] inet6 fe80::f816:3eff:fee2:a9ad/64 scope link [2021-01-21T02:13:02.915Z] valid_lft forever preferred_lft forever [2021-01-21T02:13:02.915Z] 3: docker0: mtu 1500 qdisc noqueue state DOWN [2021-01-21T02:13:02.915Z] link/ether 02:42:60:08:26:0b brd ff:ff:ff:ff:ff:ff [2021-01-21T02:13:02.915Z] inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 [2021-01-21T02:13:02.915Z] valid_lft forever preferred_lft forever [2021-01-21T02:13:02.915Z] inet6 fe80::42:60ff:fe08:260b/64 scope link [2021-01-21T02:13:02.915Z] valid_lft forever preferred_lft forever [2021-01-21T02:13:02.915Z] [2021-01-21T02:13:02.915Z] [2021-01-21T02:13:02.915Z] ---> sar -b -r -n DEV: [2021-01-21T02:13:02.915Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/21/21 _x86_64_ (4 CPU) [2021-01-21T02:13:02.915Z] [2021-01-21T02:13:02.915Z] 02:07:12 LINUX RESTART (4 CPU) [2021-01-21T02:13:02.915Z] [2021-01-21T02:13:02.915Z] 02:08:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2021-01-21T02:13:02.915Z] 02:09:01 32.27 11.19 21.09 0.00 4447.14 3760.32 0.00 [2021-01-21T02:13:02.915Z] 02:10:01 1.70 0.00 1.70 0.00 0.00 28.94 0.00 [2021-01-21T02:13:02.915Z] 02:11:01 0.20 0.00 0.20 0.00 0.00 2.16 0.00 [2021-01-21T02:13:02.915Z] 02:12:01 0.37 0.00 0.37 0.00 0.00 6.16 0.00 [2021-01-21T02:13:02.915Z] Average: 8.64 2.80 5.84 0.00 1112.11 949.67 0.00 [2021-01-21T02:13:02.915Z] [2021-01-21T02:13:02.915Z] 02:08:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2021-01-21T02:13:02.915Z] 02:09:01 160820 0 584400 31.06 2620 1133704 1126516 38.45 407968 1113056 20 [2021-01-21T02:13:02.915Z] 02:10:01 167424 0 577788 30.71 2620 1133712 1087084 37.10 405436 1110276 24 [2021-01-21T02:13:02.915Z] 02:11:01 165136 0 580072 30.83 2620 1133716 1087120 37.10 405012 1112576 16 [2021-01-21T02:13:02.915Z] 02:12:01 164056 0 581148 30.89 2620 1133720 1087072 37.10 418916 1099876 20 [2021-01-21T02:13:02.915Z] Average: 164359 0 580852 30.87 2620 1133713 1096948 37.44 409333 1108946 20 [2021-01-21T02:13:02.915Z] [2021-01-21T02:13:02.915Z] 02:08:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2021-01-21T02:13:02.915Z] 02:09:01 eth0 108.99 103.73 452.07 33.32 0.00 0.00 0.00 0.00 [2021-01-21T02:13:02.915Z] 02:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-21T02:13:02.915Z] 02:09:01 docker0 44.86 32.19 3.76 109.52 0.00 0.00 0.00 0.00 [2021-01-21T02:13:02.915Z] 02:10:01 eth0 2.55 0.63 0.72 0.40 0.00 0.00 0.00 0.00 [2021-01-21T02:13:02.915Z] 02:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-21T02:13:02.915Z] 02:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-21T02:13:02.915Z] 02:11:01 eth0 1.76 0.43 0.46 0.26 0.00 0.00 0.00 0.00 [2021-01-21T02:13:02.915Z] 02:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-21T02:13:02.915Z] 02:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-21T02:13:02.915Z] 02:12:01 eth0 0.93 0.37 0.32 0.20 0.00 0.00 0.00 0.00 [2021-01-21T02:13:02.915Z] 02:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-21T02:13:02.915Z] 02:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-21T02:13:02.915Z] Average: eth0 28.57 26.30 113.42 8.55 0.00 0.00 0.00 0.00 [2021-01-21T02:13:02.915Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-21T02:13:02.915Z] Average: docker0 11.22 8.05 0.94 27.39 0.00 0.00 0.00 0.00 [2021-01-21T02:13:02.915Z] [2021-01-21T02:13:02.915Z] [2021-01-21T02:13:02.915Z] ---> sar -P ALL: [2021-01-21T02:13:02.915Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/21/21 _x86_64_ (4 CPU) [2021-01-21T02:13:02.915Z] [2021-01-21T02:13:02.915Z] 02:07:12 LINUX RESTART (4 CPU) [2021-01-21T02:13:02.915Z] [2021-01-21T02:13:02.915Z] 02:08:01 CPU %user %nice %system %iowait %steal %idle [2021-01-21T02:13:02.915Z] 02:09:01 all 2.79 0.00 1.80 0.58 0.04 94.79 [2021-01-21T02:13:02.915Z] 02:09:01 0 2.72 0.00 2.18 0.25 0.03 94.81 [2021-01-21T02:13:02.915Z] 02:09:01 1 2.68 0.00 1.74 0.22 0.03 95.32 [2021-01-21T02:13:02.915Z] 02:09:01 2 3.09 0.00 1.53 1.59 0.05 93.74 [2021-01-21T02:13:02.915Z] 02:09:01 3 2.68 0.00 1.74 0.27 0.03 95.27 [2021-01-21T02:13:02.915Z] 02:10:01 all 0.19 0.00 0.04 0.00 0.03 99.75 [2021-01-21T02:13:02.915Z] 02:10:01 0 0.08 0.00 0.05 0.00 0.02 99.85 [2021-01-21T02:13:02.915Z] 02:10:01 1 0.05 0.00 0.05 0.00 0.02 99.88 [2021-01-21T02:13:02.915Z] 02:10:01 2 0.52 0.00 0.05 0.00 0.05 99.38 [2021-01-21T02:13:02.915Z] 02:10:01 3 0.10 0.00 0.02 0.00 0.02 99.87 [2021-01-21T02:13:02.915Z] 02:11:01 all 0.17 0.00 0.12 0.00 0.09 99.62 [2021-01-21T02:13:02.915Z] 02:11:01 0 0.07 0.00 0.10 0.00 0.08 99.75 [2021-01-21T02:13:02.915Z] 02:11:01 1 0.05 0.00 0.15 0.00 0.10 99.70 [2021-01-21T02:13:02.915Z] 02:11:01 2 0.55 0.00 0.12 0.00 0.05 99.28 [2021-01-21T02:13:02.915Z] 02:11:01 3 0.03 0.00 0.10 0.00 0.13 99.73 [2021-01-21T02:13:02.915Z] 02:12:01 all 0.09 0.00 0.05 0.00 0.00 99.86 [2021-01-21T02:13:02.915Z] 02:12:01 0 0.05 0.00 0.05 0.00 0.00 99.90 [2021-01-21T02:13:02.915Z] 02:12:01 1 0.07 0.00 0.07 0.00 0.00 99.87 [2021-01-21T02:13:02.915Z] 02:12:01 2 0.20 0.00 0.05 0.00 0.00 99.75 [2021-01-21T02:13:02.915Z] 02:12:01 3 0.05 0.00 0.03 0.00 0.00 99.92 [2021-01-21T02:13:02.915Z] Average: all 0.81 0.00 0.50 0.15 0.04 98.51 [2021-01-21T02:13:02.915Z] Average: 0 0.73 0.00 0.59 0.06 0.03 98.58 [2021-01-21T02:13:02.915Z] Average: 1 0.71 0.00 0.50 0.05 0.04 98.70 [2021-01-21T02:13:02.915Z] Average: 2 1.09 0.00 0.43 0.40 0.04 98.05 [2021-01-21T02:13:02.915Z] Average: 3 0.71 0.00 0.47 0.07 0.05 98.70 [2021-01-21T02:13:02.915Z] [2021-01-21T02:13:02.915Z] [2021-01-21T02:13:02.915Z]