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