Branch indexing Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from fbcfcb12aca33ea1091684a020041deec15b3973+727932f00e62ff6ad7d46b39048d2df566fc596c (ae3f35f87a6beb4af8f01ebce45b27a9c4a04824) 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-21825 in /w/workspace/edgexfoundry_edgex-ui-go_PR-291 [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-291 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit 727932f00e62ff6ad7d46b39048d2df566fc596c into PR head commit fbcfcb12aca33ea1091684a020041deec15b3973 > 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/291/head:refs/remotes/origin/PR-291 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f fbcfcb12aca33ea1091684a020041deec15b3973 # timeout=10 Merge succeeded, producing 1b33eeee1d18db0cd761a5da3eb21dda37f5e270 Checking out Revision 1b33eeee1d18db0cd761a5da3eb21dda37f5e270 (PR-291) > 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 1b33eeee1d18db0cd761a5da3eb21dda37f5e270 # timeout=10 Commit message: "Merge commit '727932f00e62ff6ad7d46b39048d2df566fc596c' into HEAD" > git rev-list --no-walk fbcfcb12aca33ea1091684a020041deec15b3973 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-01-21T02:07:41.298Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-01-21T02:07:41.632Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-01-21T02:07:41.827Z] ========================================================= [2021-01-21T02:07:41.827Z] EdgeX Global Pipelines Version Info [2021-01-21T02:07:41.828Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-01-21T02:07:45.026Z] ------------------- [2021-01-21T02:07:45.026Z] stable info: [2021-01-21T02:07:45.026Z] ------------------- [2021-01-21T02:07:45.026Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-21T02:07:45.026Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-01-21T02:07:45.026Z] Message: update stable to v1.0.179 [2021-01-21T02:07:46.115Z] ------------------- [2021-01-21T02:07:46.115Z] experimental info: [2021-01-21T02:07:46.115Z] ------------------- [2021-01-21T02:07:46.115Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-21T02:07:46.115Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-01-21T02:07:46.115Z] Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-01-21T02:07:46.498Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-ui-go-settings [Pipeline] echo [2021-01-21T02:07:46.600Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-ui-go [Pipeline] echo [2021-01-21T02:07:46.723Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-01-21T02:07:46.884Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-01-21T02:07:46.978Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-01-21T02:07:47.076Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-01-21T02:07:47.166Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-01-21T02:07:47.273Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-01-21T02:07:47.417Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2021-01-21T02:07:47.521Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-01-21T02:07:47.613Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-01-21T02:07:47.702Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-edgex-ui-go [Pipeline] echo [2021-01-21T02:07:47.798Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-01-21T02:07:47.886Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-01-21T02:07:47.987Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-01-21T02:07:48.076Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-01-21T02:07:48.166Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-01-21T02:07:48.257Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-01-21T02:07:48.384Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-01-21T02:07:48.511Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2021-01-21T02:07:48.603Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2021-01-21T02:07:48.699Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2021-01-21T02:07:48.797Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-01-21T02:07:48.885Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-01-21T02:07:48.984Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2021-01-21T02:07:49.076Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-01-21T02:07:49.161Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-01-21T02:07:49.253Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-291 [Pipeline] echo [2021-01-21T02:07:49.378Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-291 [Pipeline] echo [2021-01-21T02:07:49.476Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-291 [Pipeline] echo [2021-01-21T02:07:49.569Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 1b33eeee1d18db0cd761a5da3eb21dda37f5e270 [Pipeline] echo [2021-01-21T02:07:49.695Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 1b33eee [Pipeline] echo [2021-01-21T02:07:49.785Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-21T02:07:49.957Z] provisioning config files... [2021-01-21T02:07:50.016Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-291@tmp/config984560591889304798tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-21T02:07:50.485Z] ---> docker-login.sh [2021-01-21T02:07:50.486Z] nexus3.edgexfoundry.org:10001 [2021-01-21T02:07:51.116Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-21T02:07:51.411Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-21T02:07:51.412Z] Configure a credential helper to remove this warning. See [2021-01-21T02:07:51.412Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-21T02:07:51.412Z] [2021-01-21T02:07:51.412Z] Login Succeeded [2021-01-21T02:07:51.412Z] nexus3.edgexfoundry.org:10002 [2021-01-21T02:07:52.076Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-21T02:07:52.076Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-21T02:07:52.076Z] Configure a credential helper to remove this warning. See [2021-01-21T02:07:52.076Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-21T02:07:52.076Z] [2021-01-21T02:07:52.076Z] Login Succeeded [2021-01-21T02:07:52.076Z] nexus3.edgexfoundry.org:10003 [2021-01-21T02:07:52.804Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-21T02:07:53.125Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-21T02:07:53.125Z] Configure a credential helper to remove this warning. See [2021-01-21T02:07:53.125Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-21T02:07:53.125Z] [2021-01-21T02:07:53.125Z] Login Succeeded [2021-01-21T02:07:53.125Z] nexus3.edgexfoundry.org:10004 [2021-01-21T02:07:53.879Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-21T02:07:53.879Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-21T02:07:53.879Z] Configure a credential helper to remove this warning. See [2021-01-21T02:07:53.879Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-21T02:07:53.879Z] [2021-01-21T02:07:53.879Z] Login Succeeded [2021-01-21T02:07:53.879Z] docker.io [2021-01-21T02:07:54.923Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-21T02:07:54.923Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-21T02:07:54.923Z] Configure a credential helper to remove this warning. See [2021-01-21T02:07:54.923Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-21T02:07:54.923Z] [2021-01-21T02:07:54.923Z] Login Succeeded [2021-01-21T02:07:54.923Z] ---> docker-login.sh ends [Pipeline] } [2021-01-21T02:07:54.946Z] 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:07:55.860Z] + git log --format=format:%s -1 1b33eeee1d18db0cd761a5da3eb21dda37f5e270 [Pipeline] echo [2021-01-21T02:07:56.036Z] GIT_COMMIT: 1b33eeee1d18db0cd761a5da3eb21dda37f5e270, Commit Message: Merge commit '727932f00e62ff6ad7d46b39048d2df566fc596c' into HEAD [Pipeline] echo [2021-01-21T02:07:56.087Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-01-21T02:07:57.300Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-21T02:07:57.416Z] [2021-01-21T02:07:57.416Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-01-21T02:07:57.923Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-21T02:07:57.923Z] latest: Pulling from edgex-devops/git-semver [2021-01-21T02:07:57.923Z] 31603596830f: Pulling fs layer [2021-01-21T02:07:57.923Z] 2a8b12db71e7: Pulling fs layer [2021-01-21T02:07:57.923Z] 6ca5941a6612: Pulling fs layer [2021-01-21T02:07:57.923Z] ecc8261a40a4: Pulling fs layer [2021-01-21T02:07:57.923Z] ecc8261a40a4: Waiting [2021-01-21T02:07:58.361Z] 2a8b12db71e7: Verifying Checksum [2021-01-21T02:07:58.361Z] 2a8b12db71e7: Download complete [2021-01-21T02:07:59.103Z] 31603596830f: Verifying Checksum [2021-01-21T02:07:59.103Z] 31603596830f: Download complete [2021-01-21T02:08:00.582Z] 31603596830f: Pull complete [2021-01-21T02:08:00.582Z] ecc8261a40a4: Verifying Checksum [2021-01-21T02:08:00.582Z] ecc8261a40a4: Download complete [2021-01-21T02:08:00.582Z] 2a8b12db71e7: Pull complete [2021-01-21T02:08:01.792Z] 6ca5941a6612: Download complete [2021-01-21T02:08:06.581Z] 6ca5941a6612: Pull complete [2021-01-21T02:08:07.183Z] ecc8261a40a4: Pull complete [2021-01-21T02:08:07.183Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-01-21T02:08:07.183Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-21T02:08:07.183Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-01-21T02:08:07.562Z] prd-centos7-docker-4c-2g-21825 does not seem to be running inside a container [2021-01-21T02:08:07.741Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_edgex-ui-go_PR-291 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-291:/w/workspace/edgexfoundry_edgex-ui-go_PR-291:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-291@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-291@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-01-21T02:08:11.261Z] $ docker top 8651c9b275020eabea67a3e9e677bf69b4e6d446747120d5d3257aaa605eafa3 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-21T02:08:11.859Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-21T02:08:11.860Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-21T02:08:12.504Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-21T02:08:12.541Z] $ docker exec 8651c9b275020eabea67a3e9e677bf69b4e6d446747120d5d3257aaa605eafa3 ssh-agent [2021-01-21T02:08:13.235Z] SSH_AUTH_SOCK=/tmp/ssh-MpP2LTUpYvlp/agent.11 [2021-01-21T02:08:13.235Z] SSH_AGENT_PID=16 [2021-01-21T02:08:13.266Z] Running ssh-add (command line suppressed) [2021-01-21T02:08:13.594Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_PR-291@tmp/private_key_6136079194210925957.key (/w/workspace/edgexfoundry_edgex-ui-go_PR-291@tmp/private_key_6136079194210925957.key) [2021-01-21T02:08:13.724Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-21T02:08:14.479Z] + git tag --points-at HEAD [Pipeline] } [2021-01-21T02:08:14.536Z] $ docker exec --env ******** --env ******** 8651c9b275020eabea67a3e9e677bf69b4e6d446747120d5d3257aaa605eafa3 ssh-agent -k [2021-01-21T02:08:14.786Z] unset SSH_AUTH_SOCK; [2021-01-21T02:08:14.787Z] unset SSH_AGENT_PID; [2021-01-21T02:08:14.787Z] echo Agent pid 16 killed; [2021-01-21T02:08:14.928Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-01-21T02:08:15.067Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-21T02:08:15.067Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-21T02:08:15.422Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-21T02:08:15.428Z] $ docker exec 8651c9b275020eabea67a3e9e677bf69b4e6d446747120d5d3257aaa605eafa3 ssh-agent [2021-01-21T02:08:16.298Z] SSH_AUTH_SOCK=/tmp/ssh-zZ3nzxlkIHvD/agent.46 [2021-01-21T02:08:16.298Z] SSH_AGENT_PID=51 [2021-01-21T02:08:16.309Z] Running ssh-add (command line suppressed) [2021-01-21T02:08:16.648Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_PR-291@tmp/private_key_3912953658863967968.key (/w/workspace/edgexfoundry_edgex-ui-go_PR-291@tmp/private_key_3912953658863967968.key) [2021-01-21T02:08:16.786Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-21T02:08:17.192Z] + git semver init [2021-01-21T02:08:17.192Z] # -> Open(): unable to determine branch for HEAD [2021-01-21T02:08:17.192Z] # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_PR-291/.git [2021-01-21T02:08:17.192Z] # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_PR-291 [2021-01-21T02:08:17.192Z] # $SEMVER_REMOTE_NAME = origin [2021-01-21T02:08:17.192Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-21T02:08:17.192Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-21T02:08:17.192Z] # $SEMVER_BRANCH = PR-291 [2021-01-21T02:08:17.192Z] # $SEMVER_TEMP = /tmp/semver-399424074 [2021-01-21T02:08:17.192Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-ui-go.git $SEMVER_TEMP [2021-01-21T02:08:19.275Z] # '/tmp/semver-399424074' -> '/w/workspace/edgexfoundry_edgex-ui-go_PR-291/.semver' [2021-01-21T02:08:19.275Z] # -> Force: false [2021-01-21T02:08:19.275Z] # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_PR-291/.semver [Pipeline] } [2021-01-21T02:08:19.296Z] $ docker exec --env ******** --env ******** 8651c9b275020eabea67a3e9e677bf69b4e6d446747120d5d3257aaa605eafa3 ssh-agent -k [2021-01-21T02:08:19.779Z] unset SSH_AUTH_SOCK; [2021-01-21T02:08:19.781Z] unset SSH_AGENT_PID; [2021-01-21T02:08:19.781Z] echo Agent pid 51 killed; [2021-01-21T02:08:19.960Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-21T02:08:20.488Z] + git semver [Pipeline] } [2021-01-21T02:08:20.799Z] $ docker stop --time=1 8651c9b275020eabea67a3e9e677bf69b4e6d446747120d5d3257aaa605eafa3 [2021-01-21T02:08:22.723Z] $ docker rm -f 8651c9b275020eabea67a3e9e677bf69b4e6d446747120d5d3257aaa605eafa3 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-21T02:08:23.471Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-01-21T02:08:24.577Z] Stashed 1 file(s) [Pipeline] echo [2021-01-21T02:08:24.580Z] [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:40.106Z] Still waiting to schedule task [2021-01-21T02:08:40.106Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2021-01-21T02:08:40.108Z] Still waiting to schedule task [2021-01-21T02:08:40.108Z] ‘prd-ubuntu18.04-docker-arm64-4c-16g-18207’ is offline [2021-01-21T02:09:49.422Z] Running on prd-centos7-docker-4c-2g-21830 in /w/workspace/edgexfoundry_edgex-ui-go_PR-291 [Pipeline] { [Pipeline] ws [2021-01-21T02:09:49.484Z] Running in /w/workspace/edgex-ui-go/6 [Pipeline] { [Pipeline] checkout [2021-01-21T02:09:52.310Z] using credential edgex-jenkins-ssh [2021-01-21T02:09:52.362Z] Cloning the remote Git repository [2021-01-21T02:09:52.397Z] Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git [2021-01-21T02:09:52.476Z] > git init /w/workspace/edgex-ui-go/6 # timeout=10 [2021-01-21T02:09:52.544Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2021-01-21T02:09:52.544Z] > git --version # timeout=10 [2021-01-21T02:09:52.552Z] > git --version # 'git version 2.24.3' [2021-01-21T02:09:52.552Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-21T02:09:52.588Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-21T02:09:54.059Z] Merging remotes/origin/master commit 727932f00e62ff6ad7d46b39048d2df566fc596c into PR head commit fbcfcb12aca33ea1091684a020041deec15b3973 [2021-01-21T02:09:53.612Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2021-01-21T02:09:53.621Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-21T02:09:53.634Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2021-01-21T02:09:53.646Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2021-01-21T02:09:53.650Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-21T02:09:53.656Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/291/head:refs/remotes/origin/PR-291 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-21T02:09:54.078Z] > git config core.sparsecheckout # timeout=10 [2021-01-21T02:09:54.085Z] > git checkout -f fbcfcb12aca33ea1091684a020041deec15b3973 # timeout=10 [2021-01-21T02:09:54.442Z] Merge succeeded, producing c7dd7e4bc511b56c7fe18d97917084f322f99981 [2021-01-21T02:09:54.442Z] Checking out Revision c7dd7e4bc511b56c7fe18d97917084f322f99981 (PR-291) [2021-01-21T02:09:54.229Z] > git remote # timeout=10 [2021-01-21T02:09:54.239Z] > git config --get remote.origin.url # timeout=10 [2021-01-21T02:09:54.244Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-21T02:09:54.248Z] > git merge 727932f00e62ff6ad7d46b39048d2df566fc596c # timeout=10 [2021-01-21T02:09:54.437Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-01-21T02:09:54.448Z] > git config core.sparsecheckout # timeout=10 [2021-01-21T02:09:54.453Z] > git checkout -f c7dd7e4bc511b56c7fe18d97917084f322f99981 # timeout=10 [2021-01-21T02:09:58.429Z] Commit message: "Merge commit '727932f00e62ff6ad7d46b39048d2df566fc596c' into HEAD" [2021-01-21T02:09:58.435Z] > git rev-list --no-walk fbcfcb12aca33ea1091684a020041deec15b3973 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-21T02:09:59.719Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-01-21T02:10:00.061Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-21T02:10:00.362Z] + sudo service docker restart [2021-01-21T02:10:00.363Z] + true [2021-01-21T02:10:00.363Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-21T02:10:02.366Z] provisioning config files... [2021-01-21T02:10:02.398Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/6@tmp/config1206489502211636116tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-21T02:10:02.762Z] ---> docker-login.sh [2021-01-21T02:10:02.762Z] nexus3.edgexfoundry.org:10001 [2021-01-21T02:10:03.025Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-21T02:10:03.025Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-21T02:10:03.025Z] Configure a credential helper to remove this warning. See [2021-01-21T02:10:03.025Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-21T02:10:03.025Z] [2021-01-21T02:10:03.025Z] Login Succeeded [2021-01-21T02:10:03.025Z] nexus3.edgexfoundry.org:10002 [2021-01-21T02:10:03.290Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-21T02:10:03.290Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-21T02:10:03.290Z] Configure a credential helper to remove this warning. See [2021-01-21T02:10:03.290Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-21T02:10:03.290Z] [2021-01-21T02:10:03.290Z] Login Succeeded [2021-01-21T02:10:03.290Z] nexus3.edgexfoundry.org:10003 [2021-01-21T02:10:03.553Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-21T02:10:03.553Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-21T02:10:03.553Z] Configure a credential helper to remove this warning. See [2021-01-21T02:10:03.553Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-21T02:10:03.553Z] [2021-01-21T02:10:03.553Z] Login Succeeded [2021-01-21T02:10:03.553Z] nexus3.edgexfoundry.org:10004 [2021-01-21T02:10:03.816Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-21T02:10:03.816Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-21T02:10:03.816Z] Configure a credential helper to remove this warning. See [2021-01-21T02:10:03.816Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-21T02:10:03.816Z] [2021-01-21T02:10:03.816Z] Login Succeeded [2021-01-21T02:10:03.816Z] docker.io [2021-01-21T02:10:03.816Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-21T02:10:04.389Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-21T02:10:04.389Z] Configure a credential helper to remove this warning. See [2021-01-21T02:10:04.389Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-21T02:10:04.389Z] [2021-01-21T02:10:04.389Z] Login Succeeded [2021-01-21T02:10:04.389Z] ---> docker-login.sh ends [Pipeline] } [2021-01-21T02:10:04.399Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-01-21T02:10:04.911Z] ========================================================= [2021-01-21T02:10:04.911Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-01-21T02:10:04.911Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-21T02:10:05.287Z] + 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:10:05.553Z] Sending build context to Docker daemon 16.66MB [2021-01-21T02:10:05.553Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-01-21T02:10:05.553Z] Step 2/8 : FROM ${BASE} [2021-01-21T02:10:05.553Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-01-21T02:10:05.821Z] 188c0c94c7c5: Pulling fs layer [2021-01-21T02:10:05.821Z] 0ef7d3d256c8: Pulling fs layer [2021-01-21T02:10:05.821Z] de9db76c5a1d: Pulling fs layer [2021-01-21T02:10:05.821Z] bca2f99d35d6: Pulling fs layer [2021-01-21T02:10:05.821Z] 93359f2a8cfa: Pulling fs layer [2021-01-21T02:10:05.821Z] 7c6f9722023f: Pulling fs layer [2021-01-21T02:10:05.821Z] a35cf1a2eb13: Pulling fs layer [2021-01-21T02:10:05.821Z] 93359f2a8cfa: Waiting [2021-01-21T02:10:05.821Z] 7c6f9722023f: Waiting [2021-01-21T02:10:05.821Z] a35cf1a2eb13: Waiting [2021-01-21T02:10:05.821Z] bca2f99d35d6: Waiting [2021-01-21T02:10:05.821Z] de9db76c5a1d: Verifying Checksum [2021-01-21T02:10:05.821Z] de9db76c5a1d: Download complete [2021-01-21T02:10:05.821Z] 0ef7d3d256c8: Verifying Checksum [2021-01-21T02:10:05.821Z] 0ef7d3d256c8: Download complete [2021-01-21T02:10:05.821Z] 93359f2a8cfa: Verifying Checksum [2021-01-21T02:10:05.821Z] 93359f2a8cfa: Download complete [2021-01-21T02:10:05.821Z] 188c0c94c7c5: Verifying Checksum [2021-01-21T02:10:05.821Z] 7c6f9722023f: Verifying Checksum [2021-01-21T02:10:05.821Z] 7c6f9722023f: Download complete [2021-01-21T02:10:06.096Z] 188c0c94c7c5: Pull complete [2021-01-21T02:10:06.366Z] 0ef7d3d256c8: Pull complete [2021-01-21T02:10:06.366Z] de9db76c5a1d: Pull complete [2021-01-21T02:10:07.791Z] a35cf1a2eb13: Verifying Checksum [2021-01-21T02:10:07.791Z] a35cf1a2eb13: Download complete [2021-01-21T02:10:08.371Z] bca2f99d35d6: Verifying Checksum [2021-01-21T02:10:08.371Z] bca2f99d35d6: Download complete [2021-01-21T02:10:15.023Z] bca2f99d35d6: Pull complete [2021-01-21T02:10:15.023Z] 93359f2a8cfa: Pull complete [2021-01-21T02:10:15.023Z] 7c6f9722023f: Pull complete [2021-01-21T02:10:23.231Z] a35cf1a2eb13: Pull complete [2021-01-21T02:10:23.231Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-01-21T02:10:23.231Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-01-21T02:10:23.231Z] ---> a62c8e92a672 [2021-01-21T02:10:23.231Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-01-21T02:10:23.231Z] ---> Running in 7594b3739d46 [2021-01-21T02:10:23.812Z] Removing intermediate container 7594b3739d46 [2021-01-21T02:10:23.812Z] ---> 0f4c318dfa76 [2021-01-21T02:10:23.812Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-21T02:10:23.812Z] ---> Running in b49aa2852c0c [2021-01-21T02:10:24.767Z] Removing intermediate container b49aa2852c0c [2021-01-21T02:10:24.767Z] ---> 06118e67da00 [2021-01-21T02:10:24.767Z] Step 5/8 : RUN apk add --no-cache make git [2021-01-21T02:10:24.767Z] ---> Running in 8f334208cee1 [2021-01-21T02:10:26.178Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-21T02:10:26.756Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-21T02:10:27.336Z] OK: 166 MiB in 39 packages [2021-01-21T02:10:27.921Z] Removing intermediate container 8f334208cee1 [2021-01-21T02:10:27.921Z] ---> 3eb555929b51 [2021-01-21T02:10:27.921Z] Step 6/8 : WORKDIR /edgex-ui-go [2021-01-21T02:10:27.921Z] ---> Running in 4daf0406e44d [2021-01-21T02:10:28.185Z] Removing intermediate container 4daf0406e44d [2021-01-21T02:10:28.185Z] ---> 3dc219095aac [2021-01-21T02:10:28.185Z] Step 7/8 : COPY . . [2021-01-21T02:10:30.758Z] ---> 1e125c0d6b8c [2021-01-21T02:10:30.758Z] Step 8/8 : RUN go mod download [2021-01-21T02:10:30.758Z] ---> Running in ea33d469bfa3 [2021-01-21T02:10:52.791Z] Removing intermediate container ea33d469bfa3 [2021-01-21T02:10:52.791Z] ---> e877ee9a7fd6 [2021-01-21T02:10:52.791Z] Successfully built e877ee9a7fd6 [2021-01-21T02:10:52.791Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-21T02:10:53.120Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-21T02:10:53.120Z] . [Pipeline] withDockerContainer [2021-01-21T02:10:53.269Z] prd-centos7-docker-4c-2g-21830 does not seem to be running inside a container [2021-01-21T02:10:53.334Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/6 -v /w/workspace/edgex-ui-go/6:/w/workspace/edgex-ui-go/6:rw,z -v /w/workspace/edgex-ui-go/6@tmp:/w/workspace/edgex-ui-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-01-21T02:10:54.255Z] $ docker top d8a70db6f849f5b6de317a6b3a18ea8e647d4a616ae80e60c23d22d8ca677ba3 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-21T02:10:54.879Z] + go version [2021-01-21T02:10:54.880Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-01-21T02:10:54.900Z] $ docker stop --time=1 d8a70db6f849f5b6de317a6b3a18ea8e647d4a616ae80e60c23d22d8ca677ba3 [2021-01-21T02:10:56.295Z] $ docker rm -f d8a70db6f849f5b6de317a6b3a18ea8e647d4a616ae80e60c23d22d8ca677ba3 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-21T02:10:57.110Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-21T02:10:57.110Z] . [Pipeline] withDockerContainer [2021-01-21T02:10:57.212Z] prd-centos7-docker-4c-2g-21830 does not seem to be running inside a container [2021-01-21T02:10:57.275Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/6 -v /w/workspace/edgex-ui-go/6:/w/workspace/edgex-ui-go/6:rw,z -v /w/workspace/edgex-ui-go/6@tmp:/w/workspace/edgex-ui-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-01-21T02:10:58.059Z] $ docker top 52cb6c597e0bdb7314b8aad8212ec69f717df6b5a6464688577fe2a5973124d4 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-21T02:10:58.569Z] + make test [2021-01-21T02:10:58.570Z] GO111MODULE=on go test -coverprofile=coverage.out ./... [2021-01-21T02:10:59.984Z] ? github.com/edgexfoundry/edgex-ui-go [no test files] [2021-01-21T02:11:08.261Z] ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] [2021-01-21T02:11:08.261Z] ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] [2021-01-21T02:11:08.261Z] ? github.com/edgexfoundry/edgex-ui-go/internal/component [no test files] [2021-01-21T02:11:08.261Z] ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] [2021-01-21T02:11:08.261Z] ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] [2021-01-21T02:11:08.261Z] ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] [2021-01-21T02:11:08.261Z] ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] [2021-01-21T02:11:08.261Z] ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] [2021-01-21T02:11:08.261Z] ? github.com/edgexfoundry/edgex-ui-go/internal/pkg/usage [no test files] [2021-01-21T02:11:08.261Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] [2021-01-21T02:11:08.261Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] [2021-01-21T02:11:08.261Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] [2021-01-21T02:11:08.261Z] GO111MODULE=on go vet ./... [Pipeline] } [2021-01-21T02:11:09.243Z] $ docker stop --time=1 52cb6c597e0bdb7314b8aad8212ec69f717df6b5a6464688577fe2a5973124d4 [2021-01-21T02:11:11.550Z] $ docker rm -f 52cb6c597e0bdb7314b8aad8212ec69f717df6b5a6464688577fe2a5973124d4 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-21T02:11:12.122Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-01-21T02:11:12.456Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2021-01-21T02:11:14.907Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-01-21T02:11:15.207Z] + ls -al . [2021-01-21T02:11:15.208Z] total 92 [2021-01-21T02:11:15.208Z] drwxrwxr-x. 10 jenkins jenkins 4096 Jan 21 02:10 . [2021-01-21T02:11:15.208Z] drwxrwxr-x. 4 jenkins jenkins 28 Jan 21 02:09 .. [2021-01-21T02:11:15.208Z] drwxrwxr-x. 3 jenkins jenkins 20 Jan 21 02:09 assets [2021-01-21T02:11:15.208Z] drwxrwxr-x. 2 jenkins jenkins 35 Jan 21 02:09 bin [2021-01-21T02:11:15.208Z] drwxrwxr-x. 3 jenkins jenkins 29 Jan 21 02:09 cmd [2021-01-21T02:11:15.208Z] -rw-rw-r--. 1 jenkins jenkins 3959 Jan 21 02:09 CONTRIBUTING.md [2021-01-21T02:11:15.208Z] -rw-r--r--. 1 jenkins jenkins 10 Jan 21 02:10 coverage.out [2021-01-21T02:11:15.208Z] -rw-rw-r--. 1 jenkins jenkins 1508 Jan 21 02:09 Dockerfile [2021-01-21T02:11:15.208Z] -rw-rw-r--. 1 jenkins jenkins 902 Jan 21 02:09 Dockerfile.build [2021-01-21T02:11:15.208Z] drwxrwxr-x. 5 jenkins jenkins 104 Jan 21 02:09 docs [2021-01-21T02:11:15.208Z] drwxrwxr-x. 8 jenkins jenkins 179 Jan 21 02:09 .git [2021-01-21T02:11:15.208Z] drwxrwxr-x. 2 jenkins jenkins 103 Jan 21 02:09 .github [2021-01-21T02:11:15.208Z] -rw-rw-r--. 1 jenkins jenkins 153 Jan 21 02:09 .gitignore [2021-01-21T02:11:15.208Z] -rw-rw-r--. 1 jenkins jenkins 1019 Jan 21 02:09 go.mod [2021-01-21T02:11:15.208Z] -rw-r--r--. 1 jenkins jenkins 20843 Jan 21 02:10 go.sum [2021-01-21T02:11:15.208Z] drwxrwxr-x. 10 jenkins jenkins 139 Jan 21 02:09 internal [2021-01-21T02:11:15.208Z] -rw-rw-r--. 1 jenkins jenkins 652 Jan 21 02:09 Jenkinsfile [2021-01-21T02:11:15.208Z] -rw-rw-r--. 1 jenkins jenkins 11357 Jan 21 02:09 LICENSE [2021-01-21T02:11:15.208Z] -rw-rw-r--. 1 jenkins jenkins 951 Jan 21 02:09 Makefile [2021-01-21T02:11:15.208Z] -rw-rw-r--. 1 jenkins jenkins 4535 Jan 21 02:09 README.md [2021-01-21T02:11:15.208Z] -rw-rw-r--. 1 jenkins jenkins 5 Jan 21 02:08 VERSION [2021-01-21T02:11:15.208Z] -rw-rw-r--. 1 jenkins jenkins 155 Jan 21 02:09 version.go [2021-01-21T02:11:15.208Z] drwxrwxr-x. 4 jenkins jenkins 4096 Jan 21 02:09 web [Pipeline] isUnix [Pipeline] sh [2021-01-21T02:11:15.519Z] + 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=1b33eeee1d18db0cd761a5da3eb21dda37f5e270 --label arch=amd64 --label version=0.0.0 . [2021-01-21T02:11:15.787Z] Sending build context to Docker daemon 16.69MB [2021-01-21T02:11:16.050Z] Step 1/24 : ARG BASE=golang:1.15-alpine3.12 [2021-01-21T02:11:16.050Z] Step 2/24 : FROM ${BASE} AS builder [2021-01-21T02:11:16.050Z] ---> e877ee9a7fd6 [2021-01-21T02:11:16.050Z] Step 3/24 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" [2021-01-21T02:11:16.626Z] ---> Running in 60c45183cbf1 [2021-01-21T02:11:16.890Z] Removing intermediate container 60c45183cbf1 [2021-01-21T02:11:16.890Z] ---> d964ee67b2d0 [2021-01-21T02:11:16.890Z] Step 4/24 : ARG ALPINE_PKG_BASE="make git" [2021-01-21T02:11:16.890Z] ---> Running in fa4d0e72cae3 [2021-01-21T02:11:17.153Z] Removing intermediate container fa4d0e72cae3 [2021-01-21T02:11:17.153Z] ---> 9cdf4d2f1da6 [2021-01-21T02:11:17.153Z] Step 5/24 : ARG ALPINE_PKG_EXTRA="" [2021-01-21T02:11:17.153Z] ---> Running in c577ad9c3637 [2021-01-21T02:11:17.153Z] Removing intermediate container c577ad9c3637 [2021-01-21T02:11:17.153Z] ---> 9981a74ce291 [2021-01-21T02:11:17.153Z] Step 6/24 : LABEL Name=edgex-ui-go [2021-01-21T02:11:17.416Z] ---> Running in 7f21470a4f9d [2021-01-21T02:11:17.416Z] Removing intermediate container 7f21470a4f9d [2021-01-21T02:11:17.416Z] ---> 0d94c7704abc [2021-01-21T02:11:17.416Z] Step 7/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' [2021-01-21T02:11:17.416Z] ---> Running in 0fd14db66f1c [2021-01-21T02:11:17.681Z] Removing intermediate container 0fd14db66f1c [2021-01-21T02:11:17.681Z] ---> f1a11d342283 [2021-01-21T02:11:17.681Z] Step 8/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-21T02:11:17.681Z] ---> Running in e53f30118a9d [2021-01-21T02:11:19.084Z] Removing intermediate container e53f30118a9d [2021-01-21T02:11:19.084Z] ---> 6dc413e401f4 [2021-01-21T02:11:19.084Z] Step 9/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2021-01-21T02:11:19.084Z] ---> Running in 38ca59385ec3 [2021-01-21T02:11:19.347Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-21T02:11:20.295Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-21T02:11:20.567Z] OK: 166 MiB in 39 packages [2021-01-21T02:11:21.146Z] Removing intermediate container 38ca59385ec3 [2021-01-21T02:11:21.146Z] ---> 9b5d78aadab7 [2021-01-21T02:11:21.146Z] Step 10/24 : ENV GO111MODULE=on [2021-01-21T02:11:21.146Z] ---> Running in 0feea8302b03 [2021-01-21T02:11:21.146Z] Removing intermediate container 0feea8302b03 [2021-01-21T02:11:21.146Z] ---> 69f64d8fa859 [2021-01-21T02:11:21.146Z] Step 11/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go [2021-01-21T02:11:21.146Z] ---> Running in e4f29fd7e133 [2021-01-21T02:11:21.408Z] Removing intermediate container e4f29fd7e133 [2021-01-21T02:11:21.408Z] ---> e6fa7dff24b9 [2021-01-21T02:11:21.408Z] Step 12/24 : COPY go.mod . [2021-01-21T02:11:21.673Z] ---> 8252aa6ea485 [2021-01-21T02:11:21.673Z] Step 13/24 : COPY Makefile . [2021-01-21T02:11:21.938Z] ---> 7b8ce5f3c3d2 [2021-01-21T02:11:21.938Z] Step 14/24 : RUN make update [2021-01-21T02:11:21.938Z] ---> Running in fe43178f8349 [2021-01-21T02:11:22.514Z] CGO_ENABLED=0 GO111MODULE=on go mod download [2021-01-21T02:11:23.099Z] Removing intermediate container fe43178f8349 [2021-01-21T02:11:23.099Z] ---> f2463195fb75 [2021-01-21T02:11:23.099Z] Step 15/24 : COPY . . [2021-01-21T02:11:25.033Z] ---> c7e1d7e9a43a [2021-01-21T02:11:25.033Z] Step 16/24 : RUN ${MAKE} [2021-01-21T02:11:25.033Z] ---> Running in e81ac2b9996c [2021-01-21T02:11:25.300Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-ui-go.Version=0.0.0" -o cmd/edgex-ui-server/edgex-ui-server ./cmd/edgex-ui-server [2021-01-21T02:11:33.586Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2021-01-21T02:11:36.149Z] Removing intermediate container e81ac2b9996c [2021-01-21T02:11:36.149Z] ---> 1703b84b9686 [2021-01-21T02:11:36.149Z] Step 17/24 : FROM alpine:3.12 [2021-01-21T02:11:36.412Z] 3.12: Pulling from library/alpine [2021-01-21T02:11:36.677Z] 801bfaa63ef2: Pulling fs layer [2021-01-21T02:11:36.677Z] 801bfaa63ef2: Verifying Checksum [2021-01-21T02:11:36.677Z] 801bfaa63ef2: Download complete [2021-01-21T02:11:36.940Z] 801bfaa63ef2: Pull complete [2021-01-21T02:11:36.940Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-21T02:11:36.940Z] Status: Downloaded newer image for alpine:3.12 [2021-01-21T02:11:36.940Z] ---> 389fef711851 [2021-01-21T02:11:36.940Z] Step 18/24 : EXPOSE 4000 [2021-01-21T02:11:37.204Z] ---> Running in c599d96602e0 [2021-01-21T02:11:37.204Z] Removing intermediate container c599d96602e0 [2021-01-21T02:11:37.204Z] ---> 1dbc3b48472a [2021-01-21T02:11:37.204Z] Step 19/24 : COPY --from=builder /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [2021-01-21T02:11:39.128Z] ---> 03fcf3f44631 [2021-01-21T02:11:39.128Z] Step 20/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [2021-01-21T02:11:39.128Z] ---> Running in 49175348399d [2021-01-21T02:11:39.390Z] Removing intermediate container 49175348399d [2021-01-21T02:11:39.390Z] ---> ecdbb6713981 [2021-01-21T02:11:39.390Z] Step 21/24 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] [2021-01-21T02:11:39.390Z] ---> Running in a86835a59f6e [2021-01-21T02:11:39.656Z] Removing intermediate container a86835a59f6e [2021-01-21T02:11:39.656Z] ---> 14677206828b [2021-01-21T02:11:39.656Z] Step 22/24 : LABEL arch=amd64 [2021-01-21T02:11:39.656Z] ---> Running in ab1c24d75fc5 [2021-01-21T02:11:39.920Z] Removing intermediate container ab1c24d75fc5 [2021-01-21T02:11:39.920Z] ---> 572098aa7662 [2021-01-21T02:11:39.920Z] Step 23/24 : LABEL git_sha=1b33eeee1d18db0cd761a5da3eb21dda37f5e270 [2021-01-21T02:11:39.920Z] ---> Running in 1220452db759 [2021-01-21T02:11:39.920Z] Removing intermediate container 1220452db759 [2021-01-21T02:11:39.920Z] ---> 67a2931070ce [2021-01-21T02:11:39.920Z] Step 24/24 : LABEL version=0.0.0 [2021-01-21T02:11:40.184Z] ---> Running in e9742b628b4f [2021-01-21T02:11:40.184Z] Removing intermediate container e9742b628b4f [2021-01-21T02:11:40.184Z] ---> cf6e4a15b81a [2021-01-21T02:11:40.184Z] [Warning] One or more build-args [ARCH] were not consumed [2021-01-21T02:11:40.184Z] Successfully built cf6e4a15b81a [2021-01-21T02:11:40.184Z] 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] } [2021-01-21T02:11:49.517Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-21831 in /w/workspace/edgexfoundry_edgex-ui-go_PR-291 [Pipeline] { [Pipeline] ws [2021-01-21T02:11:49.570Z] Running in /w/workspace/edgex-ui-go/6 [Pipeline] { [Pipeline] checkout [2021-01-21T02:11:54.611Z] using credential edgex-jenkins-ssh [2021-01-21T02:11:54.675Z] Cloning the remote Git repository [2021-01-21T02:11:54.741Z] Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git [2021-01-21T02:11:54.859Z] > git init /w/workspace/edgex-ui-go/6 # timeout=10 [2021-01-21T02:11:54.964Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2021-01-21T02:11:54.965Z] > git --version # timeout=10 [2021-01-21T02:11:54.986Z] > git --version # 'git version 2.17.1' [2021-01-21T02:11:54.987Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-21T02:11:55.050Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-21T02:11:56.773Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2021-01-21T02:11:56.792Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-21T02:11:56.827Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2021-01-21T02:11:56.887Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2021-01-21T02:11:56.888Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-21T02:11:56.903Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/291/head:refs/remotes/origin/PR-291 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-21T02:11:57.570Z] Merging remotes/origin/master commit 727932f00e62ff6ad7d46b39048d2df566fc596c into PR head commit fbcfcb12aca33ea1091684a020041deec15b3973 [2021-01-21T02:11:58.415Z] Merge succeeded, producing be3d9a03f1718904e1588a147fc9b66cb29c0fa7 [2021-01-21T02:11:58.415Z] Checking out Revision be3d9a03f1718904e1588a147fc9b66cb29c0fa7 (PR-291) [2021-01-21T02:11:57.595Z] > git config core.sparsecheckout # timeout=10 [2021-01-21T02:11:57.620Z] > git checkout -f fbcfcb12aca33ea1091684a020041deec15b3973 # timeout=10 [2021-01-21T02:11:57.939Z] > git remote # timeout=10 [2021-01-21T02:11:57.960Z] > git config --get remote.origin.url # timeout=10 [2021-01-21T02:11:57.978Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-21T02:11:57.988Z] > git merge 727932f00e62ff6ad7d46b39048d2df566fc596c # timeout=10 [2021-01-21T02:11:58.396Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-01-21T02:11:58.426Z] > git config core.sparsecheckout # timeout=10 [2021-01-21T02:11:58.436Z] > git checkout -f be3d9a03f1718904e1588a147fc9b66cb29c0fa7 # timeout=10 [2021-01-21T02:12:03.047Z] Commit message: "Merge commit '727932f00e62ff6ad7d46b39048d2df566fc596c' into HEAD" [2021-01-21T02:12:03.061Z] > git rev-list --no-walk fbcfcb12aca33ea1091684a020041deec15b3973 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-21T02:12:05.067Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-01-21T02:12:05.529Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-21T02:12:05.882Z] + sudo service docker restart+ [2021-01-21T02:12:05.882Z] true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-21T02:12:08.591Z] provisioning config files... [2021-01-21T02:12:08.640Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/6@tmp/config4841635105370747921tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-21T02:12:09.064Z] ---> docker-login.sh [2021-01-21T02:12:09.064Z] nexus3.edgexfoundry.org:10001 [2021-01-21T02:12:10.054Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-21T02:12:10.328Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-21T02:12:10.328Z] Configure a credential helper to remove this warning. See [2021-01-21T02:12:10.328Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-21T02:12:10.328Z] [2021-01-21T02:12:10.328Z] Login Succeeded [2021-01-21T02:12:10.328Z] nexus3.edgexfoundry.org:10002 [2021-01-21T02:12:10.930Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-21T02:12:11.204Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-21T02:12:11.204Z] Configure a credential helper to remove this warning. See [2021-01-21T02:12:11.204Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-21T02:12:11.204Z] [2021-01-21T02:12:11.204Z] Login Succeeded [2021-01-21T02:12:11.204Z] nexus3.edgexfoundry.org:10003 [2021-01-21T02:12:11.479Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-21T02:12:11.765Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-21T02:12:11.765Z] Configure a credential helper to remove this warning. See [2021-01-21T02:12:11.765Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-21T02:12:11.765Z] [2021-01-21T02:12:11.765Z] Login Succeeded [2021-01-21T02:12:11.765Z] nexus3.edgexfoundry.org:10004 [2021-01-21T02:12:12.368Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-21T02:12:12.368Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-21T02:12:12.368Z] Configure a credential helper to remove this warning. See [2021-01-21T02:12:12.368Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-21T02:12:12.368Z] [2021-01-21T02:12:12.368Z] Login Succeeded [2021-01-21T02:12:12.368Z] docker.io [2021-01-21T02:12:12.971Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-21T02:12:13.247Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-21T02:12:13.247Z] Configure a credential helper to remove this warning. See [2021-01-21T02:12:13.247Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-21T02:12:13.247Z] [2021-01-21T02:12:13.247Z] Login Succeeded [2021-01-21T02:12:13.247Z] ---> docker-login.sh ends [Pipeline] } [2021-01-21T02:12:13.267Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-01-21T02:12:13.796Z] ========================================================= [2021-01-21T02:12:13.796Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-01-21T02:12:13.796Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-21T02:12:14.204Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . [2021-01-21T02:12:14.810Z] Sending build context to Docker daemon 16.66MB [2021-01-21T02:12:15.090Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-01-21T02:12:15.090Z] Step 2/8 : FROM ${BASE} [2021-01-21T02:12:15.090Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-01-21T02:12:15.090Z] 5f621e34cdf4: Pulling fs layer [2021-01-21T02:12:15.090Z] a4357932f1b6: Pulling fs layer [2021-01-21T02:12:15.090Z] 18c013af1878: Pulling fs layer [2021-01-21T02:12:15.090Z] 00ac8860ef70: Pulling fs layer [2021-01-21T02:12:15.090Z] 63d7cb157983: Pulling fs layer [2021-01-21T02:12:15.090Z] b116817d02f9: Pulling fs layer [2021-01-21T02:12:15.090Z] 745a02a5169b: Pulling fs layer [2021-01-21T02:12:15.090Z] 63d7cb157983: Waiting [2021-01-21T02:12:15.090Z] 745a02a5169b: Waiting [2021-01-21T02:12:15.090Z] b116817d02f9: Waiting [2021-01-21T02:12:15.090Z] 00ac8860ef70: Waiting [2021-01-21T02:12:15.090Z] 18c013af1878: Download complete [2021-01-21T02:12:15.090Z] a4357932f1b6: Verifying Checksum [2021-01-21T02:12:15.090Z] a4357932f1b6: Download complete [2021-01-21T02:12:15.090Z] 63d7cb157983: Verifying Checksum [2021-01-21T02:12:15.090Z] 63d7cb157983: Download complete [2021-01-21T02:12:15.090Z] 5f621e34cdf4: Verifying Checksum [2021-01-21T02:12:15.090Z] 5f621e34cdf4: Download complete [2021-01-21T02:12:15.090Z] b116817d02f9: Verifying Checksum [2021-01-21T02:12:15.090Z] b116817d02f9: Download complete [2021-01-21T02:12:15.705Z] 5f621e34cdf4: Pull complete [2021-01-21T02:12:16.337Z] a4357932f1b6: Pull complete [2021-01-21T02:12:16.954Z] 18c013af1878: Pull complete [2021-01-21T02:12:18.402Z] 745a02a5169b: Verifying Checksum [2021-01-21T02:12:18.402Z] 745a02a5169b: Download complete [2021-01-21T02:12:19.836Z] 00ac8860ef70: Verifying Checksum [2021-01-21T02:12:19.837Z] 00ac8860ef70: Download complete [2021-01-21T02:12:29.997Z] 00ac8860ef70: Pull complete [2021-01-21T02:12:29.997Z] 63d7cb157983: Pull complete [2021-01-21T02:12:29.997Z] b116817d02f9: Pull complete [2021-01-21T02:12:32.620Z] 745a02a5169b: Pull complete [2021-01-21T02:12:32.894Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-01-21T02:12:32.894Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-01-21T02:12:32.894Z] ---> b7e6874047d6 [2021-01-21T02:12:32.894Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-01-21T02:12:36.306Z] ---> Running in 89550252c5c4 [2021-01-21T02:12:36.306Z] Removing intermediate container 89550252c5c4 [2021-01-21T02:12:36.306Z] ---> 46e9e81c97c2 [2021-01-21T02:12:36.306Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-21T02:12:36.306Z] ---> Running in e86001c02270 [2021-01-21T02:12:38.956Z] Removing intermediate container e86001c02270 [2021-01-21T02:12:38.956Z] ---> aac659e50c20 [2021-01-21T02:12:38.956Z] Step 5/8 : RUN apk add --no-cache make git [2021-01-21T02:12:38.956Z] ---> Running in 2f66649bf51d [2021-01-21T02:12:39.564Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-21T02:12:40.542Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-21T02:12:41.532Z] OK: 142 MiB in 39 packages [2021-01-21T02:12:42.522Z] Removing intermediate container 2f66649bf51d [2021-01-21T02:12:42.522Z] ---> 3a128fa549ac [2021-01-21T02:12:42.522Z] Step 6/8 : WORKDIR /edgex-ui-go [2021-01-21T02:12:42.795Z] ---> Running in 4e27729604f0 [2021-01-21T02:12:43.071Z] Removing intermediate container 4e27729604f0 [2021-01-21T02:12:43.071Z] ---> af4d5d86a5eb [2021-01-21T02:12:43.071Z] Step 7/8 : COPY . . [2021-01-21T02:12:45.685Z] ---> daec552b9bac [2021-01-21T02:12:45.685Z] Step 8/8 : RUN go mod download [2021-01-21T02:12:45.685Z] ---> Running in 93524389638f [2021-01-21T02:13:18.023Z] Removing intermediate container 93524389638f [2021-01-21T02:13:18.023Z] ---> fadd06717311 [2021-01-21T02:13:18.023Z] Successfully built fadd06717311 [2021-01-21T02:13:18.023Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-21T02:13:18.365Z] + docker inspect -f . ci-base-image-arm64 [2021-01-21T02:13:18.366Z] . [Pipeline] withDockerContainer [2021-01-21T02:13:18.642Z] prd-ubuntu18.04-docker-arm64-4c-16g-21831 does not seem to be running inside a container [2021-01-21T02:13:18.733Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/6 -v /w/workspace/edgex-ui-go/6:/w/workspace/edgex-ui-go/6:rw,z -v /w/workspace/edgex-ui-go/6@tmp:/w/workspace/edgex-ui-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-01-21T02:13:20.296Z] $ docker top c43ab86edfb5e2b7900fe60e5c4243691460891b13a802bdc02b8ca2f814923e -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-21T02:13:21.352Z] + go version [2021-01-21T02:13:21.353Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-01-21T02:13:21.385Z] $ docker stop --time=1 c43ab86edfb5e2b7900fe60e5c4243691460891b13a802bdc02b8ca2f814923e [2021-01-21T02:13:23.284Z] $ docker rm -f c43ab86edfb5e2b7900fe60e5c4243691460891b13a802bdc02b8ca2f814923e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-21T02:13:24.236Z] + docker inspect -f . ci-base-image-arm64 [2021-01-21T02:13:24.236Z] . [Pipeline] withDockerContainer [2021-01-21T02:13:24.466Z] prd-ubuntu18.04-docker-arm64-4c-16g-21831 does not seem to be running inside a container [2021-01-21T02:13:24.555Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/6 -v /w/workspace/edgex-ui-go/6:/w/workspace/edgex-ui-go/6:rw,z -v /w/workspace/edgex-ui-go/6@tmp:/w/workspace/edgex-ui-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-01-21T02:13:25.958Z] $ docker top dbd39fe02a32c95aaeaa7f6b33d503003ffdd09c803fcac23021cbdf8c1dad45 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-21T02:13:26.973Z] + make test [2021-01-21T02:13:26.973Z] GO111MODULE=on go test -coverprofile=coverage.out ./... [2021-01-21T02:13:28.410Z] ? github.com/edgexfoundry/edgex-ui-go [no test files] [2021-01-21T02:13:50.625Z] ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] [2021-01-21T02:13:50.625Z] ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] [2021-01-21T02:13:50.625Z] ? github.com/edgexfoundry/edgex-ui-go/internal/component [no test files] [2021-01-21T02:13:50.625Z] ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] [2021-01-21T02:13:50.625Z] ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] [2021-01-21T02:13:50.625Z] ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] [2021-01-21T02:13:50.625Z] ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] [2021-01-21T02:13:50.625Z] ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] [2021-01-21T02:13:50.625Z] ? github.com/edgexfoundry/edgex-ui-go/internal/pkg/usage [no test files] [2021-01-21T02:13:50.625Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] [2021-01-21T02:13:50.625Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] [2021-01-21T02:13:50.625Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] [2021-01-21T02:13:50.625Z] GO111MODULE=on go vet ./... [Pipeline] } [2021-01-21T02:13:56.056Z] $ docker stop --time=1 dbd39fe02a32c95aaeaa7f6b33d503003ffdd09c803fcac23021cbdf8c1dad45 [2021-01-21T02:13:58.241Z] $ docker rm -f dbd39fe02a32c95aaeaa7f6b33d503003ffdd09c803fcac23021cbdf8c1dad45 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-21T02:13:59.087Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-01-21T02:13:59.153Z] Warning: overwriting stash ‘coverage-report’ [2021-01-21T02:14:00.306Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-21T02:14:01.054Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-01-21T02:14:01.423Z] + ls -al . [2021-01-21T02:14:01.423Z] total 124 [2021-01-21T02:14:01.423Z] drwxrwxr-x 10 jenkins jenkins 4096 Jan 21 02:13 . [2021-01-21T02:14:01.423Z] drwxrwxr-x 4 jenkins jenkins 4096 Jan 21 02:11 .. [2021-01-21T02:14:01.423Z] drwxrwxr-x 8 jenkins jenkins 4096 Jan 21 02:12 .git [2021-01-21T02:14:01.423Z] drwxrwxr-x 2 jenkins jenkins 4096 Jan 21 02:11 .github [2021-01-21T02:14:01.423Z] -rw-rw-r-- 1 jenkins jenkins 153 Jan 21 02:11 .gitignore [2021-01-21T02:14:01.423Z] -rw-rw-r-- 1 jenkins jenkins 3959 Jan 21 02:11 CONTRIBUTING.md [2021-01-21T02:14:01.423Z] -rw-rw-r-- 1 jenkins jenkins 1508 Jan 21 02:11 Dockerfile [2021-01-21T02:14:01.423Z] -rw-rw-r-- 1 jenkins jenkins 902 Jan 21 02:11 Dockerfile.build [2021-01-21T02:14:01.423Z] -rw-rw-r-- 1 jenkins jenkins 652 Jan 21 02:11 Jenkinsfile [2021-01-21T02:14:01.423Z] -rw-rw-r-- 1 jenkins jenkins 11357 Jan 21 02:11 LICENSE [2021-01-21T02:14:01.423Z] -rw-rw-r-- 1 jenkins jenkins 951 Jan 21 02:11 Makefile [2021-01-21T02:14:01.423Z] -rw-rw-r-- 1 jenkins jenkins 4535 Jan 21 02:11 README.md [2021-01-21T02:14:01.423Z] -rw-rw-r-- 1 jenkins jenkins 5 Jan 21 02:08 VERSION [2021-01-21T02:14:01.423Z] drwxrwxr-x 3 jenkins jenkins 4096 Jan 21 02:11 assets [2021-01-21T02:14:01.423Z] drwxrwxr-x 2 jenkins jenkins 4096 Jan 21 02:11 bin [2021-01-21T02:14:01.423Z] drwxrwxr-x 3 jenkins jenkins 4096 Jan 21 02:11 cmd [2021-01-21T02:14:01.423Z] -rw-r--r-- 1 jenkins jenkins 10 Jan 21 02:13 coverage.out [2021-01-21T02:14:01.423Z] drwxrwxr-x 5 jenkins jenkins 4096 Jan 21 02:11 docs [2021-01-21T02:14:01.423Z] -rw-rw-r-- 1 jenkins jenkins 1019 Jan 21 02:11 go.mod [2021-01-21T02:14:01.423Z] -rw-r--r-- 1 jenkins jenkins 20843 Jan 21 02:13 go.sum [2021-01-21T02:14:01.423Z] drwxrwxr-x 10 jenkins jenkins 4096 Jan 21 02:11 internal [2021-01-21T02:14:01.423Z] -rw-rw-r-- 1 jenkins jenkins 155 Jan 21 02:11 version.go [2021-01-21T02:14:01.423Z] drwxrwxr-x 4 jenkins jenkins 4096 Jan 21 02:11 web [Pipeline] isUnix [Pipeline] sh [2021-01-21T02:14:01.824Z] + 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=1b33eeee1d18db0cd761a5da3eb21dda37f5e270 --label arch=arm64 --label version=0.0.0 . [2021-01-21T02:14:02.438Z] Sending build context to Docker daemon 16.68MB [2021-01-21T02:14:02.713Z] Step 1/24 : ARG BASE=golang:1.15-alpine3.12 [2021-01-21T02:14:02.713Z] Step 2/24 : FROM ${BASE} AS builder [2021-01-21T02:14:02.713Z] ---> fadd06717311 [2021-01-21T02:14:02.713Z] Step 3/24 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" [2021-01-21T02:14:02.990Z] ---> Running in 902679e579c0 [2021-01-21T02:14:03.587Z] Removing intermediate container 902679e579c0 [2021-01-21T02:14:03.587Z] ---> 0d0a08effd6b [2021-01-21T02:14:03.587Z] Step 4/24 : ARG ALPINE_PKG_BASE="make git" [2021-01-21T02:14:03.587Z] ---> Running in a0341fbf6ce7 [2021-01-21T02:14:04.186Z] Removing intermediate container a0341fbf6ce7 [2021-01-21T02:14:04.186Z] ---> dc705b06d974 [2021-01-21T02:14:04.186Z] Step 5/24 : ARG ALPINE_PKG_EXTRA="" [2021-01-21T02:14:04.186Z] ---> Running in 7fbe9a4630e0 [2021-01-21T02:14:04.785Z] Removing intermediate container 7fbe9a4630e0 [2021-01-21T02:14:04.785Z] ---> 9c2f0d7f307e [2021-01-21T02:14:04.785Z] Step 6/24 : LABEL Name=edgex-ui-go [2021-01-21T02:14:05.057Z] ---> Running in 614ff2ba7a5f [2021-01-21T02:14:05.330Z] Removing intermediate container 614ff2ba7a5f [2021-01-21T02:14:05.330Z] ---> 728a9f6f0761 [2021-01-21T02:14:05.330Z] Step 7/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' [2021-01-21T02:14:05.603Z] ---> Running in 09cb5522da21 [2021-01-21T02:14:06.200Z] Removing intermediate container 09cb5522da21 [2021-01-21T02:14:06.200Z] ---> 4cf1f90001ec [2021-01-21T02:14:06.200Z] Step 8/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-21T02:14:06.200Z] ---> Running in 6d7cee4baf30 [2021-01-21T02:14:08.824Z] Removing intermediate container 6d7cee4baf30 [2021-01-21T02:14:08.824Z] ---> c7a64c748dc8 [2021-01-21T02:14:08.824Z] Step 9/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2021-01-21T02:14:08.824Z] ---> Running in 6ce059ebdefe [2021-01-21T02:14:09.803Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-21T02:14:10.397Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-21T02:14:11.373Z] OK: 142 MiB in 39 packages [2021-01-21T02:14:12.815Z] Removing intermediate container 6ce059ebdefe [2021-01-21T02:14:12.815Z] ---> 143b638a55bc [2021-01-21T02:14:12.815Z] Step 10/24 : ENV GO111MODULE=on [2021-01-21T02:14:12.815Z] ---> Running in f82099e920fa [2021-01-21T02:14:13.087Z] Removing intermediate container f82099e920fa [2021-01-21T02:14:13.087Z] ---> fa9d41b105a6 [2021-01-21T02:14:13.087Z] Step 11/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go [2021-01-21T02:14:13.361Z] ---> Running in b7a05413b331 [2021-01-21T02:14:13.953Z] Removing intermediate container b7a05413b331 [2021-01-21T02:14:13.953Z] ---> ea499bcdc38c [2021-01-21T02:14:13.953Z] Step 12/24 : COPY go.mod . [2021-01-21T02:14:14.548Z] ---> 0223467ea14d [2021-01-21T02:14:14.548Z] Step 13/24 : COPY Makefile . [2021-01-21T02:14:15.144Z] ---> d2c7f283c3be [2021-01-21T02:14:15.144Z] Step 14/24 : RUN make update [2021-01-21T02:14:15.426Z] ---> Running in 59ef611d4269 [2021-01-21T02:14:16.405Z] CGO_ENABLED=0 GO111MODULE=on go mod download [2021-01-21T02:14:17.836Z] Removing intermediate container 59ef611d4269 [2021-01-21T02:14:17.836Z] ---> b3dffa1dac25 [2021-01-21T02:14:17.836Z] Step 15/24 : COPY . . [2021-01-21T02:14:19.804Z] ---> 1296b4909422 [2021-01-21T02:14:19.804Z] Step 16/24 : RUN ${MAKE} [2021-01-21T02:14:19.804Z] ---> Running in a3842ee50b70 [2021-01-21T02:14:20.778Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-ui-go.Version=0.0.0" -o cmd/edgex-ui-server/edgex-ui-server ./cmd/edgex-ui-server [2021-01-21T02:14:42.976Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2021-01-21T02:14:49.684Z] Removing intermediate container a3842ee50b70 [2021-01-21T02:14:49.684Z] ---> 063161fe97ee [2021-01-21T02:14:49.684Z] Step 17/24 : FROM alpine:3.12 [2021-01-21T02:14:50.658Z] 3.12: Pulling from library/alpine [2021-01-21T02:14:50.658Z] 159e5727ea61: Pulling fs layer [2021-01-21T02:14:50.658Z] 159e5727ea61: Verifying Checksum [2021-01-21T02:14:50.658Z] 159e5727ea61: Download complete [2021-01-21T02:14:51.256Z] 159e5727ea61: Pull complete [2021-01-21T02:14:51.528Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-21T02:14:51.528Z] Status: Downloaded newer image for alpine:3.12 [2021-01-21T02:14:51.528Z] ---> afeebe901d6b [2021-01-21T02:14:51.529Z] Step 18/24 : EXPOSE 4000 [2021-01-21T02:14:51.529Z] ---> Running in 1bca2290843d [2021-01-21T02:14:52.127Z] Removing intermediate container 1bca2290843d [2021-01-21T02:14:52.127Z] ---> 9ebfc8aae037 [2021-01-21T02:14:52.127Z] Step 19/24 : COPY --from=builder /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [2021-01-21T02:14:53.565Z] ---> dbdd17d1a231 [2021-01-21T02:14:53.565Z] Step 20/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [2021-01-21T02:14:53.840Z] ---> Running in 8123212d9aa6 [2021-01-21T02:14:54.436Z] Removing intermediate container 8123212d9aa6 [2021-01-21T02:14:54.436Z] ---> b5f7a04b0bd9 [2021-01-21T02:14:54.436Z] Step 21/24 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] [2021-01-21T02:14:54.436Z] ---> Running in ee45faeebbbe [2021-01-21T02:14:54.710Z] Removing intermediate container ee45faeebbbe [2021-01-21T02:14:54.710Z] ---> 3178f45b7ea4 [2021-01-21T02:14:54.710Z] Step 22/24 : LABEL arch=arm64 [2021-01-21T02:14:54.989Z] ---> Running in 6e0412de9155 [2021-01-21T02:14:55.583Z] Removing intermediate container 6e0412de9155 [2021-01-21T02:14:55.583Z] ---> 4b0b5b59de88 [2021-01-21T02:14:55.583Z] Step 23/24 : LABEL git_sha=1b33eeee1d18db0cd761a5da3eb21dda37f5e270 [2021-01-21T02:14:55.583Z] ---> Running in 00bb1ce141be [2021-01-21T02:14:55.855Z] Removing intermediate container 00bb1ce141be [2021-01-21T02:14:55.855Z] ---> f19aa74a4c45 [2021-01-21T02:14:55.855Z] Step 24/24 : LABEL version=0.0.0 [2021-01-21T02:14:56.128Z] ---> Running in a876095f96a6 [2021-01-21T02:14:56.721Z] Removing intermediate container a876095f96a6 [2021-01-21T02:14:56.721Z] ---> b32ea05b263b [2021-01-21T02:14:56.721Z] [Warning] One or more build-args [ARCH] were not consumed [2021-01-21T02:14:56.721Z] Successfully built b32ea05b263b [2021-01-21T02:14:56.721Z] Successfully tagged docker-edgex-ui-go-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2021-01-21T02:14:58.267Z] provisioning config files... [2021-01-21T02:14:58.287Z] copy managed file [edgex-ui-go-codecov-token] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-291@tmp/config2904386564588716823tmp [Pipeline] { [Pipeline] sh [2021-01-21T02:14:58.700Z] + set +x [2021-01-21T02:14:58.700Z] + bash -s -- [2021-01-21T02:14:58.700Z] + curl -s https://codecov.io/bash [2021-01-21T02:14:58.979Z] [2021-01-21T02:14:58.979Z] _____ _ [2021-01-21T02:14:58.979Z] / ____| | | [2021-01-21T02:14:58.979Z] | | ___ __| | ___ ___ _____ __ [2021-01-21T02:14:58.979Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-01-21T02:14:58.979Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-01-21T02:14:58.979Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-01-21T02:14:58.979Z] Bash-20210115-cec3c92 [2021-01-21T02:14:58.979Z] [2021-01-21T02:14:58.979Z] [2021-01-21T02:14:58.979Z] ==> git version 2.24.3 found [2021-01-21T02:14:58.979Z] ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 [2021-01-21T02:14:58.979Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-01-21T02:14:58.979Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-01-21T02:14:58.979Z] ==> Jenkins CI detected. [2021-01-21T02:14:58.979Z] project root: . [2021-01-21T02:14:58.979Z] --> token set from env [2021-01-21T02:14:58.979Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-01-21T02:14:58.979Z] ==> Running gcov in . (disable via -X gcov) [2021-01-21T02:14:58.979Z] ==> Python coveragepy not found [2021-01-21T02:14:58.979Z] ==> Searching for coverage reports in: [2021-01-21T02:14:58.979Z] + . [2021-01-21T02:14:58.979Z] -> Found 1 reports [2021-01-21T02:14:58.979Z] ==> Detecting git/mercurial file structure [2021-01-21T02:14:59.248Z] ==> Reading reports [2021-01-21T02:14:59.248Z] + ./coverage.out bytes=10 [2021-01-21T02:14:59.248Z] ==> Appending adjustments [2021-01-21T02:14:59.248Z] https://docs.codecov.io/docs/fixing-reports [2021-01-21T02:14:59.248Z] + Found adjustments [2021-01-21T02:14:59.248Z] ==> Gzipping contents [2021-01-21T02:14:59.248Z] 4.0K /tmp/codecov.Yh4G6T.gz [2021-01-21T02:14:59.248Z] ==> Uploading reports [2021-01-21T02:14:59.248Z] url: https://codecov.io [2021-01-21T02:14:59.248Z] query: branch=PR-291&commit=1b33eeee1d18db0cd761a5da3eb21dda37f5e270&build=6&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2FPR-291%2F6%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=291&job=&cmd_args= [2021-01-21T02:14:59.248Z] -> Pinging Codecov [2021-01-21T02:14:59.248Z] https://codecov.io/upload/v4?package=bash-20210115-cec3c92&token=secret&branch=PR-291&commit=1b33eeee1d18db0cd761a5da3eb21dda37f5e270&build=6&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2FPR-291%2F6%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=291&job=&cmd_args= [2021-01-21T02:14:59.846Z] -> Uploading to [2021-01-21T02:14:59.846Z] https://storage.googleapis.com/codecov/v4/raw/2021-01-21/FB506323287CE973F263BFD2A0EB1F37/1b33eeee1d18db0cd761a5da3eb21dda37f5e270/b5f28269-4865-4636-a829-76768df152bd.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210121%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210121T021459Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=a4aadb0481e1cae6204ed6390393184d71da93013f0167c80dfd53b6317f5202 [2021-01-21T02:14:59.846Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-21T02:14:59.846Z] Dload Upload Total Spent Left Speed [2021-01-21T02:15:00.452Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 2480 0 0 100 2480 0 4781 --:--:-- --:--:-- --:--:-- 4787 [2021-01-21T02:15:00.452Z] -> View reports at https://codecov.io/github/edgexfoundry/edgex-ui-go/commit/1b33eeee1d18db0cd761a5da3eb21dda37f5e270 [Pipeline] } [2021-01-21T02:15:00.477Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) Stage "Snyk Dependency Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2021-01-21T02:15:03.280Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-21T02:15:04.418Z] ---> package-listing.sh [2021-01-21T02:15:04.418Z] ++ facter osfamily [2021-01-21T02:15:04.418Z] ++ tr '[:upper:]' '[:lower:]' [2021-01-21T02:15:04.418Z] + OS_FAMILY=redhat [2021-01-21T02:15:04.418Z] + workspace=/w/workspace/edgexfoundry_edgex-ui-go_PR-291 [2021-01-21T02:15:04.418Z] + START_PACKAGES=/tmp/packages_start.txt [2021-01-21T02:15:04.418Z] + END_PACKAGES=/tmp/packages_end.txt [2021-01-21T02:15:04.418Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-01-21T02:15:04.418Z] + PACKAGES=/tmp/packages_start.txt [2021-01-21T02:15:04.418Z] + '[' /w/workspace/edgexfoundry_edgex-ui-go_PR-291 ']' [2021-01-21T02:15:04.418Z] + PACKAGES=/tmp/packages_end.txt [2021-01-21T02:15:04.418Z] + case "${OS_FAMILY}" in [2021-01-21T02:15:04.418Z] + rpm -qa [2021-01-21T02:15:04.418Z] + sort [2021-01-21T02:15:12.734Z] + '[' -f /tmp/packages_start.txt ']' [2021-01-21T02:15:12.734Z] + '[' -f /tmp/packages_end.txt ']' [2021-01-21T02:15:12.734Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-01-21T02:15:12.734Z] + '[' /w/workspace/edgexfoundry_edgex-ui-go_PR-291 ']' [2021-01-21T02:15:12.734Z] + mkdir -p /w/workspace/edgexfoundry_edgex-ui-go_PR-291/archives/ [2021-01-21T02:15:12.734Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgexfoundry_edgex-ui-go_PR-291/archives/ [Pipeline] echo [2021-01-21T02:15:12.784Z] 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-291/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-01-21T02:15:13.148Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-01-21T02:15:13.820Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-21T02:15:14.090Z] [2021-01-21T02:15:14.090Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-01-21T02:15:14.483Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-21T02:15:14.483Z] alpine: Pulling from edgex-lftools-log-publisher [2021-01-21T02:15:14.483Z] df20fa9351a1: Pulling fs layer [2021-01-21T02:15:14.483Z] 36b3adc4ff6f: Pulling fs layer [2021-01-21T02:15:14.483Z] 8ad3a11d3b57: Pulling fs layer [2021-01-21T02:15:14.483Z] 46f8f816bc3b: Pulling fs layer [2021-01-21T02:15:14.483Z] 93b61091891f: Pulling fs layer [2021-01-21T02:15:14.483Z] 93b9cdb0e59b: Pulling fs layer [2021-01-21T02:15:14.483Z] 5e14af77c1be: Pulling fs layer [2021-01-21T02:15:14.483Z] 01666e4c0597: Pulling fs layer [2021-01-21T02:15:14.483Z] aa168da1d23b: Pulling fs layer [2021-01-21T02:15:14.483Z] 93b61091891f: Waiting [2021-01-21T02:15:14.483Z] 46f8f816bc3b: Waiting [2021-01-21T02:15:14.483Z] 5e14af77c1be: Waiting [2021-01-21T02:15:14.483Z] 01666e4c0597: Waiting [2021-01-21T02:15:14.483Z] aa168da1d23b: Waiting [2021-01-21T02:15:14.791Z] 36b3adc4ff6f: Verifying Checksum [2021-01-21T02:15:14.791Z] 36b3adc4ff6f: Download complete [2021-01-21T02:15:14.791Z] 46f8f816bc3b: Download complete [2021-01-21T02:15:14.791Z] df20fa9351a1: Download complete [2021-01-21T02:15:14.791Z] 93b9cdb0e59b: Verifying Checksum [2021-01-21T02:15:14.791Z] 93b9cdb0e59b: Download complete [2021-01-21T02:15:14.791Z] 5e14af77c1be: Verifying Checksum [2021-01-21T02:15:14.791Z] 5e14af77c1be: Download complete [2021-01-21T02:15:14.791Z] 01666e4c0597: Verifying Checksum [2021-01-21T02:15:14.791Z] 01666e4c0597: Download complete [2021-01-21T02:15:15.168Z] 93b61091891f: Verifying Checksum [2021-01-21T02:15:15.168Z] 93b61091891f: Download complete [2021-01-21T02:15:15.829Z] df20fa9351a1: Pull complete [2021-01-21T02:15:15.829Z] 8ad3a11d3b57: Download complete [2021-01-21T02:15:16.134Z] 36b3adc4ff6f: Pull complete [2021-01-21T02:15:19.072Z] 8ad3a11d3b57: Pull complete [2021-01-21T02:15:19.072Z] 46f8f816bc3b: Pull complete [2021-01-21T02:15:20.098Z] 93b61091891f: Pull complete [2021-01-21T02:15:20.098Z] 93b9cdb0e59b: Pull complete [2021-01-21T02:15:20.396Z] 5e14af77c1be: Pull complete [2021-01-21T02:15:20.693Z] 01666e4c0597: Pull complete [2021-01-21T02:15:22.814Z] aa168da1d23b: Verifying Checksum [2021-01-21T02:15:22.814Z] aa168da1d23b: Download complete [2021-01-21T02:15:41.341Z] aa168da1d23b: Pull complete [2021-01-21T02:15:41.341Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-01-21T02:15:41.341Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-21T02:15:41.341Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-01-21T02:15:42.429Z] prd-centos7-docker-4c-2g-21825 does not seem to be running inside a container [2021-01-21T02:15:42.595Z] $ 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-291/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-291 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-291:/w/workspace/edgexfoundry_edgex-ui-go_PR-291:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-291@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-291@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-01-21T02:15:46.280Z] $ docker top 5259dd2ef1b44eab7609b9b166e80cc8a9a855f138ef525c00046fbaab293ce7 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-21T02:15:47.191Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-01-21T02:15:47.935Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-01-21T02:15:48.635Z] + ls /var/log/sa-host [2021-01-21T02:15:48.635Z] + sadf -c /var/log/sa-host/sa21 [2021-01-21T02:15:48.635Z] file_magic: OK [2021-01-21T02:15:48.635Z] HZ: Using current value: 100 [2021-01-21T02:15:48.635Z] file_header: OK [2021-01-21T02:15:48.635Z] 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:15:48.635Z] Statistics: [2021-01-21T02:15:48.635Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-01-21T02:15:48.635Z] File successfully converted to sysstat format version 12.2.1 [2021-01-21T02:15:48.635Z] + sadf -c /var/log/sa-host/sa23 [2021-01-21T02:15:48.635Z] file_magic: OK [2021-01-21T02:15:48.635Z] HZ: Using current value: 100 [2021-01-21T02:15:48.635Z] file_header: OK [2021-01-21T02:15:48.635Z] 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:15:48.635Z] Statistics: [2021-01-21T02:15:48.635Z] Hnuu...uuuununununu... [2021-01-21T02:15:48.635Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-01-21T02:15:48.917Z] provisioning config files... [2021-01-21T02:15:48.947Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-291@tmp/config2331071473456319tmp [Pipeline] { [Pipeline] echo [2021-01-21T02:15:49.245Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-21T02:15:49.590Z] ---> create-netrc.sh [Pipeline] } [2021-01-21T02:15:50.060Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-01-21T02:15:50.235Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-21T02:15:51.004Z] ---> python-tools-install.sh [Pipeline] echo [2021-01-21T02:15:51.033Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-21T02:15:51.737Z] ---> sudo-logs.sh [2021-01-21T02:15:51.737Z] Archiving 'sudo' log.. [Pipeline] echo [2021-01-21T02:15:51.810Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-21T02:15:54.125Z] ---> job-cost.sh [2021-01-21T02:15:54.125Z] lf-activate-venv: SKIPPING [2021-01-21T02:15:54.125Z] INFO: No Stack... [2021-01-21T02:15:56.370Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-01-21T02:15:57.142Z] INFO: Archiving Costs [Pipeline] echo [2021-01-21T02:15:57.253Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-21T02:15:58.160Z] ---> logs-deploy.sh [2021-01-21T02:15:58.160Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-ui-go/PR-291/6 [2021-01-21T02:15:58.160Z] INFO: archiving workspace using pattern(s): [2021-01-21T02:16:01.758Z] Archives upload complete. [2021-01-21T02:16:01.758Z] INFO: archiving logs to Nexus [2021-01-21T02:16:04.644Z] ---> uname -a: [2021-01-21T02:16:04.644Z] Linux prd-centos7-docker-4c-2g-21825.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:16:04.644Z] [2021-01-21T02:16:04.644Z] [2021-01-21T02:16:04.644Z] ---> lscpu: [2021-01-21T02:16:04.644Z] Architecture: x86_64 [2021-01-21T02:16:04.644Z] CPU op-mode(s): 32-bit, 64-bit [2021-01-21T02:16:04.644Z] Byte Order: Little Endian [2021-01-21T02:16:04.644Z] Address sizes: 40 bits physical, 48 bits virtual [2021-01-21T02:16:04.644Z] CPU(s): 4 [2021-01-21T02:16:04.644Z] On-line CPU(s) list: 0-3 [2021-01-21T02:16:04.644Z] Thread(s) per core: 1 [2021-01-21T02:16:04.644Z] Core(s) per socket: 1 [2021-01-21T02:16:04.644Z] Socket(s): 4 [2021-01-21T02:16:04.644Z] NUMA node(s): 1 [2021-01-21T02:16:04.644Z] Vendor ID: GenuineIntel [2021-01-21T02:16:04.644Z] CPU family: 6 [2021-01-21T02:16:04.644Z] Model: 44 [2021-01-21T02:16:04.644Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2021-01-21T02:16:04.644Z] Stepping: 1 [2021-01-21T02:16:04.644Z] CPU MHz: 2933.438 [2021-01-21T02:16:04.644Z] BogoMIPS: 5866.87 [2021-01-21T02:16:04.644Z] Virtualization: VT-x [2021-01-21T02:16:04.644Z] Hypervisor vendor: KVM [2021-01-21T02:16:04.644Z] Virtualization type: full [2021-01-21T02:16:04.644Z] L1d cache: 128 KiB [2021-01-21T02:16:04.644Z] L1i cache: 128 KiB [2021-01-21T02:16:04.644Z] L2 cache: 16 MiB [2021-01-21T02:16:04.644Z] L3 cache: 64 MiB [2021-01-21T02:16:04.644Z] NUMA node0 CPU(s): 0-3 [2021-01-21T02:16:04.644Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2021-01-21T02:16:04.644Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2021-01-21T02:16:04.644Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2021-01-21T02:16:04.644Z] Vulnerability Meltdown: Mitigation; PTI [2021-01-21T02:16:04.644Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2021-01-21T02:16:04.644Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2021-01-21T02:16:04.644Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2021-01-21T02:16:04.644Z] Vulnerability Srbds: Not affected [2021-01-21T02:16:04.644Z] Vulnerability Tsx async abort: Not affected [2021-01-21T02:16:04.644Z] 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:16:04.644Z] [2021-01-21T02:16:04.644Z] [2021-01-21T02:16:04.644Z] ---> nproc: [2021-01-21T02:16:04.644Z] 4 [2021-01-21T02:16:04.644Z] [2021-01-21T02:16:04.644Z] [2021-01-21T02:16:04.644Z] ---> df -h: [2021-01-21T02:16:04.644Z] Filesystem Size Used Available Use% Mounted on [2021-01-21T02:16:04.644Z] overlay 50.0G 7.3G 42.7G 15% / [2021-01-21T02:16:04.644Z] tmpfs 64.0M 0 64.0M 0% /dev [2021-01-21T02:16:04.644Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2021-01-21T02:16:04.644Z] shm 64.0M 0 64.0M 0% /dev/shm [2021-01-21T02:16:04.644Z] /dev/vda1 50.0G 7.3G 42.7G 15% /facter-os [2021-01-21T02:16:04.644Z] /dev/vda1 50.0G 7.3G 42.7G 15% /etc/resolv.conf [2021-01-21T02:16:04.644Z] /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hostname [2021-01-21T02:16:04.644Z] /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hosts [2021-01-21T02:16:04.644Z] /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/auth.log [2021-01-21T02:16:04.644Z] /dev/vda1 50.0G 7.3G 42.7G 15% /run/cloud-init/result.json [2021-01-21T02:16:04.644Z] /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/edgexfoundry_edgex-ui-go_PR-291 [2021-01-21T02:16:04.644Z] /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/edgexfoundry_edgex-ui-go_PR-291@tmp [2021-01-21T02:16:04.644Z] /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/sa-host [2021-01-21T02:16:04.644Z] /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/secure [2021-01-21T02:16:04.644Z] [2021-01-21T02:16:04.644Z] [2021-01-21T02:16:04.644Z] ---> free -m: [2021-01-21T02:16:04.644Z] total used free shared buff/cache available [2021-01-21T02:16:04.644Z] Mem: 1837 714 71 0 1051 1018 [2021-01-21T02:16:04.644Z] Swap: 1023 0 1023 [2021-01-21T02:16:04.644Z] [2021-01-21T02:16:04.644Z] [2021-01-21T02:16:04.644Z] ---> ip addr: [2021-01-21T02:16:04.644Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2021-01-21T02:16:04.644Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2021-01-21T02:16:04.644Z] inet 127.0.0.1/8 scope host lo [2021-01-21T02:16:04.644Z] valid_lft forever preferred_lft forever [2021-01-21T02:16:04.644Z] inet6 ::1/128 scope host [2021-01-21T02:16:04.644Z] valid_lft forever preferred_lft forever [2021-01-21T02:16:04.644Z] 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 [2021-01-21T02:16:04.644Z] link/ether fa:16:3e:3e:6d:4b brd ff:ff:ff:ff:ff:ff [2021-01-21T02:16:04.644Z] inet 10.30.123.80/23 brd 10.30.123.255 scope global dynamic eth0 [2021-01-21T02:16:04.644Z] valid_lft 85822sec preferred_lft 85822sec [2021-01-21T02:16:04.644Z] inet6 fe80::f816:3eff:fe3e:6d4b/64 scope link [2021-01-21T02:16:04.644Z] valid_lft forever preferred_lft forever [2021-01-21T02:16:04.644Z] 3: docker0: mtu 1500 qdisc noqueue state DOWN [2021-01-21T02:16:04.644Z] link/ether 02:42:b0:94:e2:31 brd ff:ff:ff:ff:ff:ff [2021-01-21T02:16:04.644Z] inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 [2021-01-21T02:16:04.644Z] valid_lft forever preferred_lft forever [2021-01-21T02:16:04.644Z] inet6 fe80::42:b0ff:fe94:e231/64 scope link [2021-01-21T02:16:04.644Z] valid_lft forever preferred_lft forever [2021-01-21T02:16:04.644Z] [2021-01-21T02:16:04.644Z] [2021-01-21T02:16:04.644Z] ---> sar -b -r -n DEV: [2021-01-21T02:16:04.644Z] 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:16:04.644Z] [2021-01-21T02:16:04.644Z] 02:06:12 LINUX RESTART (4 CPU) [2021-01-21T02:16:04.644Z] [2021-01-21T02:16:04.644Z] 02:07:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2021-01-21T02:16:04.644Z] 02:08:02 56.15 34.10 22.05 0.00 6150.53 1842.64 0.00 [2021-01-21T02:16:04.644Z] 02:09:01 23.24 5.54 17.70 0.00 1346.76 2900.88 0.00 [2021-01-21T02:16:04.644Z] 02:10:01 1.66 0.00 1.66 0.00 0.00 30.87 0.00 [2021-01-21T02:16:04.644Z] 02:11:01 0.15 0.00 0.15 0.00 0.00 2.00 0.00 [2021-01-21T02:16:04.644Z] 02:12:01 0.17 0.00 0.17 0.00 0.00 1.53 0.00 [2021-01-21T02:16:04.644Z] 02:13:01 0.33 0.00 0.33 0.00 0.00 5.22 0.00 [2021-01-21T02:16:04.644Z] 02:14:01 0.25 0.00 0.25 0.00 0.00 2.56 0.00 [2021-01-21T02:16:04.644Z] 02:15:01 0.68 0.43 0.25 0.00 135.90 3.19 0.00 [2021-01-21T02:16:04.644Z] Average: 10.32 5.02 5.30 0.00 955.65 594.77 0.00 [2021-01-21T02:16:04.644Z] [2021-01-21T02:16:04.644Z] 02:07:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2021-01-21T02:16:04.644Z] 02:08:02 77872 0 612012 32.53 2620 1189040 1518896 51.84 452348 1154008 41496 [2021-01-21T02:16:04.644Z] 02:09:01 163068 0 569636 30.27 2620 1146220 1134860 38.73 411060 1107040 8 [2021-01-21T02:16:04.644Z] 02:10:01 171228 0 561472 29.84 2620 1146224 1081808 36.92 419532 1091240 20 [2021-01-21T02:16:04.644Z] 02:11:01 169032 0 563664 29.96 2620 1146228 1081832 36.92 422452 1090716 8 [2021-01-21T02:16:04.644Z] 02:12:01 171016 0 561676 29.85 2620 1146232 1054064 35.97 428764 1082568 20 [2021-01-21T02:16:04.644Z] 02:13:01 168752 0 563932 29.97 2620 1146240 1054088 35.97 439428 1074084 8 [2021-01-21T02:16:04.644Z] 02:14:01 169756 0 562928 29.92 2620 1146240 1054004 35.97 438940 1074076 16 [2021-01-21T02:16:04.644Z] 02:15:01 163188 0 565364 30.05 2620 1150372 1054392 35.98 440952 1077984 28 [2021-01-21T02:16:04.644Z] Average: 156739 0 570086 30.30 2620 1152100 1129243 38.54 431684 1093964 5200 [2021-01-21T02:16:04.644Z] [2021-01-21T02:16:04.644Z] 02:07:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2021-01-21T02:16:04.644Z] 02:08:02 eth0 247.70 188.18 1114.76 65.16 0.00 0.00 0.00 0.00 [2021-01-21T02:16:04.644Z] 02:08:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-21T02:16:04.644Z] 02:08:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-21T02:16:04.644Z] 02:09:01 eth0 54.54 52.96 141.89 32.32 0.00 0.00 0.00 0.00 [2021-01-21T02:16:04.644Z] 02:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-21T02:16:04.644Z] 02:09:01 docker0 30.03 26.39 2.84 111.19 0.00 0.00 0.00 0.00 [2021-01-21T02:16:04.644Z] 02:10:01 eth0 2.50 0.60 0.71 0.40 0.00 0.00 0.00 0.00 [2021-01-21T02:16:04.644Z] 02:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-21T02:16:04.644Z] 02:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-21T02:16:04.644Z] 02:11:01 eth0 1.75 0.45 0.46 0.28 0.00 0.00 0.00 0.00 [2021-01-21T02:16:04.644Z] 02:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-21T02:16:04.644Z] 02:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-21T02:16:04.644Z] 02:12:01 eth0 0.98 0.48 0.32 0.21 0.00 0.00 0.00 0.00 [2021-01-21T02:16:04.644Z] 02:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-21T02:16:04.644Z] 02:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-21T02:16:04.644Z] 02:13:01 eth0 1.03 0.55 0.46 0.27 0.00 0.00 0.00 0.00 [2021-01-21T02:16:04.644Z] 02:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-21T02:16:04.644Z] 02:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-21T02:16:04.644Z] 02:14:01 eth0 0.73 0.47 0.30 0.18 0.00 0.00 0.00 0.00 [2021-01-21T02:16:04.644Z] 02:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-21T02:16:04.644Z] 02:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-21T02:16:04.644Z] 02:15:01 eth0 4.84 3.21 4.64 1.71 0.00 0.00 0.00 0.00 [2021-01-21T02:16:04.644Z] 02:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-21T02:16:04.644Z] 02:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-21T02:16:04.644Z] Average: eth0 39.32 30.89 158.38 12.55 0.00 0.00 0.00 0.00 [2021-01-21T02:16:04.644Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-21T02:16:04.644Z] Average: docker0 3.70 3.25 0.35 13.71 0.00 0.00 0.00 0.00 [2021-01-21T02:16:04.644Z] [2021-01-21T02:16:04.644Z] [2021-01-21T02:16:04.644Z] ---> sar -P ALL: [2021-01-21T02:16:04.644Z] 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:16:04.644Z] [2021-01-21T02:16:04.644Z] 02:06:12 LINUX RESTART (4 CPU) [2021-01-21T02:16:04.644Z] [2021-01-21T02:16:04.644Z] 02:07:01 CPU %user %nice %system %iowait %steal %idle [2021-01-21T02:16:04.645Z] 02:08:02 all 10.84 0.00 4.50 2.48 29.44 52.74 [2021-01-21T02:16:04.645Z] 02:08:02 0 9.94 0.00 4.64 2.63 31.46 51.33 [2021-01-21T02:16:04.645Z] 02:08:02 1 10.63 0.00 4.31 2.17 28.90 53.99 [2021-01-21T02:16:04.645Z] 02:08:02 2 12.14 0.00 4.57 2.13 28.58 52.58 [2021-01-21T02:16:04.645Z] 02:08:02 3 10.67 0.00 4.47 3.00 28.75 53.10 [2021-01-21T02:16:04.645Z] 02:09:01 all 2.01 0.00 1.94 0.66 12.06 83.33 [2021-01-21T02:16:04.645Z] 02:09:01 0 2.13 0.00 1.86 0.70 12.53 82.78 [2021-01-21T02:16:04.645Z] 02:09:01 1 1.66 0.00 1.82 1.21 11.97 83.33 [2021-01-21T02:16:04.645Z] 02:09:01 2 1.94 0.00 2.05 0.44 11.69 83.89 [2021-01-21T02:16:04.645Z] 02:09:01 3 2.31 0.00 2.03 0.29 12.05 83.32 [2021-01-21T02:16:04.645Z] 02:10:01 all 0.09 0.00 0.11 0.00 0.95 98.85 [2021-01-21T02:16:04.645Z] 02:10:01 0 0.05 0.00 0.15 0.00 1.44 98.37 [2021-01-21T02:16:04.645Z] 02:10:01 1 0.03 0.00 0.15 0.00 0.52 99.30 [2021-01-21T02:16:04.645Z] 02:10:01 2 0.05 0.00 0.07 0.00 0.78 99.10 [2021-01-21T02:16:04.645Z] 02:10:01 3 0.21 0.00 0.07 0.00 1.07 98.64 [2021-01-21T02:16:04.645Z] 02:11:01 all 0.08 0.00 0.09 0.00 0.84 98.99 [2021-01-21T02:16:04.645Z] 02:11:01 0 0.05 0.00 0.07 0.00 1.56 98.32 [2021-01-21T02:16:04.645Z] 02:11:01 1 0.02 0.00 0.10 0.00 0.53 99.35 [2021-01-21T02:16:04.645Z] 02:11:01 2 0.12 0.00 0.05 0.00 0.61 99.22 [2021-01-21T02:16:04.645Z] 02:11:01 3 0.13 0.00 0.15 0.00 0.66 99.05 [2021-01-21T02:16:04.645Z] 02:12:01 all 0.07 0.00 0.09 0.00 1.05 98.79 [2021-01-21T02:16:04.645Z] 02:12:01 0 0.07 0.00 0.07 0.00 1.55 98.32 [2021-01-21T02:16:04.645Z] 02:12:01 1 0.00 0.00 0.17 0.00 0.81 99.02 [2021-01-21T02:16:04.645Z] 02:12:01 2 0.02 0.00 0.07 0.00 0.91 99.01 [2021-01-21T02:16:04.645Z] 02:12:01 3 0.20 0.00 0.05 0.00 0.93 98.82 [2021-01-21T02:16:04.645Z] 02:13:01 all 0.07 0.00 0.16 0.00 1.56 98.20 [2021-01-21T02:16:04.645Z] 02:13:01 0 0.15 0.00 0.05 0.00 1.24 98.56 [2021-01-21T02:16:04.645Z] 02:13:01 1 0.03 0.00 0.18 0.00 1.48 98.30 [2021-01-21T02:16:04.645Z] 02:13:01 2 0.08 0.00 0.28 0.00 1.61 98.03 [2021-01-21T02:16:04.645Z] 02:13:01 3 0.02 0.00 0.15 0.00 1.92 97.92 [2021-01-21T02:16:04.645Z] 02:14:01 all 0.10 0.00 0.02 0.00 0.42 99.46 [2021-01-21T02:16:04.645Z] 02:14:01 0 0.23 0.00 0.03 0.00 0.65 99.09 [2021-01-21T02:16:04.645Z] 02:14:01 1 0.02 0.00 0.02 0.00 0.30 99.67 [2021-01-21T02:16:04.645Z] 02:14:01 2 0.02 0.00 0.03 0.00 0.42 99.54 [2021-01-21T02:16:04.645Z] 02:14:01 3 0.13 0.00 0.02 0.00 0.30 99.55 [2021-01-21T02:16:04.645Z] 02:15:01 all 0.30 0.00 0.25 0.00 0.90 98.54 [2021-01-21T02:16:04.645Z] 02:15:01 0 0.25 0.00 0.28 0.00 0.71 98.75 [2021-01-21T02:16:04.645Z] 02:15:01 1 0.28 0.00 0.21 0.00 1.35 98.15 [2021-01-21T02:16:04.645Z] 02:15:01 2 0.25 0.00 0.20 0.02 0.76 98.77 [2021-01-21T02:16:04.645Z] 02:15:01 3 0.43 0.00 0.32 0.00 0.76 98.49 [2021-01-21T02:16:04.645Z] Average: all 1.79 0.00 0.94 0.42 6.16 90.70 [2021-01-21T02:16:04.645Z] Average: 0 1.71 0.00 0.94 0.45 6.73 90.17 [2021-01-21T02:16:04.645Z] Average: 1 1.68 0.00 0.91 0.44 6.00 90.97 [2021-01-21T02:16:04.645Z] Average: 2 1.92 0.00 0.95 0.34 5.90 90.89 [2021-01-21T02:16:04.645Z] Average: 3 1.84 0.00 0.94 0.43 6.03 90.76 [2021-01-21T02:16:04.645Z] [2021-01-21T02:16:04.645Z] [2021-01-21T02:16:04.645Z]