Pull request #293 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of badboy-huaqiao for edgexfoundry/edgex-ui-go Obtained Jenkinsfile from 1dfb51268b8c988d923c0d8f1e29a3605dfc05fe+21a2d52129729239e47da1045a1c95859bb5ff91 (da2a770e0eea11516a5e702f0e2dea296294e2be) 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-21593 in /w/workspace/edgexfoundry_edgex-ui-go_PR-293 [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-293 # 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 21a2d52129729239e47da1045a1c95859bb5ff91 into PR head commit 1dfb51268b8c988d923c0d8f1e29a3605dfc05fe Merge succeeded, producing 1dfb51268b8c988d923c0d8f1e29a3605dfc05fe Checking out Revision 1dfb51268b8c988d923c0d8f1e29a3605dfc05fe (PR-293) > 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/293/head:refs/remotes/origin/PR-293 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 1dfb51268b8c988d923c0d8f1e29a3605dfc05fe # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 21a2d52129729239e47da1045a1c95859bb5ff91 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 1dfb51268b8c988d923c0d8f1e29a3605dfc05fe # timeout=10 Commit message: "Merge branch 'master' into issue-#257-3" First time build. Skipping changelog. > git rev-list --no-walk 03cc60a0641e0d6cfcf9ce4d6f45106973b85b2b # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-01-20T10:15:13.132Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-01-20T10:15:13.388Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-01-20T10:15:13.480Z] ========================================================= [2021-01-20T10:15:13.480Z] EdgeX Global Pipelines Version Info [2021-01-20T10:15:13.480Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-01-20T10:15:14.957Z] ------------------- [2021-01-20T10:15:14.957Z] stable info: [2021-01-20T10:15:14.957Z] ------------------- [2021-01-20T10:15:14.957Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-20T10:15:14.957Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-01-20T10:15:14.957Z] Message: update stable to v1.0.179 [2021-01-20T10:15:15.906Z] ------------------- [2021-01-20T10:15:15.906Z] experimental info: [2021-01-20T10:15:15.906Z] ------------------- [2021-01-20T10:15:15.906Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-20T10:15:15.906Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-01-20T10:15:15.906Z] Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-01-20T10:15:16.148Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-ui-go-settings [Pipeline] echo [2021-01-20T10:15:16.231Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-ui-go [Pipeline] echo [2021-01-20T10:15:16.314Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-01-20T10:15:16.408Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-01-20T10:15:16.494Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-01-20T10:15:16.602Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-01-20T10:15:16.742Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-01-20T10:15:16.843Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-01-20T10:15:16.931Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2021-01-20T10:15:17.016Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-01-20T10:15:17.101Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-01-20T10:15:17.187Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-edgex-ui-go [Pipeline] echo [2021-01-20T10:15:17.285Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-01-20T10:15:17.371Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-01-20T10:15:17.453Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-01-20T10:15:17.538Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-01-20T10:15:17.644Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-01-20T10:15:17.728Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-01-20T10:15:17.841Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-01-20T10:15:17.926Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2021-01-20T10:15:18.038Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2021-01-20T10:15:18.122Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2021-01-20T10:15:18.207Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-01-20T10:15:18.287Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-01-20T10:15:18.385Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2021-01-20T10:15:18.479Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-01-20T10:15:18.563Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-01-20T10:15:18.665Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-293 [Pipeline] echo [2021-01-20T10:15:18.751Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-293 [Pipeline] echo [2021-01-20T10:15:18.841Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-293 [Pipeline] echo [2021-01-20T10:15:18.925Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 1dfb51268b8c988d923c0d8f1e29a3605dfc05fe [Pipeline] echo [2021-01-20T10:15:19.014Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 1dfb512 [Pipeline] echo [2021-01-20T10:15:19.099Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-20T10:15:19.262Z] provisioning config files... [2021-01-20T10:15:19.288Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-293@tmp/config7197182843412813086tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-20T10:15:19.647Z] ---> docker-login.sh [2021-01-20T10:15:19.647Z] nexus3.edgexfoundry.org:10001 [2021-01-20T10:15:19.908Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-20T10:15:19.908Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-20T10:15:19.908Z] Configure a credential helper to remove this warning. See [2021-01-20T10:15:19.908Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-20T10:15:19.908Z] [2021-01-20T10:15:19.908Z] Login Succeeded [2021-01-20T10:15:19.908Z] nexus3.edgexfoundry.org:10002 [2021-01-20T10:15:20.168Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-20T10:15:20.168Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-20T10:15:20.168Z] Configure a credential helper to remove this warning. See [2021-01-20T10:15:20.168Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-20T10:15:20.168Z] [2021-01-20T10:15:20.168Z] Login Succeeded [2021-01-20T10:15:20.168Z] nexus3.edgexfoundry.org:10003 [2021-01-20T10:15:20.168Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-20T10:15:20.434Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-20T10:15:20.434Z] Configure a credential helper to remove this warning. See [2021-01-20T10:15:20.434Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-20T10:15:20.434Z] [2021-01-20T10:15:20.434Z] Login Succeeded [2021-01-20T10:15:20.434Z] nexus3.edgexfoundry.org:10004 [2021-01-20T10:15:20.434Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-20T10:15:20.434Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-20T10:15:20.434Z] Configure a credential helper to remove this warning. See [2021-01-20T10:15:20.434Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-20T10:15:20.434Z] [2021-01-20T10:15:20.434Z] Login Succeeded [2021-01-20T10:15:20.434Z] docker.io [2021-01-20T10:15:20.694Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-20T10:15:20.956Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-20T10:15:20.956Z] Configure a credential helper to remove this warning. See [2021-01-20T10:15:20.956Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-20T10:15:20.956Z] [2021-01-20T10:15:20.956Z] Login Succeeded [2021-01-20T10:15:20.956Z] ---> docker-login.sh ends [Pipeline] } [2021-01-20T10:15:20.964Z] 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-20T10:15:21.751Z] + git log --format=format:%s -1 1dfb51268b8c988d923c0d8f1e29a3605dfc05fe [Pipeline] echo [2021-01-20T10:15:21.812Z] GIT_COMMIT: 1dfb51268b8c988d923c0d8f1e29a3605dfc05fe, Commit Message: Merge branch 'master' into issue-#257-3 [Pipeline] echo [2021-01-20T10:15:21.861Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-01-20T10:15:22.437Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-20T10:15:22.437Z] [2021-01-20T10:15:22.437Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-01-20T10:15:22.790Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-20T10:15:22.790Z] latest: Pulling from edgex-devops/git-semver [2021-01-20T10:15:22.790Z] 31603596830f: Pulling fs layer [2021-01-20T10:15:22.790Z] 2a8b12db71e7: Pulling fs layer [2021-01-20T10:15:22.790Z] 6ca5941a6612: Pulling fs layer [2021-01-20T10:15:22.790Z] ecc8261a40a4: Pulling fs layer [2021-01-20T10:15:22.790Z] ecc8261a40a4: Waiting [2021-01-20T10:15:22.790Z] 2a8b12db71e7: Download complete [2021-01-20T10:15:22.790Z] 31603596830f: Download complete [2021-01-20T10:15:23.054Z] ecc8261a40a4: Verifying Checksum [2021-01-20T10:15:23.054Z] ecc8261a40a4: Download complete [2021-01-20T10:15:23.054Z] 6ca5941a6612: Verifying Checksum [2021-01-20T10:15:23.054Z] 6ca5941a6612: Download complete [2021-01-20T10:15:23.319Z] 31603596830f: Pull complete [2021-01-20T10:15:23.319Z] 2a8b12db71e7: Pull complete [2021-01-20T10:15:24.261Z] 6ca5941a6612: Pull complete [2021-01-20T10:15:24.261Z] ecc8261a40a4: Pull complete [2021-01-20T10:15:24.261Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-01-20T10:15:24.261Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-20T10:15:24.261Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-01-20T10:15:24.372Z] prd-centos7-docker-4c-2g-21593 does not seem to be running inside a container [2021-01-20T10:15:24.413Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_edgex-ui-go_PR-293 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-293:/w/workspace/edgexfoundry_edgex-ui-go_PR-293:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-293@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-293@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-20T10:15:26.317Z] $ docker top 9b4949caeea4e091ffc99a9a4c25093cc36158066726418c3df3e69c23b1a62c -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-20T10:15:26.646Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-20T10:15:26.646Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-20T10:15:26.824Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-20T10:15:26.830Z] $ docker exec 9b4949caeea4e091ffc99a9a4c25093cc36158066726418c3df3e69c23b1a62c ssh-agent [2021-01-20T10:15:26.984Z] SSH_AUTH_SOCK=/tmp/ssh-4yQO6aiCTztp/agent.12 [2021-01-20T10:15:26.984Z] SSH_AGENT_PID=17 [2021-01-20T10:15:26.997Z] Running ssh-add (command line suppressed) [2021-01-20T10:15:27.103Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_PR-293@tmp/private_key_8412926025173381808.key (/w/workspace/edgexfoundry_edgex-ui-go_PR-293@tmp/private_key_8412926025173381808.key) [2021-01-20T10:15:27.154Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-20T10:15:27.530Z] + git tag --points-at HEAD [Pipeline] } [2021-01-20T10:15:27.551Z] $ docker exec --env ******** --env ******** 9b4949caeea4e091ffc99a9a4c25093cc36158066726418c3df3e69c23b1a62c ssh-agent -k [2021-01-20T10:15:27.655Z] unset SSH_AUTH_SOCK; [2021-01-20T10:15:27.655Z] unset SSH_AGENT_PID; [2021-01-20T10:15:27.655Z] echo Agent pid 17 killed; [2021-01-20T10:15:27.701Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-01-20T10:15:27.836Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-20T10:15:27.836Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-20T10:15:27.986Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-20T10:15:27.988Z] $ docker exec 9b4949caeea4e091ffc99a9a4c25093cc36158066726418c3df3e69c23b1a62c ssh-agent [2021-01-20T10:15:28.141Z] SSH_AUTH_SOCK=/tmp/ssh-pjrJOWyGZ9dN/agent.47 [2021-01-20T10:15:28.141Z] SSH_AGENT_PID=52 [2021-01-20T10:15:28.147Z] Running ssh-add (command line suppressed) [2021-01-20T10:15:28.252Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_PR-293@tmp/private_key_3299321289129323257.key (/w/workspace/edgexfoundry_edgex-ui-go_PR-293@tmp/private_key_3299321289129323257.key) [2021-01-20T10:15:28.303Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-20T10:15:28.644Z] + git semver init [2021-01-20T10:15:28.644Z] # -> Open(): unable to determine branch for HEAD [2021-01-20T10:15:28.644Z] # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_PR-293/.git [2021-01-20T10:15:28.644Z] # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_PR-293 [2021-01-20T10:15:28.644Z] # $SEMVER_REMOTE_NAME = origin [2021-01-20T10:15:28.644Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-20T10:15:28.644Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-20T10:15:28.644Z] # $SEMVER_BRANCH = PR-293 [2021-01-20T10:15:28.644Z] # $SEMVER_TEMP = /tmp/semver-622097072 [2021-01-20T10:15:28.644Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-ui-go.git $SEMVER_TEMP [2021-01-20T10:15:29.592Z] # '/tmp/semver-622097072' -> '/w/workspace/edgexfoundry_edgex-ui-go_PR-293/.semver' [2021-01-20T10:15:29.592Z] # -> Force: false [2021-01-20T10:15:29.592Z] # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_PR-293/.semver [Pipeline] } [2021-01-20T10:15:29.601Z] $ docker exec --env ******** --env ******** 9b4949caeea4e091ffc99a9a4c25093cc36158066726418c3df3e69c23b1a62c ssh-agent -k [2021-01-20T10:15:29.710Z] unset SSH_AUTH_SOCK; [2021-01-20T10:15:29.710Z] unset SSH_AGENT_PID; [2021-01-20T10:15:29.710Z] echo Agent pid 52 killed; [2021-01-20T10:15:29.755Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-20T10:15:30.216Z] + git semver [Pipeline] } [2021-01-20T10:15:30.245Z] $ docker stop --time=1 9b4949caeea4e091ffc99a9a4c25093cc36158066726418c3df3e69c23b1a62c [2021-01-20T10:15:31.712Z] $ docker rm -f 9b4949caeea4e091ffc99a9a4c25093cc36158066726418c3df3e69c23b1a62c [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-20T10:15:32.168Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-01-20T10:15:32.735Z] Stashed 1 file(s) [Pipeline] echo [2021-01-20T10:15:32.737Z] [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-20T10:15:48.237Z] Still waiting to schedule task [2021-01-20T10:15:48.237Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2021-01-20T10:15:48.239Z] Still waiting to schedule task [2021-01-20T10:15:48.239Z] ‘prd-ubuntu18.04-docker-arm64-4c-16g-18207’ is offline [2021-01-20T10:17:42.812Z] Running on prd-centos7-docker-4c-2g-21596 in /w/workspace/edgexfoundry_edgex-ui-go_PR-293 [Pipeline] { [Pipeline] ws [2021-01-20T10:17:42.904Z] Running in /w/workspace/edgex-ui-go/2 [Pipeline] { [Pipeline] checkout [2021-01-20T10:17:45.328Z] using credential edgex-jenkins-ssh [2021-01-20T10:17:45.390Z] Cloning the remote Git repository [2021-01-20T10:17:45.414Z] Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git [2021-01-20T10:17:45.482Z] > git init /w/workspace/edgex-ui-go/2 # timeout=10 [2021-01-20T10:17:45.546Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2021-01-20T10:17:45.546Z] > git --version # timeout=10 [2021-01-20T10:17:45.562Z] > git --version # 'git version 2.24.3' [2021-01-20T10:17:45.563Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-20T10:17:45.594Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-20T10:17:47.082Z] Merging remotes/origin/master commit 21a2d52129729239e47da1045a1c95859bb5ff91 into PR head commit 1dfb51268b8c988d923c0d8f1e29a3605dfc05fe [2021-01-20T10:17:47.281Z] Merge succeeded, producing 1dfb51268b8c988d923c0d8f1e29a3605dfc05fe [2021-01-20T10:17:47.281Z] Checking out Revision 1dfb51268b8c988d923c0d8f1e29a3605dfc05fe (PR-293) [2021-01-20T10:17:46.511Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2021-01-20T10:17:46.522Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-20T10:17:46.535Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2021-01-20T10:17:46.551Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2021-01-20T10:17:46.551Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-20T10:17:46.556Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/293/head:refs/remotes/origin/PR-293 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-20T10:17:47.094Z] > git config core.sparsecheckout # timeout=10 [2021-01-20T10:17:47.104Z] > git checkout -f 1dfb51268b8c988d923c0d8f1e29a3605dfc05fe # timeout=10 [2021-01-20T10:17:47.243Z] > git remote # timeout=10 [2021-01-20T10:17:47.251Z] > git config --get remote.origin.url # timeout=10 [2021-01-20T10:17:47.259Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-20T10:17:47.262Z] > git merge 21a2d52129729239e47da1045a1c95859bb5ff91 # timeout=10 [2021-01-20T10:17:47.272Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-01-20T10:17:47.281Z] > git config core.sparsecheckout # timeout=10 [2021-01-20T10:17:47.285Z] > git checkout -f 1dfb51268b8c988d923c0d8f1e29a3605dfc05fe # timeout=10 [2021-01-20T10:17:50.987Z] Commit message: "Merge branch 'master' into issue-#257-3" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-20T10:17:52.211Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-01-20T10:17:52.533Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-20T10:17:52.830Z] + sudo service docker restart [2021-01-20T10:17:52.830Z] + true [2021-01-20T10:17:52.830Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-20T10:17:53.847Z] provisioning config files... [2021-01-20T10:17:53.880Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/2@tmp/config4318823911778752740tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-20T10:17:54.432Z] ---> docker-login.sh [2021-01-20T10:17:54.432Z] nexus3.edgexfoundry.org:10001 [2021-01-20T10:17:54.698Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-20T10:17:54.698Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-20T10:17:54.698Z] Configure a credential helper to remove this warning. See [2021-01-20T10:17:54.698Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-20T10:17:54.698Z] [2021-01-20T10:17:54.698Z] Login Succeeded [2021-01-20T10:17:54.698Z] nexus3.edgexfoundry.org:10002 [2021-01-20T10:17:54.962Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-20T10:17:54.962Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-20T10:17:54.962Z] Configure a credential helper to remove this warning. See [2021-01-20T10:17:54.962Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-20T10:17:54.962Z] [2021-01-20T10:17:54.962Z] Login Succeeded [2021-01-20T10:17:54.962Z] nexus3.edgexfoundry.org:10003 [2021-01-20T10:17:55.225Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-20T10:17:55.488Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-20T10:17:55.488Z] Configure a credential helper to remove this warning. See [2021-01-20T10:17:55.488Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-20T10:17:55.488Z] [2021-01-20T10:17:55.488Z] Login Succeeded [2021-01-20T10:17:55.488Z] nexus3.edgexfoundry.org:10004 [2021-01-20T10:17:55.750Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-20T10:17:55.750Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-20T10:17:55.750Z] Configure a credential helper to remove this warning. See [2021-01-20T10:17:55.750Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-20T10:17:55.750Z] [2021-01-20T10:17:55.750Z] Login Succeeded [2021-01-20T10:17:55.750Z] docker.io [2021-01-20T10:17:56.013Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-20T10:17:56.274Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-20T10:17:56.274Z] Configure a credential helper to remove this warning. See [2021-01-20T10:17:56.274Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-20T10:17:56.274Z] [2021-01-20T10:17:56.274Z] Login Succeeded [2021-01-20T10:17:56.274Z] ---> docker-login.sh ends [Pipeline] } [2021-01-20T10:17:56.284Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-01-20T10:17:56.651Z] ========================================================= [2021-01-20T10:17:56.651Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-01-20T10:17:56.651Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-20T10:17:57.001Z] + 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-20T10:17:57.264Z] Sending build context to Docker daemon 16.78MB [2021-01-20T10:17:57.264Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-01-20T10:17:57.264Z] Step 2/8 : FROM ${BASE} [2021-01-20T10:17:57.264Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-01-20T10:17:57.264Z] 188c0c94c7c5: Pulling fs layer [2021-01-20T10:17:57.264Z] 0ef7d3d256c8: Pulling fs layer [2021-01-20T10:17:57.264Z] de9db76c5a1d: Pulling fs layer [2021-01-20T10:17:57.264Z] bca2f99d35d6: Pulling fs layer [2021-01-20T10:17:57.264Z] 93359f2a8cfa: Pulling fs layer [2021-01-20T10:17:57.264Z] 7c6f9722023f: Pulling fs layer [2021-01-20T10:17:57.264Z] a35cf1a2eb13: Pulling fs layer [2021-01-20T10:17:57.264Z] 93359f2a8cfa: Waiting [2021-01-20T10:17:57.264Z] 7c6f9722023f: Waiting [2021-01-20T10:17:57.264Z] a35cf1a2eb13: Waiting [2021-01-20T10:17:57.264Z] bca2f99d35d6: Waiting [2021-01-20T10:17:57.264Z] de9db76c5a1d: Verifying Checksum [2021-01-20T10:17:57.264Z] de9db76c5a1d: Download complete [2021-01-20T10:17:57.264Z] 0ef7d3d256c8: Download complete [2021-01-20T10:17:57.264Z] 93359f2a8cfa: Verifying Checksum [2021-01-20T10:17:57.264Z] 93359f2a8cfa: Download complete [2021-01-20T10:17:57.525Z] 7c6f9722023f: Verifying Checksum [2021-01-20T10:17:57.525Z] 7c6f9722023f: Download complete [2021-01-20T10:17:57.525Z] 188c0c94c7c5: Verifying Checksum [2021-01-20T10:17:57.525Z] 188c0c94c7c5: Download complete [2021-01-20T10:17:57.798Z] 188c0c94c7c5: Pull complete [2021-01-20T10:17:57.798Z] 0ef7d3d256c8: Pull complete [2021-01-20T10:17:58.062Z] de9db76c5a1d: Pull complete [2021-01-20T10:18:00.626Z] a35cf1a2eb13: Verifying Checksum [2021-01-20T10:18:00.626Z] a35cf1a2eb13: Download complete [2021-01-20T10:18:00.889Z] bca2f99d35d6: Verifying Checksum [2021-01-20T10:18:00.889Z] bca2f99d35d6: Download complete [2021-01-20T10:18:06.221Z] bca2f99d35d6: Pull complete [2021-01-20T10:18:06.221Z] 93359f2a8cfa: Pull complete [2021-01-20T10:18:06.221Z] 7c6f9722023f: Pull complete [2021-01-20T10:18:14.399Z] a35cf1a2eb13: Pull complete [2021-01-20T10:18:14.399Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-01-20T10:18:14.399Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-01-20T10:18:14.399Z] ---> a62c8e92a672 [2021-01-20T10:18:14.399Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-01-20T10:18:14.399Z] ---> Running in e9a356885190 [2021-01-20T10:18:14.399Z] Removing intermediate container e9a356885190 [2021-01-20T10:18:14.399Z] ---> 565409c25140 [2021-01-20T10:18:14.399Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-20T10:18:14.399Z] ---> Running in 27b0df8a1da5 [2021-01-20T10:18:15.352Z] Removing intermediate container 27b0df8a1da5 [2021-01-20T10:18:15.352Z] ---> 598a18c88a81 [2021-01-20T10:18:15.352Z] Step 5/8 : RUN apk add --no-cache make git [2021-01-20T10:18:15.352Z] ---> Running in 9c976909fff6 [2021-01-20T10:18:15.936Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-20T10:18:16.508Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-20T10:18:17.085Z] OK: 166 MiB in 39 packages [2021-01-20T10:18:17.351Z] Removing intermediate container 9c976909fff6 [2021-01-20T10:18:17.351Z] ---> 7c415137b8d9 [2021-01-20T10:18:17.351Z] Step 6/8 : WORKDIR /edgex-ui-go [2021-01-20T10:18:17.613Z] ---> Running in 09f2356df169 [2021-01-20T10:18:17.613Z] Removing intermediate container 09f2356df169 [2021-01-20T10:18:17.613Z] ---> a1581f627f94 [2021-01-20T10:18:17.613Z] Step 7/8 : COPY . . [2021-01-20T10:18:19.533Z] ---> fff61b105a9b [2021-01-20T10:18:19.533Z] Step 8/8 : RUN go mod download [2021-01-20T10:18:19.533Z] ---> Running in 1e2ef5711368 [2021-01-20T10:18:41.569Z] Removing intermediate container 1e2ef5711368 [2021-01-20T10:18:41.569Z] ---> 1a955a0dac01 [2021-01-20T10:18:41.569Z] Successfully built 1a955a0dac01 [2021-01-20T10:18:41.569Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-20T10:18:41.876Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-20T10:18:41.876Z] . [Pipeline] withDockerContainer [2021-01-20T10:18:41.992Z] prd-centos7-docker-4c-2g-21596 does not seem to be running inside a container [2021-01-20T10:18:42.060Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/2 -v /w/workspace/edgex-ui-go/2:/w/workspace/edgex-ui-go/2:rw,z -v /w/workspace/edgex-ui-go/2@tmp:/w/workspace/edgex-ui-go/2@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-20T10:18:42.761Z] $ docker top 7f7d9df27fd68157a0e8971ac597769f10e9b8bf568ae0b9cacf4fc8725f5ced -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-20T10:18:43.285Z] + go version [2021-01-20T10:18:43.285Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-01-20T10:18:43.298Z] $ docker stop --time=1 7f7d9df27fd68157a0e8971ac597769f10e9b8bf568ae0b9cacf4fc8725f5ced [2021-01-20T10:18:44.633Z] $ docker rm -f 7f7d9df27fd68157a0e8971ac597769f10e9b8bf568ae0b9cacf4fc8725f5ced [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-20T10:18:45.501Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-20T10:18:45.501Z] . [Pipeline] withDockerContainer [2021-01-20T10:18:45.595Z] prd-centos7-docker-4c-2g-21596 does not seem to be running inside a container [2021-01-20T10:18:45.645Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/2 -v /w/workspace/edgex-ui-go/2:/w/workspace/edgex-ui-go/2:rw,z -v /w/workspace/edgex-ui-go/2@tmp:/w/workspace/edgex-ui-go/2@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-20T10:18:46.273Z] $ docker top ef8cb1fd486cff51306a51e64ee30172d22f3d453c242848c0cec5c1ed2ca50f -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-20T10:18:46.758Z] + make test [2021-01-20T10:18:46.758Z] GO111MODULE=on go test -coverprofile=coverage.out ./... [2021-01-20T10:18:47.343Z] ? github.com/edgexfoundry/edgex-ui-go [no test files] [2021-01-20T10:18:48.242Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-21597 in /w/workspace/edgexfoundry_edgex-ui-go_PR-293 [Pipeline] { [Pipeline] ws [2021-01-20T10:18:48.292Z] Running in /w/workspace/edgex-ui-go/2 [Pipeline] { [Pipeline] checkout [2021-01-20T10:18:53.265Z] using credential edgex-jenkins-ssh [2021-01-20T10:18:53.350Z] Cloning the remote Git repository [2021-01-20T10:18:53.410Z] Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git [2021-01-20T10:18:54.029Z] ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] [2021-01-20T10:18:54.029Z] ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] [2021-01-20T10:18:54.029Z] ? github.com/edgexfoundry/edgex-ui-go/internal/component [no test files] [2021-01-20T10:18:54.029Z] ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] [2021-01-20T10:18:54.029Z] ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] [2021-01-20T10:18:54.029Z] ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] [2021-01-20T10:18:54.029Z] ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] [2021-01-20T10:18:54.029Z] ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] [2021-01-20T10:18:54.029Z] ? github.com/edgexfoundry/edgex-ui-go/internal/pkg/usage [no test files] [2021-01-20T10:18:54.029Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] [2021-01-20T10:18:54.029Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] [2021-01-20T10:18:54.029Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] [2021-01-20T10:18:54.291Z] GO111MODULE=on go vet ./... [2021-01-20T10:18:53.515Z] > git init /w/workspace/edgex-ui-go/2 # timeout=10 [2021-01-20T10:18:53.582Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2021-01-20T10:18:53.583Z] > git --version # timeout=10 [2021-01-20T10:18:53.609Z] > git --version # 'git version 2.17.1' [2021-01-20T10:18:53.610Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-20T10:18:53.691Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [Pipeline] } [2021-01-20T10:18:55.699Z] $ docker stop --time=1 ef8cb1fd486cff51306a51e64ee30172d22f3d453c242848c0cec5c1ed2ca50f [2021-01-20T10:18:55.940Z] Merging remotes/origin/master commit 21a2d52129729239e47da1045a1c95859bb5ff91 into PR head commit 1dfb51268b8c988d923c0d8f1e29a3605dfc05fe [2021-01-20T10:18:55.159Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2021-01-20T10:18:55.185Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-20T10:18:55.217Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2021-01-20T10:18:55.250Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2021-01-20T10:18:55.251Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-20T10:18:55.262Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/293/head:refs/remotes/origin/PR-293 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-20T10:18:55.958Z] > git config core.sparsecheckout # timeout=10 [2021-01-20T10:18:56.358Z] Merge succeeded, producing 1dfb51268b8c988d923c0d8f1e29a3605dfc05fe [2021-01-20T10:18:56.358Z] Checking out Revision 1dfb51268b8c988d923c0d8f1e29a3605dfc05fe (PR-293) [2021-01-20T10:18:55.973Z] > git checkout -f 1dfb51268b8c988d923c0d8f1e29a3605dfc05fe # timeout=10 [2021-01-20T10:18:56.234Z] > git remote # timeout=10 [2021-01-20T10:18:56.253Z] > git config --get remote.origin.url # timeout=10 [2021-01-20T10:18:56.271Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-20T10:18:56.280Z] > git merge 21a2d52129729239e47da1045a1c95859bb5ff91 # timeout=10 [2021-01-20T10:18:56.336Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-01-20T10:18:56.364Z] > git config core.sparsecheckout # timeout=10 [2021-01-20T10:18:56.387Z] > git checkout -f 1dfb51268b8c988d923c0d8f1e29a3605dfc05fe # timeout=10 [2021-01-20T10:18:57.723Z] $ docker rm -f ef8cb1fd486cff51306a51e64ee30172d22f3d453c242848c0cec5c1ed2ca50f [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-20T10:18:58.219Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-01-20T10:18:58.523Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2021-01-20T10:19:00.830Z] Commit message: "Merge branch 'master' into issue-#257-3" [2021-01-20T10:19:01.048Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-01-20T10:19:01.344Z] + ls -al . [2021-01-20T10:19:01.344Z] total 92 [2021-01-20T10:19:01.345Z] drwxrwxr-x. 10 jenkins jenkins 4096 Jan 20 10:18 . [2021-01-20T10:19:01.345Z] drwxrwxr-x. 4 jenkins jenkins 28 Jan 20 10:17 .. [2021-01-20T10:19:01.345Z] drwxrwxr-x. 3 jenkins jenkins 20 Jan 20 10:17 assets [2021-01-20T10:19:01.345Z] drwxrwxr-x. 2 jenkins jenkins 35 Jan 20 10:17 bin [2021-01-20T10:19:01.345Z] drwxrwxr-x. 3 jenkins jenkins 29 Jan 20 10:17 cmd [2021-01-20T10:19:01.345Z] -rw-rw-r--. 1 jenkins jenkins 3959 Jan 20 10:17 CONTRIBUTING.md [2021-01-20T10:19:01.345Z] -rw-r--r--. 1 jenkins jenkins 10 Jan 20 10:18 coverage.out [2021-01-20T10:19:01.345Z] -rw-rw-r--. 1 jenkins jenkins 1508 Jan 20 10:17 Dockerfile [2021-01-20T10:19:01.345Z] -rw-rw-r--. 1 jenkins jenkins 902 Jan 20 10:17 Dockerfile.build [2021-01-20T10:19:01.345Z] drwxrwxr-x. 5 jenkins jenkins 104 Jan 20 10:17 docs [2021-01-20T10:19:01.345Z] drwxrwxr-x. 8 jenkins jenkins 179 Jan 20 10:17 .git [2021-01-20T10:19:01.345Z] drwxrwxr-x. 2 jenkins jenkins 103 Jan 20 10:17 .github [2021-01-20T10:19:01.345Z] -rw-rw-r--. 1 jenkins jenkins 153 Jan 20 10:17 .gitignore [2021-01-20T10:19:01.345Z] -rw-rw-r--. 1 jenkins jenkins 1019 Jan 20 10:17 go.mod [2021-01-20T10:19:01.345Z] -rw-r--r--. 1 jenkins jenkins 20629 Jan 20 10:18 go.sum [2021-01-20T10:19:01.345Z] drwxrwxr-x. 10 jenkins jenkins 139 Jan 20 10:17 internal [2021-01-20T10:19:01.345Z] -rw-rw-r--. 1 jenkins jenkins 652 Jan 20 10:17 Jenkinsfile [2021-01-20T10:19:01.345Z] -rw-rw-r--. 1 jenkins jenkins 11357 Jan 20 10:17 LICENSE [2021-01-20T10:19:01.345Z] -rw-rw-r--. 1 jenkins jenkins 951 Jan 20 10:17 Makefile [2021-01-20T10:19:01.345Z] -rw-rw-r--. 1 jenkins jenkins 4535 Jan 20 10:17 README.md [2021-01-20T10:19:01.345Z] -rw-rw-r--. 1 jenkins jenkins 5 Jan 20 10:15 VERSION [2021-01-20T10:19:01.345Z] -rw-rw-r--. 1 jenkins jenkins 155 Jan 20 10:17 version.go [2021-01-20T10:19:01.345Z] drwxrwxr-x. 4 jenkins jenkins 4096 Jan 20 10:17 web [Pipeline] isUnix [Pipeline] sh [2021-01-20T10:19:01.647Z] + 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=1dfb51268b8c988d923c0d8f1e29a3605dfc05fe --label arch=amd64 --label version=0.0.0 . [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [2021-01-20T10:19:01.913Z] Sending build context to Docker daemon 16.8MB [2021-01-20T10:19:01.914Z] Step 1/24 : ARG BASE=golang:1.15-alpine3.12 [2021-01-20T10:19:01.914Z] Step 2/24 : FROM ${BASE} AS builder [2021-01-20T10:19:01.914Z] ---> 1a955a0dac01 [2021-01-20T10:19:01.914Z] Step 3/24 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-20T10:19:02.491Z] ---> Running in 510e5d619004 [2021-01-20T10:19:02.491Z] Removing intermediate container 510e5d619004 [2021-01-20T10:19:02.491Z] ---> 2a7458715ad2 [2021-01-20T10:19:02.491Z] Step 4/24 : ARG ALPINE_PKG_BASE="make git" [2021-01-20T10:19:02.491Z] ---> Running in 29f33614d07f [2021-01-20T10:19:02.755Z] Removing intermediate container 29f33614d07f [2021-01-20T10:19:02.755Z] ---> 053a33371f86 [2021-01-20T10:19:02.755Z] Step 5/24 : ARG ALPINE_PKG_EXTRA="" [2021-01-20T10:19:02.755Z] ---> Running in b36805840a24 [2021-01-20T10:19:03.016Z] Removing intermediate container b36805840a24 [2021-01-20T10:19:03.016Z] ---> a17ceeacbba6 [2021-01-20T10:19:03.016Z] Step 6/24 : LABEL Name=edgex-ui-go [2021-01-20T10:19:03.016Z] ---> Running in 9ec8dc6b80ef [2021-01-20T10:19:03.043Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-01-20T10:19:03.277Z] Removing intermediate container 9ec8dc6b80ef [2021-01-20T10:19:03.277Z] ---> 27f0ca51e807 [2021-01-20T10:19:03.277Z] Step 7/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' [2021-01-20T10:19:03.277Z] ---> Running in fb6ef664f78f [2021-01-20T10:19:03.449Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-20T10:19:03.546Z] Removing intermediate container fb6ef664f78f [2021-01-20T10:19:03.546Z] ---> 778808419614 [2021-01-20T10:19:03.546Z] Step 8/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-20T10:19:03.546Z] ---> Running in c4bf2b0e86bc [2021-01-20T10:19:03.791Z] + true [2021-01-20T10:19:03.791Z] + sudo service docker restart [2021-01-20T10:19:04.492Z] Removing intermediate container c4bf2b0e86bc [2021-01-20T10:19:04.492Z] ---> 8e46bff558e7 [2021-01-20T10:19:04.492Z] Step 9/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2021-01-20T10:19:04.492Z] ---> Running in 3cbe261bb8c8 [2021-01-20T10:19:04.754Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-20T10:19:05.697Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-20T10:19:06.278Z] OK: 166 MiB in 39 packages [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-20T10:19:06.501Z] provisioning config files... [2021-01-20T10:19:06.540Z] Removing intermediate container 3cbe261bb8c8 [2021-01-20T10:19:06.540Z] ---> 580fcb509686 [2021-01-20T10:19:06.540Z] Step 10/24 : ENV GO111MODULE=on [2021-01-20T10:19:06.540Z] ---> Running in 4d14dbc12a3c [2021-01-20T10:19:06.544Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/2@tmp/config3964495951834239421tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-20T10:19:06.805Z] Removing intermediate container 4d14dbc12a3c [2021-01-20T10:19:06.805Z] ---> 46838d8f2527 [2021-01-20T10:19:06.805Z] Step 11/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go [2021-01-20T10:19:06.805Z] ---> Running in 570eb358e406 [2021-01-20T10:19:06.939Z] ---> docker-login.sh [2021-01-20T10:19:06.939Z] nexus3.edgexfoundry.org:10001 [2021-01-20T10:19:07.067Z] Removing intermediate container 570eb358e406 [2021-01-20T10:19:07.067Z] ---> 1aefa87aeb80 [2021-01-20T10:19:07.067Z] Step 12/24 : COPY go.mod . [2021-01-20T10:19:07.067Z] ---> b0dd5d594a83 [2021-01-20T10:19:07.067Z] Step 13/24 : COPY Makefile . [2021-01-20T10:19:07.328Z] ---> d5635ffd9f9b [2021-01-20T10:19:07.328Z] Step 14/24 : RUN make update [2021-01-20T10:19:07.328Z] ---> Running in 77c9d26aa47a [2021-01-20T10:19:07.904Z] CGO_ENABLED=0 GO111MODULE=on go mod download [2021-01-20T10:19:07.925Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-20T10:19:08.197Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-20T10:19:08.197Z] Configure a credential helper to remove this warning. See [2021-01-20T10:19:08.197Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-20T10:19:08.197Z] [2021-01-20T10:19:08.197Z] Login Succeeded [2021-01-20T10:19:08.197Z] nexus3.edgexfoundry.org:10002 [2021-01-20T10:19:08.471Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-20T10:19:08.479Z] Removing intermediate container 77c9d26aa47a [2021-01-20T10:19:08.479Z] ---> 6c1c047a8ddd [2021-01-20T10:19:08.479Z] Step 15/24 : COPY . . [2021-01-20T10:19:08.748Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-20T10:19:08.748Z] Configure a credential helper to remove this warning. See [2021-01-20T10:19:08.748Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-20T10:19:08.748Z] [2021-01-20T10:19:08.748Z] Login Succeeded [2021-01-20T10:19:08.748Z] nexus3.edgexfoundry.org:10003 [2021-01-20T10:19:09.345Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-20T10:19:09.345Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-20T10:19:09.345Z] Configure a credential helper to remove this warning. See [2021-01-20T10:19:09.345Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-20T10:19:09.345Z] [2021-01-20T10:19:09.345Z] Login Succeeded [2021-01-20T10:19:09.345Z] nexus3.edgexfoundry.org:10004 [2021-01-20T10:19:09.621Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-20T10:19:09.895Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-20T10:19:09.895Z] Configure a credential helper to remove this warning. See [2021-01-20T10:19:09.895Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-20T10:19:09.895Z] [2021-01-20T10:19:09.895Z] Login Succeeded [2021-01-20T10:19:09.895Z] docker.io [2021-01-20T10:19:10.174Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-20T10:19:10.398Z] ---> f0d8534f6c32 [2021-01-20T10:19:10.398Z] Step 16/24 : RUN ${MAKE} [2021-01-20T10:19:10.398Z] ---> Running in f563a0555d6d [2021-01-20T10:19:10.768Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-20T10:19:10.768Z] Configure a credential helper to remove this warning. See [2021-01-20T10:19:10.768Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-20T10:19:10.768Z] [2021-01-20T10:19:10.768Z] Login Succeeded [2021-01-20T10:19:10.768Z] ---> docker-login.sh ends [Pipeline] } [2021-01-20T10:19:10.785Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [2021-01-20T10:19:10.976Z] 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 [Pipeline] unstash [Pipeline] echo [2021-01-20T10:19:11.287Z] ========================================================= [2021-01-20T10:19:11.287Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-01-20T10:19:11.287Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-20T10:19:11.660Z] + 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-20T10:19:12.269Z] Sending build context to Docker daemon 16.78MB [2021-01-20T10:19:12.269Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-01-20T10:19:12.269Z] Step 2/8 : FROM ${BASE} [2021-01-20T10:19:12.543Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-01-20T10:19:12.543Z] 5f621e34cdf4: Pulling fs layer [2021-01-20T10:19:12.543Z] a4357932f1b6: Pulling fs layer [2021-01-20T10:19:12.543Z] 18c013af1878: Pulling fs layer [2021-01-20T10:19:12.543Z] 00ac8860ef70: Pulling fs layer [2021-01-20T10:19:12.543Z] 63d7cb157983: Pulling fs layer [2021-01-20T10:19:12.543Z] b116817d02f9: Pulling fs layer [2021-01-20T10:19:12.543Z] 745a02a5169b: Pulling fs layer [2021-01-20T10:19:12.543Z] 63d7cb157983: Waiting [2021-01-20T10:19:12.543Z] b116817d02f9: Waiting [2021-01-20T10:19:12.543Z] 00ac8860ef70: Waiting [2021-01-20T10:19:12.543Z] 745a02a5169b: Waiting [2021-01-20T10:19:12.543Z] 18c013af1878: Verifying Checksum [2021-01-20T10:19:12.543Z] 18c013af1878: Download complete [2021-01-20T10:19:12.543Z] a4357932f1b6: Verifying Checksum [2021-01-20T10:19:12.543Z] a4357932f1b6: Download complete [2021-01-20T10:19:12.543Z] 63d7cb157983: Verifying Checksum [2021-01-20T10:19:12.543Z] 63d7cb157983: Download complete [2021-01-20T10:19:12.543Z] b116817d02f9: Verifying Checksum [2021-01-20T10:19:12.543Z] b116817d02f9: Download complete [2021-01-20T10:19:13.150Z] 5f621e34cdf4: Verifying Checksum [2021-01-20T10:19:13.151Z] 5f621e34cdf4: Download complete [2021-01-20T10:19:13.767Z] 5f621e34cdf4: Pull complete [2021-01-20T10:19:14.390Z] a4357932f1b6: Pull complete [2021-01-20T10:19:14.668Z] 18c013af1878: Pull complete [2021-01-20T10:19:15.270Z] 745a02a5169b: Verifying Checksum [2021-01-20T10:19:15.270Z] 745a02a5169b: Download complete [2021-01-20T10:19:16.707Z] 00ac8860ef70: Verifying Checksum [2021-01-20T10:19:16.707Z] 00ac8860ef70: Download complete [2021-01-20T10:19:17.659Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2021-01-20T10:19:20.970Z] Removing intermediate container f563a0555d6d [2021-01-20T10:19:20.970Z] ---> 59add5271c51 [2021-01-20T10:19:20.970Z] Step 17/24 : FROM alpine:3.12 [2021-01-20T10:19:21.232Z] 3.12: Pulling from library/alpine [2021-01-20T10:19:21.232Z] 801bfaa63ef2: Pulling fs layer [2021-01-20T10:19:21.494Z] 801bfaa63ef2: Verifying Checksum [2021-01-20T10:19:21.494Z] 801bfaa63ef2: Download complete [2021-01-20T10:19:21.756Z] 801bfaa63ef2: Pull complete [2021-01-20T10:19:21.756Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-20T10:19:21.756Z] Status: Downloaded newer image for alpine:3.12 [2021-01-20T10:19:21.756Z] ---> 389fef711851 [2021-01-20T10:19:21.756Z] Step 18/24 : EXPOSE 4000 [2021-01-20T10:19:22.022Z] ---> Running in 1f7d217aa4af [2021-01-20T10:19:22.022Z] Removing intermediate container 1f7d217aa4af [2021-01-20T10:19:22.022Z] ---> 8de83ed4995b [2021-01-20T10:19:22.022Z] 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-20T10:19:22.968Z] ---> 2d86615cebf3 [2021-01-20T10:19:22.968Z] Step 20/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [2021-01-20T10:19:22.968Z] ---> Running in 88b6978721e0 [2021-01-20T10:19:23.229Z] Removing intermediate container 88b6978721e0 [2021-01-20T10:19:23.229Z] ---> ed5dab45a187 [2021-01-20T10:19:23.229Z] Step 21/24 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] [2021-01-20T10:19:23.229Z] ---> Running in 3b07be0ac6f3 [2021-01-20T10:19:23.491Z] Removing intermediate container 3b07be0ac6f3 [2021-01-20T10:19:23.491Z] ---> c9253d6c9423 [2021-01-20T10:19:23.491Z] Step 22/24 : LABEL arch=amd64 [2021-01-20T10:19:23.491Z] ---> Running in f032d1ee32ea [2021-01-20T10:19:23.752Z] Removing intermediate container f032d1ee32ea [2021-01-20T10:19:23.752Z] ---> 6357f53426b3 [2021-01-20T10:19:23.752Z] Step 23/24 : LABEL git_sha=1dfb51268b8c988d923c0d8f1e29a3605dfc05fe [2021-01-20T10:19:23.752Z] ---> Running in f109bbb98759 [2021-01-20T10:19:23.752Z] Removing intermediate container f109bbb98759 [2021-01-20T10:19:23.752Z] ---> 66221331308d [2021-01-20T10:19:23.752Z] Step 24/24 : LABEL version=0.0.0 [2021-01-20T10:19:24.014Z] ---> Running in 541e64530750 [2021-01-20T10:19:24.014Z] Removing intermediate container 541e64530750 [2021-01-20T10:19:24.014Z] ---> 116338bc6005 [2021-01-20T10:19:24.014Z] [Warning] One or more build-args [ARCH] were not consumed [2021-01-20T10:19:24.014Z] Successfully built 116338bc6005 [2021-01-20T10:19:24.014Z] 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-20T10:19:26.876Z] 00ac8860ef70: Pull complete [2021-01-20T10:19:26.876Z] 63d7cb157983: Pull complete [2021-01-20T10:19:27.150Z] b116817d02f9: Pull complete [2021-01-20T10:19:31.482Z] 745a02a5169b: Pull complete [2021-01-20T10:19:31.482Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-01-20T10:19:31.482Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-01-20T10:19:31.482Z] ---> b7e6874047d6 [2021-01-20T10:19:31.482Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-01-20T10:19:34.098Z] ---> Running in d8127eb1ad96 [2021-01-20T10:19:34.098Z] Removing intermediate container d8127eb1ad96 [2021-01-20T10:19:34.098Z] ---> a817ab317ded [2021-01-20T10:19:34.098Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-20T10:19:34.375Z] ---> Running in 8993cc7a4df9 [2021-01-20T10:19:36.361Z] Removing intermediate container 8993cc7a4df9 [2021-01-20T10:19:36.361Z] ---> e7932d34bee0 [2021-01-20T10:19:36.361Z] Step 5/8 : RUN apk add --no-cache make git [2021-01-20T10:19:36.638Z] ---> Running in c997874aa7df [2021-01-20T10:19:37.617Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-20T10:19:38.211Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-20T10:19:39.188Z] OK: 142 MiB in 39 packages [2021-01-20T10:19:40.167Z] Removing intermediate container c997874aa7df [2021-01-20T10:19:40.167Z] ---> 558ee1f95356 [2021-01-20T10:19:40.167Z] Step 6/8 : WORKDIR /edgex-ui-go [2021-01-20T10:19:40.475Z] ---> Running in 499e2ffa0a09 [2021-01-20T10:19:41.068Z] Removing intermediate container 499e2ffa0a09 [2021-01-20T10:19:41.068Z] ---> e236f14e7fcd [2021-01-20T10:19:41.068Z] Step 7/8 : COPY . . [2021-01-20T10:19:43.045Z] ---> 1de2f5e25269 [2021-01-20T10:19:43.045Z] Step 8/8 : RUN go mod download [2021-01-20T10:19:43.045Z] ---> Running in f656f8ef878c [2021-01-20T10:20:09.843Z] Removing intermediate container f656f8ef878c [2021-01-20T10:20:09.843Z] ---> 029cf9524f15 [2021-01-20T10:20:09.843Z] Successfully built 029cf9524f15 [2021-01-20T10:20:09.843Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-20T10:20:10.194Z] + docker inspect -f . ci-base-image-arm64 [2021-01-20T10:20:10.195Z] . [Pipeline] withDockerContainer [2021-01-20T10:20:10.474Z] prd-ubuntu18.04-docker-arm64-4c-16g-21597 does not seem to be running inside a container [2021-01-20T10:20:10.554Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/2 -v /w/workspace/edgex-ui-go/2:/w/workspace/edgex-ui-go/2:rw,z -v /w/workspace/edgex-ui-go/2@tmp:/w/workspace/edgex-ui-go/2@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-20T10:20:12.139Z] $ docker top 27f9d5356f5344be2bd38264a77dff369355399c0ef2efcc3509faf5db62474b -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-20T10:20:13.168Z] + go version [2021-01-20T10:20:13.168Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-01-20T10:20:13.192Z] $ docker stop --time=1 27f9d5356f5344be2bd38264a77dff369355399c0ef2efcc3509faf5db62474b [2021-01-20T10:20:15.121Z] $ docker rm -f 27f9d5356f5344be2bd38264a77dff369355399c0ef2efcc3509faf5db62474b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-20T10:20:16.116Z] + docker inspect -f . ci-base-image-arm64 [2021-01-20T10:20:16.117Z] . [Pipeline] withDockerContainer [2021-01-20T10:20:16.379Z] prd-ubuntu18.04-docker-arm64-4c-16g-21597 does not seem to be running inside a container [2021-01-20T10:20:16.472Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/2 -v /w/workspace/edgex-ui-go/2:/w/workspace/edgex-ui-go/2:rw,z -v /w/workspace/edgex-ui-go/2@tmp:/w/workspace/edgex-ui-go/2@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-20T10:20:17.977Z] $ docker top 5775045bb4e5300f6522f1a8f0d43417cd60d4a5cd78d9a43f7ad73a8ca695e7 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-20T10:20:19.057Z] + make test [2021-01-20T10:20:19.057Z] GO111MODULE=on go test -coverprofile=coverage.out ./... [2021-01-20T10:20:20.498Z] ? github.com/edgexfoundry/edgex-ui-go [no test files] [2021-01-20T10:20:42.679Z] ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] [2021-01-20T10:20:42.679Z] ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] [2021-01-20T10:20:42.679Z] ? github.com/edgexfoundry/edgex-ui-go/internal/component [no test files] [2021-01-20T10:20:42.679Z] ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] [2021-01-20T10:20:42.679Z] ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] [2021-01-20T10:20:42.679Z] ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] [2021-01-20T10:20:42.679Z] ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] [2021-01-20T10:20:42.679Z] ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] [2021-01-20T10:20:42.951Z] ? github.com/edgexfoundry/edgex-ui-go/internal/pkg/usage [no test files] [2021-01-20T10:20:42.951Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] [2021-01-20T10:20:42.951Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] [2021-01-20T10:20:42.951Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] [2021-01-20T10:20:42.951Z] GO111MODULE=on go vet ./... [Pipeline] } [2021-01-20T10:20:48.387Z] $ docker stop --time=1 5775045bb4e5300f6522f1a8f0d43417cd60d4a5cd78d9a43f7ad73a8ca695e7 [2021-01-20T10:20:50.464Z] $ docker rm -f 5775045bb4e5300f6522f1a8f0d43417cd60d4a5cd78d9a43f7ad73a8ca695e7 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-20T10:20:51.280Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-01-20T10:20:51.358Z] Warning: overwriting stash ‘coverage-report’ [2021-01-20T10:20:52.335Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-20T10:20:53.034Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-01-20T10:20:53.493Z] + ls -al . [2021-01-20T10:20:53.493Z] total 124 [2021-01-20T10:20:53.493Z] drwxrwxr-x 10 jenkins jenkins 4096 Jan 20 10:20 . [2021-01-20T10:20:53.493Z] drwxrwxr-x 4 jenkins jenkins 4096 Jan 20 10:18 .. [2021-01-20T10:20:53.494Z] drwxrwxr-x 8 jenkins jenkins 4096 Jan 20 10:19 .git [2021-01-20T10:20:53.494Z] drwxrwxr-x 2 jenkins jenkins 4096 Jan 20 10:18 .github [2021-01-20T10:20:53.494Z] -rw-rw-r-- 1 jenkins jenkins 153 Jan 20 10:18 .gitignore [2021-01-20T10:20:53.494Z] -rw-rw-r-- 1 jenkins jenkins 3959 Jan 20 10:18 CONTRIBUTING.md [2021-01-20T10:20:53.494Z] -rw-rw-r-- 1 jenkins jenkins 1508 Jan 20 10:18 Dockerfile [2021-01-20T10:20:53.494Z] -rw-rw-r-- 1 jenkins jenkins 902 Jan 20 10:18 Dockerfile.build [2021-01-20T10:20:53.494Z] -rw-rw-r-- 1 jenkins jenkins 652 Jan 20 10:18 Jenkinsfile [2021-01-20T10:20:53.494Z] -rw-rw-r-- 1 jenkins jenkins 11357 Jan 20 10:18 LICENSE [2021-01-20T10:20:53.494Z] -rw-rw-r-- 1 jenkins jenkins 951 Jan 20 10:18 Makefile [2021-01-20T10:20:53.494Z] -rw-rw-r-- 1 jenkins jenkins 4535 Jan 20 10:18 README.md [2021-01-20T10:20:53.494Z] -rw-rw-r-- 1 jenkins jenkins 5 Jan 20 10:15 VERSION [2021-01-20T10:20:53.494Z] drwxrwxr-x 3 jenkins jenkins 4096 Jan 20 10:18 assets [2021-01-20T10:20:53.494Z] drwxrwxr-x 2 jenkins jenkins 4096 Jan 20 10:18 bin [2021-01-20T10:20:53.494Z] drwxrwxr-x 3 jenkins jenkins 4096 Jan 20 10:18 cmd [2021-01-20T10:20:53.494Z] -rw-r--r-- 1 jenkins jenkins 10 Jan 20 10:20 coverage.out [2021-01-20T10:20:53.494Z] drwxrwxr-x 5 jenkins jenkins 4096 Jan 20 10:18 docs [2021-01-20T10:20:53.494Z] -rw-rw-r-- 1 jenkins jenkins 1019 Jan 20 10:18 go.mod [2021-01-20T10:20:53.494Z] -rw-r--r-- 1 jenkins jenkins 20629 Jan 20 10:20 go.sum [2021-01-20T10:20:53.494Z] drwxrwxr-x 10 jenkins jenkins 4096 Jan 20 10:18 internal [2021-01-20T10:20:53.494Z] -rw-rw-r-- 1 jenkins jenkins 155 Jan 20 10:18 version.go [2021-01-20T10:20:53.494Z] drwxrwxr-x 4 jenkins jenkins 4096 Jan 20 10:18 web [Pipeline] isUnix [Pipeline] sh [2021-01-20T10:20:53.866Z] + 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=1dfb51268b8c988d923c0d8f1e29a3605dfc05fe --label arch=arm64 --label version=0.0.0 . [2021-01-20T10:20:54.481Z] Sending build context to Docker daemon 16.8MB [2021-01-20T10:20:54.753Z] Step 1/24 : ARG BASE=golang:1.15-alpine3.12 [2021-01-20T10:20:54.753Z] Step 2/24 : FROM ${BASE} AS builder [2021-01-20T10:20:54.753Z] ---> 029cf9524f15 [2021-01-20T10:20:54.753Z] Step 3/24 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" [2021-01-20T10:20:55.029Z] ---> Running in 9c452c44af50 [2021-01-20T10:20:55.302Z] Removing intermediate container 9c452c44af50 [2021-01-20T10:20:55.302Z] ---> ee3a9bb93882 [2021-01-20T10:20:55.303Z] Step 4/24 : ARG ALPINE_PKG_BASE="make git" [2021-01-20T10:20:55.586Z] ---> Running in 3dff389a10ea [2021-01-20T10:20:56.183Z] Removing intermediate container 3dff389a10ea [2021-01-20T10:20:56.183Z] ---> 660b6c53c727 [2021-01-20T10:20:56.183Z] Step 5/24 : ARG ALPINE_PKG_EXTRA="" [2021-01-20T10:20:56.183Z] ---> Running in ab81f1ecbfb6 [2021-01-20T10:20:56.778Z] Removing intermediate container ab81f1ecbfb6 [2021-01-20T10:20:56.778Z] ---> 8ddcb4ea303c [2021-01-20T10:20:56.778Z] Step 6/24 : LABEL Name=edgex-ui-go [2021-01-20T10:20:56.778Z] ---> Running in 3795835d7f88 [2021-01-20T10:20:57.054Z] Removing intermediate container 3795835d7f88 [2021-01-20T10:20:57.054Z] ---> c62cad59eb14 [2021-01-20T10:20:57.054Z] Step 7/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' [2021-01-20T10:20:57.326Z] ---> Running in edef8f072a7b [2021-01-20T10:20:57.923Z] Removing intermediate container edef8f072a7b [2021-01-20T10:20:57.923Z] ---> ec8c42751a2a [2021-01-20T10:20:57.923Z] Step 8/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-20T10:20:57.923Z] ---> Running in 03d9b0d9c313 [2021-01-20T10:20:59.895Z] Removing intermediate container 03d9b0d9c313 [2021-01-20T10:20:59.895Z] ---> 910fda502049 [2021-01-20T10:20:59.895Z] Step 9/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2021-01-20T10:21:00.172Z] ---> Running in c0e94bc7057d [2021-01-20T10:21:01.158Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-20T10:21:02.137Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-20T10:21:02.732Z] OK: 142 MiB in 39 packages [2021-01-20T10:21:04.165Z] Removing intermediate container c0e94bc7057d [2021-01-20T10:21:04.165Z] ---> 035e970ff14a [2021-01-20T10:21:04.165Z] Step 10/24 : ENV GO111MODULE=on [2021-01-20T10:21:04.165Z] ---> Running in abc926bfcc56 [2021-01-20T10:21:04.437Z] Removing intermediate container abc926bfcc56 [2021-01-20T10:21:04.437Z] ---> 65dcd8a75e82 [2021-01-20T10:21:04.437Z] Step 11/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go [2021-01-20T10:21:04.710Z] ---> Running in bf408840499e [2021-01-20T10:21:05.307Z] Removing intermediate container bf408840499e [2021-01-20T10:21:05.307Z] ---> 6059b8f57b80 [2021-01-20T10:21:05.307Z] Step 12/24 : COPY go.mod . [2021-01-20T10:21:05.901Z] ---> aebd9eaca596 [2021-01-20T10:21:05.901Z] Step 13/24 : COPY Makefile . [2021-01-20T10:21:06.495Z] ---> 3fda93ade13d [2021-01-20T10:21:06.495Z] Step 14/24 : RUN make update [2021-01-20T10:21:06.772Z] ---> Running in a182fd52f343 [2021-01-20T10:21:07.756Z] CGO_ENABLED=0 GO111MODULE=on go mod download [2021-01-20T10:21:09.188Z] Removing intermediate container a182fd52f343 [2021-01-20T10:21:09.188Z] ---> b8f601390249 [2021-01-20T10:21:09.188Z] Step 15/24 : COPY . . [2021-01-20T10:21:11.166Z] ---> a7ef634518b3 [2021-01-20T10:21:11.166Z] Step 16/24 : RUN ${MAKE} [2021-01-20T10:21:11.166Z] ---> Running in 8a700080d396 [2021-01-20T10:21:12.606Z] 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-20T10:21:34.794Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2021-01-20T10:21:40.192Z] Removing intermediate container 8a700080d396 [2021-01-20T10:21:40.192Z] ---> 7a3857c144c3 [2021-01-20T10:21:40.192Z] Step 17/24 : FROM alpine:3.12 [2021-01-20T10:21:40.466Z] 3.12: Pulling from library/alpine [2021-01-20T10:21:40.466Z] 159e5727ea61: Pulling fs layer [2021-01-20T10:21:40.740Z] 159e5727ea61: Verifying Checksum [2021-01-20T10:21:40.740Z] 159e5727ea61: Download complete [2021-01-20T10:21:41.334Z] 159e5727ea61: Pull complete [2021-01-20T10:21:41.334Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-20T10:21:41.334Z] Status: Downloaded newer image for alpine:3.12 [2021-01-20T10:21:41.334Z] ---> afeebe901d6b [2021-01-20T10:21:41.334Z] Step 18/24 : EXPOSE 4000 [2021-01-20T10:21:41.607Z] ---> Running in 60fccbd28bf2 [2021-01-20T10:21:41.881Z] Removing intermediate container 60fccbd28bf2 [2021-01-20T10:21:41.881Z] ---> cbf868f316f2 [2021-01-20T10:21:41.881Z] 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-20T10:21:43.854Z] ---> 750bc9881901 [2021-01-20T10:21:43.854Z] Step 20/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [2021-01-20T10:21:43.854Z] ---> Running in 805d46ce1b97 [2021-01-20T10:21:44.128Z] Removing intermediate container 805d46ce1b97 [2021-01-20T10:21:44.128Z] ---> 4dd1d6d8c2a0 [2021-01-20T10:21:44.128Z] Step 21/24 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] [2021-01-20T10:21:44.407Z] ---> Running in 7da082c6ab1c [2021-01-20T10:21:44.681Z] Removing intermediate container 7da082c6ab1c [2021-01-20T10:21:44.681Z] ---> e4e7edb37b24 [2021-01-20T10:21:44.681Z] Step 22/24 : LABEL arch=arm64 [2021-01-20T10:21:44.952Z] ---> Running in c4925b7be3f3 [2021-01-20T10:21:45.225Z] Removing intermediate container c4925b7be3f3 [2021-01-20T10:21:45.225Z] ---> 0957b7e0e69e [2021-01-20T10:21:45.225Z] Step 23/24 : LABEL git_sha=1dfb51268b8c988d923c0d8f1e29a3605dfc05fe [2021-01-20T10:21:45.497Z] ---> Running in 909d0e0ccf45 [2021-01-20T10:21:46.093Z] Removing intermediate container 909d0e0ccf45 [2021-01-20T10:21:46.093Z] ---> 6727d5756027 [2021-01-20T10:21:46.094Z] Step 24/24 : LABEL version=0.0.0 [2021-01-20T10:21:46.094Z] ---> Running in 0f5acc870aaf [2021-01-20T10:21:46.690Z] Removing intermediate container 0f5acc870aaf [2021-01-20T10:21:46.690Z] ---> cb58c0f47ff0 [2021-01-20T10:21:46.690Z] [Warning] One or more build-args [ARCH] were not consumed [2021-01-20T10:21:46.690Z] Successfully built cb58c0f47ff0 [2021-01-20T10:21:46.690Z] 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-20T10:21:48.387Z] provisioning config files... [2021-01-20T10:21:48.396Z] copy managed file [edgex-ui-go-codecov-token] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-293@tmp/config7973657771795861941tmp [Pipeline] { [Pipeline] sh [2021-01-20T10:21:48.790Z] + set +x [2021-01-20T10:21:48.791Z] + curl -s https://codecov.io/bash [2021-01-20T10:21:48.791Z] + bash -s -- [2021-01-20T10:21:48.791Z] [2021-01-20T10:21:48.791Z] _____ _ [2021-01-20T10:21:48.791Z] / ____| | | [2021-01-20T10:21:48.791Z] | | ___ __| | ___ ___ _____ __ [2021-01-20T10:21:48.791Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-01-20T10:21:48.791Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-01-20T10:21:48.791Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-01-20T10:21:48.791Z] Bash-20210115-cec3c92 [2021-01-20T10:21:48.791Z] [2021-01-20T10:21:48.791Z] [2021-01-20T10:21:48.791Z] ==> git version 2.24.3 found [2021-01-20T10:21:48.791Z] ==> 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-20T10:21:48.791Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-01-20T10:21:48.791Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-01-20T10:21:48.791Z] ==> Jenkins CI detected. [2021-01-20T10:21:48.791Z] project root: . [2021-01-20T10:21:48.791Z] --> token set from env [2021-01-20T10:21:48.791Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-01-20T10:21:49.052Z] ==> Running gcov in . (disable via -X gcov) [2021-01-20T10:21:49.052Z] ==> Python coveragepy not found [2021-01-20T10:21:49.052Z] ==> Searching for coverage reports in: [2021-01-20T10:21:49.052Z] + . [2021-01-20T10:21:49.052Z] -> Found 1 reports [2021-01-20T10:21:49.052Z] ==> Detecting git/mercurial file structure [2021-01-20T10:21:49.052Z] ==> Reading reports [2021-01-20T10:21:49.052Z] + ./coverage.out bytes=10 [2021-01-20T10:21:49.052Z] ==> Appending adjustments [2021-01-20T10:21:49.052Z] https://docs.codecov.io/docs/fixing-reports [2021-01-20T10:21:49.052Z] + Found adjustments [2021-01-20T10:21:49.052Z] ==> Gzipping contents [2021-01-20T10:21:49.052Z] 4.0K /tmp/codecov.pkgSoD.gz [2021-01-20T10:21:49.052Z] ==> Uploading reports [2021-01-20T10:21:49.052Z] url: https://codecov.io [2021-01-20T10:21:49.052Z] query: branch=PR-293&commit=1dfb51268b8c988d923c0d8f1e29a3605dfc05fe&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2FPR-293%2F2%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=293&job=&cmd_args= [2021-01-20T10:21:49.052Z] -> Pinging Codecov [2021-01-20T10:21:49.052Z] https://codecov.io/upload/v4?package=bash-20210115-cec3c92&token=secret&branch=PR-293&commit=1dfb51268b8c988d923c0d8f1e29a3605dfc05fe&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2FPR-293%2F2%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=293&job=&cmd_args= [2021-01-20T10:21:49.625Z] -> Uploading to [2021-01-20T10:21:49.625Z] https://storage.googleapis.com/codecov/v4/raw/2021-01-20/FB506323287CE973F263BFD2A0EB1F37/1dfb51268b8c988d923c0d8f1e29a3605dfc05fe/47a923b4-5113-4f94-8c53-f7117c4c7d17.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210120%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210120T102149Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=57f40ecdf7ffd358d6883170af45e24d2b1d59c7af83a1b3961888b93279df25 [2021-01-20T10:21:49.625Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-20T10:21:49.625Z] Dload Upload Total Spent Left Speed [2021-01-20T10:21:49.886Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 2480 0 0 100 2480 0 6561 --:--:-- --:--:-- --:--:-- 6578 [2021-01-20T10:21:49.886Z] -> View reports at https://codecov.io/github/edgexfoundry/edgex-ui-go/commit/1dfb51268b8c988d923c0d8f1e29a3605dfc05fe [Pipeline] } [2021-01-20T10:21:49.895Z] 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-20T10:21:52.519Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-20T10:21:52.831Z] ---> package-listing.sh [2021-01-20T10:21:52.831Z] ++ facter osfamily [2021-01-20T10:21:52.831Z] ++ tr '[:upper:]' '[:lower:]' [2021-01-20T10:21:52.831Z] + OS_FAMILY=redhat [2021-01-20T10:21:52.831Z] + workspace=/w/workspace/edgexfoundry_edgex-ui-go_PR-293 [2021-01-20T10:21:52.831Z] + START_PACKAGES=/tmp/packages_start.txt [2021-01-20T10:21:52.831Z] + END_PACKAGES=/tmp/packages_end.txt [2021-01-20T10:21:52.831Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-01-20T10:21:52.831Z] + PACKAGES=/tmp/packages_start.txt [2021-01-20T10:21:52.831Z] + '[' /w/workspace/edgexfoundry_edgex-ui-go_PR-293 ']' [2021-01-20T10:21:52.831Z] + PACKAGES=/tmp/packages_end.txt [2021-01-20T10:21:52.831Z] + case "${OS_FAMILY}" in [2021-01-20T10:21:52.831Z] + rpm -qa [2021-01-20T10:21:52.831Z] + sort [2021-01-20T10:21:57.054Z] + '[' -f /tmp/packages_start.txt ']' [2021-01-20T10:21:57.054Z] + '[' -f /tmp/packages_end.txt ']' [2021-01-20T10:21:57.054Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-01-20T10:21:57.315Z] + '[' /w/workspace/edgexfoundry_edgex-ui-go_PR-293 ']' [2021-01-20T10:21:57.315Z] + mkdir -p /w/workspace/edgexfoundry_edgex-ui-go_PR-293/archives/ [2021-01-20T10:21:57.315Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgexfoundry_edgex-ui-go_PR-293/archives/ [Pipeline] echo [2021-01-20T10:21:57.330Z] 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-293/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-01-20T10:21:57.619Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-01-20T10:21:57.923Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-20T10:21:57.923Z] [2021-01-20T10:21:57.923Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-01-20T10:21:58.268Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-20T10:21:58.268Z] alpine: Pulling from edgex-lftools-log-publisher [2021-01-20T10:21:58.268Z] df20fa9351a1: Pulling fs layer [2021-01-20T10:21:58.268Z] 36b3adc4ff6f: Pulling fs layer [2021-01-20T10:21:58.268Z] 8ad3a11d3b57: Pulling fs layer [2021-01-20T10:21:58.268Z] 46f8f816bc3b: Pulling fs layer [2021-01-20T10:21:58.268Z] 93b61091891f: Pulling fs layer [2021-01-20T10:21:58.268Z] 93b9cdb0e59b: Pulling fs layer [2021-01-20T10:21:58.268Z] 5e14af77c1be: Pulling fs layer [2021-01-20T10:21:58.268Z] 01666e4c0597: Pulling fs layer [2021-01-20T10:21:58.268Z] aa168da1d23b: Pulling fs layer [2021-01-20T10:21:58.268Z] 93b9cdb0e59b: Waiting [2021-01-20T10:21:58.268Z] 5e14af77c1be: Waiting [2021-01-20T10:21:58.268Z] 01666e4c0597: Waiting [2021-01-20T10:21:58.268Z] aa168da1d23b: Waiting [2021-01-20T10:21:58.268Z] 46f8f816bc3b: Waiting [2021-01-20T10:21:58.268Z] 93b61091891f: Waiting [2021-01-20T10:21:58.268Z] 36b3adc4ff6f: Verifying Checksum [2021-01-20T10:21:58.268Z] 36b3adc4ff6f: Download complete [2021-01-20T10:21:58.268Z] 46f8f816bc3b: Verifying Checksum [2021-01-20T10:21:58.268Z] 46f8f816bc3b: Download complete [2021-01-20T10:21:58.529Z] df20fa9351a1: Verifying Checksum [2021-01-20T10:21:58.529Z] df20fa9351a1: Download complete [2021-01-20T10:21:58.529Z] 93b61091891f: Verifying Checksum [2021-01-20T10:21:58.529Z] 93b61091891f: Download complete [2021-01-20T10:21:58.529Z] 93b9cdb0e59b: Verifying Checksum [2021-01-20T10:21:58.529Z] 93b9cdb0e59b: Download complete [2021-01-20T10:21:58.529Z] 5e14af77c1be: Verifying Checksum [2021-01-20T10:21:58.529Z] 5e14af77c1be: Download complete [2021-01-20T10:21:58.529Z] 01666e4c0597: Verifying Checksum [2021-01-20T10:21:58.529Z] 01666e4c0597: Download complete [2021-01-20T10:21:58.529Z] 8ad3a11d3b57: Verifying Checksum [2021-01-20T10:21:58.529Z] 8ad3a11d3b57: Download complete [2021-01-20T10:21:58.793Z] df20fa9351a1: Pull complete [2021-01-20T10:21:58.793Z] 36b3adc4ff6f: Pull complete [2021-01-20T10:21:59.742Z] 8ad3a11d3b57: Pull complete [2021-01-20T10:21:59.742Z] 46f8f816bc3b: Pull complete [2021-01-20T10:22:00.690Z] aa168da1d23b: Verifying Checksum [2021-01-20T10:22:00.690Z] aa168da1d23b: Download complete [2021-01-20T10:22:00.951Z] 93b61091891f: Pull complete [2021-01-20T10:22:01.216Z] 93b9cdb0e59b: Pull complete [2021-01-20T10:22:01.216Z] 5e14af77c1be: Pull complete [2021-01-20T10:22:01.483Z] 01666e4c0597: Pull complete [2021-01-20T10:22:08.091Z] aa168da1d23b: Pull complete [2021-01-20T10:22:08.091Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-01-20T10:22:08.091Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-20T10:22:08.091Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-01-20T10:22:08.265Z] prd-centos7-docker-4c-2g-21593 does not seem to be running inside a container [2021-01-20T10:22:08.307Z] $ 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-293/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-293 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-293:/w/workspace/edgexfoundry_edgex-ui-go_PR-293:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-293@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-293@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-20T10:22:11.546Z] $ docker top 56fae6611e4f9e3a578f3b5d31802a50b013d94731310d0f2306305fd193bad2 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-20T10:22:12.033Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-01-20T10:22:12.350Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-01-20T10:22:12.658Z] + ls /var/log/sa-host [2021-01-20T10:22:12.658Z] + sadf -c /var/log/sa-host/sa20 [2021-01-20T10:22:12.658Z] file_magic: OK [2021-01-20T10:22:12.658Z] HZ: Using current value: 100 [2021-01-20T10:22:12.658Z] file_header: OK [2021-01-20T10:22:12.658Z] 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-20T10:22:12.658Z] Statistics: [2021-01-20T10:22:12.658Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-01-20T10:22:12.658Z] File successfully converted to sysstat format version 12.2.1 [2021-01-20T10:22:12.658Z] + sadf -c /var/log/sa-host/sa23 [2021-01-20T10:22:12.658Z] file_magic: OK [2021-01-20T10:22:12.658Z] HZ: Using current value: 100 [2021-01-20T10:22:12.658Z] file_header: OK [2021-01-20T10:22:12.659Z] 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-20T10:22:12.659Z] Statistics: [2021-01-20T10:22:12.659Z] Hnuu...uuuununununu... [2021-01-20T10:22:12.659Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-01-20T10:22:12.886Z] provisioning config files... [2021-01-20T10:22:12.905Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-293@tmp/config4780518474998953558tmp [Pipeline] { [Pipeline] echo [2021-01-20T10:22:12.993Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-20T10:22:13.293Z] ---> create-netrc.sh [Pipeline] } [2021-01-20T10:22:13.303Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-01-20T10:22:13.406Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-20T10:22:13.701Z] ---> python-tools-install.sh [Pipeline] echo [2021-01-20T10:22:13.711Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-20T10:22:14.004Z] ---> sudo-logs.sh [2021-01-20T10:22:14.005Z] Archiving 'sudo' log.. [Pipeline] echo [2021-01-20T10:22:14.015Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-20T10:22:14.310Z] ---> job-cost.sh [2021-01-20T10:22:14.310Z] lf-activate-venv: SKIPPING [2021-01-20T10:22:14.310Z] INFO: No Stack... [2021-01-20T10:22:15.252Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-01-20T10:22:15.823Z] INFO: Archiving Costs [Pipeline] echo [2021-01-20T10:22:15.836Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-20T10:22:16.133Z] ---> logs-deploy.sh [2021-01-20T10:22:16.133Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-ui-go/PR-293/2 [2021-01-20T10:22:16.133Z] INFO: archiving workspace using pattern(s): [2021-01-20T10:22:17.525Z] Archives upload complete. [2021-01-20T10:22:17.787Z] INFO: archiving logs to Nexus [2021-01-20T10:22:18.732Z] ---> uname -a: [2021-01-20T10:22:18.732Z] Linux prd-centos7-docker-4c-2g-21593.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-20T10:22:18.732Z] [2021-01-20T10:22:18.732Z] [2021-01-20T10:22:18.732Z] ---> lscpu: [2021-01-20T10:22:18.732Z] Architecture: x86_64 [2021-01-20T10:22:18.732Z] CPU op-mode(s): 32-bit, 64-bit [2021-01-20T10:22:18.732Z] Byte Order: Little Endian [2021-01-20T10:22:18.732Z] Address sizes: 40 bits physical, 48 bits virtual [2021-01-20T10:22:18.732Z] CPU(s): 4 [2021-01-20T10:22:18.732Z] On-line CPU(s) list: 0-3 [2021-01-20T10:22:18.732Z] Thread(s) per core: 1 [2021-01-20T10:22:18.732Z] Core(s) per socket: 1 [2021-01-20T10:22:18.732Z] Socket(s): 4 [2021-01-20T10:22:18.732Z] NUMA node(s): 1 [2021-01-20T10:22:18.732Z] Vendor ID: GenuineIntel [2021-01-20T10:22:18.732Z] CPU family: 6 [2021-01-20T10:22:18.732Z] Model: 44 [2021-01-20T10:22:18.732Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2021-01-20T10:22:18.732Z] Stepping: 1 [2021-01-20T10:22:18.732Z] CPU MHz: 2933.442 [2021-01-20T10:22:18.732Z] BogoMIPS: 5866.88 [2021-01-20T10:22:18.732Z] Virtualization: VT-x [2021-01-20T10:22:18.732Z] Hypervisor vendor: KVM [2021-01-20T10:22:18.732Z] Virtualization type: full [2021-01-20T10:22:18.732Z] L1d cache: 128 KiB [2021-01-20T10:22:18.732Z] L1i cache: 128 KiB [2021-01-20T10:22:18.732Z] L2 cache: 16 MiB [2021-01-20T10:22:18.732Z] L3 cache: 64 MiB [2021-01-20T10:22:18.732Z] NUMA node0 CPU(s): 0-3 [2021-01-20T10:22:18.732Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2021-01-20T10:22:18.732Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2021-01-20T10:22:18.732Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2021-01-20T10:22:18.732Z] Vulnerability Meltdown: Mitigation; PTI [2021-01-20T10:22:18.732Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2021-01-20T10:22:18.732Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2021-01-20T10:22:18.732Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2021-01-20T10:22:18.732Z] Vulnerability Srbds: Not affected [2021-01-20T10:22:18.732Z] Vulnerability Tsx async abort: Not affected [2021-01-20T10:22:18.732Z] 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-20T10:22:18.732Z] [2021-01-20T10:22:18.732Z] [2021-01-20T10:22:18.732Z] ---> nproc: [2021-01-20T10:22:18.732Z] 4 [2021-01-20T10:22:18.732Z] [2021-01-20T10:22:18.732Z] [2021-01-20T10:22:18.732Z] ---> df -h: [2021-01-20T10:22:18.732Z] Filesystem Size Used Available Use% Mounted on [2021-01-20T10:22:18.732Z] overlay 50.0G 7.3G 42.7G 15% / [2021-01-20T10:22:18.732Z] tmpfs 64.0M 0 64.0M 0% /dev [2021-01-20T10:22:18.732Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2021-01-20T10:22:18.732Z] shm 64.0M 0 64.0M 0% /dev/shm [2021-01-20T10:22:18.732Z] /dev/vda1 50.0G 7.3G 42.7G 15% /facter-os [2021-01-20T10:22:18.732Z] /dev/vda1 50.0G 7.3G 42.7G 15% /etc/resolv.conf [2021-01-20T10:22:18.732Z] /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hostname [2021-01-20T10:22:18.732Z] /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hosts [2021-01-20T10:22:18.732Z] /dev/vda1 50.0G 7.3G 42.7G 15% /run/cloud-init/result.json [2021-01-20T10:22:18.732Z] /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/edgexfoundry_edgex-ui-go_PR-293 [2021-01-20T10:22:18.732Z] /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/edgexfoundry_edgex-ui-go_PR-293@tmp [2021-01-20T10:22:18.732Z] /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/sa-host [2021-01-20T10:22:18.732Z] /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/secure [2021-01-20T10:22:18.732Z] /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/auth.log [2021-01-20T10:22:18.732Z] [2021-01-20T10:22:18.732Z] [2021-01-20T10:22:18.732Z] ---> free -m: [2021-01-20T10:22:18.732Z] total used free shared buff/cache available [2021-01-20T10:22:18.732Z] Mem: 1837 728 105 0 1003 1003 [2021-01-20T10:22:18.732Z] Swap: 1023 1 1022 [2021-01-20T10:22:18.732Z] [2021-01-20T10:22:18.732Z] [2021-01-20T10:22:18.732Z] ---> ip addr: [2021-01-20T10:22:18.732Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2021-01-20T10:22:18.732Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2021-01-20T10:22:18.732Z] inet 127.0.0.1/8 scope host lo [2021-01-20T10:22:18.732Z] valid_lft forever preferred_lft forever [2021-01-20T10:22:18.732Z] inet6 ::1/128 scope host [2021-01-20T10:22:18.732Z] valid_lft forever preferred_lft forever [2021-01-20T10:22:18.732Z] 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 [2021-01-20T10:22:18.732Z] link/ether fa:16:3e:ee:3b:85 brd ff:ff:ff:ff:ff:ff [2021-01-20T10:22:18.732Z] inet 10.30.123.208/23 brd 10.30.123.255 scope global dynamic eth0 [2021-01-20T10:22:18.733Z] valid_lft 85939sec preferred_lft 85939sec [2021-01-20T10:22:18.733Z] inet6 fe80::f816:3eff:feee:3b85/64 scope link [2021-01-20T10:22:18.733Z] valid_lft forever preferred_lft forever [2021-01-20T10:22:18.733Z] 3: docker0: mtu 1500 qdisc noqueue state DOWN [2021-01-20T10:22:18.733Z] link/ether 02:42:a5:79:5b:4d brd ff:ff:ff:ff:ff:ff [2021-01-20T10:22:18.733Z] inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 [2021-01-20T10:22:18.733Z] valid_lft forever preferred_lft forever [2021-01-20T10:22:18.733Z] inet6 fe80::42:a5ff:fe79:5b4d/64 scope link [2021-01-20T10:22:18.733Z] valid_lft forever preferred_lft forever [2021-01-20T10:22:18.733Z] [2021-01-20T10:22:18.733Z] [2021-01-20T10:22:18.733Z] ---> sar -b -r -n DEV: [2021-01-20T10:22:18.733Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/20/21 _x86_64_ (4 CPU) [2021-01-20T10:22:18.733Z] [2021-01-20T10:22:18.733Z] 10:14:27 LINUX RESTART (4 CPU) [2021-01-20T10:22:18.733Z] [2021-01-20T10:22:18.733Z] 10:15:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2021-01-20T10:22:18.733Z] 10:16:01 52.10 14.84 37.26 0.00 4711.02 4108.42 0.00 [2021-01-20T10:22:18.733Z] 10:17:01 1.93 0.00 1.93 0.00 0.00 40.11 0.00 [2021-01-20T10:22:18.733Z] 10:18:01 0.23 0.00 0.23 0.00 0.00 2.98 0.00 [2021-01-20T10:22:18.733Z] 10:19:01 0.20 0.00 0.20 0.00 0.00 1.75 0.00 [2021-01-20T10:22:18.733Z] 10:20:01 0.23 0.00 0.23 0.00 0.00 3.55 0.00 [2021-01-20T10:22:18.733Z] 10:21:01 0.35 0.00 0.35 0.00 0.00 5.03 0.00 [2021-01-20T10:22:18.733Z] 10:22:01 65.62 52.12 13.50 0.00 4264.62 3243.58 0.00 [2021-01-20T10:22:18.733Z] Average: 17.24 9.57 7.68 0.00 1282.67 1058.27 0.00 [2021-01-20T10:22:18.733Z] [2021-01-20T10:22:18.733Z] 10:15:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2021-01-20T10:22:18.733Z] 10:16:01 148472 0 624824 33.21 2620 1105628 1104244 37.69 405648 1127912 128 [2021-01-20T10:22:18.733Z] 10:17:01 151828 0 621460 33.03 2620 1105636 1077864 36.79 405816 1124940 20 [2021-01-20T10:22:18.733Z] 10:18:01 151560 0 621724 33.04 2620 1105640 1077936 36.79 413464 1117800 16 [2021-01-20T10:22:18.733Z] 10:19:01 152236 0 621048 33.01 2620 1105640 1077932 36.79 413096 1117800 20 [2021-01-20T10:22:18.733Z] 10:20:01 151328 0 621948 33.06 2620 1105648 1077884 36.79 419868 1112056 20 [2021-01-20T10:22:18.733Z] 10:21:01 151456 0 621816 33.05 2620 1105652 1077836 36.78 419756 1112020 12 [2021-01-20T10:22:18.733Z] 10:22:01 72864 0 703556 37.39 2620 1102504 1505952 51.40 517044 1080180 96924 [2021-01-20T10:22:18.733Z] Average: 139963 0 633768 33.68 2620 1105193 1142807 39.00 427813 1113244 13877 [2021-01-20T10:22:18.733Z] [2021-01-20T10:22:18.733Z] 10:15:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2021-01-20T10:22:18.733Z] 10:16:01 eth0 406.94 313.29 908.86 87.12 0.00 0.00 0.00 0.00 [2021-01-20T10:22:18.733Z] 10:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-20T10:22:18.733Z] 10:16:01 docker0 40.64 31.14 3.48 109.21 0.00 0.00 0.00 0.00 [2021-01-20T10:22:18.733Z] 10:17:01 eth0 5.41 2.15 4.07 0.16 0.00 0.00 0.00 0.00 [2021-01-20T10:22:18.733Z] 10:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-20T10:22:18.733Z] 10:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-20T10:22:18.733Z] 10:18:01 eth0 2.48 1.03 0.90 0.57 0.00 0.00 0.00 0.00 [2021-01-20T10:22:18.733Z] 10:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-20T10:22:18.733Z] 10:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-20T10:22:18.733Z] 10:19:01 eth0 0.63 0.47 0.31 0.21 0.00 0.00 0.00 0.00 [2021-01-20T10:22:18.733Z] 10:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-20T10:22:18.733Z] 10:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-20T10:22:18.733Z] 10:20:01 eth0 0.22 0.15 0.08 0.07 0.00 0.00 0.00 0.00 [2021-01-20T10:22:18.733Z] 10:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-20T10:22:18.733Z] 10:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-20T10:22:18.733Z] 10:21:01 eth0 0.18 0.13 0.07 0.04 0.00 0.00 0.00 0.00 [2021-01-20T10:22:18.733Z] 10:21:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-20T10:22:18.733Z] 10:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-20T10:22:18.733Z] 10:22:01 eth0 215.57 174.33 2169.27 17.09 0.00 0.00 0.00 0.00 [2021-01-20T10:22:18.733Z] 10:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-20T10:22:18.733Z] 10:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-20T10:22:18.733Z] Average: eth0 90.23 70.24 440.67 15.04 0.00 0.00 0.00 0.00 [2021-01-20T10:22:18.733Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-20T10:22:18.733Z] Average: docker0 5.81 4.45 0.50 15.61 0.00 0.00 0.00 0.00 [2021-01-20T10:22:18.733Z] [2021-01-20T10:22:18.733Z] [2021-01-20T10:22:18.733Z] ---> sar -P ALL: [2021-01-20T10:22:18.733Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/20/21 _x86_64_ (4 CPU) [2021-01-20T10:22:18.733Z] [2021-01-20T10:22:18.733Z] 10:14:27 LINUX RESTART (4 CPU) [2021-01-20T10:22:18.733Z] [2021-01-20T10:22:18.733Z] 10:15:01 CPU %user %nice %system %iowait %steal %idle [2021-01-20T10:22:18.733Z] 10:16:01 all 6.17 0.00 2.26 1.14 0.02 90.40 [2021-01-20T10:22:18.733Z] 10:16:01 0 5.85 0.00 2.82 0.37 0.02 90.95 [2021-01-20T10:22:18.733Z] 10:16:01 1 6.54 0.00 1.71 0.15 0.02 91.58 [2021-01-20T10:22:18.733Z] 10:16:01 2 6.39 0.00 2.41 2.85 0.02 88.33 [2021-01-20T10:22:18.733Z] 10:16:01 3 5.90 0.00 2.11 1.21 0.02 90.76 [2021-01-20T10:22:18.733Z] 10:17:01 all 0.16 0.00 0.05 0.00 0.00 99.80 [2021-01-20T10:22:18.733Z] 10:17:01 0 0.07 0.00 0.07 0.00 0.00 99.87 [2021-01-20T10:22:18.733Z] 10:17:01 1 0.13 0.00 0.03 0.00 0.00 99.83 [2021-01-20T10:22:18.733Z] 10:17:01 2 0.33 0.00 0.03 0.00 0.00 99.63 [2021-01-20T10:22:18.733Z] 10:17:01 3 0.10 0.00 0.05 0.00 0.00 99.85 [2021-01-20T10:22:18.733Z] 10:18:01 all 0.16 0.00 0.04 0.00 0.00 99.80 [2021-01-20T10:22:18.733Z] 10:18:01 0 0.07 0.00 0.07 0.00 0.00 99.87 [2021-01-20T10:22:18.733Z] 10:18:01 1 0.50 0.00 0.05 0.00 0.00 99.45 [2021-01-20T10:22:18.733Z] 10:18:01 2 0.03 0.00 0.02 0.00 0.00 99.95 [2021-01-20T10:22:18.733Z] 10:18:01 3 0.03 0.00 0.03 0.00 0.02 99.92 [2021-01-20T10:22:18.733Z] 10:19:01 all 0.15 0.00 0.03 0.00 0.00 99.82 [2021-01-20T10:22:18.733Z] 10:19:01 0 0.03 0.00 0.03 0.00 0.00 99.93 [2021-01-20T10:22:18.733Z] 10:19:01 1 0.52 0.00 0.02 0.00 0.00 99.47 [2021-01-20T10:22:18.733Z] 10:19:01 2 0.02 0.00 0.05 0.00 0.02 99.92 [2021-01-20T10:22:18.733Z] 10:19:01 3 0.02 0.00 0.02 0.00 0.00 99.97 [2021-01-20T10:22:18.733Z] 10:20:01 all 0.17 0.00 0.07 0.00 0.00 99.76 [2021-01-20T10:22:18.733Z] 10:20:01 0 0.05 0.00 0.18 0.00 0.00 99.77 [2021-01-20T10:22:18.733Z] 10:20:01 1 0.52 0.00 0.03 0.00 0.00 99.45 [2021-01-20T10:22:18.733Z] 10:20:01 2 0.07 0.00 0.03 0.00 0.00 99.90 [2021-01-20T10:22:18.733Z] 10:20:01 3 0.03 0.00 0.05 0.00 0.00 99.92 [2021-01-20T10:22:18.733Z] 10:21:01 all 0.15 0.00 0.03 0.00 0.00 99.82 [2021-01-20T10:22:18.733Z] 10:21:01 0 0.02 0.00 0.07 0.00 0.00 99.92 [2021-01-20T10:22:18.733Z] 10:21:01 1 0.52 0.00 0.00 0.00 0.00 99.48 [2021-01-20T10:22:18.733Z] 10:21:01 2 0.03 0.00 0.03 0.00 0.00 99.93 [2021-01-20T10:22:18.733Z] 10:21:01 3 0.02 0.00 0.03 0.00 0.00 99.95 [2021-01-20T10:22:18.733Z] 10:22:01 all 2.47 0.00 1.18 1.44 0.01 94.90 [2021-01-20T10:22:18.733Z] 10:22:01 0 2.31 0.00 1.46 1.02 0.00 95.21 [2021-01-20T10:22:18.733Z] 10:22:01 1 2.46 0.00 0.97 0.50 0.02 96.06 [2021-01-20T10:22:18.733Z] 10:22:01 2 2.93 0.00 1.31 2.76 0.02 92.98 [2021-01-20T10:22:18.733Z] 10:22:01 3 2.19 0.00 1.00 1.47 0.00 95.33 [2021-01-20T10:22:18.733Z] Average: all 1.34 0.00 0.52 0.37 0.00 97.76 [2021-01-20T10:22:18.733Z] Average: 0 1.19 0.00 0.67 0.20 0.00 97.94 [2021-01-20T10:22:18.733Z] Average: 1 1.59 0.00 0.40 0.09 0.00 97.91 [2021-01-20T10:22:18.733Z] Average: 2 1.40 0.00 0.55 0.80 0.01 97.24 [2021-01-20T10:22:18.733Z] Average: 3 1.18 0.00 0.47 0.38 0.00 97.96 [2021-01-20T10:22:18.733Z] [2021-01-20T10:22:18.733Z] [2021-01-20T10:22:18.733Z]