Pull request #102 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 lenny-intel for edgexfoundry/go-mod-messaging Obtained Jenkinsfile from 192d447fc0ce8271df41aa59705098b0a95e074c+4d2c7cbbe4ec454cf553977e16078aff79e24f14 (9073beca4d88eef660a455d0657e4d0cf683091f) 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 57ded3389ef25720063a8030e5c426a6b7ea5b20 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 57ded3389ef25720063a8030e5c426a6b7ea5b20 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 57ded3389ef25720063a8030e5c426a6b7ea5b20 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 57ded3389ef25720063a8030e5c426a6b7ea5b20 # timeout=10 Commit message: "Merge pull request #323 from siggiskulason/update-snap-build" > 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 46d8313d362d7075c0f562900eedc504c24ea18a 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 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > 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:go-mod-messaging, buildImage:false, pushImage:false, semverBump:pre] ========================================================= [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-messaging-settings PROJECT: go-mod-messaging 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-go-mod-messaging 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: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: false BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Running on prd-centos7-docker-4c-2g-1176 in /w/workspace/xfoundry_go-mod-messaging_PR-102 [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/go-mod-messaging.git > git init /w/workspace/xfoundry_go-mod-messaging_PR-102 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-messaging.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/go-mod-messaging.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit 4d2c7cbbe4ec454cf553977e16078aff79e24f14 into PR head commit 192d447fc0ce8271df41aa59705098b0a95e074c Merge succeeded, producing 192d447fc0ce8271df41aa59705098b0a95e074c Checking out Revision 192d447fc0ce8271df41aa59705098b0a95e074c (PR-102) > git config remote.origin.url git@github.com:edgexfoundry/go-mod-messaging.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/go-mod-messaging.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-messaging.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-messaging.git +refs/pull/102/head:refs/remotes/origin/PR-102 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 192d447fc0ce8271df41aa59705098b0a95e074c # 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 4d2c7cbbe4ec454cf553977e16078aff79e24f14 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 192d447fc0ce8271df41aa59705098b0a95e074c # timeout=10 Commit message: "feat: Add ReceivedTopic to MessageEnvelope & remove Checksum" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-04-20T15:41:44.434Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-04-20T15:41:44.536Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-04-20T15:41:44.567Z] ========================================================= [2021-04-20T15:41:44.567Z] EdgeX Global Pipelines Version Info [2021-04-20T15:41:44.567Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk 00f01ec91cc30b386cd7bb306df4192fa01ed279 # timeout=10 [2021-04-20T15:41:46.149Z] ------------------- [2021-04-20T15:41:46.149Z] stable info: [2021-04-20T15:41:46.149Z] ------------------- [2021-04-20T15:41:46.149Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-04-20T15:41:46.149Z] Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 [2021-04-20T15:41:46.149Z] Message: update stable to v1.0.186 [2021-04-20T15:41:47.096Z] ------------------- [2021-04-20T15:41:47.096Z] experimental info: [2021-04-20T15:41:47.096Z] ------------------- [2021-04-20T15:41:47.096Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-04-20T15:41:47.096Z] Commit SHA: cb91434416315492d6e8e8a157e47fc41dd13198 [2021-04-20T15:41:47.096Z] Message: update experimental to v1.0.189 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-04-20T15:41:47.290Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-messaging-settings [Pipeline] echo [2021-04-20T15:41:47.337Z] [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-messaging [Pipeline] echo [2021-04-20T15:41:47.381Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-04-20T15:41:47.415Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-04-20T15:41:47.452Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-04-20T15:41:47.477Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-04-20T15:41:47.502Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-04-20T15:41:47.526Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-04-20T15:41:47.551Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2021-04-20T15:41:47.575Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-04-20T15:41:47.599Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-04-20T15:41:47.626Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-messaging [Pipeline] echo [2021-04-20T15:41:47.650Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-04-20T15:41:47.681Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-04-20T15:41:47.706Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo [2021-04-20T15:41:47.731Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2021-04-20T15:41:47.755Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-04-20T15:41:47.779Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-04-20T15:41:47.804Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-04-20T15:41:47.828Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2021-04-20T15:41:47.853Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2021-04-20T15:41:47.879Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2021-04-20T15:41:47.904Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-04-20T15:41:47.929Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-04-20T15:41:47.977Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo [2021-04-20T15:41:48.002Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-04-20T15:41:48.026Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-102 [Pipeline] echo [2021-04-20T15:41:48.050Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-102 [Pipeline] echo [2021-04-20T15:41:48.074Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-102 [Pipeline] echo [2021-04-20T15:41:48.097Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 192d447fc0ce8271df41aa59705098b0a95e074c [Pipeline] echo [2021-04-20T15:41:48.121Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 192d447 [Pipeline] echo [2021-04-20T15:41:48.145Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-04-20T15:41:48.572Z] + git log --format=format:%s -1 192d447fc0ce8271df41aa59705098b0a95e074c [Pipeline] echo [2021-04-20T15:41:48.660Z] GIT_COMMIT: 192d447fc0ce8271df41aa59705098b0a95e074c, Commit Message: feat: Add ReceivedTopic to MessageEnvelope & remove Checksum [Pipeline] echo [2021-04-20T15:41:48.673Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-04-20T15:41:49.607Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-20T15:41:49.875Z] [2021-04-20T15:41:49.875Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-04-20T15:41:50.200Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-20T15:41:50.200Z] latest: Pulling from edgex-devops/git-semver [2021-04-20T15:41:50.200Z] 31603596830f: Pulling fs layer [2021-04-20T15:41:50.200Z] 2a8b12db71e7: Pulling fs layer [2021-04-20T15:41:50.200Z] 6ca5941a6612: Pulling fs layer [2021-04-20T15:41:50.200Z] ecc8261a40a4: Pulling fs layer [2021-04-20T15:41:50.200Z] ecc8261a40a4: Waiting [2021-04-20T15:41:50.200Z] 2a8b12db71e7: Verifying Checksum [2021-04-20T15:41:50.200Z] 2a8b12db71e7: Download complete [2021-04-20T15:41:50.464Z] 31603596830f: Verifying Checksum [2021-04-20T15:41:50.464Z] 31603596830f: Download complete [2021-04-20T15:41:50.464Z] 6ca5941a6612: Verifying Checksum [2021-04-20T15:41:50.464Z] 6ca5941a6612: Download complete [2021-04-20T15:41:50.464Z] ecc8261a40a4: Verifying Checksum [2021-04-20T15:41:50.464Z] ecc8261a40a4: Download complete [2021-04-20T15:41:50.727Z] 31603596830f: Pull complete [2021-04-20T15:41:50.996Z] 2a8b12db71e7: Pull complete [2021-04-20T15:41:51.945Z] 6ca5941a6612: Pull complete [2021-04-20T15:41:51.945Z] ecc8261a40a4: Pull complete [2021-04-20T15:41:51.945Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-04-20T15:41:51.945Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-20T15:41:51.945Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-04-20T15:41:52.054Z] prd-centos7-docker-4c-2g-1176 does not seem to be running inside a container [2021-04-20T15:41:52.112Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/xfoundry_go-mod-messaging_PR-102 -v /w/workspace/xfoundry_go-mod-messaging_PR-102:/w/workspace/xfoundry_go-mod-messaging_PR-102:rw,z -v /w/workspace/xfoundry_go-mod-messaging_PR-102@tmp:/w/workspace/xfoundry_go-mod-messaging_PR-102@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-04-20T15:41:54.198Z] $ docker top 39da2505aea7a022b77907f311fc476c04599366f9a992a10cb8ed297dac94ff -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-04-20T15:41:54.368Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-20T15:41:54.368Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-20T15:41:54.599Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-20T15:41:54.599Z] $ docker exec 39da2505aea7a022b77907f311fc476c04599366f9a992a10cb8ed297dac94ff ssh-agent [2021-04-20T15:41:54.769Z] SSH_AUTH_SOCK=/tmp/ssh-aaQBjzu3BZCX/agent.11 [2021-04-20T15:41:54.769Z] SSH_AGENT_PID=16 [2021-04-20T15:41:54.778Z] Running ssh-add (command line suppressed) [2021-04-20T15:41:54.897Z] Identity added: /w/workspace/xfoundry_go-mod-messaging_PR-102@tmp/private_key_301027743834201049.key (/w/workspace/xfoundry_go-mod-messaging_PR-102@tmp/private_key_301027743834201049.key) [2021-04-20T15:41:54.964Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-20T15:41:55.271Z] + git tag --points-at HEAD [Pipeline] } [2021-04-20T15:41:55.286Z] $ docker exec --env ******** --env ******** 39da2505aea7a022b77907f311fc476c04599366f9a992a10cb8ed297dac94ff ssh-agent -k [2021-04-20T15:41:55.404Z] unset SSH_AUTH_SOCK; [2021-04-20T15:41:55.405Z] unset SSH_AGENT_PID; [2021-04-20T15:41:55.405Z] echo Agent pid 16 killed; [2021-04-20T15:41:55.458Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-04-20T15:41:55.500Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-20T15:41:55.500Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-20T15:41:55.669Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-20T15:41:55.670Z] $ docker exec 39da2505aea7a022b77907f311fc476c04599366f9a992a10cb8ed297dac94ff ssh-agent [2021-04-20T15:41:55.847Z] SSH_AUTH_SOCK=/tmp/ssh-wuGlp8MqqfOe/agent.44 [2021-04-20T15:41:55.847Z] SSH_AGENT_PID=49 [2021-04-20T15:41:55.855Z] Running ssh-add (command line suppressed) [2021-04-20T15:41:55.972Z] Identity added: /w/workspace/xfoundry_go-mod-messaging_PR-102@tmp/private_key_4845816223996720838.key (/w/workspace/xfoundry_go-mod-messaging_PR-102@tmp/private_key_4845816223996720838.key) [2021-04-20T15:41:56.034Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-20T15:41:56.334Z] + git semver init [2021-04-20T15:41:56.334Z] # -> Open(): unable to determine branch for HEAD [2021-04-20T15:41:56.334Z] # $GIT_DIR = /w/workspace/xfoundry_go-mod-messaging_PR-102/.git [2021-04-20T15:41:56.334Z] # $GIT_WORK_TREE = /w/workspace/xfoundry_go-mod-messaging_PR-102 [2021-04-20T15:41:56.334Z] # $SEMVER_REMOTE_NAME = origin [2021-04-20T15:41:56.334Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-04-20T15:41:56.334Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-04-20T15:41:56.334Z] # $SEMVER_BRANCH = PR-102 [2021-04-20T15:41:56.334Z] # $SEMVER_TEMP = /tmp/semver-325211546 [2021-04-20T15:41:56.334Z] # git clone --branch semver git@github.com:edgexfoundry/go-mod-messaging.git $SEMVER_TEMP [2021-04-20T15:41:56.910Z] # '/tmp/semver-325211546' -> '/w/workspace/xfoundry_go-mod-messaging_PR-102/.semver' [2021-04-20T15:41:56.910Z] # -> Force: false [2021-04-20T15:41:56.910Z] # $SEMVER_DIR = /w/workspace/xfoundry_go-mod-messaging_PR-102/.semver [Pipeline] } [2021-04-20T15:41:56.920Z] $ docker exec --env ******** --env ******** 39da2505aea7a022b77907f311fc476c04599366f9a992a10cb8ed297dac94ff ssh-agent -k [2021-04-20T15:41:57.039Z] unset SSH_AUTH_SOCK; [2021-04-20T15:41:57.040Z] unset SSH_AGENT_PID; [2021-04-20T15:41:57.040Z] echo Agent pid 49 killed; [2021-04-20T15:41:57.093Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-20T15:41:57.430Z] + git semver [Pipeline] } [2021-04-20T15:41:57.445Z] $ docker stop --time=1 39da2505aea7a022b77907f311fc476c04599366f9a992a10cb8ed297dac94ff [2021-04-20T15:41:58.912Z] $ docker rm -f 39da2505aea7a022b77907f311fc476c04599366f9a992a10cb8ed297dac94ff [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-20T15:41:59.370Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-04-20T15:41:59.751Z] Stashed 1 file(s) [Pipeline] echo [2021-04-20T15:41:59.754Z] [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-04-20T15:42:00.131Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-1181 in /w/workspace/xfoundry_go-mod-messaging_PR-102 [Pipeline] { [Pipeline] ws [2021-04-20T15:42:00.149Z] Running in /w/workspace/go-mod-messaging/3 [Pipeline] { [Pipeline] checkout [2021-04-20T15:42:00.281Z] Running on prd-centos7-docker-4c-2g-1175 in /w/workspace/xfoundry_go-mod-messaging_PR-102 [Pipeline] { [Pipeline] ws [2021-04-20T15:42:00.299Z] Running in /w/workspace/go-mod-messaging/3 [Pipeline] { [Pipeline] checkout [2021-04-20T15:42:05.319Z] using credential edgex-jenkins-ssh [2021-04-20T15:42:05.341Z] Cloning the remote Git repository [2021-04-20T15:42:05.396Z] Cloning repository git@github.com:edgexfoundry/go-mod-messaging.git [2021-04-20T15:42:05.505Z] > git init /w/workspace/go-mod-messaging/3 # timeout=10 [2021-04-20T15:42:05.591Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-messaging.git [2021-04-20T15:42:05.592Z] > git --version # timeout=10 [2021-04-20T15:42:05.608Z] > git --version # 'git version 2.17.1' [2021-04-20T15:42:05.610Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-20T15:42:05.678Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-messaging.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-20T15:42:07.374Z] Merging remotes/origin/master commit 4d2c7cbbe4ec454cf553977e16078aff79e24f14 into PR head commit 192d447fc0ce8271df41aa59705098b0a95e074c [2021-04-20T15:42:07.576Z] Merge succeeded, producing 192d447fc0ce8271df41aa59705098b0a95e074c [2021-04-20T15:42:07.577Z] Checking out Revision 192d447fc0ce8271df41aa59705098b0a95e074c (PR-102) [2021-04-20T15:42:07.619Z] using credential edgex-jenkins-ssh [2021-04-20T15:42:07.633Z] Cloning the remote Git repository [2021-04-20T15:42:06.554Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-messaging.git # timeout=10 [2021-04-20T15:42:06.575Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-20T15:42:06.600Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-messaging.git # timeout=10 [2021-04-20T15:42:06.638Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-messaging.git [2021-04-20T15:42:06.638Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-20T15:42:06.651Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-messaging.git +refs/pull/102/head:refs/remotes/origin/PR-102 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-04-20T15:42:07.390Z] > git config core.sparsecheckout # timeout=10 [2021-04-20T15:42:07.405Z] > git checkout -f 192d447fc0ce8271df41aa59705098b0a95e074c # timeout=10 [2021-04-20T15:42:07.481Z] > git remote # timeout=10 [2021-04-20T15:42:07.507Z] > git config --get remote.origin.url # timeout=10 [2021-04-20T15:42:07.530Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-20T15:42:07.541Z] > git merge 4d2c7cbbe4ec454cf553977e16078aff79e24f14 # timeout=10 [2021-04-20T15:42:07.563Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-04-20T15:42:07.584Z] > git config core.sparsecheckout # timeout=10 [2021-04-20T15:42:07.595Z] > git checkout -f 192d447fc0ce8271df41aa59705098b0a95e074c # timeout=10 [2021-04-20T15:42:07.664Z] Cloning repository git@github.com:edgexfoundry/go-mod-messaging.git [2021-04-20T15:42:07.744Z] > git init /w/workspace/go-mod-messaging/3 # timeout=10 [2021-04-20T15:42:07.883Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-messaging.git [2021-04-20T15:42:07.883Z] > git --version # timeout=10 [2021-04-20T15:42:07.924Z] > git --version # 'git version 2.24.3' [2021-04-20T15:42:07.925Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-20T15:42:08.140Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-messaging.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-20T15:42:08.878Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-messaging.git # timeout=10 [2021-04-20T15:42:08.919Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-20T15:42:08.998Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-messaging.git # timeout=10 [2021-04-20T15:42:09.053Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-messaging.git [2021-04-20T15:42:09.057Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-20T15:42:09.072Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-messaging.git +refs/pull/102/head:refs/remotes/origin/PR-102 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-04-20T15:42:09.659Z] Merging remotes/origin/master commit 4d2c7cbbe4ec454cf553977e16078aff79e24f14 into PR head commit 192d447fc0ce8271df41aa59705098b0a95e074c [2021-04-20T15:42:09.996Z] Merge succeeded, producing 192d447fc0ce8271df41aa59705098b0a95e074c [2021-04-20T15:42:09.997Z] Checking out Revision 192d447fc0ce8271df41aa59705098b0a95e074c (PR-102) [2021-04-20T15:42:09.682Z] > git config core.sparsecheckout # timeout=10 [2021-04-20T15:42:09.757Z] > git checkout -f 192d447fc0ce8271df41aa59705098b0a95e074c # timeout=10 [2021-04-20T15:42:09.880Z] > git remote # timeout=10 [2021-04-20T15:42:09.900Z] > git config --get remote.origin.url # timeout=10 [2021-04-20T15:42:09.935Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-20T15:42:09.943Z] > git merge 4d2c7cbbe4ec454cf553977e16078aff79e24f14 # timeout=10 [2021-04-20T15:42:09.969Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-04-20T15:42:10.008Z] > git config core.sparsecheckout # timeout=10 [2021-04-20T15:42:10.018Z] > git checkout -f 192d447fc0ce8271df41aa59705098b0a95e074c # timeout=10 [2021-04-20T15:42:11.809Z] Commit message: "feat: Add ReceivedTopic to MessageEnvelope & remove Checksum" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-04-20T15:42:13.100Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-04-20T15:42:13.528Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-04-20T15:42:13.870Z] + true [2021-04-20T15:42:13.870Z] + sudo service docker restart [2021-04-20T15:42:14.616Z] Commit message: "feat: Add ReceivedTopic to MessageEnvelope & remove Checksum" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [Pipeline] unstash [Pipeline] echo [2021-04-20T15:42:17.113Z] ========================================================= [2021-04-20T15:42:17.113Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-04-20T15:42:17.113Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-04-20T15:42:17.193Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-04-20T15:42:17.464Z] + 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-04-20T15:42:17.789Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-04-20T15:42:18.173Z] + sudo service docker restart [2021-04-20T15:42:18.173Z] + true [2021-04-20T15:42:18.173Z] Redirecting to /bin/systemctl restart docker.service [2021-04-20T15:42:18.444Z] Sending build context to Docker daemon 594.4kB [2021-04-20T15:42:18.445Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2021-04-20T15:42:18.445Z] Step 2/7 : FROM ${BASE} [2021-04-20T15:42:18.720Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-04-20T15:42:18.720Z] 5f621e34cdf4: Pulling fs layer [2021-04-20T15:42:18.720Z] a4357932f1b6: Pulling fs layer [2021-04-20T15:42:18.720Z] 18c013af1878: Pulling fs layer [2021-04-20T15:42:18.720Z] 00ac8860ef70: Pulling fs layer [2021-04-20T15:42:18.720Z] 63d7cb157983: Pulling fs layer [2021-04-20T15:42:18.720Z] b116817d02f9: Pulling fs layer [2021-04-20T15:42:18.720Z] 745a02a5169b: Pulling fs layer [2021-04-20T15:42:18.720Z] 00ac8860ef70: Waiting [2021-04-20T15:42:18.720Z] 63d7cb157983: Waiting [2021-04-20T15:42:18.720Z] b116817d02f9: Waiting [2021-04-20T15:42:18.720Z] 745a02a5169b: Waiting [2021-04-20T15:42:18.720Z] 18c013af1878: Verifying Checksum [2021-04-20T15:42:18.720Z] 18c013af1878: Download complete [2021-04-20T15:42:18.720Z] a4357932f1b6: Verifying Checksum [2021-04-20T15:42:18.720Z] a4357932f1b6: Download complete [2021-04-20T15:42:18.720Z] 63d7cb157983: Verifying Checksum [2021-04-20T15:42:18.720Z] 63d7cb157983: Download complete [2021-04-20T15:42:18.995Z] 5f621e34cdf4: Verifying Checksum [2021-04-20T15:42:18.995Z] 5f621e34cdf4: Download complete [2021-04-20T15:42:18.995Z] b116817d02f9: Verifying Checksum [2021-04-20T15:42:18.995Z] b116817d02f9: Download complete [2021-04-20T15:42:19.598Z] 5f621e34cdf4: Pull complete [2021-04-20T15:42:19.874Z] a4357932f1b6: Pull complete [Pipeline] unstash [Pipeline] echo [2021-04-20T15:42:20.469Z] ========================================================= [2021-04-20T15:42:20.469Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-04-20T15:42:20.469Z] ========================================================= [2021-04-20T15:42:20.477Z] 18c013af1878: Pull complete [Pipeline] isUnix [Pipeline] sh [2021-04-20T15:42:20.827Z] + 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-04-20T15:42:21.074Z] 745a02a5169b: Verifying Checksum [2021-04-20T15:42:21.074Z] 745a02a5169b: Download complete [2021-04-20T15:42:21.804Z] Sending build context to Docker daemon 595.5kB [2021-04-20T15:42:21.804Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2021-04-20T15:42:21.804Z] Step 2/7 : FROM ${BASE} [2021-04-20T15:42:22.083Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-04-20T15:42:22.083Z] 188c0c94c7c5: Pulling fs layer [2021-04-20T15:42:22.083Z] 0ef7d3d256c8: Pulling fs layer [2021-04-20T15:42:22.083Z] de9db76c5a1d: Pulling fs layer [2021-04-20T15:42:22.083Z] bca2f99d35d6: Pulling fs layer [2021-04-20T15:42:22.083Z] 93359f2a8cfa: Pulling fs layer [2021-04-20T15:42:22.083Z] 7c6f9722023f: Pulling fs layer [2021-04-20T15:42:22.083Z] a35cf1a2eb13: Pulling fs layer [2021-04-20T15:42:22.083Z] 93359f2a8cfa: Waiting [2021-04-20T15:42:22.083Z] 7c6f9722023f: Waiting [2021-04-20T15:42:22.083Z] a35cf1a2eb13: Waiting [2021-04-20T15:42:22.083Z] bca2f99d35d6: Waiting [2021-04-20T15:42:22.083Z] de9db76c5a1d: Verifying Checksum [2021-04-20T15:42:22.083Z] de9db76c5a1d: Download complete [2021-04-20T15:42:22.083Z] 0ef7d3d256c8: Verifying Checksum [2021-04-20T15:42:22.083Z] 0ef7d3d256c8: Download complete [2021-04-20T15:42:22.083Z] 93359f2a8cfa: Verifying Checksum [2021-04-20T15:42:22.083Z] 93359f2a8cfa: Download complete [2021-04-20T15:42:22.083Z] 7c6f9722023f: Verifying Checksum [2021-04-20T15:42:22.083Z] 7c6f9722023f: Download complete [2021-04-20T15:42:22.355Z] 188c0c94c7c5: Verifying Checksum [2021-04-20T15:42:22.355Z] 188c0c94c7c5: Download complete [2021-04-20T15:42:22.530Z] 00ac8860ef70: Verifying Checksum [2021-04-20T15:42:22.530Z] 00ac8860ef70: Download complete [2021-04-20T15:42:22.971Z] 188c0c94c7c5: Pull complete [2021-04-20T15:42:23.269Z] 0ef7d3d256c8: Pull complete [2021-04-20T15:42:23.558Z] de9db76c5a1d: Pull complete [2021-04-20T15:42:25.029Z] a35cf1a2eb13: Verifying Checksum [2021-04-20T15:42:25.029Z] a35cf1a2eb13: Download complete [2021-04-20T15:42:26.468Z] bca2f99d35d6: Verifying Checksum [2021-04-20T15:42:26.468Z] bca2f99d35d6: Download complete [2021-04-20T15:42:32.705Z] 00ac8860ef70: Pull complete [2021-04-20T15:42:32.979Z] 63d7cb157983: Pull complete [2021-04-20T15:42:33.582Z] b116817d02f9: Pull complete [2021-04-20T15:42:36.989Z] 745a02a5169b: Pull complete [2021-04-20T15:42:36.989Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-04-20T15:42:36.989Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-04-20T15:42:36.989Z] ---> b7e6874047d6 [2021-04-20T15:42:36.989Z] Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2021-04-20T15:42:40.389Z] ---> Running in 70bba79b2766 [2021-04-20T15:42:40.389Z] Removing intermediate container 70bba79b2766 [2021-04-20T15:42:40.389Z] ---> 7399f245fa89 [2021-04-20T15:42:40.389Z] Step 4/7 : RUN apk add --update --no-cache zeromq-dev bash [2021-04-20T15:42:40.389Z] ---> Running in a95163743550 [2021-04-20T15:42:41.840Z] bca2f99d35d6: Pull complete [2021-04-20T15:42:41.840Z] 93359f2a8cfa: Pull complete [2021-04-20T15:42:41.840Z] 7c6f9722023f: Pull complete [2021-04-20T15:42:41.919Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-20T15:42:42.511Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-20T15:42:43.108Z] (1/5) Installing libsodium (1.0.18-r0) [2021-04-20T15:42:43.377Z] (2/5) Installing libzmq (4.3.3-r0) [2021-04-20T15:42:43.377Z] (3/5) Installing pkgconf (1.7.2-r0) [2021-04-20T15:42:43.377Z] (4/5) Installing libsodium-dev (1.0.18-r0) [2021-04-20T15:42:43.648Z] (5/5) Installing zeromq-dev (4.3.3-r0) [2021-04-20T15:42:43.648Z] Executing busybox-1.31.1-r19.trigger [2021-04-20T15:42:43.648Z] OK: 144 MiB in 44 packages [2021-04-20T15:42:45.082Z] Removing intermediate container a95163743550 [2021-04-20T15:42:45.082Z] ---> 8c6a79cd04ef [2021-04-20T15:42:45.082Z] Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry [2021-04-20T15:42:45.355Z] ---> Running in 529617c3c94a [2021-04-20T15:42:45.956Z] Removing intermediate container 529617c3c94a [2021-04-20T15:42:45.956Z] ---> 9040425bbfd9 [2021-04-20T15:42:45.956Z] Step 6/7 : COPY go.mod . [2021-04-20T15:42:46.560Z] ---> 70e413fa503a [2021-04-20T15:42:46.560Z] Step 7/7 : RUN go mod download [2021-04-20T15:42:46.560Z] ---> Running in 176a5d1bcabf [2021-04-20T15:42:50.456Z] a35cf1a2eb13: Pull complete [2021-04-20T15:42:50.456Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-04-20T15:42:50.456Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-04-20T15:42:50.456Z] ---> a62c8e92a672 [2021-04-20T15:42:50.456Z] Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2021-04-20T15:42:50.456Z] ---> Running in 21db1b9e9f5c [2021-04-20T15:42:51.185Z] Removing intermediate container 21db1b9e9f5c [2021-04-20T15:42:51.185Z] ---> 47d78179e3a0 [2021-04-20T15:42:51.185Z] Step 4/7 : RUN apk add --update --no-cache zeromq-dev bash [2021-04-20T15:42:51.185Z] ---> Running in 1b991d3bedf2 [2021-04-20T15:42:52.155Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-20T15:42:52.738Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-20T15:42:53.465Z] (1/5) Installing libsodium (1.0.18-r0) [2021-04-20T15:42:53.465Z] (2/5) Installing libzmq (4.3.3-r0) [2021-04-20T15:42:53.747Z] (3/5) Installing pkgconf (1.7.2-r0) [2021-04-20T15:42:53.747Z] (4/5) Installing libsodium-dev (1.0.18-r0) [2021-04-20T15:42:54.057Z] (5/5) Installing zeromq-dev (4.3.3-r0) [2021-04-20T15:42:54.057Z] Executing busybox-1.31.1-r19.trigger [2021-04-20T15:42:54.057Z] OK: 167 MiB in 44 packages [2021-04-20T15:42:55.648Z] Removing intermediate container 1b991d3bedf2 [2021-04-20T15:42:55.648Z] ---> fe4c58f12e7d [2021-04-20T15:42:55.648Z] Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry [2021-04-20T15:42:56.029Z] ---> Running in 41a927a61593 [2021-04-20T15:42:56.345Z] Removing intermediate container 41a927a61593 [2021-04-20T15:42:56.345Z] ---> 85adbde37aee [2021-04-20T15:42:56.345Z] Step 6/7 : COPY go.mod . [2021-04-20T15:42:57.568Z] ---> 56aabb4c30d9 [2021-04-20T15:42:57.568Z] Step 7/7 : RUN go mod download [2021-04-20T15:42:57.568Z] ---> Running in 7262f1c50330 [2021-04-20T15:43:01.636Z] Removing intermediate container 176a5d1bcabf [2021-04-20T15:43:01.637Z] ---> 2a7b19507d1b [2021-04-20T15:43:01.637Z] Successfully built 2a7b19507d1b [2021-04-20T15:43:01.637Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-20T15:43:01.994Z] + docker inspect -f . ci-base-image-arm64 [2021-04-20T15:43:01.994Z] . [Pipeline] withDockerContainer [2021-04-20T15:43:02.243Z] prd-ubuntu18.04-docker-arm64-4c-16g-1181 does not seem to be running inside a container [2021-04-20T15:43:02.333Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-messaging/3 -v /w/workspace/go-mod-messaging/3:/w/workspace/go-mod-messaging/3:rw,z -v /w/workspace/go-mod-messaging/3@tmp:/w/workspace/go-mod-messaging/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-04-20T15:43:03.884Z] $ docker top 74be2dd3a383de54b3a2a5d4e5b1ed520fe149f5a78d60740b8e7209c793c100 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-20T15:43:04.837Z] + go version [2021-04-20T15:43:04.837Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-04-20T15:43:04.859Z] $ docker stop --time=1 74be2dd3a383de54b3a2a5d4e5b1ed520fe149f5a78d60740b8e7209c793c100 [2021-04-20T15:43:06.810Z] $ docker rm -f 74be2dd3a383de54b3a2a5d4e5b1ed520fe149f5a78d60740b8e7209c793c100 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-20T15:43:07.522Z] + docker inspect -f . ci-base-image-arm64 [2021-04-20T15:43:07.522Z] . [Pipeline] withDockerContainer [2021-04-20T15:43:07.794Z] prd-ubuntu18.04-docker-arm64-4c-16g-1181 does not seem to be running inside a container [2021-04-20T15:43:07.874Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-messaging/3 -v /w/workspace/go-mod-messaging/3:/w/workspace/go-mod-messaging/3:rw,z -v /w/workspace/go-mod-messaging/3@tmp:/w/workspace/go-mod-messaging/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-04-20T15:43:09.470Z] $ docker top 34eb052dde1288c23205e87bd313379d54d3a969a1518b0244a98c7d4975a223 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-20T15:43:10.427Z] + make test [2021-04-20T15:43:10.427Z] CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2021-04-20T15:43:16.230Z] Removing intermediate container 7262f1c50330 [2021-04-20T15:43:16.230Z] ---> 9f83cf923232 [2021-04-20T15:43:16.230Z] Successfully built 9f83cf923232 [2021-04-20T15:43:16.230Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-20T15:43:16.578Z] + docker inspect -f . ci-base-image-x86_64 [2021-04-20T15:43:17.321Z] . [Pipeline] withDockerContainer [2021-04-20T15:43:18.171Z] prd-centos7-docker-4c-2g-1175 does not seem to be running inside a container [2021-04-20T15:43:18.451Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-messaging/3 -v /w/workspace/go-mod-messaging/3:/w/workspace/go-mod-messaging/3:rw,z -v /w/workspace/go-mod-messaging/3@tmp:/w/workspace/go-mod-messaging/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-04-20T15:43:21.290Z] $ docker top 507609c918af04b6277d09a59f5da856a4bf8904e1e0933bc524e78ba8404d61 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-20T15:43:22.514Z] + go version [2021-04-20T15:43:22.514Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-04-20T15:43:22.543Z] $ docker stop --time=1 507609c918af04b6277d09a59f5da856a4bf8904e1e0933bc524e78ba8404d61 [2021-04-20T15:43:22.857Z] ? github.com/edgexfoundry/go-mod-messaging/v2/internal/pkg [no test files] [2021-04-20T15:43:24.816Z] $ docker rm -f 507609c918af04b6277d09a59f5da856a4bf8904e1e0933bc524e78ba8404d61 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-20T15:43:26.496Z] + docker inspect -f . ci-base-image-x86_64 [2021-04-20T15:43:26.496Z] . [Pipeline] withDockerContainer [2021-04-20T15:43:26.639Z] prd-centos7-docker-4c-2g-1175 does not seem to be running inside a container [2021-04-20T15:43:26.707Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-messaging/3 -v /w/workspace/go-mod-messaging/3:/w/workspace/go-mod-messaging/3:rw,z -v /w/workspace/go-mod-messaging/3@tmp:/w/workspace/go-mod-messaging/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-04-20T15:43:27.634Z] ok github.com/edgexfoundry/go-mod-messaging/v2/internal/pkg/mqtt 0.049s coverage: 90.0% of statements [2021-04-20T15:43:27.797Z] $ docker top 42201fe30196056e53ae4e08263e1b62bc4bf096b0452af69da5fb18e274b0b7 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-20T15:43:28.759Z] + make test [2021-04-20T15:43:28.759Z] CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2021-04-20T15:43:40.076Z] ok github.com/edgexfoundry/go-mod-messaging/v2/internal/pkg/redis/streams 0.019s coverage: 67.3% of statements [2021-04-20T15:43:40.076Z] ? github.com/edgexfoundry/go-mod-messaging/v2/internal/pkg/redis/streams/mocks [no test files] [2021-04-20T15:43:41.864Z] ? github.com/edgexfoundry/go-mod-messaging/v2/internal/pkg [no test files] [2021-04-20T15:43:46.484Z] ok github.com/edgexfoundry/go-mod-messaging/v2/internal/pkg/mqtt 0.066s coverage: 90.0% of statements [2021-04-20T15:43:59.874Z] ok github.com/edgexfoundry/go-mod-messaging/v2/internal/pkg/redis/streams 0.035s coverage: 67.3% of statements [2021-04-20T15:43:59.874Z] ? github.com/edgexfoundry/go-mod-messaging/v2/internal/pkg/redis/streams/mocks [no test files] [2021-04-20T15:44:02.204Z] ok github.com/edgexfoundry/go-mod-messaging/v2/internal/pkg/zeromq 21.377s coverage: 83.8% of statements [2021-04-20T15:44:02.204Z] ok github.com/edgexfoundry/go-mod-messaging/v2/messaging 0.019s coverage: 85.7% of statements [2021-04-20T15:44:02.204Z] ok github.com/edgexfoundry/go-mod-messaging/v2/messaging/mqtt 0.013s coverage: 100.0% of statements [2021-04-20T15:44:02.204Z] ok github.com/edgexfoundry/go-mod-messaging/v2/messaging/redis 0.013s coverage: 100.0% of statements [2021-04-20T15:44:02.204Z] ok github.com/edgexfoundry/go-mod-messaging/v2/pkg/types 0.057s coverage: 90.9% of statements [2021-04-20T15:44:02.204Z] CGO_ENABLED=1 GO111MODULE=on go vet ./... [2021-04-20T15:44:05.602Z] gofmt -l . [2021-04-20T15:44:05.872Z] [ "`gofmt -l .`" = "" ] [Pipeline] } [2021-04-20T15:44:05.896Z] $ docker stop --time=1 34eb052dde1288c23205e87bd313379d54d3a969a1518b0244a98c7d4975a223 [2021-04-20T15:44:08.073Z] $ docker rm -f 34eb052dde1288c23205e87bd313379d54d3a969a1518b0244a98c7d4975a223 [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-20T15:44:08.834Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-04-20T15:44:09.694Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [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 Post stage [Pipeline] libraryResource [Pipeline] sh [2021-04-20T15:44:10.465Z] ---> job-cost.sh [2021-04-20T15:44:10.465Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-OHVm [2021-04-20T15:44:22.641Z] ok github.com/edgexfoundry/go-mod-messaging/v2/internal/pkg/zeromq 21.442s coverage: 83.8% of statements [2021-04-20T15:44:22.642Z] ok github.com/edgexfoundry/go-mod-messaging/v2/messaging 0.015s coverage: 85.7% of statements [2021-04-20T15:44:22.642Z] ok github.com/edgexfoundry/go-mod-messaging/v2/messaging/mqtt 0.120s coverage: 100.0% of statements [2021-04-20T15:44:22.642Z] ok github.com/edgexfoundry/go-mod-messaging/v2/messaging/redis 0.067s coverage: 100.0% of statements [2021-04-20T15:44:22.642Z] ok github.com/edgexfoundry/go-mod-messaging/v2/pkg/types 0.044s coverage: 90.9% of statements [2021-04-20T15:44:22.642Z] CGO_ENABLED=1 GO111MODULE=on go vet ./... [2021-04-20T15:44:22.907Z] gofmt -l . [2021-04-20T15:44:23.174Z] [ "`gofmt -l .`" = "" ] [Pipeline] } [2021-04-20T15:44:23.209Z] $ docker stop --time=1 42201fe30196056e53ae4e08263e1b62bc4bf096b0452af69da5fb18e274b0b7 [2021-04-20T15:44:26.468Z] $ docker rm -f 42201fe30196056e53ae4e08263e1b62bc4bf096b0452af69da5fb18e274b0b7 [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-20T15:44:27.274Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-04-20T15:44:27.575Z] Warning: overwriting stash ‘coverage-report’ [2021-04-20T15:44:28.301Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [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 Post stage [Pipeline] libraryResource [Pipeline] sh [2021-04-20T15:44:28.895Z] ---> job-cost.sh [2021-04-20T15:44:28.895Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-rlMY [2021-04-20T15:44:49.416Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-04-20T15:44:55.855Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-04-20T15:45:43.049Z] lf-activate-venv(): INFO: Adding /tmp/venv-rlMY/bin to PATH [2021-04-20T15:45:43.049Z] INFO: No Stack... [2021-04-20T15:45:43.049Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-04-20T15:45:43.049Z] INFO: Archiving Costs [Pipeline] sh [2021-04-20T15:45:43.383Z] + cat /w/workspace/go-mod-messaging/3/archives/cost.csv [2021-04-20T15:45:43.383Z] + cut -d, -f6 [Pipeline] lock [2021-04-20T15:45:43.507Z] Trying to acquire lock on [jenkins-edgexfoundry-go-mod-messaging-PR-102-3-stack-cost] [2021-04-20T15:45:43.519Z] Resource [jenkins-edgexfoundry-go-mod-messaging-PR-102-3-stack-cost] did not exist. Created. [2021-04-20T15:45:43.519Z] Lock acquired on [jenkins-edgexfoundry-go-mod-messaging-PR-102-3-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-04-20T15:45:44.287Z] + echo total: 0.029999999329447746 [Pipeline] stash [2021-04-20T15:45:44.605Z] Stashed 1 file(s) [Pipeline] } [2021-04-20T15:45:44.616Z] Lock released on resource [jenkins-edgexfoundry-go-mod-messaging-PR-102-3-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-04-20T15:46:11.146Z] lf-activate-venv(): INFO: Adding /tmp/venv-OHVm/bin to PATH [2021-04-20T15:46:11.146Z] INFO: No Stack... [2021-04-20T15:46:11.146Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-04-20T15:46:11.146Z] INFO: Archiving Costs [Pipeline] sh [2021-04-20T15:46:11.479Z] + cut -d, -f6 [2021-04-20T15:46:11.479Z] + cat /w/workspace/go-mod-messaging/3/archives/cost.csv [Pipeline] lock [2021-04-20T15:46:11.603Z] Trying to acquire lock on [jenkins-edgexfoundry-go-mod-messaging-PR-102-3-stack-cost] [2021-04-20T15:46:11.635Z] Resource [jenkins-edgexfoundry-go-mod-messaging-PR-102-3-stack-cost] did not exist. Created. [2021-04-20T15:46:11.635Z] Lock acquired on [jenkins-edgexfoundry-go-mod-messaging-PR-102-3-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-04-20T15:46:12.008Z] /w/workspace/go-mod-messaging/3@tmp/durable-2ffbee81/script.sh: 1: /w/workspace/go-mod-messaging/3@tmp/durable-2ffbee81/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh [2021-04-20T15:46:12.346Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-04-20T15:46:12.380Z] Warning: overwriting stash ‘stack-cost’ [2021-04-20T15:46:12.527Z] Stashed 1 file(s) [Pipeline] } [2021-04-20T15:46:12.539Z] Lock released on resource [jenkins-edgexfoundry-go-mod-messaging-PR-102-3-stack-cost] [Pipeline] // lock [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-04-20T15:46:12.948Z] provisioning config files... [2021-04-20T15:46:12.964Z] copy managed file [go-mod-messaging-codecov-token] to file:/w/workspace/xfoundry_go-mod-messaging_PR-102@tmp/config8144940297892943463tmp [Pipeline] { [Pipeline] sh [2021-04-20T15:46:13.292Z] + set +x [2021-04-20T15:46:13.292Z] + curl -s https://codecov.io/bash [2021-04-20T15:46:13.292Z] + bash -s -- [2021-04-20T15:46:13.556Z] [2021-04-20T15:46:13.556Z] _____ _ [2021-04-20T15:46:13.556Z] / ____| | | [2021-04-20T15:46:13.556Z] | | ___ __| | ___ ___ _____ __ [2021-04-20T15:46:13.556Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-04-20T15:46:13.556Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-04-20T15:46:13.556Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-04-20T15:46:13.556Z] Bash-1.0.2 [2021-04-20T15:46:13.556Z] [2021-04-20T15:46:13.556Z] [2021-04-20T15:46:13.556Z] ==> git version 2.24.3 found [2021-04-20T15:46:13.556Z] ==> 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-04-20T15:46:13.556Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-04-20T15:46:13.556Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-04-20T15:46:13.556Z] ==> Jenkins CI detected. [2021-04-20T15:46:13.556Z] project root: . [2021-04-20T15:46:13.556Z] --> token set from env [2021-04-20T15:46:13.556Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-04-20T15:46:13.556Z] ==> Running gcov in . (disable via -X gcov) [2021-04-20T15:46:13.556Z] ==> Python coveragepy not found [2021-04-20T15:46:13.556Z] ==> Searching for coverage reports in: [2021-04-20T15:46:13.556Z] + . [2021-04-20T15:46:13.556Z] -> Found 1 reports [2021-04-20T15:46:13.556Z] ==> Detecting git/mercurial file structure [2021-04-20T15:46:13.556Z] ==> Reading reports [2021-04-20T15:46:13.556Z] + ./coverage.out bytes=22462 [2021-04-20T15:46:13.556Z] ==> Appending adjustments [2021-04-20T15:46:13.556Z] https://docs.codecov.io/docs/fixing-reports [2021-04-20T15:46:13.819Z] + Found adjustments [2021-04-20T15:46:13.819Z] ==> Gzipping contents [2021-04-20T15:46:13.819Z] 8.0K /tmp/codecov.Beiw0y.gz [2021-04-20T15:46:13.819Z] ==> Uploading reports [2021-04-20T15:46:13.819Z] url: https://codecov.io [2021-04-20T15:46:13.819Z] query: branch=PR-102&commit=192d447fc0ce8271df41aa59705098b0a95e074c&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-messaging%2Fjob%2FPR-102%2F3%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-messaging&service=jenkins&flags=&pr=102&job=&cmd_args= [2021-04-20T15:46:13.819Z] -> Pinging Codecov [2021-04-20T15:46:13.819Z] https://codecov.io/upload/v4?package=bash-1.0.2&token=secret&branch=PR-102&commit=192d447fc0ce8271df41aa59705098b0a95e074c&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-messaging%2Fjob%2FPR-102%2F3%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-messaging&service=jenkins&flags=&pr=102&job=&cmd_args= [2021-04-20T15:46:14.396Z] -> Uploading to [2021-04-20T15:46:14.396Z] https://storage.googleapis.com/codecov/v4/raw/2021-04-20/F6E385568367DD0E4001BA4F8F1CB792/192d447fc0ce8271df41aa59705098b0a95e074c/3489da0b-4066-4e4c-b0a1-161086eddbac.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210420%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210420T154614Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=a0b8871b7cf9d39aa342eb1fec63a89af52de4247ab7eecac7234f9a8cd97b9b [2021-04-20T15:46:14.396Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-20T15:46:14.396Z] Dload Upload Total Spent Left Speed [2021-04-20T15:46:14.973Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 5293 0 0 100 5293 0 11144 --:--:-- --:--:-- --:--:-- 11143 100 5293 0 0 100 5293 0 11140 --:--:-- --:--:-- --:--:-- 11143 [2021-04-20T15:46:14.973Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/go-mod-messaging/commit/192d447fc0ce8271df41aa59705098b0a95e074c [Pipeline] } [2021-04-20T15:46:14.983Z] 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] { (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-04-20T15:46:15.891Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-20T15:46:16.462Z] ---> package-listing.sh [2021-04-20T15:46:16.462Z] ++ tr '[:upper:]' '[:lower:]' [2021-04-20T15:46:16.462Z] ++ facter osfamily [2021-04-20T15:46:16.462Z] + OS_FAMILY=redhat [2021-04-20T15:46:16.462Z] + workspace=/w/workspace/xfoundry_go-mod-messaging_PR-102 [2021-04-20T15:46:16.462Z] + START_PACKAGES=/tmp/packages_start.txt [2021-04-20T15:46:16.462Z] + END_PACKAGES=/tmp/packages_end.txt [2021-04-20T15:46:16.462Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-04-20T15:46:16.462Z] + PACKAGES=/tmp/packages_start.txt [2021-04-20T15:46:16.462Z] + '[' /w/workspace/xfoundry_go-mod-messaging_PR-102 ']' [2021-04-20T15:46:16.462Z] + PACKAGES=/tmp/packages_end.txt [2021-04-20T15:46:16.462Z] + case "${OS_FAMILY}" in [2021-04-20T15:46:16.462Z] + rpm -qa [2021-04-20T15:46:16.462Z] + sort [2021-04-20T15:46:21.785Z] + '[' -f /tmp/packages_start.txt ']' [2021-04-20T15:46:21.785Z] + '[' -f /tmp/packages_end.txt ']' [2021-04-20T15:46:21.785Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-04-20T15:46:21.785Z] + '[' /w/workspace/xfoundry_go-mod-messaging_PR-102 ']' [2021-04-20T15:46:21.785Z] + mkdir -p /w/workspace/xfoundry_go-mod-messaging_PR-102/archives/ [2021-04-20T15:46:21.785Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/xfoundry_go-mod-messaging_PR-102/archives/ [Pipeline] echo [2021-04-20T15:46:21.801Z] 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/xfoundry_go-mod-messaging_PR-102/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-04-20T15:46:22.094Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-04-20T15:46:22.402Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-20T15:46:22.402Z] [2021-04-20T15:46:22.402Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-04-20T15:46:22.778Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-20T15:46:22.778Z] alpine: Pulling from edgex-lftools-log-publisher [2021-04-20T15:46:22.778Z] df20fa9351a1: Pulling fs layer [2021-04-20T15:46:22.778Z] 36b3adc4ff6f: Pulling fs layer [2021-04-20T15:46:22.778Z] 8ad3a11d3b57: Pulling fs layer [2021-04-20T15:46:22.778Z] 46f8f816bc3b: Pulling fs layer [2021-04-20T15:46:22.778Z] 93b61091891f: Pulling fs layer [2021-04-20T15:46:22.778Z] 93b9cdb0e59b: Pulling fs layer [2021-04-20T15:46:22.778Z] 5e14af77c1be: Pulling fs layer [2021-04-20T15:46:22.778Z] 01666e4c0597: Pulling fs layer [2021-04-20T15:46:22.778Z] aa168da1d23b: Pulling fs layer [2021-04-20T15:46:22.778Z] 93b61091891f: Waiting [2021-04-20T15:46:22.778Z] 5e14af77c1be: Waiting [2021-04-20T15:46:22.778Z] 01666e4c0597: Waiting [2021-04-20T15:46:22.778Z] aa168da1d23b: Waiting [2021-04-20T15:46:22.778Z] 93b9cdb0e59b: Waiting [2021-04-20T15:46:22.778Z] 46f8f816bc3b: Waiting [2021-04-20T15:46:22.778Z] 36b3adc4ff6f: Verifying Checksum [2021-04-20T15:46:22.778Z] 36b3adc4ff6f: Download complete [2021-04-20T15:46:22.778Z] 46f8f816bc3b: Verifying Checksum [2021-04-20T15:46:22.778Z] 46f8f816bc3b: Download complete [2021-04-20T15:46:22.778Z] df20fa9351a1: Verifying Checksum [2021-04-20T15:46:22.778Z] df20fa9351a1: Download complete [2021-04-20T15:46:23.122Z] 93b9cdb0e59b: Verifying Checksum [2021-04-20T15:46:23.122Z] 93b9cdb0e59b: Download complete [2021-04-20T15:46:23.122Z] 5e14af77c1be: Verifying Checksum [2021-04-20T15:46:23.122Z] 5e14af77c1be: Download complete [2021-04-20T15:46:23.122Z] 01666e4c0597: Verifying Checksum [2021-04-20T15:46:23.122Z] 01666e4c0597: Download complete [2021-04-20T15:46:23.122Z] 93b61091891f: Verifying Checksum [2021-04-20T15:46:23.122Z] 93b61091891f: Download complete [2021-04-20T15:46:23.122Z] 8ad3a11d3b57: Verifying Checksum [2021-04-20T15:46:23.122Z] 8ad3a11d3b57: Download complete [2021-04-20T15:46:23.405Z] df20fa9351a1: Pull complete [2021-04-20T15:46:23.405Z] 36b3adc4ff6f: Pull complete [2021-04-20T15:46:24.372Z] 8ad3a11d3b57: Pull complete [2021-04-20T15:46:25.325Z] aa168da1d23b: Download complete [2021-04-20T15:46:25.587Z] 46f8f816bc3b: Pull complete [2021-04-20T15:46:26.166Z] 93b61091891f: Pull complete [2021-04-20T15:46:26.166Z] 93b9cdb0e59b: Pull complete [2021-04-20T15:46:26.166Z] 5e14af77c1be: Pull complete [2021-04-20T15:46:26.431Z] 01666e4c0597: Pull complete [2021-04-20T15:46:33.059Z] aa168da1d23b: Pull complete [2021-04-20T15:46:33.059Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-04-20T15:46:33.059Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-20T15:46:33.059Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-04-20T15:46:33.234Z] prd-centos7-docker-4c-2g-1176 does not seem to be running inside a container [2021-04-20T15:46:33.285Z] $ 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/xfoundry_go-mod-messaging_PR-102/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/xfoundry_go-mod-messaging_PR-102 -v /w/workspace/xfoundry_go-mod-messaging_PR-102:/w/workspace/xfoundry_go-mod-messaging_PR-102:rw,z -v /w/workspace/xfoundry_go-mod-messaging_PR-102@tmp:/w/workspace/xfoundry_go-mod-messaging_PR-102@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-04-20T15:46:36.810Z] $ docker top 8490df6e36e120fd74dc7af0b0146ff9be2866a8e0ef845f9d9ac6d3c192e4b1 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-20T15:46:37.270Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-04-20T15:46:37.567Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-04-20T15:46:37.868Z] + ls /var/log/sa-host [2021-04-20T15:46:37.868Z] + sadf -c /var/log/sa-host/sa20 [2021-04-20T15:46:37.868Z] file_magic: OK [2021-04-20T15:46:37.868Z] HZ: Using current value: 100 [2021-04-20T15:46:37.868Z] file_header: OK [2021-04-20T15:46:37.868Z] 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-04-20T15:46:37.868Z] Statistics: [2021-04-20T15:46:37.868Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-04-20T15:46:37.868Z] File successfully converted to sysstat format version 12.2.1 [2021-04-20T15:46:37.868Z] + sadf -c /var/log/sa-host/sa23 [2021-04-20T15:46:37.868Z] file_magic: OK [2021-04-20T15:46:37.868Z] HZ: Using current value: 100 [2021-04-20T15:46:37.868Z] file_header: OK [2021-04-20T15:46:37.868Z] 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-04-20T15:46:37.868Z] Statistics: [2021-04-20T15:46:37.868Z] Hnuu...uuuununununu... [2021-04-20T15:46:37.868Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-04-20T15:46:38.031Z] provisioning config files... [2021-04-20T15:46:38.047Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/xfoundry_go-mod-messaging_PR-102@tmp/config253415757950878727tmp [Pipeline] { [Pipeline] echo [2021-04-20T15:46:38.070Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-20T15:46:38.363Z] ---> create-netrc.sh [Pipeline] } [2021-04-20T15:46:38.372Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-04-20T15:46:38.400Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-20T15:46:38.699Z] ---> python-tools-install.sh [Pipeline] echo [2021-04-20T15:46:38.710Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-20T15:46:39.090Z] ---> sudo-logs.sh [2021-04-20T15:46:39.090Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-04-20T15:46:39.117Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-20T15:46:39.417Z] ---> job-cost.sh [2021-04-20T15:46:39.417Z] lf-activate-venv: SKIPPING [2021-04-20T15:46:39.417Z] DEBUG: total: 0.20999999344348907 [2021-04-20T15:46:39.417Z] INFO: Retrieving Stack Cost... [2021-04-20T15:46:40.807Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-04-20T15:46:41.069Z] INFO: Archiving Costs [Pipeline] echo [2021-04-20T15:46:41.084Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-20T15:46:41.381Z] ---> logs-deploy.sh [2021-04-20T15:46:41.381Z] lf-activate-venv: SKIPPING [2021-04-20T15:46:41.381Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-messaging/PR-102/3 [2021-04-20T15:46:41.381Z] INFO: archiving workspace using pattern(s): [2021-04-20T15:46:43.301Z] Archives upload complete. [2021-04-20T15:46:43.301Z] INFO: archiving logs to Nexus [2021-04-20T15:46:44.251Z] ---> uname -a: [2021-04-20T15:46:44.251Z] Linux prd-centos7-docker-4c-2g-1176.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-04-20T15:46:44.251Z] [2021-04-20T15:46:44.251Z] [2021-04-20T15:46:44.251Z] ---> lscpu: [2021-04-20T15:46:44.251Z] Architecture: x86_64 [2021-04-20T15:46:44.251Z] CPU op-mode(s): 32-bit, 64-bit [2021-04-20T15:46:44.251Z] Byte Order: Little Endian [2021-04-20T15:46:44.251Z] Address sizes: 40 bits physical, 48 bits virtual [2021-04-20T15:46:44.251Z] CPU(s): 4 [2021-04-20T15:46:44.251Z] On-line CPU(s) list: 0-3 [2021-04-20T15:46:44.251Z] Thread(s) per core: 1 [2021-04-20T15:46:44.251Z] Core(s) per socket: 1 [2021-04-20T15:46:44.251Z] Socket(s): 4 [2021-04-20T15:46:44.251Z] NUMA node(s): 1 [2021-04-20T15:46:44.251Z] Vendor ID: GenuineIntel [2021-04-20T15:46:44.251Z] CPU family: 6 [2021-04-20T15:46:44.251Z] Model: 44 [2021-04-20T15:46:44.251Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2021-04-20T15:46:44.251Z] Stepping: 1 [2021-04-20T15:46:44.251Z] CPU MHz: 2933.438 [2021-04-20T15:46:44.251Z] BogoMIPS: 5866.87 [2021-04-20T15:46:44.251Z] Virtualization: VT-x [2021-04-20T15:46:44.251Z] Hypervisor vendor: KVM [2021-04-20T15:46:44.251Z] Virtualization type: full [2021-04-20T15:46:44.251Z] L1d cache: 128 KiB [2021-04-20T15:46:44.251Z] L1i cache: 128 KiB [2021-04-20T15:46:44.251Z] L2 cache: 16 MiB [2021-04-20T15:46:44.251Z] L3 cache: 64 MiB [2021-04-20T15:46:44.251Z] NUMA node0 CPU(s): 0-3 [2021-04-20T15:46:44.251Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2021-04-20T15:46:44.251Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2021-04-20T15:46:44.251Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2021-04-20T15:46:44.251Z] Vulnerability Meltdown: Mitigation; PTI [2021-04-20T15:46:44.251Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2021-04-20T15:46:44.251Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2021-04-20T15:46:44.251Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2021-04-20T15:46:44.251Z] Vulnerability Srbds: Not affected [2021-04-20T15:46:44.251Z] Vulnerability Tsx async abort: Not affected [2021-04-20T15:46:44.251Z] 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-04-20T15:46:44.251Z] [2021-04-20T15:46:44.251Z]