Pull request #418 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 rsdmike for edgexfoundry/app-functions-sdk-go Obtained Jenkinsfile from 98450db5cfb1d84c022ef92c9fdf84fccdd36101+3c5d90b444acaacd451f7b7ebdf2088530767d3b (60710362e7f6b20f03b5837337d686ce805b24f5) 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 39e0fc7ddb98afa2fde86ea6b6bd025d242dd6b9 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 39e0fc7ddb98afa2fde86ea6b6bd025d242dd6b9 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 39e0fc7ddb98afa2fde86ea6b6bd025d242dd6b9 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 39e0fc7ddb98afa2fde86ea6b6bd025d242dd6b9 # timeout=10 Commit message: "Merge pull request #218 from ernestojeda/add-geneva-release-stream" > 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 Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-866 in /w/workspace/ndry_app-functions-sdk-go_PR-418 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout [Pipeline] } [Pipeline] // stage [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 16:49:00 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 16:49:00 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 16:49:00 ========================================================= 16:49:00 EdgeX Global Pipelines Version Info 16:49:00 ========================================================= [Pipeline] libraryResource [Pipeline] sh 16:49:03 ------------------- 16:49:03 stable info: 16:49:03 ------------------- 16:49:03 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 16:49:03 Commit SHA: 39e0fc7ddb98afa2fde86ea6b6bd025d242dd6b9 16:49:03 Message: update stable to v1.0.105 16:49:03 ------------------- 16:49:03 experimental info: 16:49:03 ------------------- 16:49:03 Commited By: **** collab-it+edgex@linuxfoundation.org 16:49:03 Commit SHA: 39e0fc7ddb98afa2fde86ea6b6bd025d242dd6b9 16:49:03 Message: update experimental to v1.0.105 [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] { (Build) [Pipeline] stage [Pipeline] { (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] stage [Pipeline] { (Snap) [Pipeline] stage [Pipeline] { (Snap) Stage "amd64" skipped due to earlier failure(s) [Pipeline] } Stage "arm64" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] // stage [Pipeline] } [Pipeline] } [Pipeline] // stage [Pipeline] // stage [Pipeline] } 16:49:06 Failed in branch amd64 [Pipeline] } 16:49:06 Failed in branch arm64 [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) Stage "CodeCov" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) Stage "Clair Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to earlier failure(s) [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 16:49:08 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 16:49:08 ---> package-listing.sh 16:49:08 ++ facter osfamily 16:49:08 ++ tr '[:upper:]' '[:lower:]' 16:49:08 + OS_FAMILY=redhat 16:49:08 + workspace=/w/workspace/ndry_app-functions-sdk-go_PR-418 16:49:08 + START_PACKAGES=/tmp/packages_start.txt 16:49:08 + END_PACKAGES=/tmp/packages_end.txt 16:49:08 + DIFF_PACKAGES=/tmp/packages_diff.txt 16:49:08 + PACKAGES=/tmp/packages_start.txt 16:49:08 + '[' /w/workspace/ndry_app-functions-sdk-go_PR-418 ']' 16:49:08 + PACKAGES=/tmp/packages_end.txt 16:49:08 + case "${OS_FAMILY}" in 16:49:08 + rpm -qa 16:49:08 + sort 16:49:12 + '[' -f /tmp/packages_start.txt ']' 16:49:12 + '[' -f /tmp/packages_end.txt ']' 16:49:12 + diff /tmp/packages_start.txt /tmp/packages_end.txt 16:49:12 + '[' /w/workspace/ndry_app-functions-sdk-go_PR-418 ']' 16:49:12 + mkdir -p /w/workspace/ndry_app-functions-sdk-go_PR-418/archives/ 16:49:12 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/ndry_app-functions-sdk-go_PR-418/archives/ [Pipeline] isUnix [Pipeline] sh 16:49:13 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 16:49:13 16:49:13 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 16:49:13 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 16:49:13 alpine: Pulling from edgex-lftools-log-publisher 16:49:13 c9b1b535fdd9: Pulling fs layer 16:49:13 2cc5ad85d9ab: Pulling fs layer 16:49:13 756a868c4378: Pulling fs layer 16:49:13 444b2fc9a129: Pulling fs layer 16:49:13 ea15f1150254: Pulling fs layer 16:49:13 41b27a9f41bf: Pulling fs layer 16:49:13 28c525ee5125: Pulling fs layer 16:49:13 094b1ea09ed8: Pulling fs layer 16:49:13 138eaada9080: Pulling fs layer 16:49:13 0622d0fa9048: Pulling fs layer 16:49:13 41b27a9f41bf: Waiting 16:49:13 28c525ee5125: Waiting 16:49:13 138eaada9080: Waiting 16:49:13 0622d0fa9048: Waiting 16:49:13 444b2fc9a129: Waiting 16:49:13 094b1ea09ed8: Waiting 16:49:13 ea15f1150254: Waiting 16:49:13 2cc5ad85d9ab: Download complete 16:49:13 444b2fc9a129: Download complete 16:49:13 c9b1b535fdd9: Verifying Checksum 16:49:13 c9b1b535fdd9: Download complete 16:49:13 ea15f1150254: Verifying Checksum 16:49:13 ea15f1150254: Download complete 16:49:14 28c525ee5125: Verifying Checksum 16:49:14 28c525ee5125: Download complete 16:49:14 756a868c4378: Verifying Checksum 16:49:14 756a868c4378: Download complete 16:49:14 c9b1b535fdd9: Pull complete 16:49:14 138eaada9080: Verifying Checksum 16:49:14 138eaada9080: Download complete 16:49:14 0622d0fa9048: Verifying Checksum 16:49:14 0622d0fa9048: Download complete 16:49:14 2cc5ad85d9ab: Pull complete 16:49:14 094b1ea09ed8: Verifying Checksum 16:49:14 094b1ea09ed8: Download complete 16:49:14 41b27a9f41bf: Verifying Checksum 16:49:14 41b27a9f41bf: Download complete 16:49:15 756a868c4378: Pull complete 16:49:16 444b2fc9a129: Pull complete 16:49:16 ea15f1150254: Pull complete 16:49:20 41b27a9f41bf: Pull complete 16:49:20 28c525ee5125: Pull complete 16:49:22 094b1ea09ed8: Pull complete 16:49:22 138eaada9080: Pull complete 16:49:22 0622d0fa9048: Pull complete 16:49:22 Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 16:49:22 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 16:49:22 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 16:49:23 prd-centos7-docker-4c-2g-866 does not seem to be running inside a container 16:49:23 $ 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-418 -v /w/workspace/ndry_app-functions-sdk-go_PR-418:/w/workspace/ndry_app-functions-sdk-go_PR-418:rw,z -v /w/workspace/ndry_app-functions-sdk-go_PR-418@tmp:/w/workspace/ndry_app-functions-sdk-go_PR-418@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 16:49:27 $ docker top 2446c12e078e4d441ebb5794e3dda7f1ebb5fdf4cdbdcc7247965fe50f1677e4 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 16:49:27 provisioning config files... 16:49:27 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/ndry_app-functions-sdk-go_PR-418@tmp/config8292721866542595939tmp [Pipeline] { [Pipeline] echo 16:49:27 Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 16:49:28 ---> create-netrc.sh [Pipeline] echo 16:49:28 Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 16:49:28 ---> logs-deploy.sh 16:49:28 + ARCHIVE_ARTIFACTS= 16:49:28 + LOGS_SERVER=https://logs.edgexfoundry.org 16:49:28 + '[' https://logs.edgexfoundry.org == None ']' 16:49:28 + NEXUS_URL=https://nexus.edgexfoundry.org 16:49:28 + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/app-functions-sdk-go/PR-418/3 16:49:28 + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/app-functions-sdk-go/job/PR-418/3/ 16:49:28 + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/app-functions-sdk-go/PR-418/3 /w/workspace/ndry_app-functions-sdk-go_PR-418 16:49:29 Archives upload complete. 16:49:29 + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/app-functions-sdk-go/PR-418/3 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/app-functions-sdk-go/job/PR-418/3/ 16:49:30 ---> uname -a: 16:49:30 Linux 2446c12e078e 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux 16:49:30 16:49:30 16:49:30 ---> lscpu: 16:49:30 Architecture: x86_64 16:49:30 CPU op-mode(s): 32-bit, 64-bit 16:49:30 Byte Order: Little Endian 16:49:30 Address sizes: 40 bits physical, 48 bits virtual 16:49:30 CPU(s): 4 16:49:30 On-line CPU(s) list: 0-3 16:49:30 Thread(s) per core: 1 16:49:30 Core(s) per socket: 1 16:49:30 Socket(s): 4 16:49:30 NUMA node(s): 1 16:49:30 Vendor ID: GenuineIntel 16:49:30 CPU family: 6 16:49:30 Model: 44 16:49:30 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 16:49:30 Stepping: 1 16:49:30 CPU MHz: 2933.438 16:49:30 BogoMIPS: 5866.87 16:49:30 Virtualization: VT-x 16:49:30 Hypervisor vendor: KVM 16:49:30 Virtualization type: full 16:49:30 L1d cache: 128 KiB 16:49:30 L1i cache: 128 KiB 16:49:30 L2 cache: 16 MiB 16:49:30 L3 cache: 64 MiB 16:49:30 NUMA node0 CPU(s): 0-3 16:49:30 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 16:49:30 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 16:49:30 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 16:49:30 Vulnerability Meltdown: Mitigation; PTI 16:49:30 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 16:49:30 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 16:49:30 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 16:49:30 Vulnerability Tsx async abort: Not affected 16:49:30 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp 16:49:30 16:49:30 16:49:30 ---> nproc: 16:49:30 4 16:49:30 16:49:30 16:49:30 ---> df -h: 16:49:30 Filesystem Size Used Available Use% Mounted on 16:49:30 overlay 50.0G 7.2G 42.8G 14% / 16:49:30 tmpfs 64.0M 0 64.0M 0% /dev 16:49:30 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 16:49:30 shm 64.0M 0 64.0M 0% /dev/shm 16:49:30 /dev/vda1 50.0G 7.2G 42.8G 14% /etc/resolv.conf 16:49:30 /dev/vda1 50.0G 7.2G 42.8G 14% /etc/hostname 16:49:30 /dev/vda1 50.0G 7.2G 42.8G 14% /etc/hosts 16:49:30 /dev/vda1 50.0G 7.2G 42.8G 14% /w/workspace/ndry_app-functions-sdk-go_PR-418@tmp 16:49:30 /dev/vda1 50.0G 7.2G 42.8G 14% /var/log/sa 16:49:30 /dev/vda1 50.0G 7.2G 42.8G 14% /w/workspace/ndry_app-functions-sdk-go_PR-418 16:49:30 16:49:30 16:49:30 ---> free -m: 16:49:30 total used free shared buff/cache available 16:49:30 Mem: 1837 593 110 0 1133 1137 16:49:30 Swap: 1023 1 1022 16:49:30 16:49:30