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 19:25:02 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 19:25:02 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 19:25:02 ========================================================= 19:25:02 EdgeX Global Pipelines Version Info 19:25:02 ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk 7857395b59d28d26f73ec1fde18094e2dbe44679 # timeout=10 19:25:04 ------------------- 19:25:04 stable info: 19:25:04 ------------------- 19:25:04 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 19:25:04 Commit SHA: 5fb5bc9604e69ab642a67b6a3e8474dd770c8dc8 19:25:04 Message: update stable to v1.0.118 19:25:05 ------------------- 19:25:05 experimental info: 19:25:05 ------------------- 19:25:05 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 19:25:05 Commit SHA: 4bf0f353ab0057b6d66f3aea763faef2da6a0c79 19:25:05 Message: update experimental to v1.0.119 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo 19:25:05 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-functions-sdk-go-settings [Pipeline] echo 19:25:05 [edgeXSetupEnvironment]: set envvar PROJECT = app-functions-sdk-go [Pipeline] echo 19:25:05 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 19:25:05 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 19:25:05 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 19:25:05 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.13 [Pipeline] echo 19:25:05 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 19:25:06 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine [Pipeline] echo 19:25:06 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 19:25:06 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 19:25:06 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 19:25:06 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-app-functions-sdk-go [Pipeline] echo 19:25:06 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 19:25:06 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 19:25:06 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo 19:25:06 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 19:25:06 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 19:25:06 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 19:25:07 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 19:25:07 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 19:25:07 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 19:25:07 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo 19:25:07 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-467 [Pipeline] echo 19:25:07 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-467 [Pipeline] echo 19:25:07 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-467 [Pipeline] echo 19:25:07 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = acb6ca3588f1c8b55940b24a22acdf7f07ee1216 [Pipeline] echo 19:25:07 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = acb6ca3 [Pipeline] echo 19:25:07 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 19:25:08 + git log --format=format:%s -1 acb6ca3588f1c8b55940b24a22acdf7f07ee1216 [Pipeline] echo 19:25:08 GIT_COMMIT: acb6ca3588f1c8b55940b24a22acdf7f07ee1216, Commit Message: feat: Implement transform to add Tags to Event [Pipeline] echo 19:25:08 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 19:25:09 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 19:25:09 19:25:09 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 19:25:10 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 19:25:10 latest: Pulling from edgex-devops/git-semver 19:25:10 31603596830f: Pulling fs layer 19:25:10 2a8b12db71e7: Pulling fs layer 19:25:10 6ca5941a6612: Pulling fs layer 19:25:10 ecc8261a40a4: Pulling fs layer 19:25:10 ecc8261a40a4: Waiting 19:25:10 2a8b12db71e7: Download complete 19:25:10 31603596830f: Verifying Checksum 19:25:10 31603596830f: Download complete 19:25:10 ecc8261a40a4: Verifying Checksum 19:25:10 ecc8261a40a4: Download complete 19:25:10 6ca5941a6612: Verifying Checksum 19:25:10 6ca5941a6612: Download complete 19:25:10 31603596830f: Pull complete 19:25:10 2a8b12db71e7: Pull complete 19:25:11 6ca5941a6612: Pull complete 19:25:11 ecc8261a40a4: Pull complete 19:25:11 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 19:25:11 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 19:25:11 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 19:25:12 prd-centos7-docker-4c-2g-1481 does not seem to be running inside a container 19:25:12 $ 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 19:25:14 $ docker top abf6bfbd7c7873859757912325eae2a458efca5df607dcec759869990b0ed516 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 19:25:15 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 19:25:15 [ssh-agent] Looking for ssh-agent implementation... 19:25:15 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 19:25:15 $ docker exec abf6bfbd7c7873859757912325eae2a458efca5df607dcec759869990b0ed516 ssh-agent 19:25:15 SSH_AUTH_SOCK=/tmp/ssh-L2evukmbTkpC/agent.11 19:25:15 SSH_AGENT_PID=17 19:25:15 Running ssh-add (command line suppressed) 19:25:15 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) 19:25:15 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 19:25:16 + git describe --exact-match --tags HEAD 19:25:16 fatal: No names found, cannot describe anything. [Pipeline] } 19:25:16 $ docker exec --env ******** --env ******** abf6bfbd7c7873859757912325eae2a458efca5df607dcec759869990b0ed516 ssh-agent -k 19:25:16 unset SSH_AUTH_SOCK; 19:25:16 unset SSH_AGENT_PID; 19:25:16 echo Agent pid 17 killed; 19:25:16 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo 19:25:16 [edgeXSemver]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 19:25:16 This usually means this commit has not been tagged. [Pipeline] sshagent 19:25:16 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 19:25:16 [ssh-agent] Looking for ssh-agent implementation... 19:25:16 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 19:25:16 $ docker exec abf6bfbd7c7873859757912325eae2a458efca5df607dcec759869990b0ed516 ssh-agent 19:25:16 SSH_AUTH_SOCK=/tmp/ssh-reiUV4a0VYth/agent.46 19:25:16 SSH_AGENT_PID=51 19:25:16 Running ssh-add (command line suppressed) 19:25:16 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) 19:25:16 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 19:25:17 + git semver init 19:25:17 # -> Open(): unable to determine branch for HEAD 19:25:17 # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_PR-467/.git 19:25:17 # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_PR-467 19:25:17 # $SEMVER_REMOTE_NAME = origin 19:25:17 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 19:25:17 # $SEMVER_USER_NAME = edgex-jenkins 19:25:17 # $SEMVER_BRANCH = PR-467 19:25:17 # $SEMVER_TEMP = /tmp/semver-586857123 19:25:17 # git clone --branch semver git@github.com:edgexfoundry/app-functions-sdk-go.git $SEMVER_TEMP 19:25:19 # '/tmp/semver-586857123' -> '/w/workspace/ndry_app-functions-sdk-go_PR-467/.semver' 19:25:19 # -> Force: false 19:25:19 # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_PR-467/.semver [Pipeline] } 19:25:19 $ docker exec --env ******** --env ******** abf6bfbd7c7873859757912325eae2a458efca5df607dcec759869990b0ed516 ssh-agent -k 19:25:19 unset SSH_AUTH_SOCK; 19:25:19 unset SSH_AGENT_PID; 19:25:19 echo Agent pid 51 killed; 19:25:19 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 19:25:20 + git semver [Pipeline] } 19:25:20 $ docker stop --time=1 abf6bfbd7c7873859757912325eae2a458efca5df607dcec759869990b0ed516 19:25:22 $ docker rm -f abf6bfbd7c7873859757912325eae2a458efca5df607dcec759869990b0ed516 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash 19:25:24 Stashed 37 file(s) [Pipeline] echo 19:25:24 [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] echo 19:25:24 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 19:25:39 Still waiting to schedule task 19:25:39 ‘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’ 19:25:39 Still waiting to schedule task 19:25:39 ‘prd-ubuntu18.04-docker-arm64-4c-16g-1478’ is offline 19:25:42 Running on prd-centos7-docker-4c-2g-1482 in /w/workspace/ndry_app-functions-sdk-go_PR-467 [Pipeline] { [Pipeline] ws 19:25:43 Running in /w/workspace/app-functions-sdk-go/3 [Pipeline] { [Pipeline] checkout 19:25:46 using credential edgex-jenkins-ssh 19:25:46 Cloning the remote Git repository 19:25:46 Cloning with configured refspecs honoured and without tags 19:25:46 Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git 19:25:46 > git init /w/workspace/app-functions-sdk-go/3 # timeout=10 19:25:46 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 19:25:46 > git --version # timeout=10 19:25:46 > git --version # 'git version 2.16.5' 19:25:46 using GIT_SSH to set credentials SSH Credentials for GitHub 19:25:46 > 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 19:25:48 Fetching without tags 19:25:48 Merging remotes/origin/master commit 337bfa72234b549edc983bc92338d9bbd410e2b1 into PR head commit acb6ca3588f1c8b55940b24a22acdf7f07ee1216 19:25:48 Merge succeeded, producing acb6ca3588f1c8b55940b24a22acdf7f07ee1216 19:25:48 Checking out Revision acb6ca3588f1c8b55940b24a22acdf7f07ee1216 (PR-467) 19:25:48 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 19:25:48 > git config --add remote.origin.fetch +refs/pull/467/head:refs/remotes/origin/PR-467 # timeout=10 19:25:48 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 19:25:48 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 19:25:48 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 19:25:48 using GIT_SSH to set credentials SSH Credentials for GitHub 19:25:48 > 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 19:25:48 > git config core.sparsecheckout # timeout=10 19:25:48 > git checkout -f acb6ca3588f1c8b55940b24a22acdf7f07ee1216 # timeout=10 19:25:48 > git remote # timeout=10 19:25:48 > git config --get remote.origin.url # timeout=10 19:25:48 using GIT_SSH to set credentials SSH Credentials for GitHub 19:25:48 > git merge 337bfa72234b549edc983bc92338d9bbd410e2b1 # timeout=10 19:25:48 > git rev-parse HEAD^{commit} # timeout=10 19:25:48 > git config core.sparsecheckout # timeout=10 19:25:48 > git checkout -f acb6ca3588f1c8b55940b24a22acdf7f07ee1216 # timeout=10 19:25:52 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 19:25:54 ========================================================= 19:25:54 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] 19:25:54 ========================================================= [Pipeline] isUnix [Pipeline] sh 19:25:54 + 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 . 19:25:55 Sending build context to Docker daemon 37.1MB 19:25:55 Step 1/8 : ARG BASE=golang:1.13-alpine 19:25:55 Step 2/8 : FROM ${BASE} 19:25:55 1.13-alpine: Pulling from edgex-devops/edgex-golang-base 19:25:55 df20fa9351a1: Pulling fs layer 19:25:55 ed8968b2872e: Pulling fs layer 19:25:55 a92cc7c5fd73: Pulling fs layer 19:25:55 2dd03ba5bac4: Pulling fs layer 19:25:55 1e091d79d1de: Pulling fs layer 19:25:55 481702a1767f: Pulling fs layer 19:25:55 f64a6f60c768: Pulling fs layer 19:25:55 e78d2573fc39: Pulling fs layer 19:25:55 e876d2f968b6: Pulling fs layer 19:25:55 ce8a83651883: Pulling fs layer 19:25:55 07967f4d0e4b: Pulling fs layer 19:25:55 f64a6f60c768: Waiting 19:25:55 e78d2573fc39: Waiting 19:25:55 e876d2f968b6: Waiting 19:25:55 07967f4d0e4b: Waiting 19:25:55 2dd03ba5bac4: Waiting 19:25:55 ce8a83651883: Waiting 19:25:55 1e091d79d1de: Waiting 19:25:55 481702a1767f: Waiting 19:25:55 a92cc7c5fd73: Verifying Checksum 19:25:55 a92cc7c5fd73: Download complete 19:25:55 ed8968b2872e: Verifying Checksum 19:25:55 ed8968b2872e: Download complete 19:25:55 1e091d79d1de: Verifying Checksum 19:25:55 1e091d79d1de: Download complete 19:25:55 481702a1767f: Verifying Checksum 19:25:55 481702a1767f: Download complete 19:25:55 df20fa9351a1: Verifying Checksum 19:25:55 df20fa9351a1: Download complete 19:25:56 df20fa9351a1: Pull complete 19:25:57 f64a6f60c768: Verifying Checksum 19:25:57 f64a6f60c768: Download complete 19:25:57 e876d2f968b6: Verifying Checksum 19:25:57 e876d2f968b6: Download complete 19:25:57 ed8968b2872e: Pull complete 19:25:58 ce8a83651883: Verifying Checksum 19:25:58 ce8a83651883: Download complete 19:25:58 07967f4d0e4b: Verifying Checksum 19:25:58 07967f4d0e4b: Download complete 19:25:58 e78d2573fc39: Verifying Checksum 19:25:58 e78d2573fc39: Download complete 19:25:59 2dd03ba5bac4: Verifying Checksum 19:25:59 2dd03ba5bac4: Download complete 19:25:59 a92cc7c5fd73: Pull complete 19:26:06 2dd03ba5bac4: Pull complete 19:26:06 1e091d79d1de: Pull complete 19:26:06 481702a1767f: Pull complete 19:26:10 f64a6f60c768: Pull complete 19:26:13 e78d2573fc39: Pull complete 19:26:14 e876d2f968b6: Pull complete 19:26:15 ce8a83651883: Pull complete 19:26:15 07967f4d0e4b: Pull complete 19:26:15 Digest: sha256:323246222269c44bbdf124594b811e87e5df8ffc2c0adf7c0e497dcaec6e6afe 19:26:15 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine 19:26:15 ---> 5d7c900382c6 19:26:15 Step 3/8 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 19:26:15 latest: Pulling from library/docker 19:26:16 df20fa9351a1: Already exists 19:26:16 25ad7478873d: Pulling fs layer 19:26:16 4684f6177b5d: Pulling fs layer 19:26:16 46e300cec669: Pulling fs layer 19:26:16 63038576ad94: Pulling fs layer 19:26:16 0fdb76c4706c: Pulling fs layer 19:26:16 cb7edeffdfd5: Pulling fs layer 19:26:16 63038576ad94: Waiting 19:26:16 0fdb76c4706c: Waiting 19:26:16 cb7edeffdfd5: Waiting 19:26:16 4684f6177b5d: Verifying Checksum 19:26:16 4684f6177b5d: Download complete 19:26:16 25ad7478873d: Verifying Checksum 19:26:16 25ad7478873d: Download complete 19:26:16 63038576ad94: Verifying Checksum 19:26:16 63038576ad94: Download complete 19:26:16 0fdb76c4706c: Verifying Checksum 19:26:16 0fdb76c4706c: Download complete 19:26:16 25ad7478873d: Pull complete 19:26:16 cb7edeffdfd5: Verifying Checksum 19:26:16 cb7edeffdfd5: Download complete 19:26:16 46e300cec669: Verifying Checksum 19:26:16 46e300cec669: Download complete 19:26:17 4684f6177b5d: Pull complete 19:26:20 46e300cec669: Pull complete 19:26:20 63038576ad94: Pull complete 19:26:20 0fdb76c4706c: Pull complete 19:26:20 cb7edeffdfd5: Pull complete 19:26:20 Digest: sha256:f9a24a777e813e2692920a86530355e3840d0271464fd486bd8708aa018d0ac6 19:26:20 Status: Downloaded newer image for docker:latest 19:26:22 ---> efe24bd1c5d5 19:26:22 Step 4/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 19:26:22 ---> Running in 19a15ec4187e 19:26:22 Removing intermediate container 19a15ec4187e 19:26:22 ---> 487aa1dee329 19:26:22 Step 5/8 : RUN apk add --update --no-cache zeromq-dev bash 19:26:22 ---> Running in c3fd4445b50c 19:26:23 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 19:26:24 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 19:26:25 (1/5) Installing libsodium (1.0.18-r0) 19:26:25 (2/5) Installing libzmq (4.3.2-r0) 19:26:25 (3/5) Installing pkgconf (1.7.2-r0) 19:26:25 (4/5) Installing libsodium-dev (1.0.18-r0) 19:26:25 (5/5) Installing zeromq-dev (4.3.2-r0) 19:26:25 Executing busybox-1.31.1-r16.trigger 19:26:25 OK: 167 MiB in 44 packages 19:26:26 Removing intermediate container c3fd4445b50c 19:26:26 ---> 0abfbe41c84d 19:26:26 Step 6/8 : WORKDIR /build 19:26:26 ---> Running in f1a5b249c62c 19:26:26 Removing intermediate container f1a5b249c62c 19:26:26 ---> c86d9325aa98 19:26:26 Step 7/8 : COPY go.mod . 19:26:26 ---> b1e3307fd024 19:26:26 Step 8/8 : RUN go mod download 19:26:27 ---> Running in ec765e15d6e9 19:26:29 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 19:26:30 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] } 19:26:32 Failed in branch amd64 19:27:27 Running on prd-ubuntu18.04-docker-arm64-4c-16g-1483 in /w/workspace/ndry_app-functions-sdk-go_PR-467 [Pipeline] { [Pipeline] ws 19:27:27 Running in /w/workspace/app-functions-sdk-go/3 [Pipeline] { [Pipeline] checkout 19:27:31 using credential edgex-jenkins-ssh 19:27:31 Cloning the remote Git repository 19:27:31 Cloning with configured refspecs honoured and without tags 19:27:31 Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git 19:27:31 > git init /w/workspace/app-functions-sdk-go/3 # timeout=10 19:27:32 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 19:27:32 > git --version # timeout=10 19:27:32 > git --version # 'git version 2.17.1' 19:27:32 using GIT_SSH to set credentials SSH Credentials for GitHub 19:27:32 > 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 19:27:35 Fetching without tags 19:27:35 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 19:27:35 > git config --add remote.origin.fetch +refs/pull/467/head:refs/remotes/origin/PR-467 # timeout=10 19:27:35 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 19:27:35 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 19:27:35 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 19:27:35 using GIT_SSH to set credentials SSH Credentials for GitHub 19:27:35 > 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 19:27:36 Merging remotes/origin/master commit 337bfa72234b549edc983bc92338d9bbd410e2b1 into PR head commit acb6ca3588f1c8b55940b24a22acdf7f07ee1216 19:27:36 Merge succeeded, producing acb6ca3588f1c8b55940b24a22acdf7f07ee1216 19:27:36 Checking out Revision acb6ca3588f1c8b55940b24a22acdf7f07ee1216 (PR-467) 19:27:36 > git config core.sparsecheckout # timeout=10 19:27:36 > git checkout -f acb6ca3588f1c8b55940b24a22acdf7f07ee1216 # timeout=10 19:27:36 > git remote # timeout=10 19:27:36 > git config --get remote.origin.url # timeout=10 19:27:36 using GIT_SSH to set credentials SSH Credentials for GitHub 19:27:36 > git merge 337bfa72234b549edc983bc92338d9bbd410e2b1 # timeout=10 19:27:36 > git rev-parse HEAD^{commit} # timeout=10 19:27:36 > git config core.sparsecheckout # timeout=10 19:27:36 > git checkout -f acb6ca3588f1c8b55940b24a22acdf7f07ee1216 # timeout=10 19:27:40 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 19:27:43 ========================================================= 19:27:43 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] 19:27:43 ========================================================= [Pipeline] isUnix [Pipeline] sh 19:27:45 + 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 . 19:27:46 Sending build context to Docker daemon 37.1MB 19:27:46 Step 1/8 : ARG BASE=golang:1.13-alpine 19:27:46 Step 2/8 : FROM ${BASE} 19:27:46 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 19:27:46 b538f80385f9: Pulling fs layer 19:27:46 74f711af9a0d: Pulling fs layer 19:27:46 99f96fe45779: Pulling fs layer 19:27:46 fd7a069fd194: Pulling fs layer 19:27:46 66aa3694b03b: Pulling fs layer 19:27:46 170f70906a0f: Pulling fs layer 19:27:46 ad7c5574e4b9: Pulling fs layer 19:27:46 e772456be8f7: Pulling fs layer 19:27:46 c890913d741a: Pulling fs layer 19:27:46 2480fcc9aa5a: Pulling fs layer 19:27:46 09adf4765672: Pulling fs layer 19:27:46 fd7a069fd194: Waiting 19:27:46 66aa3694b03b: Waiting 19:27:46 c890913d741a: Waiting 19:27:46 2480fcc9aa5a: Waiting 19:27:46 09adf4765672: Waiting 19:27:46 170f70906a0f: Waiting 19:27:46 ad7c5574e4b9: Waiting 19:27:46 e772456be8f7: Waiting 19:27:46 99f96fe45779: Verifying Checksum 19:27:46 99f96fe45779: Download complete 19:27:46 74f711af9a0d: Verifying Checksum 19:27:46 74f711af9a0d: Download complete 19:27:46 66aa3694b03b: Verifying Checksum 19:27:46 66aa3694b03b: Download complete 19:27:46 170f70906a0f: Verifying Checksum 19:27:46 170f70906a0f: Download complete 19:27:46 b538f80385f9: Verifying Checksum 19:27:46 b538f80385f9: Download complete 19:27:47 b538f80385f9: Pull complete 19:27:48 74f711af9a0d: Pull complete 19:27:48 99f96fe45779: Pull complete 19:27:49 ad7c5574e4b9: Verifying Checksum 19:27:49 ad7c5574e4b9: Download complete 19:27:49 c890913d741a: Verifying Checksum 19:27:49 c890913d741a: Download complete 19:27:50 e772456be8f7: Verifying Checksum 19:27:50 e772456be8f7: Download complete 19:27:50 09adf4765672: Verifying Checksum 19:27:50 09adf4765672: Download complete 19:27:50 2480fcc9aa5a: Verifying Checksum 19:27:50 2480fcc9aa5a: Download complete 19:27:51 fd7a069fd194: Verifying Checksum 19:27:51 fd7a069fd194: Download complete 19:28:03 fd7a069fd194: Pull complete 19:28:03 66aa3694b03b: Pull complete 19:28:03 170f70906a0f: Pull complete 19:28:06 ad7c5574e4b9: Pull complete 19:28:11 e772456be8f7: Pull complete 19:28:11 c890913d741a: Pull complete 19:28:13 2480fcc9aa5a: Pull complete 19:28:14 09adf4765672: Pull complete 19:28:14 Digest: sha256:77242015624dc62c2655c7b963a03ae32e90cc8c4d034de6c6efb010c7806a28 19:28:14 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine 19:28:14 ---> 2248a725d1cf 19:28:14 Step 3/8 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 19:28:14 latest: Pulling from library/docker 19:28:14 b538f80385f9: Already exists 19:28:14 259a493cd78d: Pulling fs layer 19:28:14 b8e66b5100f5: Pulling fs layer 19:28:14 39dc9c94d07c: Pulling fs layer 19:28:14 551b823b3b82: Pulling fs layer 19:28:14 3c52a74df98c: Pulling fs layer 19:28:14 6c9b121b6998: Pulling fs layer 19:28:14 3c52a74df98c: Waiting 19:28:14 6c9b121b6998: Waiting 19:28:14 551b823b3b82: Waiting 19:28:14 b8e66b5100f5: Verifying Checksum 19:28:14 b8e66b5100f5: Download complete 19:28:14 259a493cd78d: Verifying Checksum 19:28:14 259a493cd78d: Download complete 19:28:14 551b823b3b82: Verifying Checksum 19:28:14 551b823b3b82: Download complete 19:28:15 3c52a74df98c: Verifying Checksum 19:28:15 3c52a74df98c: Download complete 19:28:15 6c9b121b6998: Verifying Checksum 19:28:15 6c9b121b6998: Download complete 19:28:15 259a493cd78d: Pull complete 19:28:16 b8e66b5100f5: Pull complete 19:28:16 39dc9c94d07c: Verifying Checksum 19:28:16 39dc9c94d07c: Download complete 19:28:19 39dc9c94d07c: Pull complete 19:28:19 551b823b3b82: Pull complete 19:28:19 3c52a74df98c: Pull complete 19:28:20 6c9b121b6998: Pull complete 19:28:20 Digest: sha256:f9a24a777e813e2692920a86530355e3840d0271464fd486bd8708aa018d0ac6 19:28:20 Status: Downloaded newer image for docker:latest 19:28:27 ---> bae68ae3637a 19:28:27 Step 4/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 19:28:27 ---> Running in 7d626355be49 19:28:27 Removing intermediate container 7d626355be49 19:28:27 ---> 889b03e45399 19:28:27 Step 5/8 : RUN apk add --update --no-cache zeromq-dev bash 19:28:27 ---> Running in 4a368f5eb035 19:28:29 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 19:28:30 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 19:28:31 (1/5) Installing libsodium (1.0.18-r0) 19:28:31 (2/5) Installing libzmq (4.3.2-r0) 19:28:31 (3/5) Installing pkgconf (1.7.2-r0) 19:28:31 (4/5) Installing libsodium-dev (1.0.18-r0) 19:28:31 (5/5) Installing zeromq-dev (4.3.2-r0) 19:28:31 Executing busybox-1.31.1-r16.trigger 19:28:31 OK: 143 MiB in 44 packages 19:28:33 Removing intermediate container 4a368f5eb035 19:28:33 ---> acdd34de563c 19:28:33 Step 6/8 : WORKDIR /build 19:28:33 ---> Running in b647a07eeb96 19:28:33 Removing intermediate container b647a07eeb96 19:28:33 ---> 0434182ba970 19:28:33 Step 7/8 : COPY go.mod . 19:28:34 ---> 393daf7f2c20 19:28:34 Step 8/8 : RUN go mod download 19:28:34 ---> Running in 544dbbe45a52 19:28:37 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 19:28:38 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] } 19:28:39 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 19:28:42 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 19:28:42 ---> package-listing.sh 19:28:42 ++ facter osfamily 19:28:42 ++ tr '[:upper:]' '[:lower:]' 19:28:42 + OS_FAMILY=redhat 19:28:42 + workspace=/w/workspace/ndry_app-functions-sdk-go_PR-467 19:28:42 + START_PACKAGES=/tmp/packages_start.txt 19:28:42 + END_PACKAGES=/tmp/packages_end.txt 19:28:42 + DIFF_PACKAGES=/tmp/packages_diff.txt 19:28:42 + PACKAGES=/tmp/packages_start.txt 19:28:42 + '[' /w/workspace/ndry_app-functions-sdk-go_PR-467 ']' 19:28:42 + PACKAGES=/tmp/packages_end.txt 19:28:42 + case "${OS_FAMILY}" in 19:28:42 + rpm -qa 19:28:42 + sort 19:28:46 + '[' -f /tmp/packages_start.txt ']' 19:28:46 + '[' -f /tmp/packages_end.txt ']' 19:28:46 + diff /tmp/packages_start.txt /tmp/packages_end.txt 19:28:46 + '[' /w/workspace/ndry_app-functions-sdk-go_PR-467 ']' 19:28:46 + mkdir -p /w/workspace/ndry_app-functions-sdk-go_PR-467/archives/ 19:28:46 + 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 19:28:47 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 19:28:47 19:28:47 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 19:28:47 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 19:28:47 alpine: Pulling from edgex-lftools-log-publisher 19:28:47 df20fa9351a1: Pulling fs layer 19:28:47 36b3adc4ff6f: Pulling fs layer 19:28:47 8ad3a11d3b57: Pulling fs layer 19:28:47 46f8f816bc3b: Pulling fs layer 19:28:47 0dadc02b9964: Pulling fs layer 19:28:47 ce6a7cf60c04: Pulling fs layer 19:28:47 7a184a31f384: Pulling fs layer 19:28:47 0879bd2ef858: Pulling fs layer 19:28:47 0dadc02b9964: Waiting 19:28:47 ce6a7cf60c04: Waiting 19:28:47 7a184a31f384: Waiting 19:28:47 0879bd2ef858: Waiting 19:28:47 46f8f816bc3b: Waiting 19:28:47 36b3adc4ff6f: Verifying Checksum 19:28:47 36b3adc4ff6f: Download complete 19:28:47 46f8f816bc3b: Verifying Checksum 19:28:47 46f8f816bc3b: Download complete 19:28:47 df20fa9351a1: Verifying Checksum 19:28:47 df20fa9351a1: Download complete 19:28:47 ce6a7cf60c04: Download complete 19:28:47 7a184a31f384: Verifying Checksum 19:28:47 7a184a31f384: Download complete 19:28:48 0dadc02b9964: Verifying Checksum 19:28:48 0dadc02b9964: Download complete 19:28:48 8ad3a11d3b57: Verifying Checksum 19:28:48 8ad3a11d3b57: Download complete 19:28:48 df20fa9351a1: Pull complete 19:28:48 0879bd2ef858: Verifying Checksum 19:28:48 0879bd2ef858: Download complete 19:28:48 36b3adc4ff6f: Pull complete 19:28:48 8ad3a11d3b57: Pull complete 19:28:49 46f8f816bc3b: Pull complete 19:28:49 0dadc02b9964: Pull complete 19:28:49 ce6a7cf60c04: Pull complete 19:28:49 7a184a31f384: Pull complete 19:28:52 0879bd2ef858: Pull complete 19:28:52 Digest: sha256:6a0b98a82ad2e848da155b214a5d490c0357af837e10dd363e416ea0d50debb0 19:28:52 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 19:28:52 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 19:28:52 prd-centos7-docker-4c-2g-1481 does not seem to be running inside a container 19:28:52 $ 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 19:28:57 $ docker top 87c5b9ae83c42ef4e2e99866b52b5b6b997e46b142186f83cce23cfd688e6bf9 -eo pid,comm [Pipeline] { [Pipeline] sh 19:28:57 + mkdir -p /var/log/sa [Pipeline] sh 19:28:58 + ls /var/log/sa-host 19:28:58 + sadf -c /var/log/sa-host/sa04 19:28:58 file_magic: OK 19:28:58 HZ: Using current value: 100 19:28:58 file_header: OK 19:28:58 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 19:28:58 Statistics: 19:28:58 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 19:28:58 File successfully converted to sysstat format version 12.2.1 19:28:58 + sadf -c /var/log/sa-host/sa05 19:28:58 file_magic: OK 19:28:58 HZ: Using current value: 100 19:28:58 file_header: OK 19:28:58 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 19:28:58 Statistics: 19:28:58 Hnuu...uuuununununu...Hnuu...uuuununununu... 19:28:58 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 19:28:58 provisioning config files... 19:28:58 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/ndry_app-functions-sdk-go_PR-467@tmp/config6246951066280935617tmp [Pipeline] { [Pipeline] echo 19:28:58 Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 19:28:58 ---> create-netrc.sh [Pipeline] echo 19:28:58 Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 19:28:58 ---> logs-deploy.sh 19:28:58 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-functions-sdk-go/PR-467/3 19:28:58 INFO: archiving workspace using pattern(s): 19:29:00 Archives upload complete. 19:29:00 INFO: archiving logs to Nexus 19:29:01 ---> uname -a: 19:29:01 Linux 87c5b9ae83c4 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux 19:29:01 19:29:01 19:29:01 ---> lscpu: 19:29:01 Architecture: x86_64 19:29:01 CPU op-mode(s): 32-bit, 64-bit 19:29:01 Byte Order: Little Endian 19:29:01 Address sizes: 40 bits physical, 48 bits virtual 19:29:01 CPU(s): 4 19:29:01 On-line CPU(s) list: 0-3 19:29:01 Thread(s) per core: 1 19:29:01 Core(s) per socket: 1 19:29:01 Socket(s): 4 19:29:01 NUMA node(s): 1 19:29:01 Vendor ID: GenuineIntel 19:29:01 CPU family: 6 19:29:01 Model: 44 19:29:01 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 19:29:01 Stepping: 1 19:29:01 CPU MHz: 2933.438 19:29:01 BogoMIPS: 5866.87 19:29:01 Virtualization: VT-x 19:29:01 Hypervisor vendor: KVM 19:29:01 Virtualization type: full 19:29:01 L1d cache: 128 KiB 19:29:01 L1i cache: 128 KiB 19:29:01 L2 cache: 16 MiB 19:29:01 L3 cache: 64 MiB 19:29:01 NUMA node0 CPU(s): 0-3 19:29:01 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 19:29:01 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 19:29:01 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 19:29:01 Vulnerability Meltdown: Mitigation; PTI 19:29:01 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 19:29:01 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 19:29:01 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 19:29:01 Vulnerability Tsx async abort: Not affected 19:29:01 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 19:29:01 19:29:01 19:29:01 ---> nproc: 19:29:01 4 19:29:01 19:29:01 19:29:01 ---> df -h: 19:29:01 Filesystem Size Used Available Use% Mounted on 19:29:01 overlay 50.0G 7.0G 43.0G 14% / 19:29:01 tmpfs 64.0M 0 64.0M 0% /dev 19:29:01 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 19:29:01 shm 64.0M 0 64.0M 0% /dev/shm 19:29:01 /dev/vda1 50.0G 7.0G 43.0G 14% /etc/resolv.conf 19:29:01 /dev/vda1 50.0G 7.0G 43.0G 14% /etc/hostname 19:29:01 /dev/vda1 50.0G 7.0G 43.0G 14% /etc/hosts 19:29:01 /dev/vda1 50.0G 7.0G 43.0G 14% /w/workspace/ndry_app-functions-sdk-go_PR-467@tmp 19:29:01 /dev/vda1 50.0G 7.0G 43.0G 14% /var/log/sa-host 19:29:01 /dev/vda1 50.0G 7.0G 43.0G 14% /w/workspace/ndry_app-functions-sdk-go_PR-467 19:29:01 19:29:01 19:29:01 ---> free -m: 19:29:01 total used free shared buff/cache available 19:29:01 Mem: 1837 657 143 0 1036 1072 19:29:01 Swap: 1023 1 1022 19:29:01 19:29:01 19:29:01 ---> ip addr: 19:29:01 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 19:29:01 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 19:29:01 inet 127.0.0.1/8 scope host lo 19:29:01 valid_lft forever preferred_lft forever 19:29:01 6: eth0@if7: mtu 1458 qdisc noqueue state UP 19:29:01 link/ether 02:42:0a:fa:00:01 brd ff:ff:ff:ff:ff:ff 19:29:01 inet 10.250.0.1/24 brd 10.250.0.255 scope global eth0 19:29:01 valid_lft forever preferred_lft forever 19:29:01 19:29:01 19:29:01 ---> sar -b -r -n DEV: 19:29:01 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 09/04/20 _x86_64_ (4 CPU) 19:29:01 19:29:01 19:24:13 LINUX RESTART (4 CPU) 19:29:01 19:29:01 19:25:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 19:29:01 19:26:01 32.86 11.22 21.64 0.00 4459.73 3279.29 0.00 19:29:01 19:27:01 1.40 0.00 1.40 0.00 0.00 24.75 0.00 19:29:01 19:28:01 0.27 0.00 0.27 0.00 0.00 3.15 0.00 19:29:01 Average: 11.51 3.74 7.77 0.00 1486.82 1102.58 0.00 19:29:01 19:29:01 19:25:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 19:29:01 19:26:01 170728 0 579664 30.81 2620 1128544 1128264 38.51 440208 1110612 20 19:29:01 19:27:01 177088 0 573300 30.47 2620 1128548 1081320 36.90 438380 1106980 12 19:29:01 19:28:01 176748 0 573632 30.49 2620 1128556 1081500 36.91 439268 1106984 8 19:29:01 Average: 174855 0 575532 30.59 2620 1128549 1097028 37.44 439285 1108192 13 19:29:01 19:29:01 19:25:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 19:29:01 19:26:01 eth0 329.53 272.73 771.34 363.20 0.00 0.00 0.00 0.00 19:29:01 19:26:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:29:01 19:26:01 docker0 101.83 69.37 8.76 301.38 0.00 0.00 0.00 0.00 19:29:01 19:27:01 eth0 0.78 0.07 0.06 0.01 0.00 0.00 0.00 0.00 19:29:01 19:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:29:01 19:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:29:01 19:28:01 eth0 0.38 0.35 0.26 0.20 0.00 0.00 0.00 0.00 19:29:01 19:28:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:29:01 19:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:29:01 Average: eth0 110.25 91.06 257.26 121.15 0.00 0.00 0.00 0.00 19:29:01 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:29:01 Average: docker0 33.95 23.13 2.92 100.48 0.00 0.00 0.00 0.00 19:29:01 19:29:01 19:29:01 ---> sar -P ALL: 19:29:01 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 09/04/20 _x86_64_ (4 CPU) 19:29:01 19:29:01 19:24:13 LINUX RESTART (4 CPU) 19:29:01 19:29:01 19:25:01 CPU %user %nice %system %iowait %steal %idle 19:29:01 19:26:01 all 5.21 0.00 2.26 0.78 0.01 91.75 19:29:01 19:26:01 0 3.99 0.00 2.43 0.35 0.00 93.22 19:29:01 19:26:01 1 4.87 0.00 2.18 0.33 0.02 92.60 19:29:01 19:26:01 2 7.95 0.00 2.36 2.36 0.00 87.33 19:29:01 19:26:01 3 4.01 0.00 2.08 0.05 0.02 93.85 19:29:01 19:27:01 all 0.14 0.00 0.04 0.00 0.00 99.82 19:29:01 19:27:01 0 0.03 0.00 0.03 0.00 0.00 99.93 19:29:01 19:27:01 1 0.45 0.00 0.05 0.00 0.00 99.50 19:29:01 19:27:01 2 0.05 0.00 0.03 0.00 0.00 99.92 19:29:01 19:27:01 3 0.02 0.00 0.05 0.00 0.00 99.93 19:29:01 19:28:01 all 0.15 0.00 0.03 0.00 0.00 99.81 19:29:01 19:28:01 0 0.03 0.00 0.03 0.00 0.00 99.93 19:29:01 19:28:01 1 0.50 0.00 0.05 0.00 0.00 99.45 19:29:01 19:28:01 2 0.02 0.00 0.03 0.00 0.02 99.93 19:29:01 19:28:01 3 0.05 0.00 0.02 0.00 0.00 99.93 19:29:01 Average: all 1.83 0.00 0.78 0.26 0.00 97.14 19:29:01 Average: 0 1.35 0.00 0.83 0.12 0.00 97.71 19:29:01 Average: 1 1.94 0.00 0.76 0.11 0.01 97.19 19:29:01 Average: 2 2.67 0.00 0.81 0.78 0.01 95.74 19:29:01 Average: 3 1.35 0.00 0.71 0.02 0.01 97.91 19:29:01 19:29:01 19:29:01