Pull request #3058 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from ad3a7c46b1225c5583ed95292fc67c02ffde05ab+5dc76a6c8e7f254c7fba720d41f2fe5f0204dd5b (cd734548e2e969c528e9dbd50a915e2f90f870af) 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 69a7e166112f335804d9fea76440e5140e47f034 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 69a7e166112f335804d9fea76440e5140e47f034 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 69a7e166112f335804d9fea76440e5140e47f034 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 69a7e166112f335804d9fea76440e5140e47f034 # timeout=10 Commit message: "Merge pull request #314 from ernestojeda/go-mod-semver-bump" > 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. Loading library lf-pipelines@master Attempting to resolve master 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 -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 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:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-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 --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > 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:lfit/releng-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 ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [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 ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-22121 in /w/workspace/edgexfoundry_edgex-go_PR-3058 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/3 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout [Pipeline] } [Pipeline] // stage [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 00:48:59 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 00:49:00 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 00:49:00 ========================================================= 00:49:00 EdgeX Global Pipelines Version Info 00:49:00 ========================================================= [Pipeline] libraryResource [Pipeline] sh 00:49:03 ------------------- 00:49:03 stable info: 00:49:03 ------------------- 00:49:03 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 00:49:03 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 00:49:03 Message: update stable to v1.0.179 00:49:04 ------------------- 00:49:04 experimental info: 00:49:04 ------------------- 00:49:04 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 00:49:04 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 00:49:04 Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) Stage "Semver Prep" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to earlier failure(s) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) Stage "amd64" skipped due to earlier failure(s) Stage "arm64" skipped due to earlier failure(s) [Pipeline] stage [Pipeline] { (Prep) [Pipeline] stage [Pipeline] { (Prep) Stage "amd64" skipped due to earlier failure(s) [Pipeline] } Stage "arm64" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] stage [Pipeline] { (Test) Stage "amd64" skipped due to earlier failure(s) [Pipeline] } Stage "arm64" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] stage [Pipeline] { (Docker Build) Stage "amd64" skipped due to earlier failure(s) [Pipeline] } Stage "arm64" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] stage [Pipeline] { (Docker Push) Stage "amd64" skipped due to earlier failure(s) [Pipeline] } Stage "arm64" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] } 00:49:06 Failed in branch arm64 [Pipeline] stage [Pipeline] { (Snap) Stage "amd64" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] } 00:49:06 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] { (Snyk Docker Image Scan) Stage "Snyk Docker Image 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] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 00:49:08 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 00:49:08 ---> package-listing.sh 00:49:08 ++ tr '[:upper:]' '[:lower:]' 00:49:08 ++ facter osfamily 00:49:08 + OS_FAMILY=redhat 00:49:08 + workspace=/w/workspace/edgex-go/3 00:49:08 + START_PACKAGES=/tmp/packages_start.txt 00:49:08 + END_PACKAGES=/tmp/packages_end.txt 00:49:08 + DIFF_PACKAGES=/tmp/packages_diff.txt 00:49:08 + PACKAGES=/tmp/packages_start.txt 00:49:08 + '[' /w/workspace/edgex-go/3 ']' 00:49:08 + PACKAGES=/tmp/packages_end.txt 00:49:08 + case "${OS_FAMILY}" in 00:49:08 + rpm -qa 00:49:08 + sort 00:49:14 + '[' -f /tmp/packages_start.txt ']' 00:49:14 + '[' -f /tmp/packages_end.txt ']' 00:49:14 + diff /tmp/packages_start.txt /tmp/packages_end.txt 00:49:14 + '[' /w/workspace/edgex-go/3 ']' 00:49:14 + mkdir -p /w/workspace/edgex-go/3/archives/ 00:49:14 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/3/archives/ [Pipeline] echo 00:49:14 Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/3/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 00:49:14 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 00:49:14 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 00:49:15 00:49:15 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 00:49:15 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 00:49:15 alpine: Pulling from edgex-lftools-log-publisher 00:49:15 df20fa9351a1: Pulling fs layer 00:49:15 36b3adc4ff6f: Pulling fs layer 00:49:15 8ad3a11d3b57: Pulling fs layer 00:49:15 46f8f816bc3b: Pulling fs layer 00:49:15 93b61091891f: Pulling fs layer 00:49:15 93b9cdb0e59b: Pulling fs layer 00:49:15 5e14af77c1be: Pulling fs layer 00:49:15 01666e4c0597: Pulling fs layer 00:49:15 aa168da1d23b: Pulling fs layer 00:49:15 93b61091891f: Waiting 00:49:15 93b9cdb0e59b: Waiting 00:49:15 5e14af77c1be: Waiting 00:49:15 01666e4c0597: Waiting 00:49:15 aa168da1d23b: Waiting 00:49:15 46f8f816bc3b: Waiting 00:49:15 36b3adc4ff6f: Verifying Checksum 00:49:15 36b3adc4ff6f: Download complete 00:49:15 46f8f816bc3b: Verifying Checksum 00:49:15 46f8f816bc3b: Download complete 00:49:15 93b61091891f: Verifying Checksum 00:49:15 93b61091891f: Download complete 00:49:15 df20fa9351a1: Download complete 00:49:15 93b9cdb0e59b: Verifying Checksum 00:49:15 93b9cdb0e59b: Download complete 00:49:15 5e14af77c1be: Verifying Checksum 00:49:15 5e14af77c1be: Download complete 00:49:15 01666e4c0597: Download complete 00:49:16 8ad3a11d3b57: Verifying Checksum 00:49:16 8ad3a11d3b57: Download complete 00:49:16 df20fa9351a1: Pull complete 00:49:16 36b3adc4ff6f: Pull complete 00:49:17 8ad3a11d3b57: Pull complete 00:49:17 46f8f816bc3b: Pull complete 00:49:17 aa168da1d23b: Verifying Checksum 00:49:17 aa168da1d23b: Download complete 00:49:17 93b61091891f: Pull complete 00:49:18 93b9cdb0e59b: Pull complete 00:49:18 5e14af77c1be: Pull complete 00:49:18 01666e4c0597: Pull complete 00:49:24 aa168da1d23b: Pull complete 00:49:24 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 00:49:24 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 00:49:24 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 00:49:25 prd-centos7-docker-4c-2g-22121 does not seem to be running inside a container 00:49:25 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/3/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 00:49:29 $ docker top ec3c151d972bde87c6d5ad2accfd69ea9ce7bf94f30bc4e58e4c052389fe780c -eo pid,comm [Pipeline] { [Pipeline] sh 00:49:29 + touch /tmp/pre-build-complete [Pipeline] sh 00:49:30 + mkdir -p /var/log/sa [Pipeline] sh 00:49:30 + ls /var/log/sa-host 00:49:30 + sadf -c /var/log/sa-host/sa22 00:49:30 file_magic: OK 00:49:30 HZ: Using current value: 100 00:49:30 file_header: OK 00:49:30 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 00:49:30 Statistics: 00:49:30 HRHnuu...uuuununununu... 00:49:30 File successfully converted to sysstat format version 12.2.1 00:49:30 + sadf -c /var/log/sa-host/sa23 00:49:30 file_magic: OK 00:49:30 HZ: Using current value: 100 00:49:30 file_header: OK 00:49:30 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 00:49:30 Statistics: 00:49:30 Hnuu...uuuununununu... 00:49:30 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 00:49:30 provisioning config files... 00:49:30 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/3@tmp/config1085204449122128059tmp [Pipeline] { [Pipeline] echo 00:49:30 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 00:49:31 ---> create-netrc.sh [Pipeline] } 00:49:31 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 00:49:31 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 00:49:31 ---> python-tools-install.sh [Pipeline] echo 00:49:31 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 00:49:32 ---> sudo-logs.sh 00:49:32 Archiving 'sudo' log.. [Pipeline] echo 00:49:32 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 00:49:32 ---> job-cost.sh 00:49:32 lf-activate-venv: SKIPPING 00:49:32 INFO: No Stack... 00:49:33 INFO: Retrieving Pricing Info for: v1-standard-2 00:49:33 INFO: Archiving Costs [Pipeline] echo 00:49:33 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 00:49:33 ---> logs-deploy.sh 00:49:33 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3058/3 00:49:33 INFO: archiving workspace using pattern(s): 00:49:35 Archives upload complete. 00:49:35 INFO: archiving logs to Nexus