Pull request #422 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 eno-intel for edgexfoundry/app-functions-sdk-go Loading trusted files from base branch master at a9fe1e51103fd368819762146962c9bf5900504f rather than cbd50d5d49cff49ee2ee0e5df425f37292a0739d Obtained Jenkinsfile from a9fe1e51103fd368819762146962c9bf5900504f ‘Jenkinsfile’ has been modified in an untrusted revision Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 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 aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 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 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 aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 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 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 aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 # timeout=10 Commit message: "Merge pull request #220 from ernestojeda/fix-arm64-semver" > 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] ========================================================= [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 SNAP_CHANNEL: latest/edge BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: api/openapi/v1 [Pipeline] node Running on prd-centos7-docker-4c-2g-1489 in /w/workspace/ndry_app-functions-sdk-go_PR-422 [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-422 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git > git --version # timeout=10 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/422/head:refs/remotes/origin/PR-422 +refs/heads/master:refs/remotes/origin/master # timeout=10 Fetching without tags Merging remotes/origin/master commit a9fe1e51103fd368819762146962c9bf5900504f into PR head commit cbd50d5d49cff49ee2ee0e5df425f37292a0739d > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/422/head:refs/remotes/origin/PR-422 # 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/422/head:refs/remotes/origin/PR-422 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f cbd50d5d49cff49ee2ee0e5df425f37292a0739d # timeout=10 Merge succeeded, producing cbd50d5d49cff49ee2ee0e5df425f37292a0739d Checking out Revision cbd50d5d49cff49ee2ee0e5df425f37292a0739d (PR-422) > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge a9fe1e51103fd368819762146962c9bf5900504f # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f cbd50d5d49cff49ee2ee0e5df425f37292a0739d # timeout=10 Commit message: "remove required section from BaseResponse" > git rev-list --no-walk c0bea47c107e176ce3ed87466c25bf4a0d24249b # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 23:40:11 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 23:40:11 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 23:40:11 ========================================================= 23:40:11 EdgeX Global Pipelines Version Info 23:40:11 ========================================================= [Pipeline] libraryResource [Pipeline] sh 23:40:13 ------------------- 23:40:13 stable info: 23:40:13 ------------------- 23:40:13 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 23:40:13 Commit SHA: aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 23:40:13 Message: update stable to v1.0.106 23:40:14 ------------------- 23:40:14 experimental info: 23:40:14 ------------------- 23:40:14 Commited By: **** collab-it+edgex@linuxfoundation.org 23:40:14 Commit SHA: 626b9661e310b9d132ae9d5c3b37d89ff845648b 23:40:14 Message: update experimental to v1.0.108 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 23:40:16 + git log --format=format:%s -1 cbd50d5d49cff49ee2ee0e5df425f37292a0739d [Pipeline] echo 23:40:16 GIT_COMMIT: cbd50d5d49cff49ee2ee0e5df425f37292a0739d, Commit Message: remove required section from BaseResponse [Pipeline] echo 23:40:16 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 23:40:17 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 23:40:18 23:40:18 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 23:40:18 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 23:40:18 latest: Pulling from edgex-devops/git-semver 23:40:18 31603596830f: Pulling fs layer 23:40:18 2a8b12db71e7: Pulling fs layer 23:40:18 6ca5941a6612: Pulling fs layer 23:40:18 ecc8261a40a4: Pulling fs layer 23:40:18 ecc8261a40a4: Waiting 23:40:18 2a8b12db71e7: Verifying Checksum 23:40:18 2a8b12db71e7: Download complete 23:40:18 31603596830f: Verifying Checksum 23:40:18 31603596830f: Download complete 23:40:18 ecc8261a40a4: Verifying Checksum 23:40:18 ecc8261a40a4: Download complete 23:40:18 6ca5941a6612: Verifying Checksum 23:40:18 6ca5941a6612: Download complete 23:40:18 31603596830f: Pull complete 23:40:18 2a8b12db71e7: Pull complete 23:40:19 6ca5941a6612: Pull complete 23:40:19 ecc8261a40a4: Pull complete 23:40:19 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 23:40:19 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 23:40:19 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 23:40:19 prd-centos7-docker-4c-2g-1489 does not seem to be running inside a container 23:40:20 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/ndry_app-functions-sdk-go_PR-422 -v /w/workspace/ndry_app-functions-sdk-go_PR-422:/w/workspace/ndry_app-functions-sdk-go_PR-422:rw,z -v /w/workspace/ndry_app-functions-sdk-go_PR-422@tmp:/w/workspace/ndry_app-functions-sdk-go_PR-422@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:10004/edgex-devops/git-semver:latest cat 23:40:22 $ docker top 864e219cdf116b691bd2e864bd87af986b9b1c61558f556a0188b0c6fdfc2f90 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 23:40:22 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 23:40:22 [ssh-agent] Looking for ssh-agent implementation... 23:40:22 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 23:40:22 $ docker exec 864e219cdf116b691bd2e864bd87af986b9b1c61558f556a0188b0c6fdfc2f90 ssh-agent 23:40:22 SSH_AUTH_SOCK=/tmp/ssh-Br9RKFAd8D02/agent.12 23:40:22 SSH_AGENT_PID=18 23:40:22 Running ssh-add (command line suppressed) 23:40:22 Identity added: /w/workspace/ndry_app-functions-sdk-go_PR-422@tmp/private_key_7640276334780736443.key (/w/workspace/ndry_app-functions-sdk-go_PR-422@tmp/private_key_7640276334780736443.key) 23:40:22 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 23:40:23 + git describe --exact-match --tags HEAD 23:40:23 fatal: No names found, cannot describe anything. [Pipeline] } 23:40:23 $ docker exec --env ******** --env ******** 864e219cdf116b691bd2e864bd87af986b9b1c61558f556a0188b0c6fdfc2f90 ssh-agent -k 23:40:23 unset SSH_AUTH_SOCK; 23:40:23 unset SSH_AGENT_PID; 23:40:23 echo Agent pid 18 killed; 23:40:23 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo 23:40:23 [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 23:40:23 This usually means this commit has not been tagged. [Pipeline] sshagent 23:40:23 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 23:40:23 [ssh-agent] Looking for ssh-agent implementation... 23:40:23 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 23:40:23 $ docker exec 864e219cdf116b691bd2e864bd87af986b9b1c61558f556a0188b0c6fdfc2f90 ssh-agent 23:40:23 SSH_AUTH_SOCK=/tmp/ssh-8An98IX2Hetl/agent.47 23:40:23 SSH_AGENT_PID=52 23:40:23 Running ssh-add (command line suppressed) 23:40:24 Identity added: /w/workspace/ndry_app-functions-sdk-go_PR-422@tmp/private_key_4413793030151514747.key (/w/workspace/ndry_app-functions-sdk-go_PR-422@tmp/private_key_4413793030151514747.key) 23:40:24 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 23:40:24 + git semver init 23:40:24 # -> Open(): unable to determine branch for HEAD 23:40:24 # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_PR-422/.git 23:40:24 # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_PR-422 23:40:24 # $SEMVER_REMOTE_NAME = origin 23:40:24 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 23:40:24 # $SEMVER_USER_NAME = edgex-jenkins 23:40:24 # $SEMVER_BRANCH = PR-422 23:40:24 # $SEMVER_TEMP = /tmp/semver-666000099 23:40:24 # git clone --branch semver git@github.com:edgexfoundry/app-functions-sdk-go.git $SEMVER_TEMP 23:40:27 # '/tmp/semver-666000099' -> '/w/workspace/ndry_app-functions-sdk-go_PR-422/.semver' 23:40:27 # -> Force: false 23:40:27 # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_PR-422/.semver [Pipeline] } 23:40:27 $ docker exec --env ******** --env ******** 864e219cdf116b691bd2e864bd87af986b9b1c61558f556a0188b0c6fdfc2f90 ssh-agent -k 23:40:27 unset SSH_AUTH_SOCK; 23:40:27 unset SSH_AGENT_PID; 23:40:27 echo Agent pid 52 killed; 23:40:27 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 23:40:27 + git semver [Pipeline] } 23:40:27 $ docker stop --time=1 864e219cdf116b691bd2e864bd87af986b9b1c61558f556a0188b0c6fdfc2f90 23:40:29 $ docker rm -f 864e219cdf116b691bd2e864bd87af986b9b1c61558f556a0188b0c6fdfc2f90 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash 23:40:31 Stashed 33 file(s) [Pipeline] echo 23:40:31 [edgeXSemver] initialized semver on version 0.0.0 [Pipeline] echo 23:40:31 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 23:40:47 Still waiting to schedule task 23:40:47 Waiting for next available executor on ‘prd-centos7-docker-4c-2g-1489’ 23:40:47 Still waiting to schedule task 23:40:47 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 23:42:29 Running on prd-ubuntu18.04-docker-arm64-4c-16g-1491 in /w/workspace/ndry_app-functions-sdk-go_PR-422 [Pipeline] { [Pipeline] ws 23:42:29 Running in /w/workspace/app-functions-sdk-go/5 [Pipeline] { [Pipeline] checkout 23:42:34 using credential edgex-jenkins-ssh 23:42:34 Cloning the remote Git repository 23:42:34 Cloning with configured refspecs honoured and without tags 23:42:34 Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git 23:42:34 > git init /w/workspace/app-functions-sdk-go/5 # timeout=10 23:42:35 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 23:42:35 > git --version # timeout=10 23:42:35 using GIT_SSH to set credentials SSH Credentials for GitHub 23:42:35 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/pull/422/head:refs/remotes/origin/PR-422 +refs/heads/master:refs/remotes/origin/master # timeout=10 23:42:38 Fetching without tags 23:42:38 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 23:42:38 > git config --add remote.origin.fetch +refs/pull/422/head:refs/remotes/origin/PR-422 # timeout=10 23:42:38 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 23:42:38 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 23:42:38 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 23:42:38 using GIT_SSH to set credentials SSH Credentials for GitHub 23:42:38 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/pull/422/head:refs/remotes/origin/PR-422 +refs/heads/master:refs/remotes/origin/master # timeout=10 23:42:38 Merging remotes/origin/master commit a9fe1e51103fd368819762146962c9bf5900504f into PR head commit cbd50d5d49cff49ee2ee0e5df425f37292a0739d [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 23:42:39 Failed in branch arm64 23:42:38 > git config core.sparsecheckout # timeout=10 23:42:38 > git checkout -f cbd50d5d49cff49ee2ee0e5df425f37292a0739d # timeout=10 23:44:39 Running on prd-centos7-docker-4c-2g-1492 in /w/workspace/ndry_app-functions-sdk-go_PR-422 [Pipeline] { [Pipeline] ws 23:44:40 Running in /w/workspace/app-functions-sdk-go/5 [Pipeline] { [Pipeline] checkout 23:44:42 using credential edgex-jenkins-ssh 23:44:42 Cloning the remote Git repository 23:44:42 Cloning with configured refspecs honoured and without tags 23:44:42 Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git 23:44:42 > git init /w/workspace/app-functions-sdk-go/5 # timeout=10 23:44:42 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 23:44:42 > git --version # timeout=10 23:44:42 using GIT_SSH to set credentials SSH Credentials for GitHub 23:44:42 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/pull/422/head:refs/remotes/origin/PR-422 +refs/heads/master:refs/remotes/origin/master # timeout=10 23:44:44 Fetching without tags 23:44:44 Merging remotes/origin/master commit a9fe1e51103fd368819762146962c9bf5900504f into PR head commit cbd50d5d49cff49ee2ee0e5df425f37292a0739d [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage 23:44:44 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 23:44:44 > git config --add remote.origin.fetch +refs/pull/422/head:refs/remotes/origin/PR-422 # timeout=10 23:44:44 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 23:44:44 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 23:44:44 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 23:44:44 using GIT_SSH to set credentials SSH Credentials for GitHub 23:44:44 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/pull/422/head:refs/remotes/origin/PR-422 +refs/heads/master:refs/remotes/origin/master # timeout=10 23:44:44 > git config core.sparsecheckout # timeout=10 23:44:44 > git checkout -f cbd50d5d49cff49ee2ee0e5df425f37292a0739d # timeout=10 [Pipeline] } 23:44:44 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 23:44:46 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 23:44:47 ---> package-listing.sh 23:44:47 ++ facter osfamily 23:44:47 ++ tr '[:upper:]' '[:lower:]' 23:44:47 + OS_FAMILY=redhat 23:44:47 + workspace=/w/workspace/ndry_app-functions-sdk-go_PR-422 23:44:47 + START_PACKAGES=/tmp/packages_start.txt 23:44:47 + END_PACKAGES=/tmp/packages_end.txt 23:44:47 + DIFF_PACKAGES=/tmp/packages_diff.txt 23:44:47 + PACKAGES=/tmp/packages_start.txt 23:44:47 + '[' /w/workspace/ndry_app-functions-sdk-go_PR-422 ']' 23:44:47 + PACKAGES=/tmp/packages_end.txt 23:44:47 + case "${OS_FAMILY}" in 23:44:47 + rpm -qa 23:44:47 + sort 23:44:51 + '[' -f /tmp/packages_start.txt ']' 23:44:51 + '[' -f /tmp/packages_end.txt ']' 23:44:51 + diff /tmp/packages_start.txt /tmp/packages_end.txt 23:44:51 + '[' /w/workspace/ndry_app-functions-sdk-go_PR-422 ']' 23:44:51 + mkdir -p /w/workspace/ndry_app-functions-sdk-go_PR-422/archives/ 23:44:51 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/ndry_app-functions-sdk-go_PR-422/archives/ [Pipeline] isUnix [Pipeline] sh 23:44:52 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 23:44:52 23:44:52 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 23:44:52 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 23:44:52 alpine: Pulling from edgex-lftools-log-publisher 23:44:52 c9b1b535fdd9: Pulling fs layer 23:44:52 2cc5ad85d9ab: Pulling fs layer 23:44:52 756a868c4378: Pulling fs layer 23:44:52 444b2fc9a129: Pulling fs layer 23:44:52 ea15f1150254: Pulling fs layer 23:44:52 41b27a9f41bf: Pulling fs layer 23:44:52 28c525ee5125: Pulling fs layer 23:44:52 094b1ea09ed8: Pulling fs layer 23:44:52 138eaada9080: Pulling fs layer 23:44:52 0622d0fa9048: Pulling fs layer 23:44:52 41b27a9f41bf: Waiting 23:44:52 28c525ee5125: Waiting 23:44:52 094b1ea09ed8: Waiting 23:44:52 138eaada9080: Waiting 23:44:52 0622d0fa9048: Waiting 23:44:52 444b2fc9a129: Waiting 23:44:52 ea15f1150254: Waiting 23:44:52 2cc5ad85d9ab: Download complete 23:44:52 444b2fc9a129: Verifying Checksum 23:44:52 444b2fc9a129: Download complete 23:44:52 c9b1b535fdd9: Verifying Checksum 23:44:52 c9b1b535fdd9: Download complete 23:44:52 ea15f1150254: Verifying Checksum 23:44:52 ea15f1150254: Download complete 23:44:52 28c525ee5125: Download complete 23:44:53 756a868c4378: Verifying Checksum 23:44:53 756a868c4378: Download complete 23:44:53 c9b1b535fdd9: Pull complete 23:44:53 094b1ea09ed8: Verifying Checksum 23:44:53 094b1ea09ed8: Download complete 23:44:53 138eaada9080: Verifying Checksum 23:44:53 138eaada9080: Download complete 23:44:53 0622d0fa9048: Verifying Checksum 23:44:53 0622d0fa9048: Download complete 23:44:53 2cc5ad85d9ab: Pull complete 23:44:53 41b27a9f41bf: Verifying Checksum 23:44:53 41b27a9f41bf: Download complete 23:44:55 756a868c4378: Pull complete 23:44:55 444b2fc9a129: Pull complete 23:44:55 ea15f1150254: Pull complete 23:45:00 41b27a9f41bf: Pull complete 23:45:00 28c525ee5125: Pull complete 23:45:02 094b1ea09ed8: Pull complete 23:45:02 138eaada9080: Pull complete 23:45:02 0622d0fa9048: Pull complete 23:45:02 Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 23:45:02 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 23:45:02 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 23:45:03 prd-centos7-docker-4c-2g-1489 does not seem to be running inside a container 23:45:03 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa -w /w/workspace/ndry_app-functions-sdk-go_PR-422 -v /w/workspace/ndry_app-functions-sdk-go_PR-422:/w/workspace/ndry_app-functions-sdk-go_PR-422:rw,z -v /w/workspace/ndry_app-functions-sdk-go_PR-422@tmp:/w/workspace/ndry_app-functions-sdk-go_PR-422@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 23:45:07 $ docker top ee969699090d2ce92e708c6716d79b50ff5bdc77c1c5e52839350773f620da35 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 23:45:07 provisioning config files... 23:45:07 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/ndry_app-functions-sdk-go_PR-422@tmp/config8171852632103126522tmp [Pipeline] { [Pipeline] echo 23:45:07 Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 23:45:07 ---> create-netrc.sh [Pipeline] echo 23:45:07 Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 23:45:08 ---> logs-deploy.sh 23:45:08 + ARCHIVE_ARTIFACTS= 23:45:08 + LOGS_SERVER=https://logs.edgexfoundry.org 23:45:08 + '[' https://logs.edgexfoundry.org == None ']' 23:45:08 + NEXUS_URL=https://nexus.edgexfoundry.org 23:45:08 + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/app-functions-sdk-go/PR-422/5 23:45:08 + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/app-functions-sdk-go/job/PR-422/5/ 23:45:08 + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/app-functions-sdk-go/PR-422/5 /w/workspace/ndry_app-functions-sdk-go_PR-422 23:45:09 Archives upload complete. 23:45:09 + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/app-functions-sdk-go/PR-422/5 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/app-functions-sdk-go/job/PR-422/5/