Pull request #467 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/app-functions-sdk-go Obtained Jenkinsfile from acb6ca3588f1c8b55940b24a22acdf7f07ee1216+337bfa72234b549edc983bc92338d9bbd410e2b1 (d0d82b103903e1aed38ae7585faee1ebfa0c3190) 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 5fb5bc9604e69ab642a67b6a3e8474dd770c8dc8 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 5fb5bc9604e69ab642a67b6a3e8474dd770c8dc8 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 5fb5bc9604e69ab642a67b6a3e8474dd770c8dc8 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 5fb5bc9604e69ab642a67b6a3e8474dd770c8dc8 # timeout=10 Commit message: "Merge pull request #236 from ernestojeda/update-log-publish-steps" > 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:app-functions-sdk-go, semver:true, goVersion:1.13, testScript:make test, buildImage:false, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v2]] ========================================================= [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: app-functions-sdk-go-settings PROJECT: app-functions-sdk-go 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-app-functions-sdk-go 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: true SWAGGER_API_FOLDERS: openapi/v2 [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-1481 in /w/workspace/ndry_app-functions-sdk-go_PR-467 [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/app-functions-sdk-go.git > git init /w/workspace/ndry_app-functions-sdk-go_PR-467 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git > git --version # timeout=10 > git --version # 'git version 2.16.5' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/pull/467/head:refs/remotes/origin/PR-467 +refs/heads/master:refs/remotes/origin/master # timeout=10 Fetching without tags > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/467/head:refs/remotes/origin/PR-467 # 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/app-functions-sdk-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/pull/467/head:refs/remotes/origin/PR-467 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 337bfa72234b549edc983bc92338d9bbd410e2b1 into PR head commit acb6ca3588f1c8b55940b24a22acdf7f07ee1216 Merge succeeded, producing acb6ca3588f1c8b55940b24a22acdf7f07ee1216 Checking out Revision acb6ca3588f1c8b55940b24a22acdf7f07ee1216 (PR-467) > git config core.sparsecheckout # timeout=10 > git checkout -f acb6ca3588f1c8b55940b24a22acdf7f07ee1216 # 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 337bfa72234b549edc983bc92338d9bbd410e2b1 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f acb6ca3588f1c8b55940b24a22acdf7f07ee1216 # timeout=10 Commit message: "feat: Implement transform to add Tags to Event" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-09-04T19:25:02.359Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-09-04T19:25:02.586Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-09-04T19:25:02.667Z] ========================================================= [2020-09-04T19:25:02.668Z] EdgeX Global Pipelines Version Info [2020-09-04T19:25:02.668Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk 7857395b59d28d26f73ec1fde18094e2dbe44679 # timeout=10 [2020-09-04T19:25:04.085Z] ------------------- [2020-09-04T19:25:04.085Z] stable info: [2020-09-04T19:25:04.085Z] ------------------- [2020-09-04T19:25:04.085Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-09-04T19:25:04.086Z] Commit SHA: 5fb5bc9604e69ab642a67b6a3e8474dd770c8dc8 [2020-09-04T19:25:04.086Z] Message: update stable to v1.0.118 [2020-09-04T19:25:05.032Z] ------------------- [2020-09-04T19:25:05.032Z] experimental info: [2020-09-04T19:25:05.032Z] ------------------- [2020-09-04T19:25:05.032Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-09-04T19:25:05.032Z] Commit SHA: 4bf0f353ab0057b6d66f3aea763faef2da6a0c79 [2020-09-04T19:25:05.032Z] Message: update experimental to v1.0.119 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo [2020-09-04T19:25:05.356Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-functions-sdk-go-settings [Pipeline] echo [2020-09-04T19:25:05.463Z] [edgeXSetupEnvironment]: set envvar PROJECT = app-functions-sdk-go [Pipeline] echo [2020-09-04T19:25:05.542Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-09-04T19:25:05.619Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-09-04T19:25:05.826Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-09-04T19:25:05.913Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.13 [Pipeline] echo [2020-09-04T19:25:05.988Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-09-04T19:25:06.084Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine [Pipeline] echo [2020-09-04T19:25:06.163Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2020-09-04T19:25:06.238Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-09-04T19:25:06.314Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-09-04T19:25:06.395Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-app-functions-sdk-go [Pipeline] echo [2020-09-04T19:25:06.474Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-09-04T19:25:06.575Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-09-04T19:25:06.735Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo [2020-09-04T19:25:06.812Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2020-09-04T19:25:06.893Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2020-09-04T19:25:06.978Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2020-09-04T19:25:07.063Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2020-09-04T19:25:07.154Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2020-09-04T19:25:07.230Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2020-09-04T19:25:07.309Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo [2020-09-04T19:25:07.387Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-467 [Pipeline] echo [2020-09-04T19:25:07.476Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-467 [Pipeline] echo [2020-09-04T19:25:07.556Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-467 [Pipeline] echo [2020-09-04T19:25:07.655Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = acb6ca3588f1c8b55940b24a22acdf7f07ee1216 [Pipeline] echo [2020-09-04T19:25:07.761Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = acb6ca3 [Pipeline] echo [2020-09-04T19:25:07.841Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-09-04T19:25:08.428Z] + git log --format=format:%s -1 acb6ca3588f1c8b55940b24a22acdf7f07ee1216 [Pipeline] echo [2020-09-04T19:25:08.486Z] GIT_COMMIT: acb6ca3588f1c8b55940b24a22acdf7f07ee1216, Commit Message: feat: Implement transform to add Tags to Event [Pipeline] echo [2020-09-04T19:25:08.527Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2020-09-04T19:25:09.331Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-04T19:25:09.910Z] [2020-09-04T19:25:09.910Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-09-04T19:25:10.251Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-04T19:25:10.251Z] latest: Pulling from edgex-devops/git-semver [2020-09-04T19:25:10.251Z] 31603596830f: Pulling fs layer [2020-09-04T19:25:10.251Z] 2a8b12db71e7: Pulling fs layer [2020-09-04T19:25:10.251Z] 6ca5941a6612: Pulling fs layer [2020-09-04T19:25:10.251Z] ecc8261a40a4: Pulling fs layer [2020-09-04T19:25:10.251Z] ecc8261a40a4: Waiting [2020-09-04T19:25:10.251Z] 2a8b12db71e7: Download complete [2020-09-04T19:25:10.251Z] 31603596830f: Verifying Checksum [2020-09-04T19:25:10.251Z] 31603596830f: Download complete [2020-09-04T19:25:10.516Z] ecc8261a40a4: Verifying Checksum [2020-09-04T19:25:10.516Z] ecc8261a40a4: Download complete [2020-09-04T19:25:10.516Z] 6ca5941a6612: Verifying Checksum [2020-09-04T19:25:10.516Z] 6ca5941a6612: Download complete [2020-09-04T19:25:10.777Z] 31603596830f: Pull complete [2020-09-04T19:25:10.777Z] 2a8b12db71e7: Pull complete [2020-09-04T19:25:11.723Z] 6ca5941a6612: Pull complete [2020-09-04T19:25:11.984Z] ecc8261a40a4: Pull complete [2020-09-04T19:25:11.984Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-09-04T19:25:11.984Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-04T19:25:11.984Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-09-04T19:25:12.084Z] prd-centos7-docker-4c-2g-1481 does not seem to be running inside a container [2020-09-04T19:25:12.136Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/ndry_app-functions-sdk-go_PR-467 -v /w/workspace/ndry_app-functions-sdk-go_PR-467:/w/workspace/ndry_app-functions-sdk-go_PR-467:rw,z -v /w/workspace/ndry_app-functions-sdk-go_PR-467@tmp:/w/workspace/ndry_app-functions-sdk-go_PR-467@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-09-04T19:25:14.726Z] $ docker top abf6bfbd7c7873859757912325eae2a458efca5df607dcec759869990b0ed516 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-09-04T19:25:15.088Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-04T19:25:15.088Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-04T19:25:15.313Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-04T19:25:15.323Z] $ docker exec abf6bfbd7c7873859757912325eae2a458efca5df607dcec759869990b0ed516 ssh-agent [2020-09-04T19:25:15.482Z] SSH_AUTH_SOCK=/tmp/ssh-L2evukmbTkpC/agent.11 [2020-09-04T19:25:15.482Z] SSH_AGENT_PID=17 [2020-09-04T19:25:15.497Z] Running ssh-add (command line suppressed) [2020-09-04T19:25:15.626Z] Identity added: /w/workspace/ndry_app-functions-sdk-go_PR-467@tmp/private_key_1652591805186373279.key (/w/workspace/ndry_app-functions-sdk-go_PR-467@tmp/private_key_1652591805186373279.key) [2020-09-04T19:25:15.668Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-04T19:25:16.001Z] + git describe --exact-match --tags HEAD [2020-09-04T19:25:16.001Z] fatal: No names found, cannot describe anything. [Pipeline] } [2020-09-04T19:25:16.030Z] $ docker exec --env ******** --env ******** abf6bfbd7c7873859757912325eae2a458efca5df607dcec759869990b0ed516 ssh-agent -k [2020-09-04T19:25:16.146Z] unset SSH_AUTH_SOCK; [2020-09-04T19:25:16.147Z] unset SSH_AGENT_PID; [2020-09-04T19:25:16.147Z] echo Agent pid 17 killed; [2020-09-04T19:25:16.185Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-09-04T19:25:16.264Z] [edgeXSemver]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-09-04T19:25:16.264Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-09-04T19:25:16.362Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-04T19:25:16.362Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-04T19:25:16.539Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-04T19:25:16.550Z] $ docker exec abf6bfbd7c7873859757912325eae2a458efca5df607dcec759869990b0ed516 ssh-agent [2020-09-04T19:25:16.712Z] SSH_AUTH_SOCK=/tmp/ssh-reiUV4a0VYth/agent.46 [2020-09-04T19:25:16.712Z] SSH_AGENT_PID=51 [2020-09-04T19:25:16.719Z] Running ssh-add (command line suppressed) [2020-09-04T19:25:16.846Z] Identity added: /w/workspace/ndry_app-functions-sdk-go_PR-467@tmp/private_key_8056864090032090729.key (/w/workspace/ndry_app-functions-sdk-go_PR-467@tmp/private_key_8056864090032090729.key) [2020-09-04T19:25:16.895Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-04T19:25:17.224Z] + git semver init [2020-09-04T19:25:17.224Z] # -> Open(): unable to determine branch for HEAD [2020-09-04T19:25:17.224Z] # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_PR-467/.git [2020-09-04T19:25:17.224Z] # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_PR-467 [2020-09-04T19:25:17.224Z] # $SEMVER_REMOTE_NAME = origin [2020-09-04T19:25:17.224Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-09-04T19:25:17.224Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-09-04T19:25:17.224Z] # $SEMVER_BRANCH = PR-467 [2020-09-04T19:25:17.224Z] # $SEMVER_TEMP = /tmp/semver-586857123 [2020-09-04T19:25:17.224Z] # git clone --branch semver git@github.com:edgexfoundry/app-functions-sdk-go.git $SEMVER_TEMP [2020-09-04T19:25:19.783Z] # '/tmp/semver-586857123' -> '/w/workspace/ndry_app-functions-sdk-go_PR-467/.semver' [2020-09-04T19:25:19.783Z] # -> Force: false [2020-09-04T19:25:19.783Z] # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_PR-467/.semver [Pipeline] } [2020-09-04T19:25:19.802Z] $ docker exec --env ******** --env ******** abf6bfbd7c7873859757912325eae2a458efca5df607dcec759869990b0ed516 ssh-agent -k [2020-09-04T19:25:19.925Z] unset SSH_AUTH_SOCK; [2020-09-04T19:25:19.926Z] unset SSH_AGENT_PID; [2020-09-04T19:25:19.926Z] echo Agent pid 51 killed; [2020-09-04T19:25:19.968Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-09-04T19:25:20.463Z] + git semver [Pipeline] } [2020-09-04T19:25:20.486Z] $ docker stop --time=1 abf6bfbd7c7873859757912325eae2a458efca5df607dcec759869990b0ed516 [2020-09-04T19:25:22.025Z] $ docker rm -f abf6bfbd7c7873859757912325eae2a458efca5df607dcec759869990b0ed516 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-09-04T19:25:24.459Z] Stashed 37 file(s) [Pipeline] echo [2020-09-04T19:25:24.461Z] [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] echo [2020-09-04T19:25:24.549Z] Archived original 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 [2020-09-04T19:25:39.937Z] Still waiting to schedule task [2020-09-04T19:25:39.937Z] ‘prd-centos7-docker-4c-2g-1476’ is offline; ‘prd-centos7-docker-4c-2g-1477’ is offline; ‘prd-centos7-docker-4c-2g-1479’ is offline; ‘prd-centos7-docker-4c-2g-1480’ is offline; ‘prd-centos7-docker-4c-2g-1482’ is offline; ‘prd-centos7-docker-4c-2g-213’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-1478’ doesn’t have label ‘centos7-docker-4c-2g’ [2020-09-04T19:25:39.939Z] Still waiting to schedule task [2020-09-04T19:25:39.939Z] ‘prd-ubuntu18.04-docker-arm64-4c-16g-1478’ is offline [2020-09-04T19:25:42.947Z] Running on prd-centos7-docker-4c-2g-1482 in /w/workspace/ndry_app-functions-sdk-go_PR-467 [Pipeline] { [Pipeline] ws [2020-09-04T19:25:43.030Z] Running in /w/workspace/app-functions-sdk-go/3 [Pipeline] { [Pipeline] checkout [2020-09-04T19:25:46.362Z] using credential edgex-jenkins-ssh [2020-09-04T19:25:46.410Z] Cloning the remote Git repository [2020-09-04T19:25:46.410Z] Cloning with configured refspecs honoured and without tags [2020-09-04T19:25:46.444Z] Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git [2020-09-04T19:25:46.521Z] > git init /w/workspace/app-functions-sdk-go/3 # timeout=10 [2020-09-04T19:25:46.857Z] Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git [2020-09-04T19:25:46.857Z] > git --version # timeout=10 [2020-09-04T19:25:46.864Z] > git --version # 'git version 2.16.5' [2020-09-04T19:25:46.865Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-04T19:25:46.905Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/pull/467/head:refs/remotes/origin/PR-467 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-04T19:25:48.325Z] Fetching without tags [2020-09-04T19:25:48.708Z] Merging remotes/origin/master commit 337bfa72234b549edc983bc92338d9bbd410e2b1 into PR head commit acb6ca3588f1c8b55940b24a22acdf7f07ee1216 [2020-09-04T19:25:48.803Z] Merge succeeded, producing acb6ca3588f1c8b55940b24a22acdf7f07ee1216 [2020-09-04T19:25:48.803Z] Checking out Revision acb6ca3588f1c8b55940b24a22acdf7f07ee1216 (PR-467) [2020-09-04T19:25:48.296Z] > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 [2020-09-04T19:25:48.303Z] > git config --add remote.origin.fetch +refs/pull/467/head:refs/remotes/origin/PR-467 # timeout=10 [2020-09-04T19:25:48.308Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-04T19:25:48.320Z] > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 [2020-09-04T19:25:48.331Z] Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git [2020-09-04T19:25:48.332Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-04T19:25:48.336Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/pull/467/head:refs/remotes/origin/PR-467 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-04T19:25:48.718Z] > git config core.sparsecheckout # timeout=10 [2020-09-04T19:25:48.729Z] > git checkout -f acb6ca3588f1c8b55940b24a22acdf7f07ee1216 # timeout=10 [2020-09-04T19:25:48.777Z] > git remote # timeout=10 [2020-09-04T19:25:48.783Z] > git config --get remote.origin.url # timeout=10 [2020-09-04T19:25:48.787Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-04T19:25:48.791Z] > git merge 337bfa72234b549edc983bc92338d9bbd410e2b1 # timeout=10 [2020-09-04T19:25:48.799Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-09-04T19:25:48.808Z] > git config core.sparsecheckout # timeout=10 [2020-09-04T19:25:48.817Z] > git checkout -f acb6ca3588f1c8b55940b24a22acdf7f07ee1216 # timeout=10 [2020-09-04T19:25:52.405Z] Commit message: "feat: Implement transform to add Tags to Event" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-09-04T19:25:54.295Z] ========================================================= [2020-09-04T19:25:54.295Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] [2020-09-04T19:25:54.295Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-09-04T19:25:54.945Z] + 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-09-04T19:25:55.518Z] Sending build context to Docker daemon 37.1MB [2020-09-04T19:25:55.518Z] Step 1/8 : ARG BASE=golang:1.13-alpine [2020-09-04T19:25:55.518Z] Step 2/8 : FROM ${BASE} [2020-09-04T19:25:55.785Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base [2020-09-04T19:25:55.785Z] df20fa9351a1: Pulling fs layer [2020-09-04T19:25:55.785Z] ed8968b2872e: Pulling fs layer [2020-09-04T19:25:55.785Z] a92cc7c5fd73: Pulling fs layer [2020-09-04T19:25:55.785Z] 2dd03ba5bac4: Pulling fs layer [2020-09-04T19:25:55.785Z] 1e091d79d1de: Pulling fs layer [2020-09-04T19:25:55.785Z] 481702a1767f: Pulling fs layer [2020-09-04T19:25:55.785Z] f64a6f60c768: Pulling fs layer [2020-09-04T19:25:55.785Z] e78d2573fc39: Pulling fs layer [2020-09-04T19:25:55.785Z] e876d2f968b6: Pulling fs layer [2020-09-04T19:25:55.785Z] ce8a83651883: Pulling fs layer [2020-09-04T19:25:55.785Z] 07967f4d0e4b: Pulling fs layer [2020-09-04T19:25:55.785Z] f64a6f60c768: Waiting [2020-09-04T19:25:55.785Z] e78d2573fc39: Waiting [2020-09-04T19:25:55.785Z] e876d2f968b6: Waiting [2020-09-04T19:25:55.785Z] 07967f4d0e4b: Waiting [2020-09-04T19:25:55.785Z] 2dd03ba5bac4: Waiting [2020-09-04T19:25:55.785Z] ce8a83651883: Waiting [2020-09-04T19:25:55.785Z] 1e091d79d1de: Waiting [2020-09-04T19:25:55.785Z] 481702a1767f: Waiting [2020-09-04T19:25:55.785Z] a92cc7c5fd73: Verifying Checksum [2020-09-04T19:25:55.785Z] a92cc7c5fd73: Download complete [2020-09-04T19:25:55.785Z] ed8968b2872e: Verifying Checksum [2020-09-04T19:25:55.785Z] ed8968b2872e: Download complete [2020-09-04T19:25:55.785Z] 1e091d79d1de: Verifying Checksum [2020-09-04T19:25:55.785Z] 1e091d79d1de: Download complete [2020-09-04T19:25:55.785Z] 481702a1767f: Verifying Checksum [2020-09-04T19:25:55.785Z] 481702a1767f: Download complete [2020-09-04T19:25:55.785Z] df20fa9351a1: Verifying Checksum [2020-09-04T19:25:55.785Z] df20fa9351a1: Download complete [2020-09-04T19:25:56.050Z] df20fa9351a1: Pull complete [2020-09-04T19:25:57.971Z] f64a6f60c768: Verifying Checksum [2020-09-04T19:25:57.971Z] f64a6f60c768: Download complete [2020-09-04T19:25:57.971Z] e876d2f968b6: Verifying Checksum [2020-09-04T19:25:57.971Z] e876d2f968b6: Download complete [2020-09-04T19:25:57.971Z] ed8968b2872e: Pull complete [2020-09-04T19:25:58.553Z] ce8a83651883: Verifying Checksum [2020-09-04T19:25:58.553Z] ce8a83651883: Download complete [2020-09-04T19:25:58.553Z] 07967f4d0e4b: Verifying Checksum [2020-09-04T19:25:58.553Z] 07967f4d0e4b: Download complete [2020-09-04T19:25:58.813Z] e78d2573fc39: Verifying Checksum [2020-09-04T19:25:58.813Z] e78d2573fc39: Download complete [2020-09-04T19:25:59.390Z] 2dd03ba5bac4: Verifying Checksum [2020-09-04T19:25:59.390Z] 2dd03ba5bac4: Download complete [2020-09-04T19:25:59.652Z] a92cc7c5fd73: Pull complete [2020-09-04T19:26:06.267Z] 2dd03ba5bac4: Pull complete [2020-09-04T19:26:06.267Z] 1e091d79d1de: Pull complete [2020-09-04T19:26:06.267Z] 481702a1767f: Pull complete [2020-09-04T19:26:10.491Z] f64a6f60c768: Pull complete [2020-09-04T19:26:13.846Z] e78d2573fc39: Pull complete [2020-09-04T19:26:14.117Z] e876d2f968b6: Pull complete [2020-09-04T19:26:15.532Z] ce8a83651883: Pull complete [2020-09-04T19:26:15.532Z] 07967f4d0e4b: Pull complete [2020-09-04T19:26:15.532Z] Digest: sha256:323246222269c44bbdf124594b811e87e5df8ffc2c0adf7c0e497dcaec6e6afe [2020-09-04T19:26:15.532Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine [2020-09-04T19:26:15.532Z] ---> 5d7c900382c6 [2020-09-04T19:26:15.532Z] Step 3/8 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-09-04T19:26:15.794Z] latest: Pulling from library/docker [2020-09-04T19:26:16.062Z] df20fa9351a1: Already exists [2020-09-04T19:26:16.062Z] 25ad7478873d: Pulling fs layer [2020-09-04T19:26:16.062Z] 4684f6177b5d: Pulling fs layer [2020-09-04T19:26:16.062Z] 46e300cec669: Pulling fs layer [2020-09-04T19:26:16.062Z] 63038576ad94: Pulling fs layer [2020-09-04T19:26:16.062Z] 0fdb76c4706c: Pulling fs layer [2020-09-04T19:26:16.062Z] cb7edeffdfd5: Pulling fs layer [2020-09-04T19:26:16.062Z] 63038576ad94: Waiting [2020-09-04T19:26:16.062Z] 0fdb76c4706c: Waiting [2020-09-04T19:26:16.062Z] cb7edeffdfd5: Waiting [2020-09-04T19:26:16.062Z] 4684f6177b5d: Verifying Checksum [2020-09-04T19:26:16.062Z] 4684f6177b5d: Download complete [2020-09-04T19:26:16.062Z] 25ad7478873d: Verifying Checksum [2020-09-04T19:26:16.062Z] 25ad7478873d: Download complete [2020-09-04T19:26:16.364Z] 63038576ad94: Verifying Checksum [2020-09-04T19:26:16.364Z] 63038576ad94: Download complete [2020-09-04T19:26:16.364Z] 0fdb76c4706c: Verifying Checksum [2020-09-04T19:26:16.364Z] 0fdb76c4706c: Download complete [2020-09-04T19:26:16.364Z] 25ad7478873d: Pull complete [2020-09-04T19:26:16.364Z] cb7edeffdfd5: Verifying Checksum [2020-09-04T19:26:16.364Z] cb7edeffdfd5: Download complete [2020-09-04T19:26:16.969Z] 46e300cec669: Verifying Checksum [2020-09-04T19:26:16.969Z] 46e300cec669: Download complete [2020-09-04T19:26:17.546Z] 4684f6177b5d: Pull complete [2020-09-04T19:26:20.881Z] 46e300cec669: Pull complete [2020-09-04T19:26:20.881Z] 63038576ad94: Pull complete [2020-09-04T19:26:20.881Z] 0fdb76c4706c: Pull complete [2020-09-04T19:26:20.881Z] cb7edeffdfd5: Pull complete [2020-09-04T19:26:20.881Z] Digest: sha256:f9a24a777e813e2692920a86530355e3840d0271464fd486bd8708aa018d0ac6 [2020-09-04T19:26:20.881Z] Status: Downloaded newer image for docker:latest [2020-09-04T19:26:22.825Z] ---> efe24bd1c5d5 [2020-09-04T19:26:22.825Z] Step 4/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-09-04T19:26:22.825Z] ---> Running in 19a15ec4187e [2020-09-04T19:26:22.825Z] Removing intermediate container 19a15ec4187e [2020-09-04T19:26:22.825Z] ---> 487aa1dee329 [2020-09-04T19:26:22.825Z] Step 5/8 : RUN apk add --update --no-cache zeromq-dev bash [2020-09-04T19:26:22.825Z] ---> Running in c3fd4445b50c [2020-09-04T19:26:23.776Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-04T19:26:24.350Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-04T19:26:25.296Z] (1/5) Installing libsodium (1.0.18-r0) [2020-09-04T19:26:25.296Z] (2/5) Installing libzmq (4.3.2-r0) [2020-09-04T19:26:25.296Z] (3/5) Installing pkgconf (1.7.2-r0) [2020-09-04T19:26:25.561Z] (4/5) Installing libsodium-dev (1.0.18-r0) [2020-09-04T19:26:25.561Z] (5/5) Installing zeromq-dev (4.3.2-r0) [2020-09-04T19:26:25.561Z] Executing busybox-1.31.1-r16.trigger [2020-09-04T19:26:25.561Z] OK: 167 MiB in 44 packages [2020-09-04T19:26:26.507Z] Removing intermediate container c3fd4445b50c [2020-09-04T19:26:26.507Z] ---> 0abfbe41c84d [2020-09-04T19:26:26.507Z] Step 6/8 : WORKDIR /build [2020-09-04T19:26:26.507Z] ---> Running in f1a5b249c62c [2020-09-04T19:26:26.507Z] Removing intermediate container f1a5b249c62c [2020-09-04T19:26:26.507Z] ---> c86d9325aa98 [2020-09-04T19:26:26.507Z] Step 7/8 : COPY go.mod . [2020-09-04T19:26:26.767Z] ---> b1e3307fd024 [2020-09-04T19:26:26.767Z] Step 8/8 : RUN go mod download [2020-09-04T19:26:27.037Z] ---> Running in ec765e15d6e9 [2020-09-04T19:26:29.728Z] go: github.com/edgexfoundry/go-mod-core-contracts@v0.1.74: parsing /go-mod-core-contracts/go.mod: open /go-mod-core-contracts/go.mod: no such file or directory [2020-09-04T19:26:30.327Z] The command '/bin/sh -c go mod download' returned a non-zero code: 1 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-09-04T19:26:32.236Z] Failed in branch amd64 [2020-09-04T19:27:27.049Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-1483 in /w/workspace/ndry_app-functions-sdk-go_PR-467 [Pipeline] { [Pipeline] ws [2020-09-04T19:27:27.094Z] Running in /w/workspace/app-functions-sdk-go/3 [Pipeline] { [Pipeline] checkout [2020-09-04T19:27:31.732Z] using credential edgex-jenkins-ssh [2020-09-04T19:27:31.794Z] Cloning the remote Git repository [2020-09-04T19:27:31.794Z] Cloning with configured refspecs honoured and without tags [2020-09-04T19:27:31.859Z] Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git [2020-09-04T19:27:31.961Z] > git init /w/workspace/app-functions-sdk-go/3 # timeout=10 [2020-09-04T19:27:32.040Z] Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git [2020-09-04T19:27:32.041Z] > git --version # timeout=10 [2020-09-04T19:27:32.066Z] > git --version # 'git version 2.17.1' [2020-09-04T19:27:32.068Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-04T19:27:32.165Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/pull/467/head:refs/remotes/origin/PR-467 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-04T19:27:35.487Z] Fetching without tags [2020-09-04T19:27:35.408Z] > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 [2020-09-04T19:27:35.438Z] > git config --add remote.origin.fetch +refs/pull/467/head:refs/remotes/origin/PR-467 # timeout=10 [2020-09-04T19:27:35.452Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-04T19:27:35.475Z] > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 [2020-09-04T19:27:35.499Z] Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git [2020-09-04T19:27:35.500Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-04T19:27:35.511Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/pull/467/head:refs/remotes/origin/PR-467 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-04T19:27:36.031Z] Merging remotes/origin/master commit 337bfa72234b549edc983bc92338d9bbd410e2b1 into PR head commit acb6ca3588f1c8b55940b24a22acdf7f07ee1216 [2020-09-04T19:27:36.249Z] Merge succeeded, producing acb6ca3588f1c8b55940b24a22acdf7f07ee1216 [2020-09-04T19:27:36.249Z] Checking out Revision acb6ca3588f1c8b55940b24a22acdf7f07ee1216 (PR-467) [2020-09-04T19:27:36.052Z] > git config core.sparsecheckout # timeout=10 [2020-09-04T19:27:36.071Z] > git checkout -f acb6ca3588f1c8b55940b24a22acdf7f07ee1216 # timeout=10 [2020-09-04T19:27:36.177Z] > git remote # timeout=10 [2020-09-04T19:27:36.191Z] > git config --get remote.origin.url # timeout=10 [2020-09-04T19:27:36.207Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-04T19:27:36.218Z] > git merge 337bfa72234b549edc983bc92338d9bbd410e2b1 # timeout=10 [2020-09-04T19:27:36.238Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-09-04T19:27:36.258Z] > git config core.sparsecheckout # timeout=10 [2020-09-04T19:27:36.273Z] > git checkout -f acb6ca3588f1c8b55940b24a22acdf7f07ee1216 # timeout=10 [2020-09-04T19:27:40.547Z] Commit message: "feat: Implement transform to add Tags to Event" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-09-04T19:27:43.793Z] ========================================================= [2020-09-04T19:27:43.793Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] [2020-09-04T19:27:43.793Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-09-04T19:27:45.090Z] + 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-09-04T19:27:46.524Z] Sending build context to Docker daemon 37.1MB [2020-09-04T19:27:46.524Z] Step 1/8 : ARG BASE=golang:1.13-alpine [2020-09-04T19:27:46.524Z] Step 2/8 : FROM ${BASE} [2020-09-04T19:27:46.524Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-09-04T19:27:46.524Z] b538f80385f9: Pulling fs layer [2020-09-04T19:27:46.524Z] 74f711af9a0d: Pulling fs layer [2020-09-04T19:27:46.524Z] 99f96fe45779: Pulling fs layer [2020-09-04T19:27:46.524Z] fd7a069fd194: Pulling fs layer [2020-09-04T19:27:46.524Z] 66aa3694b03b: Pulling fs layer [2020-09-04T19:27:46.524Z] 170f70906a0f: Pulling fs layer [2020-09-04T19:27:46.524Z] ad7c5574e4b9: Pulling fs layer [2020-09-04T19:27:46.524Z] e772456be8f7: Pulling fs layer [2020-09-04T19:27:46.524Z] c890913d741a: Pulling fs layer [2020-09-04T19:27:46.524Z] 2480fcc9aa5a: Pulling fs layer [2020-09-04T19:27:46.524Z] 09adf4765672: Pulling fs layer [2020-09-04T19:27:46.524Z] fd7a069fd194: Waiting [2020-09-04T19:27:46.524Z] 66aa3694b03b: Waiting [2020-09-04T19:27:46.524Z] c890913d741a: Waiting [2020-09-04T19:27:46.524Z] 2480fcc9aa5a: Waiting [2020-09-04T19:27:46.524Z] 09adf4765672: Waiting [2020-09-04T19:27:46.524Z] 170f70906a0f: Waiting [2020-09-04T19:27:46.524Z] ad7c5574e4b9: Waiting [2020-09-04T19:27:46.524Z] e772456be8f7: Waiting [2020-09-04T19:27:46.524Z] 99f96fe45779: Verifying Checksum [2020-09-04T19:27:46.524Z] 99f96fe45779: Download complete [2020-09-04T19:27:46.524Z] 74f711af9a0d: Verifying Checksum [2020-09-04T19:27:46.524Z] 74f711af9a0d: Download complete [2020-09-04T19:27:46.524Z] 66aa3694b03b: Verifying Checksum [2020-09-04T19:27:46.524Z] 66aa3694b03b: Download complete [2020-09-04T19:27:46.803Z] 170f70906a0f: Verifying Checksum [2020-09-04T19:27:46.803Z] 170f70906a0f: Download complete [2020-09-04T19:27:46.803Z] b538f80385f9: Verifying Checksum [2020-09-04T19:27:46.803Z] b538f80385f9: Download complete [2020-09-04T19:27:47.408Z] b538f80385f9: Pull complete [2020-09-04T19:27:48.004Z] 74f711af9a0d: Pull complete [2020-09-04T19:27:48.278Z] 99f96fe45779: Pull complete [2020-09-04T19:27:49.263Z] ad7c5574e4b9: Verifying Checksum [2020-09-04T19:27:49.263Z] ad7c5574e4b9: Download complete [2020-09-04T19:27:49.263Z] c890913d741a: Verifying Checksum [2020-09-04T19:27:49.263Z] c890913d741a: Download complete [2020-09-04T19:27:50.704Z] e772456be8f7: Verifying Checksum [2020-09-04T19:27:50.704Z] e772456be8f7: Download complete [2020-09-04T19:27:50.704Z] 09adf4765672: Verifying Checksum [2020-09-04T19:27:50.704Z] 09adf4765672: Download complete [2020-09-04T19:27:50.704Z] 2480fcc9aa5a: Verifying Checksum [2020-09-04T19:27:50.704Z] 2480fcc9aa5a: Download complete [2020-09-04T19:27:51.308Z] fd7a069fd194: Verifying Checksum [2020-09-04T19:27:51.308Z] fd7a069fd194: Download complete [2020-09-04T19:28:03.703Z] fd7a069fd194: Pull complete [2020-09-04T19:28:03.703Z] 66aa3694b03b: Pull complete [2020-09-04T19:28:03.703Z] 170f70906a0f: Pull complete [2020-09-04T19:28:06.320Z] ad7c5574e4b9: Pull complete [2020-09-04T19:28:11.728Z] e772456be8f7: Pull complete [2020-09-04T19:28:11.728Z] c890913d741a: Pull complete [2020-09-04T19:28:13.733Z] 2480fcc9aa5a: Pull complete [2020-09-04T19:28:14.328Z] 09adf4765672: Pull complete [2020-09-04T19:28:14.328Z] Digest: sha256:77242015624dc62c2655c7b963a03ae32e90cc8c4d034de6c6efb010c7806a28 [2020-09-04T19:28:14.328Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine [2020-09-04T19:28:14.328Z] ---> 2248a725d1cf [2020-09-04T19:28:14.329Z] Step 3/8 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-09-04T19:28:14.600Z] latest: Pulling from library/docker [2020-09-04T19:28:14.600Z] b538f80385f9: Already exists [2020-09-04T19:28:14.600Z] 259a493cd78d: Pulling fs layer [2020-09-04T19:28:14.600Z] b8e66b5100f5: Pulling fs layer [2020-09-04T19:28:14.600Z] 39dc9c94d07c: Pulling fs layer [2020-09-04T19:28:14.600Z] 551b823b3b82: Pulling fs layer [2020-09-04T19:28:14.600Z] 3c52a74df98c: Pulling fs layer [2020-09-04T19:28:14.600Z] 6c9b121b6998: Pulling fs layer [2020-09-04T19:28:14.600Z] 3c52a74df98c: Waiting [2020-09-04T19:28:14.600Z] 6c9b121b6998: Waiting [2020-09-04T19:28:14.600Z] 551b823b3b82: Waiting [2020-09-04T19:28:14.875Z] b8e66b5100f5: Verifying Checksum [2020-09-04T19:28:14.875Z] b8e66b5100f5: Download complete [2020-09-04T19:28:14.875Z] 259a493cd78d: Verifying Checksum [2020-09-04T19:28:14.875Z] 259a493cd78d: Download complete [2020-09-04T19:28:14.875Z] 551b823b3b82: Verifying Checksum [2020-09-04T19:28:14.876Z] 551b823b3b82: Download complete [2020-09-04T19:28:15.153Z] 3c52a74df98c: Verifying Checksum [2020-09-04T19:28:15.153Z] 3c52a74df98c: Download complete [2020-09-04T19:28:15.153Z] 6c9b121b6998: Verifying Checksum [2020-09-04T19:28:15.153Z] 6c9b121b6998: Download complete [2020-09-04T19:28:15.434Z] 259a493cd78d: Pull complete [2020-09-04T19:28:16.031Z] b8e66b5100f5: Pull complete [2020-09-04T19:28:16.031Z] 39dc9c94d07c: Verifying Checksum [2020-09-04T19:28:16.031Z] 39dc9c94d07c: Download complete [2020-09-04T19:28:19.422Z] 39dc9c94d07c: Pull complete [2020-09-04T19:28:19.697Z] 551b823b3b82: Pull complete [2020-09-04T19:28:19.971Z] 3c52a74df98c: Pull complete [2020-09-04T19:28:20.567Z] 6c9b121b6998: Pull complete [2020-09-04T19:28:20.567Z] Digest: sha256:f9a24a777e813e2692920a86530355e3840d0271464fd486bd8708aa018d0ac6 [2020-09-04T19:28:20.567Z] Status: Downloaded newer image for docker:latest [2020-09-04T19:28:27.280Z] ---> bae68ae3637a [2020-09-04T19:28:27.280Z] Step 4/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-09-04T19:28:27.280Z] ---> Running in 7d626355be49 [2020-09-04T19:28:27.551Z] Removing intermediate container 7d626355be49 [2020-09-04T19:28:27.551Z] ---> 889b03e45399 [2020-09-04T19:28:27.551Z] Step 5/8 : RUN apk add --update --no-cache zeromq-dev bash [2020-09-04T19:28:27.826Z] ---> Running in 4a368f5eb035 [2020-09-04T19:28:29.802Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-04T19:28:30.398Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-04T19:28:31.369Z] (1/5) Installing libsodium (1.0.18-r0) [2020-09-04T19:28:31.369Z] (2/5) Installing libzmq (4.3.2-r0) [2020-09-04T19:28:31.640Z] (3/5) Installing pkgconf (1.7.2-r0) [2020-09-04T19:28:31.640Z] (4/5) Installing libsodium-dev (1.0.18-r0) [2020-09-04T19:28:31.914Z] (5/5) Installing zeromq-dev (4.3.2-r0) [2020-09-04T19:28:31.914Z] Executing busybox-1.31.1-r16.trigger [2020-09-04T19:28:31.914Z] OK: 143 MiB in 44 packages [2020-09-04T19:28:33.350Z] Removing intermediate container 4a368f5eb035 [2020-09-04T19:28:33.350Z] ---> acdd34de563c [2020-09-04T19:28:33.350Z] Step 6/8 : WORKDIR /build [2020-09-04T19:28:33.350Z] ---> Running in b647a07eeb96 [2020-09-04T19:28:33.947Z] Removing intermediate container b647a07eeb96 [2020-09-04T19:28:33.947Z] ---> 0434182ba970 [2020-09-04T19:28:33.947Z] Step 7/8 : COPY go.mod . [2020-09-04T19:28:34.540Z] ---> 393daf7f2c20 [2020-09-04T19:28:34.540Z] Step 8/8 : RUN go mod download [2020-09-04T19:28:34.815Z] ---> Running in 544dbbe45a52 [2020-09-04T19:28:37.424Z] go: github.com/edgexfoundry/go-mod-core-contracts@v0.1.74: parsing /go-mod-core-contracts/go.mod: open /go-mod-core-contracts/go.mod: no such file or directory [2020-09-04T19:28:38.019Z] The command '/bin/sh -c go mod download' returned a non-zero code: 1 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-09-04T19:28:39.647Z] Failed in branch arm64 [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) Stage "CodeCov" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk 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-09-04T19:28:42.106Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-04T19:28:42.682Z] ---> package-listing.sh [2020-09-04T19:28:42.682Z] ++ facter osfamily [2020-09-04T19:28:42.682Z] ++ tr '[:upper:]' '[:lower:]' [2020-09-04T19:28:42.682Z] + OS_FAMILY=redhat [2020-09-04T19:28:42.682Z] + workspace=/w/workspace/ndry_app-functions-sdk-go_PR-467 [2020-09-04T19:28:42.682Z] + START_PACKAGES=/tmp/packages_start.txt [2020-09-04T19:28:42.682Z] + END_PACKAGES=/tmp/packages_end.txt [2020-09-04T19:28:42.682Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-09-04T19:28:42.682Z] + PACKAGES=/tmp/packages_start.txt [2020-09-04T19:28:42.682Z] + '[' /w/workspace/ndry_app-functions-sdk-go_PR-467 ']' [2020-09-04T19:28:42.682Z] + PACKAGES=/tmp/packages_end.txt [2020-09-04T19:28:42.682Z] + case "${OS_FAMILY}" in [2020-09-04T19:28:42.682Z] + rpm -qa [2020-09-04T19:28:42.682Z] + sort [2020-09-04T19:28:46.901Z] + '[' -f /tmp/packages_start.txt ']' [2020-09-04T19:28:46.901Z] + '[' -f /tmp/packages_end.txt ']' [2020-09-04T19:28:46.901Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-09-04T19:28:46.901Z] + '[' /w/workspace/ndry_app-functions-sdk-go_PR-467 ']' [2020-09-04T19:28:46.901Z] + mkdir -p /w/workspace/ndry_app-functions-sdk-go_PR-467/archives/ [2020-09-04T19:28:46.901Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/ndry_app-functions-sdk-go_PR-467/archives/ [Pipeline] isUnix [Pipeline] sh [2020-09-04T19:28:47.393Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-09-04T19:28:47.393Z] [2020-09-04T19:28:47.393Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-09-04T19:28:47.740Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-09-04T19:28:47.740Z] alpine: Pulling from edgex-lftools-log-publisher [2020-09-04T19:28:47.740Z] df20fa9351a1: Pulling fs layer [2020-09-04T19:28:47.740Z] 36b3adc4ff6f: Pulling fs layer [2020-09-04T19:28:47.740Z] 8ad3a11d3b57: Pulling fs layer [2020-09-04T19:28:47.740Z] 46f8f816bc3b: Pulling fs layer [2020-09-04T19:28:47.740Z] 0dadc02b9964: Pulling fs layer [2020-09-04T19:28:47.740Z] ce6a7cf60c04: Pulling fs layer [2020-09-04T19:28:47.740Z] 7a184a31f384: Pulling fs layer [2020-09-04T19:28:47.740Z] 0879bd2ef858: Pulling fs layer [2020-09-04T19:28:47.740Z] 0dadc02b9964: Waiting [2020-09-04T19:28:47.740Z] ce6a7cf60c04: Waiting [2020-09-04T19:28:47.740Z] 7a184a31f384: Waiting [2020-09-04T19:28:47.740Z] 0879bd2ef858: Waiting [2020-09-04T19:28:47.740Z] 46f8f816bc3b: Waiting [2020-09-04T19:28:47.740Z] 36b3adc4ff6f: Verifying Checksum [2020-09-04T19:28:47.740Z] 36b3adc4ff6f: Download complete [2020-09-04T19:28:47.740Z] 46f8f816bc3b: Verifying Checksum [2020-09-04T19:28:47.740Z] 46f8f816bc3b: Download complete [2020-09-04T19:28:47.740Z] df20fa9351a1: Verifying Checksum [2020-09-04T19:28:47.740Z] df20fa9351a1: Download complete [2020-09-04T19:28:47.740Z] ce6a7cf60c04: Download complete [2020-09-04T19:28:47.740Z] 7a184a31f384: Verifying Checksum [2020-09-04T19:28:47.740Z] 7a184a31f384: Download complete [2020-09-04T19:28:48.005Z] 0dadc02b9964: Verifying Checksum [2020-09-04T19:28:48.005Z] 0dadc02b9964: Download complete [2020-09-04T19:28:48.005Z] 8ad3a11d3b57: Verifying Checksum [2020-09-04T19:28:48.005Z] 8ad3a11d3b57: Download complete [2020-09-04T19:28:48.269Z] df20fa9351a1: Pull complete [2020-09-04T19:28:48.269Z] 0879bd2ef858: Verifying Checksum [2020-09-04T19:28:48.269Z] 0879bd2ef858: Download complete [2020-09-04T19:28:48.269Z] 36b3adc4ff6f: Pull complete [2020-09-04T19:28:48.842Z] 8ad3a11d3b57: Pull complete [2020-09-04T19:28:49.104Z] 46f8f816bc3b: Pull complete [2020-09-04T19:28:49.365Z] 0dadc02b9964: Pull complete [2020-09-04T19:28:49.365Z] ce6a7cf60c04: Pull complete [2020-09-04T19:28:49.628Z] 7a184a31f384: Pull complete [2020-09-04T19:28:52.195Z] 0879bd2ef858: Pull complete [2020-09-04T19:28:52.195Z] Digest: sha256:6a0b98a82ad2e848da155b214a5d490c0357af837e10dd363e416ea0d50debb0 [2020-09-04T19:28:52.195Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-09-04T19:28:52.195Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-09-04T19:28:52.335Z] prd-centos7-docker-4c-2g-1481 does not seem to be running inside a container [2020-09-04T19:28:52.386Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa-host -w /w/workspace/ndry_app-functions-sdk-go_PR-467 -v /w/workspace/ndry_app-functions-sdk-go_PR-467:/w/workspace/ndry_app-functions-sdk-go_PR-467:rw,z -v /w/workspace/ndry_app-functions-sdk-go_PR-467@tmp:/w/workspace/ndry_app-functions-sdk-go_PR-467@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-09-04T19:28:57.231Z] $ docker top 87c5b9ae83c42ef4e2e99866b52b5b6b997e46b142186f83cce23cfd688e6bf9 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-04T19:28:57.766Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-09-04T19:28:58.062Z] + ls /var/log/sa-host [2020-09-04T19:28:58.062Z] + sadf -c /var/log/sa-host/sa04 [2020-09-04T19:28:58.062Z] file_magic: OK [2020-09-04T19:28:58.062Z] HZ: Using current value: 100 [2020-09-04T19:28:58.062Z] file_header: OK [2020-09-04T19:28:58.062Z] 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 [2020-09-04T19:28:58.062Z] Statistics: [2020-09-04T19:28:58.062Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-09-04T19:28:58.062Z] File successfully converted to sysstat format version 12.2.1 [2020-09-04T19:28:58.062Z] + sadf -c /var/log/sa-host/sa05 [2020-09-04T19:28:58.062Z] file_magic: OK [2020-09-04T19:28:58.062Z] HZ: Using current value: 100 [2020-09-04T19:28:58.062Z] file_header: OK [2020-09-04T19:28:58.062Z] 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 [2020-09-04T19:28:58.062Z] Statistics: [2020-09-04T19:28:58.062Z] Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-09-04T19:28:58.062Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-09-04T19:28:58.115Z] provisioning config files... [2020-09-04T19:28:58.133Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/ndry_app-functions-sdk-go_PR-467@tmp/config6246951066280935617tmp [Pipeline] { [Pipeline] echo [2020-09-04T19:28:58.193Z] Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-04T19:28:58.486Z] ---> create-netrc.sh [Pipeline] echo [2020-09-04T19:28:58.495Z] Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-04T19:28:58.787Z] ---> logs-deploy.sh [2020-09-04T19:28:58.787Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-functions-sdk-go/PR-467/3 [2020-09-04T19:28:58.787Z] INFO: archiving workspace using pattern(s): [2020-09-04T19:29:00.176Z] Archives upload complete. [2020-09-04T19:29:00.176Z] INFO: archiving logs to Nexus