Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from bb23a71e0387f48b774a4c52a4064e316f42887d Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 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 58add5173bd5747e956b7cc86a1e88a765e134cb 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 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 58add5173bd5747e956b7cc86a1e88a765e134cb 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 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 58add5173bd5747e956b7cc86a1e88a765e134cb (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 58add5173bd5747e956b7cc86a1e88a765e134cb # timeout=10 Commit message: "Merge pull request #215 from ernestojeda/disable-tests-on-release-stream" > 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. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:go-mod-core-contracts, goVersion:1.13, buildImage:false, pushImage:false, semverBump:patch] ========================================================= [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: go-mod-core-contracts-settings PROJECT: go-mod-core-contracts USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.13 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-go-mod-core-contracts DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: false PUSH_DOCKER_IMAGE: false BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: patch SNAP_CHANNEL: latest/edge BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: api/openapi/v1 [Pipeline] node Still waiting to schedule task Waiting for next available executor Running on prd-centos7-docker-4c-2g-716 in /w/workspace/dry_go-mod-core-contracts_master [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git > git init /w/workspace/dry_go-mod-core-contracts_master # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/master:refs/remotes/origin/master # timeout=10 Fetching without tags Checking out Revision bb23a71e0387f48b774a4c52a4064e316f42887d (master) > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f bb23a71e0387f48b774a4c52a4064e316f42887d # timeout=10 Commit message: "Merge pull request #257 from kaisawind/master" > git rev-list --no-walk ec7a5b6265c5758a27c3e0991eb17bb4fa813902 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-07-23T11:51:40.509Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-07-23T11:51:40.819Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-07-23T11:51:40.904Z] ========================================================= [2020-07-23T11:51:40.904Z] EdgeX Global Pipelines Version Info [2020-07-23T11:51:40.904Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-07-23T11:51:42.732Z] ------------------- [2020-07-23T11:51:42.732Z] stable info: [2020-07-23T11:51:42.732Z] ------------------- [2020-07-23T11:51:42.732Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-07-23T11:51:42.732Z] Commit SHA: 58add5173bd5747e956b7cc86a1e88a765e134cb [2020-07-23T11:51:42.733Z] Message: update stable to v1.0.103 [2020-07-23T11:51:43.335Z] ------------------- [2020-07-23T11:51:43.335Z] experimental info: [2020-07-23T11:51:43.335Z] ------------------- [2020-07-23T11:51:43.335Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-07-23T11:51:43.335Z] Commit SHA: 58add5173bd5747e956b7cc86a1e88a765e134cb [2020-07-23T11:51:43.335Z] Message: update experimental to v1.0.103 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-07-23T11:51:45.339Z] + git log --format=format:%s -1 bb23a71e0387f48b774a4c52a4064e316f42887d [Pipeline] echo [2020-07-23T11:51:45.392Z] GIT_COMMIT: bb23a71e0387f48b774a4c52a4064e316f42887d, Commit Message: Merge pull request #257 from kaisawind/master [Pipeline] echo [2020-07-23T11:51:45.439Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2020-07-23T11:51:46.234Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-07-23T11:51:46.495Z] [2020-07-23T11:51:46.495Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-07-23T11:51:46.846Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-07-23T11:51:46.846Z] latest: Pulling from edgex-devops/git-semver [2020-07-23T11:51:46.846Z] 31603596830f: Pulling fs layer [2020-07-23T11:51:46.846Z] 2a8b12db71e7: Pulling fs layer [2020-07-23T11:51:46.846Z] 6ca5941a6612: Pulling fs layer [2020-07-23T11:51:46.846Z] ecc8261a40a4: Pulling fs layer [2020-07-23T11:51:46.846Z] ecc8261a40a4: Waiting [2020-07-23T11:51:46.846Z] 2a8b12db71e7: Verifying Checksum [2020-07-23T11:51:46.846Z] 2a8b12db71e7: Download complete [2020-07-23T11:51:47.114Z] 31603596830f: Verifying Checksum [2020-07-23T11:51:47.114Z] 31603596830f: Download complete [2020-07-23T11:51:47.114Z] ecc8261a40a4: Verifying Checksum [2020-07-23T11:51:47.114Z] ecc8261a40a4: Download complete [2020-07-23T11:51:47.114Z] 6ca5941a6612: Verifying Checksum [2020-07-23T11:51:47.114Z] 6ca5941a6612: Download complete [2020-07-23T11:51:47.377Z] 31603596830f: Pull complete [2020-07-23T11:51:47.377Z] 2a8b12db71e7: Pull complete [2020-07-23T11:51:48.326Z] 6ca5941a6612: Pull complete [2020-07-23T11:51:48.326Z] ecc8261a40a4: Pull complete [2020-07-23T11:51:48.326Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-07-23T11:51:48.326Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-07-23T11:51:48.326Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-07-23T11:51:48.427Z] prd-centos7-docker-4c-2g-716 does not seem to be running inside a container [2020-07-23T11:51:48.465Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/dry_go-mod-core-contracts_master -v /w/workspace/dry_go-mod-core-contracts_master:/w/workspace/dry_go-mod-core-contracts_master:rw,z -v /w/workspace/dry_go-mod-core-contracts_master@tmp:/w/workspace/dry_go-mod-core-contracts_master@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-07-23T11:51:50.757Z] $ docker top ee7edd0541d936214a8cdf0e3192616844b756d238bb42fe5875247ecbefca65 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-07-23T11:51:51.021Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-07-23T11:51:51.021Z] [ssh-agent] Looking for ssh-agent implementation... [2020-07-23T11:51:51.218Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-07-23T11:51:51.216Z] $ docker exec ee7edd0541d936214a8cdf0e3192616844b756d238bb42fe5875247ecbefca65 ssh-agent [2020-07-23T11:51:51.378Z] SSH_AUTH_SOCK=/tmp/ssh-Jn2jGaCk0P4p/agent.11 [2020-07-23T11:51:51.378Z] SSH_AGENT_PID=16 [2020-07-23T11:51:51.388Z] Running ssh-add (command line suppressed) [2020-07-23T11:51:51.502Z] Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_6225175734367106332.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_6225175734367106332.key) [2020-07-23T11:51:51.603Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-07-23T11:51:51.930Z] + git describe --exact-match --tags HEAD [2020-07-23T11:51:51.930Z] fatal: No names found, cannot describe anything. [Pipeline] } [2020-07-23T11:51:51.944Z] $ docker exec --env ******** --env ******** ee7edd0541d936214a8cdf0e3192616844b756d238bb42fe5875247ecbefca65 ssh-agent -k [2020-07-23T11:51:52.061Z] unset SSH_AUTH_SOCK; [2020-07-23T11:51:52.062Z] unset SSH_AGENT_PID; [2020-07-23T11:51:52.062Z] echo Agent pid 16 killed; [2020-07-23T11:51:52.119Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-07-23T11:51:52.208Z] [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-07-23T11:51:52.208Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-07-23T11:51:52.344Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-07-23T11:51:52.344Z] [ssh-agent] Looking for ssh-agent implementation... [2020-07-23T11:51:52.507Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-07-23T11:51:52.505Z] $ docker exec ee7edd0541d936214a8cdf0e3192616844b756d238bb42fe5875247ecbefca65 ssh-agent [2020-07-23T11:51:52.661Z] SSH_AUTH_SOCK=/tmp/ssh-8dT8TmwCsgc7/agent.45 [2020-07-23T11:51:52.661Z] SSH_AGENT_PID=50 [2020-07-23T11:51:52.667Z] Running ssh-add (command line suppressed) [2020-07-23T11:51:52.791Z] Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_8354468844355991284.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_8354468844355991284.key) [2020-07-23T11:51:52.845Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-07-23T11:51:53.173Z] + git semver init [2020-07-23T11:51:53.173Z] # -> Open(): unable to determine branch for HEAD [2020-07-23T11:51:53.173Z] # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git [2020-07-23T11:51:53.173Z] # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master [2020-07-23T11:51:53.173Z] # $SEMVER_REMOTE_NAME = origin [2020-07-23T11:51:53.173Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-07-23T11:51:53.173Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-07-23T11:51:53.173Z] # $SEMVER_BRANCH = master [2020-07-23T11:51:53.173Z] # $SEMVER_TEMP = /tmp/semver-130150137 [2020-07-23T11:51:53.173Z] # git clone --branch semver git@github.com:edgexfoundry/go-mod-core-contracts.git $SEMVER_TEMP [2020-07-23T11:51:54.115Z] # '/tmp/semver-130150137' -> '/w/workspace/dry_go-mod-core-contracts_master/.semver' [2020-07-23T11:51:54.115Z] # -> Force: false [2020-07-23T11:51:54.115Z] # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver [Pipeline] } [2020-07-23T11:51:54.121Z] $ docker exec --env ******** --env ******** ee7edd0541d936214a8cdf0e3192616844b756d238bb42fe5875247ecbefca65 ssh-agent -k [2020-07-23T11:51:54.229Z] unset SSH_AUTH_SOCK; [2020-07-23T11:51:54.230Z] unset SSH_AGENT_PID; [2020-07-23T11:51:54.230Z] echo Agent pid 50 killed; [2020-07-23T11:51:54.277Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-07-23T11:51:54.723Z] + git semver [Pipeline] } [2020-07-23T11:51:54.736Z] $ docker stop --time=1 ee7edd0541d936214a8cdf0e3192616844b756d238bb42fe5875247ecbefca65 [2020-07-23T11:51:56.329Z] $ docker rm -f ee7edd0541d936214a8cdf0e3192616844b756d238bb42fe5875247ecbefca65 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-07-23T11:51:57.066Z] Stashed 77 file(s) [Pipeline] echo [2020-07-23T11:51:57.068Z] [edgeXSemver] initialized semver on version 0.1.66 [Pipeline] echo [2020-07-23T11:51:57.149Z] Archived original version: [0.1.66] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] node [2020-07-23T11:52:12.472Z] Still waiting to schedule task [2020-07-23T11:52:12.472Z] Waiting for next available executor on ‘prd-centos7-docker-4c-2g-716’ [2020-07-23T11:52:12.474Z] Still waiting to schedule task [2020-07-23T11:52:12.474Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2020-07-23T11:53:47.735Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-717 in /w/workspace/dry_go-mod-core-contracts_master [Pipeline] { [Pipeline] ws [2020-07-23T11:53:47.835Z] Running in /w/workspace/go-mod-core-contracts/30 [Pipeline] { [Pipeline] checkout [2020-07-23T11:53:52.898Z] using credential edgex-jenkins-ssh [2020-07-23T11:53:52.948Z] Cloning the remote Git repository [2020-07-23T11:53:52.948Z] Cloning with configured refspecs honoured and without tags [2020-07-23T11:53:53.018Z] Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-07-23T11:53:53.130Z] > git init /w/workspace/go-mod-core-contracts/30 # timeout=10 [2020-07-23T11:53:53.195Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-07-23T11:53:53.196Z] > git --version # timeout=10 [2020-07-23T11:53:53.228Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-07-23T11:53:53.311Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-07-23T11:53:54.182Z] Fetching without tags [2020-07-23T11:53:54.811Z] Checking out Revision bb23a71e0387f48b774a4c52a4064e316f42887d (master) [2020-07-23T11:53:54.096Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2020-07-23T11:53:54.125Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-07-23T11:53:54.162Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2020-07-23T11:53:54.192Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-07-23T11:53:54.193Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-07-23T11:53:54.205Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-07-23T11:53:54.831Z] > git config core.sparsecheckout # timeout=10 [2020-07-23T11:53:54.849Z] > git checkout -f bb23a71e0387f48b774a4c52a4064e316f42887d # timeout=10 [2020-07-23T11:53:59.084Z] Commit message: "Merge pull request #257 from kaisawind/master" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-07-23T11:54:00.263Z] ========================================================= [2020-07-23T11:54:00.263Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] [2020-07-23T11:54:00.263Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-07-23T11:54:01.430Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine . [2020-07-23T11:54:02.413Z] Sending build context to Docker daemon 1.87MB [2020-07-23T11:54:02.688Z] Step 1/7 : ARG BASE=golang:1.13-alpine [2020-07-23T11:54:02.688Z] Step 2/7 : FROM ${BASE} [2020-07-23T11:54:02.961Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-07-23T11:54:02.961Z] b538f80385f9: Pulling fs layer [2020-07-23T11:54:02.961Z] 74f711af9a0d: Pulling fs layer [2020-07-23T11:54:02.961Z] 99f96fe45779: Pulling fs layer [2020-07-23T11:54:02.961Z] fd7a069fd194: Pulling fs layer [2020-07-23T11:54:02.961Z] 66aa3694b03b: Pulling fs layer [2020-07-23T11:54:02.961Z] 170f70906a0f: Pulling fs layer [2020-07-23T11:54:02.961Z] ad7c5574e4b9: Pulling fs layer [2020-07-23T11:54:02.961Z] e772456be8f7: Pulling fs layer [2020-07-23T11:54:02.961Z] c890913d741a: Pulling fs layer [2020-07-23T11:54:02.961Z] 2480fcc9aa5a: Pulling fs layer [2020-07-23T11:54:02.961Z] 09adf4765672: Pulling fs layer [2020-07-23T11:54:02.961Z] fd7a069fd194: Waiting [2020-07-23T11:54:02.961Z] 66aa3694b03b: Waiting [2020-07-23T11:54:02.961Z] 170f70906a0f: Waiting [2020-07-23T11:54:02.961Z] ad7c5574e4b9: Waiting [2020-07-23T11:54:02.961Z] e772456be8f7: Waiting [2020-07-23T11:54:02.961Z] c890913d741a: Waiting [2020-07-23T11:54:02.961Z] 2480fcc9aa5a: Waiting [2020-07-23T11:54:02.961Z] 09adf4765672: Waiting [2020-07-23T11:54:02.961Z] 99f96fe45779: Verifying Checksum [2020-07-23T11:54:02.961Z] 99f96fe45779: Download complete [2020-07-23T11:54:02.961Z] 74f711af9a0d: Verifying Checksum [2020-07-23T11:54:02.961Z] 74f711af9a0d: Download complete [2020-07-23T11:54:02.961Z] 66aa3694b03b: Verifying Checksum [2020-07-23T11:54:02.961Z] 66aa3694b03b: Download complete [2020-07-23T11:54:02.961Z] 170f70906a0f: Verifying Checksum [2020-07-23T11:54:02.961Z] 170f70906a0f: Download complete [2020-07-23T11:54:03.235Z] b538f80385f9: Verifying Checksum [2020-07-23T11:54:03.235Z] b538f80385f9: Download complete [2020-07-23T11:54:03.839Z] b538f80385f9: Pull complete [2020-07-23T11:54:04.438Z] 74f711af9a0d: Pull complete [2020-07-23T11:54:04.714Z] 99f96fe45779: Pull complete [2020-07-23T11:54:05.693Z] ad7c5574e4b9: Verifying Checksum [2020-07-23T11:54:05.693Z] ad7c5574e4b9: Download complete [2020-07-23T11:54:05.967Z] c890913d741a: Download complete [2020-07-23T11:54:07.404Z] 2480fcc9aa5a: Verifying Checksum [2020-07-23T11:54:07.404Z] 2480fcc9aa5a: Download complete [2020-07-23T11:54:07.404Z] 09adf4765672: Verifying Checksum [2020-07-23T11:54:07.404Z] 09adf4765672: Download complete [2020-07-23T11:54:08.842Z] fd7a069fd194: Verifying Checksum [2020-07-23T11:54:08.842Z] fd7a069fd194: Download complete [2020-07-23T11:54:09.124Z] e772456be8f7: Verifying Checksum [2020-07-23T11:54:09.124Z] e772456be8f7: Download complete [2020-07-23T11:54:21.533Z] fd7a069fd194: Pull complete [2020-07-23T11:54:21.533Z] 66aa3694b03b: Pull complete [2020-07-23T11:54:21.533Z] 170f70906a0f: Pull complete [2020-07-23T11:54:24.152Z] ad7c5574e4b9: Pull complete [2020-07-23T11:54:29.547Z] e772456be8f7: Pull complete [2020-07-23T11:54:29.547Z] c890913d741a: Pull complete [2020-07-23T11:54:31.194Z] Running on prd-centos7-docker-4c-2g-718 in /w/workspace/dry_go-mod-core-contracts_master [Pipeline] { [Pipeline] ws [2020-07-23T11:54:31.270Z] Running in /w/workspace/go-mod-core-contracts/30 [Pipeline] { [Pipeline] checkout [2020-07-23T11:54:31.539Z] 2480fcc9aa5a: Pull complete [2020-07-23T11:54:31.815Z] 09adf4765672: Pull complete [2020-07-23T11:54:32.088Z] Digest: sha256:77242015624dc62c2655c7b963a03ae32e90cc8c4d034de6c6efb010c7806a28 [2020-07-23T11:54:32.088Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine [2020-07-23T11:54:32.088Z] ---> 2248a725d1cf [2020-07-23T11:54:32.088Z] Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-07-23T11:54:33.499Z] using credential edgex-jenkins-ssh [2020-07-23T11:54:33.544Z] Cloning the remote Git repository [2020-07-23T11:54:33.544Z] Cloning with configured refspecs honoured and without tags [2020-07-23T11:54:33.574Z] Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-07-23T11:54:33.641Z] > git init /w/workspace/go-mod-core-contracts/30 # timeout=10 [2020-07-23T11:54:33.700Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-07-23T11:54:33.700Z] > git --version # timeout=10 [2020-07-23T11:54:33.715Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-07-23T11:54:34.293Z] Fetching without tags [2020-07-23T11:54:34.690Z] Checking out Revision bb23a71e0387f48b774a4c52a4064e316f42887d (master) [2020-07-23T11:54:33.762Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-07-23T11:54:34.266Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2020-07-23T11:54:34.273Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-07-23T11:54:34.283Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2020-07-23T11:54:34.296Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-07-23T11:54:34.296Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-07-23T11:54:34.301Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-07-23T11:54:34.696Z] > git config core.sparsecheckout # timeout=10 [2020-07-23T11:54:34.700Z] > git checkout -f bb23a71e0387f48b774a4c52a4064e316f42887d # timeout=10 [2020-07-23T11:54:37.490Z] ---> Running in 2a9bae136754 [2020-07-23T11:54:37.763Z] Removing intermediate container 2a9bae136754 [2020-07-23T11:54:37.763Z] ---> 82d19bf03186 [2020-07-23T11:54:37.763Z] Step 4/7 : RUN apk add bash [2020-07-23T11:54:37.763Z] ---> Running in 9ba0a589563c [2020-07-23T11:54:38.259Z] Commit message: "Merge pull request #257 from kaisawind/master" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-07-23T11:54:39.072Z] ========================================================= [2020-07-23T11:54:39.072Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] [2020-07-23T11:54:39.072Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-07-23T11:54:39.727Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine . [2020-07-23T11:54:39.738Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-23T11:54:39.989Z] Sending build context to Docker daemon 1.87MB [2020-07-23T11:54:39.989Z] Step 1/7 : ARG BASE=golang:1.13-alpine [2020-07-23T11:54:39.989Z] Step 2/7 : FROM ${BASE} [2020-07-23T11:54:40.258Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base [2020-07-23T11:54:40.258Z] df20fa9351a1: Pulling fs layer [2020-07-23T11:54:40.258Z] ed8968b2872e: Pulling fs layer [2020-07-23T11:54:40.258Z] a92cc7c5fd73: Pulling fs layer [2020-07-23T11:54:40.259Z] 2dd03ba5bac4: Pulling fs layer [2020-07-23T11:54:40.259Z] 1e091d79d1de: Pulling fs layer [2020-07-23T11:54:40.259Z] 481702a1767f: Pulling fs layer [2020-07-23T11:54:40.259Z] f64a6f60c768: Pulling fs layer [2020-07-23T11:54:40.259Z] e78d2573fc39: Pulling fs layer [2020-07-23T11:54:40.259Z] e876d2f968b6: Pulling fs layer [2020-07-23T11:54:40.259Z] ce8a83651883: Pulling fs layer [2020-07-23T11:54:40.259Z] 07967f4d0e4b: Pulling fs layer [2020-07-23T11:54:40.259Z] 2dd03ba5bac4: Waiting [2020-07-23T11:54:40.259Z] 1e091d79d1de: Waiting [2020-07-23T11:54:40.259Z] 481702a1767f: Waiting [2020-07-23T11:54:40.259Z] f64a6f60c768: Waiting [2020-07-23T11:54:40.259Z] e876d2f968b6: Waiting [2020-07-23T11:54:40.259Z] ce8a83651883: Waiting [2020-07-23T11:54:40.259Z] 07967f4d0e4b: Waiting [2020-07-23T11:54:40.259Z] e78d2573fc39: Waiting [2020-07-23T11:54:40.259Z] a92cc7c5fd73: Verifying Checksum [2020-07-23T11:54:40.259Z] a92cc7c5fd73: Download complete [2020-07-23T11:54:40.259Z] ed8968b2872e: Verifying Checksum [2020-07-23T11:54:40.259Z] ed8968b2872e: Download complete [2020-07-23T11:54:40.259Z] 1e091d79d1de: Verifying Checksum [2020-07-23T11:54:40.259Z] 1e091d79d1de: Download complete [2020-07-23T11:54:40.259Z] 481702a1767f: Download complete [2020-07-23T11:54:40.259Z] df20fa9351a1: Verifying Checksum [2020-07-23T11:54:40.259Z] df20fa9351a1: Download complete [2020-07-23T11:54:40.331Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-23T11:54:40.527Z] df20fa9351a1: Pull complete [2020-07-23T11:54:41.107Z] f64a6f60c768: Verifying Checksum [2020-07-23T11:54:41.107Z] f64a6f60c768: Download complete [2020-07-23T11:54:41.107Z] e876d2f968b6: Verifying Checksum [2020-07-23T11:54:41.107Z] e876d2f968b6: Download complete [2020-07-23T11:54:41.309Z] OK: 142 MiB in 39 packages [2020-07-23T11:54:41.690Z] e78d2573fc39: Verifying Checksum [2020-07-23T11:54:41.690Z] e78d2573fc39: Download complete [2020-07-23T11:54:41.690Z] 2dd03ba5bac4: Verifying Checksum [2020-07-23T11:54:41.690Z] 2dd03ba5bac4: Download complete [2020-07-23T11:54:41.690Z] ce8a83651883: Verifying Checksum [2020-07-23T11:54:41.690Z] ce8a83651883: Download complete [2020-07-23T11:54:41.690Z] 07967f4d0e4b: Verifying Checksum [2020-07-23T11:54:41.690Z] 07967f4d0e4b: Download complete [2020-07-23T11:54:42.293Z] Removing intermediate container 9ba0a589563c [2020-07-23T11:54:42.293Z] ---> 34e3d479ce46 [2020-07-23T11:54:42.293Z] Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry [2020-07-23T11:54:42.293Z] ---> Running in 5dccf4bca4ea [2020-07-23T11:54:42.891Z] Removing intermediate container 5dccf4bca4ea [2020-07-23T11:54:42.891Z] ---> ef2ccab17f4a [2020-07-23T11:54:42.891Z] Step 6/7 : COPY go.mod . [2020-07-23T11:54:43.484Z] ---> 9e42e609acca [2020-07-23T11:54:43.484Z] Step 7/7 : RUN go mod download [2020-07-23T11:54:43.601Z] ed8968b2872e: Pull complete [2020-07-23T11:54:43.601Z] a92cc7c5fd73: Pull complete [2020-07-23T11:54:43.756Z] ---> Running in 64f48dc8ba7b [2020-07-23T11:54:46.364Z] go: finding github.com/davecgh/go-spew v1.1.0 [2020-07-23T11:54:46.364Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-07-23T11:54:46.364Z] go: finding github.com/go-kit/kit v0.8.0 [2020-07-23T11:54:46.364Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-07-23T11:54:46.364Z] go: finding github.com/go-playground/assert/v2 v2.0.1 [2020-07-23T11:54:46.364Z] go: finding github.com/go-playground/locales v0.13.0 [2020-07-23T11:54:46.364Z] go: finding github.com/go-playground/universal-translator v0.17.0 [2020-07-23T11:54:46.364Z] go: finding github.com/go-playground/validator/v10 v10.3.0 [2020-07-23T11:54:46.364Z] go: finding github.com/go-stack/stack v1.8.0 [2020-07-23T11:54:46.364Z] go: finding github.com/google/uuid v1.1.0 [2020-07-23T11:54:46.364Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-07-23T11:54:46.364Z] go: finding github.com/leodido/go-urn v1.2.0 [2020-07-23T11:54:46.364Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-07-23T11:54:46.364Z] go: finding github.com/stretchr/objx v0.1.0 [2020-07-23T11:54:46.364Z] go: finding github.com/stretchr/testify v1.5.1 [2020-07-23T11:54:46.364Z] go: finding github.com/x448/float16 v0.8.4 [2020-07-23T11:54:46.364Z] go: finding golang.org/x/text v0.3.2 [2020-07-23T11:54:46.364Z] go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e [2020-07-23T11:54:46.364Z] go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 [2020-07-23T11:54:46.364Z] go: finding gopkg.in/yaml.v2 v2.2.2 [2020-07-23T11:54:48.903Z] 2dd03ba5bac4: Pull complete [2020-07-23T11:54:48.903Z] 1e091d79d1de: Pull complete [2020-07-23T11:54:48.903Z] 481702a1767f: Pull complete [2020-07-23T11:54:57.051Z] f64a6f60c768: Pull complete [2020-07-23T11:54:58.782Z] Removing intermediate container 64f48dc8ba7b [2020-07-23T11:54:58.782Z] ---> 7efd5af9e46f [2020-07-23T11:54:58.782Z] Successfully built 7efd5af9e46f [2020-07-23T11:54:58.782Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to when conditional [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] } [2020-07-23T11:54:59.605Z] e78d2573fc39: Pull complete [2020-07-23T11:54:59.605Z] e876d2f968b6: Pull complete [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-07-23T11:55:01.527Z] ce8a83651883: Pull complete [2020-07-23T11:55:01.527Z] 07967f4d0e4b: Pull complete [2020-07-23T11:55:01.527Z] Digest: sha256:323246222269c44bbdf124594b811e87e5df8ffc2c0adf7c0e497dcaec6e6afe [2020-07-23T11:55:01.527Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine [2020-07-23T11:55:01.527Z] ---> 5d7c900382c6 [2020-07-23T11:55:01.527Z] Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-07-23T11:55:02.102Z] ---> Running in 0811e8d113f0 [2020-07-23T11:55:02.367Z] Removing intermediate container 0811e8d113f0 [2020-07-23T11:55:02.367Z] ---> 52e82c8c398d [2020-07-23T11:55:02.367Z] Step 4/7 : RUN apk add bash [2020-07-23T11:55:02.367Z] ---> Running in be3106e050d0 [2020-07-23T11:55:03.758Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-23T11:55:04.329Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-23T11:55:04.590Z] OK: 166 MiB in 39 packages [2020-07-23T11:55:05.164Z] Removing intermediate container be3106e050d0 [2020-07-23T11:55:05.164Z] ---> e92d2b497b66 [2020-07-23T11:55:05.164Z] Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry [2020-07-23T11:55:05.164Z] ---> Running in 958067274bb8 [2020-07-23T11:55:05.164Z] Removing intermediate container 958067274bb8 [2020-07-23T11:55:05.164Z] ---> 87c4ec986151 [2020-07-23T11:55:05.164Z] Step 6/7 : COPY go.mod . [2020-07-23T11:55:05.427Z] ---> 9aa233738689 [2020-07-23T11:55:05.427Z] Step 7/7 : RUN go mod download [2020-07-23T11:55:05.427Z] ---> Running in 7479a9a641de [2020-07-23T11:55:06.815Z] go: finding github.com/davecgh/go-spew v1.1.0 [2020-07-23T11:55:06.816Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-07-23T11:55:06.816Z] go: finding github.com/go-kit/kit v0.8.0 [2020-07-23T11:55:06.816Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-07-23T11:55:06.816Z] go: finding github.com/go-playground/assert/v2 v2.0.1 [2020-07-23T11:55:07.078Z] go: finding github.com/go-playground/locales v0.13.0 [2020-07-23T11:55:07.078Z] go: finding github.com/go-playground/universal-translator v0.17.0 [2020-07-23T11:55:07.078Z] go: finding github.com/go-playground/validator/v10 v10.3.0 [2020-07-23T11:55:07.078Z] go: finding github.com/go-stack/stack v1.8.0 [2020-07-23T11:55:07.078Z] go: finding github.com/google/uuid v1.1.0 [2020-07-23T11:55:07.078Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-07-23T11:55:07.078Z] go: finding github.com/leodido/go-urn v1.2.0 [2020-07-23T11:55:07.078Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-07-23T11:55:07.078Z] go: finding github.com/stretchr/objx v0.1.0 [2020-07-23T11:55:07.078Z] go: finding github.com/stretchr/testify v1.5.1 [2020-07-23T11:55:07.343Z] go: finding github.com/x448/float16 v0.8.4 [2020-07-23T11:55:07.343Z] go: finding golang.org/x/text v0.3.2 [2020-07-23T11:55:07.343Z] go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e [2020-07-23T11:55:07.343Z] go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 [2020-07-23T11:55:07.343Z] go: finding gopkg.in/yaml.v2 v2.2.2 [2020-07-23T11:55:15.501Z] Removing intermediate container 7479a9a641de [2020-07-23T11:55:15.501Z] ---> a192b55bdb32 [2020-07-23T11:55:15.501Z] Successfully built a192b55bdb32 [2020-07-23T11:55:15.501Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) Stage "Clair Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to earlier failure(s) [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2020-07-23T11:55:18.665Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-07-23T11:55:19.224Z] ---> package-listing.sh [2020-07-23T11:55:19.224Z] ++ facter osfamily [2020-07-23T11:55:19.224Z] ++ tr '[:upper:]' '[:lower:]' [2020-07-23T11:55:19.224Z] + OS_FAMILY=redhat [2020-07-23T11:55:19.224Z] + workspace=/w/workspace/dry_go-mod-core-contracts_master [2020-07-23T11:55:19.224Z] + START_PACKAGES=/tmp/packages_start.txt [2020-07-23T11:55:19.224Z] + END_PACKAGES=/tmp/packages_end.txt [2020-07-23T11:55:19.224Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-07-23T11:55:19.224Z] + PACKAGES=/tmp/packages_start.txt [2020-07-23T11:55:19.224Z] + '[' /w/workspace/dry_go-mod-core-contracts_master ']' [2020-07-23T11:55:19.224Z] + PACKAGES=/tmp/packages_end.txt [2020-07-23T11:55:19.224Z] + case "${OS_FAMILY}" in [2020-07-23T11:55:19.224Z] + rpm -qa [2020-07-23T11:55:19.224Z] + sort [2020-07-23T11:55:23.436Z] + '[' -f /tmp/packages_start.txt ']' [2020-07-23T11:55:23.436Z] + '[' -f /tmp/packages_end.txt ']' [2020-07-23T11:55:23.436Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-07-23T11:55:23.436Z] + '[' /w/workspace/dry_go-mod-core-contracts_master ']' [2020-07-23T11:55:23.436Z] + mkdir -p /w/workspace/dry_go-mod-core-contracts_master/archives/ [2020-07-23T11:55:23.436Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dry_go-mod-core-contracts_master/archives/ [Pipeline] isUnix [Pipeline] sh [2020-07-23T11:55:24.000Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-07-23T11:55:24.000Z] [2020-07-23T11:55:24.000Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-07-23T11:55:24.349Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-07-23T11:55:24.349Z] alpine: Pulling from edgex-lftools-log-publisher [2020-07-23T11:55:24.349Z] c9b1b535fdd9: Pulling fs layer [2020-07-23T11:55:24.349Z] 2cc5ad85d9ab: Pulling fs layer [2020-07-23T11:55:24.349Z] 756a868c4378: Pulling fs layer [2020-07-23T11:55:24.349Z] 444b2fc9a129: Pulling fs layer [2020-07-23T11:55:24.349Z] ea15f1150254: Pulling fs layer [2020-07-23T11:55:24.349Z] 41b27a9f41bf: Pulling fs layer [2020-07-23T11:55:24.349Z] 28c525ee5125: Pulling fs layer [2020-07-23T11:55:24.349Z] 094b1ea09ed8: Pulling fs layer [2020-07-23T11:55:24.349Z] 138eaada9080: Pulling fs layer [2020-07-23T11:55:24.349Z] 0622d0fa9048: Pulling fs layer [2020-07-23T11:55:24.349Z] 444b2fc9a129: Waiting [2020-07-23T11:55:24.349Z] 094b1ea09ed8: Waiting [2020-07-23T11:55:24.349Z] ea15f1150254: Waiting [2020-07-23T11:55:24.349Z] 138eaada9080: Waiting [2020-07-23T11:55:24.349Z] 41b27a9f41bf: Waiting [2020-07-23T11:55:24.349Z] 28c525ee5125: Waiting [2020-07-23T11:55:24.349Z] 0622d0fa9048: Waiting [2020-07-23T11:55:24.349Z] 2cc5ad85d9ab: Verifying Checksum [2020-07-23T11:55:24.349Z] 2cc5ad85d9ab: Download complete [2020-07-23T11:55:24.349Z] 444b2fc9a129: Verifying Checksum [2020-07-23T11:55:24.349Z] c9b1b535fdd9: Verifying Checksum [2020-07-23T11:55:24.349Z] ea15f1150254: Verifying Checksum [2020-07-23T11:55:24.349Z] ea15f1150254: Download complete [2020-07-23T11:55:24.349Z] 28c525ee5125: Verifying Checksum [2020-07-23T11:55:24.349Z] 28c525ee5125: Download complete [2020-07-23T11:55:24.938Z] 756a868c4378: Verifying Checksum [2020-07-23T11:55:24.938Z] 756a868c4378: Download complete [2020-07-23T11:55:24.938Z] 138eaada9080: Verifying Checksum [2020-07-23T11:55:24.938Z] 138eaada9080: Download complete [2020-07-23T11:55:24.938Z] 094b1ea09ed8: Verifying Checksum [2020-07-23T11:55:24.938Z] 094b1ea09ed8: Download complete [2020-07-23T11:55:24.938Z] 0622d0fa9048: Verifying Checksum [2020-07-23T11:55:24.938Z] 0622d0fa9048: Download complete [2020-07-23T11:55:24.938Z] c9b1b535fdd9: Pull complete [2020-07-23T11:55:25.520Z] 2cc5ad85d9ab: Pull complete [2020-07-23T11:55:25.520Z] 41b27a9f41bf: Verifying Checksum [2020-07-23T11:55:25.520Z] 41b27a9f41bf: Download complete [2020-07-23T11:55:26.479Z] 756a868c4378: Pull complete [2020-07-23T11:55:26.749Z] 444b2fc9a129: Pull complete [2020-07-23T11:55:27.010Z] ea15f1150254: Pull complete [2020-07-23T11:55:31.228Z] 41b27a9f41bf: Pull complete [2020-07-23T11:55:31.228Z] 28c525ee5125: Pull complete [2020-07-23T11:55:33.780Z] 094b1ea09ed8: Pull complete [2020-07-23T11:55:33.780Z] 138eaada9080: Pull complete [2020-07-23T11:55:33.780Z] 0622d0fa9048: Pull complete [2020-07-23T11:55:33.780Z] Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 [2020-07-23T11:55:33.780Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-07-23T11:55:33.780Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-07-23T11:55:33.929Z] prd-centos7-docker-4c-2g-716 does not seem to be running inside a container [2020-07-23T11:55:33.969Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa -w /w/workspace/dry_go-mod-core-contracts_master -v /w/workspace/dry_go-mod-core-contracts_master:/w/workspace/dry_go-mod-core-contracts_master:rw,z -v /w/workspace/dry_go-mod-core-contracts_master@tmp:/w/workspace/dry_go-mod-core-contracts_master@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-07-23T11:55:37.790Z] $ docker top c35efb9f69aa20fe83053d4f73528e1859dda01052fc0ccb1e202b0476eb7b61 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-07-23T11:55:38.017Z] provisioning config files... [2020-07-23T11:55:38.034Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config1156118719055517832tmp [Pipeline] { [Pipeline] echo [2020-07-23T11:55:38.094Z] Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-07-23T11:55:38.386Z] ---> create-netrc.sh [Pipeline] echo [2020-07-23T11:55:38.396Z] Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-07-23T11:55:38.685Z] ---> logs-deploy.sh [2020-07-23T11:55:38.685Z] + ARCHIVE_ARTIFACTS= [2020-07-23T11:55:38.685Z] + LOGS_SERVER=https://logs.edgexfoundry.org [2020-07-23T11:55:38.685Z] + '[' https://logs.edgexfoundry.org == None ']' [2020-07-23T11:55:38.685Z] + NEXUS_URL=https://nexus.edgexfoundry.org [2020-07-23T11:55:38.685Z] + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-core-contracts/master/30 [2020-07-23T11:55:38.685Z] + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/go-mod-core-contracts/job/master/30/ [2020-07-23T11:55:38.685Z] + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-core-contracts/master/30 /w/workspace/dry_go-mod-core-contracts_master [2020-07-23T11:55:40.069Z] Archives upload complete. [2020-07-23T11:55:40.069Z] + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-core-contracts/master/30 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/go-mod-core-contracts/job/master/30/ [2020-07-23T11:55:40.640Z] ---> uname -a: [2020-07-23T11:55:40.640Z] Linux c35efb9f69aa 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux [2020-07-23T11:55:40.640Z] [2020-07-23T11:55:40.640Z] [2020-07-23T11:55:40.640Z] ---> lscpu: [2020-07-23T11:55:40.640Z] Architecture: x86_64 [2020-07-23T11:55:40.640Z] CPU op-mode(s): 32-bit, 64-bit [2020-07-23T11:55:40.640Z] Byte Order: Little Endian [2020-07-23T11:55:40.640Z] Address sizes: 40 bits physical, 48 bits virtual [2020-07-23T11:55:40.640Z] CPU(s): 4 [2020-07-23T11:55:40.640Z] On-line CPU(s) list: 0-3 [2020-07-23T11:55:40.640Z] Thread(s) per core: 1 [2020-07-23T11:55:40.640Z] Core(s) per socket: 1 [2020-07-23T11:55:40.640Z] Socket(s): 4 [2020-07-23T11:55:40.640Z] NUMA node(s): 1 [2020-07-23T11:55:40.640Z] Vendor ID: GenuineIntel [2020-07-23T11:55:40.640Z] CPU family: 6 [2020-07-23T11:55:40.640Z] Model: 44 [2020-07-23T11:55:40.640Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2020-07-23T11:55:40.640Z] Stepping: 1 [2020-07-23T11:55:40.640Z] CPU MHz: 2933.438 [2020-07-23T11:55:40.640Z] BogoMIPS: 5866.87 [2020-07-23T11:55:40.640Z] Virtualization: VT-x [2020-07-23T11:55:40.640Z] Hypervisor vendor: KVM [2020-07-23T11:55:40.640Z] Virtualization type: full [2020-07-23T11:55:40.640Z] L1d cache: 128 KiB [2020-07-23T11:55:40.640Z] L1i cache: 128 KiB [2020-07-23T11:55:40.640Z] L2 cache: 16 MiB [2020-07-23T11:55:40.640Z] L3 cache: 64 MiB [2020-07-23T11:55:40.640Z] NUMA node0 CPU(s): 0-3 [2020-07-23T11:55:40.640Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2020-07-23T11:55:40.640Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2020-07-23T11:55:40.640Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2020-07-23T11:55:40.640Z] Vulnerability Meltdown: Mitigation; PTI [2020-07-23T11:55:40.640Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2020-07-23T11:55:40.640Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2020-07-23T11:55:40.640Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2020-07-23T11:55:40.640Z] Vulnerability Tsx async abort: Not affected [2020-07-23T11:55:40.640Z] Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp [2020-07-23T11:55:40.640Z] [2020-07-23T11:55:40.640Z] [2020-07-23T11:55:40.640Z] ---> nproc: [2020-07-23T11:55:40.640Z] 4 [2020-07-23T11:55:40.640Z] [2020-07-23T11:55:40.640Z] [2020-07-23T11:55:40.640Z] ---> df -h: [2020-07-23T11:55:40.640Z] Filesystem Size Used Available Use% Mounted on [2020-07-23T11:55:40.640Z] overlay 50.0G 7.2G 42.8G 14% / [2020-07-23T11:55:40.640Z] tmpfs 64.0M 0 64.0M 0% /dev [2020-07-23T11:55:40.640Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2020-07-23T11:55:40.640Z] shm 64.0M 0 64.0M 0% /dev/shm [2020-07-23T11:55:40.640Z] /dev/vda1 50.0G 7.2G 42.8G 14% /etc/resolv.conf [2020-07-23T11:55:40.640Z] /dev/vda1 50.0G 7.2G 42.8G 14% /etc/hostname [2020-07-23T11:55:40.640Z] /dev/vda1 50.0G 7.2G 42.8G 14% /etc/hosts [2020-07-23T11:55:40.640Z] /dev/vda1 50.0G 7.2G 42.8G 14% /var/log/sa [2020-07-23T11:55:40.640Z] /dev/vda1 50.0G 7.2G 42.8G 14% /w/workspace/dry_go-mod-core-contracts_master [2020-07-23T11:55:40.641Z] /dev/vda1 50.0G 7.2G 42.8G 14% /w/workspace/dry_go-mod-core-contracts_master@tmp [2020-07-23T11:55:40.641Z] [2020-07-23T11:55:40.641Z] [2020-07-23T11:55:40.641Z] ---> free -m: [2020-07-23T11:55:40.641Z] total used free shared buff/cache available [2020-07-23T11:55:40.641Z] Mem: 1837 673 123 0 1040 1057 [2020-07-23T11:55:40.641Z] Swap: 1023 0 1023 [2020-07-23T11:55:40.641Z] [2020-07-23T11:55:40.641Z] [2020-07-23T11:55:40.641Z] ---> ip addr: [2020-07-23T11:55:40.641Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2020-07-23T11:55:40.641Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2020-07-23T11:55:40.641Z] inet 127.0.0.1/8 scope host lo [2020-07-23T11:55:40.641Z] valid_lft forever preferred_lft forever [2020-07-23T11:55:40.641Z] 6: eth0@if7: mtu 1458 qdisc noqueue state UP [2020-07-23T11:55:40.641Z] link/ether 02:42:0a:fa:00:01 brd ff:ff:ff:ff:ff:ff [2020-07-23T11:55:40.641Z] inet 10.250.0.1/24 brd 10.250.0.255 scope global eth0 [2020-07-23T11:55:40.641Z] valid_lft forever preferred_lft forever [2020-07-23T11:55:40.641Z] [2020-07-23T11:55:40.641Z] [2020-07-23T11:55:40.641Z] ---> sar -b -r -n DEV: [2020-07-23T11:55:40.641Z] Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 07/23/20 _x86_64_ (4 CPU) [2020-07-23T11:55:40.641Z] [2020-07-23T11:55:40.641Z] 11:50:54 LINUX RESTART [2020-07-23T11:55:40.641Z] [2020-07-23T11:55:40.641Z] 11:52:01 tps rtps wtps bread/s bwrtn/s [2020-07-23T11:55:40.641Z] 11:53:01 2.33 0.00 2.33 0.00 51.79 [2020-07-23T11:55:40.641Z] 11:54:01 0.35 0.00 0.35 0.00 4.75 [2020-07-23T11:55:40.641Z] 11:55:01 0.43 0.00 0.43 0.00 6.24 [2020-07-23T11:55:40.641Z] Average: 1.04 0.00 1.04 0.00 20.93 [2020-07-23T11:55:40.641Z] [2020-07-23T11:55:40.641Z] 11:52:01 kbmemfree kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2020-07-23T11:55:40.641Z] 11:53:01 174208 1707348 90.74 2620 1117900 1075280 36.70 447120 1101440 12 [2020-07-23T11:55:40.641Z] 11:54:01 171488 1710068 90.89 2620 1117904 1072476 36.60 452328 1098804 8 [2020-07-23T11:55:40.641Z] 11:55:01 171344 1710212 90.89 2620 1117912 1072560 36.60 452840 1098808 8 [2020-07-23T11:55:40.641Z] Average: 172347 1709209 90.84 2620 1117905 1073439 36.63 450763 1099684 9 [2020-07-23T11:55:40.641Z] [2020-07-23T11:55:40.641Z] 11:52:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s [2020-07-23T11:55:40.641Z] 11:53:01 eth0 0.73 0.12 0.06 0.03 0.00 0.00 0.00 [2020-07-23T11:55:40.641Z] 11:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-07-23T11:55:40.641Z] 11:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-07-23T11:55:40.641Z] 11:54:01 eth0 3.98 1.93 3.22 0.31 0.00 0.00 0.00 [2020-07-23T11:55:40.641Z] 11:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-07-23T11:55:40.641Z] 11:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-07-23T11:55:40.641Z] 11:55:01 eth0 0.53 0.30 0.28 0.20 0.00 0.00 0.00 [2020-07-23T11:55:40.641Z] 11:55:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-07-23T11:55:40.641Z] 11:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-07-23T11:55:40.641Z] Average: eth0 1.75 0.78 1.19 0.18 0.00 0.00 0.00 [2020-07-23T11:55:40.641Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-07-23T11:55:40.641Z] Average: docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-07-23T11:55:40.641Z] [2020-07-23T11:55:40.641Z] [2020-07-23T11:55:40.641Z] ---> sar -P ALL: [2020-07-23T11:55:40.641Z] Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 07/23/20 _x86_64_ (4 CPU) [2020-07-23T11:55:40.641Z] [2020-07-23T11:55:40.641Z] 11:50:54 LINUX RESTART [2020-07-23T11:55:40.641Z] [2020-07-23T11:55:40.641Z] 11:52:01 CPU %user %nice %system %iowait %steal %idle [2020-07-23T11:55:40.641Z] 11:53:01 all 0.18 0.00 0.04 0.00 0.00 99.78 [2020-07-23T11:55:40.641Z] 11:53:01 0 0.05 0.00 0.07 0.00 0.00 99.88 [2020-07-23T11:55:40.641Z] 11:53:01 1 0.03 0.00 0.05 0.00 0.00 99.92 [2020-07-23T11:55:40.641Z] 11:53:01 2 0.53 0.00 0.02 0.00 0.00 99.45 [2020-07-23T11:55:40.641Z] 11:53:01 3 0.10 0.00 0.05 0.00 0.00 99.85 [2020-07-23T11:55:40.641Z] 11:54:01 all 0.18 0.00 0.04 0.00 0.00 99.78 [2020-07-23T11:55:40.641Z] 11:54:01 0 0.05 0.00 0.07 0.00 0.00 99.88 [2020-07-23T11:55:40.641Z] 11:54:01 1 0.07 0.00 0.02 0.00 0.00 99.92 [2020-07-23T11:55:40.641Z] 11:54:01 2 0.58 0.00 0.03 0.00 0.00 99.38 [2020-07-23T11:55:40.641Z] 11:54:01 3 0.05 0.00 0.03 0.00 0.00 99.92 [2020-07-23T11:55:40.641Z] 11:55:01 all 0.17 0.00 0.03 0.00 0.00 99.80 [2020-07-23T11:55:40.641Z] 11:55:01 0 0.03 0.00 0.03 0.00 0.00 99.93 [2020-07-23T11:55:40.641Z] 11:55:01 1 0.07 0.00 0.03 0.00 0.00 99.90 [2020-07-23T11:55:40.641Z] 11:55:01 2 0.55 0.00 0.05 0.00 0.00 99.40 [2020-07-23T11:55:40.641Z] 11:55:01 3 0.02 0.00 0.02 0.00 0.00 99.97 [2020-07-23T11:55:40.641Z] Average: all 0.18 0.00 0.04 0.00 0.00 99.78 [2020-07-23T11:55:40.641Z] Average: 0 0.04 0.00 0.06 0.00 0.00 99.90 [2020-07-23T11:55:40.641Z] Average: 1 0.06 0.00 0.03 0.00 0.00 99.91 [2020-07-23T11:55:40.641Z] Average: 2 0.56 0.00 0.03 0.00 0.00 99.41 [2020-07-23T11:55:40.641Z] Average: 3 0.06 0.00 0.03 0.00 0.00 99.91 [2020-07-23T11:55:40.641Z] [2020-07-23T11:55:40.641Z] [2020-07-23T11:55:40.641Z]