Pull request #478 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 956df1d15b3d55c006daa9da11d24ed1148cf5b6+c0b07c94b028978b76e9bc5b71e585ad6e1c34c6 (ed62cdd606da6766d10a580c14b4e47948e29dfe) 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 7909e789ffc0fecf34d47f501ec8db0a80105338 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 7909e789ffc0fecf34d47f501ec8db0a80105338 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 7909e789ffc0fecf34d47f501ec8db0a80105338 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 7909e789ffc0fecf34d47f501ec8db0a80105338 # timeout=10 Commit message: "Merge pull request #245 from ernestojeda/fix-go-version-issue" > 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, 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.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-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 All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-8 in /w/workspace/ndry_app-functions-sdk-go_PR-478 [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-478 # 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/478/head:refs/remotes/origin/PR-478 +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/478/head:refs/remotes/origin/PR-478 # 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/478/head:refs/remotes/origin/PR-478 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit c0b07c94b028978b76e9bc5b71e585ad6e1c34c6 into PR head commit 956df1d15b3d55c006daa9da11d24ed1148cf5b6 Merge succeeded, producing 89fd32c84b345df5722f940feabe1cc679a40bc6 Checking out Revision 89fd32c84b345df5722f940feabe1cc679a40bc6 (PR-478) > git config core.sparsecheckout # timeout=10 > git checkout -f 956df1d15b3d55c006daa9da11d24ed1148cf5b6 # 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 c0b07c94b028978b76e9bc5b71e585ad6e1c34c6 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 89fd32c84b345df5722f940feabe1cc679a40bc6 # timeout=10 Commit message: "Merge commit 'c0b07c94b028978b76e9bc5b71e585ad6e1c34c6' into HEAD" First time build. Skipping changelog. [Pipeline] } > git rev-list --no-walk 5e133bc80c63e590021757f0aec7f9b8f54a710c # timeout=10 [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 21:16:06 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 21:16:06 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 21:16:07 ========================================================= 21:16:07 EdgeX Global Pipelines Version Info 21:16:07 ========================================================= [Pipeline] libraryResource [Pipeline] sh 21:16:08 ------------------- 21:16:08 stable info: 21:16:08 ------------------- 21:16:08 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 21:16:08 Commit SHA: 7909e789ffc0fecf34d47f501ec8db0a80105338 21:16:08 Message: update stable to v1.0.122 21:16:09 ------------------- 21:16:09 experimental info: 21:16:09 ------------------- 21:16:09 Commited By: **** collab-it+edgex@linuxfoundation.org 21:16:09 Commit SHA: 7909e789ffc0fecf34d47f501ec8db0a80105338 21:16:09 Message: update experimental to v1.0.122 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo 21:16:10 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-functions-sdk-go-settings [Pipeline] echo 21:16:10 [edgeXSetupEnvironment]: set envvar PROJECT = app-functions-sdk-go [Pipeline] echo 21:16:10 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 21:16:10 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 21:16:10 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 21:16:10 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 21:16:11 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 21:16:11 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 21:16:11 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 21:16:11 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 21:16:11 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 21:16:11 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-app-functions-sdk-go [Pipeline] echo 21:16:11 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 21:16:11 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 21:16:11 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo 21:16:12 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 21:16:12 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 21:16:12 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 21:16:12 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 21:16:12 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 21:16:12 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 21:16:12 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo 21:16:12 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-478 [Pipeline] echo 21:16:12 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-478 [Pipeline] echo 21:16:13 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-478 [Pipeline] echo 21:16:13 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 89fd32c84b345df5722f940feabe1cc679a40bc6 [Pipeline] echo 21:16:13 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 89fd32c [Pipeline] echo 21:16:13 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 21:16:14 + git log --format=format:%s -1 89fd32c84b345df5722f940feabe1cc679a40bc6 [Pipeline] echo 21:16:14 GIT_COMMIT: 89fd32c84b345df5722f940feabe1cc679a40bc6, Commit Message: Merge commit 'c0b07c94b028978b76e9bc5b71e585ad6e1c34c6' into HEAD [Pipeline] echo 21:16:14 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 21:16:14 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 21:16:14 21:16:14 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 21:16:15 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 21:16:15 latest: Pulling from edgex-devops/git-semver 21:16:15 31603596830f: Pulling fs layer 21:16:15 2a8b12db71e7: Pulling fs layer 21:16:15 6ca5941a6612: Pulling fs layer 21:16:15 ecc8261a40a4: Pulling fs layer 21:16:15 ecc8261a40a4: Waiting 21:16:15 2a8b12db71e7: Verifying Checksum 21:16:15 2a8b12db71e7: Download complete 21:16:15 31603596830f: Download complete 21:16:15 ecc8261a40a4: Verifying Checksum 21:16:15 ecc8261a40a4: Download complete 21:16:15 6ca5941a6612: Verifying Checksum 21:16:15 6ca5941a6612: Download complete 21:16:15 31603596830f: Pull complete 21:16:15 2a8b12db71e7: Pull complete 21:16:16 6ca5941a6612: Pull complete 21:16:16 ecc8261a40a4: Pull complete 21:16:16 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 21:16:16 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 21:16:16 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 21:16:16 prd-centos7-docker-4c-2g-8 does not seem to be running inside a container 21:16:16 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/ndry_app-functions-sdk-go_PR-478 -v /w/workspace/ndry_app-functions-sdk-go_PR-478:/w/workspace/ndry_app-functions-sdk-go_PR-478:rw,z -v /w/workspace/ndry_app-functions-sdk-go_PR-478@tmp:/w/workspace/ndry_app-functions-sdk-go_PR-478@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 21:16:18 $ docker top a77e465d8ddbbb63b8a1f9e2839d53ff7707bd4208cae0d2ffe8d1bd224fe23e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 21:16:18 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 21:16:18 [ssh-agent] Looking for ssh-agent implementation... 21:16:19 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 21:16:19 $ docker exec a77e465d8ddbbb63b8a1f9e2839d53ff7707bd4208cae0d2ffe8d1bd224fe23e ssh-agent 21:16:19 SSH_AUTH_SOCK=/tmp/ssh-CgOW4u2Wgx2u/agent.11 21:16:19 SSH_AGENT_PID=16 21:16:19 Running ssh-add (command line suppressed) 21:16:19 Identity added: /w/workspace/ndry_app-functions-sdk-go_PR-478@tmp/private_key_865161824038510863.key (/w/workspace/ndry_app-functions-sdk-go_PR-478@tmp/private_key_865161824038510863.key) 21:16:19 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 21:16:19 + git describe --exact-match --tags HEAD 21:16:19 fatal: No names found, cannot describe anything. [Pipeline] } 21:16:19 $ docker exec --env ******** --env ******** a77e465d8ddbbb63b8a1f9e2839d53ff7707bd4208cae0d2ffe8d1bd224fe23e ssh-agent -k 21:16:19 unset SSH_AUTH_SOCK; 21:16:19 unset SSH_AGENT_PID; 21:16:19 echo Agent pid 16 killed; 21:16:20 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo 21:16:20 [edgeXSemver]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 21:16:20 This usually means this commit has not been tagged. [Pipeline] sshagent 21:16:20 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 21:16:20 [ssh-agent] Looking for ssh-agent implementation... 21:16:20 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 21:16:20 $ docker exec a77e465d8ddbbb63b8a1f9e2839d53ff7707bd4208cae0d2ffe8d1bd224fe23e ssh-agent 21:16:20 SSH_AUTH_SOCK=/tmp/ssh-P90hecliOdp8/agent.44 21:16:20 SSH_AGENT_PID=49 21:16:20 Running ssh-add (command line suppressed) 21:16:20 Identity added: /w/workspace/ndry_app-functions-sdk-go_PR-478@tmp/private_key_8500239165789439553.key (/w/workspace/ndry_app-functions-sdk-go_PR-478@tmp/private_key_8500239165789439553.key) 21:16:20 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 21:16:21 + git semver init 21:16:21 # -> Open(): unable to determine branch for HEAD 21:16:21 # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_PR-478/.git 21:16:21 # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_PR-478 21:16:21 # $SEMVER_REMOTE_NAME = origin 21:16:21 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 21:16:21 # $SEMVER_USER_NAME = edgex-jenkins 21:16:21 # $SEMVER_BRANCH = PR-478 21:16:21 # $SEMVER_TEMP = /tmp/semver-345334943 21:16:21 # git clone --branch semver git@github.com:edgexfoundry/app-functions-sdk-go.git $SEMVER_TEMP 21:16:23 # '/tmp/semver-345334943' -> '/w/workspace/ndry_app-functions-sdk-go_PR-478/.semver' 21:16:23 # -> Force: false 21:16:23 # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_PR-478/.semver [Pipeline] } 21:16:23 $ docker exec --env ******** --env ******** a77e465d8ddbbb63b8a1f9e2839d53ff7707bd4208cae0d2ffe8d1bd224fe23e ssh-agent -k 21:16:23 unset SSH_AUTH_SOCK; 21:16:23 unset SSH_AGENT_PID; 21:16:23 echo Agent pid 49 killed; 21:16:23 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 21:16:24 + git semver [Pipeline] } 21:16:24 $ docker stop --time=1 a77e465d8ddbbb63b8a1f9e2839d53ff7707bd4208cae0d2ffe8d1bd224fe23e 21:16:25 $ docker rm -f a77e465d8ddbbb63b8a1f9e2839d53ff7707bd4208cae0d2ffe8d1bd224fe23e [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash 21:16:28 Stashed 43 file(s) [Pipeline] echo 21:16:28 [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] echo 21:16:28 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 21:16:43 Still waiting to schedule task 21:16:43 Waiting for next available executor on ‘centos7-docker-4c-2g’ 21:16:43 Still waiting to schedule task 21:16:43 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 21:18:31 Running on prd-ubuntu18.04-docker-arm64-4c-16g-9 in /w/workspace/ndry_app-functions-sdk-go_PR-478 [Pipeline] { [Pipeline] ws 21:18:31 Running in /w/workspace/app-functions-sdk-go/17 [Pipeline] { [Pipeline] checkout 21:18:36 using credential edgex-jenkins-ssh 21:18:36 Cloning the remote Git repository 21:18:36 Cloning with configured refspecs honoured and without tags 21:18:36 Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git 21:18:37 > git init /w/workspace/app-functions-sdk-go/17 # timeout=10 21:18:37 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 21:18:37 > git --version # timeout=10 21:18:37 > git --version # 'git version 2.17.1' 21:18:37 using GIT_SSH to set credentials SSH Credentials for GitHub 21:18:37 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/pull/478/head:refs/remotes/origin/PR-478 +refs/heads/master:refs/remotes/origin/master # timeout=10 21:19:07 Running on prd-centos7-docker-4c-2g-10 in /w/workspace/ndry_app-functions-sdk-go_PR-478 [Pipeline] { [Pipeline] ws 21:19:07 Running in /w/workspace/app-functions-sdk-go/17 [Pipeline] { [Pipeline] checkout 21:19:10 using credential edgex-jenkins-ssh 21:19:10 Cloning the remote Git repository 21:19:10 Cloning with configured refspecs honoured and without tags 21:19:10 Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git 21:19:10 > git init /w/workspace/app-functions-sdk-go/17 # timeout=10 21:19:10 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 21:19:10 > git --version # timeout=10 21:19:10 > git --version # 'git version 2.16.5' 21:19:10 using GIT_SSH to set credentials SSH Credentials for GitHub 21:19:10 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/pull/478/head:refs/remotes/origin/PR-478 +refs/heads/master:refs/remotes/origin/master # timeout=10 21:19:12 Fetching without tags 21:19:12 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 21:19:12 > git config --add remote.origin.fetch +refs/pull/478/head:refs/remotes/origin/PR-478 # timeout=10 21:19:12 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 21:19:12 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 21:19:12 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 21:19:12 using GIT_SSH to set credentials SSH Credentials for GitHub 21:19:12 Merging remotes/origin/master commit c0b07c94b028978b76e9bc5b71e585ad6e1c34c6 into PR head commit 956df1d15b3d55c006daa9da11d24ed1148cf5b6 [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 21:19:13 Failed in branch amd64 21:19:12 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/pull/478/head:refs/remotes/origin/PR-478 +refs/heads/master:refs/remotes/origin/master # timeout=10 21:19:12 > git config core.sparsecheckout # timeout=10 21:19:12 > git checkout -f 956df1d15b3d55c006daa9da11d24ed1148cf5b6 # timeout=10 21:20:17 Fetching without tags 21:20:17 Merging remotes/origin/master commit c0b07c94b028978b76e9bc5b71e585ad6e1c34c6 into PR head commit 956df1d15b3d55c006daa9da11d24ed1148cf5b6 [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 21:20:18 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) 21:20:17 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 21:20:17 > git config --add remote.origin.fetch +refs/pull/478/head:refs/remotes/origin/PR-478 # timeout=10 21:20:17 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 21:20:17 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 21:20:17 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 21:20:17 using GIT_SSH to set credentials SSH Credentials for GitHub 21:20:17 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/pull/478/head:refs/remotes/origin/PR-478 +refs/heads/master:refs/remotes/origin/master # timeout=10 21:20:17 > git config core.sparsecheckout # timeout=10 21:20:17 > git checkout -f 956df1d15b3d55c006daa9da11d24ed1148cf5b6 # timeout=10 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 21:20:21 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 21:20:21 ---> package-listing.sh 21:20:21 ++ facter osfamily 21:20:21 ++ tr '[:upper:]' '[:lower:]' 21:20:21 + OS_FAMILY=redhat 21:20:21 + workspace=/w/workspace/ndry_app-functions-sdk-go_PR-478 21:20:21 + START_PACKAGES=/tmp/packages_start.txt 21:20:21 + END_PACKAGES=/tmp/packages_end.txt 21:20:21 + DIFF_PACKAGES=/tmp/packages_diff.txt 21:20:21 + PACKAGES=/tmp/packages_start.txt 21:20:21 + '[' /w/workspace/ndry_app-functions-sdk-go_PR-478 ']' 21:20:21 + PACKAGES=/tmp/packages_end.txt 21:20:21 + case "${OS_FAMILY}" in 21:20:21 + rpm -qa 21:20:21 + sort 21:20:25 + '[' -f /tmp/packages_start.txt ']' 21:20:25 + '[' -f /tmp/packages_end.txt ']' 21:20:25 + diff /tmp/packages_start.txt /tmp/packages_end.txt 21:20:25 + '[' /w/workspace/ndry_app-functions-sdk-go_PR-478 ']' 21:20:25 + mkdir -p /w/workspace/ndry_app-functions-sdk-go_PR-478/archives/ 21:20:25 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/ndry_app-functions-sdk-go_PR-478/archives/ [Pipeline] isUnix [Pipeline] sh 21:20:25 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 21:20:25 21:20:25 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 21:20:26 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 21:20:26 alpine: Pulling from edgex-lftools-log-publisher 21:20:26 df20fa9351a1: Pulling fs layer 21:20:26 36b3adc4ff6f: Pulling fs layer 21:20:26 8ad3a11d3b57: Pulling fs layer 21:20:26 46f8f816bc3b: Pulling fs layer 21:20:26 0dadc02b9964: Pulling fs layer 21:20:26 ce6a7cf60c04: Pulling fs layer 21:20:26 7a184a31f384: Pulling fs layer 21:20:26 0879bd2ef858: Pulling fs layer 21:20:26 0dadc02b9964: Waiting 21:20:26 ce6a7cf60c04: Waiting 21:20:26 7a184a31f384: Waiting 21:20:26 0879bd2ef858: Waiting 21:20:26 46f8f816bc3b: Waiting 21:20:26 36b3adc4ff6f: Verifying Checksum 21:20:26 36b3adc4ff6f: Download complete 21:20:26 46f8f816bc3b: Verifying Checksum 21:20:26 46f8f816bc3b: Download complete 21:20:26 df20fa9351a1: Verifying Checksum 21:20:26 df20fa9351a1: Download complete 21:20:26 ce6a7cf60c04: Download complete 21:20:26 7a184a31f384: Verifying Checksum 21:20:26 7a184a31f384: Download complete 21:20:26 0dadc02b9964: Verifying Checksum 21:20:26 0dadc02b9964: Download complete 21:20:26 df20fa9351a1: Pull complete 21:20:26 8ad3a11d3b57: Verifying Checksum 21:20:26 8ad3a11d3b57: Download complete 21:20:26 36b3adc4ff6f: Pull complete 21:20:27 0879bd2ef858: Verifying Checksum 21:20:27 0879bd2ef858: Download complete 21:20:27 8ad3a11d3b57: Pull complete 21:20:27 46f8f816bc3b: Pull complete 21:20:28 0dadc02b9964: Pull complete 21:20:28 ce6a7cf60c04: Pull complete 21:20:28 7a184a31f384: Pull complete 21:20:30 0879bd2ef858: Pull complete 21:20:30 Digest: sha256:6a0b98a82ad2e848da155b214a5d490c0357af837e10dd363e416ea0d50debb0 21:20:30 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 21:20:30 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 21:20:30 prd-centos7-docker-4c-2g-8 does not seem to be running inside a container 21:20:30 $ 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-478 -v /w/workspace/ndry_app-functions-sdk-go_PR-478:/w/workspace/ndry_app-functions-sdk-go_PR-478:rw,z -v /w/workspace/ndry_app-functions-sdk-go_PR-478@tmp:/w/workspace/ndry_app-functions-sdk-go_PR-478@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 21:20:35 $ docker top 1ebc9404fc9a71187b88a53b764db0bec1dc88ffb1f32d9a1aaebefbf259c472 -eo pid,comm [Pipeline] { [Pipeline] sh 21:20:36 + mkdir -p /var/log/sa [Pipeline] sh 21:20:36 + ls /var/log/sa-host 21:20:36 + sadf -c /var/log/sa-host/sa05 21:20:36 file_magic: OK 21:20:36 HZ: Using current value: 100 21:20:36 file_header: OK 21:20:36 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 21:20:36 Statistics: 21:20:36 Hnuu...uuuununununu...Hnuu...uuuununununu... 21:20:36 File successfully converted to sysstat format version 12.2.1 21:20:36 + sadf -c /var/log/sa-host/sa16 21:20:36 file_magic: OK 21:20:36 HZ: Using current value: 100 21:20:36 file_header: OK 21:20:36 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 21:20:36 Statistics: 21:20:36 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 21:20:36 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 21:20:36 provisioning config files... 21:20:36 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/ndry_app-functions-sdk-go_PR-478@tmp/config776600718996738636tmp [Pipeline] { [Pipeline] echo 21:20:36 Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 21:20:37 ---> create-netrc.sh [Pipeline] echo 21:20:37 Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 21:20:37 ---> logs-deploy.sh 21:20:37 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-functions-sdk-go/PR-478/17 21:20:37 INFO: archiving workspace using pattern(s): 21:20:38 Archives upload complete. 21:20:38 INFO: archiving logs to Nexus